Pull request #3196 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at cc679f17c5203d1805fe25c40abcaf676b6725c1 rather than 191125bad590df5eca5bf019996a39733ee48d27 Obtained Jenkinsfile from cc679f17c5203d1805fe25c40abcaf676b6725c1 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27642 in /w/workspace/edgexfoundry_edgex-go_PR-3196 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 191125bad590df5eca5bf019996a39733ee48d27 > 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/3196/head:refs/remotes/origin/PR-3196 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 Merge succeeded, producing 191125bad590df5eca5bf019996a39733ee48d27 Checking out Revision 191125bad590df5eca5bf019996a39733ee48d27 (PR-3196) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 Commit message: "refactor: Modify config.Clients to use service key" First time build. Skipping changelog. > git rev-list --no-walk e4cd17d2e8e852239d401424f277333cd197ba1e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:23:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:23:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:23:33 ========================================================= 12:23:33 EdgeX Global Pipelines Version Info 12:23:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:23:38 ------------------- 12:23:38 stable info: 12:23:38 ------------------- 12:23:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:23:38 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 12:23:38 Message: update stable to v1.0.181 12:23:39 ------------------- 12:23:39 experimental info: 12:23:39 ------------------- 12:23:39 Commited By: **** collab-it+edgex@linuxfoundation.org 12:23:39 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 12:23:39 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:23:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:23:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:23:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:23:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:23:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:23:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:23:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:23:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:23:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:23:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:23:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:23:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:23:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:23:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:23:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:23:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:23:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:23:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:23:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:23:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:23:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:23:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3196 [Pipeline] echo 12:23:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3196 [Pipeline] echo 12:23:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3196 [Pipeline] echo 12:23:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 191125bad590df5eca5bf019996a39733ee48d27 [Pipeline] echo 12:23:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 191125b [Pipeline] echo 12:23:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:23:43 provisioning config files... 12:23:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1436145633476047410tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:23:44 ---> docker-login.sh 12:23:44 nexus3.edgexfoundry.org:10001 12:23:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:23:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:23:50 Configure a credential helper to remove this warning. See 12:23:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:23:50 12:23:50 Login Succeeded 12:23:50 nexus3.edgexfoundry.org:10002 12:23:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:23:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:23:52 Configure a credential helper to remove this warning. See 12:23:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:23:52 12:23:52 Login Succeeded 12:23:52 nexus3.edgexfoundry.org:10003 12:23:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:23:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:23:53 Configure a credential helper to remove this warning. See 12:23:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:23:53 12:23:53 Login Succeeded 12:23:53 nexus3.edgexfoundry.org:10004 12:23:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:23:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:23:54 Configure a credential helper to remove this warning. See 12:23:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:23:54 12:23:54 Login Succeeded 12:23:54 docker.io 12:23:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:23:56 Configure a credential helper to remove this warning. See 12:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:23:56 12:23:56 Login Succeeded 12:23:56 ---> docker-login.sh ends [Pipeline] } 12:23:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:23:57 ++ 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 12:23:57 + for file in '`ls cmd/**/Dockerfile`' 12:23:57 ++ dirname cmd/core-command/Dockerfile 12:23:57 ++ cut -d/ -f2 12:23:57 + echo core-command,cmd/core-command/Dockerfile 12:23:57 + for file in '`ls cmd/**/Dockerfile`' 12:23:57 ++ cut -d/ -f2 12:23:57 ++ dirname cmd/core-data/Dockerfile 12:23:57 + echo core-data,cmd/core-data/Dockerfile 12:23:57 + for file in '`ls cmd/**/Dockerfile`' 12:23:57 ++ dirname cmd/core-metadata/Dockerfile 12:23:57 ++ cut -d/ -f2 12:23:57 + echo core-metadata,cmd/core-metadata/Dockerfile 12:23:57 + for file in '`ls cmd/**/Dockerfile`' 12:23:57 ++ dirname cmd/security-bootstrapper/Dockerfile 12:23:57 ++ cut -d/ -f2 12:23:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:23:57 + for file in '`ls cmd/**/Dockerfile`' 12:23:57 ++ dirname cmd/security-proxy-setup/Dockerfile 12:23:57 ++ cut -d/ -f2 12:23:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:23:57 + for file in '`ls cmd/**/Dockerfile`' 12:23:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:23:57 ++ cut -d/ -f2 12:23:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:23:57 + for file in '`ls cmd/**/Dockerfile`' 12:23:57 ++ dirname cmd/support-notifications/Dockerfile 12:23:57 ++ cut -d/ -f2 12:23:57 + echo support-notifications,cmd/support-notifications/Dockerfile 12:23:57 + for file in '`ls cmd/**/Dockerfile`' 12:23:57 ++ dirname cmd/support-scheduler/Dockerfile 12:23:57 ++ cut -d/ -f2 12:23:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:23:57 + for file in '`ls cmd/**/Dockerfile`' 12:23:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:23:57 ++ cut -d/ -f2 12:23:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:23:58 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 12:24:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:24:00 12:24:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:24:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:24:04 latest: Pulling from edgex-devops/git-semver 12:24:04 31603596830f: Pulling fs layer 12:24:04 2a8b12db71e7: Pulling fs layer 12:24:04 6ca5941a6612: Pulling fs layer 12:24:04 ecc8261a40a4: Pulling fs layer 12:24:04 ecc8261a40a4: Waiting 12:24:04 2a8b12db71e7: Verifying Checksum 12:24:04 2a8b12db71e7: Download complete 12:24:05 31603596830f: Verifying Checksum 12:24:05 31603596830f: Download complete 12:24:05 ecc8261a40a4: Verifying Checksum 12:24:05 ecc8261a40a4: Download complete 12:24:06 6ca5941a6612: Verifying Checksum 12:24:06 6ca5941a6612: Download complete 12:24:07 31603596830f: Pull complete 12:24:07 2a8b12db71e7: Pull complete 12:24:11 6ca5941a6612: Pull complete 12:24:12 ecc8261a40a4: Pull complete 12:24:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:24:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:24:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:24:12 prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container 12:24:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:24:17 $ docker top 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:24:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:24:18 [ssh-agent] Looking for ssh-agent implementation... 12:24:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:24:19 $ docker exec 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 ssh-agent 12:24:20 SSH_AUTH_SOCK=/tmp/ssh-tEX3dYksX7s3/agent.11 12:24:20 SSH_AGENT_PID=16 12:24:20 Running ssh-add (command line suppressed) 12:24:21 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3659717484154949144.key (/w/workspace/edgex-go/2@tmp/private_key_3659717484154949144.key) 12:24:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:24:22 + git tag --points-at HEAD [Pipeline] } 12:24:23 $ docker exec --env ******** --env ******** 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 ssh-agent -k 12:24:23 unset SSH_AUTH_SOCK; 12:24:23 unset SSH_AGENT_PID; 12:24:23 echo Agent pid 16 killed; 12:24:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:24:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:24:24 [ssh-agent] Looking for ssh-agent implementation... 12:24:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:24:25 $ docker exec 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 ssh-agent 12:24:26 SSH_AUTH_SOCK=/tmp/ssh-5Wdhou5OJrCa/agent.44 12:24:26 SSH_AGENT_PID=49 12:24:26 Running ssh-add (command line suppressed) 12:24:27 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5991540090899575301.key (/w/workspace/edgex-go/2@tmp/private_key_5991540090899575301.key) 12:24:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:24:28 + git semver init 12:24:28 # -> Open(): unable to determine branch for HEAD 12:24:28 # $GIT_DIR = /w/workspace/edgex-go/2/.git 12:24:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 12:24:28 # $SEMVER_REMOTE_NAME = origin 12:24:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:24:28 # $SEMVER_USER_NAME = edgex-jenkins 12:24:28 # $SEMVER_BRANCH = PR-3196 12:24:28 # $SEMVER_TEMP = /tmp/semver-892496097 12:24:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:25:12 # '/tmp/semver-892496097' -> '/w/workspace/edgex-go/2/.semver' 12:25:12 # -> Force: false 12:25:12 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 12:25:12 $ docker exec --env ******** --env ******** 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 ssh-agent -k 12:25:13 unset SSH_AUTH_SOCK; 12:25:13 unset SSH_AGENT_PID; 12:25:13 echo Agent pid 49 killed; 12:25:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:25:14 + git semver [Pipeline] } 12:25:15 $ docker stop --time=1 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 12:25:18 $ docker rm -f 38fdd995d80d3e9cbf21722691c218e4ec4dd266c9407ca3ef537c8c9abcfb99 [Pipeline] // withDockerContainer [Pipeline] sh 12:25:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:25:21 Stashed 1 file(s) [Pipeline] echo 12:25:21 [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 12:25:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:25:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:25:24 + true 12:25:24 + sudo service docker restart 12:25:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:25:25 ========================================================= 12:25:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:25:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:25:26 + 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 . 12:25:36 Sending build context to Docker daemon 328MB 12:25:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:25:36 Step 2/6 : FROM ${BASE} 12:25:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:25:37 188c0c94c7c5: Pulling fs layer 12:25:37 0ef7d3d256c8: Pulling fs layer 12:25:37 de9db76c5a1d: Pulling fs layer 12:25:37 bca2f99d35d6: Pulling fs layer 12:25:37 93359f2a8cfa: Pulling fs layer 12:25:37 7c6f9722023f: Pulling fs layer 12:25:37 a35cf1a2eb13: Pulling fs layer 12:25:37 bca2f99d35d6: Waiting 12:25:37 93359f2a8cfa: Waiting 12:25:37 7c6f9722023f: Waiting 12:25:37 a35cf1a2eb13: Waiting 12:25:37 de9db76c5a1d: Verifying Checksum 12:25:37 de9db76c5a1d: Download complete 12:25:37 Still waiting to schedule task 12:25:37 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 12:25:38 0ef7d3d256c8: Verifying Checksum 12:25:38 0ef7d3d256c8: Download complete 12:25:38 93359f2a8cfa: Verifying Checksum 12:25:38 93359f2a8cfa: Download complete 12:25:38 7c6f9722023f: Verifying Checksum 12:25:38 7c6f9722023f: Download complete 12:25:39 188c0c94c7c5: Verifying Checksum 12:25:39 188c0c94c7c5: Download complete 12:25:40 188c0c94c7c5: Pull complete 12:25:40 0ef7d3d256c8: Pull complete 12:25:41 de9db76c5a1d: Pull complete 12:25:50 a35cf1a2eb13: Verifying Checksum 12:25:50 a35cf1a2eb13: Download complete 12:25:52 bca2f99d35d6: Verifying Checksum 12:25:52 bca2f99d35d6: Download complete 12:26:11 bca2f99d35d6: Pull complete 12:26:11 93359f2a8cfa: Pull complete 12:26:11 7c6f9722023f: Pull complete 12:26:21 a35cf1a2eb13: Pull complete 12:26:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:26:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:26:21 ---> a62c8e92a672 12:26:21 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 12:26:21 ---> Running in 81a418d66fd4 12:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:26:26 (1/12) Installing libmagic (5.38-r0) 12:26:26 (2/12) Installing file (5.38-r0) 12:26:26 (3/12) Installing libc-dev (0.7.2-r3) 12:26:26 (4/12) Installing g++ (9.3.0-r2) 12:26:40 (5/12) Installing fortify-headers (1.1-r0) 12:26:40 (6/12) Installing patch (2.7.6-r6) 12:26:40 (7/12) Installing build-base (0.5-r2) 12:26:40 (8/12) Installing libsodium (1.0.18-r0) 12:26:40 (9/12) Installing pkgconf (1.7.2-r0) 12:26:40 (10/12) Installing libsodium-dev (1.0.18-r0) 12:26:40 (11/12) Installing libzmq (4.3.3-r0) 12:26:40 (12/12) Installing zeromq-dev (4.3.3-r0) 12:26:41 Executing busybox-1.31.1-r19.trigger 12:26:41 OK: 233 MiB in 51 packages 12:26:47 Removing intermediate container 81a418d66fd4 12:26:47 ---> 2bdc755589f2 12:26:47 Step 4/6 : WORKDIR /edgex-go 12:26:47 ---> Running in 3801eb726b05 12:26:47 Removing intermediate container 3801eb726b05 12:26:47 ---> b6f1054eb643 12:26:47 Step 5/6 : COPY go.mod . 12:26:48 ---> 0433ef63367b 12:26:48 Step 6/6 : RUN go mod download 12:26:48 ---> Running in 830d9bbe89e3 12:27:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27643 in /w/workspace/edgexfoundry_edgex-go_PR-3196 [Pipeline] { [Pipeline] ws 12:27:17 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 12:27:22 using credential edgex-jenkins-ssh 12:27:22 Cloning the remote Git repository 12:27:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:27:22 > git init /w/workspace/edgex-go/2 # timeout=10 12:27:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:27:23 > git --version # timeout=10 12:27:23 > git --version # 'git version 2.17.1' 12:27:23 using GIT_SSH to set credentials SSH Credentials for GitHub 12:27:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:27:39 Removing intermediate container 830d9bbe89e3 12:27:39 ---> 400bf4971e1d 12:27:39 Successfully built 400bf4971e1d 12:27:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:27:39 + docker inspect -f . ci-base-image-x86_64 12:27:40 . [Pipeline] withDockerContainer 12:27:41 prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container 12:27:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:27:44 $ docker top 767acdcbbbdece7bd13e96ad8a859007fbef3a965b07e6c9558e3fe98f146820 -eo pid,comm [Pipeline] { [Pipeline] sh 12:27:45 + go version 12:27:45 go version go1.15.5 linux/amd64 [Pipeline] } 12:27:46 $ docker stop --time=1 767acdcbbbdece7bd13e96ad8a859007fbef3a965b07e6c9558e3fe98f146820 12:27:49 $ docker rm -f 767acdcbbbdece7bd13e96ad8a859007fbef3a965b07e6c9558e3fe98f146820 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:27:52 + docker inspect -f . ci-base-image-x86_64 12:27:52 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 191125bad590df5eca5bf019996a39733ee48d27 12:27:53 Merge succeeded, producing 191125bad590df5eca5bf019996a39733ee48d27 12:27:53 Checking out Revision 191125bad590df5eca5bf019996a39733ee48d27 (PR-3196) 12:27:53 . [Pipeline] withDockerContainer 12:27:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:27:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:27:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:27:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:27:51 using GIT_SSH to set credentials SSH Credentials for GitHub 12:27:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3196/head:refs/remotes/origin/PR-3196 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:27:52 > git config core.sparsecheckout # timeout=10 12:27:52 > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 12:27:52 > git remote # timeout=10 12:27:53 > git config --get remote.origin.url # timeout=10 12:27:53 using GIT_SSH to set credentials SSH Credentials for GitHub 12:27:53 > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 12:27:53 > git rev-parse HEAD^{commit} # timeout=10 12:27:53 > git config core.sparsecheckout # timeout=10 12:27:53 > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 12:27:54 prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container 12:27:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:27:57 $ docker top aa7e0bf50476a39bd35cf9debf96cbeee0df6577cea4a49f1d4e3ed2ba643cee -eo pid,comm 12:27:57 Commit message: "refactor: Modify config.Clients to use service key" [Pipeline] { [Pipeline] echo 12:27:58 ========================================================= 12:27:58 [edgeXBuildGoParallel] Running Tests and Build... 12:27:58 ========================================================= [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:27:59 + make test 12:27:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:27:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:28:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:28:00 + true 12:28:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:28:02 provisioning config files... 12:28:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config942475687551983357tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:28:03 ---> docker-login.sh 12:28:03 nexus3.edgexfoundry.org:10001 12:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:04 Configure a credential helper to remove this warning. See 12:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:04 12:28:04 Login Succeeded 12:28:04 nexus3.edgexfoundry.org:10002 12:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:04 Configure a credential helper to remove this warning. See 12:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:04 12:28:04 Login Succeeded 12:28:04 nexus3.edgexfoundry.org:10003 12:28:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:05 Configure a credential helper to remove this warning. See 12:28:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:05 12:28:05 Login Succeeded 12:28:05 nexus3.edgexfoundry.org:10004 12:28:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:06 Configure a credential helper to remove this warning. See 12:28:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:06 12:28:06 Login Succeeded 12:28:06 docker.io 12:28:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:28:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:28:06 Configure a credential helper to remove this warning. See 12:28:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:28:06 12:28:06 Login Succeeded 12:28:06 ---> docker-login.sh ends [Pipeline] } 12:28:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:28:07 ========================================================= 12:28:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:28:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:28:07 + 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 . 12:28:10 Sending build context to Docker daemon 166.4MB 12:28:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:28:10 Step 2/6 : FROM ${BASE} 12:28:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:28:10 5f621e34cdf4: Pulling fs layer 12:28:10 a4357932f1b6: Pulling fs layer 12:28:10 18c013af1878: Pulling fs layer 12:28:10 00ac8860ef70: Pulling fs layer 12:28:10 63d7cb157983: Pulling fs layer 12:28:10 b116817d02f9: Pulling fs layer 12:28:10 63d7cb157983: Waiting 12:28:10 00ac8860ef70: Waiting 12:28:10 b116817d02f9: Waiting 12:28:10 745a02a5169b: Pulling fs layer 12:28:10 745a02a5169b: Waiting 12:28:10 18c013af1878: Download complete 12:28:10 a4357932f1b6: Download complete 12:28:10 63d7cb157983: Verifying Checksum 12:28:10 63d7cb157983: Download complete 12:28:10 5f621e34cdf4: Verifying Checksum 12:28:10 5f621e34cdf4: Download complete 12:28:10 b116817d02f9: Verifying Checksum 12:28:10 b116817d02f9: Download complete 12:28:11 5f621e34cdf4: Pull complete 12:28:11 a4357932f1b6: Pull complete 12:28:11 18c013af1878: Pull complete 12:28:13 745a02a5169b: Verifying Checksum 12:28:13 745a02a5169b: Download complete 12:28:14 00ac8860ef70: Verifying Checksum 12:28:14 00ac8860ef70: Download complete 12:28:23 ? github.com/edgexfoundry/edgex-go [no test files] 12:28:24 00ac8860ef70: Pull complete 12:28:24 63d7cb157983: Pull complete 12:28:25 b116817d02f9: Pull complete 12:28:29 745a02a5169b: Pull complete 12:28:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:28:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:28:29 ---> b7e6874047d6 12:28:29 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 12:28:32 ---> Running in 654fcdbf3bbe 12:28:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:28:34 (1/12) Installing libmagic (5.38-r0) 12:28:34 (2/12) Installing file (5.38-r0) 12:28:35 (3/12) Installing libc-dev (0.7.2-r3) 12:28:35 (4/12) Installing g++ (9.3.0-r2) 12:28:40 (5/12) Installing fortify-headers (1.1-r0) 12:28:40 (6/12) Installing patch (2.7.6-r6) 12:28:40 (7/12) Installing build-base (0.5-r2) 12:28:40 (8/12) Installing libsodium (1.0.18-r0) 12:28:40 (9/12) Installing pkgconf (1.7.2-r0) 12:28:40 (10/12) Installing libsodium-dev (1.0.18-r0) 12:28:40 (11/12) Installing libzmq (4.3.3-r0) 12:28:40 (12/12) Installing zeromq-dev (4.3.3-r0) 12:28:41 Executing busybox-1.31.1-r19.trigger 12:28:41 OK: 217 MiB in 51 packages 12:28:45 Removing intermediate container 654fcdbf3bbe 12:28:45 ---> 5d25eba32617 12:28:45 Step 4/6 : WORKDIR /edgex-go 12:28:45 ---> Running in 7c5d2175e1dd 12:28:45 Removing intermediate container 7c5d2175e1dd 12:28:45 ---> 4c6e279993c3 12:28:45 Step 5/6 : COPY go.mod . 12:28:46 ---> 5de2a2ca44a6 12:28:46 Step 6/6 : RUN go mod download 12:28:46 ---> Running in 2d6053356525 12:29:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:29:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:29:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:29:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:29:18 Removing intermediate container 2d6053356525 12:29:18 ---> 87dc60a5c06e 12:29:18 Successfully built 87dc60a5c06e 12:29:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:29:18 + docker inspect -f . ci-base-image-arm64 12:29:18 . [Pipeline] withDockerContainer 12:29:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:29:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:29:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:29:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:29:19 prd-ubuntu18.04-docker-arm64-4c-16g-27643 does not seem to be running inside a container 12:29:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:29:20 $ docker top aa25581b7e3b453daa55ff22979636364191411b5cb09292621327342e177d9e -eo pid,comm [Pipeline] { [Pipeline] sh 12:29:21 + go version 12:29:21 go version go1.15.5 linux/arm64 [Pipeline] } 12:29:21 $ docker stop --time=1 aa25581b7e3b453daa55ff22979636364191411b5cb09292621327342e177d9e 12:29:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:29:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:29:23 $ docker rm -f aa25581b7e3b453daa55ff22979636364191411b5cb09292621327342e177d9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:29:24 + docker inspect -f . ci-base-image-arm64 12:29:24 . [Pipeline] withDockerContainer 12:29:25 prd-ubuntu18.04-docker-arm64-4c-16g-27643 does not seem to be running inside a container 12:29:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:29:26 $ docker top ed057002fe291f2708559a34c785f2a3a969913bfd9e5540820a4b32f785917e -eo pid,comm [Pipeline] { [Pipeline] echo 12:29:27 ========================================================= 12:29:27 [edgeXBuildGoParallel] Running Tests and Build... 12:29:27 ========================================================= [Pipeline] sh 12:29:27 + make test 12:29:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:29:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:29:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:29:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:29:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.142s coverage: 45.9% of statements 12:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 12:29:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements 12:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.726s coverage: 27.1% of statements 12:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.159s coverage: 100.0% of statements 12:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 12:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:29:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.584s coverage: 65.8% of statements 12:29:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:29:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:29:49 ? github.com/edgexfoundry/edgex-go [no test files] 12:29:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.875s coverage: 82.3% of statements 12:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:29:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:29:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.617s coverage: 28.6% of statements 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:29:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.125s coverage: 100.0% of statements 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:29:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements 12:29:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:29:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.706s coverage: 86.7% of statements 12:29:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:29:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.358s coverage: 97.5% of statements 12:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:29:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.504s coverage: 78.3% of statements 12:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:30:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.945s coverage: 92.8% of statements 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:30:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:30:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.299s coverage: 0.1% of statements 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.125s coverage: 45.5% of statements 12:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.101s coverage: 79.5% of statements 12:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements 12:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.146s coverage: 96.3% of statements 12:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.128s coverage: 87.5% of statements 12:30:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.105s coverage: 94.4% of statements 12:30:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.157s coverage: 44.8% of statements 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.464s coverage: 92.9% of statements 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 77.8% of statements 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.160s coverage: 87.2% of statements 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.169s coverage: 100.0% of statements 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.167s coverage: 75.5% of statements 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.105s coverage: 87.2% of statements 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.563s coverage: 91.6% of statements 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.530s coverage: 62.4% of statements 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:30:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.079s coverage: 100.0% of statements 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.194s coverage: 91.3% of statements 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.098s coverage: 100.0% of statements 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements 12:30:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.319s coverage: 100.0% of statements 12:30:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:30:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.369s coverage: 68.9% of statements 12:30:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:30:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:30:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.184s coverage: 36.6% of statements 12:30:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:30:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:30:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.176s coverage: 89.5% of statements 12:30:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.201s coverage: 47.0% of statements 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:30:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:30:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:30:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 89.4% of statements 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:30:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:30:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:30:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.980s coverage: 29.1% of statements 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:30:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.137s coverage: 99.0% of statements 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:30:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:30:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.128s coverage: 92.9% of statements 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:30:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:30:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:30:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:30:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:30:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.131s coverage: 100.0% of statements 12:30:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements 12:30:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.070s coverage: 100.0% of statements 12:30:47 GO111MODULE=on go vet ./... 12:30:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:30:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:30:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:30:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:30:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:30:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:30:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:30:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:31:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:31:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:31:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:31:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.287s coverage: 45.9% of statements 12:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:31:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 12:31:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.240s coverage: 100.0% of statements 12:31:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.551s coverage: 27.1% of statements 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:31:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:31:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:31:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.339s coverage: 65.8% of statements 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:31:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.669s coverage: 82.3% of statements 12:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:31:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:31:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.209s coverage: 28.6% of statements 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:31:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.134s coverage: 100.0% of statements 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:31:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:31:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.308s coverage: 86.7% of statements 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:31:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.348s coverage: 97.5% of statements 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:31:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:31:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.303s coverage: 92.8% of statements 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:31:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:31:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:31:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:31:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.119s coverage: 45.5% of statements 12:31:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 79.5% of statements 12:31:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 12:31:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 12:31:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 12:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.089s coverage: 94.4% of statements 12:31:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.119s coverage: 92.9% of statements 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 77.8% of statements 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.6% of statements 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.6% of statements 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.580s coverage: 62.4% of statements 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.800s coverage: 68.9% of statements 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 36.6% of statements 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:32:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:32:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.101s coverage: 89.5% of statements 12:32:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.483s coverage: 47.0% of statements 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:32:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:32:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.167s coverage: 100.0% of statements 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:32:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.302s coverage: 89.4% of statements 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:32:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:32:12 gofmt -l . 12:32:12 [ "`gofmt -l .`" = "" ] 12:32:12 ./bin/test-go-mod-tidy.sh 12:32:17 ./bin/test-attribution-txt.sh 12:32:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.910s coverage: 29.1% of statements 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:32:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.247s coverage: 99.0% of statements 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:32:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:32:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.168s coverage: 92.9% of statements 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:32:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:32:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.096s coverage: 100.0% of statements 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:32:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:32:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:32:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements 12:32:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 12:32:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 12:32:19 GO111MODULE=on go vet ./... [Pipeline] sh 12:32:22 + ls -al . 12:32:22 total 708 12:32:22 drwxrwxr-x 10 1001 1001 4096 Feb 25 12:32 . 12:32:22 drwxr-xr-x 4 root root 28 Feb 25 12:27 .. 12:32:22 -rw-rw-r-- 1 1001 1001 11 Feb 25 12:23 .dockerignore 12:32:22 drwxrwxr-x 8 1001 1001 179 Feb 25 12:23 .git 12:32:22 drwxrwxr-x 3 1001 1001 125 Feb 25 12:23 .github 12:32:22 -rw-rw-r-- 1 1001 1001 818 Feb 25 12:23 .gitignore 12:32:22 drwx------ 3 1001 1001 60 Feb 25 12:25 .semver 12:32:22 -rw-rw-r-- 1 1001 1001 166 Feb 25 12:23 .sonarcloud.properties 12:32:22 -rw-rw-r-- 1 1001 1001 8475 Feb 25 12:23 Attribution.txt 12:32:22 -rw-rw-r-- 1 1001 1001 3804 Feb 25 12:23 CONTRIBUTING.md 12:32:22 -rw-rw-r-- 1 1001 1001 931 Feb 25 12:23 Dockerfile.build 12:32:22 -rw-rw-r-- 1 1001 1001 863 Feb 25 12:23 Jenkinsfile 12:32:22 -rw-rw-r-- 1 1001 1001 10775 Feb 25 12:23 LICENSE 12:32:22 -rw-rw-r-- 1 1001 1001 5774 Feb 25 12:23 Makefile 12:32:22 -rw-rw-r-- 1 1001 1001 6524 Feb 25 12:23 README.md 12:32:22 -rw-rw-r-- 1 1001 1001 6755 Feb 25 12:23 SECURITY.md 12:32:22 -rw-rw-r-- 1 1001 1001 5 Feb 25 12:25 VERSION 12:32:22 -rw-rw-r-- 1 1001 1001 4131 Feb 25 12:23 ZMQWindows.md 12:32:22 drwxrwxr-x 2 1001 1001 117 Feb 25 12:23 bin 12:32:22 drwxrwxr-x 14 1001 1001 4096 Feb 25 12:23 cmd 12:32:22 -rw-r--r-- 1 root root 594620 Feb 25 12:30 coverage.out 12:32:22 -rw-r--r-- 1 root root 1055 Feb 25 12:32 go.mod 12:32:22 -rw-r--r-- 1 root root 21699 Feb 25 12:32 go.sum 12:32:22 drwxrwxr-x 8 1001 1001 127 Feb 25 12:23 internal 12:32:22 drwxrwxr-x 4 1001 1001 26 Feb 25 12:23 openapi 12:32:22 drwxrwxr-x 4 1001 1001 71 Feb 25 12:23 snap 12:32:22 -rw-rw-r-- 1 1001 1001 168 Feb 25 12:23 version.go [Pipeline] sh 12:32:23 + '[' -e coverage.out ] 12:32:23 + chown 1001:1001 coverage.out [Pipeline] stash 12:32:23 Stashed 1 file(s) [Pipeline] sh 12:32:24 + make build 12:32:24 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 12:32:33 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 12:33:07 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 12:33:14 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 12:33:24 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 12:33:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:33:35 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 12:33:41 gofmt -l . 12:33:41 [ "`gofmt -l .`" = "" ] 12:33:41 ./bin/test-go-mod-tidy.sh 12:33:41 ./bin/test-attribution-txt.sh [Pipeline] sh 12:33:42 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 12:33:42 + ls -al . 12:33:42 total 736 12:33:42 drwxrwxr-x 9 1001 1001 4096 Feb 25 12:33 . 12:33:42 drwxr-xr-x 4 root root 4096 Feb 25 12:29 .. 12:33:42 -rw-rw-r-- 1 1001 1001 11 Feb 25 12:27 .dockerignore 12:33:42 drwxrwxr-x 8 1001 1001 4096 Feb 25 12:27 .git 12:33:42 drwxrwxr-x 3 1001 1001 4096 Feb 25 12:27 .github 12:33:42 -rw-rw-r-- 1 1001 1001 818 Feb 25 12:27 .gitignore 12:33:42 -rw-rw-r-- 1 1001 1001 166 Feb 25 12:27 .sonarcloud.properties 12:33:42 -rw-rw-r-- 1 1001 1001 8475 Feb 25 12:27 Attribution.txt 12:33:42 -rw-rw-r-- 1 1001 1001 3804 Feb 25 12:27 CONTRIBUTING.md 12:33:42 -rw-rw-r-- 1 1001 1001 931 Feb 25 12:27 Dockerfile.build 12:33:42 -rw-rw-r-- 1 1001 1001 863 Feb 25 12:27 Jenkinsfile 12:33:42 -rw-rw-r-- 1 1001 1001 10775 Feb 25 12:27 LICENSE 12:33:42 -rw-rw-r-- 1 1001 1001 5774 Feb 25 12:27 Makefile 12:33:42 -rw-rw-r-- 1 1001 1001 6524 Feb 25 12:27 README.md 12:33:42 -rw-rw-r-- 1 1001 1001 6755 Feb 25 12:27 SECURITY.md 12:33:42 -rw-rw-r-- 1 1001 1001 5 Feb 25 12:25 VERSION 12:33:42 -rw-rw-r-- 1 1001 1001 4131 Feb 25 12:27 ZMQWindows.md 12:33:42 drwxrwxr-x 2 1001 1001 4096 Feb 25 12:27 bin 12:33:42 drwxrwxr-x 14 1001 1001 4096 Feb 25 12:27 cmd 12:33:42 -rw-r--r-- 1 root root 594620 Feb 25 12:32 coverage.out 12:33:42 -rw-r--r-- 1 root root 1055 Feb 25 12:33 go.mod 12:33:42 -rw-r--r-- 1 root root 21699 Feb 25 12:33 go.sum 12:33:42 drwxrwxr-x 8 1001 1001 4096 Feb 25 12:27 internal 12:33:42 drwxrwxr-x 4 1001 1001 4096 Feb 25 12:27 openapi 12:33:42 drwxrwxr-x 4 1001 1001 4096 Feb 25 12:27 snap 12:33:42 -rw-rw-r-- 1 1001 1001 168 Feb 25 12:27 version.go [Pipeline] sh 12:33:43 + '[' -e coverage.out ] 12:33:43 + chown 1001:1001 coverage.out [Pipeline] stash 12:33:43 Warning: overwriting stash ‘coverage-report’ 12:33:44 Stashed 1 file(s) [Pipeline] sh 12:33:45 + make build 12:33:45 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 12:33:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:33:49 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 12:33:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 12:33:55 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 12:33:59 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] } 12:34:12 $ docker stop --time=1 aa7e0bf50476a39bd35cf9debf96cbeee0df6577cea4a49f1d4e3ed2ba643cee 12:34:16 $ docker rm -f aa7e0bf50476a39bd35cf9debf96cbeee0df6577cea4a49f1d4e3ed2ba643cee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:34:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:34:21 12:34:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:34:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:34:21 latest: Pulling from edgex-devops/edgex-compose 12:34:21 cbdbe7a5bc2a: Pulling fs layer 12:34:21 ca9280d653b3: Pulling fs layer 12:34:21 7e9c9ca2126c: Pulling fs layer 12:34: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 12:34:22 cbdbe7a5bc2a: Verifying Checksum 12:34:22 cbdbe7a5bc2a: Download complete 12:34:24 cbdbe7a5bc2a: Pull complete 12:34:25 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 12:34:28 ca9280d653b3: Verifying Checksum 12:34:28 ca9280d653b3: Download complete 12:34:30 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 12:34:32 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 12:34:34 ca9280d653b3: Pull complete 12:34:34 7e9c9ca2126c: Verifying Checksum 12:34:34 7e9c9ca2126c: Download complete 12:34: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 12:34:44 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 12:34:48 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 12:34:50 7e9c9ca2126c: Pull complete 12:34:50 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:34:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:34:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:34:52 prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container 12:34:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:34:53 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 12:34:57 $ docker top e1da5d695866a6a0f382bc0dcea5520799b7bfb82f004f089a86d8e5e9510586 -eo pid,comm 12:34:58 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 [Pipeline] { [Pipeline] sh 12:34:59 + grep parallel 12:34:59 + docker-compose build --help 12:35:01 --parallel Build images in parallel. [Pipeline] } 12:35:01 $ docker stop --time=1 e1da5d695866a6a0f382bc0dcea5520799b7bfb82f004f089a86d8e5e9510586 12:35:03 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 12:35:05 $ docker rm -f e1da5d695866a6a0f382bc0dcea5520799b7bfb82f004f089a86d8e5e9510586 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:35:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:35:07 . [Pipeline] withDockerContainer 12:35:07 prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container 12:35:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:35:10 $ docker top 5aab33d20e2dcb878e275dcb5c973e61e83dd97e651978479dca7e2805c61c58 -eo pid,comm [Pipeline] { [Pipeline] } 12:35:11 $ docker stop --time=1 ed057002fe291f2708559a34c785f2a3a969913bfd9e5540820a4b32f785917e 12:35:14 $ docker rm -f ed057002fe291f2708559a34c785f2a3a969913bfd9e5540820a4b32f785917e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:35:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:35:16 12:35:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:35:16 + docker-compose -f ./docker-compose-build.yml build --parallel 12:35:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:35:17 latest: Pulling from edgex-devops/edgex-compose-arm64 12:35:17 29e5d40040c1: Pulling fs layer 12:35:17 1ce36da41761: Pulling fs layer 12:35:17 25b303627fd3: Pulling fs layer 12:35:17 29e5d40040c1: Verifying Checksum 12:35:17 29e5d40040c1: Download complete 12:35:18 1ce36da41761: Verifying Checksum 12:35:18 1ce36da41761: Download complete 12:35:18 29e5d40040c1: Pull complete 12:35:19 Building docker-core-command-go ... 12:35:19 Building docker-core-data-go ... 12:35:19 Building docker-core-metadata-go ... 12:35:19 Building docker-security-bootstrapper-go ... 12:35:19 Building docker-security-proxy-setup-go ... 12:35:19 Building docker-security-secretstore-setup-go ... 12:35:19 Building docker-support-notifications-go ... 12:35:19 Building docker-support-scheduler-go ... 12:35:19 Building docker-sys-mgmt-agent-go ... 12:35:19 Building docker-core-data-go 12:35:19 Building docker-support-scheduler-go 12:35:19 Building docker-security-bootstrapper-go 12:35:19 Building docker-support-notifications-go 12:35:19 Building docker-security-proxy-setup-go 12:35:19 1ce36da41761: Pull complete 12:35:19 25b303627fd3: Verifying Checksum 12:35:19 25b303627fd3: Download complete 12:35:29 25b303627fd3: Pull complete 12:35:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:35:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:35:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 12:35:30 prd-ubuntu18.04-docker-arm64-4c-16g-27643 does not seem to be running inside a container 12:35:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:35:33 $ docker top 1837e13f0bd768fbdf441640f82b51e9147aec142744f03a9bb95a30d74ba682 -eo pid,comm [Pipeline] { [Pipeline] sh 12:35:34 + docker-compose build --help+ 12:35:34 grep parallel 12:35:37 --parallel Build images in parallel. [Pipeline] } 12:35:38 $ docker stop --time=1 1837e13f0bd768fbdf441640f82b51e9147aec142744f03a9bb95a30d74ba682 12:35:39 $ docker rm -f 1837e13f0bd768fbdf441640f82b51e9147aec142744f03a9bb95a30d74ba682 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:35:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:35:40 . [Pipeline] withDockerContainer 12:35:41 prd-ubuntu18.04-docker-arm64-4c-16g-27643 does not seem to be running inside a container 12:35:41 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:35:42 $ docker top 50b039cb07a9e15af4ad458c445eb3b985f62c6977548a8e9c308943ae36331e -eo pid,comm [Pipeline] { [Pipeline] sh 12:35:43 + docker-compose -f ./docker-compose-build.yml build --parallel 12:35:47 Building docker-core-command-go ... 12:35:47 Building docker-core-data-go ... 12:35:47 Building docker-core-metadata-go ... 12:35:47 Building docker-security-bootstrapper-go ... 12:35:47 Building docker-security-proxy-setup-go ... 12:35:47 Building docker-security-secretstore-setup-go ... 12:35:47 Building docker-support-notifications-go ... 12:35:47 Building docker-support-scheduler-go ... 12:35:47 Building docker-sys-mgmt-agent-go ... 12:35:47 Building docker-security-secretstore-setup-go 12:35:47 Building docker-core-command-go 12:35:47 Building docker-support-scheduler-go 12:35:47 Building docker-support-notifications-go 12:35:47 Building docker-core-metadata-go 12:36:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:36:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:36:55 ---> 87dc60a5c06e 12:36:55 Step 3/23 : WORKDIR /edgex-go 12:36:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:36:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:36:55 ---> 87dc60a5c06e 12:36:55 Step 3/23 : WORKDIR /edgex-go 12:36:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:36:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:36:55 ---> 87dc60a5c06e 12:36:55 Step 3/22 : WORKDIR /edgex-go 12:36:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:36:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:36:55 ---> 87dc60a5c06e 12:36:55 Step 3/22 : WORKDIR /edgex-go 12:36:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:36:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:36:55 ---> 87dc60a5c06e 12:36:55 Step 3/24 : WORKDIR /edgex-go 12:36:56 ---> Running in 7f307144b750 12:36:56 ---> Running in d5dbd4be4eeb 12:36:56 ---> Running in 143479714b17 12:36:56 ---> Running in b43da4b31a8a 12:36:56 ---> Running in 23c269f6c4ab 12:36:57 Removing intermediate container 23c269f6c4ab 12:36:57 ---> 1d0827ddc2c0 12:36:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:36:57 Removing intermediate container 7f307144b750 12:36:57 ---> ce62437a626f 12:36:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:36:57 Removing intermediate container 143479714b17 12:36:57 ---> 53fd576e2151 12:36:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:36:57 Removing intermediate container b43da4b31a8a 12:36:57 ---> fed1ffd64f9a 12:36:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:36:57 Removing intermediate container d5dbd4be4eeb 12:36:57 ---> 55858cfb92e2 12:36:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:36:57 ---> Running in 62577b9f51d7 12:36:57 ---> Running in af1780496095 12:36:57 ---> Running in 37dd5ff453fe 12:36:57 ---> Running in b0839aa62959 12:36:57 ---> Running in 3203a2d06acd 12:37:01 Removing intermediate container 62577b9f51d7 12:37:01 ---> 76d342bc620a 12:37:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:37:01 ---> Running in 77e59fcf9ef4 12:37:01 Removing intermediate container 37dd5ff453fe 12:37:01 ---> cdf56af318d7 12:37:01 Step 5/22 : RUN apk add --update --no-cache make git 12:37:01 Removing intermediate container af1780496095 12:37:01 ---> eec653e25641 12:37:01 Step 5/23 : RUN apk add --update --no-cache make git 12:37:01 ---> Running in 2d7d7d14e818 12:37:01 Removing intermediate container 3203a2d06acd 12:37:01 ---> e86289851bc8 12:37:01 Step 5/24 : RUN apk add --update --no-cache make git 12:37:02 Removing intermediate container b0839aa62959 12:37:02 ---> a0d392a8507d 12:37:02 Step 5/23 : RUN apk add --update --no-cache make git 12:37:02 ---> Running in 02b862fe9e78 12:37:02 ---> Running in 2f5f60c58604 12:37:02 ---> Running in 00b17844a5b3 12:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:04 OK: 217 MiB in 51 packages 12:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:37:05 OK: 217 MiB in 51 packages 12:37:05 OK: 217 MiB in 51 packages 12:37:05 OK: 217 MiB in 51 packages 12:37:05 Removing intermediate container 77e59fcf9ef4 12:37:05 ---> fcaacb03e282 12:37:05 Step 6/22 : COPY go.mod . 12:37:05 OK: 217 MiB in 51 packages 12:37:06 ---> 0f2fce6e0b2f 12:37:06 Step 7/22 : RUN go mod download 12:37:07 ---> Running in e2a39890b043 12:37:07 Removing intermediate container 2d7d7d14e818 12:37:07 ---> 06bd5811352f 12:37:07 Step 6/22 : COPY go.mod . 12:37:07 Removing intermediate container 02b862fe9e78 12:37:07 ---> 750081849bbf 12:37:07 Step 6/23 : COPY go.mod . 12:37:08 Removing intermediate container 2f5f60c58604 12:37:08 ---> 46eed333c1a0 12:37:08 Step 6/24 : COPY go.mod . 12:37:08 Removing intermediate container 00b17844a5b3 12:37:08 ---> ed9bd611861e 12:37:08 Step 6/23 : COPY go.mod . 12:37:08 ---> 64fef5094d58 12:37:08 Step 7/22 : RUN go mod download 12:37:08 ---> 86f5874e8714 12:37:08 Step 7/23 : RUN go mod download 12:37:08 ---> Running in ab041a49383e 12:37:09 ---> c8c4968b2b23 12:37:09 ---> Running in 008e311a40f7 12:37:09 Step 7/24 : RUN go mod download 12:37:09 ---> 2f4b29f49706 12:37:09 Step 7/23 : RUN go mod download 12:37:09 ---> Running in 3c484c464c17 12:37:09 ---> Running in 6d88134bb9c6 12:37:11 Removing intermediate container e2a39890b043 12:37:11 ---> 4a3e9238af94 12:37:11 Step 8/22 : COPY . . 12:37:14 Removing intermediate container ab041a49383e 12:37:14 ---> 1e0cb6341682 12:37:14 Step 8/22 : COPY . . 12:37:14 Removing intermediate container 008e311a40f7 12:37:14 ---> ab68079a7467 12:37:14 Step 8/23 : COPY . . 12:37:16 Removing intermediate container 6d88134bb9c6 12:37:16 ---> 4b9ec50f3b4f 12:37:16 Step 8/23 : COPY . . 12:37:16 Removing intermediate container 3c484c464c17 12:37:16 ---> 6d134563dfa4 12:37:16 Step 8/24 : COPY . . 12:37:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:37:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:37:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:37:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:37:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:37:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:37:31 ---> 400bf4971e1d 12:37:31 Step 3/22 : WORKDIR /edgex-go 12:37:31 ---> 400bf4971e1d 12:37:31 Step 3/21 : WORKDIR /edgex-go 12:37:31 ---> 400bf4971e1d 12:37:31 Step 3/22 : WORKDIR /edgex-go 12:37:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:37:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:37:31 ---> 400bf4971e1d 12:37:31 Step 3/23 : WORKDIR /edgex-go 12:37:31 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:37:31 Step 2/30 : FROM ${BUILDER_BASE} AS builder 12:37:31 ---> 400bf4971e1d 12:37:31 Step 3/30 : WORKDIR /edgex-go 12:37:31 ---> Running in 4ca6013008f9 12:37:31 ---> Running in b1b89d675d21 12:37:31 ---> Running in b2f484cdb576 12:37:31 ---> Running in 7379bd49b07b 12:37:31 ---> Running in e53922f89845 12:37:31 Removing intermediate container b2f484cdb576 12:37:31 ---> aaeba8711282 12:37:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:37:31 Removing intermediate container b1b89d675d21 12:37:31 ---> ec5a8bf585dd 12:37:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:37:31 Removing intermediate container 4ca6013008f9 12:37:31 ---> 95778d961f60 12:37:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:37:31 Removing intermediate container 7379bd49b07b 12:37:31 ---> d5bbceaa6c41 12:37:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:37:31 Removing intermediate container e53922f89845 12:37:31 ---> 0241d331e907 12:37:31 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:37:31 ---> Running in e4cc0eb46e10 12:37:31 ---> Running in 54097834e95b 12:37:31 ---> Running in 3b97a7f36df1 12:37:31 ---> Running in 8e6c5dbc7c53 12:37:31 ---> Running in 44be70880887 12:37:37 Removing intermediate container e4cc0eb46e10 12:37:37 ---> cc4c6bb43d26 12:37:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:37:37 ---> Running in cdd435d50733 12:37:37 Removing intermediate container 44be70880887 12:37:37 ---> 7d66126cfc9e 12:37:37 Step 5/30 : RUN apk add --update --no-cache make git 12:37:37 Removing intermediate container 8e6c5dbc7c53 12:37:37 ---> e6cd663244a8 12:37:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:37:37 Removing intermediate container 3b97a7f36df1 12:37:37 ---> 5b9a83251d28 12:37:37 Step 5/22 : RUN apk add --update --no-cache make git 12:37:37 Removing intermediate container 54097834e95b 12:37:37 ---> 072b93048f76 12:37:37 Step 5/21 : RUN apk add --update --no-cache make git 12:37:37 ---> Running in c9622e1c4530 12:37:37 ---> Running in 7f0b3a8b2bbb 12:37:37 ---> Running in 00c226b29f30 12:37:37 ---> Running in 68daa6a676cc 12:37:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:37:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:37:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:37:43 ---> d4ee2b543baf 12:37:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:37:43 ---> 3c52c14a8dfe 12:37:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:37:43 ---> aa4214169e9d 12:37:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:37:43 ---> Running in 4c54fd92251c 12:37:43 ---> Running in 9a5e8d326eb9 12:37:43 ---> 2e2e6646ad4b 12:37:43 Step 9/23 : RUN make cmd/core-command/core-command 12:37:43 ---> bb195b403c29 12:37:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 12:37:43 ---> Running in 4637cace8e1e 12:37:43 ---> Running in 0326b927097c 12:37:43 ---> Running in 70b1d443abee 12:37:43 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 12:37:43 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 12:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:37:43 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 12:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:37:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:37:43 OK: 233 MiB in 51 packages 12:37:43 OK: 233 MiB in 51 packages 12:37:44 OK: 233 MiB in 51 packages 12:37:45 Removing intermediate container cdd435d50733 12:37:45 ---> 983e4f05bba0 12:37:45 Step 6/22 : COPY go.mod . 12:37:45 Removing intermediate container 7f0b3a8b2bbb 12:37:45 ---> 64bccf65625b 12:37:45 Step 6/23 : COPY go.mod . 12:37:45 ---> 5155d2b33648 12:37:45 Step 7/22 : RUN go mod download 12:37:45 Removing intermediate container c9622e1c4530 12:37:45 ---> 617c45558468 12:37:45 Step 6/30 : COPY go.mod . 12:37:45 ---> Running in f595e1c19f77 12:37:46 ---> 719f4cda5902 12:37:46 Step 7/23 : RUN go mod download 12:37:46 ---> Running in 78e81ab98b2a 12:37:46 ---> 2397e982eb3a 12:37:46 Step 7/30 : RUN go mod download 12:37:46 ---> Running in 8b8d85917cf1 12:37:48 OK: 233 MiB in 51 packages 12:37:48 OK: 233 MiB in 51 packages 12:37:53 Removing intermediate container 68daa6a676cc 12:37:53 ---> 29be6373c753 12:37:53 Step 6/21 : COPY go.mod . 12:37:53 Removing intermediate container 00c226b29f30 12:37:53 ---> 0b4ed239b0ba 12:37:53 Step 6/22 : COPY go.mod . 12:37:53 ---> 93e12ae86a52 12:37:53 Step 7/22 : RUN go mod download 12:37:53 ---> 283f0b051f38 12:37:53 Step 7/21 : RUN go mod download 12:37:54 ---> Running in a5d25f49ffb3 12:37:54 ---> Running in e8ea39fcf7ea 12:37:57 Removing intermediate container f595e1c19f77 12:37:57 ---> 28d4ac784a78 12:37:57 Step 8/22 : COPY . . 12:37:57 Removing intermediate container 8b8d85917cf1 12:37:57 ---> adc9e19a07ec 12:37:57 Step 8/30 : COPY . . 12:37:57 Removing intermediate container 78e81ab98b2a 12:37:57 ---> 9346cf914fcc 12:37:57 Step 8/23 : COPY . . 12:38:34 Removing intermediate container a5d25f49ffb3 12:38:34 ---> bd2268984177 12:38:34 Step 8/21 : COPY . . 12:38:34 Removing intermediate container e8ea39fcf7ea 12:38:34 ---> 75c82dd22f94 12:38:34 Step 8/22 : COPY . . 12:39:20 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 12:39:22 Removing intermediate container 4637cace8e1e 12:39:22 ---> 7db5a1fc0f2b 12:39:22 12:39:22 Step 10/24 : FROM alpine:3.12 12:39:22 3.12: Pulling from library/alpine 12:39:23 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 12:39:23 Status: Downloaded newer image for alpine:3.12 12:39:23 ---> d10569e2745f 12:39:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 12:39:23 ---> Running in a9968ed12634 12:39:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:39:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:39:26 (1/5) Installing ca-certificates (20191127-r4) 12:39:26 (2/5) Installing nghttp2-libs (1.41.0-r0) 12:39:26 (3/5) Installing libcurl (7.69.1-r3) 12:39:26 (4/5) Installing curl (7.69.1-r3) 12:39:26 (5/5) Installing dumb-init (1.2.2-r1) 12:39:26 Executing busybox-1.31.1-r19.trigger 12:39:26 Executing ca-certificates-20191127-r4.trigger 12:39:27 OK: 7 MiB in 19 packages 12:39:30 Removing intermediate container a9968ed12634 12:39:30 ---> 864c26787f2b 12:39:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:39:30 ---> Running in efd5cecd93d3 12:39:31 Removing intermediate container efd5cecd93d3 12:39:31 ---> c72c25760895 12:39:31 Step 13/24 : WORKDIR / 12:39:31 ---> Running in 074648d35b9c 12:39:31 Removing intermediate container 074648d35b9c 12:39:31 ---> 26f57cee995c 12:39:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:39:32 ---> 70614fdabf85 12:39:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:39:34 ---> f8d3e02504b1 12:39:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:39:35 ---> 80d7f20863e1 12:39:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:39:38 ---> 101aed1c1bef 12:39:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:39:41 ---> 3f0aadf5361b 12:39:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:39:42 Removing intermediate container 9a5e8d326eb9 12:39:42 ---> 684ddf9281cc 12:39:42 12:39:42 Step 10/22 : FROM alpine:3.12 12:39:42 ---> d10569e2745f 12:39:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:39:42 ---> d1dc2922883a 12:39:42 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/ 12:39:43 Removing intermediate container 70b1d443abee 12:39:43 ---> aee2124b8dfb 12:39:43 12:39:43 Step 10/23 : FROM alpine:3.12 12:39:43 ---> d10569e2745f 12:39:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:39:43 Removing intermediate container 4c54fd92251c 12:39:43 ---> b0a4c5732fa0 12:39:43 12:39:43 Step 10/22 : FROM alpine:3.12 12:39:43 ---> d10569e2745f 12:39:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:39:43 ---> Running in 711b187bce20 12:39:43 ---> Running in f9a7867786a3 12:39:43 ---> Running in 107d05ce3e7e 12:39:43 ---> Running in e257f5ab517b 12:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:39:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:39:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:39:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:39:46 (1/1) Installing dumb-init (1.2.2-r1) 12:39:46 Executing busybox-1.31.1-r19.trigger 12:39:46 OK: 5 MiB in 15 packages 12:39:46 (1/2) Installing ca-certificates (20191127-r4) 12:39:46 (2/2) Installing dumb-init (1.2.2-r1) 12:39:46 Executing busybox-1.31.1-r19.trigger 12:39:46 Executing ca-certificates-20191127-r4.trigger 12:39:46 OK: 6 MiB in 16 packages 12:39:46 (1/1) Installing dumb-init (1.2.2-r1) 12:39:46 Executing busybox-1.31.1-r19.trigger 12:39:47 OK: 5 MiB in 15 packages 12:39:48 Removing intermediate container f9a7867786a3 12:39:48 ---> 21c54809f29e 12:39:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:39:48 ---> Running in 694a3bca9a08 12:39:48 Removing intermediate container 711b187bce20 12:39:48 ---> 9c558a34b3ca 12:39:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:39:49 Removing intermediate container 0326b927097c 12:39:49 ---> d8cc8ec3b662 12:39:49 12:39:49 Step 10/23 : FROM alpine:3.12 12:39:49 ---> d10569e2745f 12:39:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:39:49 ---> Using cache 12:39:49 ---> 9c558a34b3ca 12:39:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:39:49 ---> Running in 4b8f7036e952 12:39:49 ---> Running in 61a5d8e517d1 12:39:49 Removing intermediate container 694a3bca9a08 12:39:49 ---> c18c9c5e0a1d 12:39:49 Step 22/24 : LABEL arch=arm64 12:39:49 Removing intermediate container 107d05ce3e7e 12:39:49 ---> 2c8d14441a96 12:39:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:39:49 Removing intermediate container e257f5ab517b 12:39:49 ---> 2e50baa8b3f6 12:39:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:39:49 ---> Running in 3f6d67873345 12:39:49 ---> Running in 0aff121a94d9 12:39:49 ---> Running in a0b8c3f920af 12:39:50 Removing intermediate container 4b8f7036e952 12:39:50 ---> 57dd6401ef93 12:39:50 Step 13/22 : ENV APP_PORT=48085 12:39:50 Removing intermediate container 61a5d8e517d1 12:39:50 ---> 4d2cfec3e9dd 12:39:50 Step 13/23 : ENV APP_PORT=48081 12:39:50 ---> Running in 63887bbb5017 12:39:50 ---> Running in 7ed7bf3bea9c 12:39:50 Removing intermediate container 3f6d67873345 12:39:50 ---> dacec899d9f2 12:39:50 Step 13/23 : ENV APP_PORT=48082 12:39:50 Removing intermediate container 0aff121a94d9 12:39:50 ---> c3e67821449f 12:39:50 Step 23/24 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:39:50 Removing intermediate container a0b8c3f920af 12:39:50 ---> 9e0062fadcd3 12:39:50 Step 13/22 : ENV APP_PORT=48060 12:39:50 Removing intermediate container 63887bbb5017 12:39:50 ---> 2ffbe7087e92 12:39:50 Step 14/22 : EXPOSE $APP_PORT 12:39:50 ---> Running in 6f2f3fd2abdc 12:39:50 ---> Running in ef25ae228b6d 12:39:50 ---> Running in 15d86edcc449 12:39:50 ---> Running in 83662dfb74b6 12:39:51 Removing intermediate container 7ed7bf3bea9c 12:39:51 ---> 17e9b2b8ca32 12:39:51 Step 14/23 : EXPOSE $APP_PORT 12:39:51 ---> Running in 488d494d2118 12:39:51 Removing intermediate container 6f2f3fd2abdc 12:39:51 ---> 46f49cf3c238 12:39:51 Step 14/22 : EXPOSE $APP_PORT 12:39:51 Removing intermediate container 15d86edcc449 12:39:51 ---> 6b86e954cabf 12:39:51 Removing intermediate container ef25ae228b6d 12:39:51 Step 24/24 : LABEL version=0.0.0 ---> c628e0a6ad74 12:39:51 12:39:51 Step 14/23 : EXPOSE $APP_PORT 12:39:51 ---> Running in 1c7e02ca3d74 12:39:52 Removing intermediate container 83662dfb74b6 12:39:52 ---> 7b384d9c1754 12:39:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:39:52 Removing intermediate container 488d494d2118 12:39:52 ---> e69ce82da54d 12:39:52 Step 15/23 : WORKDIR / 12:39:52 ---> Running in c96318c5b5cd 12:39:52 ---> Running in 5d6ab85d03df 12:39:52 ---> Running in 42fd05b713b9 12:39:52 Removing intermediate container 1c7e02ca3d74 12:39:52 ---> 716600997334 12:39:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:39:52 Removing intermediate container c96318c5b5cd 12:39:52 ---> 6926ac8da755 12:39:52 Step 15/23 : WORKDIR / 12:39:52 Removing intermediate container 5d6ab85d03df 12:39:52 ---> 0736cd37a222 12:39:52 12:39:53 ---> 36362380a5fc 12:39:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:39:53 ---> Running in d1e5c085aa50 12:39:53 Removing intermediate container 42fd05b713b9 12:39:53 ---> ece45d6be3c6 12:39:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:39:53 ---> 9aadc68972e9 12:39:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:39:53 Successfully built 0736cd37a222 12:39:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 12:39:53  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 12:39:53 Removing intermediate container d1e5c085aa50 12:39:53 ---> 4263c2952451 12:39:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:39:54 ---> 14915e7006b0 12:39:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:39:54 ---> b9b5943fe290 12:39:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:39:55 ---> 40749b257b87 12:39:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:39:55 ---> 2104189339ac 12:39:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:39:57 ---> e5854dcbd0bc 12:39:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:39:57 ---> 45077ea74ced 12:39:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:39:57 ---> Running in a8a952b3f312 12:39:57 ---> 2bcfd567b65d 12:39:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:39:57 ---> 4d07bbed44a0 12:39:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:39:58 ---> Running in 6745a5e50df1 12:39:58 Removing intermediate container a8a952b3f312 12:39:58 ---> bcbca548ad1a 12:39:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:39:58 ---> 92590a1fceb7 12:39:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 12:39:59 ---> 2b036fa859e3 12:39:59 Step 19/23 : ENTRYPOINT ["/core-command"] 12:40:00 ---> Running in 8d9fc7ecbbfb 12:40:00 ---> Running in 2a4f0be5941c 12:40:00 Removing intermediate container 6745a5e50df1 12:40:00 ---> 57195f3197b9 12:40:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:40:00 ---> Running in d4796c47af0c 12:40:00 ---> Running in ef1f28dee580 12:40:00 Removing intermediate container 8d9fc7ecbbfb 12:40:00 ---> a0f5b2e83d55 12:40:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:40:00 Removing intermediate container 2a4f0be5941c 12:40:00 ---> 61da59bb6725 12:40:00 Step 20/22 : LABEL arch=arm64 12:40:00 Removing intermediate container d4796c47af0c 12:40:00 ---> 182b169b3778 12:40:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:40:00 ---> Running in fa9ae2e04514 12:40:00 Removing intermediate container ef1f28dee580 12:40:00 ---> a64d9d72f4c5 12:40:00 Step 20/22 : LABEL arch=arm64 12:40:00 ---> Running in 8218553319e5 12:40:00 ---> Running in e63807130f08 12:40:01 ---> Running in ea8b7d6fef9f 12:40:01 Removing intermediate container fa9ae2e04514 12:40:01 ---> 0d6f5c7f6c42 12:40:01 Step 21/23 : LABEL arch=arm64 12:40:01 ---> Running in 71949a835e64 12:40:01 Removing intermediate container 8218553319e5 12:40:01 ---> 82cf237f7534 12:40:01 Step 21/22 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:40:01 Removing intermediate container e63807130f08 12:40:01 ---> 481c66380ca7 12:40:01 Step 21/23 : LABEL arch=arm64 12:40:02 Removing intermediate container ea8b7d6fef9f 12:40:02 ---> b4dc8ebf19d8 12:40:02 Step 21/22 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:40:02 ---> Running in cfb7dc355f7d 12:40:02 ---> Running in 3cdb8947ca1a 12:40:02 ---> Running in 01f324b8778a 12:40:02 Removing intermediate container 71949a835e64 12:40:02 ---> b8b8bafdea92 12:40:02 Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:40:02 Removing intermediate container 3cdb8947ca1a 12:40:02 ---> 09733bf44992 12:40:02 Step 22/22 : LABEL version=0.0.0 12:40:02 Removing intermediate container cfb7dc355f7d 12:40:02 ---> 875aa83cec00 12:40:02 Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:40:03 ---> Running in cdbef13ebabd 12:40:03 Removing intermediate container 01f324b8778a 12:40:03 ---> 466edd15cafc 12:40:03 Step 22/22 : LABEL version=0.0.0 12:40:03 ---> Running in 0d3a41b47e75 12:40:03 ---> Running in def928219137 12:40:04 ---> Running in 87ba943b4e32 12:40:04 Removing intermediate container cdbef13ebabd 12:40:04 ---> 6c1c57a67fdc 12:40:04 Step 23/23 : LABEL version=0.0.0 12:40:04 ---> Running in 82474bbdf6eb 12:40:04 Removing intermediate container 0d3a41b47e75 12:40:04 ---> 12ff34b1be59 12:40:04 Step 23/23 : LABEL version=0.0.0 12:40:05 Removing intermediate container def928219137 12:40:05 ---> 4c62b371416e 12:40:05 12:40:05 ---> Running in 4707e7b2dcdf 12:40:05 Removing intermediate container 87ba943b4e32 12:40:05 ---> 2377606faaf3 12:40:05 12:40:05 Removing intermediate container 82474bbdf6eb 12:40:05 ---> 0f71394c0ddd 12:40:05 12:40:05 Successfully built 4c62b371416e 12:40:05 Successfully tagged docker-support-scheduler-go-arm64:latest 12:40:05  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 12:40:06 Successfully built 2377606faaf3 12:40:06 Successfully tagged docker-support-notifications-go-arm64:latest 12:40:06  Building docker-support-notifications-go ... done Building docker-core-data-go 12:40:06 Successfully built 0f71394c0ddd 12:40:06 Successfully tagged docker-core-metadata-go-arm64:latest 12:40:06  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 12:40:06 Removing intermediate container 4707e7b2dcdf 12:40:06 ---> 3941c0016d20 12:40:06 12:40:06 Successfully built 3941c0016d20 12:40:06 Successfully tagged docker-core-command-go-arm64:latest 12:40:22  Building docker-core-command-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:40:22 Step 2/30 : FROM ${BUILDER_BASE} AS builder 12:40:22 ---> 87dc60a5c06e 12:40:22 Step 3/30 : WORKDIR /edgex-go 12:40:22 ---> Using cache 12:40:22 ---> fed1ffd64f9a 12:40:22 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:40:22 ---> Using cache 12:40:22 ---> e86289851bc8 12:40:22 Step 5/30 : RUN apk add --update --no-cache make git 12:40:22 ---> Using cache 12:40:22 ---> 46eed333c1a0 12:40:22 Step 6/30 : COPY go.mod . 12:40:22 ---> Using cache 12:40:22 ---> c8c4968b2b23 12:40:22 Step 7/30 : RUN go mod download 12:40:22 ---> Using cache 12:40:22 ---> 6d134563dfa4 12:40:22 Step 8/30 : COPY . . 12:40:22 ---> Using cache 12:40:22 ---> aa4214169e9d 12:40:22 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:40:27 ---> Running in 330332cf7df7 12:40:28 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 12:40:46 ---> e94ada289ae7 12:40:46 Step 9/23 : RUN make cmd/core-data/core-data 12:40:46 ---> 756700fd1f0f 12:40:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:40:46 ---> 9ba181b19e65 12:40:46 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:40:46 ---> Running in f56031d8c336 12:40:46 ---> Running in 210b82d6ccb5 12:40:46 ---> e371a272321c 12:40:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:40:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:40:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:40:47 ---> 87dc60a5c06e 12:40:47 Step 3/21 : WORKDIR /edgex-go 12:40:47 ---> Using cache 12:40:47 ---> fed1ffd64f9a 12:40:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:40:47 ---> Using cache 12:40:47 ---> e86289851bc8 12:40:47 Step 5/21 : RUN apk add --update --no-cache make git 12:40:47 ---> Using cache 12:40:47 ---> 46eed333c1a0 12:40:47 Step 6/21 : COPY go.mod . 12:40:47 ---> Using cache 12:40:47 ---> c8c4968b2b23 12:40:47 Step 7/21 : RUN go mod download 12:40:47 ---> Using cache 12:40:47 ---> 6d134563dfa4 12:40:47 Step 8/21 : COPY . . 12:40:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:40:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:40:47 ---> 87dc60a5c06e 12:40:47 Step 3/23 : WORKDIR /edgex-go 12:40:47 ---> Using cache 12:40:47 ---> fed1ffd64f9a 12:40:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:40:47 ---> Using cache 12:40:47 ---> e86289851bc8 12:40:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:40:47 ---> Using cache 12:40:47 ---> aa4214169e9d 12:40:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:40:47 ---> 328446d9c2ea 12:40:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:40:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:40:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:40:47 ---> 87dc60a5c06e 12:40:47 Step 3/26 : WORKDIR /edgex-go 12:40:47 ---> Using cache 12:40:47 ---> fed1ffd64f9a 12:40:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:40:47 ---> Using cache 12:40:47 ---> e86289851bc8 12:40:47 Step 5/26 : RUN apk add --update --no-cache make bash git 12:40:48 ---> Running in df7bd12f04d7 12:40:48 ---> Running in 465e79c60f29 12:40:48 ---> Running in 000d42dd83fe 12:40:51 ---> Running in 9f4dad4898c5 12:40:51 ---> Running in 4b5abdc8a557 12:40:51 ---> Running in f645e743e81e 12:40:52 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 12:40:52 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 12:40: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 12:40:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:40:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:40:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:40:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:40:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:40:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:40:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:40:57 OK: 217 MiB in 51 packages 12:40:57 OK: 217 MiB in 51 packages 12:40:59 Removing intermediate container 4b5abdc8a557 12:40:59 ---> d4c7bf5a622b 12:40:59 Step 6/26 : COPY go.mod . 12:40:59 Removing intermediate container f645e743e81e 12:40:59 ---> fdd49420ef03 12:40:59 Step 6/23 : COPY go.mod . 12:41:00 ---> 526042f56967 12:41:00 Step 7/26 : RUN go mod download 12:41:01 ---> 53e3f6ebff50 12:41:01 Step 7/23 : RUN go mod download 12:41:01 ---> Running in c08bb80d3fd6 12:41:01 ---> Running in 044d70867a0f 12:41:06 Removing intermediate container c08bb80d3fd6 12:41:06 ---> bc1684d344bc 12:41:06 Step 8/26 : COPY . . 12:41:06 Removing intermediate container 044d70867a0f 12:41:06 ---> 12249c5ce23f 12:41:06 Step 8/23 : COPY . . 12:41:33 Removing intermediate container 330332cf7df7 12:41:33 ---> aa1b9b55ebfd 12:41:33 12:41:33 Step 10/30 : FROM alpine:3.12 12:41:33 ---> d10569e2745f 12:41:33 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:41:33 ---> Running in 109ecc864b1b 12:41:33 ---> 291ab712244f 12:41:33 Step 9/23 : RUN make cmd/core-data/core-data 12:41:33 ---> 8ee2c52c72ab 12:41:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:41:33 ---> Running in 22aed9c5f897 12:41:33 ---> Running in 77c2ca391d38 12:41:33 Removing intermediate container 109ecc864b1b 12:41:33 ---> 3e64c3181292 12:41:33 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 12:41:33 ---> Running in 01b3286cc6de 12:41:33 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 12:41:33 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 12:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:41:33 (1/2) Installing dumb-init (1.2.2-r1) 12:41:33 (2/2) Installing su-exec (0.2-r1) 12:41:33 Executing busybox-1.31.1-r19.trigger 12:41:33 OK: 5 MiB in 16 packages 12:41:35 Removing intermediate container 01b3286cc6de 12:41:35 ---> 95aede4a6c49 12:41:35 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 12:41:35 ---> Running in cb544717ba4a 12:41:36 Removing intermediate container cb544717ba4a 12:41:36 ---> 2fa1c0a0c8c9 12:41:36 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:41:36 ---> Running in 2eabadbe076b 12:41:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 12:41:37 Removing intermediate container 2eabadbe076b 12:41:37 ---> 87005fdf77b1 12:41:37 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:41:37 ---> Running in 7551ebd9cc7d 12:41:40 Removing intermediate container 7551ebd9cc7d 12:41:40 ---> 51465ce837ac 12:41:40 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 12:41:41 ---> Running in b60b608273cf 12:41:41 Removing intermediate container b60b608273cf 12:41:42 ---> cf9366efaae4 12:41:42 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:41:43 ---> 7fb81674663c 12:41:43 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:41:43 ---> Running in 8f8a5cf93bb7 12:41:46 Removing intermediate container 8f8a5cf93bb7 12:41:46 ---> 4a2e0ac43ced 12:41:46 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 12:41:48 ---> ab20c0e03a78 12:41:48 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:41:50 ---> 632f225c771d 12:41:50 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:41:52 ---> 34a86c3f2d71 12:41:52 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:41:53 Removing intermediate container 9f4dad4898c5 12:41:53 ---> 8e093a9b4d7c 12:41:53 12:41:53 Step 10/21 : FROM alpine:3.12 12:41:53 ---> d10569e2745f 12:41:53 Step 11/21 : RUN apk add --update --no-cache curl 12:41:53 ---> Running in 1a9ca04d6aaa 12:41:54 ---> 28a4e2c465e7 12:41:54 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 12:41:54 ---> Running in 1a3a49d3f38e 12:41:55 Removing intermediate container 1a3a49d3f38e 12:41:55 ---> 7e9cad1b25b1 12:41:55 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:41:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:41:56 ---> 32a6258a384f 12:41:56 Step 25/30 : RUN chmod +x /entrypoint.sh 12:41:56 (1/4) Installing ca-certificates (20191127-r4) 12:41:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:41:56 (3/4) Installing libcurl (7.69.1-r3) 12:41:56 (4/4) Installing curl (7.69.1-r3) 12:41:56 Executing busybox-1.31.1-r19.trigger 12:41:56 Executing ca-certificates-20191127-r4.trigger 12:41:57 ---> Running in 0b60e6f237ac 12:41:57 OK: 7 MiB in 18 packages 12:42:00 Removing intermediate container 1a9ca04d6aaa 12:42:00 ---> f3e0e4f99c74 12:42:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:42:00 ---> Running in 79be7a6511c6 12:42:01 Removing intermediate container 0b60e6f237ac 12:42:01 ---> 7d8be758da76 12:42:01 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 12:42:01 ---> Running in 4114a75ed96e 12:42:01 Removing intermediate container 79be7a6511c6 12:42:01 ---> a628c6b885e1 12:42:01 Step 13/21 : WORKDIR /edgex 12:42:01 ---> Running in e8a65ed933bf 12:42:02 Removing intermediate container 4114a75ed96e 12:42:02 ---> a2d1b49d7e91 12:42:02 Step 27/30 : CMD ["gate"] 12:42:02 Removing intermediate container e8a65ed933bf 12:42:02 ---> 7c8c0603edfe 12:42:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:42:02 ---> Running in 027ef43e64f4 12:42:03 Removing intermediate container 027ef43e64f4 12:42:03 ---> 58cbdddf07fa 12:42:03 Step 28/30 : LABEL arch=arm64 12:42:03 ---> 5fa9b35fe540 12:42:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:42:04 ---> Running in 23d9f88d8d59 12:42:05 Removing intermediate container 23d9f88d8d59 12:42:05 ---> ad3b0737edc9 12:42:05 Step 29/30 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:42:05 ---> Running in e7047dfd52c2 12:42:05 ---> b2ed139790c8 12:42:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:42:06 Removing intermediate container e7047dfd52c2 12:42:06 ---> d6d26c0d5da0 12:42:06 Step 30/30 : LABEL version=0.0.0 12:42:06 ---> Running in f24d899c9949 12:42:07 Removing intermediate container f24d899c9949 12:42:07 ---> fea758209902 12:42:07 12:42:07 ---> 21f9e6b37716 12:42:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:42:08 ---> Running in dd1c426322c6 12:42:08 Successfully built fea758209902 12:42:08 Successfully tagged docker-security-bootstrapper-go-arm64:latest 12:42:09  Building docker-security-bootstrapper-go ... done Removing intermediate container dd1c426322c6 12:42:09 ---> a212139a3646 12:42:09 Step 18/21 : CMD ["--init=true"] 12:42:09 ---> Running in a23c0c8cb5a0 12:42:09 Removing intermediate container a23c0c8cb5a0 12:42:09 ---> 7132639b7633 12:42:09 Step 19/21 : LABEL arch=arm64 12:42:09 ---> Running in ba9f90fdafae 12:42:10 Removing intermediate container ba9f90fdafae 12:42:10 ---> 603ec289e95f 12:42:10 Step 20/21 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:42:10 ---> Running in cd69027a02a9 12:42:11 Removing intermediate container cd69027a02a9 12:42:11 ---> bfa90faab01b 12:42:11 Step 21/21 : LABEL version=0.0.0 12:42:11 ---> Running in de15c445cbb7 12:42:12 Removing intermediate container de15c445cbb7 12:42:12 ---> 0c3d36dba5d2 12:42:12 12:42:12 Successfully built 0c3d36dba5d2 12:42:12 Successfully tagged docker-security-proxy-setup-go-arm64:latest 12:42:18 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 12:42:34  Building docker-security-proxy-setup-go ... done Removing intermediate container 77c2ca391d38 12:42:34 ---> ae3e07de29d6 12:42:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:42:34 ---> Running in d65e7b9a790c 12:42:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:42:38 Removing intermediate container d65e7b9a790c 12:42:38 ---> 884dae72be6e 12:42:38 12:42:38 Step 11/26 : FROM docker:20.10.0 12:42:38 20.10.0: Pulling from library/docker 12:42:40 Removing intermediate container df7bd12f04d7 12:42:40 ---> cf8fa25c59d4 12:42:40 12:42:40 Step 10/30 : FROM alpine:3.12 12:42:40 3.12: Pulling from library/alpine 12:42:42 Removing intermediate container 465e79c60f29 12:42:42 ---> 3b21ac417704 12:42:42 12:42:42 Step 10/22 : FROM alpine:3.12 12:42:42 Removing intermediate container 210b82d6ccb5 12:42:42 ---> d69d0b47ef9e 12:42:42 12:42:42 Step 10/22 : FROM alpine:3.12 12:42:43 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 12:42:43 3.12: Pulling from library/alpine 12:42:43 Status: Downloaded newer image for alpine:3.12 12:42:43 ---> 88dd2752d2ea 12:42:43 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:42:43 3.12: Pulling from library/alpine 12:42:43 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 12:42:43 Status: Image is up to date for alpine:3.12 12:42:43 ---> 88dd2752d2ea 12:42:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:42:43 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 12:42:43 Status: Image is up to date for alpine:3.12 12:42:43 ---> 88dd2752d2ea 12:42:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:42:45 ---> Running in 89b47cf32923 12:42:45 ---> Running in 254939ca81b2 12:42:45 ---> Running in df67cd9c1944 12:42:47 Removing intermediate container 000d42dd83fe 12:42:47 ---> 4ad54d28339c 12:42:47 12:42:47 Step 10/21 : FROM alpine:3.12 12:42:47 ---> 88dd2752d2ea 12:42:47 Step 11/21 : RUN apk add --update --no-cache curl 12:42:47 Removing intermediate container 254939ca81b2 12:42:47 ---> a328a0af5564 12:42:47 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 12:42:48 Removing intermediate container 22aed9c5f897 12:42:48 ---> d9ccf4d32f3d 12:42:48 12:42:48 Step 10/23 : FROM alpine:3.12 12:42:48 ---> d10569e2745f 12:42:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:42:48 ---> Running in 8d154e118f60 12:42:48 Removing intermediate container 8d154e118f60 12:42:48 ---> df4eb2ae2086 12:42:48 Step 12/23 : ENV APP_PORT=48080 12:42:48 ---> Running in e84d310bf78a 12:42:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:42:48 Status: Downloaded newer image for docker:20.10.0 12:42:48 ---> eeaf43b92773 12:42:48 Step 12/26 : RUN apk add --no-cache bash 12:42:48 ---> Running in 7e1f5fd434e7 12:42:48 Removing intermediate container e84d310bf78a 12:42:48 ---> d6ecd50d31ab 12:42:48 Step 13/23 : EXPOSE $APP_PORT 12:42:48 ---> Running in 9b229ca853d3 12:42:49 Removing intermediate container 9b229ca853d3 12:42:49 ---> cb0df09cf228 12:42:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:42:49 ---> Running in 4c3cc1c0b62f 12:42:49 ---> Running in 09a3646006d6 12:42:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:42:50 (1/2) Installing readline (8.0.4-r0) 12:42:50 (2/2) Installing bash (5.0.17-r0) 12:42:50 Executing bash-5.0.17-r0.post-install 12:42:50 Executing busybox-1.31.1-r19.trigger 12:42:50 OK: 12 MiB in 22 packages 12:42:50 ---> Running in 139790a2dadb 12:42:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:42:51 Removing intermediate container f56031d8c336 12:42:51 ---> 41a21f3cff4d 12:42:51 12:42:51 Step 10/23 : FROM alpine:3.12 12:42:51 ---> 88dd2752d2ea 12:42:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:42:51 (1/1) Installing dumb-init (1.2.2-r1) 12:42:51 Executing busybox-1.31.1-r19.trigger 12:42:51 OK: 6 MiB in 15 packages 12:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:42:52 ---> Running in c618f00e5fd3 12:42:52 Removing intermediate container 4c3cc1c0b62f 12:42:52 ---> c3a28fb2fa7a 12:42:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:42:52 ---> Running in 1d6940bda597 12:42:52 (1/2) Installing ca-certificates (20191127-r4) 12:42:52 (2/2) Installing dumb-init (1.2.2-r1) 12:42:52 Executing busybox-1.31.1-r19.trigger 12:42:52 Executing ca-certificates-20191127-r4.trigger 12:42:52 Removing intermediate container 7e1f5fd434e7 12:42:52 ---> 3a102fbd232d 12:42:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:42:52 ---> Running in 069ef4284b0a 12:42:52 OK: 6 MiB in 16 packages 12:42:53 Removing intermediate container 069ef4284b0a 12:42:53 ---> 8ab020711757 12:42:53 Step 14/26 : ENV APP_PORT=48090 12:42:53 ---> Running in 3417583976c5 12:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:42:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:42:53 Removing intermediate container c618f00e5fd3 12:42:53 ---> 9d55e6ad8e7b 12:42:53 Step 12/23 : ENV APP_PORT=48080 12:42:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:42:53 ---> Running in 35d1a3ce0ef5 12:42:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:42:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:42:53 Removing intermediate container 89b47cf32923 12:42:53 ---> 30e22f0c4767 12:42:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:42:53 Removing intermediate container 3417583976c5 12:42:53 ---> 3075cd114d37 12:42:53 Step 15/26 : EXPOSE $APP_PORT 12:42:53 ---> Running in 93a63f86a506 12:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:42:54 (1/2) Installing dumb-init (1.2.2-r1) 12:42:54 (2/2) Installing su-exec (0.2-r1) 12:42:54 (1/4) Installing ca-certificates (20191127-r4) 12:42:54 Executing busybox-1.31.1-r19.trigger 12:42:54 OK: 6 MiB in 16 packages 12:42:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:42:54 (3/4) Installing libcurl (7.69.1-r3) 12:42:54 (4/4) Installing curl (7.69.1-r3) 12:42:54 Executing busybox-1.31.1-r19.trigger 12:42:54 Executing ca-certificates-20191127-r4.trigger 12:42:54 Removing intermediate container 93a63f86a506 12:42:54 ---> 573e6168a17d 12:42:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:42:54 OK: 7 MiB in 18 packages 12:42:54 ---> Running in 4ead88dba7c1 12:42:54 Removing intermediate container 35d1a3ce0ef5 12:42:54 ---> db4d20105fef 12:42:54 Step 13/23 : EXPOSE $APP_PORT 12:42:55 ---> Running in 151dd76763ff 12:42:55 Removing intermediate container df67cd9c1944 12:42:55 ---> af8bdbc7a79b 12:42:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:42:55 (1/6) Installing dumb-init (1.2.2-r1) 12:42:55 (2/6) Installing libgcc (9.3.0-r2) 12:42:55 (3/6) Installing libsodium (1.0.18-r0) 12:42:55 ---> 17f5b5e6c59d 12:42:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:42:55 ---> Running in d238276d8e82 12:42:55 (4/6) Installing libstdc++ (9.3.0-r2) 12:42:55 (5/6) Installing libzmq (4.3.3-r0) 12:42:55 Removing intermediate container 4ead88dba7c1 12:42:55 ---> ce66af154bc8 12:42:55 Step 13/22 : ENV APP_PORT=48085 12:42:55 Removing intermediate container 151dd76763ff 12:42:55 ---> 2ffb17e33fe8 12:42:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:42:56 (6/6) Installing zeromq (4.3.3-r0) 12:42:56 Executing busybox-1.31.1-r19.trigger 12:42:56 ---> 4b3d50f364f6 12:42:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:42:56 OK: 8 MiB in 20 packages 12:42:56 ---> Running in 0b0e4e52fd47 12:42:56 Removing intermediate container 139790a2dadb 12:42:56 ---> f417db9c38f0 12:42:56 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 12:42:56 ---> Running in d1e3ecf07882 12:42:56 Removing intermediate container d238276d8e82 12:42:56 ---> 81d9a9ec7756 12:42:56 Step 13/22 : ENV APP_PORT=48060 12:42:56 ---> Running in 53e701a967f3 12:42:56 Removing intermediate container 09a3646006d6 12:42:56 ---> 48a3fbde8c2f 12:42:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:42:56 Removing intermediate container 0b0e4e52fd47 12:42:56 ---> caaace51901f 12:42:56 Step 14/22 : EXPOSE $APP_PORT 12:42:57 ---> 5aef3e678ae2 12:42:57 Step 19/26 : RUN apk --no-cache add py3-pip 12:42:57 ---> Running in a38f2205c334 12:42:57 ---> Running in 5272b8ced2ca 12:42:57 ---> Running in 71961f3f2092 12:42:57 ---> Running in f86ba8eb59f4 12:42:57 Removing intermediate container 53e701a967f3 12:42:57 ---> d01977ecc787 12:42:57 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:42:57 Removing intermediate container a38f2205c334 12:42:57 ---> 3ea7143192d0 12:42:57 Step 14/22 : EXPOSE $APP_PORT 12:42:57 Removing intermediate container 1d6940bda597 12:42:57 ---> ed79e39bb076 12:42:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:42:57 ---> Running in 9334471e5244 12:42:57 ---> Running in 925f49a8f086 12:42:57 Removing intermediate container 71961f3f2092 12:42:57 ---> 0e5e376caff1 12:42:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:42:58 Removing intermediate container 5272b8ced2ca 12:42:58 ---> 0709e36d3d15 12:42:58 Step 13/21 : WORKDIR /edgex 12:42:58 ---> cbfa561a250e 12:42:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:42:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:42:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:42:59 ---> Running in 6bd2c120dc82 12:42:59 Removing intermediate container 925f49a8f086 12:42:59 ---> 364724db3916 12:42:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:42:59 Removing intermediate container 9334471e5244 12:42:59 ---> b768a19b209c 12:42:59 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:42:59 (1/33) Installing libbz2 (1.0.8-r1) 12:42:59 (2/33) Installing expat (2.2.9-r1) 12:42:59 (3/33) Installing libffi (3.3-r2) 12:42:59 (4/33) Installing gdbm (1.13-r1) 12:42:59 (5/33) Installing xz-libs (5.2.5-r0) 12:42:59 (6/33) Installing sqlite-libs (3.32.1-r0) 12:42:59 (7/33) Installing python3 (3.8.5-r1) 12:43:00 ---> 53711529852c 12:43:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:43:00 ---> Running in bf07fd2521bb 12:43:00 ---> 4f69181b7c63 12:43:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:43:00 Removing intermediate container 6bd2c120dc82 12:43:00 ---> 7e4ac08fde62 12:43:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:43:01 ---> be6581615c30 12:43:01 Step 19/23 : ENTRYPOINT ["/core-data"] 12:43:01 (8/33) Installing py3-appdirs (1.4.4-r1) 12:43:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:43:01 (10/33) Installing py3-parsing (2.4.7-r0) 12:43:01 (11/33) Installing py3-six (1.15.0-r0) 12:43:01 (12/33) Installing py3-packaging (20.4-r0) 12:43:01 (13/33) Installing py3-setuptools (47.0.0-r0) 12:43:01 (14/33) Installing py3-chardet (3.0.4-r4) 12:43:01 (15/33) Installing py3-idna (2.9-r0) 12:43:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:43:01 ---> Running in 10bab1975709 12:43:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:43:01 ---> f8125f26180e 12:43:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:43:01 (18/33) Installing py3-requests (2.23.0-r0) 12:43:01 (19/33) Installing py3-msgpack (1.0.0-r0) 12:43:01 (20/33) Installing py3-lockfile (0.12.2-r3) 12:43:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:43:01 (22/33) Installing py3-colorama (0.4.3-r0) 12:43:01 (23/33) Installing py3-distlib (0.3.0-r0) 12:43:01 (24/33) Installing py3-distro (1.5.0-r1) 12:43:01 (25/33) Installing py3-webencodings (0.5.1-r3) 12:43:01 (26/33) Installing py3-html5lib (1.0.1-r4) 12:43:01 (27/33) Installing py3-pytoml (0.1.21-r0) 12:43:01 (28/33) Installing py3-pep517 (0.8.2-r0) 12:43:01 (29/33) Installing py3-progress (1.5-r0) 12:43:01 (30/33) Installing py3-toml (0.10.1-r0) 12:43:01 (31/33) Installing py3-retrying (1.3.3-r0) 12:43:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:43:01 (33/33) Installing py3-pip (20.1.1-r0) 12:43:01 Executing busybox-1.31.1-r19.trigger 12:43:01 OK: 71 MiB in 55 packages 12:43:02 Removing intermediate container 10bab1975709 12:43:02 ---> 077d4908f1d2 12:43:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:43:02 ---> Running in a1e8a85ebde8 12:43:02 Removing intermediate container d1e3ecf07882 12:43:02 ---> ae7250c7861f 12:43:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:43:02 ---> 70057dc63ae6 12:43:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:43:03 Removing intermediate container a1e8a85ebde8 12:43:03 ---> c5da6a0a8c45 12:43:03 Step 21/23 : LABEL arch=arm64 12:43:03 ---> Running in 1c5cea4591ad 12:43:03 ---> Running in 20bd0817e296 12:43:03 ---> 71fedce01d06 12:43:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:43:03 Removing intermediate container 1c5cea4591ad 12:43:03 ---> 357d06b3930a 12:43:03 Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:43:03 ---> Running in 4eb1f5efbcbb 12:43:04 ---> 373c52140802 12:43:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:43:04 Removing intermediate container 4eb1f5efbcbb 12:43:04 ---> c87b2ca179e6 12:43:04 Step 23/23 : LABEL version=0.0.0 12:43:04 ---> Running in 48dcf6632323 12:43:05 ---> 983dea05d1f2 12:43:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:43:05 Removing intermediate container 48dcf6632323 12:43:05 ---> 0fd13334fda3 12:43:05 12:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:43:05 Successfully built 0fd13334fda3 12:43:05 Successfully tagged docker-core-data-go-arm64:latest 12:43:05 ---> f2596e020c25 12:43:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:43:05 ---> b9afa7486c90 12:43:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:43:05 ---> Running in 5c87ca01eb48 12:43:05 ---> Running in ece2f3455faa 12:43:06 Removing intermediate container bf07fd2521bb 12:43:06 ---> 7a5aa2e6451b 12:43:06 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 12:43:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:43:06 ---> d2921dfe3536 12:43:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:43:06 Removing intermediate container 5c87ca01eb48 12:43:06 ---> 5853b1a5c634 12:43:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:43:06 Removing intermediate container ece2f3455faa 12:43:06 ---> 7e71206244a2 12:43:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:43:06 ---> Running in 0c5aafe4bdb5 12:43:07 ---> Running in e776a71fdc37 12:43:07 ---> Running in 11f6aa25c32a 12:43:07 (1/6) Installing dumb-init (1.2.2-r1) 12:43:07 ---> Running in d97f024548ed 12:43:07 (2/6) Installing libgcc (9.3.0-r2) 12:43:07 (3/6) Installing libsodium (1.0.18-r0) 12:43:07 (4/6) Installing libstdc++ (9.3.0-r2) 12:43:07  Building docker-core-data-go ... done Removing intermediate container f86ba8eb59f4 12:43:07 ---> 9f055e60b749 12:43:07 Step 20/26 : RUN pip install docker-compose==1.23.2 12:43:07 ---> Running in 3cc9102896e7 12:43:07 (5/6) Installing libzmq (4.3.3-r0) 12:43:08 (6/6) Installing zeromq (4.3.3-r0) 12:43:08 Executing busybox-1.31.1-r19.trigger 12:43:08 OK: 8 MiB in 20 packages 12:43:08 Removing intermediate container 0c5aafe4bdb5 12:43:08 ---> 433eb7bf444e 12:43:08 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:43:08 Removing intermediate container 11f6aa25c32a 12:43:08 ---> 366be37438b5 12:43:08 Step 18/21 : CMD ["--init=true"] 12:43:09 Removing intermediate container d97f024548ed 12:43:09 ---> 17737240eac9 12:43:09 Step 20/22 : LABEL arch=x86_64 12:43:09 Removing intermediate container e776a71fdc37 12:43:09 ---> d4b45a40ccac 12:43:09 Step 20/22 : LABEL arch=x86_64 12:43:09 ---> Running in 86f24b822b86 12:43:09 ---> Running in 5aa93fee8280 12:43:09 ---> Running in 1a229144b10f 12:43:09 Removing intermediate container 86f24b822b86 12:43:09 ---> d2ea94dced15 12:43:09 Step 19/21 : LABEL arch=x86_64 12:43:10 Removing intermediate container 1a229144b10f 12:43:10 ---> 6fd6291d04b7 12:43:10 Step 21/22 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:43:10 Removing intermediate container 5aa93fee8280 12:43:10 ---> 8e43893ccee1 12:43:10 Step 21/22 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:43:10 ---> 803d34dd2947 12:43:10 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:43:10 ---> Running in bbce2661f50f 12:43:10 ---> Running in 4abcf6d58216 12:43:10 ---> Running in cb9d53a6e996 12:43:10 ---> Running in ee1be6d90b82 12:43:10 Removing intermediate container 20bd0817e296 12:43:10 ---> 6f9303290e86 12:43:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:43:11 Removing intermediate container cb9d53a6e996 12:43:11 ---> 3bfa750f8f20 12:43:11 Step 22/22 : LABEL version=0.0.0 12:43:11 Removing intermediate container 4abcf6d58216 12:43:11 ---> c5add1551b03 12:43:11 Step 22/22 : LABEL version=0.0.0 12:43:11 Removing intermediate container bbce2661f50f 12:43:11 ---> c37d7de5f339 12:43:11 Step 20/21 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:43:12 ---> ee6f03255d49 12:43:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:43:12 ---> Running in edd1e3798da0 12:43:12 ---> Running in 19ef0c35ec79 12:43:12 ---> Running in 342a468733e1 12:43:13 Collecting docker-compose==1.23.2 12:43:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:43:13 Collecting docopt<0.7,>=0.6.1 12:43:13 Downloading docopt-0.6.2.tar.gz (25 kB) 12:43:13 Removing intermediate container edd1e3798da0 12:43:13 ---> 70dbb572b319 12:43:13 12:43:14 Removing intermediate container 19ef0c35ec79 12:43:14 ---> 7ffe3e16c46d 12:43:14 12:43:15 Collecting texttable<0.10,>=0.9.0 12:43:15 Downloading texttable-0.9.1.tar.gz (11 kB) 12:43:15 Removing intermediate container 342a468733e1 12:43:15 ---> ff643f3a6d0b 12:43:15 Step 21/21 : LABEL version=0.0.0 12:43:16 ---> cee1add6e262 12:43:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:43:17 ---> Running in eec250832d45 12:43:17 Successfully built 70dbb572b319 12:43:17 Successfully tagged docker-support-notifications-go:latest 12:43:17  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 12:43:17 Successfully built 7ffe3e16c46d 12:43:17 Successfully tagged docker-support-scheduler-go:latest 12:43:17 Building docker-security-secretstore-setup-go 12:43:18  Building docker-support-scheduler-go ... done Removing intermediate container eec250832d45 12:43:18 ---> 92ffa980c252 12:43:18 12:43:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:43:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:43:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:43:18 Collecting jsonschema<3,>=2.5.1 12:43:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:43:18 ---> 7cbb9488b3bc 12:43:18 Step 19/23 : ENTRYPOINT ["/core-data"] 12:43:19 Collecting PyYAML<4,>=3.10 12:43:19 Downloading PyYAML-3.13.tar.gz (270 kB) 12:43:19 ---> Running in bb874705b9b4 12:43:19 Removing intermediate container ee1be6d90b82 12:43:19 ---> 60d74c80dd11 12:43:19 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 12:43:21 Successfully built 92ffa980c252 12:43:21 Successfully tagged docker-security-proxy-setup-go:latest 12:43:21  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 12:43:21 Removing intermediate container bb874705b9b4 12:43:21 ---> 627a9c65a3e3 12:43:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:43:21 ---> Running in b40977dae95a 12:43:21 ---> 7f2e5b455152 12:43:21 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:43:22 Collecting cached-property<2,>=1.2.0 12:43:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:43:22 Collecting websocket-client<1.0,>=0.32.0 12:43:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:43:23 Collecting dockerpty<0.5,>=0.4.1 12:43:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:43:25 Removing intermediate container b40977dae95a 12:43:25 ---> 035ed821a9f5 12:43:25 Step 21/23 : LABEL arch=x86_64 12:43:25 Collecting docker<4.0,>=3.6.0 12:43:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:43:26 Collecting urllib3<1.25,>=1.21.1 12:43:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:43:26 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 12:43:26 Collecting idna<2.8,>=2.5 12:43:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:43:26 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) 12:43:26 Collecting docker-pycreds>=0.4.0 12:43:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:43:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:43:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:43:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:43:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:43:27 Installing collected packages: docopt, texttable, urllib3, idna, requests, jsonschema, PyYAML, cached-property, websocket-client, dockerpty, docker-pycreds, docker, docker-compose 12:43:27 Running setup.py install for docopt: started 12:43:29 Running setup.py install for docopt: finished with status 'done' 12:43:29 Running setup.py install for texttable: started 12:43:30 ---> Running in c2663edc3c01 12:43:31 ---> 487eee9dda3f 12:43:31 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:43:31 Running setup.py install for texttable: finished with status 'done' 12:43:31 Attempting uninstall: urllib3 12:43:31 Found existing installation: urllib3 1.25.9 12:43:31 Uninstalling urllib3-1.25.9: 12:43:31 Successfully uninstalled urllib3-1.25.9 12:43:32 Attempting uninstall: idna 12:43:32 Found existing installation: idna 2.9 12:43:32 Uninstalling idna-2.9: 12:43:32 Successfully uninstalled idna-2.9 12:43:32 Attempting uninstall: requests 12:43:32 Found existing installation: requests 2.23.0 12:43:32 Uninstalling requests-2.23.0: 12:43:32 Successfully uninstalled requests-2.23.0 12:43:33 Running setup.py install for PyYAML: started 12:43:34 Removing intermediate container c2663edc3c01 12:43:34 ---> 614bd82c51d2 12:43:34 Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:43:34 ---> Running in 36b127c969ee 12:43:36 ---> 871c9cef56fe 12:43:36 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:43:36 Running setup.py install for PyYAML: finished with status 'done' 12:43:36 Running setup.py install for dockerpty: started 12:43:38 Running setup.py install for dockerpty: finished with status 'done' 12:43:39 Removing intermediate container 36b127c969ee 12:43:39 ---> 83e2f819936c 12:43:39 Step 23/23 : LABEL version=0.0.0 12:43:39 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.57.0 12:43:40 ---> Running in 8ac4eb9bc7bf 12:43:40 ---> 25c0a79a2d79 12:43:40 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 12:43:40 ---> Running in d51a068816e0 12:43:41 Removing intermediate container 8ac4eb9bc7bf 12:43:41 ---> 467520fd164e 12:43:41 12:43:42 Removing intermediate container 3cc9102896e7 12:43:42 ---> 1077b1106e2e 12:43:42 Step 21/26 : RUN apk --no-cache add curl 12:43:43 ---> Running in ed4910e45cc6 12:43:43 Removing intermediate container d51a068816e0 12:43:43 ---> b642216513eb 12:43:43 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:43:43 Successfully built 467520fd164e 12:43:43 Successfully tagged docker-core-data-go:latest 12:43:43 Building docker-core-command-go 12:43:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:43:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:43:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:43:44 (2/3) Installing libcurl (7.69.1-r3) 12:43:44 (3/3) Installing curl (7.69.1-r3) 12:43:45 Executing busybox-1.31.1-r19.trigger 12:43:45 OK: 71 MiB in 58 packages 12:43:46 Removing intermediate container ed4910e45cc6 12:43:46 ---> 4564d73f0e83 12:43:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 12:43:46 ---> Running in 6b2c4e4dad51 12:43:46 Removing intermediate container 6b2c4e4dad51 12:43:46 ---> d411221f0af7 12:43:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:43:47  Building docker-core-data-go ... done  ---> dfd61f27a610 12:43:47 Step 25/30 : RUN chmod +x /entrypoint.sh 12:43:47 ---> Running in 5b6cb43db659 12:43:47 Removing intermediate container 5b6cb43db659 12:43:47 ---> 7e3bc0c235d5 12:43:47 Step 24/26 : LABEL arch=arm64 12:43:47 ---> Running in 51d55ba56500 12:43:48 Removing intermediate container 51d55ba56500 12:43:48 ---> 2b77f3794069 12:43:48 Step 25/26 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:43:48 ---> Running in 47af8000354a 12:43:48 ---> Running in 56e05681963e 12:43:48 Removing intermediate container 47af8000354a 12:43:48 ---> d7d79bf57eb1 12:43:48 Step 26/26 : LABEL version=0.0.0 12:43:48 ---> Running in a534e20a2860 12:43:49 Removing intermediate container a534e20a2860 12:43:49 ---> 73c7e54f75e8 12:43:49 12:43:49 Successfully built 73c7e54f75e8 12:43:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 12:43:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 12:43:50 $ docker stop --time=1 50b039cb07a9e15af4ad458c445eb3b985f62c6977548a8e9c308943ae36331e 12:43:52 $ docker rm -f 50b039cb07a9e15af4ad458c445eb3b985f62c6977548a8e9c308943ae36331e [Pipeline] // withDockerContainer [Pipeline] sh 12:43:52 + docker images 12:43:52 + grep docker 12:43:53 docker-sys-mgmt-agent-go-arm64 latest 73c7e54f75e8 3 seconds ago 300MB 12:43:53 docker-core-data-go-arm64 latest 0fd13334fda3 47 seconds ago 21.1MB 12:43:53 docker-security-proxy-setup-go-arm64 latest 0c3d36dba5d2 About a minute ago 23.4MB 12:43:53 docker-security-bootstrapper-go-arm64 latest fea758209902 About a minute ago 17.6MB 12:43:53 docker-core-metadata-go-arm64 latest 0f71394c0ddd 3 minutes ago 17.9MB 12:43:53 docker-support-notifications-go-arm64 latest 2377606faaf3 3 minutes ago 16.8MB 12:43:53 docker-core-command-go-arm64 latest 3941c0016d20 3 minutes ago 16.2MB 12:43:53 docker-support-scheduler-go-arm64 latest 4c62b371416e 3 minutes ago 16.3MB 12:43:53 docker-security-secretstore-setup-go-arm64 latest 0736cd37a222 4 minutes ago 23.7MB 12:43:53 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 12:43:54 ---> job-cost.sh 12:43:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eg1b 12:43:55 Removing intermediate container 56e05681963e 12:43:55 ---> cb6c990e82b5 12:43:55 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 12:43:56 ---> Running in 4493fc54d69c 12:43:59 Removing intermediate container 4493fc54d69c 12:43:59 ---> a3d7e6e6047a 12:43:59 Step 27/30 : CMD ["gate"] 12:44:03 ---> Running in 83f9b2952070 12:44:10 Removing intermediate container 83f9b2952070 12:44:10 ---> bc14a6232ce1 12:44:10 Step 28/30 : LABEL arch=x86_64 12:44:12 ---> Running in ac61471e01a3 12:44:23 Removing intermediate container ac61471e01a3 12:44:23 ---> 53685609c722 12:44:23 Step 29/30 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:44:25 ---> Running in b55084355090 12:44:29 Removing intermediate container b55084355090 12:44:29 ---> 7eef1ad958a8 12:44:29 Step 30/30 : LABEL version=0.0.0 12:44:31 ---> Running in 0f078f261870 12:44:33 Removing intermediate container 0f078f261870 12:44:33 ---> b20a99669437 12:44:33 12:44:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:44:38 Successfully built b20a99669437 12:44:38 Successfully tagged docker-security-bootstrapper-go:latest 12:44:50  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:44:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:44:50 ---> 400bf4971e1d 12:44:50 Step 3/26 : WORKDIR /edgex-go 12:44:51 ---> Using cache 12:44:51 ---> 0241d331e907 12:44:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:44:51 ---> Using cache 12:44:51 ---> 7d66126cfc9e 12:44:51 Step 5/26 : RUN apk add --update --no-cache make bash git 12:44:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:44:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:44:52 ---> 400bf4971e1d 12:44:52 Step 3/24 : WORKDIR /edgex-go 12:44:52 ---> Using cache 12:44:52 ---> 0241d331e907 12:44:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:44:52 ---> Using cache 12:44:52 ---> 7d66126cfc9e 12:44:52 Step 5/24 : RUN apk add --update --no-cache make git 12:44:52 ---> Using cache 12:44:52 ---> 617c45558468 12:44:52 Step 6/24 : COPY go.mod . 12:44:52 ---> Using cache 12:44:52 ---> 2397e982eb3a 12:44:52 Step 7/24 : RUN go mod download 12:44:52 ---> Using cache 12:44:52 ---> adc9e19a07ec 12:44:52 Step 8/24 : COPY . . 12:44:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:44:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:44:52 ---> 400bf4971e1d 12:44:52 Step 3/23 : WORKDIR /edgex-go 12:44:52 ---> Using cache 12:44:52 ---> 0241d331e907 12:44:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:44:52 ---> Using cache 12:44:52 ---> 7d66126cfc9e 12:44:52 Step 5/23 : RUN apk add --update --no-cache make git 12:44:52 ---> Using cache 12:44:52 ---> 617c45558468 12:44:52 Step 6/23 : COPY go.mod . 12:44:52 ---> Using cache 12:44:52 ---> 2397e982eb3a 12:44:52 Step 7/23 : RUN go mod download 12:44:52 ---> Using cache 12:44:52 ---> adc9e19a07ec 12:44:52 Step 8/23 : COPY . . 12:44:53 ---> Using cache 12:44:53 ---> 9ba181b19e65 12:44:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 12:44:53 ---> Using cache 12:44:53 ---> 9ba181b19e65 12:44:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:44:56 ---> Running in d8c4481abd15 12:44:56 ---> Running in efebd227a61d 12:44:56 ---> Running in 5362c47cf7cb 12:44:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:44:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:44:58 ---> 400bf4971e1d 12:44:58 Step 3/23 : WORKDIR /edgex-go 12:44:58 ---> Using cache 12:44:58 ---> 0241d331e907 12:44:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:44:58 ---> Using cache 12:44:58 ---> 7d66126cfc9e 12:44:58 Step 5/23 : RUN apk add --update --no-cache make git 12:44:58 ---> Using cache 12:44:58 ---> 617c45558468 12:44:58 Step 6/23 : COPY go.mod . 12:44:58 ---> Using cache 12:44:58 ---> 2397e982eb3a 12:44:58 Step 7/23 : RUN go mod download 12:44:58 ---> Using cache 12:44:58 ---> adc9e19a07ec 12:44:58 Step 8/23 : COPY . . 12:44:58 ---> Using cache 12:44:58 ---> 9ba181b19e65 12:44:58 Step 9/23 : RUN make cmd/core-command/core-command 12:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:45:00 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 12:45:00 ---> Running in 1ddae3d1bdb8 12:45: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 12:45:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:45:02 OK: 233 MiB in 51 packages 12:45:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:45:09 Removing intermediate container d8c4481abd15 12:45:09 ---> 89b5bc529302 12:45:09 Step 6/26 : COPY go.mod . 12:45:09 ---> bcff17750f1f 12:45:09 Step 7/26 : RUN go mod download 12:45:10 ---> Running in 6017892014dc 12:45:30 Removing intermediate container 6017892014dc 12:45:30 ---> f590f607b4a3 12:45:30 Step 8/26 : COPY . . 12:46:14 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 12:46:38 Removing intermediate container 1ddae3d1bdb8 12:46:38 ---> 275e6d72974a 12:46:38 12:46:38 Step 10/23 : FROM alpine:3.12 12:46:38 ---> 88dd2752d2ea 12:46:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:46:38 ---> Using cache 12:46:38 ---> 30e22f0c4767 12:46:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:46:38 ---> Using cache 12:46:38 ---> ce66af154bc8 12:46:38 Step 13/23 : ENV APP_PORT=48082 12:46:39 ---> Running in 35c9014a8a25 12:46:47 Removing intermediate container 35c9014a8a25 12:46:47 ---> 9e4864905571 12:46:47 Step 14/23 : EXPOSE $APP_PORT 12:46:47 Removing intermediate container 5362c47cf7cb 12:46:47 ---> 232dd8fa7e01 12:46:47 12:46:47 Step 10/23 : FROM alpine:3.12 12:46:47 ---> 88dd2752d2ea 12:46:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:46:47 ---> Using cache 12:46:47 ---> 30e22f0c4767 12:46:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:46:47 ---> Using cache 12:46:47 ---> ce66af154bc8 12:46:47 Step 13/23 : ENV APP_PORT=48081 12:46:48 ---> Running in 4d5603f8346b 12:46:48 ---> Running in 0a36088df4ad 12:46:49 Removing intermediate container 4d5603f8346b 12:46:49 ---> 74cbc9d1b6e6 12:46:49 Step 15/23 : WORKDIR / 12:46:49 ---> Running in b2de7d5065bc 12:46:49 Removing intermediate container 0a36088df4ad 12:46:49 ---> 1d26f86e9bf3 12:46:49 Step 14/23 : EXPOSE $APP_PORT 12:46:51 Removing intermediate container efebd227a61d 12:46:51 ---> 10731206625f 12:46:51 12:46:51 Step 10/24 : FROM alpine:3.12 12:46:51 ---> 88dd2752d2ea 12:46:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 12:46:52 ---> Running in e2ac51aa4004 12:46:52 Removing intermediate container b2de7d5065bc 12:46:52 ---> 64afbc62e9cc 12:46:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:46:52 ---> Running in 4d3e37fa1ba4 12:46:54 Removing intermediate container e2ac51aa4004 12:46:54 ---> 2beedb14ace4 12:46:54 Step 15/23 : WORKDIR / 12:46:55 lf-activate-venv(): INFO: Adding /tmp/venv-eg1b/bin to PATH 12:46:55 INFO: No Stack... 12:46:55 INFO: Retrieving Pricing Info for: lf-standard-4 12:46:55 INFO: Archiving Costs [Pipeline] sh 12:46:55 + + catcut /w/workspace/edgex-go/2/archives/cost.csv -d, 12:46:55 -f6 [Pipeline] lock 12:46:55 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3196-2-stack-cost] 12:46:55 Resource [jenkins-edgexfoundry-edgex-go-PR-3196-2-stack-cost] did not exist. Created. 12:46:55 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3196-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:46:55 + echo total: 0.20999999344348907 [Pipeline] stash 12:46:56 Stashed 1 file(s) [Pipeline] } 12:46:56 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3196-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:46:57 ---> 7e162a950674 12:46:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:46:57 ---> Running in 3d9ad4456f96 12:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:47:01 Removing intermediate container 3d9ad4456f96 12:47:01 ---> 91d440a42038 12:47:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:47:02 ---> 32372c4d9637 12:47:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:47:02 (1/5) Installing ca-certificates (20191127-r4) 12:47:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 12:47:02 (3/5) Installing libcurl (7.69.1-r3) 12:47:02 (4/5) Installing curl (7.69.1-r3) 12:47:02 (5/5) Installing dumb-init (1.2.2-r1) 12:47:02 Executing busybox-1.31.1-r19.trigger 12:47:02 Executing ca-certificates-20191127-r4.trigger 12:47:03 OK: 7 MiB in 19 packages 12:47:04 ---> 0614b81bd9e6 12:47:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:47:05 ---> f3946da39ee2 12:47:05 Step 19/23 : ENTRYPOINT ["/core-command"] 12:47:07 ---> Running in cafa55768820 12:47:08 ---> 7c659d66484e 12:47:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:47:08 Removing intermediate container 4d3e37fa1ba4 12:47:08 ---> 75a5b7a1de2f 12:47:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:47:08 Removing intermediate container cafa55768820 12:47:08 ---> c8827675e430 12:47:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:47:09 ---> Running in 6bd565d3aa41 12:47:09 ---> Running in b9179c25ca97 12:47:10 ---> e06fb0240fcb 12:47:10 Step 19/23 : ENTRYPOINT ["/core-metadata"] 12:47:10 ---> Running in 520d47db1e19 12:47:10 ---> a1d50220d868 12:47:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:47:10 Removing intermediate container 6bd565d3aa41 12:47:10 ---> 96bf304093e6 12:47:10 Step 13/24 : WORKDIR / 12:47:10 Removing intermediate container b9179c25ca97 12:47:10 ---> 22f587dc2f26 12:47:10 Step 21/23 : LABEL arch=x86_64 12:47:12 ---> Running in 42b799633b2c 12:47:12 ---> Running in fc4ad8ac6170 12:47:12 ---> Running in 3f109488c938 12:47:12 Removing intermediate container 520d47db1e19 12:47:12 ---> 781860177f2f 12:47:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:47:12 ---> Running in 4931de5afd4f 12:47:12 Removing intermediate container 3f109488c938 12:47:12 ---> 73defdbc3cbf 12:47:12 Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:47:12 Removing intermediate container 42b799633b2c 12:47:12 ---> ec9583f520a8 12:47:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:47:12 ---> Running in e9f2de26afd1 12:47:13 Removing intermediate container 4931de5afd4f 12:47:13 ---> 4d423efcc5ff 12:47:13 Step 21/23 : LABEL arch=x86_64 12:47:13 ---> Running in 4d3098fe7fac 12:47:14 Removing intermediate container e9f2de26afd1 12:47:14 ---> 2161ebb377df 12:47:14 Step 23/23 : LABEL version=0.0.0 12:47:14 ---> Running in c6ffbb533fa9 12:47:14 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 12:47:14 Removing intermediate container 4d3098fe7fac 12:47:14 ---> e9ad8e9538a4 12:47:14 Step 22/23 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:47:14 ---> 19aad8fe1583 12:47:14 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:47:15 ---> Running in 16e52e3b7480 12:47:15 Removing intermediate container c6ffbb533fa9 12:47:15 ---> 24c3b0a89271 12:47:15 12:47:15 ---> a82661faeda1 12:47:15 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:47:17 Removing intermediate container 16e52e3b7480 12:47:17 ---> e1f8218ad856 12:47:17 Step 23/23 : LABEL version=0.0.0 12:47:17 ---> Running in 6597b0d12c0c 12:47:17 Successfully built 24c3b0a89271 12:47:17 ---> 9838e7c1074f 12:47:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:47:18 Successfully tagged docker-core-command-go:latest 12:47:18  Building docker-core-command-go ... done Removing intermediate container 6597b0d12c0c 12:47:18 ---> f6b9606269d7 12:47:18 12:47:19 Successfully built f6b9606269d7 12:47:19 Successfully tagged docker-core-metadata-go:latest 12:47:20  Building docker-core-metadata-go ... done  ---> 4ff256310222 12:47:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:47:23 ---> 0fef6a1a2b9e 12:47:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:47:25 ---> 2bd61bcac104 12:47:25 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/ 12:47:26 ---> Running in 56fcbb19d186 12:47:30 Removing intermediate container 56fcbb19d186 12:47:30 ---> a5b4b89de918 12:47:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:47:30 ---> Running in cbcf1965da30 12:47:30 Removing intermediate container cbcf1965da30 12:47:30 ---> 56112b4c0679 12:47:30 Step 22/24 : LABEL arch=x86_64 12:47:31 ---> Running in 13bfb8e28e08 12:47:32 Removing intermediate container 13bfb8e28e08 12:47:32 ---> 23bf5dd6b62d 12:47:32 Step 23/24 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:47:32 ---> Running in a01032f43221 12:47:33 Removing intermediate container a01032f43221 12:47:33 ---> 4abf87905a1c 12:47:33 Step 24/24 : LABEL version=0.0.0 12:47:33 ---> Running in 53d09d37788a 12:47:34 Removing intermediate container 53d09d37788a 12:47:34 ---> 28614ff89951 12:47:34 12:47:35 Successfully built 28614ff89951 12:47:36 Successfully tagged docker-security-secretstore-setup-go:latest 12:47:43  Building docker-security-secretstore-setup-go ... done Removing intermediate container fc4ad8ac6170 12:47:43 ---> e5bf4b9dd2be 12:47:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:47:43 ---> Running in 1faf7b7c5c7f 12:47:44 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 12:47:47 Removing intermediate container 1faf7b7c5c7f 12:47:47 ---> 5bec27ebb51c 12:47:47 12:47:47 Step 11/26 : FROM docker:20.10.0 12:47:47 20.10.0: Pulling from library/docker 12:48:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:48:09 Status: Downloaded newer image for docker:20.10.0 12:48:09 ---> aefe523efa57 12:48:09 Step 12/26 : RUN apk add --no-cache bash 12:48:09 ---> Running in b85ab0d95bbc 12:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:48:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:48:11 (1/2) Installing readline (8.0.4-r0) 12:48:11 (2/2) Installing bash (5.0.17-r0) 12:48:11 Executing bash-5.0.17-r0.post-install 12:48:12 Executing busybox-1.31.1-r19.trigger 12:48:12 OK: 12 MiB in 22 packages 12:48:14 Removing intermediate container b85ab0d95bbc 12:48:14 ---> 98e522b50d20 12:48:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:48:14 ---> Running in 74868f9cc427 12:48:14 Removing intermediate container 74868f9cc427 12:48:14 ---> e613ceacafb0 12:48:14 Step 14/26 : ENV APP_PORT=48090 12:48:14 ---> Running in 95ecba3da3bb 12:48:15 Removing intermediate container 95ecba3da3bb 12:48:15 ---> 2cf0a0c594a7 12:48:15 Step 15/26 : EXPOSE $APP_PORT 12:48:15 ---> Running in 86ff8da45df7 12:48:15 Removing intermediate container 86ff8da45df7 12:48:15 ---> 10c1cb4a4563 12:48:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:48:16 ---> ed214123d57f 12:48:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:48:19 ---> 430dbab67422 12:48:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:48:20 ---> 08f9088edd6d 12:48:20 Step 19/26 : RUN apk --no-cache add py3-pip 12:48:20 ---> Running in 041ea1e7464c 12:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:48:22 (1/33) Installing libbz2 (1.0.8-r1) 12:48:22 (2/33) Installing expat (2.2.9-r1) 12:48:22 (3/33) Installing libffi (3.3-r2) 12:48:22 (4/33) Installing gdbm (1.13-r1) 12:48:22 (5/33) Installing xz-libs (5.2.5-r0) 12:48:22 (6/33) Installing sqlite-libs (3.32.1-r0) 12:48:24 (7/33) Installing python3 (3.8.5-r1) 12:48:28 (8/33) Installing py3-appdirs (1.4.4-r1) 12:48:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:48:28 (10/33) Installing py3-parsing (2.4.7-r0) 12:48:28 (11/33) Installing py3-six (1.15.0-r0) 12:48:28 (12/33) Installing py3-packaging (20.4-r0) 12:48:28 (13/33) Installing py3-setuptools (47.0.0-r0) 12:48:28 (14/33) Installing py3-chardet (3.0.4-r4) 12:48:28 (15/33) Installing py3-idna (2.9-r0) 12:48:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:48:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:48:28 (18/33) Installing py3-requests (2.23.0-r0) 12:48:28 (19/33) Installing py3-msgpack (1.0.0-r0) 12:48:28 (20/33) Installing py3-lockfile (0.12.2-r3) 12:48:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:48:29 (22/33) Installing py3-colorama (0.4.3-r0) 12:48:29 (23/33) Installing py3-distlib (0.3.0-r0) 12:48:29 (24/33) Installing py3-distro (1.5.0-r1) 12:48:29 (25/33) Installing py3-webencodings (0.5.1-r3) 12:48:29 (26/33) Installing py3-html5lib (1.0.1-r4) 12:48:29 (27/33) Installing py3-pytoml (0.1.21-r0) 12:48:29 (28/33) Installing py3-pep517 (0.8.2-r0) 12:48:29 (29/33) Installing py3-progress (1.5-r0) 12:48:29 (30/33) Installing py3-toml (0.10.1-r0) 12:48:29 (31/33) Installing py3-retrying (1.3.3-r0) 12:48:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:48:29 (33/33) Installing py3-pip (20.1.1-r0) 12:48:29 Executing busybox-1.31.1-r19.trigger 12:48:29 OK: 71 MiB in 55 packages 12:48:41 Removing intermediate container 041ea1e7464c 12:48:41 ---> ca05f2469869 12:48:41 Step 20/26 : RUN pip install docker-compose==1.23.2 12:48:41 ---> Running in 0ee509bf8bb4 12:48:45 Collecting docker-compose==1.23.2 12:48:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:48:46 Collecting PyYAML<4,>=3.10 12:48:46 Downloading PyYAML-3.13.tar.gz (270 kB) 12:48:48 Collecting docker<4.0,>=3.6.0 12:48:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:48:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:48:49 Collecting websocket-client<1.0,>=0.32.0 12:48:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:48:49 Collecting jsonschema<3,>=2.5.1 12:48:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:48:49 Collecting texttable<0.10,>=0.9.0 12:48:50 Downloading texttable-0.9.1.tar.gz (11 kB) 12:48:50 Collecting cached-property<2,>=1.2.0 12:48:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:48:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:48:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:48:51 Collecting docopt<0.7,>=0.6.1 12:48:51 Downloading docopt-0.6.2.tar.gz (25 kB) 12:48:52 Collecting dockerpty<0.5,>=0.4.1 12:48:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:48:53 Collecting docker-pycreds>=0.4.0 12:48:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:48:53 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 12:48:53 Collecting urllib3<1.25,>=1.21.1 12:48:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:48:54 Collecting idna<2.8,>=2.5 12:48:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:48:54 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 12:48:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:48:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:48:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:48:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:48:54 Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, texttable, cached-property, docopt, dockerpty, docker-compose 12:48:54 Running setup.py install for PyYAML: started 12:48:56 Running setup.py install for PyYAML: finished with status 'done' 12:48:56 Attempting uninstall: urllib3 12:48:56 Found existing installation: urllib3 1.25.9 12:48:56 Uninstalling urllib3-1.25.9: 12:48:56 Successfully uninstalled urllib3-1.25.9 12:48:57 Attempting uninstall: idna 12:48:57 Found existing installation: idna 2.9 12:48:57 Uninstalling idna-2.9: 12:48:57 Successfully uninstalled idna-2.9 12:48:57 Attempting uninstall: requests 12:48:57 Found existing installation: requests 2.23.0 12:48:57 Uninstalling requests-2.23.0: 12:48:57 Successfully uninstalled requests-2.23.0 12:48:58 Running setup.py install for texttable: started 12:48:59 Running setup.py install for texttable: finished with status 'done' 12:48:59 Running setup.py install for docopt: started 12:49:00 Running setup.py install for docopt: finished with status 'done' 12:49:00 Running setup.py install for dockerpty: started 12:49:01 Running setup.py install for dockerpty: finished with status 'done' 12:49:02 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.57.0 12:49:07 Removing intermediate container 0ee509bf8bb4 12:49:07 ---> f86505bacaea 12:49:07 Step 21/26 : RUN apk --no-cache add curl 12:49:07 ---> Running in 30971ee70950 12:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:49:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:49:10 (2/3) Installing libcurl (7.69.1-r3) 12:49:11 (3/3) Installing curl (7.69.1-r3) 12:49:11 Executing busybox-1.31.1-r19.trigger 12:49:11 OK: 72 MiB in 58 packages 12:49:12 Removing intermediate container 30971ee70950 12:49:12 ---> 9d09dbc6eef0 12:49:12 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 12:49:12 ---> Running in ec109d5327b5 12:49:12 Removing intermediate container ec109d5327b5 12:49:12 ---> 25405758407e 12:49:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:49:12 ---> Running in 0a804b1d0e92 12:49:13 Removing intermediate container 0a804b1d0e92 12:49:13 ---> 02b512efe667 12:49:13 Step 24/26 : LABEL arch=x86_64 12:49:13 ---> Running in bae01342322c 12:49:14 Removing intermediate container bae01342322c 12:49:14 ---> 4e33f2a824e4 12:49:14 Step 25/26 : LABEL git_sha=191125bad590df5eca5bf019996a39733ee48d27 12:49:14 ---> Running in 9f7090610b41 12:49:14 Removing intermediate container 9f7090610b41 12:49:14 ---> 1381d73f738d 12:49:14 Step 26/26 : LABEL version=0.0.0 12:49:14 ---> Running in 74801f1ea460 12:49:15 Removing intermediate container 74801f1ea460 12:49:15 ---> 2d6c5f886496 12:49:15 12:49:16 Successfully built 2d6c5f886496 12:49:16 Successfully tagged docker-sys-mgmt-agent-go:latest 12:49:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 12:49:17 $ docker stop --time=1 5aab33d20e2dcb878e275dcb5c973e61e83dd97e651978479dca7e2805c61c58 12:49:21 $ docker rm -f 5aab33d20e2dcb878e275dcb5c973e61e83dd97e651978479dca7e2805c61c58 [Pipeline] // withDockerContainer [Pipeline] sh 12:49:23 + docker images 12:49:23 + grep docker 12:49:25 docker-sys-mgmt-agent-go latest 2d6c5f886496 10 seconds ago 313MB 12:49:25 docker-security-secretstore-setup-go latest 28614ff89951 About a minute ago 24.9MB 12:49:25 docker-core-metadata-go latest f6b9606269d7 2 minutes ago 19MB 12:49:25 docker-core-command-go latest 24c3b0a89271 2 minutes ago 17MB 12:49:25 docker-security-bootstrapper-go latest b20a99669437 4 minutes ago 18.7MB 12:49:25 docker-core-data-go latest 467520fd164e 5 minutes ago 22.4MB 12:49:25 docker-security-proxy-setup-go latest 92ffa980c252 6 minutes ago 24.7MB 12:49:25 docker-support-scheduler-go latest 7ffe3e16c46d 6 minutes ago 17.2MB 12:49:25 docker-support-notifications-go latest 70dbb572b319 6 minutes ago 17.7MB 12:49:25 docker 20.10.0 aefe523efa57 2 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 12:49:41 Still waiting to schedule task 12:49:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 12:50:37 Running on prd-ubuntu18.04-docker-8c-8g-27647 in /w/workspace/edgexfoundry_edgex-go_PR-3196 [Pipeline] { [Pipeline] ws 12:50:37 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 12:50:39 using credential edgex-jenkins-ssh 12:50:39 Cloning the remote Git repository 12:50:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:50:39 > git init /w/workspace/edgex-go/2 # timeout=10 12:50:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:50:39 > git --version # timeout=10 12:50:39 > git --version # 'git version 2.17.1' 12:50:39 using GIT_SSH to set credentials SSH Credentials for GitHub 12:50:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:50:49 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 191125bad590df5eca5bf019996a39733ee48d27 12:50:49 Merge succeeded, producing 191125bad590df5eca5bf019996a39733ee48d27 12:50:49 Checking out Revision 191125bad590df5eca5bf019996a39733ee48d27 (PR-3196) 12:50:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:50:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:50:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:50:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:50:48 using GIT_SSH to set credentials SSH Credentials for GitHub 12:50:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3196/head:refs/remotes/origin/PR-3196 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:50:49 > git config core.sparsecheckout # timeout=10 12:50:49 > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 12:50:49 > git remote # timeout=10 12:50:49 > git config --get remote.origin.url # timeout=10 12:50:49 using GIT_SSH to set credentials SSH Credentials for GitHub 12:50:49 > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 12:50:49 > git rev-parse HEAD^{commit} # timeout=10 12:50:49 > git config core.sparsecheckout # timeout=10 12:50:49 > git checkout -f 191125bad590df5eca5bf019996a39733ee48d27 # timeout=10 12:50:53 Commit message: "refactor: Modify config.Clients to use service key" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:50:54 + echo snap-build.sh 12:50:54 snap-build.sh 12:50:54 + SNAP_BASE_DIR=. 12:50:54 + '[' '!' -z /w/workspace/edgex-go/2 ']' 12:50:54 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 12:50:54 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 12:50:54 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 12:50:54 + cd /w/workspace/edgex-go/2 12:50:54 + sudo apt-get remove -qy --purge lxd lxd-client 12:50:54 Reading package lists... 12:50:54 Building dependency tree... 12:50:54 Reading state information... 12:50:54 The following packages were automatically installed and are no longer required: 12:50:54 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 12:50:54 uidmap xdelta3 12:50:54 Use 'sudo apt autoremove' to remove them. 12:50:54 The following packages will be REMOVED: 12:50:54 lxd* lxd-client* 12:50:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 12:50:55 After this operation, 31.7 MB disk space will be freed. 12:50:56 (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.) 12:50:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 12:50:57 Removing lxd dnsmasq configuration 12:50:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 12:50:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 12:50:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 12:50:58 (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.) 12:50:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 12:50:59 Processing triggers for systemd (237-3ubuntu10.42) ... 12:50:59 Processing triggers for ureadahead (0.100.0-21) ... 12:51:01 + sudo snap remove --purge lxd 12:51:01 snap "lxd" is not installed 12:51:01 + sudo groupadd --force --system lxd 12:51:01 ++ whoami 12:51:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 12:51:01 + newgrp - lxd 12:51:01 + sudo snap install lxd 12:51:09 2021-02-25T12:51:07Z INFO Waiting for automatic snapd restart... 12:51:21 lxd 4.11 from Canonical* installed 12:51:21 + sudo lxd init --auto 12:51:29 + sudo snap install --classic snapcraft 12:51:35 snapcraft 4.5.1 from Canonical* installed 12:51:35 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 12:51:35 + patch --verbose -p1 12:51:35 Hmm... Looks like a unified diff to me... 12:51:35 The text leading up to this was: 12:51:35 -------------------------- 12:51:35 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 12:51:35 |From: Tony Espy 12:51:35 |Date: Wed, 16 Dec 2020 16:34:55 -0500 12:51:35 |Subject: [PATCH] optimize snap build for pipeline CI check 12:51:35 | 12:51:35 |This patch is used by the EdgeX CI pipeline builds to 12:51:35 |optimize the snap CI check run for pull requests. When 12:51:35 |applied, it essentially strips out everything (apps and 12:51:35 |parts) from the snapcraft.yaml file except those required 12:51:35 |to build edgex-go, as the whole idea of the CI check is to 12:51:35 |catch changes to edgex-go that break the snap build. 12:51:35 | 12:51:35 |In general, anyone updating snapcraft.yaml will also need 12:51:35 |to update this patch file, otherwise it may fail to apply, 12:51:35 |resulting in a failed snap build CI check in the associated 12:51:35 |pull request. 12:51:35 | 12:51:35 |Note - in addition to applying this patch, the pipeline also 12:51:35 |only primes the snap (e.g. `snapcraft prime`), as there's no 12:51:35 |need to build the finally binary .snap file (and it won't 12:51:35 |work with the patch applied). This further reduces the build 12:51:35 |time. 12:51:35 |--- 12:51:35 | snap/snapcraft.yaml | 461 +------------------------------------------- 12:51:35 | 1 file changed, 2 insertions(+), 459 deletions(-) 12:51:35 | 12:51:35 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 12:51:35 |index 1e537489..faf42425 100644 12:51:35 |--- a/snap/snapcraft.yaml 12:51:35 |+++ b/snap/snapcraft.yaml 12:51:35 -------------------------- 12:51:35 patching file snap/snapcraft.yaml 12:51:35 Using Plan A... 12:51:35 Hunk #1 succeeded at 73. 12:51:35 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 12:51:35 Hunk #3 succeeded at 217 (offset 3 lines). 12:51:35 Hunk #4 succeeded at 225 (offset 3 lines). 12:51:35 Hunk #5 succeeded at 232 (offset 3 lines). 12:51:35 Hunk #6 succeeded at 259 (offset 3 lines). 12:51:35 Hunk #7 succeeded at 293 (offset 3 lines). 12:51:35 Hunk #8 succeeded at 352 (offset 11 lines). 12:51:35 Hmm... Ignoring the trailing garbage. 12:51:35 done 12:51:35 + sudo snapcraft prime --use-lxd 12:51:35 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 12:51:35 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: 12:51:35 - README.md 12:51:35 - snapcraft.yaml.orig 12:51:35 12:51:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:51:36 Launching a container. 12:51:48 Waiting for container to be ready 12:51:48 To start your first instance, try: lxc launch ubuntu:18.04 12:51:48 12:51:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 12:51:51 Waiting for network to be ready... 12:51:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 12:51:52 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 12:51:52 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 12:51:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 12:51:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 12:51:53 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 12:51:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 12:51:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 12:51:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 12:51:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 12:51:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 12:51:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 12:51:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 12:51:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 12:51:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 12:51:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 12:51:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] 12:51:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 12:51:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 12:51:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 12:51:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 12:51:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 12:51:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 12:51:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 12:51:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 12:51:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 12:51:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 12:51:56 Fetched 24.0 MB in 4s (5515 kB/s) 12:51:57 Reading package lists... 12:51:59 Reading package lists... 12:51:59 Building dependency tree... 12:51:59 Reading state information... 12:51:59 The following additional packages will be installed: 12:51:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:51:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:51:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:51:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 12:51:59 Suggested packages: 12:51:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 12:51:59 Recommended packages: 12:51:59 gnupg libsasl2-modules 12:51:59 The following NEW packages will be installed: 12:51:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:51:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:51:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:51:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 12:51:59 The following packages will be upgraded: 12:51:59 gpg gpg-agent gpgconf libudev1 12:51:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 12:51:59 Need to get 3530 kB of archives. 12:51:59 After this operation, 13.3 MB of additional disk space will be used. 12:51:59 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 12:51:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 12:51:59 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] 12:51:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 12:51:59 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 12:51:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 12:51:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 12:51:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 12:51:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 12:51:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 12:51:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 12:51:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 12:51:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 12:51:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 12:51:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 12:51:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 12:52:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 12:52:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 12:52:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 12:52:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 12:52:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 12:52:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 12:52:00 debconf: delaying package configuration, since apt-utils is not installed 12:52:00 Fetched 3530 kB in 1s (3483 kB/s) 12:52:00 (Reading database ... 12511 files and directories currently installed.) 12:52:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 12:52:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 12:52:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 12:52:00 Selecting previously unselected package udev. 12:52:00 (Reading database ... 12511 files and directories currently installed.) 12:52:00 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 12:52:00 Unpacking udev (237-3ubuntu10.44) ... 12:52:00 Selecting previously unselected package libfuse2:amd64. 12:52:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 12:52:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 12:52:01 Selecting previously unselected package fuse. 12:52:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 12:52:01 Unpacking fuse (2.9.7-1ubuntu1) ... 12:52:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 12:52:01 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 12:52:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 12:52:01 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 12:52:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 12:52:01 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 12:52:01 Selecting previously unselected package libksba8:amd64. 12:52:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 12:52:01 Unpacking libksba8:amd64 (1.3.5-2) ... 12:52:01 Selecting previously unselected package libroken18-heimdal:amd64. 12:52:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:52:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 12:52:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:52:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 12:52:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:52:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 12:52:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:52:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:02 Selecting previously unselected package libwind0-heimdal:amd64. 12:52:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:52:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 12:52:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:52:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 12:52:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:52:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 12:52:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:52:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 12:52:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:52:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:02 Selecting previously unselected package libsasl2-modules-db:amd64. 12:52:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 12:52:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:52:02 Selecting previously unselected package libsasl2-2:amd64. 12:52:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 12:52:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:52:02 Selecting previously unselected package libldap-common. 12:52:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 12:52:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 12:52:02 Selecting previously unselected package libldap-2.4-2:amd64. 12:52:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 12:52:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 12:52:02 Selecting previously unselected package dirmngr. 12:52:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 12:52:02 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 12:52:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 12:52:03 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 12:52:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 12:52:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:52:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 12:52:03 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 12:52:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:03 Setting up libksba8:amd64 (1.3.5-2) ... 12:52:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:52:03 Setting up udev (237-3ubuntu10.44) ... 12:52:03 invoke-rc.d: policy-rc.d denied execution of start. 12:52:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:03 Processing triggers for systemd (237-3ubuntu10) ... 12:52:03 Setting up fuse (2.9.7-1ubuntu1) ... 12:52:03 Setting up gpg (2.2.4-1ubuntu1.4) ... 12:52:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 12:52:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 12:52:04 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 12:52:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:52:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 12:52:04 settings in the [Install] section, and DefaultInstance for template units). 12:52:04 This means they are not meant to be enabled using systemctl. 12:52:04 Possible reasons for having this kind of units are: 12:52:04 1) A unit may be statically enabled by being symlinked from another unit's 12:52:04 .wants/ or .requires/ directory. 12:52:04 2) A unit's purpose may be to act as a helper for some other unit which has 12:52:04 a requirement dependency on it. 12:52:04 3) A unit may be started when needed via activation (socket, path, timer, 12:52:04 D-Bus, udev, scripted systemctl call, ...). 12:52:04 4) In case of template units, the unit is meant to be enabled with some 12:52:04 instance name specified. 12:52:05 Reading package lists... 12:52:05 Building dependency tree... 12:52:05 Reading state information... 12:52:05 The following additional packages will be installed: 12:52:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 12:52:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 12:52:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 12:52:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 12:52:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 12:52:05 Suggested packages: 12:52:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 12:52:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 12:52:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 12:52:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 12:52:05 systemd-container policykit-1 12:52:05 Recommended packages: 12:52:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 12:52:05 The following NEW packages will be installed: 12:52:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 12:52:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 12:52:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 12:52:05 multiarch-support openssh-client python3 python3-minimal python3.6 12:52:05 python3.6-minimal snapd squashfs-tools sudo 12:52:05 The following packages will be upgraded: 12:52:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 12:52:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 12:52:05 Need to get 35.2 MB of archives. 12:52:05 After this operation, 141 MB of additional disk space will be used. 12:52:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 12:52:05 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 12:52:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 12:52:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 12:52:06 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 12:52:06 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 12:52:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 12:52:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 12:52:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 12:52:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 12:52:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 12:52:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 12:52:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 12:52:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 12:52:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 12:52:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 12:52:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 12:52:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 12:52:06 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 12:52:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 12:52:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 12:52:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 12:52:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 12:52:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 12:52:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 12:52:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 12:52:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 12:52:06 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 12:52:06 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 12:52:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 12:52:07 debconf: delaying package configuration, since apt-utils is not installed 12:52:07 Fetched 35.2 MB in 2s (15.1 MB/s) 12:52:07 (Reading database ... 12757 files and directories currently installed.) 12:52:07 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 12:52:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 12:52:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 12:52:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 12:52:08 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 12:52:08 (Reading database ... 12757 files and directories currently installed.) 12:52:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 12:52:08 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 12:52:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 12:52:09 (Reading database ... 12757 files and directories currently installed.) 12:52:09 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 12:52:09 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 12:52:09 Setting up apt (1.6.12ubuntu0.2) ... 12:52:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 12:52:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 12:52:10 (Reading database ... 12764 files and directories currently installed.) 12:52:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 12:52:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 12:52:10 Selecting previously unselected package libpython3.6-minimal:amd64. 12:52:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:52:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:52:10 Selecting previously unselected package libexpat1:amd64. 12:52:10 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 12:52:10 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 12:52:10 Selecting previously unselected package python3.6-minimal. 12:52:10 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:52:10 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 12:52:10 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 12:52:11 Checking for services that may need to be restarted...done. 12:52:11 Checking for services that may need to be restarted...done. 12:52:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:52:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 12:52:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 12:52:11 Selecting previously unselected package python3-minimal. 12:52:11 (Reading database ... 13012 files and directories currently installed.) 12:52:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 12:52:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 12:52:11 Selecting previously unselected package mime-support. 12:52:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 12:52:11 Unpacking mime-support (3.60ubuntu1) ... 12:52:11 Selecting previously unselected package libmpdec2:amd64. 12:52:11 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 12:52:11 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 12:52:11 Selecting previously unselected package libpython3.6-stdlib:amd64. 12:52:11 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:52:11 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:52:12 Selecting previously unselected package python3.6. 12:52:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:52:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 12:52:12 Selecting previously unselected package libpython3-stdlib:amd64. 12:52:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 12:52:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 12:52:12 Setting up python3-minimal (3.6.7-1~18.04) ... 12:52:12 Selecting previously unselected package python3. 12:52:12 (Reading database ... 13442 files and directories currently installed.) 12:52:12 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 12:52:12 Unpacking python3 (3.6.7-1~18.04) ... 12:52:12 Selecting previously unselected package multiarch-support. 12:52:12 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 12:52:12 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 12:52:12 Setting up multiarch-support (2.27-3ubuntu1.4) ... 12:52:12 Selecting previously unselected package liblzo2-2:amd64. 12:52:12 (Reading database ... 13479 files and directories currently installed.) 12:52:12 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 12:52:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 12:52:13 Selecting previously unselected package libbsd0:amd64. 12:52:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 12:52:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 12:52:13 Selecting previously unselected package sudo. 12:52:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 12:52:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 12:52:13 Selecting previously unselected package apparmor. 12:52:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 12:52:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 12:52:13 Selecting previously unselected package libedit2:amd64. 12:52:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 12:52:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 12:52:13 Selecting previously unselected package libkrb5support0:amd64. 12:52:13 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 12:52:13 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 12:52:13 Selecting previously unselected package libk5crypto3:amd64. 12:52:13 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 12:52:13 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 12:52:13 Selecting previously unselected package libkeyutils1:amd64. 12:52:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 12:52:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 12:52:13 Selecting previously unselected package libkrb5-3:amd64. 12:52:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 12:52:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 12:52:13 Selecting previously unselected package libgssapi-krb5-2:amd64. 12:52:13 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 12:52:13 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 12:52:14 Selecting previously unselected package libssl1.0.0:amd64. 12:52:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 12:52:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 12:52:14 Selecting previously unselected package openssh-client. 12:52:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 12:52:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 12:52:14 Selecting previously unselected package squashfs-tools. 12:52:14 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 12:52:14 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 12:52:14 Selecting previously unselected package snapd. 12:52:14 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 12:52:14 Unpacking snapd (2.48.3+18.04) ... 12:52:16 Setting up libedit2:amd64 (3.1-20170329-1) ... 12:52:16 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 12:52:16 Setting up mime-support (3.60ubuntu1) ... 12:52:16 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 12:52:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 12:52:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 12:52:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:52:16 Setting up systemd (237-3ubuntu10.44) ... 12:52:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 12:52:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 12:52:17 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 12:52:17 Setting up liblzo2-2:amd64 (2.08-1.2) ... 12:52:18 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:52:18 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 12:52:18 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 12:52:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 12:52:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 12:52:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 12:52:19 Setting up python3 (3.6.7-1~18.04) ... 12:52:19 running python rtupdate hooks for python3.6... 12:52:19 running python post-rtupdate hooks for python3.6... 12:52:19 Setting up apparmor (2.12-4ubuntu5.1) ... 12:52:21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 12:52:21 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 12:52:21 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 12:52:21 Setting up snapd (2.48.3+18.04) ... 12:52:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 12:52:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 12:52:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 12:52:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 12:52:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:52:22 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:52:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 12:52:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 12:52:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 12:52:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 12:52:22 /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' 12:52:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:52:22 Processing triggers for systemd (237-3ubuntu10.44) ... 12:52:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:52:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 12:52:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:52:25 Reading package lists... 12:52:25 Reading package lists... 12:52:25 Building dependency tree... 12:52:25 Reading state information... 12:52:25 Calculating upgrade... 12:52:25 The following packages will be upgraded: 12:52:25 advancecomp base-files bash binutils binutils-common 12:52:25 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 12:52:25 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 12:52:25 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 12:52:25 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 12:52:25 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 12:52:25 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 12:52:25 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 12:52:25 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 12:52:25 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 12:52:25 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 12:52:25 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 12:52:25 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 12:52:25 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 12:52:25 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 12:52:25 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 12:52:25 Need to get 63.8 MB of archives. 12:52:25 After this operation, 5201 kB of additional disk space will be used. 12:52:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 12:52:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 12:52:25 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 12:52:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 12:52:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 12:52:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 12:52:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 12:52:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 12:52:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 12:52:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 12:52:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 12:52:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 12:52:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 12:52:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 12:52:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 12:52:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 12:52:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 12:52:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 12:52:25 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 12:52:25 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 12:52:25 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 12:52:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 12:52:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 12:52:25 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 12:52:25 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 12:52:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 12:52:25 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 12:52:25 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 12:52:25 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 12:52:25 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 12:52:26 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 12:52:26 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 12:52:26 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 12:52:26 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 12:52:26 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 12:52:26 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 12:52:26 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 12:52:26 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 12:52:26 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 12:52:26 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 12:52:26 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 12:52:26 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 12:52:26 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 12:52:26 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 12:52:26 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 12:52:26 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 12:52:26 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 12:52:26 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 12:52:26 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 12:52:26 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 12:52:26 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 12:52:26 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 12:52:26 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 12:52:26 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 12:52:26 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 12:52:26 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 12:52:26 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 12:52:26 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 12:52:26 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 12:52:26 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 12:52:26 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 12:52:26 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 12:52:26 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 12:52:26 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 12:52:26 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 12:52:26 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 12:52:26 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 12:52:26 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 12:52:26 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 12:52:26 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 12:52:26 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 12:52:26 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 12:52:26 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 12:52:26 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 12:52:26 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 12:52:27 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 12:52:27 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 12:52:27 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 12:52:27 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 12:52:27 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 12:52:27 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 12:52:27 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 12:52:27 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 12:52:27 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 12:52:27 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 12:52:27 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 12:52:27 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 12:52:27 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 12:52:27 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 12:52:27 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 12:52:27 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 12:52:27 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 12:52:27 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 12:52:27 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 12:52:27 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 12:52:27 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 12:52:27 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 12:52:27 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 12:52:27 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 12:52:27 debconf: delaying package configuration, since apt-utils is not installed 12:52:27 Fetched 63.8 MB in 2s (33.6 MB/s) 12:52:28 (Reading database ... 13912 files and directories currently installed.) 12:52:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 12:52:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:52:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 12:52:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:52:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 12:52:29 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 12:52:31 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:31 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:52:31 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:32 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:52:32 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:32 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:52:32 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:32 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:52:32 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:32 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:52:32 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:32 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:52:32 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:32 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:52:32 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 12:52:32 (Reading database ... 13911 files and directories currently installed.) 12:52:32 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:32 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 12:52:33 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 12:52:33 (Reading database ... 13911 files and directories currently installed.) 12:52:33 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:33 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:52:33 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:33 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:52:33 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:52:33 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:52:33 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 12:52:34 (Reading database ... 13911 files and directories currently installed.) 12:52:34 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 12:52:34 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:52:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 12:52:35 (Reading database ... 13911 files and directories currently installed.) 12:52:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 12:52:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 12:52:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 12:52:35 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 12:52:35 Setting up base-files (10.1ubuntu2.10) ... 12:52:35 Installing new version of config file /etc/issue ... 12:52:35 Installing new version of config file /etc/issue.net ... 12:52:35 Installing new version of config file /etc/lsb-release ... 12:52:35 Installing new version of config file /etc/update-motd.d/50-motd-news ... 12:52:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 12:52:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 12:52:35 Removing obsolete conffile /etc/default/motd-news ... 12:52:36 (Reading database ... 13912 files and directories currently installed.) 12:52:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 12:52:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 12:52:36 Setting up bash (4.4.18-2ubuntu1.2) ... 12:52:36 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 12:52:36 (Reading database ... 13912 files and directories currently installed.) 12:52:36 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 12:52:36 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 12:52:36 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 12:52:36 (Reading database ... 13912 files and directories currently installed.) 12:52:36 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 12:52:36 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 12:52:36 Setting up tar (1.29b-2ubuntu0.2) ... 12:52:37 (Reading database ... 13912 files and directories currently installed.) 12:52:37 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 12:52:37 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:52:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 12:52:38 (Reading database ... 13912 files and directories currently installed.) 12:52:38 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 12:52:38 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:52:38 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 12:52:38 (Reading database ... 13912 files and directories currently installed.) 12:52:38 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 12:52:38 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:52:38 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 12:52:39 (Reading database ... 13912 files and directories currently installed.) 12:52:39 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 12:52:39 Unpacking grep (3.1-2build1) over (3.1-2) ... 12:52:39 Setting up grep (3.1-2build1) ... 12:52:39 (Reading database ... 13912 files and directories currently installed.) 12:52:39 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 12:52:39 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 12:52:39 Setting up login (1:4.5-1ubuntu2) ... 12:52:41 (Reading database ... 13912 files and directories currently installed.) 12:52:41 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 12:52:41 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:52:41 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 12:52:41 (Reading database ... 13912 files and directories currently installed.) 12:52:41 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 12:52:41 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:52:42 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 12:52:42 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:52:42 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 12:52:42 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:52:43 Setting up perl-base (5.26.1-6ubuntu0.5) ... 12:52:43 (Reading database ... 13912 files and directories currently installed.) 12:52:43 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 12:52:43 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:52:44 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 12:52:44 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 12:52:44 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 12:52:44 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 12:52:44 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 12:52:44 (Reading database ... 13912 files and directories currently installed.) 12:52:44 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 12:52:44 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 12:52:44 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 12:52:44 (Reading database ... 13912 files and directories currently installed.) 12:52:44 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:52:44 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:52:45 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:52:45 (Reading database ... 13912 files and directories currently installed.) 12:52:45 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:52:45 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:52:45 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:52:45 (Reading database ... 13912 files and directories currently installed.) 12:52:45 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:52:45 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:52:45 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:52:45 (Reading database ... 13912 files and directories currently installed.) 12:52:45 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:52:45 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:52:45 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:52:45 (Reading database ... 13912 files and directories currently installed.) 12:52:45 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 12:52:45 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:52:45 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 12:52:45 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:52:46 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 12:52:46 (Reading database ... 13912 files and directories currently installed.) 12:52:46 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 12:52:46 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:52:46 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 12:52:46 (Reading database ... 13912 files and directories currently installed.) 12:52:46 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:52:46 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:52:46 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:52:46 (Reading database ... 13912 files and directories currently installed.) 12:52:46 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:52:46 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:52:46 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 12:52:46 (Reading database ... 13912 files and directories currently installed.) 12:52:46 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:52:46 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:52:47 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 12:52:47 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 12:52:47 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 12:52:47 (Reading database ... 13912 files and directories currently installed.) 12:52:47 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 12:52:47 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:52:47 Setting up libc-bin (2.27-3ubuntu1.4) ... 12:52:48 (Reading database ... 13912 files and directories currently installed.) 12:52:48 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 12:52:48 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:52:48 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 12:52:48 (Reading database ... 13914 files and directories currently installed.) 12:52:48 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 12:52:48 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 12:52:48 Setting up debconf (1.5.66ubuntu1) ... 12:52:48 (Reading database ... 13914 files and directories currently installed.) 12:52:48 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 12:52:48 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 12:52:48 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 12:52:48 (Reading database ... 13914 files and directories currently installed.) 12:52:48 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 12:52:48 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 12:52:49 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 12:52:49 (Reading database ... 13914 files and directories currently installed.) 12:52:49 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:52:49 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:52:49 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 12:52:49 (Reading database ... 13914 files and directories currently installed.) 12:52:49 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:52:49 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:52:49 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 12:52:49 (Reading database ... 13914 files and directories currently installed.) 12:52:49 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:52:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:52:50 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 12:52:50 (Reading database ... 13914 files and directories currently installed.) 12:52:50 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:52:50 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:52:50 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 12:52:50 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 12:52:50 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 12:52:50 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:52:50 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 12:52:51 (Reading database ... 13914 files and directories currently installed.) 12:52:51 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 12:52:51 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 12:52:51 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 12:52:51 (Reading database ... 13914 files and directories currently installed.) 12:52:51 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 12:52:51 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:52:51 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 12:52:51 (Reading database ... 13914 files and directories currently installed.) 12:52:51 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 12:52:51 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:52:51 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 12:52:51 (Reading database ... 13914 files and directories currently installed.) 12:52:51 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 12:52:51 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 12:52:51 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 12:52:52 (Reading database ... 13914 files and directories currently installed.) 12:52:52 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 12:52:52 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 12:52:53 Setting up passwd (1:4.5-1ubuntu2) ... 12:52:54 (Reading database ... 13914 files and directories currently installed.) 12:52:54 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 12:52:54 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 12:52:54 Setting up gpgv (2.2.4-1ubuntu1.4) ... 12:52:54 (Reading database ... 13914 files and directories currently installed.) 12:52:54 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 12:52:54 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 12:52:54 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 12:52:54 (Reading database ... 13914 files and directories currently installed.) 12:52:54 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 12:52:54 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 12:52:54 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 12:52:54 (Reading database ... 13914 files and directories currently installed.) 12:52:54 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 12:52:55 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 12:52:55 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 12:52:55 (Reading database ... 13914 files and directories currently installed.) 12:52:55 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 12:52:55 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 12:52:55 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 12:52:55 (Reading database ... 13914 files and directories currently installed.) 12:52:55 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 12:52:55 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 12:52:56 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 12:52:56 (Reading database ... 13914 files and directories currently installed.) 12:52:56 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 12:52:56 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 12:52:56 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 12:52:56 (Reading database ... 13915 files and directories currently installed.) 12:52:56 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 12:52:56 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 12:52:56 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 12:52:56 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 12:52:56 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 12:52:56 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 12:52:57 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 12:52:57 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 12:52:57 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 12:52:57 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 12:52:57 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 12:52:57 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 12:52:57 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 12:52:57 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 12:52:57 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 12:52:57 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 12:52:57 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 12:52:57 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 12:52:58 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 12:52:58 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 12:52:58 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 12:52:58 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 12:52:58 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 12:52:58 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 12:52:59 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 12:52:59 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 12:52:59 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 12:52:59 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 12:53:00 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:53:00 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:53:00 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:53:00 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:53:00 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:53:00 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:53:01 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:53:01 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:53:01 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:53:01 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:53:01 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:53:01 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:53:01 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:53:01 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:53:01 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:53:01 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:53:02 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:53:02 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:53:03 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:53:03 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:53:04 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:53:04 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:53:04 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:53:04 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:53:05 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:53:05 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:53:05 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:53:05 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:53:05 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 12:53:05 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:53:06 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 12:53:06 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:53:06 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 12:53:06 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 12:53:06 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:53:06 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:53:06 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:53:06 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:53:06 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 12:53:06 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 12:53:06 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:53:06 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 12:53:06 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:53:06 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:53:07 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:53:07 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 12:53:07 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 12:53:07 Setting up tzdata (2021a-0ubuntu0.18.04) ... 12:53:07 12:53:07 Current default time zone: 'Etc/UTC' 12:53:07 Local time is now: Thu Feb 25 12:53:07 UTC 2021. 12:53:07 Universal Time is now: Thu Feb 25 12:53:07 UTC 2021. 12:53:07 Run 'dpkg-reconfigure tzdata' if you wish to change it. 12:53:07 12:53:07 Setting up systemd-sysv (237-3ubuntu10.44) ... 12:53:07 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:53:07 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 12:53:07 Setting up mount (2.31.1-0.4ubuntu3.7) ... 12:53:07 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 12:53:07 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 12:53:07 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 12:53:07 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 12:53:07 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 12:53:07 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 12:53:07 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:53:08 Setting up procps (2:3.3.12-3ubuntu1.2) ... 12:53:08 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 12:53:08 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 12:53:08 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 12:53:08 Setting up patch (2.7.6-2ubuntu1.1) ... 12:53:08 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 12:53:08 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 12:53:08 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 12:53:08 Installing new version of config file /etc/ssl/openssl.cnf ... 12:53:08 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 12:53:08 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 12:53:08 Setting up ca-certificates (20210119~18.04.1) ... 12:53:10 Updating certificates in /etc/ssl/certs... 12:53:11 23 added, 27 removed; done. 12:53:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 12:53:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:53:11 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 12:53:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 12:53:11 Setting up pkgbinarymangler (138.18.04.1) ... 12:53:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 12:53:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 12:53:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 12:53:11 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 12:53:11 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:53:11 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 12:53:11 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:53:11 Setting up perl (5.26.1-6ubuntu0.5) ... 12:53:11 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 12:53:11 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 12:53:11 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 12:53:11 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 12:53:11 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 12:53:11 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 12:53:11 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 12:53:11 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 12:53:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 12:53:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:53:12 Processing triggers for systemd (237-3ubuntu10.44) ... 12:53:12 Processing triggers for mime-support (3.60ubuntu1) ... 12:53:12 Processing triggers for ca-certificates (20210119~18.04.1) ... 12:53:12 Updating certificates in /etc/ssl/certs... 12:53:12 0 added, 0 removed; done. 12:53:12 Running hooks in /etc/ca-certificates/update.d... 12:53:12 done. 12:53:13 Reading package lists... 12:53:13 Building dependency tree... 12:53:13 Reading state information... 12:53:13 The following NEW packages will be installed: 12:53:13 apt-transport-https 12:53:13 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 12:53:13 Need to get 1696 B of archives. 12:53:13 After this operation, 153 kB of additional disk space will be used. 12:53:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 12:53:13 debconf: delaying package configuration, since apt-utils is not installed 12:53:13 Fetched 1696 B in 0s (22.7 kB/s) 12:53:13 Selecting previously unselected package apt-transport-https. 12:53:13 (Reading database ... 13920 files and directories currently installed.) 12:53:13 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 12:53:13 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 12:53:13 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 12:53:14 Waiting for network to be ready... 12:53:19 2021-02-25T12:53:17Z INFO Waiting for automatic snapd restart... 12:53:19 snapd 2.48.2.1 from Canonical* installed 12:53:19 "snapd" switched to the "latest/stable" channel 12:53:19 12:53:22 core18 20210128 from Canonical* installed 12:53:22 "core18" switched to the "latest/stable" channel 12:53:22 12:53:25 snapcraft 4.5.1 from Canonical* installed 12:53:25 "snapcraft" switched to the "latest/stable" channel 12:53:25 12:53:28 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: 12:53:28 - README.md 12:53:28 - snapcraft.yaml.orig 12:53:28 12:53:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:53:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:53:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:53:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 12:53:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:53:36 Reading package lists... 12:53:36 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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 12:53:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:53:43 Reading package lists... 12:53:43 Building dependency tree... 12:53:43 Reading state information... 12:53:43 Suggested packages: 12:53:43 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 12:53:43 git-gui gitk gitweb git-cvs git-mediawiki git-svn 12:53:43 Recommended packages: 12:53:43 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 12:53:43 The following NEW packages will be installed: 12:53:43 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 12:53:43 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 12:53:43 pkg-config zip 12:53:43 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 12:53:43 Need to get 7655 kB of archives. 12:53:43 After this operation, 43.7 MB of additional disk space will be used. 12:53:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 12:53:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 12:53:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 12:53:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 12:53:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 12:53:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 12:53:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 12:53:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 12:53:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 12:53:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 12:53:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 12:53:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 12:53:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 12:53:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 12:53:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 12:53:43 debconf: delaying package configuration, since apt-utils is not installed 12:53:43 Fetched 7655 kB in 1s (10.6 MB/s) 12:53:43 Selecting previously unselected package libglib2.0-0:amd64. 12:53:43 (Reading database ... 13924 files and directories currently installed.) 12:53:43 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 12:53:43 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 12:53:44 Selecting previously unselected package libpsl5:amd64. 12:53:44 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 12:53:44 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 12:53:44 Selecting previously unselected package libnghttp2-14:amd64. 12:53:44 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 12:53:44 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 12:53:44 Selecting previously unselected package librtmp1:amd64. 12:53:44 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 12:53:44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 12:53:44 Selecting previously unselected package libcurl3-gnutls:amd64. 12:53:44 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 12:53:44 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 12:53:44 Selecting previously unselected package liberror-perl. 12:53:44 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 12:53:44 Unpacking liberror-perl (0.17025-1) ... 12:53:44 Selecting previously unselected package git-man. 12:53:44 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 12:53:44 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 12:53:44 Selecting previously unselected package git. 12:53:44 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 12:53:44 Unpacking git (1:2.17.1-1ubuntu0.7) ... 12:53:45 Selecting previously unselected package libnorm1:amd64. 12:53:45 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 12:53:45 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:53:45 Selecting previously unselected package libpgm-5.2-0:amd64. 12:53:45 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 12:53:45 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:53:45 Selecting previously unselected package libsodium23:amd64. 12:53:45 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 12:53:45 Unpacking libsodium23:amd64 (1.0.16-2) ... 12:53:45 Selecting previously unselected package libzmq5:amd64. 12:53:45 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 12:53:45 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:53:45 Selecting previously unselected package libzmq3-dev:amd64. 12:53:45 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 12:53:45 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:53:45 Selecting previously unselected package pkg-config. 12:53:45 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 12:53:45 Unpacking pkg-config (0.29.1-0ubuntu2) ... 12:53:46 Selecting previously unselected package zip. 12:53:46 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 12:53:46 Unpacking zip (3.0-11build1) ... 12:53:46 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:53:46 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 12:53:46 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 12:53:46 Setting up liberror-perl (0.17025-1) ... 12:53:46 Setting up libpsl5:amd64 (0.19.1-5build1) ... 12:53:46 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 12:53:46 No schema files found: doing nothing. 12:53:46 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 12:53:46 Setting up zip (3.0-11build1) ... 12:53:46 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:53:46 Setting up libsodium23:amd64 (1.0.16-2) ... 12:53:46 Setting up pkg-config (0.29.1-0ubuntu2) ... 12:53:46 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:53:46 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 12:53:46 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:53:46 Setting up git (1:2.17.1-1ubuntu0.7) ... 12:53:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:53:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:53:53 git set to automatically installed. 12:53:53 git-man set to automatically installed. 12:53:53 libcurl3-gnutls set to automatically installed. 12:53:53 liberror-perl set to automatically installed. 12:53:53 libglib2.0-0 set to automatically installed. 12:53:53 libnghttp2-14 set to automatically installed. 12:53:53 libnorm1 set to automatically installed. 12:53:53 libpgm-5.2-0 set to automatically installed. 12:53:53 libpsl5 set to automatically installed. 12:53:53 librtmp1 set to automatically installed. 12:53:53 libsodium23 set to automatically installed. 12:53:53 libzmq3-dev set to automatically installed. 12:53:53 libzmq5 set to automatically installed. 12:53:53 pkg-config set to automatically installed. 12:53:53 zip set to automatically installed. 12:53:55 snapd is not logged in, snap install commands will use sudo 12:54:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:54:02 snap "core18" has no updates available 12:54:03 Pulling config-common 12:54:03 + snapcraftctl pull 12:54:04 Pulling go-build-helper 12:54:04 + snapcraftctl pull 12:54:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 12:54:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 12:54:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 12:54:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 12:54:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 12:54:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 12:54:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 12:54:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 12:54:26 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 12:54:26 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 12:54:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 12:54:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 12:54:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 12:54:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 12:54:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 12:54:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 12:54:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] 12:54:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 12:54:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 12:54:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 12:54:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 12:54:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 12:54:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 12:54:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 12:54:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 12:54:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 12:54:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 12:54:26 Fetched 24.0 MB in 0s (0 B/s) 12:54:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 12:54:26 Fetched 96.5 kB in 0s (0 B/s) 12:54:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 12:54:26 Fetched 279 kB in 0s (0 B/s) 12:54:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 12:54:26 Fetched 122 kB in 0s (0 B/s) 12:54:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 12:54:26 Fetched 77.8 kB in 0s (0 B/s) 12:54:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 12:54:26 Fetched 8848 B in 0s (0 B/s) 12:54:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 12:54:26 Fetched 47.8 kB in 0s (0 B/s) 12:54:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 12:54:26 Fetched 45.6 kB in 0s (0 B/s) 12:54:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 12:54:26 Fetched 15.0 kB in 0s (0 B/s) 12:54:26 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 12:54:26 Fetched 214 kB in 0s (0 B/s) 12:54:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 12:54:26 Fetched 154 kB in 0s (0 B/s) 12:54:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 12:54:26 Fetched 50.6 kB in 0s (0 B/s) 12:54:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 12:54:26 Fetched 14.8 kB in 0s (0 B/s) 12:54:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 12:54:26 Fetched 41.8 kB in 0s (0 B/s) 12:54:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 12:54:26 Fetched 499 kB in 0s (0 B/s) 12:54:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 12:54:26 Fetched 111 kB in 0s (0 B/s) 12:54:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 12:54:26 Fetched 240 kB in 0s (0 B/s) 12:54:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 12:54:26 Fetched 29.3 kB in 0s (0 B/s) 12:54:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 12:54:26 Fetched 85.5 kB in 0s (0 B/s) 12:54:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 12:54:26 Fetched 24.5 kB in 0s (0 B/s) 12:54:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 12:54:26 Fetched 49.2 kB in 0s (0 B/s) 12:54:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 12:54:26 Fetched 54.2 kB in 0s (0 B/s) 12:54:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 12:54:26 Fetched 30.8 kB in 0s (0 B/s) 12:54:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 12:54:26 Fetched 15.8 kB in 0s (0 B/s) 12:54:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 12:54:26 Fetched 85.9 kB in 0s (0 B/s) 12:54:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 12:54:26 Fetched 8720 B in 0s (0 B/s) 12:54:26 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 12:54:26 Fetched 137 kB in 0s (0 B/s) 12:54:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 12:54:26 Fetched 119 kB in 0s (0 B/s) 12:54:26 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 12:54:26 Fetched 109 kB in 0s (0 B/s) 12:54:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 12:54:26 Fetched 11.1 kB in 0s (0 B/s) 12:54:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 12:54:26 Fetched 645 kB in 0s (0 B/s) 12:54:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 12:54:26 Fetched 41.3 kB in 0s (0 B/s) 12:54:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 12:54:26 Fetched 17.9 kB in 0s (0 B/s) 12:54:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 12:54:26 Fetched 368 kB in 0s (0 B/s) 12:54:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 12:54:26 Fetched 187 kB in 0s (0 B/s) 12:54:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 12:54:26 Fetched 175 kB in 0s (0 B/s) 12:54:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 12:54:29 Fetched 206 kB in 0s (0 B/s) 12:54:29 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 12:54:29 Fetched 1301 kB in 0s (0 B/s) 12:54:29 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 12:54:29 Fetched 36.2 kB in 0s (0 B/s) 12:54:29 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 12:54:29 Fetched 159 kB in 0s (0 B/s) 12:54:29 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 12:54:29 Fetched 107 kB in 0s (0 B/s) 12:54:29 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 12:54:29 Fetched 48.7 kB in 0s (0 B/s) 12:54:29 Pulling static-packages 12:54:29 + snapcraftctl pull 12:54:29 'go115' has dependencies that need to be staged: go-build-helper static-packages 12:54:29 Skipping pull go-build-helper (already ran) 12:54:29 Skipping pull static-packages (already ran) 12:54:29 Building go-build-helper 12:54:29 + snapcraftctl build 12:54:33 Building static-packages 12:54:33 + snapcraftctl build 12:54:35 Staging go-build-helper 12:54:35 + snapcraftctl stage 12:54:35 Staging static-packages 12:54:35 + snapcraftctl stage 12:54:36 Pulling go115 12:54:36 + snapcraftctl pull 12:54:37 'edgex-go' has dependencies that need to be staged: go115 12:54:37 Skipping pull go115 (already ran) 12:54:37 Building go115 12:54:37 + dpkg --print-architecture 12:54:37 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 12:54:37 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 12:54:37 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 12:54:37 % Total % Received % Xferd Average Speed Time Time Time Current 12:54:37 Dload Upload Total Spent Left Speed 12:54:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 115M 27 31.2M 0 0 29.2M 0 0:00:03 0:00:01 0:00:02 29.1M 58 115M 58 68.0M 0 0 32.8M 0 0:00:03 0:00:02 0:00:01 32.8M 92 115M 92 106M 0 0 34.7M 0 0:00:03 0:00:03 --:--:-- 34.7M 100 115M 100 115M 0 0 35.9M 0 0:00:03 0:00:03 --:--:-- 35.9M 12:54:41 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 12:54:41 + sha256sum -c sha256 12:54:41 + grep OK 12:54:41 go1.15.2.linux-amd64.tar.gz: OK 12:54:41 + mkdir -p /root/stage/go1.15 12:54:41 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 12:54:45 Staging go115 12:54:45 + snapcraftctl stage 12:54:51 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 12:54:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 12:54:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:54:51 Fetched 0 B in 0s (0 B/s) 12:54:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 12:54:51 Fetched 224 kB in 0s (0 B/s) 12:54:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 12:54:51 Fetched 157 kB in 0s (0 B/s) 12:54:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 12:54:51 Fetched 221 kB in 0s (0 B/s) 12:54:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 12:54:51 Fetched 143 kB in 0s (0 B/s) 12:54:51 Pulling edgex-go 12:54:51 + snapcraftctl pull 12:54:51 Pulling version 12:54:51 + cd /root/project 12:54:51 + [ -f VERSION ] 12:54:51 + PROJECT_VERSION=local-dev 12:54:51 + git rev-parse --short HEAD 12:54:51 + GIT_REVISION=191125ba 12:54:51 + snapcraftctl set-version local-dev 12:54:52 Building config-common 12:54:52 + snapcraftctl build 12:54:54 Skipping build go-build-helper (already ran) 12:54:54 Skipping build static-packages (already ran) 12:54:54 Skipping build go115 (already ran) 12:54:54 Building edgex-go 12:54:54 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 12:54:54 + cd /root/parts/edgex-go/src 12:54:54 + make build 12:54:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 12:54:56 go: downloading github.com/gorilla/mux v1.8.0 12:54:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 12:54:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 12:54:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 12:54:56 go: downloading github.com/imdario/mergo v0.3.11 12:54:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 12:54:56 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 12:54:56 go: downloading github.com/pkg/errors v0.8.1 12:54:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 12:54:56 go: downloading github.com/google/uuid v1.2.0 12:54:56 go: downloading github.com/OneOfOne/xxhash v1.2.8 12:54:56 go: downloading github.com/BurntSushi/toml v0.3.1 12:54:56 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 12:54:56 go: downloading github.com/x448/float16 v0.8.4 12:54:56 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 12:54:56 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 12:54:56 go: downloading github.com/go-playground/validator/v10 v10.3.0 12:54:56 go: downloading github.com/go-redis/redis/v7 v7.2.0 12:54:56 go: downloading github.com/pebbe/zmq4 v1.2.5 12:54:56 go: downloading github.com/go-kit/kit v0.8.0 12:54:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 12:54:56 go: downloading github.com/hashicorp/consul/api v1.8.1 12:54:56 go: downloading github.com/pelletier/go-toml v1.2.0 12:54:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 12:54:56 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 12:54:56 go: downloading github.com/go-playground/universal-translator v0.17.0 12:54:56 go: downloading github.com/leodido/go-urn v1.2.0 12:54:56 go: downloading github.com/mitchellh/copystructure v1.0.0 12:54:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 12:54:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 12:54:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 12:54:56 go: downloading github.com/hashicorp/go-hclog v0.12.0 12:54:56 go: downloading github.com/hashicorp/serf v0.9.5 12:54:56 go: downloading github.com/go-playground/locales v0.13.0 12:54:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 12:54:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 12:54:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 12:54:56 go: downloading github.com/mattn/go-isatty v0.0.12 12:54:56 go: downloading github.com/fatih/color v1.9.0 12:54:56 go: downloading github.com/mattn/go-colorable v0.1.6 12:54:56 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 12:54:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 12:54:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 12:54:57 go: downloading github.com/hashicorp/golang-lru v0.5.0 12:55:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:55:03 go: downloading gopkg.in/yaml.v2 v2.4.0 12:55:07 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 12:55:08 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 12:55:10 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 12:55:10 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 12:55:10 go: downloading github.com/stretchr/testify v1.7.0 12:55:10 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 12:55:10 go: downloading github.com/pmezard/go-difflib v1.0.0 12:55:10 go: downloading github.com/davecgh/go-spew v1.1.1 12:55:12 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 12:55:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 12:55:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 12:55:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:55:14 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 12:55:14 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 12:55:15 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 12:55:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 12:55:16 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 12:55:17 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 12:55:17 go: downloading github.com/lib/pq v1.9.0 12:55:19 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 12:55:19 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 12:55:19 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 12:55:19 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 12:55:19 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 12:55:19 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 12:55:19 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 12:55:19 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 12:55:19 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 12:55:19 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 12:55:19 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 12:55:19 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 12:55:19 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 12:55:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 12:55:19 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 12:55:19 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 12:55:19 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 12:55:19 + 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 12:55:19 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 12:55:19 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 12:55:19 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 12:55:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 12:55:19 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 12:55:19 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 12:55:19 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 12:55:20 Building version 12:55:20 + snapcraftctl build 12:55:22 Staging config-common 12:55:22 + snapcraftctl stage 12:55:23 Skipping stage go-build-helper (already ran) 12:55:23 Skipping stage static-packages (already ran) 12:55:23 Skipping stage go115 (already ran) 12:55:23 Staging edgex-go 12:55:23 + snapcraftctl stage 12:55:24 Staging version 12:55:24 + snapcraftctl stage 12:55:25 Priming config-common 12:55:25 + snapcraftctl prime 12:55:26 Priming go-build-helper 12:55:26 + snapcraftctl prime 12:55:27 Priming static-packages 12:55:27 + snapcraftctl prime 12:55:29 Priming go115 12:55:29 + snapcraftctl prime 12:55:29 Priming edgex-go 12:55:29 + snapcraftctl prime 12:55:31 Priming version 12:55:31 + snapcraftctl prime 12:55:32 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 12:55:35 provisioning config files... 12:55:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config8305195054666944726tmp [Pipeline] { [Pipeline] sh 12:55:36 + set +x 12:55:36 + curl -s https://codecov.io/bash 12:55:36 + bash -s -- 12:55:38 12:55:38 _____ _ 12:55:38 / ____| | | 12:55:38 | | ___ __| | ___ ___ _____ __ 12:55:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:55:38 | |___| (_) | (_| | __/ (_| (_) \ V / 12:55:38 \_____\___/ \__,_|\___|\___\___/ \_/ 12:55:38 Bash-20210129-7c25fce 12:55:38 12:55:38 12:55:38 ==> git version 2.24.3 found 12:55:38 ==> 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 12:55:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:55:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:55:38 ==> Jenkins CI detected. 12:55:38 project root: . 12:55:38 --> token set from env 12:55:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:55:39 ==> Running gcov in . (disable via -X gcov) 12:55:39 ==> Python coveragepy not found 12:55:39 ==> Searching for coverage reports in: 12:55:39 + . 12:55:39 -> Found 1 reports 12:55:39 ==> Detecting git/mercurial file structure 12:55:39 ==> Reading reports 12:55:39 + ./coverage.out bytes=594620 12:55:39 ==> Appending adjustments 12:55:39 https://docs.codecov.io/docs/fixing-reports 12:55:48 + Found adjustments 12:55:48 ==> Gzipping contents 12:55:48 88K /tmp/codecov.Mo4Jcu.gz 12:55:48 ==> Uploading reports 12:55:48 url: https://codecov.io 12:55:48 query: branch=PR-3196&commit=191125bad590df5eca5bf019996a39733ee48d27&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3196%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3196&job=&cmd_args= 12:55:48 -> Pinging Codecov 12:55:48 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3196&commit=191125bad590df5eca5bf019996a39733ee48d27&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3196%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3196&job=&cmd_args= 12:55:49 -> Uploading to 12:55:49 https://storage.googleapis.com/codecov/v4/raw/2021-02-25/00271124DB129430A58F1EEE437C3FCB/191125bad590df5eca5bf019996a39733ee48d27/5a2331d5-5ec2-417f-b8dd-236a98a45a3e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T125548Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ada57626ff57b12d557e02a78bcb70d1ad1ed00754325253494666c84be2d666 12:55:49 % Total % Received % Xferd Average Speed Time Time Time Current 12:55:49 Dload Upload Total Spent Left Speed 12:55:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88758 0 0 100 88758 0 98k --:--:-- --:--:-- --:--:-- 98k 12:55:50 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/191125bad590df5eca5bf019996a39733ee48d27 [Pipeline] } 12:55:50 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 12:55:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:55:55 ---> package-listing.sh 12:55:55 ++ facter osfamily 12:55:55 ++ tr '[:upper:]' '[:lower:]' 12:55:55 + OS_FAMILY=redhat 12:55:55 + workspace=/w/workspace/edgex-go/2 12:55:55 + START_PACKAGES=/tmp/packages_start.txt 12:55:55 + END_PACKAGES=/tmp/packages_end.txt 12:55:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:55:55 + PACKAGES=/tmp/packages_start.txt 12:55:55 + '[' /w/workspace/edgex-go/2 ']' 12:55:55 + PACKAGES=/tmp/packages_end.txt 12:55:55 + case "${OS_FAMILY}" in 12:55:55 + sort 12:55:55 + rpm -qa 12:56:06 + '[' -f /tmp/packages_start.txt ']' 12:56:06 + '[' -f /tmp/packages_end.txt ']' 12:56:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:56:06 + '[' /w/workspace/edgex-go/2 ']' 12:56:06 + mkdir -p /w/workspace/edgex-go/2/archives/ 12:56:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 12:56:06 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:56:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:56:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:56:09 12:56:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:56:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:56:11 alpine: Pulling from edgex-lftools-log-publisher 12:56:11 df20fa9351a1: Pulling fs layer 12:56:11 36b3adc4ff6f: Pulling fs layer 12:56:11 8ad3a11d3b57: Pulling fs layer 12:56:11 46f8f816bc3b: Pulling fs layer 12:56:11 93b61091891f: Pulling fs layer 12:56:11 93b9cdb0e59b: Pulling fs layer 12:56:11 5e14af77c1be: Pulling fs layer 12:56:11 01666e4c0597: Pulling fs layer 12:56:11 aa168da1d23b: Pulling fs layer 12:56:11 46f8f816bc3b: Waiting 12:56:11 93b61091891f: Waiting 12:56:11 01666e4c0597: Waiting 12:56:11 93b9cdb0e59b: Waiting 12:56:11 5e14af77c1be: Waiting 12:56:11 aa168da1d23b: Waiting 12:56:11 36b3adc4ff6f: Verifying Checksum 12:56:11 36b3adc4ff6f: Download complete 12:56:11 46f8f816bc3b: Verifying Checksum 12:56:11 46f8f816bc3b: Download complete 12:56:11 df20fa9351a1: Verifying Checksum 12:56:11 df20fa9351a1: Download complete 12:56:12 93b9cdb0e59b: Verifying Checksum 12:56:12 93b9cdb0e59b: Download complete 12:56:12 93b61091891f: Download complete 12:56:12 01666e4c0597: Verifying Checksum 12:56:12 01666e4c0597: Download complete 12:56:12 5e14af77c1be: Verifying Checksum 12:56:12 5e14af77c1be: Download complete 12:56:12 8ad3a11d3b57: Verifying Checksum 12:56:12 8ad3a11d3b57: Download complete 12:56:13 df20fa9351a1: Pull complete 12:56:13 36b3adc4ff6f: Pull complete 12:56:17 8ad3a11d3b57: Pull complete 12:56:18 46f8f816bc3b: Pull complete 12:56:19 93b61091891f: Pull complete 12:56:20 93b9cdb0e59b: Pull complete 12:56:21 5e14af77c1be: Pull complete 12:56:22 aa168da1d23b: Verifying Checksum 12:56:22 aa168da1d23b: Download complete 12:56:22 01666e4c0597: Pull complete 12:56:50 aa168da1d23b: Pull complete 12:56:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:56:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:56:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:56:51 prd-centos7-docker-4c-2g-27642 does not seem to be running inside a container 12:56:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:56:58 $ docker top b0a1410efe98cf15a2dbdafad46cdcfc593a713ef031e27f24b0bbaa4b1405f5 -eo pid,comm [Pipeline] { [Pipeline] sh 12:57:00 + touch /tmp/pre-build-complete [Pipeline] sh 12:57:02 + mkdir -p /var/log/sa [Pipeline] sh 12:57:03 + ls /var/log/sa-host 12:57:03 + sadf -c /var/log/sa-host/sa23 12:57:03 file_magic: OK 12:57:03 HZ: Using current value: 100 12:57:03 file_header: OK 12:57:03 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 12:57:03 Statistics: 12:57:03 Hnuu...uuuununununu... 12:57:03 File successfully converted to sysstat format version 12.2.1 12:57:03 + sadf -c /var/log/sa-host/sa25 12:57:03 file_magic: OK 12:57:03 HZ: Using current value: 100 12:57:03 file_header: OK 12:57:03 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 12:57:03 Statistics: 12:57:03 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... 12:57:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:57:04 provisioning config files... 12:57:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7449659497469453592tmp [Pipeline] { [Pipeline] echo 12:57:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:57:05 ---> create-netrc.sh [Pipeline] } 12:57:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:57:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:57:07 ---> python-tools-install.sh [Pipeline] echo 12:57:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:57:08 ---> sudo-logs.sh 12:57:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:57:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:57:09 ---> job-cost.sh 12:57:09 lf-activate-venv: SKIPPING 12:57:09 DEBUG: total: 0.20999999344348907 12:57:09 INFO: Retrieving Stack Cost... 12:57:10 INFO: Retrieving Pricing Info for: v1-standard-2 12:57:10 INFO: Archiving Costs [Pipeline] echo 12:57:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:57:12 ---> logs-deploy.sh 12:57:12 lf-activate-venv: SKIPPING 12:57:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3196/2 12:57:12 INFO: archiving workspace using pattern(s): 12:57:16 Archives upload complete. 12:57:16 INFO: archiving logs to Nexus 12:57:17 ---> uname -a: 12:57:17 Linux prd-centos7-docker-4c-2g-27642.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 12:57:17 12:57:17 12:57:17 ---> lscpu: 12:57:17 Architecture: x86_64 12:57:17 CPU op-mode(s): 32-bit, 64-bit 12:57:17 Byte Order: Little Endian 12:57:17 Address sizes: 40 bits physical, 48 bits virtual 12:57:17 CPU(s): 4 12:57:17 On-line CPU(s) list: 0-3 12:57:17 Thread(s) per core: 1 12:57:17 Core(s) per socket: 1 12:57:17 Socket(s): 4 12:57:17 NUMA node(s): 1 12:57:17 Vendor ID: GenuineIntel 12:57:17 CPU family: 6 12:57:17 Model: 44 12:57:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:57:17 Stepping: 1 12:57:17 CPU MHz: 2933.438 12:57:17 BogoMIPS: 5866.87 12:57:17 Virtualization: VT-x 12:57:17 Hypervisor vendor: KVM 12:57:17 Virtualization type: full 12:57:17 L1d cache: 128 KiB 12:57:17 L1i cache: 128 KiB 12:57:17 L2 cache: 16 MiB 12:57:17 L3 cache: 64 MiB 12:57:17 NUMA node0 CPU(s): 0-3 12:57:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:57:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:57:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:57:17 Vulnerability Meltdown: Mitigation; PTI 12:57:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:57:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:57:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:57:17 Vulnerability Srbds: Not affected 12:57:17 Vulnerability Tsx async abort: Not affected 12:57:17 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 12:57:17 12:57:17 12:57:17 ---> nproc: 12:57:17 4 12:57:17 12:57:17 12:57:17 ---> df -h: 12:57:17 Filesystem Size Used Available Use% Mounted on 12:57:17 overlay 50.0G 11.7G 38.3G 23% / 12:57:17 tmpfs 64.0M 0 64.0M 0% /dev 12:57:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:57:17 shm 64.0M 0 64.0M 0% /dev/shm 12:57:17 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 12:57:17 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 12:57:17 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 12:57:17 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 12:57:17 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 12:57:17 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 12:57:17 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 12:57:17 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 12:57:17 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2@tmp 12:57:17 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2 12:57:17 12:57:17 12:57:17 ---> free -m: 12:57:17 total used free shared buff/cache available 12:57:17 Mem: 1837 637 212 0 987 1117 12:57:17 Swap: 1023 69 954 12:57:17 12:57:17 12:57:17 ---> ip addr: 12:57:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:57:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:57:17 inet 127.0.0.1/8 scope host lo 12:57:17 valid_lft forever preferred_lft forever 12:57:17 inet6 ::1/128 scope host 12:57:17 valid_lft forever preferred_lft forever 12:57:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:57:17 link/ether fa:16:3e:c7:48:74 brd ff:ff:ff:ff:ff:ff 12:57:17 inet 10.30.122.236/23 brd 10.30.123.255 scope global dynamic eth0 12:57:17 valid_lft 84226sec preferred_lft 84226sec 12:57:17 inet6 fe80::f816:3eff:fec7:4874/64 scope link 12:57:17 valid_lft forever preferred_lft forever 12:57:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:57:17 link/ether 02:42:29:3f:63:5c brd ff:ff:ff:ff:ff:ff 12:57:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:57:17 valid_lft forever preferred_lft forever 12:57:17 inet6 fe80::42:29ff:fe3f:635c/64 scope link 12:57:17 valid_lft forever preferred_lft forever 12:57:17 12:57:17 12:57:17 ---> sar -b -r -n DEV: 12:57:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 12:57:17 12:57:17 12:20:42 LINUX RESTART (4 CPU) 12:57:17 12:57:17 12:22:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:57:17 12:23:01 41.13 31.84 9.28 0.00 3169.15 1486.92 0.00 12:57:17 12:24:02 39.42 6.34 33.08 0.00 2881.62 5801.75 0.00 12:57:17 12:25:01 31.35 9.22 22.13 0.00 1923.62 7037.40 0.00 12:57:17 12:26:02 98.19 35.81 62.38 0.00 4007.84 27815.95 0.00 12:57:17 12:27:01 132.52 42.29 90.23 0.00 2110.86 16209.95 0.00 12:57:17 12:28:02 114.04 15.51 98.52 0.00 676.02 12667.41 0.00 12:57:17 12:29:01 113.64 66.37 47.26 0.00 2173.43 6849.52 0.00 12:57:17 12:30:02 54.36 11.92 42.44 0.00 585.71 3549.68 0.00 12:57:17 12:31:01 43.68 17.89 25.79 0.00 636.03 1807.22 0.00 12:57:17 12:32:01 61.97 16.27 45.70 0.00 880.12 3862.57 0.00 12:57:17 12:33:02 49.32 25.71 23.61 0.00 1802.52 1546.98 0.00 12:57:17 12:34:01 12.53 0.99 11.53 0.00 24.28 3001.43 0.00 12:57:17 12:35:02 106.28 10.70 95.58 0.00 754.30 17463.60 0.00 12:57:17 12:36:07 171.20 76.38 94.82 0.00 26741.30 76418.34 0.00 12:57:17 12:37:14 481.41 412.17 69.24 0.00 47563.51 49061.10 0.00 12:57:17 12:38:04 448.05 355.18 92.87 0.00 19571.24 17142.28 0.00 12:57:17 12:39:07 794.09 700.22 93.86 0.00 52710.50 58526.79 0.00 12:57:17 12:40:05 919.41 829.44 89.98 0.00 46166.13 51402.96 0.00 12:57:17 12:41:03 806.99 708.10 98.89 0.00 36971.90 38870.45 0.00 12:57:17 12:42:03 83.36 36.10 47.26 0.00 3501.85 7814.57 0.00 12:57:17 12:43:02 226.47 85.90 140.57 0.00 9051.69 19197.32 0.00 12:57:17 12:44:08 318.56 170.44 148.13 0.00 32883.55 70192.22 0.00 12:57:17 12:45:05 589.56 479.85 109.70 0.00 51311.93 53224.45 0.00 12:57:17 12:46:04 359.46 292.99 66.47 0.00 17697.05 18828.36 0.00 12:57:17 12:47:02 475.92 360.99 114.94 0.00 20797.36 29217.42 0.00 12:57:17 12:48:01 132.63 50.01 82.62 0.00 2632.70 9701.21 0.00 12:57:17 12:49:01 71.10 0.27 70.83 0.00 7.31 13958.53 0.00 12:57:17 12:50:02 37.72 14.80 22.92 0.00 2924.00 816.41 0.00 12:57:17 12:51:01 2.00 0.30 1.69 0.00 7.18 30.52 0.00 12:57:17 12:52:01 0.28 0.02 0.27 0.00 0.13 2.73 0.00 12:57:17 12:53:01 0.40 0.07 0.33 0.00 0.53 4.55 0.00 12:57:17 12:54:01 0.23 0.02 0.22 0.00 0.13 3.13 0.00 12:57:17 12:55:01 0.52 0.28 0.23 0.00 2.93 3.68 0.00 12:57:17 12:56:01 55.87 55.33 0.53 0.00 5055.62 58.78 0.00 12:57:17 12:57:01 127.59 41.64 85.95 0.00 3590.56 19070.92 0.00 12:57:17 Average: 198.76 140.42 58.34 0.00 11571.87 18724.15 0.00 12:57:17 12:57:17 12:22:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:57:17 12:23:01 68484 0 522216 27.75 2620 1288224 1081772 36.92 385400 1228048 46352 12:57:17 12:24:02 79568 0 553700 29.43 2620 1245656 1267800 43.27 513180 1086036 5500 12:57:17 12:25:01 68544 0 761372 40.47 2620 1049008 1486784 50.74 652892 951644 7052 12:57:17 12:26:02 68532 0 651828 34.64 2596 1158588 1506744 51.42 714716 873896 88104 12:57:17 12:27:01 138292 0 655128 34.82 2252 1085872 1488976 50.82 564848 928348 1588 12:57:17 12:28:02 329736 0 658324 34.99 1596 891888 1318080 44.98 454700 819708 52 12:57:17 12:29:01 223864 0 737736 39.21 1188 918756 1700220 58.03 605172 768860 3288 12:57:17 12:30:02 192056 0 767696 40.80 940 920852 1612876 55.04 678848 720316 35444 12:57:17 12:31:01 349228 0 728564 38.72 932 802820 1472368 50.25 528032 710616 28828 12:57:17 12:32:01 204580 0 710932 37.78 932 965100 1561312 53.28 614480 764832 57104 12:57:17 12:33:02 161656 0 777340 41.31 876 941672 1489940 50.85 683536 736800 85404 12:57:17 12:34:01 169704 0 708064 37.63 876 1002900 1412768 48.22 622380 790640 61016 12:57:17 12:35:02 185792 0 689116 36.63 812 1005824 1383296 47.21 577768 821612 44 12:57:17 12:36:07 68760 0 783112 41.62 240 1029432 2194792 74.90 724220 866432 33080 12:57:17 12:37:14 79184 0 766468 40.74 104 1035788 2183092 74.51 704944 889696 76280 12:57:17 12:38:04 67232 0 712136 37.85 104 1102072 1876880 64.05 610308 981636 95092 12:57:17 12:39:07 73688 0 774980 41.19 104 1032772 2281936 77.88 776180 812944 69256 12:57:17 12:40:05 74988 0 786528 41.80 104 1019924 2290352 78.17 771048 802428 83880 12:57:17 12:41:03 88684 0 1037896 55.16 104 754860 4389440 149.80 862100 656228 8708 12:57:17 12:42:03 317588 0 1034052 54.96 104 529800 3641056 124.26 694164 593636 63660 12:57:17 12:43:02 480444 0 658876 35.02 104 742120 1809396 61.75 455252 690080 8076 12:57:17 12:44:08 83564 0 736884 39.16 76 1061020 2180808 74.43 707628 858040 31656 12:57:17 12:45:05 304608 0 635260 33.76 76 941600 2043964 69.76 610468 731560 260 12:57:17 12:46:04 73188 0 767852 40.81 76 1040428 2859092 97.58 644948 908720 75360 12:57:17 12:47:02 108780 0 682200 36.26 72 1090492 1857892 63.41 740524 788040 2216 12:57:17 12:48:01 323180 0 627892 33.37 72 930400 1606124 54.81 514856 801260 81272 12:57:17 12:49:01 123048 0 650188 34.56 72 1108236 1541640 52.61 533960 963864 14928 12:57:17 12:50:02 168016 0 569784 30.28 72 1143672 1283500 43.80 462720 996096 8 12:57:17 12:51:01 180064 0 557544 29.63 72 1143864 1113656 38.01 454492 995920 8 12:57:17 12:52:01 181228 0 556376 29.57 72 1143868 1108348 37.83 453748 995972 8 12:57:17 12:53:01 180876 0 556720 29.59 72 1143876 1108420 37.83 453824 995980 20 12:57:17 12:54:01 180700 0 556888 29.60 72 1143884 1108432 37.83 453744 995992 8 12:57:17 12:55:01 181116 0 556460 29.57 72 1143896 1108412 37.83 453840 996084 8 12:57:17 12:56:01 69480 0 582524 30.96 72 1229468 1155728 39.44 479476 1079184 120 12:57:17 12:57:01 242948 0 627732 33.36 72 1010792 1650192 56.32 499912 853736 60 12:57:17 Average: 168326 0 689725 36.66 653 1022841 1747888 59.65 590237 870140 30393 12:57:17 12:57:17 12:22:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:57:17 12:23:01 eth0 283.18 200.27 1304.51 51.74 0.00 0.00 0.00 0.00 12:57:17 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:24:02 eth0 391.91 184.36 2035.91 29.01 0.00 0.00 0.00 0.00 12:57:17 12:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:25:01 veth8f70de9 371.25 452.22 51.23 2686.14 0.00 0.00 0.00 0.00 12:57:17 12:25:01 eth0 513.32 421.24 3018.45 89.83 0.00 0.00 0.00 0.00 12:57:17 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:25:01 docker0 371.25 452.09 46.16 2686.13 0.00 0.00 0.00 0.00 12:57:17 12:26:02 eth0 295.03 253.31 2832.15 48.47 0.00 0.00 0.00 0.00 12:57:17 12:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:26:02 docker0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:27:01 vethddf8e8d 22.34 28.85 2.22 22.52 0.00 0.00 0.00 0.00 12:57:17 12:27:01 eth0 113.82 76.73 402.89 13.66 0.00 0.00 0.00 0.00 12:57:17 12:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:27:01 docker0 59.94 90.37 3.94 385.19 0.00 0.00 0.00 0.00 12:57:17 12:28:02 veth47169d9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 12:57:17 12:28:02 eth0 106.60 70.55 470.82 47.44 0.00 0.00 0.00 0.00 12:57:17 12:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:28:02 docker0 45.40 80.36 3.83 449.04 0.00 0.00 0.00 0.00 12:57:17 12:29:01 veth47169d9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:29:01 eth0 8.89 6.35 7.54 3.68 0.00 0.00 0.00 0.00 12:57:17 12:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:30:02 veth47169d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:30:02 eth0 31.92 26.57 20.78 40.04 0.00 0.00 0.00 0.00 12:57:17 12:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:31:01 veth47169d9 1.66 1.66 0.13 0.15 0.00 0.00 0.00 0.00 12:57:17 12:31:01 eth0 22.71 17.95 16.53 9.28 0.00 0.00 0.00 0.00 12:57:17 12:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:31:01 docker0 1.66 1.66 0.11 0.15 0.00 0.00 0.00 0.00 12:57:17 12:32:01 veth47169d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:32:01 eth0 2.65 2.18 2.07 1.11 0.00 0.00 0.00 0.00 12:57:17 12:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:33:02 veth47169d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:33:02 eth0 25.25 22.02 15.69 44.73 0.00 0.00 0.00 0.00 12:57:17 12:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:34:01 veth47169d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:34:01 eth0 29.80 24.11 19.32 34.42 0.00 0.00 0.00 0.00 12:57:17 12:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:35:02 vethe685555 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 12:57:17 12:35:02 eth0 178.51 152.41 1678.53 50.37 0.00 0.00 0.00 0.00 12:57:17 12:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:36:07 vethcd1afe9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 12:57:17 12:36:07 eth0 13.70 11.40 14.74 5.77 0.00 0.00 0.00 0.00 12:57:17 12:36:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:36:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:37:14 vethcd1afe9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:37:14 eth0 5.65 6.85 1.27 15.97 0.00 0.00 0.00 0.00 12:57:17 12:37:14 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:37:14 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:38:04 vetha49a9c5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 12:57:17 12:38:04 vethcd1afe9 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:38:04 veth9c9cd61 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 12:57:17 12:38:04 eth0 57.22 45.56 193.40 11.14 0.00 0.00 0.00 0.00 12:57:17 12:39:07 vethcd1afe9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:39:07 eth0 7.73 6.14 5.84 3.17 0.00 0.00 0.00 0.00 12:57:17 12:39:07 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 12:57:17 12:39:07 docker0 475.44 619.14 52.43 3474.18 0.00 0.00 0.00 0.00 12:57:17 12:40:05 vethcd1afe9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:40:05 eth0 1.88 1.45 1.43 0.78 0.00 0.00 0.00 0.00 12:57:17 12:40:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:40:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:41:03 vethac3270d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 12:57:17 12:41:03 veth7642e63 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 12:57:17 12:41:03 veth442dbcf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 12:57:17 12:41:03 vethcd1afe9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:42:03 vethac3270d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:42:03 veth7642e63 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:42:03 veth442dbcf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:42:03 vethcd1afe9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:43:02 veth7c468b0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:43:02 vethcd1afe9 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 12:57:17 12:43:02 eth0 2226.40 1624.79 12493.94 588.62 0.00 0.00 0.00 0.00 12:57:17 12:43:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:57:17 12:44:08 vethcd1afe9 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:44:08 eth0 46.13 34.46 68.36 39.86 0.00 0.00 0.00 0.00 12:57:17 12:44:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:44:08 docker0 463.20 617.16 50.38 3452.30 0.00 0.00 0.00 0.00 12:57:17 12:45:05 veth0a070a1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 12:57:17 12:45:05 vethcd1afe9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:45:05 eth0 37.49 29.66 52.82 38.82 0.00 0.00 0.00 0.00 12:57:17 12:45:05 veth6b068b8 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 12:57:17 12:46:04 veth0a070a1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:46:04 vethcd1afe9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:46:04 eth0 11.61 9.37 9.18 5.02 0.00 0.00 0.00 0.00 12:57:17 12:46:04 veth6b068b8 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:47:02 veth8a4db75 5.18 8.30 0.35 40.64 0.00 0.00 0.00 0.00 12:57:17 12:47:02 vethcd1afe9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:47:02 eth0 31.84 24.14 55.23 34.07 0.00 0.00 0.00 0.00 12:57:17 12:47:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 12:57:17 12:48:01 vethcd1afe9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:48:01 eth0 149.86 116.91 1260.02 66.20 0.00 0.00 0.00 0.00 12:57:17 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:48:01 docker0 524.24 702.36 56.64 3925.11 0.00 0.00 0.00 0.00 12:57:17 12:49:01 vethcd1afe9 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:49:01 eth0 132.84 50.87 391.17 37.24 0.00 0.00 0.00 0.00 12:57:17 12:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:49:01 veth0527202 4.17 5.38 0.53 20.39 0.00 0.00 0.00 0.00 12:57:17 12:50:02 eth0 23.32 17.44 47.50 26.16 0.00 0.00 0.00 0.00 12:57:17 12:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:50:02 docker0 542.28 785.30 57.43 4262.13 0.00 0.00 0.00 0.00 12:57:17 12:51:01 eth0 1.00 0.47 0.68 0.23 0.00 0.00 0.00 0.00 12:57:17 12:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:52:01 eth0 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 12:57:17 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:53:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 12:57:17 12:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:54:01 eth0 0.15 0.13 0.06 0.01 0.00 0.00 0.00 0.00 12:57:17 12:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:55:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:56:01 eth0 21.00 16.91 15.94 22.90 0.00 0.00 0.00 0.00 12:57:17 12:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:57:01 eth0 210.54 177.72 2174.72 41.36 0.00 0.00 0.00 0.00 12:57:17 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 Average: eth0 80.81 58.79 465.55 25.38 0.00 0.00 0.00 0.00 12:57:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:57:17 Average: docker0 15.56 22.54 1.65 122.31 0.00 0.00 0.00 0.00 12:57:17 12:57:17 12:57:17 ---> sar -P ALL: 12:57:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 12:57:17 12:57:17 12:20:42 LINUX RESTART (4 CPU) 12:57:17 12:57:17 12:22:02 CPU %user %nice %system %iowait %steal %idle 12:57:17 12:23:01 all 9.38 0.00 4.44 4.70 44.33 37.14 12:57:17 12:23:01 0 9.68 0.00 4.00 3.66 46.66 35.99 12:57:17 12:23:01 1 8.26 0.00 4.32 3.68 43.76 39.98 12:57:17 12:23:01 2 10.11 0.00 5.00 6.59 41.99 36.31 12:57:17 12:23:01 3 9.50 0.00 4.43 4.92 44.91 36.23 12:57:17 12:24:02 all 3.02 0.00 2.19 1.01 32.00 61.77 12:57:17 12:24:02 0 2.66 0.00 1.77 0.27 34.87 60.42 12:57:17 12:24:02 1 2.14 0.00 2.00 1.93 31.62 62.31 12:57:17 12:24:02 2 4.81 0.00 3.05 0.81 31.02 60.31 12:57:17 12:24:02 3 2.61 0.00 1.99 1.01 30.38 64.00 12:57:17 12:25:01 all 6.22 0.00 4.07 0.92 35.99 52.79 12:57:17 12:25:01 0 3.38 0.00 3.56 0.53 38.31 54.22 12:57:17 12:25:01 1 8.59 0.00 4.52 0.79 34.79 51.30 12:57:17 12:25:01 2 6.52 0.00 3.54 1.12 36.50 52.32 12:57:17 12:25:01 3 6.52 0.00 4.71 1.27 34.21 53.30 12:57:17 12:26:02 all 3.51 0.00 3.13 0.98 29.52 62.85 12:57:17 12:26:02 0 2.48 0.00 3.19 0.95 32.80 60.58 12:57:17 12:26:02 1 5.28 0.00 3.13 1.67 28.78 61.14 12:57:17 12:26:02 2 4.05 0.00 2.72 0.64 26.91 65.68 12:57:17 12:26:02 3 2.34 0.00 3.47 0.69 29.46 64.05 12:57:17 12:27:01 all 1.98 0.00 2.83 2.24 30.14 62.80 12:57:17 12:27:01 0 2.05 0.00 3.02 1.59 32.56 60.78 12:57:17 12:27:01 1 1.97 0.00 2.36 2.05 29.41 64.20 12:57:17 12:27:01 2 2.11 0.00 2.91 2.98 29.17 62.83 12:57:17 12:27:01 3 1.80 0.00 3.04 2.35 29.42 63.39 12:57:17 12:28:02 all 3.97 0.00 5.72 2.39 33.84 54.08 12:57:17 12:28:02 0 3.92 0.00 5.44 2.89 35.20 52.54 12:57:17 12:28:02 1 3.88 0.00 6.48 2.96 32.42 54.25 12:57:17 12:28:02 2 4.13 0.00 4.78 1.87 34.26 54.97 12:57:17 12:28:02 3 3.96 0.00 6.17 1.82 33.48 54.57 12:57:17 12:29:01 all 28.41 0.00 9.03 5.77 31.68 25.11 12:57:17 12:29:01 0 26.70 0.00 9.21 4.73 33.85 25.51 12:57:17 12:29:01 1 29.56 0.00 9.18 5.65 30.42 25.20 12:57:17 12:29:01 2 29.45 0.00 9.29 7.29 31.13 22.84 12:57:17 12:29:01 3 27.97 0.00 8.45 5.44 31.26 26.88 12:57:17 12:30:02 all 23.23 0.00 8.02 2.43 47.11 19.21 12:57:17 12:30:02 0 23.02 0.00 8.14 2.57 47.47 18.80 12:57:17 12:30:02 1 19.51 0.00 6.80 2.54 50.33 20.83 12:57:17 12:30:02 2 25.49 0.00 8.51 3.01 45.13 17.86 12:57:17 12:30:02 3 24.98 0.00 8.67 1.62 45.42 19.30 12:57:17 12:31:01 all 18.10 0.00 8.32 2.05 42.90 28.63 12:57:17 12:31:01 0 16.29 0.00 7.55 1.76 44.33 30.07 12:57:17 12:31:01 1 20.17 0.00 9.41 1.68 41.56 27.18 12:57:17 12:31:01 2 16.99 0.00 8.09 2.10 42.08 30.74 12:57:17 12:31:01 3 19.02 0.00 8.24 2.67 43.62 26.45 12:57:17 12:32:01 all 25.24 0.00 11.14 1.65 45.68 16.30 12:57:17 12:32:01 0 23.18 0.00 9.81 1.20 47.49 18.32 12:57:17 12:32:01 1 25.18 0.00 12.03 1.91 45.99 14.89 12:57:17 12:32:01 2 27.77 0.00 12.80 2.80 42.16 14.46 12:57:17 12:32:01 3 24.93 0.00 10.01 0.73 46.92 17.41 12:57:17 12:33:02 all 10.77 0.00 6.61 3.15 42.98 36.49 12:57:17 12:33:02 0 10.10 0.00 6.30 3.43 42.65 37.51 12:57:17 12:33:02 1 8.94 0.00 5.60 2.33 43.80 39.33 12:57:17 12:33:02 2 10.78 0.00 6.84 3.80 43.43 35.14 12:57:17 12:33:02 3 13.37 0.00 7.75 3.07 42.02 33.80 12:57:17 12:57:17 12:33:02 CPU %user %nice %system %iowait %steal %idle 12:57:17 12:34:01 all 7.01 0.00 6.43 0.13 43.58 42.86 12:57:17 12:34:01 0 6.57 0.00 6.48 0.29 44.28 42.37 12:57:17 12:34:01 1 7.02 0.00 6.56 0.05 44.41 41.97 12:57:17 12:34:01 2 6.48 0.00 5.98 0.09 42.93 44.53 12:57:17 12:34:01 3 7.99 0.00 6.70 0.08 42.66 42.58 12:57:17 12:35:02 all 3.31 0.00 3.95 0.58 34.68 57.48 12:57:17 12:35:02 0 3.16 0.00 3.99 0.15 36.54 56.16 12:57:17 12:35:02 1 2.81 0.00 3.47 0.39 33.97 59.35 12:57:17 12:35:02 2 4.35 0.00 4.10 1.16 34.76 55.64 12:57:17 12:35:02 3 2.95 0.00 4.23 0.65 33.43 58.74 12:57:17 12:36:07 all 4.40 0.00 6.01 17.95 35.34 36.31 12:57:17 12:36:07 0 3.71 0.00 5.21 17.43 35.83 37.81 12:57:17 12:36:07 1 3.96 0.00 6.38 18.46 34.72 36.47 12:57:17 12:36:07 2 4.53 0.00 6.42 16.48 35.20 37.37 12:57:17 12:36:07 3 5.39 0.00 6.03 19.41 35.59 33.57 12:57:17 12:37:14 all 5.72 0.00 4.43 14.91 50.57 24.37 12:57:17 12:37:14 0 4.63 0.00 4.20 13.82 51.04 26.31 12:57:17 12:37:14 1 6.12 0.00 4.10 15.27 49.66 24.86 12:57:17 12:37:14 2 6.23 0.00 4.76 17.24 50.14 21.62 12:57:17 12:37:14 3 5.92 0.00 4.69 13.34 51.44 24.61 12:57:17 12:38:04 all 4.62 0.00 7.18 18.43 36.68 33.08 12:57:17 12:38:04 0 4.23 0.00 6.46 16.01 38.66 34.64 12:57:17 12:38:04 1 5.43 0.00 7.90 20.87 35.01 30.79 12:57:17 12:38:04 2 4.38 0.00 6.87 15.94 36.36 36.46 12:57:17 12:38:04 3 4.47 0.00 7.52 21.00 36.64 30.37 12:57:17 12:39:07 all 0.93 0.00 4.04 38.89 34.84 21.29 12:57:17 12:39:07 0 1.14 0.00 3.31 36.23 35.74 23.57 12:57:17 12:39:07 1 0.94 0.00 4.31 38.52 34.69 21.55 12:57:17 12:39:07 2 0.85 0.00 4.51 42.17 33.11 19.37 12:57:17 12:39:07 3 0.80 0.00 4.06 38.73 35.77 20.65 12:57:17 12:40:05 all 4.75 0.00 4.20 38.23 34.61 18.21 12:57:17 12:40:05 0 4.95 0.00 3.78 40.87 34.20 16.20 12:57:17 12:40:05 1 4.94 0.00 4.61 32.77 34.11 23.56 12:57:17 12:40:05 2 4.62 0.00 4.20 42.00 34.59 14.59 12:57:17 12:40:05 3 4.50 0.00 4.24 37.20 35.53 18.53 12:57:17 12:41:03 all 8.36 0.00 6.59 30.37 35.15 19.53 12:57:17 12:41:03 0 8.26 0.00 6.33 30.88 35.48 19.05 12:57:17 12:41:03 1 7.51 0.00 6.37 31.07 35.92 19.12 12:57:17 12:41:03 2 8.76 0.00 6.83 32.07 33.87 18.47 12:57:17 12:41:03 3 8.93 0.00 6.82 27.40 35.33 21.52 12:57:17 12:42:03 all 47.60 0.00 9.82 0.03 42.26 0.30 12:57:17 12:42:03 0 52.03 0.00 10.45 0.02 37.42 0.08 12:57:17 12:42:03 1 45.47 0.00 9.69 0.08 43.58 1.17 12:57:17 12:42:03 2 35.88 0.00 7.40 0.02 56.68 0.02 12:57:17 12:42:03 3 57.44 0.00 11.86 0.00 30.70 0.00 12:57:17 12:43:02 all 16.10 0.00 8.79 10.91 46.72 17.48 12:57:17 12:43:02 0 16.54 0.00 8.85 9.80 47.08 17.73 12:57:17 12:43:02 1 15.34 0.00 8.07 12.72 46.58 17.28 12:57:17 12:43:02 2 17.59 0.00 8.79 10.89 44.92 17.80 12:57:17 12:43:02 3 14.92 0.00 9.48 10.19 48.31 17.10 12:57:17 12:44:08 all 5.31 0.00 7.80 19.30 41.33 26.26 12:57:17 12:44:08 0 5.64 0.00 7.09 20.41 42.91 23.94 12:57:17 12:44:08 1 5.65 0.00 7.30 18.70 40.59 27.77 12:57:17 12:44:08 2 5.10 0.00 7.76 18.48 40.67 27.99 12:57:17 12:44:08 3 4.82 0.00 9.12 19.60 41.11 25.34 12:57:17 12:57:17 12:44:08 CPU %user %nice %system %iowait %steal %idle 12:57:17 12:45:05 all 7.02 0.00 5.93 15.97 44.92 26.15 12:57:17 12:45:05 0 6.81 0.00 6.08 13.15 45.51 28.46 12:57:17 12:45:05 1 7.34 0.00 5.66 17.06 45.54 24.39 12:57:17 12:45:05 2 6.43 0.00 5.87 17.09 44.38 26.23 12:57:17 12:45:05 3 7.54 0.00 6.12 16.66 44.21 25.46 12:57:17 12:46:04 all 32.36 0.00 10.58 9.24 45.20 2.63 12:57:17 12:46:04 0 33.07 0.00 10.77 8.28 43.67 4.21 12:57:17 12:46:04 1 31.59 0.00 10.76 9.71 46.10 1.85 12:57:17 12:46:04 2 33.87 0.00 10.55 10.13 43.12 2.35 12:57:17 12:46:04 3 30.90 0.00 10.24 8.85 47.94 2.07 12:57:17 12:47:02 all 8.12 0.00 6.05 17.33 47.19 21.31 12:57:17 12:47:02 0 8.70 0.00 5.55 14.73 47.59 23.44 12:57:17 12:47:02 1 8.46 0.00 5.99 18.19 47.73 19.64 12:57:17 12:47:02 2 8.13 0.00 5.66 20.42 46.27 19.52 12:57:17 12:47:02 3 7.20 0.00 6.99 16.02 47.18 22.61 12:57:17 12:48:01 all 10.60 0.00 6.92 5.90 37.19 39.40 12:57:17 12:48:01 0 10.78 0.00 6.77 5.18 38.14 39.12 12:57:17 12:48:01 1 11.29 0.00 7.65 7.08 35.73 38.25 12:57:17 12:48:01 2 10.57 0.00 6.43 6.43 37.83 38.74 12:57:17 12:48:01 3 9.75 0.00 6.88 4.92 36.98 41.47 12:57:17 12:49:01 all 4.58 0.00 4.25 1.63 29.24 60.30 12:57:17 12:49:01 0 6.03 0.00 4.62 0.55 32.87 55.93 12:57:17 12:49:01 1 4.34 0.00 4.98 2.95 29.04 58.68 12:57:17 12:49:01 2 5.25 0.00 3.01 2.00 27.75 61.99 12:57:17 12:49:01 3 2.69 0.00 4.40 0.97 27.33 64.61 12:57:17 12:50:02 all 0.85 0.00 1.84 1.67 15.43 80.20 12:57:17 12:50:02 0 0.58 0.00 1.66 0.40 16.74 80.62 12:57:17 12:50:02 1 1.07 0.00 1.42 2.81 17.38 77.33 12:57:17 12:50:02 2 0.77 0.00 1.53 1.33 14.97 81.40 12:57:17 12:50:02 3 0.99 0.00 2.78 2.15 12.56 81.51 12:57:17 12:51:01 all 0.10 0.00 0.05 0.01 2.85 96.98 12:57:17 12:51:01 0 0.10 0.00 0.05 0.00 2.30 97.55 12:57:17 12:51:01 1 0.10 0.00 0.07 0.03 2.98 96.82 12:57:17 12:51:01 2 0.17 0.00 0.05 0.02 3.94 95.83 12:57:17 12:51:01 3 0.05 0.00 0.05 0.00 2.15 97.75 12:57:17 12:52:01 all 0.10 0.00 0.09 0.00 1.02 98.79 12:57:17 12:52:01 0 0.03 0.00 0.12 0.02 0.98 98.86 12:57:17 12:52:01 1 0.05 0.00 0.03 0.00 0.96 98.96 12:57:17 12:52:01 2 0.02 0.00 0.12 0.00 1.11 98.76 12:57:17 12:52:01 3 0.31 0.00 0.08 0.00 1.01 98.59 12:57:17 12:53:01 all 0.13 0.00 0.02 0.00 1.04 98.80 12:57:17 12:53:01 0 0.02 0.00 0.00 0.00 0.74 99.24 12:57:17 12:53:01 1 0.08 0.00 0.03 0.00 0.96 98.92 12:57:17 12:53:01 2 0.35 0.00 0.02 0.00 1.21 98.43 12:57:17 12:53:01 3 0.07 0.00 0.05 0.00 1.26 98.63 12:57:17 12:54:01 all 0.11 0.00 0.13 0.00 0.49 99.27 12:57:17 12:54:01 0 0.02 0.00 0.05 0.00 0.52 99.42 12:57:17 12:54:01 1 0.13 0.00 0.12 0.00 0.38 99.37 12:57:17 12:54:01 2 0.25 0.00 0.12 0.00 0.68 98.95 12:57:17 12:54:01 3 0.05 0.00 0.23 0.00 0.38 99.33 12:57:17 12:55:01 all 0.14 0.00 0.03 0.01 1.02 98.79 12:57:17 12:55:01 0 0.07 0.00 0.03 0.00 0.96 98.94 12:57:17 12:55:01 1 0.12 0.00 0.03 0.00 1.31 98.54 12:57:17 12:55:01 2 0.12 0.00 0.03 0.00 0.85 99.00 12:57:17 12:55:01 3 0.27 0.00 0.03 0.03 0.98 98.69 12:57:17 12:57:17 12:55:01 CPU %user %nice %system %iowait %steal %idle 12:57:17 12:56:01 all 1.50 0.00 1.15 2.81 11.45 83.09 12:57:17 12:56:01 0 1.10 0.00 0.90 1.40 12.01 84.58 12:57:17 12:56:01 1 0.76 0.00 0.80 1.59 11.22 85.63 12:57:17 12:56:01 2 1.83 0.00 1.30 5.92 11.17 79.77 12:57:17 12:56:01 3 2.31 0.00 1.62 2.34 11.41 82.33 12:57:17 12:57:01 all 3.12 0.00 4.94 2.76 32.71 56.47 12:57:17 12:57:01 0 2.87 0.00 4.63 1.05 32.79 58.66 12:57:17 12:57:01 1 3.57 0.00 5.09 4.46 31.88 54.99 12:57:17 12:57:01 2 3.04 0.00 4.93 3.93 32.44 55.65 12:57:17 12:57:01 3 3.01 0.00 5.12 1.64 33.71 56.52 12:57:17 Average: all 8.24 0.00 4.97 8.12 32.35 46.31 12:57:17 Average: 0 8.05 0.00 4.76 7.54 33.31 46.35 12:57:17 Average: 1 8.10 0.00 4.96 8.26 32.19 46.50 12:57:17 Average: 2 8.36 0.00 4.92 8.77 32.02 45.93 12:57:17 Average: 3 8.46 0.00 5.24 7.93 31.88 46.48 12:57:17 12:57:17 12:57:17