Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e09c63c901571abb6952413166af1e3f3cc1f989+05f2d13a179446ff46e2de9a60e91a19cc98f319 (d4afd459beaf4b03697bc2135895997b6840c2d5) 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-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-30619 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/26 [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/26 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit e09c63c901571abb6952413166af1e3f3cc1f989 Merge succeeded, producing e09c63c901571abb6952413166af1e3f3cc1f989 Checking out Revision e09c63c901571abb6952413166af1e3f3cc1f989 (PR-3208) > git config core.sparsecheckout # timeout=10 > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # 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 e09c63c901571abb6952413166af1e3f3cc1f989 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:08:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:08:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:08:35 ========================================================= 20:08:35 EdgeX Global Pipelines Version Info 20:08:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 52afc9b4a424e9797a6b7e41327d9985ae88ae7b # timeout=10 20:08:38 ------------------- 20:08:38 stable info: 20:08:38 ------------------- 20:08:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:08:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:08:38 Message: update stable to v1.0.186 20:08:39 ------------------- 20:08:39 experimental info: 20:08:39 ------------------- 20:08:39 Commited By: **** collab-it+edgex@linuxfoundation.org 20:08:39 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:08:39 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:08:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:08:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:08:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:08:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:08:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:08:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:08:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:08:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:08:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:08:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:08:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:08:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:08:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:08:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:08:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:08:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:08:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:08:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:08:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:08:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:08:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo 20:08:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo 20:08:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo 20:08:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e09c63c901571abb6952413166af1e3f3cc1f989 [Pipeline] echo 20:08:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e09c63c [Pipeline] echo 20:08:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:08:42 provisioning config files... 20:08:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config576207824458447819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:08:43 ---> docker-login.sh 20:08:43 nexus3.edgexfoundry.org:10001 20:08:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:45 Configure a credential helper to remove this warning. See 20:08:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:45 20:08:45 Login Succeeded 20:08:45 nexus3.edgexfoundry.org:10002 20:08:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:46 Configure a credential helper to remove this warning. See 20:08:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:46 20:08:46 Login Succeeded 20:08:46 nexus3.edgexfoundry.org:10003 20:08:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:46 Configure a credential helper to remove this warning. See 20:08:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:46 20:08:46 Login Succeeded 20:08:46 nexus3.edgexfoundry.org:10004 20:08:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:47 Configure a credential helper to remove this warning. See 20:08:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:47 20:08:47 Login Succeeded 20:08:47 docker.io 20:08:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:48 Configure a credential helper to remove this warning. See 20:08:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:48 20:08:48 Login Succeeded 20:08:48 ---> docker-login.sh ends [Pipeline] } 20:08:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:08:48 ++ 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:08:48 + for file in '`ls cmd/**/Dockerfile`' 20:08:48 ++ cut -d/ -f2 20:08:48 ++ dirname cmd/core-command/Dockerfile 20:08:48 + echo core-command,cmd/core-command/Dockerfile 20:08:48 + for file in '`ls cmd/**/Dockerfile`' 20:08:48 ++ dirname cmd/core-data/Dockerfile 20:08:48 ++ cut -d/ -f2 20:08:48 + echo core-data,cmd/core-data/Dockerfile 20:08:48 + for file in '`ls cmd/**/Dockerfile`' 20:08:48 ++ dirname cmd/core-metadata/Dockerfile 20:08:48 ++ cut -d/ -f2 20:08:48 + echo core-metadata,cmd/core-metadata/Dockerfile 20:08:48 + for file in '`ls cmd/**/Dockerfile`' 20:08:48 ++ dirname cmd/security-bootstrapper/Dockerfile 20:08:48 ++ cut -d/ -f2 20:08:48 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:08:48 + for file in '`ls cmd/**/Dockerfile`' 20:08:48 ++ dirname cmd/security-proxy-setup/Dockerfile 20:08:48 ++ cut -d/ -f2 20:08:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:08:48 + for file in '`ls cmd/**/Dockerfile`' 20:08:48 ++ cut -d/ -f2 20:08:48 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:08:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:08:48 + for file in '`ls cmd/**/Dockerfile`' 20:08:48 ++ dirname cmd/support-notifications/Dockerfile 20:08:48 ++ cut -d/ -f2 20:08:48 + echo support-notifications,cmd/support-notifications/Dockerfile 20:08:48 + for file in '`ls cmd/**/Dockerfile`' 20:08:48 ++ dirname cmd/support-scheduler/Dockerfile 20:08:48 ++ cut -d/ -f2 20:08:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:08:48 + for file in '`ls cmd/**/Dockerfile`' 20:08:48 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:08:48 ++ cut -d/ -f2 20:08:48 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:08:49 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:08:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:08:50 20:08:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:08:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:08:51 latest: Pulling from edgex-devops/git-semver 20:08:51 31603596830f: Pulling fs layer 20:08:51 2a8b12db71e7: Pulling fs layer 20:08:51 6ca5941a6612: Pulling fs layer 20:08:51 ecc8261a40a4: Pulling fs layer 20:08:51 ecc8261a40a4: Waiting 20:08:51 2a8b12db71e7: Verifying Checksum 20:08:51 2a8b12db71e7: Download complete 20:08:51 31603596830f: Download complete 20:08:52 ecc8261a40a4: Verifying Checksum 20:08:52 ecc8261a40a4: Download complete 20:08:52 6ca5941a6612: Verifying Checksum 20:08:52 6ca5941a6612: Download complete 20:08:53 31603596830f: Pull complete 20:08:54 2a8b12db71e7: Pull complete 20:08:58 6ca5941a6612: Pull complete 20:08:58 ecc8261a40a4: Pull complete 20:08:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:08:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:08:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:08:59 prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container 20:08:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:09:03 $ docker top a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:09:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:09:04 [ssh-agent] Looking for ssh-agent implementation... 20:09:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:09:05 $ docker exec a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a ssh-agent 20:09:06 SSH_AUTH_SOCK=/tmp/ssh-81cTuXqHDtNQ/agent.11 20:09:06 SSH_AGENT_PID=16 20:09:06 Running ssh-add (command line suppressed) 20:09:06 Identity added: /w/workspace/edgex-go/26@tmp/private_key_5229546807386426619.key (/w/workspace/edgex-go/26@tmp/private_key_5229546807386426619.key) 20:09:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:09:07 + git tag --points-at HEAD [Pipeline] } 20:09:07 $ docker exec --env ******** --env ******** a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a ssh-agent -k 20:09:08 unset SSH_AUTH_SOCK; 20:09:08 unset SSH_AGENT_PID; 20:09:08 echo Agent pid 16 killed; 20:09:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:09:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:09:08 [ssh-agent] Looking for ssh-agent implementation... 20:09:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:09:09 $ docker exec a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a ssh-agent 20:09:09 SSH_AUTH_SOCK=/tmp/ssh-qIfSsb9q28bt/agent.44 20:09:09 SSH_AGENT_PID=49 20:09:09 Running ssh-add (command line suppressed) 20:09:09 Identity added: /w/workspace/edgex-go/26@tmp/private_key_6589233500802352447.key (/w/workspace/edgex-go/26@tmp/private_key_6589233500802352447.key) 20:09:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:09:10 + git semver init 20:09:10 # -> Open(): unable to determine branch for HEAD 20:09:10 # $GIT_DIR = /w/workspace/edgex-go/26/.git 20:09:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/26 20:09:10 # $SEMVER_REMOTE_NAME = origin 20:09:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:09:10 # $SEMVER_USER_NAME = edgex-jenkins 20:09:10 # $SEMVER_BRANCH = PR-3208 20:09:10 # $SEMVER_TEMP = /tmp/semver-133392180 20:09:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:10:08 # '/tmp/semver-133392180' -> '/w/workspace/edgex-go/26/.semver' 20:10:08 # -> Force: false 20:10:08 # $SEMVER_DIR = /w/workspace/edgex-go/26/.semver [Pipeline] } 20:10:08 $ docker exec --env ******** --env ******** a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a ssh-agent -k 20:10:08 unset SSH_AUTH_SOCK; 20:10:08 unset SSH_AGENT_PID; 20:10:08 echo Agent pid 49 killed; 20:10:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:10:10 + git semver [Pipeline] } 20:10:10 $ docker stop --time=1 a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a 20:10:12 $ docker rm -f a5332532ec3c083d3d3048270da1c4a83a4179b2727f3f5d24bdcf0bd967627a [Pipeline] // withDockerContainer [Pipeline] sh 20:10:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:10:14 Stashed 1 file(s) [Pipeline] echo 20:10:14 [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:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:10:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:10:16 + true 20:10:16 + sudo service docker restart 20:10:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:10:18 ========================================================= 20:10:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:10:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:10:18 + 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:30 Still waiting to schedule task 20:10:30 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:10:31 Sending build context to Docker daemon 328.6MB 20:10:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:10:31 Step 2/6 : FROM ${BASE} 20:10:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:10:31 188c0c94c7c5: Pulling fs layer 20:10:31 0ef7d3d256c8: Pulling fs layer 20:10:31 de9db76c5a1d: Pulling fs layer 20:10:31 bca2f99d35d6: Pulling fs layer 20:10:31 93359f2a8cfa: Pulling fs layer 20:10:31 7c6f9722023f: Pulling fs layer 20:10:31 a35cf1a2eb13: Pulling fs layer 20:10:31 bca2f99d35d6: Waiting 20:10:31 93359f2a8cfa: Waiting 20:10:31 7c6f9722023f: Waiting 20:10:31 a35cf1a2eb13: Waiting 20:10:31 de9db76c5a1d: Verifying Checksum 20:10:31 de9db76c5a1d: Download complete 20:10:31 0ef7d3d256c8: Verifying Checksum 20:10:31 0ef7d3d256c8: Download complete 20:10:31 93359f2a8cfa: Verifying Checksum 20:10:31 93359f2a8cfa: Download complete 20:10:31 7c6f9722023f: Download complete 20:10:31 188c0c94c7c5: Verifying Checksum 20:10:31 188c0c94c7c5: Download complete 20:10:32 188c0c94c7c5: Pull complete 20:10:32 0ef7d3d256c8: Pull complete 20:10:33 de9db76c5a1d: Pull complete 20:10:35 a35cf1a2eb13: Verifying Checksum 20:10:35 a35cf1a2eb13: Download complete 20:10:36 bca2f99d35d6: Verifying Checksum 20:10:36 bca2f99d35d6: Download complete 20:10:59 bca2f99d35d6: Pull complete 20:10:59 93359f2a8cfa: Pull complete 20:10:59 7c6f9722023f: Pull complete 20:11:08 a35cf1a2eb13: Pull complete 20:11:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:11:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:11:08 ---> a62c8e92a672 20:11:08 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:08 ---> Running in 7accc3f9a85c 20:11:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:11 (1/12) Installing libmagic (5.38-r0) 20:11:11 (2/12) Installing file (5.38-r0) 20:11:11 (3/12) Installing libc-dev (0.7.2-r3) 20:11:11 (4/12) Installing g++ (9.3.0-r2) 20:11:34 (5/12) Installing fortify-headers (1.1-r0) 20:11:34 (6/12) Installing patch (2.7.6-r6) 20:11:34 (7/12) Installing build-base (0.5-r2) 20:11:34 (8/12) Installing libsodium (1.0.18-r0) 20:11:34 (9/12) Installing pkgconf (1.7.2-r0) 20:11:35 (10/12) Installing libsodium-dev (1.0.18-r0) 20:11:35 (11/12) Installing libzmq (4.3.3-r0) 20:11:35 (12/12) Installing zeromq-dev (4.3.3-r0) 20:11:35 Executing busybox-1.31.1-r19.trigger 20:11:35 OK: 233 MiB in 51 packages 20:11:41 Removing intermediate container 7accc3f9a85c 20:11:41 ---> dd33d0102ca2 20:11:41 Step 4/6 : WORKDIR /edgex-go 20:11:41 ---> Running in e942faaef210 20:11:41 Removing intermediate container e942faaef210 20:11:41 ---> ffce56486cda 20:11:41 Step 5/6 : COPY go.mod . 20:11:42 ---> 275cf8b4e6d3 20:11:42 Step 6/6 : RUN go mod download 20:11:42 ---> Running in c8c2a415d150 20:12:21 Removing intermediate container c8c2a415d150 20:12:21 ---> 259cfec51ec0 20:12:21 Successfully built 259cfec51ec0 20:12:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:12:22 + docker inspect -f . ci-base-image-x86_64 20:12:23 . [Pipeline] withDockerContainer 20:12:23 prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container 20:12:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:12:25 $ docker top fb16c2d6a1f786b55ffa50e68db9fa7b3503a70af59b3d16c6ad966a09841d6a -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:27 + go version 20:12:27 go version go1.15.5 linux/amd64 [Pipeline] } 20:12:27 $ docker stop --time=1 fb16c2d6a1f786b55ffa50e68db9fa7b3503a70af59b3d16c6ad966a09841d6a 20:12:30 $ docker rm -f fb16c2d6a1f786b55ffa50e68db9fa7b3503a70af59b3d16c6ad966a09841d6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:12:31 + docker inspect -f . ci-base-image-x86_64 20:12:31 . [Pipeline] withDockerContainer 20:12:32 prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container 20:12:32 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:12:35 $ docker top 11f60de01dc176a864e997f5e42819c19cfb4b704d1895aed04b8202e2ada21b -eo pid,comm [Pipeline] { [Pipeline] echo 20:12:35 ========================================================= 20:12:35 [edgeXBuildGoParallel] Running Tests and Build... 20:12:35 ========================================================= [Pipeline] sh 20:12:36 + make test 20:12:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:12:59 ? github.com/edgexfoundry/edgex-go [no test files] 20:13:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30628 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 20:13:43 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 20:13:48 using credential edgex-jenkins-ssh 20:13:48 Cloning the remote Git repository 20:13:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:13:48 > git init /w/workspace/edgex-go/26 # timeout=10 20:13:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:13:48 > git --version # timeout=10 20:13:48 > git --version # 'git version 2.17.1' 20:13:48 using GIT_SSH to set credentials SSH Credentials for GitHub 20:13:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:13:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:14:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:14:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:14:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:14:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:14:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:14:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:14:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:14:16 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:14:17 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit e09c63c901571abb6952413166af1e3f3cc1f989 20:14:17 Merge succeeded, producing e09c63c901571abb6952413166af1e3f3cc1f989 20:14:17 Checking out Revision e09c63c901571abb6952413166af1e3f3cc1f989 (PR-3208) 20:14:17 > git config core.sparsecheckout # timeout=10 20:14:17 > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # timeout=10 20:14:17 > git remote # timeout=10 20:14:17 > git config --get remote.origin.url # timeout=10 20:14:17 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:17 > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 20:14:17 > git rev-parse HEAD^{commit} # timeout=10 20:14:17 > git config core.sparsecheckout # timeout=10 20:14:17 > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # timeout=10 20:14:22 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 20:14:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:14:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:14:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:14:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:14:24 + + true 20:14:24 sudo service docker restart 20:14:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:14:26 provisioning config files... 20:14:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config7395304509861385522tmp 20:14:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:14:27 ---> docker-login.sh 20:14:27 nexus3.edgexfoundry.org:10001 20:14:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:28 Configure a credential helper to remove this warning. See 20:14:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:28 20:14:28 Login Succeeded 20:14:28 nexus3.edgexfoundry.org:10002 20:14:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:28 Configure a credential helper to remove this warning. See 20:14:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:28 20:14:28 Login Succeeded 20:14:28 nexus3.edgexfoundry.org:10003 20:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:29 Configure a credential helper to remove this warning. See 20:14:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:29 20:14:29 Login Succeeded 20:14:29 nexus3.edgexfoundry.org:10004 20:14:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:29 Configure a credential helper to remove this warning. See 20:14:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:29 20:14:29 Login Succeeded 20:14:29 docker.io 20:14:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:14:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:14:30 Configure a credential helper to remove this warning. See 20:14:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:14:30 20:14:30 Login Succeeded 20:14:30 ---> docker-login.sh ends [Pipeline] } 20:14:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:14:31 ========================================================= 20:14:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:14:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:14:31 + 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:14:34 Sending build context to Docker daemon 166.8MB 20:14:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:14:34 Step 2/6 : FROM ${BASE} 20:14:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:14:34 5f621e34cdf4: Pulling fs layer 20:14:34 a4357932f1b6: Pulling fs layer 20:14:34 18c013af1878: Pulling fs layer 20:14:34 00ac8860ef70: Pulling fs layer 20:14:34 63d7cb157983: Pulling fs layer 20:14:34 b116817d02f9: Pulling fs layer 20:14:34 745a02a5169b: Pulling fs layer 20:14:34 00ac8860ef70: Waiting 20:14:34 63d7cb157983: Waiting 20:14:34 18c013af1878: Download complete 20:14:34 a4357932f1b6: Verifying Checksum 20:14:34 a4357932f1b6: Download complete 20:14:34 63d7cb157983: Download complete 20:14:34 b116817d02f9: Verifying Checksum 20:14:34 b116817d02f9: Download complete 20:14:34 5f621e34cdf4: Verifying Checksum 20:14:34 5f621e34cdf4: Download complete 20:14:35 5f621e34cdf4: Pull complete 20:14:35 a4357932f1b6: Pull complete 20:14:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:14:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:14:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:14:36 18c013af1878: Pull complete 20:14:36 745a02a5169b: Verifying Checksum 20:14:36 745a02a5169b: Download complete 20:14:38 00ac8860ef70: Verifying Checksum 20:14:38 00ac8860ef70: Download complete 20:14:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.365s coverage: 45.9% of statements 20:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:14:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:14:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.174s coverage: 19.8% of statements 20:14:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.160s coverage: 100.0% of statements 20:14:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.770s coverage: 27.1% of statements 20:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:14:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.133s coverage: 100.0% of statements 20:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:14:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.312s coverage: 100.0% of statements 20:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:14:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:14:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.228s coverage: 71.3% of statements 20:14:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:14:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:14:48 00ac8860ef70: Pull complete 20:14:48 63d7cb157983: Pull complete 20:14:49 b116817d02f9: Pull complete 20:14:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.397s coverage: 82.9% of statements 20:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:14:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.096s coverage: 78.9% of statements 20:14:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:14:53 745a02a5169b: Pull complete 20:14:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:14:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:14:53 ---> b7e6874047d6 20:14:53 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:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.034s coverage: 28.6% of statements 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.210s coverage: 100.0% of statements 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.218s coverage: 86.7% of statements 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.471s coverage: 97.5% of statements 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.119s coverage: 78.3% of statements 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:14:56 ---> Running in 88d4ae4ba29d 20:14:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:14:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:14:59 (1/12) Installing libmagic (5.38-r0) 20:14:59 (2/12) Installing file (5.38-r0) 20:14:59 (3/12) Installing libc-dev (0.7.2-r3) 20:14:59 (4/12) Installing g++ (9.3.0-r2) 20:15:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.261s coverage: 92.8% of statements 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:15:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.139s coverage: 58.8% of statements 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:15:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.112s coverage: 0.1% of statements 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:15:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:15:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.100s coverage: 47.1% of statements 20:15:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.103s coverage: 79.5% of statements 20:15:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements 20:15:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.200s coverage: 96.3% of statements 20:15:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.087s coverage: 87.5% of statements 20:15:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.111s coverage: 94.4% of statements 20:15:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 20:15:22 (5/12) Installing fortify-headers (1.1-r0) 20:15:22 (6/12) Installing patch (2.7.6-r6) 20:15:22 (7/12) Installing build-base (0.5-r2) 20:15:22 (8/12) Installing libsodium (1.0.18-r0) 20:15:22 (9/12) Installing pkgconf (1.7.2-r0) 20:15:22 (10/12) Installing libsodium-dev (1.0.18-r0) 20:15:22 (11/12) Installing libzmq (4.3.3-r0) 20:15:22 (12/12) Installing zeromq-dev (4.3.3-r0) 20:15:22 Executing busybox-1.31.1-r19.trigger 20:15:22 OK: 217 MiB in 51 packages 20:15:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.116s coverage: 81.9% of statements 20:15:26 Removing intermediate container 88d4ae4ba29d 20:15:26 ---> e84560736897 20:15:26 Step 4/6 : WORKDIR /edgex-go 20:15:26 ---> Running in ec0196f4876f 20:15:26 Removing intermediate container ec0196f4876f 20:15:26 ---> d693812e08db 20:15:26 Step 5/6 : COPY go.mod . 20:15:27 ---> d672f1b95e3b 20:15:27 Step 6/6 : RUN go mod download 20:15:27 ---> Running in e145b34c51be 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.431s coverage: 92.9% of statements 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 77.8% of statements 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.328s coverage: 87.2% of statements 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.153s coverage: 100.0% of statements 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.105s coverage: 87.2% of statements 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.111s coverage: 84.6% of statements 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.508s coverage: 91.6% of statements 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.617s coverage: 62.4% of statements 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.070s coverage: 91.3% of statements 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.090s coverage: 100.0% of statements 20:15:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.970s coverage: 69.0% of statements 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:15:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:15:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.212s coverage: 38.4% of statements 20:15:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:15:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:15:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.138s coverage: 89.5% of statements 20:15:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:15:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements 20:15:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.340s coverage: 47.0% of statements 20:15:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:15:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:15:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:15:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:15:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:15:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.182s coverage: 100.0% of statements 20:15:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:15:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements 20:15:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:15:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:15:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:15:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:15:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.357s coverage: 87.1% of statements 20:15:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:15:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:15:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.584s coverage: 29.1% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.582s coverage: 99.0% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.135s coverage: 100.0% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.215s coverage: 96.5% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.090s coverage: 0.0% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.132s coverage: 100.0% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.104s coverage: 100.0% of statements 20:15:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 20:15:54 Removing intermediate container e145b34c51be 20:15:54 ---> 3ec8fc76579f 20:15:54 Successfully built 3ec8fc76579f 20:15:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:15:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.120s coverage: 100.0% of statements 20:15:54 + docker inspect -f . ci-base-image-arm64 20:15:54 . [Pipeline] withDockerContainer 20:15:55 prd-ubuntu18.04-docker-arm64-4c-16g-30628 does not seem to be running inside a container 20:15:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:15:55 GO111MODULE=on go vet ./... 20:15:56 $ docker top cf019249b379d418e45b6d2cd2690e5f831b5192ca9276d20fbe531527d36002 -eo pid,comm [Pipeline] { [Pipeline] sh 20:15:57 + go version 20:15:57 go version go1.15.5 linux/arm64 [Pipeline] } 20:15:57 $ docker stop --time=1 cf019249b379d418e45b6d2cd2690e5f831b5192ca9276d20fbe531527d36002 20:15:59 $ docker rm -f cf019249b379d418e45b6d2cd2690e5f831b5192ca9276d20fbe531527d36002 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:01 + docker inspect -f . ci-base-image-arm64 20:16:01 . [Pipeline] withDockerContainer 20:16:01 prd-ubuntu18.04-docker-arm64-4c-16g-30628 does not seem to be running inside a container 20:16:01 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:16:03 $ docker top 48c019c77e8fe1eefe75fe9fb52dd7f67e9357fa6fe243568f0d9a7b93144fdd -eo pid,comm [Pipeline] { [Pipeline] echo 20:16:03 ========================================================= 20:16:03 [edgeXBuildGoParallel] Running Tests and Build... 20:16:03 ========================================================= [Pipeline] sh 20:16:04 + make test 20:16:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:16:30 ? github.com/edgexfoundry/edgex-go [no test files] 20:17:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:17:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:17:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:17:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:17:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:17:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:17:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:17:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:17:50 gofmt -l . 20:17:50 [ "`gofmt -l .`" = "" ] 20:17:50 ./bin/test-go-mod-tidy.sh 20:17:50 ./bin/test-attribution-txt.sh [Pipeline] sh 20:17:51 + ls -al . 20:17:51 total 760 20:17:51 drwxrwxr-x 10 1001 1001 4096 Mar 19 20:17 . 20:17:51 drwxr-xr-x 4 root root 30 Mar 19 20:12 .. 20:17:51 -rw-rw-r-- 1 1001 1001 11 Mar 19 20:08 .dockerignore 20:17:51 drwxrwxr-x 8 1001 1001 179 Mar 19 20:08 .git 20:17:51 drwxrwxr-x 3 1001 1001 125 Mar 19 20:08 .github 20:17:51 -rw-rw-r-- 1 1001 1001 818 Mar 19 20:08 .gitignore 20:17:51 drwx------ 3 1001 1001 60 Mar 19 20:10 .semver 20:17:51 -rw-rw-r-- 1 1001 1001 166 Mar 19 20:08 .sonarcloud.properties 20:17:51 -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:08 Attribution.txt 20:17:51 -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:08 CONTRIBUTING.md 20:17:51 -rw-rw-r-- 1 1001 1001 931 Mar 19 20:08 Dockerfile.build 20:17:51 -rw-rw-r-- 1 1001 1001 863 Mar 19 20:08 Jenkinsfile 20:17:51 -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:08 LICENSE 20:17:51 -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:08 Makefile 20:17:51 -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:08 README.md 20:17:51 -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:08 SECURITY.md 20:17:51 -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION 20:17:51 -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:08 ZMQWindows.md 20:17:51 drwxrwxr-x 2 1001 1001 117 Mar 19 20:08 bin 20:17:51 drwxrwxr-x 14 1001 1001 4096 Mar 19 20:08 cmd 20:17:51 -rw-r--r-- 1 root root 650607 Mar 19 20:15 coverage.out 20:17:51 -rw-r--r-- 1 root root 1055 Mar 19 20:17 go.mod 20:17:51 -rw-r--r-- 1 root root 22209 Mar 19 20:17 go.sum 20:17:51 drwxrwxr-x 8 1001 1001 127 Mar 19 20:08 internal 20:17:51 drwxrwxr-x 4 1001 1001 26 Mar 19 20:08 openapi 20:17:51 drwxrwxr-x 4 1001 1001 71 Mar 19 20:08 snap 20:17:51 -rw-rw-r-- 1 1001 1001 168 Mar 19 20:08 version.go [Pipeline] sh 20:17:52 + '[' -e coverage.out ] 20:17:52 + chown 1001:1001 coverage.out [Pipeline] stash 20:17:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:17:52 Stashed 1 file(s) [Pipeline] sh 20:17:53 + make build 20:17:53 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:17:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:18:00 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:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:18:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:18:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:18:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.322s 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.129s coverage: 19.8% of statements 20:18:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements 20:18:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.613s coverage: 27.1% of statements 20:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:18:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements 20:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:18:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements 20:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:18:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.363s coverage: 71.3% of statements 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:18:22 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:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.524s coverage: 82.9% of statements 20:18:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:18:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:18:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements 20:18:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:18:31 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:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:18:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.343s coverage: 28.6% of statements 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:18:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.185s coverage: 100.0% of statements 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:18:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:18:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.452s coverage: 86.7% of statements 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:18:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.349s coverage: 97.5% of statements 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:18:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.230s coverage: 78.3% of statements 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:18:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:18:39 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:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.254s coverage: 92.8% of statements 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.254s coverage: 0.1% of statements 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:18:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 47.1% of statements 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.117s coverage: 79.5% of statements 20:18:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements 20:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.119s coverage: 96.3% of statements 20:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s 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/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:18:54 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:18:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements 20:18:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 20:18:59 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:01 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:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.294s coverage: 81.9% of statements 20:19:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:19:11 $ docker stop --time=1 11f60de01dc176a864e997f5e42819c19cfb4b704d1895aed04b8202e2ada21b 20:19:14 $ docker rm -f 11f60de01dc176a864e997f5e42819c19cfb4b704d1895aed04b8202e2ada21b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.145s coverage: 92.9% of statements 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.6% of statements 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.196s coverage: 91.6% of statements 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.689s coverage: 62.4% of statements 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:19:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements 20:19:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 20:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [Pipeline] isUnix [Pipeline] sh 20:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 20:19:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:19:17 20:19:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:19:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:19:18 latest: Pulling from edgex-devops/edgex-compose 20:19:18 cbdbe7a5bc2a: Pulling fs layer 20:19:18 ca9280d653b3: Pulling fs layer 20:19:18 7e9c9ca2126c: Pulling fs layer 20:19:19 cbdbe7a5bc2a: Verifying Checksum 20:19:19 cbdbe7a5bc2a: Download complete 20:19:20 cbdbe7a5bc2a: Pull complete 20:19:20 ca9280d653b3: Verifying Checksum 20:19:20 ca9280d653b3: Download complete 20:19:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.041s coverage: 69.0% of statements 20:19:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:19:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:19:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:19:22 ca9280d653b3: Pull complete 20:19:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 38.4% of statements 20:19:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:19:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:19:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.152s coverage: 89.5% of statements 20:19:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:19:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements 20:19:23 7e9c9ca2126c: Verifying Checksum 20:19:23 7e9c9ca2126c: Download complete 20:19:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:19:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.191s coverage: 100.0% of statements 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:19:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:19:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.490s coverage: 87.1% of statements 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:19:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:19:36 7e9c9ca2126c: Pull complete 20:19:36 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:19:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:19:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:19:36 prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container 20:19:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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:19:39 $ docker top c03000e2ac42561b598407df63d34d67b24fe4d14930e2f2d6d4c964f7c2aad7 -eo pid,comm [Pipeline] { [Pipeline] sh 20:19:40 + docker-compose build --help 20:19:40 + grep parallel 20:19:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.833s coverage: 29.1% of statements 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:19:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:19:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:19:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.272s coverage: 96.5% of statements 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:19:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:19:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:19:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:19:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:19:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 20:19:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements 20:19:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 20:19:42 GO111MODULE=on go vet ./... 20:19:43 --parallel Build images in parallel. [Pipeline] } 20:19:43 $ docker stop --time=1 c03000e2ac42561b598407df63d34d67b24fe4d14930e2f2d6d4c964f7c2aad7 20:19:45 $ docker rm -f c03000e2ac42561b598407df63d34d67b24fe4d14930e2f2d6d4c964f7c2aad7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:19:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:19:46 . [Pipeline] withDockerContainer 20:19:47 prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container 20:19:47 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:19:49 $ docker top 2c87e8a80b71fc8a943fb166ff4287e143fe023bbf434e4c87f3c017670a8243 -eo pid,comm [Pipeline] { [Pipeline] sh 20:19:49 + docker-compose -f ./docker-compose-build.yml build --parallel 20:19:52 Building docker-core-command-go ... 20:19:52 Building docker-core-data-go ... 20:19:52 Building docker-core-metadata-go ... 20:19:52 Building docker-security-bootstrapper-go ... 20:19:52 Building docker-security-proxy-setup-go ... 20:19:52 Building docker-security-secretstore-setup-go ... 20:19:52 Building docker-support-notifications-go ... 20:19:52 Building docker-support-scheduler-go ... 20:19:52 Building docker-sys-mgmt-agent-go ... 20:19:52 Building docker-sys-mgmt-agent-go 20:19:52 Building docker-support-notifications-go 20:19:52 Building docker-core-data-go 20:19:52 Building docker-core-command-go 20:19:52 Building docker-security-secretstore-setup-go 20:21:19 gofmt -l . 20:21:19 [ "`gofmt -l .`" = "" ] 20:21:19 ./bin/test-go-mod-tidy.sh 20:21:19 ./bin/test-attribution-txt.sh [Pipeline] sh 20:21:20 + ls -al . 20:21:20 total 788 20:21:20 drwxrwxr-x 9 1001 1001 4096 Mar 19 20:21 . 20:21:20 drwxr-xr-x 4 root root 4096 Mar 19 20:16 .. 20:21:20 -rw-rw-r-- 1 1001 1001 11 Mar 19 20:14 .dockerignore 20:21:20 drwxrwxr-x 8 1001 1001 4096 Mar 19 20:14 .git 20:21:20 drwxrwxr-x 3 1001 1001 4096 Mar 19 20:14 .github 20:21:20 -rw-rw-r-- 1 1001 1001 818 Mar 19 20:14 .gitignore 20:21:20 -rw-rw-r-- 1 1001 1001 166 Mar 19 20:14 .sonarcloud.properties 20:21:20 -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:14 Attribution.txt 20:21:20 -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:14 CONTRIBUTING.md 20:21:20 -rw-rw-r-- 1 1001 1001 931 Mar 19 20:14 Dockerfile.build 20:21:20 -rw-rw-r-- 1 1001 1001 863 Mar 19 20:14 Jenkinsfile 20:21:20 -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:14 LICENSE 20:21:20 -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:14 Makefile 20:21:20 -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:14 README.md 20:21:20 -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:14 SECURITY.md 20:21:20 -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION 20:21:20 -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:14 ZMQWindows.md 20:21:20 drwxrwxr-x 2 1001 1001 4096 Mar 19 20:14 bin 20:21:20 drwxrwxr-x 14 1001 1001 4096 Mar 19 20:14 cmd 20:21:20 -rw-r--r-- 1 root root 650607 Mar 19 20:19 coverage.out 20:21:20 -rw-r--r-- 1 root root 1055 Mar 19 20:21 go.mod 20:21:20 -rw-r--r-- 1 root root 22209 Mar 19 20:21 go.sum 20:21:20 drwxrwxr-x 8 1001 1001 4096 Mar 19 20:14 internal 20:21:20 drwxrwxr-x 4 1001 1001 4096 Mar 19 20:14 openapi 20:21:20 drwxrwxr-x 4 1001 1001 4096 Mar 19 20:14 snap 20:21:20 -rw-rw-r-- 1 1001 1001 168 Mar 19 20:14 version.go [Pipeline] sh 20:21:20 + '[' -e coverage.out ] 20:21:20 + chown 1001:1001 coverage.out [Pipeline] stash 20:21:20 Warning: overwriting stash ‘coverage-report’ 20:21:22 Stashed 1 file(s) [Pipeline] sh 20:21:22 + make build 20:21:22 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:35 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:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:21:46 ---> 259cfec51ec0 20:21:46 Step 3/23 : WORKDIR /edgex-go 20:21:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:21:46 ---> 259cfec51ec0 20:21:46 Step 3/23 : WORKDIR /edgex-go 20:21:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:21:46 ---> 259cfec51ec0 20:21:46 Step 3/24 : WORKDIR /edgex-go 20:21:46 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:46 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:21:46 ---> 259cfec51ec0 20:21:46 Step 3/26 : WORKDIR /edgex-go 20:21:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:21:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:21:46 ---> 259cfec51ec0 20:21:46 Step 3/22 : WORKDIR /edgex-go 20:21:46 ---> Running in 6886ac161ac5 20:21:46 ---> Running in 000fcd6fabd4 20:21:46 ---> Running in b76d64f3f38b 20:21:46 ---> Running in f80f4914c278 20:21:46 ---> Running in 84c2094fb42a 20:21:46 Removing intermediate container 000fcd6fabd4 20:21:46 ---> f293ad7f1f6e 20:21:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:46 Removing intermediate container 84c2094fb42a 20:21:46 ---> 1f7755845e4e 20:21:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:46 Removing intermediate container f80f4914c278 20:21:46 ---> 8182048a2161 20:21:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:46 Removing intermediate container b76d64f3f38b 20:21:46 ---> 848b1e63454a 20:21:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:46 Removing intermediate container 6886ac161ac5 20:21:46 ---> d9884ba808aa 20:21:46 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:21:46 ---> Running in a60bca301c04 20:21:46 ---> Running in 3433efbf684f 20:21:46 ---> Running in 0a0a8308b8d0 20:21:46 ---> Running in 6dc9f7e9a772 20:21:46 ---> Running in 557ae6746ae5 20:21:48 Removing intermediate container 557ae6746ae5 20:21:48 ---> fa6f59663808 20:21:48 Step 5/26 : RUN apk add --update --no-cache make bash git 20:21:48 Removing intermediate container 3433efbf684f 20:21:48 ---> 198d92a49e60 20:21:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:21:48 Removing intermediate container a60bca301c04 20:21:48 ---> 554435a52716 20:21:48 Step 5/23 : RUN apk add --update --no-cache make git 20:21:48 ---> Running in bcefb3b9ce9d 20:21:48 Removing intermediate container 6dc9f7e9a772 20:21:48 ---> 0ba14b4c9c8d 20:21:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:21:49 ---> Running in 4861865bfe58 20:21:49 ---> Running in cfe287625de2 20:21:49 ---> Running in 9f86872f28ca 20:21:49 Removing intermediate container 0a0a8308b8d0 20:21:49 ---> 63b0da727676 20:21:49 Step 5/24 : RUN apk add --update --no-cache make git 20:21:50 ---> Running in 4d560bc4f4cf 20:21:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:21:54 OK: 233 MiB in 51 packages 20:21:54 OK: 233 MiB in 51 packages 20:21:54 OK: 233 MiB in 51 packages 20:21:54 OK: 233 MiB in 51 packages 20:21:54 OK: 233 MiB in 51 packages 20:21:57 Removing intermediate container cfe287625de2 20:21:57 ---> 8df23739f5e0 20:21:57 Step 6/23 : COPY go.mod . 20:21:57 Removing intermediate container 4d560bc4f4cf 20:21:57 ---> 6ba6220ad7d1 20:21:57 Step 6/24 : COPY go.mod . 20:21:57 Removing intermediate container 9f86872f28ca 20:21:57 ---> 68b1541c0e00 20:21:57 Step 6/22 : COPY go.mod . 20:21:58 Removing intermediate container bcefb3b9ce9d 20:21:58 ---> b37d0044c3c2 20:21:58 Step 6/26 : COPY go.mod . 20:21:58 Removing intermediate container 4861865bfe58 20:21:58 ---> 4066d68ea60a 20:21:58 Step 6/23 : COPY go.mod . 20:21:58 ---> 8da0f6693e88 20:21:58 Step 7/23 : RUN go mod download 20:21:58 ---> Running in 04eb6539340b 20:21:59 ---> 76be36c4e433 20:21:59 Step 7/23 : RUN go mod download 20:21:59 ---> 6fbc4b1a5c45 20:21:59 Step 7/24 : RUN go mod download 20:21:59 ---> 09d83b11762e 20:21:59 Step 7/22 : RUN go mod download 20:21:59 ---> 832e85125f51 20:21:59 Step 7/26 : RUN go mod download 20:21:59 ---> Running in fc6c105dca51 20:21:59 ---> Running in e79b52a572c1 20:21:59 ---> Running in d29aa04079a5 20:21:59 ---> Running in 8b8eeca516ba 20:22:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:22:08 Removing intermediate container 04eb6539340b 20:22:08 ---> dd9a0b62e7bf 20:22:08 Step 8/23 : COPY . . 20:22:08 Removing intermediate container 8b8eeca516ba 20:22:08 ---> 1654fd1e2765 20:22:08 Step 8/22 : COPY . . 20:22:08 Removing intermediate container d29aa04079a5 20:22:08 ---> 20cca09af010 20:22:08 Step 8/26 : COPY . . 20:22:08 Removing intermediate container e79b52a572c1 20:22:08 ---> e987b3ee6fa5 20:22:08 Step 8/23 : COPY . . 20:22:09 Removing intermediate container fc6c105dca51 20:22:09 ---> 31e2d0c9d671 20:22:09 Step 8/24 : COPY . . 20:22: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:22:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:22:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:22:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:22:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:22:36 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:41 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:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:22:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:23:00 $ docker stop --time=1 48c019c77e8fe1eefe75fe9fb52dd7f67e9357fa6fe243568f0d9a7b93144fdd 20:23:03 $ docker rm -f 48c019c77e8fe1eefe75fe9fb52dd7f67e9357fa6fe243568f0d9a7b93144fdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:23:06 20:23:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:23:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:23:06 latest: Pulling from edgex-devops/edgex-compose-arm64 20:23:06 29e5d40040c1: Pulling fs layer 20:23:06 1ce36da41761: Pulling fs layer 20:23:06 25b303627fd3: Pulling fs layer 20:23:07 29e5d40040c1: Verifying Checksum 20:23:07 29e5d40040c1: Download complete 20:23:08 1ce36da41761: Verifying Checksum 20:23:08 29e5d40040c1: Pull complete 20:23:09 1ce36da41761: Pull complete 20:23:10 25b303627fd3: Verifying Checksum 20:23:10 25b303627fd3: Download complete 20:23:20 25b303627fd3: Pull complete 20:23:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:23:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:23:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:23:20 prd-ubuntu18.04-docker-arm64-4c-16g-30628 does not seem to be running inside a container 20:23:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:23:24 $ docker top 0fd88eccd20a11273fddbb6cc9a10ffb292df65319bede47c7d14b00e7d1d9a5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:23:25 + grep parallel 20:23:25 + docker-compose build --help 20:23:30 --parallel Build images in parallel. [Pipeline] } 20:23:30 $ docker stop --time=1 0fd88eccd20a11273fddbb6cc9a10ffb292df65319bede47c7d14b00e7d1d9a5 20:23:32 $ docker rm -f 0fd88eccd20a11273fddbb6cc9a10ffb292df65319bede47c7d14b00e7d1d9a5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:23:33 . [Pipeline] withDockerContainer 20:23:33 prd-ubuntu18.04-docker-arm64-4c-16g-30628 does not seem to be running inside a container 20:23:33 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:23:35 $ docker top a92fd0a506186c72249b202eb9f31759c3c6bba37f28948f9cd2da7319da9589 -eo pid,comm [Pipeline] { [Pipeline] sh 20:23:36 + docker-compose -f ./docker-compose-build.yml build --parallel 20:23:43 Building docker-core-command-go ... 20:23:43 Building docker-core-data-go ... 20:23:43 Building docker-core-metadata-go ... 20:23:43 Building docker-security-bootstrapper-go ... 20:23:43 Building docker-security-proxy-setup-go ... 20:23:43 Building docker-security-secretstore-setup-go ... 20:23:43 Building docker-support-notifications-go ... 20:23:43 Building docker-support-scheduler-go ... 20:23:43 Building docker-sys-mgmt-agent-go ... 20:23:43 Building docker-support-notifications-go 20:23:43 Building docker-security-secretstore-setup-go 20:23:43 Building docker-security-bootstrapper-go 20:23:43 Building docker-support-scheduler-go 20:23:43 Building docker-core-command-go 20:24:51 ---> ab72c53bee46 20:24:51 Step 9/23 : RUN make cmd/core-data/core-data ---> e8a71f171ff9 20:24:51 Step 9/23 : RUN make cmd/core-command/core-command 20:24:51 ---> 11844aaecac1 20:24:51 ---> 6a8feb3ec678 20:24:51 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:24:51 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:24:51 20:24:51 ---> Running in 19540c7ffdd9 20:24:51 ---> Running in 5a4903c71c28 20:24:51 ---> Running in 8426c5fbe599 20:24:51 ---> Running in 62d94045ce36 20:24:51 ---> 7dd0912527e5 20:24:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:24:51 ---> Running in 467e22f9ae63 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:24:51 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:24:51 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/support-notifications/support-notifications ./cmd/support-notifications 20:24:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:25:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:25:05 ---> 3ec8fc76579f 20:25:05 Step 3/22 : WORKDIR /edgex-go 20:25:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:25:05 ---> 3ec8fc76579f 20:25:05 Step 3/23 : WORKDIR /edgex-go 20:25:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:25:05 ---> 3ec8fc76579f 20:25:05 Step 3/22 : WORKDIR /edgex-go 20:25:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:25:05 ---> 3ec8fc76579f 20:25:05 Step 3/31 : WORKDIR /edgex-go 20:25:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:25:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:25:05 ---> 3ec8fc76579f 20:25:05 Step 3/24 : WORKDIR /edgex-go 20:25:05 ---> Running in 9875b398e292 20:25:05 ---> Running in 7439d86a22d7 20:25:05 ---> Running in 0a2f10f00f15 20:25:05 ---> Running in 61f9d7714296 20:25:05 ---> Running in 1a5ce033f62e 20:25:05 Removing intermediate container 0a2f10f00f15 20:25:05 Removing intermediate container 61f9d7714296 20:25:05 ---> 195f0e15eb3e 20:25:05 ---> cb466462ad7f 20:25:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:05 Removing intermediate container 1a5ce033f62e 20:25:05 Removing intermediate container 9875b398e292 20:25:05 ---> defafe53c87d 20:25:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:05 ---> c91da6f2c4bb 20:25:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:05 Removing intermediate container 7439d86a22d7 20:25:05 ---> cf186da78c3e 20:25:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:25:05 ---> Running in 028d62ff5098 20:25:05 ---> Running in 0c138279526c 20:25:05 ---> Running in 961fae8a5697 20:25:05 ---> Running in 5a073df7ce57 20:25:05 ---> Running in 8b74c0417229 20:25:06 Removing intermediate container 028d62ff5098 20:25:06 ---> 669fd96acf22 20:25:06 Step 5/22 : RUN apk add --update --no-cache make git 20:25:06 ---> Running in 7b733c883592 20:25:07 Removing intermediate container 0c138279526c 20:25:07 ---> 3e2519df28ea 20:25:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:25:07 Removing intermediate container 961fae8a5697 20:25:07 ---> 274182075118 20:25:07 Step 5/24 : RUN apk add --update --no-cache make git 20:25:07 ---> Running in 066b89e3be28 20:25:07 Removing intermediate container 5a073df7ce57 20:25:07 ---> 29bbd3727701 20:25:07 Step 5/23 : RUN apk add --update --no-cache make git 20:25:07 ---> Running in e5046e98a9d9 20:25:07 Removing intermediate container 8b74c0417229 20:25:07 ---> 642ad21b9e90 20:25:07 Step 5/31 : RUN apk add --update --no-cache make git 20:25:07 ---> Running in 36d477d08617 20:25:07 ---> Running in 94fd26a4870b 20:25:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:25:10 OK: 217 MiB in 51 packages 20:25:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:25:11 OK: 217 MiB in 51 packages 20:25:11 OK: 217 MiB in 51 packages 20:25:11 OK: 217 MiB in 51 packages 20:25:12 Removing intermediate container 7b733c883592 20:25:12 ---> c5429614c473 20:25:12 Step 6/22 : COPY go.mod . 20:25:12 OK: 217 MiB in 51 packages 20:25:13 ---> 950af1d7c722 20:25:13 Step 7/22 : RUN go mod download 20:25:13 ---> Running in 3d2100ae2807 20:25:13 Removing intermediate container 066b89e3be28 20:25:13 ---> a5a496cf85d8 20:25:13 Step 6/22 : COPY go.mod . 20:25:14 Removing intermediate container e5046e98a9d9 20:25:14 ---> f3f13d2ab6ac 20:25:14 Step 6/24 : COPY go.mod . 20:25:14 Removing intermediate container 94fd26a4870b 20:25:14 ---> b1d87761cdf6 20:25:14 Step 6/31 : COPY go.mod . 20:25:14 Removing intermediate container 36d477d08617 20:25:14 ---> 1ad654000492 20:25:14 Step 6/23 : COPY go.mod . 20:25:15 ---> 145a9ef59112 20:25:15 Step 7/22 : RUN go mod download 20:25:15 ---> Running in 8bcc3aff93db 20:25:15 ---> f3b170a94807 20:25:15 Step 7/24 : RUN go mod download 20:25:15 ---> 884a1918800f 20:25:15 Step 7/31 : RUN go mod download 20:25:15 ---> 6a3e0a56bdeb 20:25:15 Step 7/23 : RUN go mod download 20:25:15 ---> Running in 911423e84882 20:25:15 ---> Running in a3c04766eef5 20:25:16 ---> Running in 6d0a10924c62 20:25:18 Removing intermediate container 3d2100ae2807 20:25:18 ---> f1d99b675383 20:25:18 Step 8/22 : COPY . . 20:25:20 Removing intermediate container 8bcc3aff93db 20:25:20 ---> aabc7e732580 20:25:20 Step 8/22 : COPY . . 20:25:21 Removing intermediate container 911423e84882 20:25:21 ---> 2ea30fd78d69 20:25:21 Step 8/24 : COPY . . 20:25:21 Removing intermediate container a3c04766eef5 20:25:21 ---> 87095d6f38a9 20:25:21 Step 8/31 : COPY . . 20:25:22 Removing intermediate container 6d0a10924c62 20:25:22 ---> 64e4d2fc57d9 20:25:22 Step 8/23 : COPY . . 20:25:49 ---> 618a9aa8d1e4 20:25:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:25:49 ---> 3c3deba564e9 20:25:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:25:49 ---> cf1080e81f64 20:25:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:25:49 ---> Running in 914e2af32797 20:25:49 ---> 36b76290cdb8 20:25:49 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:25:49 ---> d6e3f6bb826e 20:25:49 Step 9/23 : RUN make cmd/core-command/core-command 20:25:49 ---> Running in aacf5ff983f5 20:25:49 ---> Running in 11083c5c5a5e 20:25:49 ---> Running in 79c65c91c1d0 20:25:49 ---> Running in 12a882c59847 20:25:49 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:49 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:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:25: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:25:50 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:26:03 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:24 Removing intermediate container 19540c7ffdd9 20:26:24 ---> ff4c435d1c59 20:26:24 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:26:24 ---> Running in a7acee8b70ba 20:26:27 Removing intermediate container 467e22f9ae63 20:26:27 ---> 7e50b9e7742e 20:26:27 20:26:27 Step 10/22 : FROM alpine:3.12 20:26:27 3.12: Pulling from library/alpine 20:26:29 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:26:29 Removing intermediate container 8426c5fbe599 20:26:29 ---> 8ebc62153437 20:26:29 20:26:29 Step 10/23 : FROM alpine:3.12 20:26:29 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:26:29 Status: Downloaded newer image for alpine:3.12 20:26:29 ---> 88dd2752d2ea 20:26:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:26:29 3.12: Pulling from library/alpine 20:26:29 Removing intermediate container 5a4903c71c28 20:26:29 ---> f81478bcc61d 20:26:29 20:26:29 Step 10/24 : FROM alpine:3.12 20:26:29 ---> 88dd2752d2ea 20:26:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:26:29 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:26:29 Status: Image is up to date for alpine:3.12 20:26:29 ---> 88dd2752d2ea 20:26:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:26:30 ---> Running in 91ddfddf7c6a 20:26:30 ---> Running in 6c322136e0a8 20:26:30 ---> Running in 117b93058239 20:26:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:33 (1/2) Installing ca-certificates (20191127-r4) 20:26:33 (2/2) Installing dumb-init (1.2.2-r1) 20:26:33 Executing busybox-1.31.1-r19.trigger 20:26:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:34 Executing ca-certificates-20191127-r4.trigger 20:26:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:34 (1/5) Installing ca-certificates (20191127-r4) 20:26:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:26:34 (3/5) Installing libcurl (7.69.1-r3) 20:26:34 (4/5) Installing curl (7.69.1-r3) 20:26:34 OK: 6 MiB in 16 packages 20:26:34 (5/5) Installing dumb-init (1.2.2-r1) 20:26:35 Executing busybox-1.31.1-r19.trigger 20:26:35 Executing ca-certificates-20191127-r4.trigger 20:26:35 OK: 7 MiB in 19 packages 20:26:35 (1/1) Installing dumb-init (1.2.2-r1) 20:26:35 Executing busybox-1.31.1-r19.trigger 20:26:35 OK: 6 MiB in 15 packages 20:26:37 Removing intermediate container a7acee8b70ba 20:26:37 ---> 8d33246a8543 20:26:37 20:26:37 Step 11/26 : FROM docker:20.10.0 20:26:37 20.10.0: Pulling from library/docker 20:26:37 Removing intermediate container 62d94045ce36 20:26:37 ---> 6606e554f53e 20:26:37 20:26:37 Step 10/23 : FROM alpine:3.12 20:26:37 ---> 88dd2752d2ea 20:26:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:26:38 ---> Running in 86cc620302d8 20:26:39 Removing intermediate container 117b93058239 20:26:39 ---> c4fd968afee7 20:26:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:26:39 Removing intermediate container 91ddfddf7c6a 20:26:39 ---> a1eece0cca27 20:26:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:26:40 Removing intermediate container 6c322136e0a8 20:26:40 ---> 290d478b3fcd 20:26:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:26:40 Removing intermediate container 86cc620302d8 20:26:40 ---> 97c9f68c896c 20:26:40 Step 12/23 : ENV APP_PORT=48080 20:26:40 ---> Running in 6e263298f7c0 20:26:40 ---> Running in d99d2f9a292e 20:26:40 ---> Running in b9ad56bc294b 20:26:40 ---> Running in 6926b3ac961e 20:26:41 Removing intermediate container d99d2f9a292e 20:26:41 ---> f0c468461d70 20:26:41 Step 13/23 : ENV APP_PORT=48082 20:26:41 Removing intermediate container b9ad56bc294b 20:26:41 ---> 09e6d949dd52 20:26:41 Step 13/24 : WORKDIR / 20:26:41 Removing intermediate container 6e263298f7c0 20:26:41 ---> 46ea0adb3cf6 20:26:41 Step 13/22 : ENV APP_PORT=48060 20:26:41 ---> Running in 50960e4a62ea 20:26:41 ---> Running in c1afa29ecb27 20:26:42 Removing intermediate container 6926b3ac961e 20:26:42 ---> d72108f0d05c 20:26:42 Step 13/23 : EXPOSE $APP_PORT 20:26:43 ---> Running in c7aaf9147f90 20:26:43 ---> Running in 43f4524aab65 20:26:43 Removing intermediate container 50960e4a62ea 20:26:43 ---> b346defa543a 20:26:43 Step 14/23 : EXPOSE $APP_PORT 20:26:43 Removing intermediate container c1afa29ecb27 20:26:43 ---> b65772ae448c 20:26:43 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:43 ---> Running in 082945dd74ff 20:26:43 Removing intermediate container c7aaf9147f90 20:26:43 ---> d69b0e3264f8 20:26:43 Step 14/22 : EXPOSE $APP_PORT 20:26:44 Removing intermediate container 43f4524aab65 20:26:44 ---> 7a076b41105e 20:26:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:26:44 ---> Running in c840ae6ff99e 20:26:44 ---> Running in 4cce7a844a42 20:26:44 Removing intermediate container 082945dd74ff 20:26:44 ---> 53baa617ec94 20:26:44 Step 15/23 : WORKDIR / 20:26:44 ---> aa467867b87c 20:26:44 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:44 ---> Running in 8452fcfd7ce0 20:26:45 Removing intermediate container c840ae6ff99e 20:26:45 ---> 68236f340bbc 20:26:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:46 ---> b88dd7831d1b 20:26:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:26:46 Removing intermediate container 8452fcfd7ce0 20:26:46 ---> 125e55865123 20:26:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:47 ---> ea83e6d0a35a 20:26:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:26:47 ---> ea5613a27b01 20:26:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:26:47 ---> e3a916cbf071 20:26:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:26:48 Removing intermediate container 4cce7a844a42 20:26:48 ---> 68c7dfbe3435 20:26:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:26:48 ---> Running in 73d529db9586 20:26:49 ---> 5f765031e39e 20:26:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:26:50 ---> b8f26f9a1072 20:26:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:26:50 ---> ba8a25e17d74 20:26:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:26:51 ---> a30c80bede82 20:26:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:26:51 ---> Running in 5f9755878c5c 20:26:52 ---> 3bd10704e93a 20:26:52 Step 19/23 : ENTRYPOINT ["/core-command"] 20:26:52 ---> Running in b89d269a5ebb 20:26:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:52 ---> 5a9ab1abe541 20:26:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:26:52 Removing intermediate container 5f9755878c5c 20:26:52 ---> 31b1b76dbc7a 20:26:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:52 ---> Running in c85d2ebfe584 20:26:53 Removing intermediate container b89d269a5ebb 20:26:53 ---> b32737a5c9cc 20:26:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:53 ---> Running in 46a0cdc783de 20:26:53 Removing intermediate container c85d2ebfe584 20:26:53 ---> ce4514c66ff1 20:26:53 Step 20/22 : LABEL arch=x86_64 20:26:54 ---> e8986f734cb3 20:26:54 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:54 ---> Running in 9bdf511aa634 20:26:54 ---> Running in de64c3103983 20:26:54 (1/6) Installing dumb-init (1.2.2-r1) 20:26:54 (2/6) Installing libgcc (9.3.0-r2) 20:26:54 (3/6) Installing libsodium (1.0.18-r0) 20:26:54 Removing intermediate container 46a0cdc783de 20:26:54 ---> 47b87a4e7feb 20:26:54 Step 21/23 : LABEL arch=x86_64 20:26:54 (4/6) Installing libstdc++ (9.3.0-r2) 20:26:55 Removing intermediate container 9bdf511aa634 20:26:55 ---> 64e74cc2515a 20:26:55 Step 21/22 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:26:55 (5/6) Installing libzmq (4.3.3-r0) 20:26:55 ---> Running in b5ae9c5dac8f 20:26:56 (6/6) Installing zeromq (4.3.3-r0) 20:26:56 Executing busybox-1.31.1-r19.trigger 20:26:56 OK: 8 MiB in 20 packages 20:26:56 ---> Running in dee9b058441d 20:26:56 Removing intermediate container b5ae9c5dac8f 20:26:56 ---> 5696d66c9598 20:26:56 Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:26:56 ---> Running in 74fa1740e296 20:26:56 Removing intermediate container dee9b058441d 20:26:56 ---> 3f9763b92ec4 20:26:56 Step 22/22 : LABEL version=0.0.0 20:26:57 ---> Running in abfe620366fc 20:26:58 Removing intermediate container 74fa1740e296 20:26:58 ---> d0689d5c9ac8 20:26:58 Step 23/23 : LABEL version=0.0.0 20:26:58 ---> Running in 56d516497c09 20:26:58 Removing intermediate container 73d529db9586 20:26:58 ---> decab74010cb 20:26:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:58 Removing intermediate container abfe620366fc 20:26:58 ---> 10b8c831dd39 20:26:58 20:26:59 Removing intermediate container de64c3103983 20:26:59 ---> 82179428dda9 20:26:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:26:59 ---> Running in 12b623e69180 20:26:59 Removing intermediate container 56d516497c09 20:26:59 ---> de2bab3f2c9c 20:26:59 20:27:00 Successfully built 10b8c831dd39 20:27:00 ---> 56b69ac2711a 20:27:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:27:00 Successfully tagged docker-support-notifications-go:latest 20:27:00 Building docker-security-bootstrapper-go 20:27:00  Building docker-support-notifications-go ... done Removing intermediate container 12b623e69180 20:27:00 ---> bb621fdae021 20:27:00 Step 22/24 : LABEL arch=x86_64 20:27:01 ---> Running in 6ad301d0dd87 20:27:01 Successfully built de2bab3f2c9c 20:27:01 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:27:02 Status: Downloaded newer image for docker:20.10.0 20:27:02 Successfully tagged docker-core-command-go:latest 20:27:02 ---> aefe523efa57 20:27:02 Step 12/26 : RUN apk add --no-cache bash 20:27:02 Building docker-core-metadata-go 20:27:02  Building docker-core-command-go ... done  ---> Running in 0bb0f21ec761 20:27:02 Removing intermediate container 6ad301d0dd87 20:27:02 ---> 9c6819628a09 20:27:02 Step 23/24 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:27:03 ---> Running in 394da1b6599d 20:27:03 ---> e41ee82ed903 20:27:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:27:03 Removing intermediate container 394da1b6599d 20:27:03 ---> a7ff07a26c02 20:27:03 Step 24/24 : LABEL version=0.0.0 20:27:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:05 (1/2) Installing readline (8.0.4-r0) 20:27:05 (2/2) Installing bash (5.0.17-r0) 20:27:05 Executing bash-5.0.17-r0.post-install 20:27:05 Executing busybox-1.31.1-r19.trigger 20:27:05 OK: 12 MiB in 22 packages 20:27:06 ---> Running in 3227ef9ca326 20:27:07 ---> c4af3fb3205b 20:27:07 Step 19/23 : ENTRYPOINT ["/core-data"] 20:27:07 ---> Running in efa33f8189d2 20:27:08 Removing intermediate container 3227ef9ca326 20:27:08 ---> 0cc31cc0f736 20:27:08 20:27:08 Removing intermediate container efa33f8189d2 20:27:08 ---> 02701e939782 20:27:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:08 ---> Running in c48233909c0e 20:27:08 Successfully built 0cc31cc0f736 20:27:09 Removing intermediate container 0bb0f21ec761 20:27:09 ---> 96c04443bbc8 20:27:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:27:09 Successfully tagged docker-security-secretstore-setup-go:latest 20:27:09  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 20:27:09 ---> Running in 13fa8f8eb873 20:27:09 Removing intermediate container c48233909c0e 20:27:09 ---> a7016ffea365 20:27:09 Step 21/23 : LABEL arch=x86_64 20:27:09 ---> Running in 6384c80e5d48 20:27:10 Removing intermediate container 13fa8f8eb873 20:27:10 ---> e1855eca9a6f 20:27:10 Step 14/26 : ENV APP_PORT=48090 20:27:11 Removing intermediate container 6384c80e5d48 20:27:11 ---> 0a4aee1a0dd8 20:27:11 Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:27:13 ---> Running in 41f50e8fb21d 20:27:14 ---> Running in efc10af9fe62 20:27:15 Removing intermediate container 41f50e8fb21d 20:27:15 ---> bd03bf8282c2 20:27:15 Step 15/26 : EXPOSE $APP_PORT 20:27:15 Removing intermediate container efc10af9fe62 20:27:15 ---> 026686fcae42 20:27:15 Step 23/23 : LABEL version=0.0.0 20:27:15 ---> Running in ad29a356b6f9 20:27:15 ---> Running in cb0f7e5bbdc7 20:27:15 Removing intermediate container ad29a356b6f9 20:27:15 ---> 92fc13b08136 20:27:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:27:16 Removing intermediate container cb0f7e5bbdc7 20:27:16 ---> ee86963c5aca 20:27:16 20:27:17 Successfully built ee86963c5aca 20:27:18 Successfully tagged docker-core-data-go:latest 20:27:18  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 20:27:18 ---> 5ca521b85b79 20:27:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:27:20 ---> 0e1d315038ea 20:27:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:27:24 ---> 3b8934977873 20:27:24 Step 19/26 : RUN apk --no-cache add py3-pip 20:27:24 ---> Running in 2ce8eb33bb95 20:27:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:27 (1/33) Installing libbz2 (1.0.8-r1) 20:27:27 (2/33) Installing expat (2.2.9-r1) 20:27:27 (3/33) Installing libffi (3.3-r2) 20:27:27 (4/33) Installing gdbm (1.13-r1) 20:27:27 (5/33) Installing xz-libs (5.2.5-r0) 20:27:27 (6/33) Installing sqlite-libs (3.32.1-r0) 20:27:27 (7/33) Installing python3 (3.8.8-r0) 20:27:30 (8/33) Installing py3-appdirs (1.4.4-r1) 20:27:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:27:30 (10/33) Installing py3-parsing (2.4.7-r0) 20:27:30 (11/33) Installing py3-six (1.15.0-r0) 20:27:30 (12/33) Installing py3-packaging (20.4-r0) 20:27:30 (13/33) Installing py3-setuptools (47.0.0-r0) 20:27:30 (14/33) Installing py3-chardet (3.0.4-r4) 20:27:30 (15/33) Installing py3-idna (2.9-r0) 20:27:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:27:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:27:30 (18/33) Installing py3-requests (2.23.0-r0) 20:27:30 (19/33) Installing py3-msgpack (1.0.0-r0) 20:27:30 (20/33) Installing py3-lockfile (0.12.2-r3) 20:27:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:27:30 (22/33) Installing py3-colorama (0.4.3-r0) 20:27:30 (23/33) Installing py3-distlib (0.3.0-r0) 20:27:30 (24/33) Installing py3-distro (1.5.0-r1) 20:27:30 (25/33) Installing py3-webencodings (0.5.1-r3) 20:27:31 (26/33) Installing py3-html5lib (1.0.1-r4) 20:27:33 (27/33) Installing py3-pytoml (0.1.21-r0) 20:27:33 (28/33) Installing py3-pep517 (0.8.2-r0) 20:27:33 (29/33) Installing py3-progress (1.5-r0) 20:27:33 (30/33) Installing py3-toml (0.10.1-r0) 20:27:33 (31/33) Installing py3-retrying (1.3.3-r0) 20:27:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:27:33 (33/33) Installing py3-pip (20.1.1-r0) 20:27:36 Executing busybox-1.31.1-r19.trigger 20:27:36 OK: 71 MiB in 55 packages 20:27:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:27:52 Removing intermediate container 79c65c91c1d0 20:27:52 ---> 6103d2fdb504 20:27:52 20:27:52 Step 10/24 : FROM alpine:3.12 20:27:52 3.12: Pulling from library/alpine 20:27:53 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:27:53 Status: Downloaded newer image for alpine:3.12 20:27:53 ---> d10569e2745f 20:27:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:27:53 ---> Running in c43be468cfd9 20:27:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:57 (1/5) Installing ca-certificates (20191127-r4) 20:27:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:27:57 (3/5) Installing libcurl (7.69.1-r3) 20:27:57 (4/5) Installing curl (7.69.1-r3) 20:27:57 (5/5) Installing dumb-init (1.2.2-r1) 20:27:57 Executing busybox-1.31.1-r19.trigger 20:27:57 Executing ca-certificates-20191127-r4.trigger 20:27:58 OK: 7 MiB in 19 packages 20:27:58 Removing intermediate container 11083c5c5a5e 20:27:58 ---> ac66e3999af0 20:27:58 20:27:58 Step 10/31 : FROM alpine:3.12 20:27:58 ---> d10569e2745f 20:27:58 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:27:58 ---> Running in 2808e6e92ab6 20:27:59 Removing intermediate container 2808e6e92ab6 20:27:59 ---> 6b70e7c25b76 20:27:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:28:00 ---> Running in 9d13759ea08b 20:28:01 Removing intermediate container c43be468cfd9 20:28:01 ---> 8d5c571fba0d 20:28:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:28:01 ---> Running in 09f89f1c1e3b 20:28:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:02 Removing intermediate container 09f89f1c1e3b 20:28:02 ---> 20c9128340b8 20:28:02 Step 13/24 : WORKDIR / 20:28:02 ---> Running in 8d0d2a0d739d 20:28:03 Removing intermediate container 8d0d2a0d739d 20:28:03 ---> b4fa497feca8 20:28:03 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:28:03 (1/2) Installing dumb-init (1.2.2-r1) 20:28:03 (2/2) Installing su-exec (0.2-r1) 20:28:03 Executing busybox-1.31.1-r19.trigger 20:28:03 OK: 5 MiB in 16 packages 20:28:05 ---> 6f215a598399 20:28:05 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:28:06 Removing intermediate container 9d13759ea08b 20:28:06 ---> 725f1f0ed041 20:28:06 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:28:06 ---> 31e207c16d00 20:28:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:28:06 ---> Running in 19963e1fc629 20:28:07 Removing intermediate container 19963e1fc629 20:28:07 ---> e64d246450e5 20:28:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:28:07 ---> 84b68817ffe4 20:28:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:28:07 ---> Running in 620113fea20d 20:28:09 Removing intermediate container 620113fea20d 20:28:09 ---> e07b9f6e450b 20:28:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:28:10 ---> 8a5eeb358312 20:28:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:28:11 ---> Running in 06a8af35ee97 20:28:11 Removing intermediate container aacf5ff983f5 20:28:11 ---> a50d4b10005c 20:28:11 20:28:11 Step 10/22 : FROM alpine:3.12 20:28:11 ---> d10569e2745f 20:28:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:28:11 Removing intermediate container 914e2af32797 20:28:11 ---> 530fedaffa80 20:28:11 20:28:11 Step 10/22 : FROM alpine:3.12 20:28:11 Removing intermediate container 12a882c59847 20:28:11 ---> cf9460ea8080 20:28:11 20:28:11 Step 10/23 : FROM alpine:3.12 20:28:11 ---> d10569e2745f 20:28:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:28:11 ---> d10569e2745f 20:28:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:28:12 ---> Running in 39adf793399c 20:28:12 ---> Running in d8eb67701307 20:28:12 ---> Running in 358784f35c45 20:28:12 ---> e18b611dff87 20:28:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:28:13 ---> bdbae0b1c7d4 20:28:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:28:13 ---> Running in 403d4df54169 20:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:14 Removing intermediate container 06a8af35ee97 20:28:14 ---> e169b869ab3f 20:28:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:14 ---> Running in 2e753cc8f7bd 20:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:15 (1/1) Installing dumb-init (1.2.2-r1) 20:28:15 Executing busybox-1.31.1-r19.trigger 20:28:15 OK: 5 MiB in 15 packages 20:28:15 Removing intermediate container 2e753cc8f7bd 20:28:15 ---> ad1573db50e5 20:28:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:28:15 (1/2) Installing ca-certificates (20191127-r4) 20:28:15 (1/1) Installing dumb-init (1.2.2-r1) 20:28:15 Executing busybox-1.31.1-r19.trigger 20:28:15 OK: 5 MiB in 15 packages 20:28:15 (2/2) Installing dumb-init (1.2.2-r1) 20:28:15 Executing busybox-1.31.1-r19.trigger 20:28:15 Executing ca-certificates-20191127-r4.trigger 20:28:16 OK: 6 MiB in 16 packages 20:28:16 ---> 26f8f5fd5b50 20:28:16 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:28:17 ---> Running in 979f8d067405 20:28:17 Removing intermediate container d8eb67701307 20:28:17 ---> 823d5ee24743 20:28:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:28:17 ---> Running in b17c3d0bbba5 20:28:17 Removing intermediate container 39adf793399c 20:28:17 ---> 3fe54355bf04 20:28:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:28:17 Removing intermediate container 403d4df54169 20:28:17 ---> e0281f3e75a9 20:28:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:28:18 ---> Running in ac4975c58841 20:28:18 ---> Running in e44bee9ce970 20:28:18 Removing intermediate container b17c3d0bbba5 20:28:18 ---> d7616a00e882 20:28:18 Step 13/22 : ENV APP_PORT=48085 20:28:18 Removing intermediate container 358784f35c45 20:28:18 ---> a1f552df959d 20:28:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:28:18 ---> Running in 5c8063388374 20:28:18 Removing intermediate container ac4975c58841 20:28:18 ---> d0164355e874 20:28:18 Step 13/23 : ENV APP_PORT=48082 20:28:18 ---> Running in b0180c012de8 20:28:18 Removing intermediate container e44bee9ce970 20:28:18 ---> 0ed0238eab34 20:28:18 Step 22/24 : LABEL arch=arm64 20:28:18 ---> Running in 9c2e18dc422b 20:28:19 ---> Running in ac32427376e3 20:28:19 Removing intermediate container 5c8063388374 20:28:19 ---> ead52aaa49a9 20:28:19 Step 14/22 : EXPOSE $APP_PORT 20:28:19 Removing intermediate container b0180c012de8 20:28:19 ---> 7987602e7dec 20:28:19 Step 13/22 : ENV APP_PORT=48060 20:28:19 ---> Running in ddba428c527d 20:28:19 ---> Running in 10ba438e7c6b 20:28:20 Removing intermediate container 9c2e18dc422b 20:28:20 ---> d0e612517bb3 20:28:20 Step 14/23 : EXPOSE $APP_PORT 20:28:20 Removing intermediate container ac32427376e3 20:28:20 ---> c91e93be4540 20:28:20 Step 23/24 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:28:20 ---> Running in 403fadb05f23 20:28:20 ---> Running in 44d6eef2d651 20:28:20 Removing intermediate container ddba428c527d 20:28:20 ---> 177130ac4b9d 20:28:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:20 Removing intermediate container 10ba438e7c6b 20:28:20 ---> 5c7ea6fb4e65 20:28:20 Step 14/22 : EXPOSE $APP_PORT 20:28:20 Removing intermediate container 979f8d067405 20:28:20 ---> 83618ebb0b6d 20:28:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:20 ---> Running in c752190da360 20:28:20 Removing intermediate container 403fadb05f23 20:28:20 ---> 16a269df3eba 20:28:20 Step 15/23 : WORKDIR / 20:28:20 Removing intermediate container 44d6eef2d651 20:28:20 ---> af9be577e9e6 20:28:20 Step 24/24 : LABEL version=0.0.0 20:28:21 ---> Running in 20b90e44e9f1 20:28:21 ---> Running in 1e927189e2e2 20:28:21 ---> d2b0fa1a1ef9 20:28:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:28:21 Removing intermediate container c752190da360 20:28:21 ---> 2020d60a2fa9 20:28:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:21 ---> 4d81707d0268 20:28:21 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:28:21 Removing intermediate container 20b90e44e9f1 20:28:21 ---> 4092d5dfcb02 20:28:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:21 Removing intermediate container 1e927189e2e2 20:28:21 ---> 23eccc4a0656 20:28:21 20:28:22 Successfully built 23eccc4a0656 20:28:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:28:23  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 20:28:23 ---> d2ae5a8c500d 20:28:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:28:23 ---> 302ca6367d7e 20:28:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:28:23 ---> bb1efcb3ff20 20:28:23 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:28:23 ---> dfd65a702e92 20:28:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:28:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:25 ---> 259cfec51ec0 20:28:25 Step 3/22 : WORKDIR /edgex-go 20:28:25 ---> Using cache 20:28:25 ---> d9884ba808aa 20:28:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:25 ---> Using cache 20:28:25 ---> fa6f59663808 20:28:25 Step 5/22 : RUN apk add --update --no-cache make git 20:28:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:25 ---> 259cfec51ec0 20:28:25 Step 3/23 : WORKDIR /edgex-go 20:28:25 ---> Using cache 20:28:25 ---> d9884ba808aa 20:28:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:25 ---> Using cache 20:28:25 ---> fa6f59663808 20:28:25 Step 5/23 : RUN apk add --update --no-cache make git 20:28:25 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:25 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:28:25 ---> 259cfec51ec0 20:28:25 Step 3/31 : WORKDIR /edgex-go 20:28:25 ---> Using cache 20:28:25 ---> d9884ba808aa 20:28:25 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:25 ---> Using cache 20:28:25 ---> fa6f59663808 20:28:25 Step 5/31 : RUN apk add --update --no-cache make git 20:28:26 ---> 30be6f242b34 20:28:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:28:26 ---> cdf647406e3b 20:28:26 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ ---> f44d42476301 20:28:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:28:26 20:28:26 ---> c7add8188e54 20:28:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:28:26 ---> Running in 8c63fec9ddb9 20:28:27 ---> Running in 27e2ab530d88 20:28:27 ---> Running in ea54087e7a3a 20:28:27 ---> Running in d44979672266 20:28:27 ---> 63820d4e995a 20:28:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:28:27 ---> 6210596b4cff 20:28:27 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:28:27 ---> Running in ffe6fa50d5a1 20:28:27 Removing intermediate container 8c63fec9ddb9 20:28:27 ---> e99b5d92156c 20:28:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:27 ---> 7e4a83367885 20:28:27 Step 19/23 : ENTRYPOINT ["/core-command"] 20:28:27 ---> Running in fec7ce59c02a 20:28:28 ---> Running in 67e08d402bab 20:28:28 Removing intermediate container ffe6fa50d5a1 20:28:28 ---> ca5d0643aaa6 20:28:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:28 ---> Running in 3b7397458645 20:28:29 Removing intermediate container fec7ce59c02a 20:28:29 ---> 7bed15b64e61 20:28:29 Step 20/22 : LABEL arch=arm64 20:28:29 ---> d6f8cb99da05 20:28:29 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:28:29 Removing intermediate container 67e08d402bab 20:28:29 ---> 67c96ae44e4b 20:28:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:28:29 ---> Running in eda8d4de0b30 20:28:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:28:30 ---> 259cfec51ec0 20:28:30 Step 3/21 : WORKDIR /edgex-go 20:28:30 ---> Using cache 20:28:30 ---> d9884ba808aa 20:28:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:30 ---> Using cache 20:28:30 ---> fa6f59663808 20:28:30 Step 5/21 : RUN apk add --update --no-cache make git 20:28:30 ---> Running in fe1b5d014a52 20:28:30 Removing intermediate container 3b7397458645 20:28:30 ---> ab182060d821 20:28:30 Step 20/22 : LABEL arch=arm64 20:28:30 ---> Running in 73a566b28c45 20:28:30 ---> Running in a0e47303d427 20:28:30 ---> Running in 1da73989b4ce 20:28:30 Removing intermediate container eda8d4de0b30 20:28:30 ---> dd9ba8515a19 20:28:30 Step 21/22 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:28:30 Removing intermediate container fe1b5d014a52 20:28:30 ---> 499542b864bf 20:28:30 Step 21/23 : LABEL arch=arm64 20:28:31 ---> Running in 25684d7f3ee2 20:28:31 ---> Running in 146105decd14 20:28:31 Removing intermediate container a0e47303d427 20:28:31 ---> 1bf06bde8acb 20:28:31 Step 21/22 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:28:31 Removing intermediate container 73a566b28c45 20:28:31 ---> 3d80b7343279 20:28:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:28:31 ---> Running in 36f1b4e44ba1 20:28:31 Removing intermediate container 25684d7f3ee2 20:28:31 ---> 1b2dffaa25c8 20:28:31 Step 22/22 : LABEL version=0.0.0 20:28:31 Removing intermediate container 146105decd14 20:28:31 ---> c86cce01ee81 20:28:31 Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:28:31 ---> Running in f4be654e70d3 20:28:32 ---> Running in 1b90be097f88 20:28:32 Removing intermediate container 36f1b4e44ba1 20:28:32 ---> 73d6f58d01dc 20:28:32 Step 22/22 : LABEL version=0.0.0 20:28:32 ---> 549544c012fe 20:28:32 Step 26/31 : RUN chmod +x /entrypoint.sh 20:28:32 ---> Running in 238bb2a676f1 20:28:32 Removing intermediate container f4be654e70d3 20:28:32 ---> 2439dabc8875 20:28:32 20:28:33 ---> Running in 77e8558446f8 20:28:33 Removing intermediate container 1b90be097f88 20:28:33 ---> 4e48d4ed9245 20:28:33 Step 23/23 : LABEL version=0.0.0 20:28:33 Successfully built 2439dabc8875 20:28:33 Successfully tagged docker-support-scheduler-go-arm64:latest 20:28:33  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 20:28:33 Removing intermediate container 238bb2a676f1 20:28:33 ---> d06910d89213 20:28:33 20:28:33 ---> Running in 8ab343abfd46 20:28:34 Successfully built d06910d89213 20:28:34 Successfully tagged docker-support-notifications-go-arm64:latest 20:28:34  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 20:28:35 Removing intermediate container 8ab343abfd46 20:28:35 ---> fcbc52988a9f 20:28:35 20:28:35 Successfully built fcbc52988a9f 20:28:35 Successfully tagged docker-core-command-go-arm64:latest 20:28:35  Building docker-core-command-go ... done Building docker-core-metadata-go 20:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:36 OK: 233 MiB in 51 packages 20:28:36 OK: 233 MiB in 51 packages 20:28:36 OK: 233 MiB in 51 packages 20:28:36 Removing intermediate container 77e8558446f8 20:28:36 ---> 2e3c78976fa4 20:28:36 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:28:37 OK: 233 MiB in 51 packages 20:28:37 ---> Running in 0e78af3ba73a 20:28:37 Removing intermediate container 0e78af3ba73a 20:28:37 ---> 94fab59d28dd 20:28:37 Step 28/31 : CMD ["gate"] 20:28:38 ---> Running in ffbe92fc232d 20:28:38 Removing intermediate container ffbe92fc232d 20:28:38 ---> c618d936b8e4 20:28:38 Step 29/31 : LABEL arch=arm64 20:28:39 ---> Running in c4c9afd02f14 20:28:39 Removing intermediate container 27e2ab530d88 20:28:39 ---> 01b9e90a4831 20:28:39 Step 6/22 : COPY go.mod . 20:28:39 Removing intermediate container 1da73989b4ce 20:28:39 ---> 00606d7c8c82 20:28:39 Step 6/21 : COPY go.mod . 20:28:39 Removing intermediate container d44979672266 20:28:39 ---> 96a30b563093 20:28:39 Step 6/23 : COPY go.mod . 20:28:39 Removing intermediate container ea54087e7a3a 20:28:39 ---> 10eab59315ee 20:28:39 Step 6/31 : COPY go.mod . 20:28:40 ---> 49788578192c 20:28:40 Step 7/22 : RUN go mod download 20:28:40 ---> 52e77eac883e 20:28:40 Step 7/21 : RUN go mod download 20:28:40 ---> b38a81aea0cc 20:28:40 Step 7/23 : RUN go mod download 20:28:40 ---> Running in 1417d118979c 20:28:40 ---> Running in ceb0ae1d6d1f 20:28:40 Removing intermediate container c4c9afd02f14 20:28:40 ---> 45b90ce56d71 20:28:40 Step 30/31 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:28:41 ---> 2ee2153c5ea2 20:28:41 Step 7/31 : RUN go mod download 20:28:41 ---> Running in 3bcdbb06d4c1 20:28:41 ---> Running in 99dc08082735 20:28:41 ---> Running in 61dae5f88cbb 20:28:43 Removing intermediate container 61dae5f88cbb 20:28:43 ---> 577599229cb0 20:28:43 Step 31/31 : LABEL version=0.0.0 20:28:44 ---> Running in 988999d6f72b 20:28:45 Removing intermediate container 988999d6f72b 20:28:45 ---> 4ab207bfee05 20:28:45 20:28:46 Successfully built 4ab207bfee05 20:28:46 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:28:55 Removing intermediate container ceb0ae1d6d1f 20:28:55 ---> 1fb336fe644c 20:28:55 Step 8/21 : COPY . . 20:28:55 Removing intermediate container 1417d118979c 20:28:55 ---> 98a1f162df0f 20:28:55 Step 8/22 : COPY . . 20:28:55 Removing intermediate container 99dc08082735 20:28:55 ---> b656f50c35cb 20:28:55 Step 8/31 : COPY . . 20:28:55 Removing intermediate container 3bcdbb06d4c1 20:28:55 ---> fec32d9a1007 20:28:55 Step 8/23 : COPY . . 20:29:08  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:29:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:29:08 ---> 3ec8fc76579f 20:29:08 Step 3/23 : WORKDIR /edgex-go 20:29:08 ---> Using cache 20:29:08 ---> cf186da78c3e 20:29:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:08 ---> Using cache 20:29:08 ---> 642ad21b9e90 20:29:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:29:09 Removing intermediate container 2ce8eb33bb95 20:29:09 ---> 9c2511c1724f 20:29:09 Step 20/26 : RUN pip install docker-compose==1.23.2 20:29:11 ---> Running in 9f0a9525b38a 20:29:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:14 OK: 217 MiB in 51 packages 20:29:17 Removing intermediate container 9f0a9525b38a 20:29:17 ---> 623dca096dce 20:29:17 Step 6/23 : COPY go.mod . 20:29:19 ---> 807fad52b745 20:29:19 Step 7/23 : RUN go mod download 20:29:19 ---> Running in e42b05b3fb62 20:29:19 ---> Running in 005bc03e61e6 20:29:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:29:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:29:21 ---> 3ec8fc76579f 20:29:21 Step 3/26 : WORKDIR /edgex-go 20:29:21 ---> Using cache 20:29:21 ---> cf186da78c3e 20:29:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:21 ---> Using cache 20:29:21 ---> 642ad21b9e90 20:29:21 Step 5/26 : RUN apk add --update --no-cache make bash git 20:29:22 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:29:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:29:22 ---> 3ec8fc76579f 20:29:22 Step 3/21 : WORKDIR /edgex-go 20:29:22 ---> Using cache 20:29:22 ---> cf186da78c3e 20:29:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:22 ---> Using cache 20:29:22 ---> 642ad21b9e90 20:29:22 Step 5/21 : RUN apk add --update --no-cache make git 20:29:22 ---> Using cache 20:29:22 ---> b1d87761cdf6 20:29:22 Step 6/21 : COPY go.mod . 20:29:22 ---> Using cache 20:29:22 ---> 884a1918800f 20:29:22 Step 7/21 : RUN go mod download 20:29:22 ---> Using cache 20:29:22 ---> 87095d6f38a9 20:29:22 Step 8/21 : COPY . . 20:29:22 ---> Using cache 20:29:22 ---> cf1080e81f64 20:29:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:29:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:29:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:29:22 ---> 3ec8fc76579f 20:29:22 Step 3/23 : WORKDIR /edgex-go 20:29:22 ---> Using cache 20:29:22 ---> cf186da78c3e 20:29:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:29:22 ---> Using cache 20:29:22 ---> 642ad21b9e90 20:29:22 Step 5/23 : RUN apk add --update --no-cache make git 20:29:22 ---> Using cache 20:29:22 ---> b1d87761cdf6 20:29:22 Step 6/23 : COPY go.mod . 20:29:22 ---> Using cache 20:29:22 ---> 884a1918800f 20:29:22 Step 7/23 : RUN go mod download 20:29:22 ---> Using cache 20:29:22 ---> 87095d6f38a9 20:29:22 Step 8/23 : COPY . . 20:29:22 ---> Using cache 20:29:22 ---> cf1080e81f64 20:29:22 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:29:22 ---> Running in b43bbb78554a 20:29:22 ---> Running in 27d1f7998f61 20:29:22 ---> Running in c63a7c414f00 20:29:23 Removing intermediate container e42b05b3fb62 20:29:23 ---> f4949e7ae687 20:29:23 Step 8/23 : COPY . . 20:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:25 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:29:25 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:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:26 OK: 217 MiB in 51 packages 20:29:31 Removing intermediate container 27d1f7998f61 20:29:31 ---> 8f38a96114e8 20:29:31 Step 6/26 : COPY go.mod . 20:29:32 ---> e19dd0486b0a 20:29:32 Step 7/26 : RUN go mod download 20:29:32 ---> Running in 6b86012bd5a9 20:29:40 Removing intermediate container 6b86012bd5a9 20:29:40 ---> 6dcae7df7763 20:29:40 Step 8/26 : COPY . . 20:29:49 ---> 4570a5e84797 20:29:49 Step 9/23 : RUN make cmd/core-data/core-data 20:29:49 ---> Running in 3c2fb81c65d3 20:29:52 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:04 ---> e03e83e61299 20:30:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:30:04 ---> Running in 130ec602d9cf 20:30:07 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:17 Collecting docker-compose==1.23.2 20:30:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:30:18 Collecting dockerpty<0.5,>=0.4.1 20:30:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:30:43 Collecting jsonschema<3,>=2.5.1 20:30:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:30:43 Collecting cached-property<2,>=1.2.0 20:30:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:30:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:30:43 Collecting docopt<0.7,>=0.6.1 20:30:43 Downloading docopt-0.6.2.tar.gz (25 kB) 20:30:46 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:30:58 Removing intermediate container c63a7c414f00 20:30:58 ---> ab820e5ff4ab 20:30:58 20:30:58 Step 10/21 : FROM alpine:3.12 20:30:58 ---> d10569e2745f 20:30:58 Step 11/21 : RUN apk add --update --no-cache curl 20:30:58 ---> Running in 61f7e4b2982c 20:31:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:00 (1/4) Installing ca-certificates (20191127-r4) 20:31:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:31:01 (3/4) Installing libcurl (7.69.1-r3) 20:31:01 (4/4) Installing curl (7.69.1-r3) 20:31:01 Executing busybox-1.31.1-r19.trigger 20:31:01 Executing ca-certificates-20191127-r4.trigger 20:31:01 OK: 7 MiB in 18 packages 20:31:02 Collecting docker<4.0,>=3.6.0 20:31:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:31:02 Collecting websocket-client<1.0,>=0.32.0 20:31:02 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:31:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:31:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:31:02 Collecting PyYAML<4,>=3.10 20:31:02 Downloading PyYAML-3.13.tar.gz (270 kB) 20:31:03 ---> fa4a356aa989 20:31:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:31:04 Collecting texttable<0.10,>=0.9.0 20:31:04 Downloading texttable-0.9.1.tar.gz (11 kB) 20:31:04 Removing intermediate container 61f7e4b2982c 20:31:04 ---> ad1b8b38b535 20:31:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:31:04 ---> Running in e6f9c963c613 20:31:04 ---> Running in 779ef981175d 20:31:04 ---> a6a5ba17784c 20:31:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:31:05 Removing intermediate container e6f9c963c613 20:31:05 ---> 8d6df37cad81 20:31:05 Step 13/21 : WORKDIR /edgex 20:31:05 ---> 215746904040 20:31:05 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:31:05 ---> Running in ed86934e0f8f 20:31:05 ---> 620a5e39e30c 20:31:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:31:05 ---> Running in d664db449872 20:31:05 Collecting docker-pycreds>=0.4.0 20:31:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:31:05 ---> Running in f6e0e0454436 20:31:06 ---> Running in d1bd83ae426d 20:31:06 Removing intermediate container d664db449872 20:31:06 ---> 42c1c3c89b24 20:31:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:31:06 Collecting urllib3<1.25,>=1.21.1 20:31:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:31:06 Collecting idna<2.8,>=2.5 20:31:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:31: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:31: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:31:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:31:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:31:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:31:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:31:07 Installing collected packages: dockerpty, jsonschema, cached-property, docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, texttable, docker-compose 20:31:07 Running setup.py install for dockerpty: started 20:31:07 ---> 5b8c181ddd88 20:31:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:31:09 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:31:09 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:31: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:31:09 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:31:09 Running setup.py install for dockerpty: finished with status 'done' 20:31:09 ---> 13ee2050a277 20:31:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:31:09 Running setup.py install for docopt: started 20:31:10 Running setup.py install for docopt: finished with status 'done' 20:31:11 Attempting uninstall: urllib3 20:31:11 Found existing installation: urllib3 1.25.9 20:31:11 Uninstalling urllib3-1.25.9: 20:31:11 ---> 14d633021865 20:31:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:31:11 ---> Running in 822c55683aae 20:31:11 Successfully uninstalled urllib3-1.25.9 20:31:12 Attempting uninstall: idna 20:31:12 Found existing installation: idna 2.9 20:31:12 Uninstalling idna-2.9: 20:31:12 Removing intermediate container 822c55683aae 20:31:12 ---> d3508ed30cf4 20:31:12 Step 18/21 : CMD ["--init=true"] 20:31:12 ---> Running in 18ee33a5a369 20:31:12 Successfully uninstalled idna-2.9 20:31:13 Attempting uninstall: requests 20:31:13 Found existing installation: requests 2.23.0 20:31:13 Uninstalling requests-2.23.0: 20:31:13 Successfully uninstalled requests-2.23.0 20:31:13 Removing intermediate container 18ee33a5a369 20:31:13 ---> f826814a58f8 20:31:13 Step 19/21 : LABEL arch=arm64 20:31:13 ---> Running in 883a5b1c0af6 20:31:14 Removing intermediate container 883a5b1c0af6 20:31:14 ---> 4323dc0f0541 20:31:14 Step 20/21 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:31:14 ---> Running in fb5808a2b7ea 20:31:15 Removing intermediate container fb5808a2b7ea 20:31:15 ---> 93565cefe092 20:31:15 Step 21/21 : LABEL version=0.0.0 20:31:15 ---> Running in febe1f00b3ea 20:31:16 Removing intermediate container febe1f00b3ea 20:31:16 ---> 1ce26f80f222 20:31:16 20:31:16 Running setup.py install for PyYAML: started 20:31:16 Successfully built 1ce26f80f222 20:31:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:31:17 Running setup.py install for PyYAML: finished with status 'done' 20:31:17 Running setup.py install for texttable: started 20:31:18 Running setup.py install for texttable: finished with status 'done' 20:31:19 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:29  Building docker-security-proxy-setup-go ... done Removing intermediate container b43bbb78554a 20:31:29 ---> 5b641577d9b7 20:31:29 20:31:29 Step 10/23 : FROM alpine:3.12 20:31:29 ---> d10569e2745f 20:31:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:31:29 ---> Using cache 20:31:29 ---> 3fe54355bf04 20:31:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:31:29 ---> Using cache 20:31:29 ---> d0164355e874 20:31:29 Step 13/23 : ENV APP_PORT=48081 20:31:29 ---> Running in 5bb506d4146d 20:31:29 Removing intermediate container 5bb506d4146d 20:31:29 ---> e477be54510c 20:31:29 Step 14/23 : EXPOSE $APP_PORT 20:31:29 ---> Running in 22a0f917b5a6 20:31:30 Removing intermediate container 22a0f917b5a6 20:31:30 ---> ffd9540fd27a 20:31:30 Step 15/23 : WORKDIR / 20:31:30 ---> Running in e9db77488232 20:31:30 Removing intermediate container e9db77488232 20:31:30 ---> 1e9e6c8a0b6a 20:31:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:31 Removing intermediate container 005bc03e61e6 20:31:31 ---> 652a2fa95fbe 20:31:31 Step 21/26 : RUN apk --no-cache add curl 20:31:31 ---> Running in c624a4ddd3f6 20:31:32 ---> ba725fadbb26 20:31:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:31:34 ---> cc5d92371b57 20:31:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:31:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:31:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:31:34 (2/3) Installing libcurl (7.69.1-r3) 20:31:34 (3/3) Installing curl (7.69.1-r3) 20:31:34 Executing busybox-1.31.1-r19.trigger 20:31:34 ---> 2e2193c8947f 20:31:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:31:35 OK: 72 MiB in 58 packages 20:31:35 ---> Running in 87560bc6b0e2 20:31:35 Removing intermediate container 130ec602d9cf 20:31:35 ---> 4c75904dd05c 20:31:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:31:35 Removing intermediate container 87560bc6b0e2 20:31:35 ---> 99d147612693 20:31:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:36 ---> Running in fd66c6f28058 20:31:36 ---> Running in 2e04a8267969 20:31:36 Removing intermediate container 2e04a8267969 20:31:36 ---> 4b5bbdf38e16 20:31:36 Step 21/23 : LABEL arch=arm64 20:31:36 ---> Running in 2de21c328ef3 20:31: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:31:37 Removing intermediate container 2de21c328ef3 20:31:37 ---> f3a833f895ba 20:31:37 Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:31:37 ---> Running in 976c2f16e408 20:31:38 Removing intermediate container c624a4ddd3f6 20:31:38 ---> a6e964f8bd0f 20:31:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:31:38 ---> Running in d7455dd93187 20:31:38 Removing intermediate container 976c2f16e408 20:31:38 ---> 3efcbdad19a3 20:31:38 Step 23/23 : LABEL version=0.0.0 20:31:38 ---> Running in f4cc91c79d8e 20:31:39 Removing intermediate container d7455dd93187 20:31:39 ---> 139fc0fbae22 20:31:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:39 Removing intermediate container f4cc91c79d8e 20:31:39 ---> c6b2aae4af1f 20:31:39 20:31:39 ---> Running in d8aa3caeed8a 20:31:40 Successfully built c6b2aae4af1f 20:31:40 Successfully tagged docker-core-metadata-go-arm64:latest 20:31:41  Building docker-core-metadata-go ... done Removing intermediate container fd66c6f28058 20:31:41 ---> ce663ef0cc89 20:31:41 20:31:41 Step 11/26 : FROM docker:20.10.0 20:31:41 20.10.0: Pulling from library/docker 20:31:41 Removing intermediate container d8aa3caeed8a 20:31:41 ---> c92b62fb7717 20:31:41 Step 24/26 : LABEL arch=x86_64 20:31:41 ---> Running in 8a788eba32ad 20:31:43 Removing intermediate container 8a788eba32ad 20:31:43 ---> bdf640e2b7f2 20:31:43 Step 25/26 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:31:43 ---> Running in 33ee8c5950ed 20:31:45 Removing intermediate container 33ee8c5950ed 20:31:45 ---> ab12e23ef704 20:31:45 Step 26/26 : LABEL version=0.0.0 20:31:45 ---> Running in a790cb4764e5 20:31:47 Removing intermediate container a790cb4764e5 20:31:47 ---> 2a48285ca39c 20:31:47 20:31:49 Successfully built 2a48285ca39c 20:31:49 Successfully tagged docker-sys-mgmt-agent-go:latest 20:31:49 Removing intermediate container 3c2fb81c65d3 20:31:49 ---> e4afa126d3de 20:31:49 20:31:49 Step 10/23 : FROM alpine:3.12 20:31:49 ---> d10569e2745f 20:31:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:31:49 ---> Running in 184c24521c12 20:31:49 Removing intermediate container 184c24521c12 20:31:49 ---> c77883c62881 20:31:49 Step 12/23 : ENV APP_PORT=48080 20:31:49 ---> Running in cd32d6cbbdc1 20:31:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:31:49 Status: Downloaded newer image for docker:20.10.0 20:31:49 ---> eeaf43b92773 20:31:49 Step 12/26 : RUN apk add --no-cache bash 20:31:50 ---> Running in 35d55f1937fe 20:31:50 Removing intermediate container cd32d6cbbdc1 20:31:50 ---> 16c3fd7fd48c 20:31:50 Step 13/23 : EXPOSE $APP_PORT 20:31:50 ---> Running in abcbdfa12f0b 20:31:51 Removing intermediate container abcbdfa12f0b 20:31:51 ---> dac77606f4f1 20:31:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:31:51 ---> Running in 6f855e35b339 20:31:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:52 (1/2) Installing readline (8.0.4-r0) 20:31:52 (2/2) Installing bash (5.0.17-r0) 20:31:52 Executing bash-5.0.17-r0.post-install 20:31:52 Executing busybox-1.31.1-r19.trigger 20:31:52 OK: 12 MiB in 22 packages 20:31:53 Removing intermediate container 6f855e35b339 20:31:53 ---> 46ba3fedb0a6 20:31:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:31:53 ---> Running in 5e44e0aa5aee 20:31:53 Removing intermediate container 35d55f1937fe 20:31:53 ---> 4e9520e3943e 20:31:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:31:53 ---> Running in 42919af51c0e 20:31:54 Removing intermediate container 42919af51c0e 20:31:54 ---> b624df27eed4 20:31:54 Step 14/26 : ENV APP_PORT=48090 20:31:54 ---> Running in 8ca8888c9bd4 20:31:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:55 Removing intermediate container 8ca8888c9bd4 20:31:55 ---> 6ac74fbc7238 20:31:55 Step 15/26 : EXPOSE $APP_PORT 20:31:55 ---> Running in a3dd7f5344d1 20:31:55 Removing intermediate container a3dd7f5344d1 20:31:55 ---> deca6a1039ae 20:31:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:31:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:56 (1/6) Installing dumb-init (1.2.2-r1) 20:31:56 (2/6) Installing libgcc (9.3.0-r2) 20:31:56 (3/6) Installing libsodium (1.0.18-r0) 20:31:56 (4/6) Installing libstdc++ (9.3.0-r2) 20:31:56 ---> b7de19187eab 20:31:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:31:56 (5/6) Installing libzmq (4.3.3-r0) 20:31:57 (6/6) Installing zeromq (4.3.3-r0) 20:31:57 Executing busybox-1.31.1-r19.trigger 20:31:57 OK: 8 MiB in 20 packages 20:31:57 ---> 3408e567d54e 20:31:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:31:58 Removing intermediate container 5e44e0aa5aee 20:31:58 ---> faa77bdd83ed 20:31:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:58 ---> 393d4f20080c 20:31:58 Step 19/26 : RUN apk --no-cache add py3-pip 20:31:58 ---> Running in b674b00d0305 20:31:59 ---> d58aa9f6293a 20:31:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:00 (1/33) Installing libbz2 (1.0.8-r1) 20:32:00 (2/33) Installing expat (2.2.9-r1) 20:32:00 (3/33) Installing libffi (3.3-r2) 20:32:00 (4/33) Installing gdbm (1.13-r1) 20:32:00 (5/33) Installing xz-libs (5.2.5-r0) 20:32:00 (6/33) Installing sqlite-libs (3.32.1-r0) 20:32:00 (7/33) Installing python3 (3.8.8-r0) 20:32:00 ---> a9c6a241354d 20:32:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:32:02 ---> 5e5a9a81ee5c 20:32:02 Step 19/23 : ENTRYPOINT ["/core-data"] 20:32:02 (8/33) Installing py3-appdirs (1.4.4-r1) 20:32:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:32:02 (10/33) Installing py3-parsing (2.4.7-r0) 20:32:02 (11/33) Installing py3-six (1.15.0-r0) 20:32:02 (12/33) Installing py3-packaging (20.4-r0) 20:32:02 ---> Running in e619cac9e4e1 20:32:02 (13/33) Installing py3-setuptools (47.0.0-r0) 20:32:03 (14/33) Installing py3-chardet (3.0.4-r4) 20:32:03 (15/33) Installing py3-idna (2.9-r0) 20:32:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:32:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:32:03 (18/33) Installing py3-requests (2.23.0-r0) 20:32:03 (19/33) Installing py3-msgpack (1.0.0-r0) 20:32:03 (20/33) Installing py3-lockfile (0.12.2-r3) 20:32:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:32:03 (22/33) Installing py3-colorama (0.4.3-r0) 20:32:03 (23/33) Installing py3-distlib (0.3.0-r0) 20:32:03 (24/33) Installing py3-distro (1.5.0-r1) 20:32:03 (25/33) Installing py3-webencodings (0.5.1-r3) 20:32:03 (26/33) Installing py3-html5lib (1.0.1-r4) 20:32:03 (27/33) Installing py3-pytoml (0.1.21-r0) 20:32:03 (28/33) Installing py3-pep517 (0.8.2-r0) 20:32:03 (29/33) Installing py3-progress (1.5-r0) 20:32:03 (30/33) Installing py3-toml (0.10.1-r0) 20:32:03 (31/33) Installing py3-retrying (1.3.3-r0) 20:32:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:32:03 (33/33) Installing py3-pip (20.1.1-r0) 20:32:03 Removing intermediate container e619cac9e4e1 20:32:03 ---> edc250f890e6 20:32:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:03 Executing busybox-1.31.1-r19.trigger 20:32:03 OK: 71 MiB in 55 packages 20:32:03 ---> Running in 65318052c7b9 20:32:04 Removing intermediate container 65318052c7b9 20:32:04 ---> 134b1e607e33 20:32:04 Step 21/23 : LABEL arch=arm64 20:32:04 ---> Running in b8c21dbd9ae0 20:32:04 Removing intermediate container b8c21dbd9ae0 20:32:04 ---> feb649b48fc7 20:32:04 Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:32:05 ---> Running in 369e68b9ac7a 20:32:05 Removing intermediate container 369e68b9ac7a 20:32:05 ---> 1625bf1d2550 20:32:05 Step 23/23 : LABEL version=0.0.0 20:32:05 ---> Running in 6064982e8504 20:32:05  Building docker-sys-mgmt-agent-go ... done 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:32:06 Removing intermediate container 6064982e8504 20:32:06 ---> 460e3a72185c 20:32:06 20:32:06 Successfully built 460e3a72185c 20:32:06 Successfully tagged docker-core-data-go-arm64:latest 20:32:08  Building docker-core-data-go ... done Removing intermediate container b674b00d0305 20:32:09 ---> 6a0d284bbd90 20:32:09 Step 20/26 : RUN pip install docker-compose==1.23.2 20:32:09 ---> Running in f132ebd301d2 20:32:14 Collecting docker-compose==1.23.2 20:32:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:32:14 Removing intermediate container 779ef981175d 20:32:14 ---> 031e20436f6c 20:32:14 20:32:14 Step 10/31 : FROM alpine:3.12 20:32:14 ---> 88dd2752d2ea 20:32:14 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:32:14 Collecting cached-property<2,>=1.2.0 20:32:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:32:14 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:15 Collecting dockerpty<0.5,>=0.4.1 20:32:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:32:15 ---> Running in 95772b601b8c 20:32:16 Removing intermediate container 95772b601b8c 20:32:16 ---> 5797707f9617 20:32:16 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:32:17 ---> Running in f65874ad4ffd 20:32:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:32:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:32:18 Collecting texttable<0.10,>=0.9.0 20:32:18 Downloading texttable-0.9.1.tar.gz (11 kB) 20:32:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:32:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:32:20 (1/2) Installing dumb-init (1.2.2-r1) 20:32:20 (2/2) Installing su-exec (0.2-r1) 20:32:20 Executing busybox-1.31.1-r19.trigger 20:32:20 OK: 6 MiB in 16 packages 20:32:20 Removing intermediate container ed86934e0f8f 20:32:20 ---> 2e7352c7123e 20:32:20 20:32:20 Step 10/21 : FROM alpine:3.12 20:32:20 ---> 88dd2752d2ea 20:32:20 Step 11/21 : RUN apk add --update --no-cache curl 20:32:20 Removing intermediate container d1bd83ae426d 20:32:20 ---> 618547021a52 20:32:20 20:32:20 Step 10/22 : FROM alpine:3.12 20:32:20 ---> 88dd2752d2ea 20:32:20 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:32:20 ---> Using cache 20:32:20 ---> c4fd968afee7 20:32:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:32:20 ---> Using cache 20:32:20 ---> f0c468461d70 20:32:20 Step 13/22 : ENV APP_PORT=48085 20:32:21 Collecting docker<4.0,>=3.6.0 20:32:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:32:21 Collecting docopt<0.7,>=0.6.1 20:32:21 Downloading docopt-0.6.2.tar.gz (25 kB) 20:32:21 ---> Running in 39315e3f42a2 20:32:22 ---> Running in 26cc7f344d06 20:32:24 Removing intermediate container f65874ad4ffd 20:32:24 ---> c016244d7bce 20:32:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:32:24 Collecting PyYAML<4,>=3.10 20:32:24 Downloading PyYAML-3.13.tar.gz (270 kB) 20:32:24 Removing intermediate container 26cc7f344d06 20:32:24 ---> 485f387326c6 20:32:24 Step 14/22 : EXPOSE $APP_PORT 20:32:24 ---> Running in 71f9a1920bfe 20:32:24 ---> Running in 5434014696ff 20:32:25 Removing intermediate container f6e0e0454436 20:32:25 ---> 2744964a8dc6 20:32:25 20:32:25 Step 10/23 : FROM alpine:3.12 20:32:25 ---> 88dd2752d2ea 20:32:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:32:25 ---> Using cache 20:32:25 ---> c4fd968afee7 20:32:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:32:25 ---> Using cache 20:32:25 ---> f0c468461d70 20:32:25 Step 13/23 : ENV APP_PORT=48081 20:32:25 ---> Running in f0d6a4c1f962 20:32:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:32:25 Removing intermediate container 71f9a1920bfe 20:32:25 ---> 8213508ce282 20:32:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:32:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:32:25 Removing intermediate container 5434014696ff 20:32:25 ---> b89c41b1c77c 20:32:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:25 ---> Running in 3ee90e839db2 20:32:26 Removing intermediate container f0d6a4c1f962 20:32:26 ---> f9b782775e5d 20:32:26 Step 14/23 : EXPOSE $APP_PORT 20:32:26 (1/4) Installing ca-certificates (20191127-r4) 20:32:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:32:26 (3/4) Installing libcurl (7.69.1-r3) 20:32:26 (4/4) Installing curl (7.69.1-r3) 20:32:26 Executing busybox-1.31.1-r19.trigger 20:32:26 Executing ca-certificates-20191127-r4.trigger 20:32:26 OK: 7 MiB in 18 packages 20:32:27 ---> Running in dbabff478b05 20:32:27 Removing intermediate container 3ee90e839db2 20:32:27 ---> a6bc089c8d20 20:32:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:32:27 ---> e850192c9207 20:32:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:32:27 ---> Running in af5266ac3adc 20:32:27 Removing intermediate container dbabff478b05 20:32:27 ---> 9747f6b73cf5 20:32:27 Step 15/23 : WORKDIR / 20:32:27 Collecting websocket-client<1.0,>=0.32.0 20:32:27 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:32:27 Collecting jsonschema<3,>=2.5.1 20:32:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:32:28 ---> Running in 91feb4260b88 20:32:28 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:28 Removing intermediate container 39315e3f42a2 20:32:28 ---> 082e1d460b52 20:32:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:32:28 ---> f9865db57efd 20:32:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:32:28 ---> Running in b0c8cf1ca64d 20:32:28 Collecting urllib3<1.25,>=1.21.1 20:32:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:32:28 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:29 Collecting idna<2.8,>=2.5 20:32:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:32:29 Collecting docker-pycreds>=0.4.0 20:32:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:32:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:32:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:32:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:32:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:32:30 Removing intermediate container 91feb4260b88 20:32:30 ---> 57f7c5a447b8 20:32:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:30 Removing intermediate container b0c8cf1ca64d 20:32:30 ---> f5c52ab6a496 20:32:30 Step 13/21 : WORKDIR /edgex 20:32:30 ---> 4819f10df267 20:32:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:32:30 Installing collected packages: cached-property, dockerpty, urllib3, idna, requests, texttable, docker-pycreds, websocket-client, docker, docopt, PyYAML, jsonschema, docker-compose 20:32:30 Running setup.py install for dockerpty: started 20:32:30 ---> Running in 2ab5ee66c8ad 20:32:31 ---> Running in 97f0c32794cc 20:32:31 Removing intermediate container af5266ac3adc 20:32:31 ---> a1caeb79db43 20:32:31 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:32:31 ---> 0944e98c7f54 20:32:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:32:31 Removing intermediate container 2ab5ee66c8ad 20:32:31 ---> 16d2c68814d6 20:32:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:32:31 ---> Running in f188c81fcd25 20:32:31 Removing intermediate container 97f0c32794cc 20:32:31 ---> d8f66a611e66 20:32:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:32 ---> Running in fa3eb6a7a93e 20:32:32 Running setup.py install for dockerpty: finished with status 'done' 20:32:32 Attempting uninstall: urllib3 20:32:32 Found existing installation: urllib3 1.25.9 20:32:32 Uninstalling urllib3-1.25.9: 20:32:32 Removing intermediate container f188c81fcd25 20:32:32 ---> 3fd23d8dc0d3 20:32:32 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:32:32 ---> 7678eb0d1cfe 20:32:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:32:32 Successfully uninstalled urllib3-1.25.9 20:32:33 ---> 59b2b3e2469e 20:32:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:32:33 Removing intermediate container fa3eb6a7a93e 20:32:33 ---> e5be33014bab 20:32:33 Step 20/22 : LABEL arch=x86_64 20:32:33 Attempting uninstall: idna 20:32:33 Found existing installation: idna 2.9 20:32:33 Uninstalling idna-2.9: 20:32:33 Successfully uninstalled idna-2.9 20:32:33 ---> Running in ef8aac502283 20:32:33 Attempting uninstall: requests 20:32:33 Found existing installation: requests 2.23.0 20:32:33 Uninstalling requests-2.23.0: 20:32:33 Successfully uninstalled requests-2.23.0 20:32:34 ---> bac50fde8417 20:32:34 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:32:34 Running setup.py install for texttable: started 20:32:34 ---> 252cd4bd61ce 20:32:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:32:34 ---> Running in 60b2d77276e6 20:32:34 Removing intermediate container ef8aac502283 20:32:34 ---> 58487e4a452c 20:32:34 Step 21/22 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:32:34 ---> a3d5528a2f24 20:32:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:32:34 ---> Running in 00671994fcdd 20:32:34 ---> Running in d8519b676284 20:32:35 Removing intermediate container 00671994fcdd 20:32:35 ---> c55bd91d2d7f 20:32:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:35 Removing intermediate container d8519b676284 20:32:35 ---> 53367ec7a0cf 20:32:35 Step 22/22 : LABEL version=0.0.0 20:32:35 ---> Running in 6df354ea9ec6 20:32:35 ---> Running in c5ccf0fc3c58 20:32:36 Running setup.py install for texttable: finished with status 'done' 20:32:36 ---> d20a9014e7c9 20:32:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:32:36 Removing intermediate container 6df354ea9ec6 20:32:36 ---> 4c0c286dce17 20:32:36 Step 21/23 : LABEL arch=x86_64 20:32:36 Removing intermediate container c5ccf0fc3c58 20:32:36 ---> 9d974dd362cd 20:32:36 20:32:36 ---> Running in d197867cec35 20:32:36 ---> Running in 6e87e947589a 20:32:37 Running setup.py install for docopt: started 20:32:37 Removing intermediate container d197867cec35 20:32:37 ---> d72f72a9b0a6 20:32:37 Step 18/21 : CMD ["--init=true"] 20:32:37 Successfully built 9d974dd362cd 20:32:37 Removing intermediate container 6e87e947589a 20:32:37 ---> 02b71302a39d 20:32:37 Step 22/23 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:32:37 Successfully tagged docker-support-scheduler-go:latest 20:32:37  Building docker-support-scheduler-go ... done  ---> Running in a296adbb8aeb 20:32:37 ---> Running in 5162e4c3bb66 20:32:38 Removing intermediate container 60b2d77276e6 20:32:38 ---> 245520b5b3d5 20:32:38 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:38 Removing intermediate container a296adbb8aeb 20:32:38 ---> bde4c5fe0263 20:32:38 Step 19/21 : LABEL arch=x86_64 20:32:38 Removing intermediate container 5162e4c3bb66 20:32:38 ---> b5a44f7f455a 20:32:38 Step 23/23 : LABEL version=0.0.0 20:32:38 ---> Running in 48ec71fb1492 20:32:39 Running setup.py install for docopt: finished with status 'done' 20:32:39 Running setup.py install for PyYAML: started 20:32:39 ---> Running in 7a5a6aefed45 20:32:39 ---> afa695587184 20:32:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:32:39 Removing intermediate container 48ec71fb1492 20:32:39 ---> 375ccfea1bd0 20:32:39 Step 20/21 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:32:40 Removing intermediate container 7a5a6aefed45 20:32:40 ---> b7937c20d069 20:32:40 20:32:40 ---> Running in 9247de3b2535 20:32:40 Successfully built b7937c20d069 20:32:40 Successfully tagged docker-core-metadata-go:latest 20:32:40  Building docker-core-metadata-go ... done Removing intermediate container 9247de3b2535 20:32:40 ---> 1237ee9f6c66 20:32:40 Step 21/21 : LABEL version=0.0.0 20:32:41 Running setup.py install for PyYAML: finished with status 'done' 20:32:41 ---> Running in c237db616cef 20:32:41 ---> ee6cd675d963 20:32:41 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:32:42 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 20:32:42 Removing intermediate container c237db616cef 20:32:42 ---> b09a7db828ba 20:32:42 20:32:42 ---> 021b6d7e937a 20:32:42 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:32:42 Successfully built b09a7db828ba 20:32:42 Successfully tagged docker-security-proxy-setup-go:latest 20:32:42  Building docker-security-proxy-setup-go ... done  ---> b28a184b9863 20:32:42 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:32:43 ---> 5f2e7e284165 20:32:43 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:32:43 ---> Running in ebeefcee4dee 20:32:44 Removing intermediate container ebeefcee4dee 20:32:44 ---> 77c56b06473b 20:32:44 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:32:45 ---> 598012a8686c 20:32:45 Step 26/31 : RUN chmod +x /entrypoint.sh 20:32:45 ---> Running in 9d5f33f91ae8 20:32:46 Removing intermediate container f132ebd301d2 20:32:46 ---> f9616707de64 20:32:46 Step 21/26 : RUN apk --no-cache add curl 20:32:46 ---> Running in 7bf46a72033c 20:32:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:32:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:32:47 (2/3) Installing libcurl (7.69.1-r3) 20:32:47 (3/3) Installing curl (7.69.1-r3) 20:32:47 Executing busybox-1.31.1-r19.trigger 20:32:47 OK: 72 MiB in 58 packages 20:32:49 Removing intermediate container 9d5f33f91ae8 20:32:49 ---> 7414a13ef15d 20:32:49 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:32:49 ---> Running in 1c00e7fdbe29 20:32:49 Removing intermediate container 7bf46a72033c 20:32:49 ---> 35ad3f5ff5ea 20:32:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:32:49 ---> Running in 659d0f03ae03 20:32:49 Removing intermediate container 1c00e7fdbe29 20:32:49 ---> 377c77ef5b5c 20:32:49 Step 28/31 : CMD ["gate"] 20:32:49 Removing intermediate container 659d0f03ae03 20:32:49 ---> 4709274642c2 20:32:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:49 ---> Running in fbdfaa3af341 20:32:49 ---> Running in 4134aa284223 20:32:50 Removing intermediate container fbdfaa3af341 20:32:50 ---> a87f67dd2ea4 20:32:50 Step 24/26 : LABEL arch=arm64 20:32:50 ---> Running in 37fe164506ce 20:32:50 Removing intermediate container 4134aa284223 20:32:50 ---> 319bf51e0fb9 20:32:50 Step 29/31 : LABEL arch=x86_64 20:32:50 ---> Running in f55569f285e5 20:32:50 Removing intermediate container 37fe164506ce 20:32:50 ---> 8e36b49c7c96 20:32:50 Step 25/26 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:32:50 ---> Running in bd3072a6973b 20:32:51 Removing intermediate container f55569f285e5 20:32:51 ---> 35d13d014c89 20:32:51 Step 30/31 : LABEL git_sha=e09c63c901571abb6952413166af1e3f3cc1f989 20:32:51 Removing intermediate container bd3072a6973b 20:32:51 ---> d3ffd26497e2 20:32:51 Step 26/26 : LABEL version=0.0.0 20:32:51 ---> Running in 66e0e493aba5 20:32:51 ---> Running in d55583167418 20:32:51 Removing intermediate container 66e0e493aba5 20:32:51 ---> 0465fd59d1d5 20:32:51 20:32:52 Removing intermediate container d55583167418 20:32:52 ---> 0121c694f0a6 20:32:52 Step 31/31 : LABEL version=0.0.0 20:32:52 Successfully built 0465fd59d1d5 20:32:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:32:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:32:52 $ docker stop --time=1 a92fd0a506186c72249b202eb9f31759c3c6bba37f28948f9cd2da7319da9589 20:32:52 ---> Running in 225937ba6c4a 20:32:53 Removing intermediate container 225937ba6c4a 20:32:53 ---> 54829807433c 20:32:53 20:32:54 Successfully built 54829807433c 20:32:54 Successfully tagged docker-security-bootstrapper-go:latest 20:32:54 $ docker rm -f a92fd0a506186c72249b202eb9f31759c3c6bba37f28948f9cd2da7319da9589 20:32:54  Building docker-security-bootstrapper-go ... done  [Pipeline] // withDockerContainer [Pipeline] } 20:32:55 $ docker stop --time=1 2c87e8a80b71fc8a943fb166ff4287e143fe023bbf434e4c87f3c017670a8243 20:32:59 $ docker rm -f 2c87e8a80b71fc8a943fb166ff4287e143fe023bbf434e4c87f3c017670a8243 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh 20:33:00 + docker images 20:33:00 + grep docker 20:33:00 docker-sys-mgmt-agent-go-arm64 latest 0465fd59d1d5 9 seconds ago 300MB 20:33:00 docker-core-data-go-arm64 latest 460e3a72185c 55 seconds ago 21.3MB 20:33:00 docker-core-metadata-go-arm64 latest c6b2aae4af1f About a minute ago 17.9MB 20:33:00 docker-security-proxy-setup-go-arm64 latest 1ce26f80f222 About a minute ago 23.4MB 20:33:00 docker-security-bootstrapper-go-arm64 latest 4ab207bfee05 4 minutes ago 17.8MB 20:33:00 docker-core-command-go-arm64 latest fcbc52988a9f 4 minutes ago 16.3MB 20:33:00 docker-support-notifications-go-arm64 latest d06910d89213 4 minutes ago 16.9MB 20:33:00 docker-support-scheduler-go-arm64 latest 2439dabc8875 4 minutes ago 16.3MB 20:33:00 docker-security-secretstore-setup-go-arm64 latest 23eccc4a0656 4 minutes ago 23.7MB 20:33:00 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } 20:33:00 + grep docker 20:33:00 + docker images [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:33:01 ---> job-cost.sh 20:33:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-I4hr 20:33:01 docker-security-bootstrapper-go latest 54829807433c 8 seconds ago 18.8MB 20:33:01 docker-security-proxy-setup-go latest b09a7db828ba 20 seconds ago 24.7MB 20:33:01 docker-core-metadata-go latest b7937c20d069 22 seconds ago 19.1MB 20:33:01 docker-support-scheduler-go latest 9d974dd362cd 25 seconds ago 17.3MB 20:33:01 docker-sys-mgmt-agent-go latest 2a48285ca39c About a minute ago 313MB 20:33:01 docker-core-data-go latest ee86963c5aca 5 minutes ago 22.6MB 20:33:01 docker-security-secretstore-setup-go latest 0cc31cc0f736 5 minutes ago 24.9MB 20:33:01 docker-core-command-go latest de2bab3f2c9c 6 minutes ago 17.3MB 20:33:01 docker-support-notifications-go latest 10b8c831dd39 6 minutes ago 17.9MB 20:33:01 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:33:17 Still waiting to schedule task 20:33:17 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30634’ 20:33:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:35:17 lf-activate-venv(): INFO: Adding /tmp/venv-I4hr/bin to PATH 20:35:17 INFO: No Stack... 20:35:17 INFO: Retrieving Pricing Info for: lf-standard-4 20:35:17 INFO: Archiving Costs [Pipeline] sh 20:35:17 + cat /w/workspace/edgex-go/26/archives/cost.csv 20:35:17 + cut -d, -f6 [Pipeline] lock 20:35:17 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-26-stack-cost] 20:35:17 Resource [jenkins-edgexfoundry-edgex-go-PR-3208-26-stack-cost] did not exist. Created. 20:35:17 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-26-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:35:17 Running on prd-ubuntu18.04-docker-8c-8g-30636 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 20:35:17 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 20:35:18 + echo total: 0.20999999344348907 [Pipeline] stash 20:35:18 Stashed 1 file(s) [Pipeline] } 20:35:18 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-26-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:35:20 using credential edgex-jenkins-ssh 20:35:20 Cloning the remote Git repository 20:35:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:35:20 > git init /w/workspace/edgex-go/26 # timeout=10 20:35:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:35:20 > git --version # timeout=10 20:35:20 > git --version # 'git version 2.17.1' 20:35:20 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:35:39 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit e09c63c901571abb6952413166af1e3f3cc1f989 20:35:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:35:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:35:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:35:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:35:39 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:35:39 > git config core.sparsecheckout # timeout=10 20:35:39 > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # timeout=10 20:35:39 > git remote # timeout=10 20:35:39 > git config --get remote.origin.url # timeout=10 20:35:39 Merge succeeded, producing e09c63c901571abb6952413166af1e3f3cc1f989 20:35:39 Checking out Revision e09c63c901571abb6952413166af1e3f3cc1f989 (PR-3208) 20:35:39 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:39 > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 20:35:39 > git rev-parse HEAD^{commit} # timeout=10 20:35:39 > git config core.sparsecheckout # timeout=10 20:35:39 > git checkout -f e09c63c901571abb6952413166af1e3f3cc1f989 # timeout=10 20:35:43 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:35:44 + echo snap-build.sh 20:35:44 snap-build.sh 20:35:44 + SNAP_BASE_DIR=. 20:35:44 + '[' '!' -z /w/workspace/edgex-go/26 ']' 20:35:44 + SNAP_BASE_DIR=/w/workspace/edgex-go/26 20:35:44 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/26]' 20:35:44 [snap-build] Building snap in dir [/w/workspace/edgex-go/26] 20:35:44 + cd /w/workspace/edgex-go/26 20:35:44 + sudo apt-get remove -qy --purge lxd lxd-client 20:35:44 Reading package lists... 20:35:44 Building dependency tree... 20:35:44 Reading state information... 20:35:45 The following packages were automatically installed and are no longer required: 20:35:45 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:35:45 uidmap xdelta3 20:35:45 Use 'sudo apt autoremove' to remove them. 20:35:45 The following packages will be REMOVED: 20:35:45 lxd* lxd-client* 20:35:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:35:45 After this operation, 31.7 MB disk space will be freed. 20:35:46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 20:35:46 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:35:47 Removing lxd dnsmasq configuration 20:35:47 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:35:47 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:35:48 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:35:48 (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:35:48 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:35:49 Processing triggers for systemd (237-3ubuntu10.42) ... 20:35:49 Processing triggers for ureadahead (0.100.0-21) ... 20:35:51 + sudo snap remove --purge lxd 20:35:51 snap "lxd" is not installed 20:35:51 + sudo groupadd --force --system lxd 20:35:51 ++ whoami 20:35:51 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:35:51 + newgrp - lxd 20:35:51 + sudo snap install lxd 20:36:01 2021-03-19T20:35:58Z INFO Waiting for automatic snapd restart... 20:36:40 lxd 4.12 from Canonical* installed 20:36:40 + sudo lxd init --auto 20:36:42 + sudo snap install --classic snapcraft 20:36:47 snapcraft 4.5.4 from Canonical* installed 20:36:47 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:36:47 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:36:47 % Total % Received % Xferd Average Speed Time Time Time Current 20:36:47 Dload Upload Total Spent Left Speed 20:36:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 7936 0 --:--:-- --:--:-- --:--:-- 7936 20:36:47 100 3325k 100 3325k 0 0 18.6M 0 --:--:-- --:--:-- --:--:-- 18.6M 20:36:47 ./yq_linux_amd64 20:36:47 + sudo snapcraft prime --use-lxd 20:36:49 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:36:49 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 20:36:49 - README.md 20:36:49 20:36:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:36:49 Launching a container. 20:37:02 Waiting for container to be ready 20:37:02 To start your first instance, try: lxc launch ubuntu:18.04 20:37:02 20:37:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:37:05 Waiting for network to be ready... 20:37:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:37:05 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:37:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] 20:37:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 20:37:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:37:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:37:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] 20:37:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] 20:37:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 20:37:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:37:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:37:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:37:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:37:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:37:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:37:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:37:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:37:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:37:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:37:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] 20:37:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 20:37:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:37:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:37:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 20:37:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] 20:37:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 20:37:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 20:37:09 Fetched 24.1 MB in 4s (6157 kB/s) 20:37:10 Reading package lists... 20:37:10 Reading package lists... 20:37:10 Building dependency tree... 20:37:10 Reading state information... 20:37:10 The following additional packages will be installed: 20:37:10 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:37:10 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:37:10 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:37:10 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:37:10 Suggested packages: 20:37:10 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:37:10 Recommended packages: 20:37:10 gnupg libsasl2-modules 20:37:10 The following NEW packages will be installed: 20:37:10 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:37:10 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:37:10 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:37:10 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:37:10 The following packages will be upgraded: 20:37:10 gpg gpg-agent gpgconf libudev1 20:37:10 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 20:37:10 Need to get 3530 kB of archives. 20:37:10 After this operation, 13.3 MB of additional disk space will be used. 20:37:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:37:10 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 20:37:11 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:37:11 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 20:37:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 20:37:11 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:37:11 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:37:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:37:11 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 20:37:11 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 20:37:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 20:37:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:37:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:37:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:37:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:37:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:37:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:37:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:37:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:37:11 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:37:11 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:37:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 20:37:11 debconf: delaying package configuration, since apt-utils is not installed 20:37:11 Fetched 3530 kB in 1s (3466 kB/s) 20:37:11 (Reading database ... 12511 files and directories currently installed.) 20:37:11 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 20:37:11 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:37:11 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 20:37:12 Selecting previously unselected package udev. 20:37:12 (Reading database ... 12511 files and directories currently installed.) 20:37:12 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 20:37:12 Unpacking udev (237-3ubuntu10.45) ... 20:37:12 Selecting previously unselected package libfuse2:amd64. 20:37:12 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:37:12 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:37:12 Selecting previously unselected package fuse. 20:37:12 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:37:12 Unpacking fuse (2.9.7-1ubuntu1) ... 20:37:12 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 20:37:12 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:37:12 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 20:37:12 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:37:12 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 20:37:12 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:37:13 Selecting previously unselected package libksba8:amd64. 20:37:13 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:37:13 Unpacking libksba8:amd64 (1.3.5-2) ... 20:37:13 Selecting previously unselected package libroken18-heimdal:amd64. 20:37:13 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:13 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:13 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:37:13 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:13 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:13 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:37:13 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:13 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:13 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:37:13 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:13 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:13 Selecting previously unselected package libwind0-heimdal:amd64. 20:37:13 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:13 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:13 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:37:13 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:13 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:13 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:37:13 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:13 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:13 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:37:13 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:13 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:13 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:37:13 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:13 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:13 Selecting previously unselected package libsasl2-modules-db:amd64. 20:37:14 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:37:14 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:37:14 Selecting previously unselected package libsasl2-2:amd64. 20:37:14 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:37:14 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:37:14 Selecting previously unselected package libldap-common. 20:37:14 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 20:37:14 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:37:14 Selecting previously unselected package libldap-2.4-2:amd64. 20:37:14 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 20:37:14 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:37:14 Selecting previously unselected package dirmngr. 20:37:14 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 20:37:14 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 20:37:14 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:37:14 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 20:37:14 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:37:14 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:37:14 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:37:14 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 20:37:14 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:14 Setting up libksba8:amd64 (1.3.5-2) ... 20:37:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:37:14 Setting up udev (237-3ubuntu10.45) ... 20:37:15 invoke-rc.d: policy-rc.d denied execution of start. 20:37:15 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:15 Processing triggers for systemd (237-3ubuntu10) ... 20:37:15 Setting up fuse (2.9.7-1ubuntu1) ... 20:37:15 Setting up gpg (2.2.4-1ubuntu1.4) ... 20:37:15 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:15 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:15 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:15 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:15 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:15 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:15 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:15 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:37:15 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 20:37:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:37:15 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:37:15 settings in the [Install] section, and DefaultInstance for template units). 20:37:15 This means they are not meant to be enabled using systemctl. 20:37:15 Possible reasons for having this kind of units are: 20:37:15 1) A unit may be statically enabled by being symlinked from another unit's 20:37:15 .wants/ or .requires/ directory. 20:37:15 2) A unit's purpose may be to act as a helper for some other unit which has 20:37:15 a requirement dependency on it. 20:37:15 3) A unit may be started when needed via activation (socket, path, timer, 20:37:15 D-Bus, udev, scripted systemctl call, ...). 20:37:15 4) In case of template units, the unit is meant to be enabled with some 20:37:15 instance name specified. 20:37:16 Reading package lists... 20:37:16 Building dependency tree... 20:37:16 Reading state information... 20:37:16 The following additional packages will be installed: 20:37:16 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:37:16 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:37:16 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:37:16 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:37:16 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:37:16 Suggested packages: 20:37:16 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:37:16 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:37:16 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:37:16 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:37:16 systemd-container policykit-1 20:37:16 Recommended packages: 20:37:16 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:37:16 The following NEW packages will be installed: 20:37:16 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:37:16 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:37:16 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:37:16 multiarch-support openssh-client python3 python3-minimal python3.6 20:37:16 python3.6-minimal snapd squashfs-tools sudo 20:37:16 The following packages will be upgraded: 20:37:16 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:37:16 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 20:37:16 Need to get 35.2 MB of archives. 20:37:16 After this operation, 141 MB of additional disk space will be used. 20:37:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:37:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:37:16 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 20:37:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 20:37:16 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:37:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:37:16 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:37:16 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:37:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 20:37:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:37:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:37:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:37:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:37:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:37:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:37:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:37:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 20:37:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:37:16 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 20:37:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 20:37:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:37:17 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:37:17 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:37:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:37:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:37:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:37:17 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:37:17 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:37:17 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:37:17 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:37:18 debconf: delaying package configuration, since apt-utils is not installed 20:37:18 Fetched 35.2 MB in 1s (25.3 MB/s) 20:37:18 (Reading database ... 12757 files and directories currently installed.) 20:37:18 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 20:37:18 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:37:19 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 20:37:19 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:37:19 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 20:37:19 (Reading database ... 12757 files and directories currently installed.) 20:37:19 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:37:19 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:37:19 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:37:19 (Reading database ... 12757 files and directories currently installed.) 20:37:19 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:37:19 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:37:19 Setting up apt (1.6.12ubuntu0.2) ... 20:37:19 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:37:20 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:37:20 (Reading database ... 12764 files and directories currently installed.) 20:37:20 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 20:37:20 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 20:37:20 Selecting previously unselected package libpython3.6-minimal:amd64. 20:37:20 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:37:20 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:37:20 Selecting previously unselected package libexpat1:amd64. 20:37:20 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:37:20 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:37:20 Selecting previously unselected package python3.6-minimal. 20:37:20 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:37:20 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:37:22 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 20:37:22 Checking for services that may need to be restarted...done. 20:37:22 Checking for services that may need to be restarted...done. 20:37:22 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:37:22 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:37:22 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:37:23 Selecting previously unselected package python3-minimal. 20:37:23 (Reading database ... 13012 files and directories currently installed.) 20:37:23 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:37:23 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:37:23 Selecting previously unselected package mime-support. 20:37:23 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:37:23 Unpacking mime-support (3.60ubuntu1) ... 20:37:23 Selecting previously unselected package libmpdec2:amd64. 20:37:23 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:37:23 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:37:23 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:37:23 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:37:23 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:37:23 Selecting previously unselected package python3.6. 20:37:23 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:37:23 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:37:23 Selecting previously unselected package libpython3-stdlib:amd64. 20:37:23 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:37:23 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:37:23 Setting up python3-minimal (3.6.7-1~18.04) ... 20:37:24 Selecting previously unselected package python3. 20:37:24 (Reading database ... 13442 files and directories currently installed.) 20:37:24 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:37:24 Unpacking python3 (3.6.7-1~18.04) ... 20:37:24 Selecting previously unselected package multiarch-support. 20:37:24 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:37:24 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:37:24 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:37:24 Selecting previously unselected package liblzo2-2:amd64. 20:37:24 (Reading database ... 13479 files and directories currently installed.) 20:37:24 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:37:24 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:37:24 Selecting previously unselected package libbsd0:amd64. 20:37:24 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:37:24 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:37:24 Selecting previously unselected package sudo. 20:37:24 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:37:24 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:37:24 Selecting previously unselected package apparmor. 20:37:24 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:37:24 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:37:24 Selecting previously unselected package libedit2:amd64. 20:37:24 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:37:24 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:37:24 Selecting previously unselected package libkrb5support0:amd64. 20:37:24 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:37:24 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:37:25 Selecting previously unselected package libk5crypto3:amd64. 20:37:25 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:37:25 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:37:25 Selecting previously unselected package libkeyutils1:amd64. 20:37:25 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:37:25 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:37:25 Selecting previously unselected package libkrb5-3:amd64. 20:37:25 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:37:25 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:37:25 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:37:25 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:37:25 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:37:25 Selecting previously unselected package libssl1.0.0:amd64. 20:37:25 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 20:37:25 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:37:25 Selecting previously unselected package openssh-client. 20:37:25 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:37:25 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:37:26 Selecting previously unselected package squashfs-tools. 20:37:26 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:37:26 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:37:26 Selecting previously unselected package snapd. 20:37:26 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 20:37:26 Unpacking snapd (2.48.3+18.04) ... 20:37:27 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:37:27 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:37:28 Setting up mime-support (3.60ubuntu1) ... 20:37:28 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:37:28 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:37:28 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:37:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:37:28 Setting up systemd (237-3ubuntu10.45) ... 20:37:28 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:37:29 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:37:29 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:37:29 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:37:29 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:37:29 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:37:29 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:37:29 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:37:29 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:37:29 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:37:29 Setting up python3 (3.6.7-1~18.04) ... 20:37:29 running python rtupdate hooks for python3.6... 20:37:29 running python post-rtupdate hooks for python3.6... 20:37:30 Setting up apparmor (2.12-4ubuntu5.1) ... 20:37:31 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:37:31 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:37:31 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:37:31 Setting up snapd (2.48.3+18.04) ... 20:37:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:37:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:37:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:37:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:37:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:37:32 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:37:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:37:33 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:37:33 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:37:33 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:37:33 /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:37:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:37:33 Processing triggers for systemd (237-3ubuntu10.45) ... 20:37:34 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:37:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:37:34 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:37:35 Reading package lists... 20:37:35 Reading package lists... 20:37:36 Building dependency tree... 20:37:36 Reading state information... 20:37:36 Calculating upgrade... 20:37:36 The following packages will be upgraded: 20:37:36 advancecomp base-files bash binutils binutils-common 20:37:36 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:37:36 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:37:36 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 20:37:36 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 20:37:36 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:37:36 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:37:36 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 20:37:36 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 20:37:36 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 20:37:36 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 20:37:36 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 20:37:36 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 20:37:36 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 20:37:36 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 20:37:36 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:37:36 Need to get 63.8 MB of archives. 20:37:36 After this operation, 5207 kB of additional disk space will be used. 20:37:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 20:37:36 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:37:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:37:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:37:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:37:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:37:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:37:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:37:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:37:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:37:37 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:37:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:37:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:37:37 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:37:37 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:37:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:37:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:37:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:37:37 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:37:37 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:37:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:37:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:37:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:37:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:37:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:37:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:37:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:37:37 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:37:37 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:37:37 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:37:37 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:37:37 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:37:37 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:37:37 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:37:37 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:37:37 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:37:37 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:37:37 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:37:37 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:37:37 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:37:37 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 20:37:37 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:37:37 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:37:37 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:37:37 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:37:37 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:37:37 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 20:37:37 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:37:37 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:37:37 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:37:37 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:37:37 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:37:37 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:37:37 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:37:37 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:37:37 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:37:37 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:37:37 Get:58 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:37:37 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:37:37 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:37:37 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:37:37 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:37:37 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:37:37 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:37:37 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:37:37 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:37:37 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:37:37 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:37:37 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:37:37 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:37:37 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 20:37:37 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:37:37 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:37:37 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:37:37 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 20:37:37 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:37:37 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:37:37 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:37:37 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:37:37 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:37:37 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:37:37 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:37:37 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 20:37:37 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 20:37:38 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 20:37:38 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 20:37:38 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:37:38 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:37:38 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:37:38 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:37:38 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:37:38 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:37:38 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:37:38 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:37:39 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:37:39 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:37:39 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:37:39 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:37:39 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:37:39 debconf: delaying package configuration, since apt-utils is not installed 20:37:39 Fetched 63.8 MB in 3s (20.6 MB/s) 20:37:39 (Reading database ... 13912 files and directories currently installed.) 20:37:39 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:37:39 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:37:40 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:37:40 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:37:40 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 20:37:40 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 20:37:41 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:41 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:41 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:41 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:41 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:41 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:41 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:41 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:41 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:41 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:42 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:42 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:42 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:42 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:42 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:42 (Reading database ... 13911 files and directories currently installed.) 20:37:42 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:42 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:37:42 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:37:42 (Reading database ... 13911 files and directories currently installed.) 20:37:42 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:42 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:42 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:42 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:42 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:42 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:43 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:43 (Reading database ... 13911 files and directories currently installed.) 20:37:43 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:37:43 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:37:43 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:37:43 (Reading database ... 13911 files and directories currently installed.) 20:37:43 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:37:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:37:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:37:44 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:37:44 Setting up base-files (10.1ubuntu2.10) ... 20:37:44 Installing new version of config file /etc/issue ... 20:37:44 Installing new version of config file /etc/issue.net ... 20:37:44 Installing new version of config file /etc/lsb-release ... 20:37:44 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:37:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:37:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:37:44 Removing obsolete conffile /etc/default/motd-news ... 20:37:45 (Reading database ... 13912 files and directories currently installed.) 20:37:45 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:37:45 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:37:45 Setting up bash (4.4.18-2ubuntu1.2) ... 20:37:45 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:37:45 (Reading database ... 13912 files and directories currently installed.) 20:37:45 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:45 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:37:45 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:37:45 (Reading database ... 13912 files and directories currently installed.) 20:37:45 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:37:45 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:37:45 Setting up tar (1.29b-2ubuntu0.2) ... 20:37:46 (Reading database ... 13912 files and directories currently installed.) 20:37:46 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:37:46 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:37:46 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:37:46 (Reading database ... 13912 files and directories currently installed.) 20:37:46 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:37:46 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:37:46 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:37:46 (Reading database ... 13912 files and directories currently installed.) 20:37:46 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:37:46 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:37:46 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:37:47 (Reading database ... 13912 files and directories currently installed.) 20:37:47 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:37:47 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:37:47 Setting up grep (3.1-2build1) ... 20:37:47 (Reading database ... 13912 files and directories currently installed.) 20:37:47 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:37:47 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:37:47 Setting up login (1:4.5-1ubuntu2) ... 20:37:47 (Reading database ... 13912 files and directories currently installed.) 20:37:47 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:37:47 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:37:47 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:37:47 (Reading database ... 13912 files and directories currently installed.) 20:37:47 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:37:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:37:48 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:37:48 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:37:48 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:37:48 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:37:49 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:37:49 (Reading database ... 13912 files and directories currently installed.) 20:37:49 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:37:49 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:37:50 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:37:50 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:37:50 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:37:50 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:37:50 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:37:50 (Reading database ... 13912 files and directories currently installed.) 20:37:50 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:37:50 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:37:50 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:37:50 (Reading database ... 13912 files and directories currently installed.) 20:37:50 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:51 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:51 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:37:51 (Reading database ... 13912 files and directories currently installed.) 20:37:51 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:51 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:51 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:37:51 (Reading database ... 13912 files and directories currently installed.) 20:37:51 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:51 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:51 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:37:51 (Reading database ... 13912 files and directories currently installed.) 20:37:51 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:51 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:51 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:37:51 (Reading database ... 13912 files and directories currently installed.) 20:37:51 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:37:51 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:37:51 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:37:51 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:37:51 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:37:52 (Reading database ... 13912 files and directories currently installed.) 20:37:52 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:37:52 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:37:52 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:37:52 (Reading database ... 13912 files and directories currently installed.) 20:37:52 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:52 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:52 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:37:52 (Reading database ... 13912 files and directories currently installed.) 20:37:52 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:52 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:52 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:37:53 (Reading database ... 13912 files and directories currently installed.) 20:37:53 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:53 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:53 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:37:53 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:37:54 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:37:54 (Reading database ... 13912 files and directories currently installed.) 20:37:54 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:37:54 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:37:54 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:37:54 (Reading database ... 13912 files and directories currently installed.) 20:37:54 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:37:54 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:37:54 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:37:54 (Reading database ... 13914 files and directories currently installed.) 20:37:54 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:37:54 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:37:54 Setting up debconf (1.5.66ubuntu1) ... 20:37:55 (Reading database ... 13914 files and directories currently installed.) 20:37:55 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:37:55 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:37:55 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:37:55 (Reading database ... 13914 files and directories currently installed.) 20:37:55 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:37:55 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:37:55 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:37:55 (Reading database ... 13914 files and directories currently installed.) 20:37:55 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:37:55 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:37:55 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:37:55 (Reading database ... 13914 files and directories currently installed.) 20:37:55 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:37:55 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:37:55 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:37:56 (Reading database ... 13914 files and directories currently installed.) 20:37:56 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:37:56 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:37:56 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:37:56 (Reading database ... 13914 files and directories currently installed.) 20:37:56 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:56 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:56 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 20:37:56 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:37:56 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:37:56 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:37:56 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:37:56 (Reading database ... 13914 files and directories currently installed.) 20:37:56 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:37:56 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:37:57 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:37:57 (Reading database ... 13914 files and directories currently installed.) 20:37:57 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:37:57 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:37:57 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:37:57 (Reading database ... 13914 files and directories currently installed.) 20:37:57 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:37:57 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:37:57 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:37:57 (Reading database ... 13914 files and directories currently installed.) 20:37:57 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 20:37:58 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 20:37:58 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 20:37:58 (Reading database ... 13914 files and directories currently installed.) 20:37:58 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:37:58 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:37:58 Setting up passwd (1:4.5-1ubuntu2) ... 20:37:58 (Reading database ... 13914 files and directories currently installed.) 20:37:58 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 20:37:58 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:37:58 Setting up gpgv (2.2.4-1ubuntu1.4) ... 20:37:59 (Reading database ... 13914 files and directories currently installed.) 20:37:59 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:37:59 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:37:59 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:37:59 (Reading database ... 13914 files and directories currently installed.) 20:37:59 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:37:59 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:37:59 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:37:59 (Reading database ... 13914 files and directories currently installed.) 20:37:59 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:37:59 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:37:59 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:37:59 (Reading database ... 13914 files and directories currently installed.) 20:37:59 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:37:59 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:37:59 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:38:00 (Reading database ... 13914 files and directories currently installed.) 20:38:00 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:38:00 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:38:00 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:38:00 (Reading database ... 13914 files and directories currently installed.) 20:38:00 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:38:00 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:38:00 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:38:00 (Reading database ... 13915 files and directories currently installed.) 20:38:00 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:38:00 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:38:00 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:38:00 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:38:00 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 20:38:00 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 20:38:01 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:38:01 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:38:01 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:38:01 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:38:01 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:38:01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:38:01 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:38:01 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:38:01 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:38:01 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:38:01 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:38:01 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:38:01 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:38:01 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:38:02 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:38:02 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:38:02 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:38:02 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:38:03 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:38:03 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:38:03 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:38:03 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:38:03 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:38:03 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:38:04 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:38:04 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:38:04 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:38:04 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:38:04 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:38:04 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:38:04 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:04 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:04 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:04 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:04 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:04 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:05 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:05 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:06 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:06 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:07 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:07 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:07 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:07 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:07 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:07 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:09 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:09 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:09 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:38:09 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:38:09 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:38:09 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:38:09 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:38:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:38:09 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:38:10 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:38:10 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:38:10 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:38:10 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:38:10 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:38:10 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:38:10 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:38:10 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:10 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:38:10 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:10 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:10 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:38:10 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:38:10 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:38:10 20:38:10 Current default time zone: 'Etc/UTC' 20:38:10 Local time is now: Fri Mar 19 20:38:10 UTC 2021. 20:38:10 Universal Time is now: Fri Mar 19 20:38:10 UTC 2021. 20:38:10 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:38:10 20:38:10 Setting up systemd-sysv (237-3ubuntu10.45) ... 20:38:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:10 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 20:38:10 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:38:10 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:38:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:38:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:38:10 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:38:10 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:38:10 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:38:11 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:11 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:38:11 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:11 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 20:38:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:11 Setting up patch (2.7.6-2ubuntu1.1) ... 20:38:11 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:38:11 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:38:11 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 20:38:11 Installing new version of config file /etc/ssl/openssl.cnf ... 20:38:11 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:38:11 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:38:11 Setting up ca-certificates (20210119~18.04.1) ... 20:38:13 Updating certificates in /etc/ssl/certs... 20:38:14 23 added, 27 removed; done. 20:38:14 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:38:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:14 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:38:14 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:38:14 Setting up pkgbinarymangler (138.18.04.1) ... 20:38:14 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:14 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 20:38:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:14 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:14 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:38:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:14 Setting up perl (5.26.1-6ubuntu0.5) ... 20:38:14 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 20:38:14 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:38:14 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:38:14 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 20:38:14 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:38:15 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:38:15 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:38:15 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:38:15 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:38:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:38:15 Processing triggers for systemd (237-3ubuntu10.45) ... 20:38:15 Processing triggers for mime-support (3.60ubuntu1) ... 20:38:15 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:38:15 Updating certificates in /etc/ssl/certs... 20:38:15 0 added, 0 removed; done. 20:38:15 Running hooks in /etc/ca-certificates/update.d... 20:38:15 done. 20:38:16 Reading package lists... 20:38:16 Building dependency tree... 20:38:16 Reading state information... 20:38:16 The following NEW packages will be installed: 20:38:16 apt-transport-https 20:38:16 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:38:16 Need to get 1696 B of archives. 20:38:16 After this operation, 153 kB of additional disk space will be used. 20:38:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:38:16 debconf: delaying package configuration, since apt-utils is not installed 20:38:16 Fetched 1696 B in 0s (41.2 kB/s) 20:38:16 Selecting previously unselected package apt-transport-https. 20:38:16 (Reading database ... 13920 files and directories currently installed.) 20:38:16 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:38:16 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 20:38:16 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 20:38:17 Waiting for network to be ready... 20:38:22 2021-03-19T20:38:20Z INFO Waiting for automatic snapd restart... 20:38:22 snapd 2.49 from Canonical* installed 20:38:24 "snapd" switched to the "latest/stable" channel 20:38:24 20:38:26 core18 20210128 from Canonical* installed 20:38:26 "core18" switched to the "latest/stable" channel 20:38:26 20:38:30 snapcraft 4.5.4 from Canonical* installed 20:38:30 "snapcraft" switched to the "latest/stable" channel 20:38:30 20:38:33 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:38:33 - README.md 20:38:33 20:38:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:38:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:38:39 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:38:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:38:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:38:41 Reading package lists... 20:38:41 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:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:38:48 Reading package lists... 20:38:48 Building dependency tree... 20:38:48 Reading state information... 20:38:48 Suggested packages: 20:38:48 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:38:48 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:38:48 Recommended packages: 20:38:48 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:38:48 The following NEW packages will be installed: 20:38:48 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:38:48 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:38:48 pkg-config zip 20:38:48 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:38:48 Need to get 7657 kB of archives. 20:38:48 After this operation, 43.8 MB of additional disk space will be used. 20:38:48 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:48 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:38:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:38:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 20:38:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 20:38:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:38:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:38:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:38:48 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:38:48 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:38:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:38:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:38:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:38:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:38:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:38:48 debconf: delaying package configuration, since apt-utils is not installed 20:38:48 Fetched 7657 kB in 1s (10.6 MB/s) 20:38:48 Selecting previously unselected package libglib2.0-0:amd64. 20:38:48 (Reading database ... 13924 files and directories currently installed.) 20:38:48 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 20:38:48 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:38:49 Selecting previously unselected package libpsl5:amd64. 20:38:49 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:38:49 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:38:49 Selecting previously unselected package libnghttp2-14:amd64. 20:38:49 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:38:49 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:38:49 Selecting previously unselected package librtmp1:amd64. 20:38:49 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:38:49 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:38:49 Selecting previously unselected package libcurl3-gnutls:amd64. 20:38:49 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:38:49 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:38:49 Selecting previously unselected package liberror-perl. 20:38:49 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:38:49 Unpacking liberror-perl (0.17025-1) ... 20:38:49 Selecting previously unselected package git-man. 20:38:49 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 20:38:49 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 20:38:50 Selecting previously unselected package git. 20:38:50 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 20:38:50 Unpacking git (1:2.17.1-1ubuntu0.8) ... 20:38:50 Selecting previously unselected package libnorm1:amd64. 20:38:50 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:38:50 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:38:50 Selecting previously unselected package libpgm-5.2-0:amd64. 20:38:50 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:38:50 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:38:50 Selecting previously unselected package libsodium23:amd64. 20:38:50 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:38:50 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:38:51 Selecting previously unselected package libzmq5:amd64. 20:38:51 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:38:51 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:38:51 Selecting previously unselected package libzmq3-dev:amd64. 20:38:51 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:38:51 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:38:51 Selecting previously unselected package pkg-config. 20:38:51 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:38:51 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:38:51 Selecting previously unselected package zip. 20:38:51 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:38:51 Unpacking zip (3.0-11build1) ... 20:38:51 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:38:51 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 20:38:51 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:38:51 Setting up liberror-perl (0.17025-1) ... 20:38:51 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:38:51 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:38:51 No schema files found: doing nothing. 20:38:51 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:38:51 Setting up zip (3.0-11build1) ... 20:38:51 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:38:52 Setting up libsodium23:amd64 (1.0.16-2) ... 20:38:52 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:38:52 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:38:52 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:38:52 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:38:52 Setting up git (1:2.17.1-1ubuntu0.8) ... 20:38:52 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:38:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:38:58 git set to automatically installed. 20:38:58 git-man set to automatically installed. 20:38:58 libcurl3-gnutls set to automatically installed. 20:38:58 liberror-perl set to automatically installed. 20:38:58 libglib2.0-0 set to automatically installed. 20:38:58 libnghttp2-14 set to automatically installed. 20:38:58 libnorm1 set to automatically installed. 20:38:58 libpgm-5.2-0 set to automatically installed. 20:38:58 libpsl5 set to automatically installed. 20:38:58 librtmp1 set to automatically installed. 20:38:58 libsodium23 set to automatically installed. 20:38:58 libzmq3-dev set to automatically installed. 20:38:58 libzmq5 set to automatically installed. 20:38:58 pkg-config set to automatically installed. 20:38:58 zip set to automatically installed. 20:39:00 snapd is not logged in, snap install commands will use sudo 20:39:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:40:28 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 20:40:28 snapd is not logged in, snap install commands will use sudo 20:40:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:40:29 snap "core18" has no updates available 20:40:29 Pulling go-build-helper 20:40:29 + snapcraftctl pull 20:40:30 'app-service-config' has dependencies that need to be staged: go-build-helper 20:40:30 Skipping pull go-build-helper (already ran) 20:40:30 Building go-build-helper 20:40:30 + snapcraftctl build 20:40:32 Staging go-build-helper 20:40:32 + snapcraftctl stage 20:40:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:40:42 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:40:42 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:40:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] 20:40:42 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:40:42 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:40:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:40:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:40:42 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:40:42 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:40:42 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:40:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 20:40:42 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:40:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:40:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] 20:40:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] 20:40:42 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 20:40:42 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:40:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:40:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] 20:40:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 20:40:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:40:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:40:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 20:40:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] 20:40:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 20:40:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 20:40:42 Fetched 24.1 MB in 0s (0 B/s) 20:40:42 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:40:42 Fetched 224 kB in 0s (0 B/s) 20:40:42 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:40:42 Fetched 157 kB in 0s (0 B/s) 20:40:42 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:40:42 Fetched 221 kB in 0s (0 B/s) 20:40:42 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:40:42 Fetched 143 kB in 0s (0 B/s) 20:40:42 Pulling app-service-config 20:40:42 + snapcraftctl pull 20:40:43 Cloning into '/root/parts/app-service-config/src'... 20:40:43 Pulling config-common 20:40:43 + snapcraftctl pull 20:40:48 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:40:48 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:40:48 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:40:48 Fetched 0 B in 0s (0 B/s) 20:40:48 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:40:48 Fetched 0 B in 0s (0 B/s) 20:40:48 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:40:48 Fetched 0 B in 0s (0 B/s) 20:40:48 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:40:48 Fetched 0 B in 0s (0 B/s) 20:40:48 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:40:48 Fetched 0 B in 0s (0 B/s) 20:40:48 Pulling edgex-go 20:40:48 + snapcraftctl pull 20:41:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:41:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:41:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:41:10 Fetched 0 B in 0s (0 B/s) 20:41:10 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:41:10 Fetched 96.5 kB in 0s (0 B/s) 20:41:10 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:41:10 Fetched 279 kB in 0s (0 B/s) 20:41:10 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:41:10 Fetched 122 kB in 0s (0 B/s) 20:41:10 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:41:10 Fetched 77.8 kB in 0s (0 B/s) 20:41:10 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:41:10 Fetched 8848 B in 0s (0 B/s) 20:41:10 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:41:10 Fetched 47.8 kB in 0s (0 B/s) 20:41:10 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:41:10 Fetched 45.6 kB in 0s (0 B/s) 20:41:10 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:41:10 Fetched 15.0 kB in 0s (0 B/s) 20:41:10 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:41:10 Fetched 214 kB in 0s (0 B/s) 20:41:10 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 20:41:10 Fetched 154 kB in 0s (0 B/s) 20:41:10 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:41:10 Fetched 50.6 kB in 0s (0 B/s) 20:41:10 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:41:10 Fetched 14.8 kB in 0s (0 B/s) 20:41:10 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:41:10 Fetched 41.8 kB in 0s (0 B/s) 20:41:10 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:41:10 Fetched 499 kB in 0s (0 B/s) 20:41:10 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:41:10 Fetched 111 kB in 0s (0 B/s) 20:41:10 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:41:10 Fetched 240 kB in 0s (0 B/s) 20:41:10 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:41:10 Fetched 29.3 kB in 0s (0 B/s) 20:41:10 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:41:10 Fetched 85.5 kB in 0s (0 B/s) 20:41:10 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:41:10 Fetched 24.5 kB in 0s (0 B/s) 20:41:10 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:41:10 Fetched 49.2 kB in 0s (0 B/s) 20:41:10 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:41:10 Fetched 54.2 kB in 0s (0 B/s) 20:41:10 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:41:10 Fetched 30.8 kB in 0s (0 B/s) 20:41:10 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 20:41:10 Fetched 15.8 kB in 0s (0 B/s) 20:41:10 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:41:10 Fetched 85.9 kB in 0s (0 B/s) 20:41:10 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:41:10 Fetched 8720 B in 0s (0 B/s) 20:41:10 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:41:10 Fetched 137 kB in 0s (0 B/s) 20:41:10 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:41:10 Fetched 119 kB in 0s (0 B/s) 20:41:10 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:41:10 Fetched 109 kB in 0s (0 B/s) 20:41:10 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:41:10 Fetched 11.1 kB in 0s (0 B/s) 20:41:10 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:41:10 Fetched 645 kB in 0s (0 B/s) 20:41:10 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:41:10 Fetched 41.3 kB in 0s (0 B/s) 20:41:10 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:41:10 Fetched 17.9 kB in 0s (0 B/s) 20:41:10 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:41:10 Fetched 368 kB in 0s (0 B/s) 20:41:10 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:41:10 Fetched 187 kB in 0s (0 B/s) 20:41:10 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:41:10 Fetched 175 kB in 0s (0 B/s) 20:41:10 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:41:10 Fetched 206 kB in 0s (0 B/s) 20:41:10 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 20:41:10 Fetched 1301 kB in 0s (0 B/s) 20:41:10 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:41:10 Fetched 36.2 kB in 0s (0 B/s) 20:41:10 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:41:10 Fetched 159 kB in 0s (0 B/s) 20:41:10 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:41:10 Fetched 107 kB in 0s (0 B/s) 20:41:10 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:41:10 Fetched 48.7 kB in 0s (0 B/s) 20:41:10 Pulling static-packages 20:41:10 + snapcraftctl pull 20:41:10 Pulling version 20:41:10 + cd /root/project 20:41:10 + [ -f VERSION ] 20:41:10 + PROJECT_VERSION=local-dev 20:41:10 + git rev-parse --short HEAD 20:41:10 + GIT_REVISION=e09c63c9 20:41:10 + snapcraftctl set-version local-dev 20:41:11 Skipping build go-build-helper (already ran) 20:41:11 Building app-service-config 20:41:11 + make build 20:41:11 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:41:13 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 20:41:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 20:41:13 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 20:41:13 go: downloading github.com/gorilla/mux v1.8.0 20:41:13 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 20:41:13 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 20:41:13 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:41:13 go: downloading github.com/google/uuid v1.2.0 20:41:13 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:41:13 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:41:13 go: downloading github.com/go-kit/kit v0.8.0 20:41:13 go: downloading github.com/x448/float16 v0.8.4 20:41:14 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:41:14 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 20:41:14 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:41:14 go: downloading github.com/go-playground/universal-translator v0.17.0 20:41:14 go: downloading github.com/go-playground/locales v0.13.0 20:41:14 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:41:14 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:41:14 go: downloading github.com/pebbe/zmq4 v1.2.5 20:41:14 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 20:41:14 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:41:14 go: downloading github.com/leodido/go-urn v1.2.0 20:41:14 go: downloading github.com/pelletier/go-toml v1.2.0 20:41:14 go: downloading github.com/BurntSushi/toml v0.3.1 20:41:14 go: downloading github.com/mitchellh/copystructure v1.0.0 20:41:14 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:41:14 go: downloading github.com/hashicorp/consul/api v1.8.1 20:41:14 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:41:14 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:41:14 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:41:14 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:41:14 go: downloading github.com/hashicorp/go-hclog v0.12.0 20:41:14 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 20:41:14 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:41:14 go: downloading github.com/hashicorp/serf v0.9.5 20:41:15 go: downloading github.com/fatih/color v1.9.0 20:41:15 go: downloading github.com/mattn/go-isatty v0.0.12 20:41:15 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 20:41:15 go: downloading github.com/mattn/go-colorable v0.1.6 20:41:15 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:41:15 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:41:15 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:41:25 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 20:41:25 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 20:41:25 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 20:41:25 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 20:41:25 Building config-common 20:41:25 + snapcraftctl build 20:41:27 Building edgex-go 20:41:27 + cd /root/parts/edgex-go/src 20:41:27 + make build 20:41:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:41:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 20:41:27 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 20:41:27 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 20:41:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:41:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 20:41:27 go: downloading github.com/pkg/errors v0.8.1 20:41:27 go: downloading github.com/imdario/mergo v0.3.12 20:41:27 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 20:41:27 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 20:41:27 go: downloading github.com/gorilla/websocket v1.4.2 20:41:32 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:41:32 go: downloading gopkg.in/yaml.v2 v2.4.0 20:41:36 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:41:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:41:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:41:40 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:41:40 go: downloading github.com/stretchr/testify v1.7.0 20:41:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:41:40 go: downloading github.com/pmezard/go-difflib v1.0.0 20:41:40 go: downloading github.com/davecgh/go-spew v1.1.1 20:41:42 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:41:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:41:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:41:43 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:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:41:44 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 20:41:46 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:41:47 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:41:47 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:41:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:41:48 go: downloading github.com/lib/pq v1.9.0 20:41:50 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:41:50 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:41:50 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:41:50 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:41:50 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:41:50 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:41:50 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:41:50 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:41:50 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:41:50 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:41:50 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:41:50 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:41:50 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:41:50 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:41:50 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:41:50 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:41:50 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:41:50 + 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:41:50 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:41:50 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:41:50 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:41:50 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:41:50 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:41:50 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:41:50 + 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:41:53 Building static-packages 20:41:53 + snapcraftctl build 20:41:55 Building version 20:41:55 + snapcraftctl build 20:41:57 Skipping stage go-build-helper (already ran) 20:41:57 Staging app-service-config 20:41:57 + snapcraftctl stage 20:41:58 Staging config-common 20:41:58 + snapcraftctl stage 20:41:59 Staging edgex-go 20:41:59 + snapcraftctl stage 20:42:00 Staging static-packages 20:42:00 + snapcraftctl stage 20:42:00 Staging version 20:42:00 + snapcraftctl stage 20:42:01 Priming go-build-helper 20:42:01 + snapcraftctl prime 20:42:02 Priming app-service-config 20:42:02 + snapcraftctl prime 20:42:03 Priming config-common 20:42:03 + snapcraftctl prime 20:42:04 Priming edgex-go 20:42:04 + snapcraftctl prime 20:42:05 Priming static-packages 20:42:05 + snapcraftctl prime 20:42:08 Priming version 20:42:08 + snapcraftctl prime 20:42:08 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:42:12 provisioning config files... 20:42:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/26@tmp/config4494183226813858178tmp [Pipeline] { [Pipeline] sh 20:42:12 + set +x 20:42:12 + curl -s https://codecov.io/bash 20:42:12 + bash -s -- 20:42:13 20:42:13 _____ _ 20:42:13 / ____| | | 20:42:13 | | ___ __| | ___ ___ _____ __ 20:42:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:42:13 | |___| (_) | (_| | __/ (_| (_) \ V / 20:42:13 \_____\___/ \__,_|\___|\___\___/ \_/ 20:42:13 Bash-20210309-2b87ace 20:42:13 20:42:13 20:42:13 ==> git version 2.24.3 found 20:42:13 ==> 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:42:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:42:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:42:13 ==> Jenkins CI detected. 20:42:13 project root: . 20:42:13 --> token set from env 20:42:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:42:13 ==> Running gcov in . (disable via -X gcov) 20:42:14 ==> Python coveragepy not found 20:42:14 ==> Searching for coverage reports in: 20:42:14 + . 20:42:14 -> Found 1 reports 20:42:14 ==> Detecting git/mercurial file structure 20:42:14 ==> Reading reports 20:42:14 + ./coverage.out bytes=650607 20:42:14 ==> Appending adjustments 20:42:14 https://docs.codecov.io/docs/fixing-reports 20:42:22 + Found adjustments 20:42:22 ==> Gzipping contents 20:42:22 96K /tmp/codecov.Zx3O5z.gz 20:42:22 ==> Uploading reports 20:42:22 url: https://codecov.io 20:42:22 query: branch=PR-3208&commit=e09c63c901571abb6952413166af1e3f3cc1f989&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F26%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 20:42:22 -> Pinging Codecov 20:42:22 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=e09c63c901571abb6952413166af1e3f3cc1f989&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F26%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 20:42:22 -> Uploading to 20:42:22 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/e09c63c901571abb6952413166af1e3f3cc1f989/c65902e3-0ff3-429d-a7b2-1e60bb4da4c9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T204222Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=910460923038fb3ff8be040b84687ed82a7d003900e10a4ca6e6b4961dbcd01e 20:42:22 % Total % Received % Xferd Average Speed Time Time Time Current 20:42:22 Dload Upload Total Spent Left Speed 20:42:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94956 0 0 100 94956 0 136k --:--:-- --:--:-- --:--:-- 136k 100 94956 0 0 100 94956 0 136k --:--:-- --:--:-- --:--:-- 136k 20:42:23 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e09c63c901571abb6952413166af1e3f3cc1f989 [Pipeline] } 20:42:23 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:42:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:42:27 ---> package-listing.sh 20:42:27 ++ facter osfamily 20:42:27 ++ tr '[:upper:]' '[:lower:]' 20:42:27 + OS_FAMILY=redhat 20:42:27 + workspace=/w/workspace/edgex-go/26 20:42:27 + START_PACKAGES=/tmp/packages_start.txt 20:42:27 + END_PACKAGES=/tmp/packages_end.txt 20:42:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:42:27 + PACKAGES=/tmp/packages_start.txt 20:42:27 + '[' /w/workspace/edgex-go/26 ']' 20:42:27 + PACKAGES=/tmp/packages_end.txt 20:42:27 + case "${OS_FAMILY}" in 20:42:27 + rpm -qa 20:42:27 + sort 20:42:36 + '[' -f /tmp/packages_start.txt ']' 20:42:36 + '[' -f /tmp/packages_end.txt ']' 20:42:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:42:36 + '[' /w/workspace/edgex-go/26 ']' 20:42:36 + mkdir -p /w/workspace/edgex-go/26/archives/ 20:42:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/26/archives/ [Pipeline] echo 20:42:36 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/26/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:42:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:42:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:42:37 20:42:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:42:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:42:39 alpine: Pulling from edgex-lftools-log-publisher 20:42:39 df20fa9351a1: Pulling fs layer 20:42:39 36b3adc4ff6f: Pulling fs layer 20:42:39 8ad3a11d3b57: Pulling fs layer 20:42:39 46f8f816bc3b: Pulling fs layer 20:42:39 93b61091891f: Pulling fs layer 20:42:39 93b9cdb0e59b: Pulling fs layer 20:42:39 5e14af77c1be: Pulling fs layer 20:42:39 01666e4c0597: Pulling fs layer 20:42:39 aa168da1d23b: Pulling fs layer 20:42:39 93b9cdb0e59b: Waiting 20:42:39 5e14af77c1be: Waiting 20:42:39 01666e4c0597: Waiting 20:42:39 aa168da1d23b: Waiting 20:42:39 46f8f816bc3b: Waiting 20:42:39 93b61091891f: Waiting 20:42:39 36b3adc4ff6f: Download complete 20:42:39 46f8f816bc3b: Verifying Checksum 20:42:39 46f8f816bc3b: Download complete 20:42:39 93b61091891f: Verifying Checksum 20:42:39 93b61091891f: Download complete 20:42:39 93b9cdb0e59b: Verifying Checksum 20:42:39 93b9cdb0e59b: Download complete 20:42:39 df20fa9351a1: Download complete 20:42:39 5e14af77c1be: Verifying Checksum 20:42:39 5e14af77c1be: Download complete 20:42:39 01666e4c0597: Verifying Checksum 20:42:39 01666e4c0597: Download complete 20:42:40 8ad3a11d3b57: Verifying Checksum 20:42:40 8ad3a11d3b57: Download complete 20:42:40 df20fa9351a1: Pull complete 20:42:41 36b3adc4ff6f: Pull complete 20:42:43 8ad3a11d3b57: Pull complete 20:42:43 46f8f816bc3b: Pull complete 20:42:43 aa168da1d23b: Verifying Checksum 20:42:43 aa168da1d23b: Download complete 20:42:44 93b61091891f: Pull complete 20:42:45 93b9cdb0e59b: Pull complete 20:42:46 5e14af77c1be: Pull complete 20:42:46 01666e4c0597: Pull complete 20:43:05 aa168da1d23b: Pull complete 20:43:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:43:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:43:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:43:07 prd-centos7-docker-4c-2g-30619 does not seem to be running inside a container 20:43:07 $ 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/26/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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:43:11 $ docker top 92f976f8112968365ad303798486f436ac6d069d92a8db34bbd183f23bff835c -eo pid,comm [Pipeline] { [Pipeline] sh 20:43:12 + touch /tmp/pre-build-complete [Pipeline] sh 20:43:13 + mkdir -p /var/log/sa [Pipeline] sh 20:43:13 + ls /var/log/sa-host 20:43:13 + sadf -c /var/log/sa-host/sa19 20:43:13 file_magic: OK 20:43:13 HZ: Using current value: 100 20:43:13 file_header: OK 20:43:13 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:43:13 Statistics: 20:43:13 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:43:13 File successfully converted to sysstat format version 12.2.1 20:43:13 + sadf -c /var/log/sa-host/sa23 20:43:13 file_magic: OK 20:43:13 HZ: Using current value: 100 20:43:13 file_header: OK 20:43:13 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:43:13 Statistics: 20:43:13 Hnuu...uuuununununu... 20:43:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:43:14 provisioning config files... 20:43:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/26@tmp/config5920759460487206294tmp [Pipeline] { [Pipeline] echo 20:43:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:43:15 ---> create-netrc.sh [Pipeline] } 20:43:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:43:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:43:16 ---> python-tools-install.sh [Pipeline] echo 20:43:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:43:17 ---> sudo-logs.sh 20:43:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:43:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:43:17 ---> job-cost.sh 20:43:18 lf-activate-venv: SKIPPING 20:43:18 DEBUG: total: 0.20999999344348907 20:43:18 INFO: Retrieving Stack Cost... 20:43:19 INFO: Retrieving Pricing Info for: v1-standard-2 20:43:19 INFO: Archiving Costs [Pipeline] echo 20:43:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:43:19 ---> logs-deploy.sh 20:43:19 lf-activate-venv: SKIPPING 20:43:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/26 20:43:19 INFO: archiving workspace using pattern(s): 20:43:22 Archives upload complete. 20:43:22 INFO: archiving logs to Nexus 20:43:24 ---> uname -a: 20:43:24 Linux prd-centos7-docker-4c-2g-30619.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:43:24 20:43:24 20:43:24 ---> lscpu: 20:43:24 Architecture: x86_64 20:43:24 CPU op-mode(s): 32-bit, 64-bit 20:43:24 Byte Order: Little Endian 20:43:24 Address sizes: 40 bits physical, 48 bits virtual 20:43:24 CPU(s): 4 20:43:24 On-line CPU(s) list: 0-3 20:43:24 Thread(s) per core: 1 20:43:24 Core(s) per socket: 1 20:43:24 Socket(s): 4 20:43:24 NUMA node(s): 1 20:43:24 Vendor ID: GenuineIntel 20:43:24 CPU family: 6 20:43:24 Model: 44 20:43:24 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:43:24 Stepping: 1 20:43:24 CPU MHz: 2933.438 20:43:24 BogoMIPS: 5866.87 20:43:24 Virtualization: VT-x 20:43:24 Hypervisor vendor: KVM 20:43:24 Virtualization type: full 20:43:24 L1d cache: 128 KiB 20:43:24 L1i cache: 128 KiB 20:43:24 L2 cache: 16 MiB 20:43:24 L3 cache: 64 MiB 20:43:24 NUMA node0 CPU(s): 0-3 20:43:24 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:43:24 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:43:24 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:43:24 Vulnerability Meltdown: Mitigation; PTI 20:43:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:43:24 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:43:24 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:43:24 Vulnerability Srbds: Not affected 20:43:24 Vulnerability Tsx async abort: Not affected 20:43:24 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:43:24 20:43:24 20:43:24 ---> nproc: 20:43:24 4 20:43:24 20:43:24 20:43:24 ---> df -h: 20:43:24 Filesystem Size Used Available Use% Mounted on 20:43:24 overlay 50.0G 12.6G 37.4G 25% / 20:43:24 tmpfs 64.0M 0 64.0M 0% /dev 20:43:24 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:43:24 shm 64.0M 0 64.0M 0% /dev/shm 20:43:24 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 20:43:24 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 20:43:24 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 20:43:24 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 20:43:24 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 20:43:24 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 20:43:24 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 20:43:24 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 20:43:24 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/26 20:43:24 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/26@tmp 20:43:24 20:43:24 20:43:24 ---> free -m: 20:43:24 total used free shared buff/cache available 20:43:24 Mem: 1837 682 116 0 1037 1073 20:43:24 Swap: 1023 70 953 20:43:24 20:43:24 20:43:24 ---> ip addr: 20:43:24 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:43:24 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:43:24 inet 127.0.0.1/8 scope host lo 20:43:24 valid_lft forever preferred_lft forever 20:43:24 inet6 ::1/128 scope host 20:43:24 valid_lft forever preferred_lft forever 20:43:24 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:43:24 link/ether fa:16:3e:a2:17:8e brd ff:ff:ff:ff:ff:ff 20:43:24 inet 10.30.122.110/23 brd 10.30.123.255 scope global dynamic eth0 20:43:24 valid_lft 84195sec preferred_lft 84195sec 20:43:24 inet6 fe80::f816:3eff:fea2:178e/64 scope link 20:43:24 valid_lft forever preferred_lft forever 20:43:24 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:43:24 link/ether 02:42:ad:b8:1f:5e brd ff:ff:ff:ff:ff:ff 20:43:24 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:43:24 valid_lft forever preferred_lft forever 20:43:24 inet6 fe80::42:adff:feb8:1f5e/64 scope link 20:43:24 valid_lft forever preferred_lft forever 20:43:24 20:43:24 20:43:24 ---> sar -b -r -n DEV: 20:43:24 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:43:24 20:43:24 20:06:23 LINUX RESTART (4 CPU) 20:43:24 20:43:24 20:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:43:24 20:08:01 133.53 86.88 46.65 0.00 5246.97 35726.69 0.00 20:43:24 20:09:01 60.56 13.99 46.57 0.00 4266.17 8983.04 0.00 20:43:24 20:10:02 37.88 22.57 15.31 0.00 1871.27 8353.64 0.00 20:43:24 20:11:01 151.81 61.05 90.77 0.00 4843.65 29466.62 0.00 20:43:24 20:12:01 160.55 38.34 122.21 0.00 2026.36 17800.48 0.00 20:43:24 20:13:02 132.27 67.84 64.43 0.00 2281.11 7057.09 0.00 20:43:24 20:14:01 66.22 19.21 47.01 0.00 724.89 5208.13 0.00 20:43:24 20:15:02 58.14 13.47 44.66 0.00 606.30 5010.01 0.00 20:43:24 20:16:01 39.80 17.22 22.58 0.00 323.37 2144.42 0.00 20:43:24 20:17:01 55.76 22.41 33.34 0.00 1161.64 2853.75 0.00 20:43:24 20:18:02 68.46 28.84 39.62 0.00 2026.22 2800.13 0.00 20:43:24 20:19:01 15.86 1.79 14.07 0.00 73.03 3272.27 0.00 20:43:24 20:20:02 115.36 20.92 94.44 0.00 6088.90 40660.56 0.00 20:43:24 20:21:06 227.21 110.00 117.21 0.00 55541.82 87592.17 0.00 20:43:24 20:22:01 795.81 691.42 104.39 0.00 30896.06 36070.29 0.00 20:43:24 20:23:05 1091.44 982.80 108.64 0.00 66302.39 69129.82 0.00 20:43:24 20:24:04 962.51 886.33 76.18 0.00 48437.42 54196.32 0.00 20:43:24 20:25:02 542.50 461.26 81.24 0.00 27432.90 26085.51 0.00 20:43:24 20:26:02 116.45 68.46 47.99 0.00 4906.66 9683.10 0.00 20:43:24 20:27:01 220.13 55.09 165.03 0.00 7215.85 30070.19 0.00 20:43:24 20:28:05 372.18 184.81 187.37 0.00 60634.61 92266.49 0.00 20:43:24 20:29:04 591.17 472.79 118.37 0.00 35225.21 34323.13 0.00 20:43:24 20:30:10 1154.27 1047.94 106.33 0.00 59210.57 66108.75 0.00 20:43:24 20:31:02 949.50 855.99 93.52 0.00 46503.91 52845.22 0.00 20:43:24 20:32:02 213.13 119.61 93.52 0.00 9247.46 9303.81 0.00 20:43:24 20:33:01 175.07 33.05 142.02 0.00 4368.80 19741.02 0.00 20:43:24 20:34:01 2.49 0.57 1.93 0.00 10.37 36.86 0.00 20:43:24 20:35:01 0.65 0.10 0.55 0.00 0.80 6.08 0.00 20:43:24 20:36:01 0.57 0.02 0.55 0.00 0.13 5.69 0.00 20:43:24 20:37:02 0.75 0.12 0.63 0.00 9.73 7.14 0.00 20:43:24 20:38:01 0.63 0.00 0.63 0.00 0.00 6.40 0.00 20:43:24 20:39:01 0.65 0.03 0.62 0.00 0.27 7.37 0.00 20:43:24 20:40:01 0.23 0.02 0.22 0.00 0.13 2.15 0.00 20:43:24 20:41:01 0.18 0.02 0.17 0.00 0.27 1.33 0.00 20:43:24 20:42:01 0.57 0.00 0.57 0.00 0.00 7.16 0.00 20:43:24 20:43:01 129.56 69.47 60.09 0.00 5681.58 14686.73 0.00 20:43:24 Average: 239.58 178.51 61.07 0.00 13863.96 21689.66 0.00 20:43:24 20:43:24 20:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:43:24 20:08:01 70024 0 506548 26.92 2620 1302352 1008672 34.42 315808 1298608 40744 20:43:24 20:09:01 103656 0 621312 33.02 2620 1153956 1261116 43.04 485088 1087784 20 20:43:24 20:10:02 74532 0 846044 44.97 2620 958348 1523668 52.00 652696 948772 71020 20:43:24 20:11:01 107624 0 710836 37.78 2596 1060488 1489088 50.82 610348 924956 94500 20:43:24 20:12:01 82268 0 737556 39.20 1848 1059872 1471252 50.21 581996 944056 17880 20:43:24 20:13:02 104544 0 807188 42.90 1492 968320 1719528 58.68 635644 866044 61372 20:43:24 20:14:01 91868 0 924024 49.11 1388 864264 1784300 60.90 727964 781000 41260 20:43:24 20:15:02 102788 0 839660 44.63 704 938392 1761560 60.12 730124 762848 66804 20:43:24 20:16:01 390640 0 731672 38.89 668 758564 1627872 55.56 488580 712768 15108 20:43:24 20:17:01 216064 0 760692 40.43 668 904120 1699224 57.99 604020 770708 49616 20:43:24 20:18:02 276792 0 770712 40.96 556 833484 1372464 46.84 622192 690336 20120 20:43:24 20:19:01 158420 0 771468 41.00 556 951100 1433316 48.92 651468 777748 42656 20:43:24 20:20:02 75960 0 699796 37.19 204 1105584 1244608 42.48 695632 835388 88664 20:43:24 20:21:06 78372 0 791052 42.04 0 1012120 2210868 75.45 778632 819024 79504 20:43:24 20:22:01 348216 0 727680 38.67 0 805648 2705068 92.32 572356 738436 68 20:43:24 20:23:05 77992 0 793048 42.15 0 1010504 2158324 73.66 767172 798600 75036 20:43:24 20:24:04 70824 0 816156 43.38 0 994564 2275912 77.67 767112 812176 84632 20:43:24 20:25:02 177668 0 1263012 67.13 0 440864 4062296 138.64 688624 742368 17628 20:43:24 20:26:02 376172 0 932416 49.56 0 572956 3404516 116.19 585908 641532 54864 20:43:24 20:27:01 168888 0 729268 38.76 0 983388 1694384 57.83 532904 915936 11828 20:43:24 20:28:05 74788 0 792312 42.11 0 1014444 2308684 78.79 740812 842932 65880 20:43:24 20:29:04 52840 0 765484 40.68 0 1063220 2091156 71.37 586620 1004404 93048 20:43:24 20:30:10 76148 0 787848 41.87 0 1017548 2255428 76.97 755460 808816 28672 20:43:24 20:31:02 186052 0 684464 36.38 0 1011028 1641124 56.01 598272 861040 5184 20:43:24 20:32:02 201012 0 932792 49.58 0 747740 3116724 106.37 713632 691708 23928 20:43:24 20:33:01 391036 0 600200 31.90 0 890308 1236556 42.20 536136 698416 28 20:43:24 20:34:01 401784 0 589416 31.33 0 890344 1146680 39.13 532916 696344 12 20:43:24 20:35:01 403464 0 587724 31.24 0 890356 1119988 38.22 531900 696216 8 20:43:24 20:36:01 403392 0 587792 31.24 0 890360 1120036 38.22 531936 696216 8 20:43:24 20:37:02 404296 0 586596 31.18 0 890652 1119736 38.21 531476 696508 8 20:43:24 20:38:01 404272 0 586588 31.18 0 890684 1119816 38.22 531476 696520 12 20:43:24 20:39:01 404476 0 586400 31.17 0 890668 1119736 38.21 531356 696520 12 20:43:24 20:40:01 404400 0 586472 31.17 0 890672 1119736 38.21 531500 696520 8 20:43:24 20:41:01 404268 0 586600 31.18 0 890676 1119736 38.21 531380 696524 8 20:43:24 20:42:01 404204 0 586648 31.18 0 890692 1119736 38.21 531512 696532 8 20:43:24 20:43:01 80848 0 698408 37.12 0 1102288 1604848 54.77 692996 817420 89176 20:43:24 Average: 218072 0 731275 38.87 515 931682 1729660 59.03 608435 801715 34426 20:43:24 20:43:24 20:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:43:24 20:08:01 eth0 91.79 65.11 365.77 17.61 0.00 0.00 0.00 0.00 20:43:24 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:09:01 veth83d5c3d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:09:01 eth0 527.44 384.01 3302.20 73.24 0.00 0.00 0.00 0.00 20:43:24 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:09:01 vethf68916a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:10:02 eth0 578.88 767.37 2676.96 106.59 0.00 0.00 0.00 0.00 20:43:24 20:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:10:02 vethf68916a 750.32 556.56 75.15 2659.46 0.00 0.00 0.00 0.00 20:43:24 20:10:02 docker0 750.32 556.43 64.89 2659.45 0.00 0.00 0.00 0.00 20:43:24 20:11:01 eth0 273.81 233.87 2862.46 26.05 0.00 0.00 0.00 0.00 20:43:24 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:11:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:12:01 eth0 206.36 143.68 842.73 55.09 0.00 0.00 0.00 0.00 20:43:24 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:12:01 docker0 122.24 176.46 8.61 827.70 0.00 0.00 0.00 0.00 20:43:24 20:13:02 eth0 23.33 17.84 24.28 9.20 0.00 0.00 0.00 0.00 20:43:24 20:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:13:02 veth3539eff 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:43:24 20:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:14:01 eth0 14.60 13.10 6.35 35.19 0.00 0.00 0.00 0.00 20:43:24 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:14:01 veth3539eff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:15:02 eth0 24.43 18.96 19.14 10.68 0.00 0.00 0.00 0.00 20:43:24 20:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:15:02 veth3539eff 0.31 0.31 0.03 0.03 0.00 0.00 0.00 0.00 20:43:24 20:15:02 docker0 0.31 0.31 0.02 0.03 0.00 0.00 0.00 0.00 20:43:24 20:16:01 eth0 34.44 26.98 19.66 55.95 0.00 0.00 0.00 0.00 20:43:24 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:16:01 veth3539eff 1.94 1.94 0.15 0.15 0.00 0.00 0.00 0.00 20:43:24 20:16:01 docker0 1.94 1.94 0.13 0.15 0.00 0.00 0.00 0.00 20:43:24 20:17:01 eth0 3.83 3.06 2.98 1.64 0.00 0.00 0.00 0.00 20:43:24 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:17:01 veth3539eff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:18:02 eth0 10.39 8.48 9.58 5.19 0.00 0.00 0.00 0.00 20:43:24 20:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:18:02 veth3539eff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:19:01 eth0 28.69 22.37 17.58 39.29 0.00 0.00 0.00 0.00 20:43:24 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:19:01 veth3539eff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:20:02 eth0 211.28 182.26 1671.11 56.20 0.00 0.00 0.00 0.00 20:43:24 20:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:20:02 veth34226c4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:43:24 20:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:21:06 eth0 3.84 2.59 3.21 1.35 0.00 0.00 0.00 0.00 20:43:24 20:21:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:21:06 veth34226c4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:21:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:22:01 vethf9e48a9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:22:01 veth9b70df8 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:22:01 veth9903781 0.00 0.04 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:22:01 veth1909631 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:23:05 eth0 1996.95 1827.17 11372.78 503.53 0.00 0.00 0.00 0.00 20:43:24 20:23:05 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 20:43:24 20:23:05 veth34226c4 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 20:43:24 20:23:05 docker0 837.74 719.10 70.21 3436.48 0.00 0.00 0.00 0.00 20:43:24 20:24:04 eth0 1.35 1.19 0.98 0.50 0.00 0.00 0.00 0.00 20:43:24 20:24:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:24:04 veth34226c4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:24:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:25:02 veth4590def 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:43:24 20:25:02 eth0 4.74 3.82 3.69 2.02 0.00 0.00 0.00 0.00 20:43:24 20:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:25:02 veth6cf4894 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:43:24 20:26:02 veth4590def 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:26:02 eth0 3.07 2.40 2.33 1.27 0.00 0.00 0.00 0.00 20:43:24 20:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:26:02 veth6cf4894 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:27:01 eth0 175.26 135.10 1447.55 56.72 0.00 0.00 0.00 0.00 20:43:24 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:27:01 veth34226c4 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 20:43:24 20:27:01 docker0 907.07 793.03 75.70 3820.61 0.00 0.00 0.00 0.00 20:43:24 20:28:05 eth0 77.59 42.29 351.62 43.41 0.00 0.00 0.00 0.00 20:43:24 20:28:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:28:05 veth34226c4 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:28:05 docker0 15.30 43.06 0.85 328.67 0.00 0.00 0.00 0.00 20:43:24 20:29:04 eth0 37.55 22.36 132.21 8.34 0.00 0.00 0.00 0.00 20:43:24 20:29:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:29:04 veth34226c4 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 20:43:24 20:29:04 docker0 8.37 19.48 0.45 118.01 0.00 0.00 0.00 0.00 20:43:24 20:30:10 veth7f3cf10 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:43:24 20:30:10 eth0 14.61 12.42 7.42 32.79 0.00 0.00 0.00 0.00 20:43:24 20:30:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:30:10 veth34226c4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:31:02 veth7f3cf10 2.80 3.39 0.40 16.77 0.00 0.00 0.00 0.00 20:43:24 20:31:02 eth0 15.09 11.65 25.95 5.42 0.00 0.00 0.00 0.00 20:43:24 20:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:31:02 veth34226c4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:32:02 veth24ecb10 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:43:24 20:32:02 eth0 43.97 33.13 66.16 44.20 0.00 0.00 0.00 0.00 20:43:24 20:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:32:02 vethf4b9ae7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:43:24 20:33:01 eth0 63.67 44.89 103.95 75.10 0.00 0.00 0.00 0.00 20:43:24 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:33:01 docker0 948.14 882.80 78.37 4437.08 0.00 0.00 0.00 0.00 20:43:24 20:34:01 eth0 1.35 0.60 0.80 0.43 0.00 0.00 0.00 0.00 20:43:24 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:35:01 eth0 0.96 0.37 0.33 0.20 0.00 0.00 0.00 0.00 20:43:24 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:36:01 eth0 0.63 0.38 0.28 0.20 0.00 0.00 0.00 0.00 20:43:24 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:37:02 eth0 0.13 0.07 0.01 0.00 0.00 0.00 0.00 0.00 20:43:24 20:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:38:01 eth0 0.27 0.17 0.14 0.07 0.00 0.00 0.00 0.00 20:43:24 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:39:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 20:43:24 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:40:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:41:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:42:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:43:01 eth0 220.68 186.40 2176.57 43.98 0.00 0.00 0.00 0.00 20:43:24 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 Average: eth0 76.57 67.49 454.45 23.67 0.00 0.00 0.00 0.00 20:43:24 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:43:24 Average: docker0 26.01 24.22 2.15 121.71 0.00 0.00 0.00 0.00 20:43:24 20:43:24 20:43:24 ---> sar -P ALL: 20:43:24 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:43:24 20:43:24 20:06:23 LINUX RESTART (4 CPU) 20:43:24 20:43:24 20:07:02 CPU %user %nice %system %iowait %steal %idle 20:43:24 20:08:01 all 6.94 0.00 6.96 11.84 43.66 30.60 20:43:24 20:08:01 0 5.30 0.00 6.05 12.03 42.69 33.92 20:43:24 20:08:01 1 9.04 0.00 6.14 15.36 44.42 25.03 20:43:24 20:08:01 2 6.51 0.00 6.07 12.59 43.10 31.72 20:43:24 20:08:01 3 7.00 0.00 9.72 7.23 44.51 31.54 20:43:24 20:09:01 all 9.58 0.00 3.47 1.79 27.42 57.75 20:43:24 20:09:01 0 8.96 0.00 3.24 0.64 28.73 58.43 20:43:24 20:09:01 1 8.41 0.00 2.36 0.63 26.83 61.77 20:43:24 20:09:01 2 10.05 0.00 4.08 3.71 26.17 55.99 20:43:24 20:09:01 3 11.01 0.00 4.27 2.26 27.96 54.49 20:43:24 20:10:02 all 6.70 0.00 3.31 0.50 25.63 63.86 20:43:24 20:10:02 0 7.69 0.00 3.72 0.20 30.18 58.21 20:43:24 20:10:02 1 4.26 0.00 3.82 0.36 25.08 66.48 20:43:24 20:10:02 2 9.43 0.00 3.62 1.37 24.74 60.84 20:43:24 20:10:02 3 5.49 0.00 2.07 0.11 22.47 69.86 20:43:24 20:11:01 all 3.73 0.00 3.88 1.95 30.50 59.94 20:43:24 20:11:01 0 2.88 0.00 3.56 1.31 31.29 60.96 20:43:24 20:11:01 1 3.13 0.00 4.03 3.03 30.85 58.96 20:43:24 20:11:01 2 4.69 0.00 3.26 1.39 30.27 60.39 20:43:24 20:11:01 3 4.24 0.00 4.68 2.06 29.55 59.46 20:43:24 20:12:01 all 2.99 0.00 3.37 3.20 19.12 71.32 20:43:24 20:12:01 0 3.10 0.00 3.44 2.69 22.31 68.46 20:43:24 20:12:01 1 2.91 0.00 3.46 3.10 18.14 72.39 20:43:24 20:12:01 2 2.82 0.00 3.11 3.46 18.77 71.84 20:43:24 20:12:01 3 3.15 0.00 3.45 3.55 17.24 72.61 20:43:24 20:13:02 all 10.59 0.00 6.28 3.50 28.18 51.46 20:43:24 20:13:02 0 9.72 0.00 5.47 3.15 28.64 53.02 20:43:24 20:13:02 1 10.91 0.00 6.56 4.17 27.78 50.58 20:43:24 20:13:02 2 13.80 0.00 8.35 3.86 27.26 46.73 20:43:24 20:13:02 3 8.06 0.00 4.84 2.83 28.99 55.29 20:43:24 20:14:01 all 20.86 0.00 7.30 1.89 52.29 17.66 20:43:24 20:14:01 0 15.79 0.00 5.90 2.73 52.84 22.74 20:43:24 20:14:01 1 26.70 0.00 8.54 1.36 50.27 13.13 20:43:24 20:14:01 2 20.45 0.00 6.95 2.34 53.19 17.07 20:43:24 20:14:01 3 21.41 0.00 8.06 0.99 52.63 16.91 20:43:24 20:15:02 all 25.50 0.00 8.83 1.46 45.46 18.75 20:43:24 20:15:02 0 24.30 0.00 8.71 1.47 45.73 19.79 20:43:24 20:15:02 1 26.48 0.00 8.25 1.32 46.04 17.91 20:43:24 20:15:02 2 26.87 0.00 9.53 1.49 44.49 17.62 20:43:24 20:15:02 3 24.41 0.00 8.84 1.54 45.57 19.63 20:43:24 20:16:01 all 15.04 0.00 6.69 2.14 40.05 36.07 20:43:24 20:16:01 0 16.02 0.00 6.07 2.50 39.99 35.42 20:43:24 20:16:01 1 14.44 0.00 6.76 2.64 39.25 36.91 20:43:24 20:16:01 2 12.89 0.00 6.36 1.87 41.27 37.62 20:43:24 20:16:01 3 16.89 0.00 7.61 1.56 39.66 34.28 20:43:24 20:17:01 all 19.81 0.00 10.62 1.57 53.60 14.41 20:43:24 20:17:01 0 18.79 0.00 9.78 1.41 54.02 16.00 20:43:24 20:17:01 1 17.76 0.00 10.53 1.41 54.22 16.07 20:43:24 20:17:01 2 21.17 0.00 11.41 1.95 50.44 15.03 20:43:24 20:17:01 3 21.57 0.00 10.74 1.53 55.78 10.38 20:43:24 20:18:02 all 11.74 0.00 7.74 2.30 45.38 32.84 20:43:24 20:18:02 0 10.03 0.00 6.46 2.19 45.30 36.03 20:43:24 20:18:02 1 11.63 0.00 8.57 2.07 46.26 31.47 20:43:24 20:18:02 2 11.36 0.00 7.11 2.98 45.91 32.65 20:43:24 20:18:02 3 14.12 0.00 8.93 1.94 44.00 31.01 20:43:24 20:43:24 20:18:02 CPU %user %nice %system %iowait %steal %idle 20:43:24 20:19:01 all 12.97 0.00 9.31 0.22 37.55 39.95 20:43:24 20:19:01 0 10.79 0.00 7.55 0.19 38.03 43.44 20:43:24 20:19:01 1 14.40 0.00 10.25 0.36 38.26 36.72 20:43:24 20:19:01 2 12.99 0.00 9.36 0.16 37.72 39.77 20:43:24 20:19:01 3 13.80 0.00 10.15 0.17 36.15 39.73 20:43:24 20:20:02 all 6.11 0.00 5.62 3.62 28.92 55.74 20:43:24 20:20:02 0 6.97 0.00 6.43 3.48 30.71 52.40 20:43:24 20:20:02 1 5.89 0.00 5.24 4.31 30.03 54.52 20:43:24 20:20:02 2 6.00 0.00 5.44 3.60 27.14 57.82 20:43:24 20:20:02 3 5.57 0.00 5.37 3.08 27.76 58.21 20:43:24 20:21:06 all 5.76 0.00 5.04 15.96 47.14 26.10 20:43:24 20:21:06 0 5.45 0.00 4.54 16.00 47.70 26.31 20:43:24 20:21:06 1 5.39 0.00 5.43 15.41 47.33 26.44 20:43:24 20:21:06 2 6.29 0.00 5.11 15.14 46.50 26.96 20:43:24 20:21:06 3 5.89 0.00 5.09 17.28 47.03 24.71 20:43:24 20:22:01 all 6.29 0.00 6.92 19.55 40.36 26.88 20:43:24 20:22:01 0 5.91 0.00 6.29 17.92 40.17 29.72 20:43:24 20:22:01 1 6.50 0.00 7.14 21.67 40.80 23.88 20:43:24 20:22:01 2 6.45 0.00 7.35 19.97 39.26 26.96 20:43:24 20:22:01 3 6.32 0.00 6.90 18.69 41.19 26.90 20:43:24 20:23:05 all 1.94 0.00 5.57 36.99 34.98 20.51 20:43:24 20:23:05 0 1.91 0.00 5.44 37.02 34.32 21.31 20:43:24 20:23:05 1 1.68 0.00 5.15 37.51 34.86 20.80 20:43:24 20:23:05 2 2.16 0.00 6.42 36.77 33.92 20.73 20:43:24 20:23:05 3 2.04 0.00 5.31 36.65 36.77 19.24 20:43:24 20:24:04 all 5.78 0.00 3.71 24.95 47.73 17.83 20:43:24 20:24:04 0 5.98 0.00 3.96 24.95 48.26 16.84 20:43:24 20:24:04 1 5.92 0.00 3.37 26.72 46.79 17.20 20:43:24 20:24:04 2 5.29 0.00 3.83 23.46 46.83 20.60 20:43:24 20:24:04 3 5.93 0.00 3.68 24.66 49.04 16.70 20:43:24 20:25:02 all 9.80 0.00 6.13 25.15 43.55 15.38 20:43:24 20:25:02 0 10.05 0.00 5.40 25.49 43.93 15.13 20:43:24 20:25:02 1 8.90 0.00 5.87 25.68 43.64 15.91 20:43:24 20:25:02 2 9.80 0.00 6.49 25.92 42.78 15.01 20:43:24 20:25:02 3 10.45 0.00 6.78 23.48 43.83 15.45 20:43:24 20:26:02 all 50.17 0.00 10.16 0.10 39.36 0.22 20:43:24 20:26:02 0 51.45 0.00 10.17 0.02 37.99 0.37 20:43:24 20:26:02 1 51.97 0.00 10.01 0.06 37.57 0.38 20:43:24 20:26:02 2 45.71 0.00 9.26 0.30 44.59 0.14 20:43:24 20:26:02 3 51.69 0.00 11.22 0.00 37.09 0.00 20:43:24 20:27:01 all 13.40 0.00 9.61 10.09 44.93 21.97 20:43:24 20:27:01 0 14.56 0.00 9.83 9.67 43.76 22.19 20:43:24 20:27:01 1 16.00 0.00 10.76 9.89 43.12 20.24 20:43:24 20:27:01 2 10.30 0.00 8.29 10.48 46.41 24.52 20:43:24 20:27:01 3 12.96 0.00 9.68 10.30 46.33 20.73 20:43:24 20:28:05 all 7.26 0.00 8.11 17.88 45.03 21.73 20:43:24 20:28:05 0 7.34 0.00 8.39 17.77 46.37 20.12 20:43:24 20:28:05 1 6.65 0.00 7.58 14.08 44.87 26.82 20:43:24 20:28:05 2 7.68 0.00 9.15 18.19 43.70 21.28 20:43:24 20:28:05 3 7.36 0.00 7.33 21.49 45.18 18.64 20:43:24 20:29:04 all 5.67 0.00 6.33 18.92 45.85 23.24 20:43:24 20:29:04 0 5.36 0.00 6.52 20.19 47.22 20.70 20:43:24 20:29:04 1 5.82 0.00 5.94 18.08 45.49 24.67 20:43:24 20:29:04 2 5.75 0.00 6.10 21.16 44.83 22.16 20:43:24 20:29:04 3 5.73 0.00 6.77 16.16 45.87 25.47 20:43:24 20:43:24 20:29:04 CPU %user %nice %system %iowait %steal %idle 20:43:24 20:30:10 all 2.23 0.00 3.95 39.14 36.73 17.95 20:43:24 20:30:10 0 2.21 0.00 3.93 40.09 35.75 18.02 20:43:24 20:30:10 1 2.30 0.00 4.05 40.10 36.14 17.41 20:43:24 20:30:10 2 2.49 0.00 3.88 43.42 35.87 14.33 20:43:24 20:30:10 3 1.94 0.00 3.93 33.19 39.10 21.84 20:43:24 20:31:02 all 6.46 0.00 4.43 29.80 42.08 17.23 20:43:24 20:31:02 0 7.61 0.00 4.38 26.70 42.24 19.07 20:43:24 20:31:02 1 6.41 0.00 4.64 34.50 41.68 12.77 20:43:24 20:31:02 2 5.88 0.00 4.26 29.30 42.08 18.48 20:43:24 20:31:02 3 5.94 0.00 4.45 28.71 42.33 18.57 20:43:24 20:32:02 all 44.45 0.00 12.97 5.26 32.75 4.56 20:43:24 20:32:02 0 41.31 0.00 13.58 5.86 34.01 5.24 20:43:24 20:32:02 1 48.06 0.00 13.70 4.71 29.64 3.89 20:43:24 20:32:02 2 45.92 0.00 13.23 4.91 30.49 5.46 20:43:24 20:32:02 3 42.43 0.00 11.48 5.56 36.75 3.77 20:43:24 20:33:01 all 11.45 0.00 9.42 8.66 31.07 39.39 20:43:24 20:33:01 0 11.25 0.00 8.84 8.43 31.82 39.66 20:43:24 20:33:01 1 9.99 0.00 8.54 8.34 31.11 42.02 20:43:24 20:33:01 2 11.05 0.00 9.80 10.25 31.42 37.48 20:43:24 20:33:01 3 13.64 0.00 10.59 7.60 29.85 38.33 20:43:24 20:34:01 all 0.11 0.00 0.07 0.09 1.14 98.58 20:43:24 20:34:01 0 0.03 0.00 0.08 0.02 0.63 99.24 20:43:24 20:34:01 1 0.05 0.00 0.03 0.00 2.17 97.75 20:43:24 20:34:01 2 0.03 0.00 0.12 0.02 0.61 99.22 20:43:24 20:34:01 3 0.33 0.00 0.07 0.33 1.14 98.14 20:43:24 20:35:01 all 0.09 0.00 0.07 0.01 0.52 99.31 20:43:24 20:35:01 0 0.03 0.00 0.12 0.00 0.60 99.25 20:43:24 20:35:01 1 0.02 0.00 0.05 0.02 0.55 99.37 20:43:24 20:35:01 2 0.30 0.00 0.03 0.02 0.55 99.10 20:43:24 20:35:01 3 0.02 0.00 0.08 0.00 0.40 99.50 20:43:24 20:36:01 all 0.12 0.00 0.17 0.00 0.61 99.09 20:43:24 20:36:01 0 0.02 0.00 0.13 0.00 0.80 99.05 20:43:24 20:36:01 1 0.05 0.00 0.18 0.00 0.50 99.27 20:43:24 20:36:01 2 0.40 0.00 0.23 0.00 0.62 98.75 20:43:24 20:36:01 3 0.02 0.00 0.12 0.02 0.55 99.30 20:43:24 20:37:02 all 0.12 0.00 0.06 0.00 0.25 99.56 20:43:24 20:37:02 0 0.03 0.00 0.05 0.00 0.22 99.70 20:43:24 20:37:02 1 0.00 0.00 0.05 0.00 0.10 99.85 20:43:24 20:37:02 2 0.43 0.00 0.08 0.00 0.43 99.05 20:43:24 20:37:02 3 0.03 0.00 0.05 0.02 0.27 99.63 20:43:24 20:38:01 all 0.07 0.00 0.03 0.00 0.80 99.10 20:43:24 20:38:01 0 0.00 0.00 0.03 0.00 0.20 99.76 20:43:24 20:38:01 1 0.24 0.00 0.02 0.00 0.66 99.09 20:43:24 20:38:01 2 0.03 0.00 0.03 0.00 1.29 98.64 20:43:24 20:38:01 3 0.02 0.00 0.03 0.00 1.04 98.91 20:43:24 20:39:01 all 0.05 0.00 0.02 0.00 0.60 99.33 20:43:24 20:39:01 0 0.02 0.00 0.02 0.00 0.17 99.80 20:43:24 20:39:01 1 0.17 0.00 0.03 0.00 1.24 98.56 20:43:24 20:39:01 2 0.02 0.00 0.02 0.00 0.13 99.83 20:43:24 20:39:01 3 0.02 0.00 0.02 0.00 0.84 99.12 20:43:24 20:40:01 all 0.09 0.00 0.02 0.00 0.22 99.66 20:43:24 20:40:01 0 0.02 0.00 0.02 0.00 0.12 99.85 20:43:24 20:40:01 1 0.28 0.00 0.02 0.02 0.23 99.45 20:43:24 20:40:01 2 0.03 0.00 0.05 0.00 0.37 99.55 20:43:24 20:40:01 3 0.03 0.00 0.02 0.00 0.17 99.78 20:43:24 20:43:24 20:40:01 CPU %user %nice %system %iowait %steal %idle 20:43:24 20:41:01 all 0.05 0.00 0.03 0.00 0.71 99.20 20:43:24 20:41:01 0 0.02 0.00 0.03 0.00 0.13 99.82 20:43:24 20:41:01 1 0.15 0.00 0.02 0.00 0.94 98.89 20:43:24 20:41:01 2 0.03 0.00 0.07 0.00 1.21 98.70 20:43:24 20:41:01 3 0.00 0.00 0.02 0.00 0.56 99.42 20:43:24 20:42:01 all 0.09 0.00 0.02 0.00 0.15 99.74 20:43:24 20:42:01 0 0.02 0.00 0.00 0.00 0.07 99.92 20:43:24 20:42:01 1 0.28 0.00 0.07 0.00 0.15 99.50 20:43:24 20:42:01 2 0.02 0.00 0.02 0.00 0.25 99.72 20:43:24 20:42:01 3 0.03 0.00 0.02 0.00 0.12 99.83 20:43:24 20:43:01 all 4.67 0.00 4.48 3.64 20.25 66.97 20:43:24 20:43:01 0 4.32 0.00 3.52 2.73 19.93 69.49 20:43:24 20:43:01 1 4.94 0.00 4.44 3.05 20.64 66.93 20:43:24 20:43:01 2 4.32 0.00 4.63 3.51 20.38 67.17 20:43:24 20:43:01 3 5.12 0.00 5.35 5.30 20.03 64.20 20:43:24 Average: all 8.54 0.00 4.98 8.77 29.18 48.53 20:43:24 Average: 0 8.17 0.00 4.73 8.61 29.65 48.83 20:43:24 Average: 1 8.71 0.00 4.98 9.00 28.96 48.36 20:43:24 Average: 2 8.60 0.00 5.05 9.05 28.90 48.40 20:43:24 Average: 3 8.70 0.00 5.16 8.40 29.22 48.52 20:43:24 20:43:24 20:43:24