Pull request #3202 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from a9e89425e353be16965c3e2b4be2414c6f565315+f0a5054a805e8aad79e6fefc9c847f3d46b91de1 (60a792f1e733d3b4f032905e4afc320f8695c581) 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28186 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f0a5054a805e8aad79e6fefc9c847f3d46b91de1 into PR head commit a9e89425e353be16965c3e2b4be2414c6f565315 Merge succeeded, producing a9e89425e353be16965c3e2b4be2414c6f565315 Checking out Revision a9e89425e353be16965c3e2b4be2414c6f565315 (PR-3202) > git config core.sparsecheckout # timeout=10 > git checkout -f a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 Commit message: "feat(data): Add CBOR support for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:38:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk f6636c98760783efbbd2667410f00a0db15f7981 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:38:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:38:10 ========================================================= 08:38:10 EdgeX Global Pipelines Version Info 08:38:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:38:12 ------------------- 08:38:12 stable info: 08:38:12 ------------------- 08:38:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:38:12 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 08:38:12 Message: update stable to v1.0.183 08:38:14 ------------------- 08:38:14 experimental info: 08:38:14 ------------------- 08:38:14 Commited By: **** collab-it+edgex@linuxfoundation.org 08:38:14 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 08:38:14 Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:38:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:38:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:38:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:38:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:38:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:38:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:38:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:38:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:38:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:38:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:38:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:38:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:38:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3202 [Pipeline] echo 08:38:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3202 [Pipeline] echo 08:38:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3202 [Pipeline] echo 08:38:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a9e89425e353be16965c3e2b4be2414c6f565315 [Pipeline] echo 08:38:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a9e8942 [Pipeline] echo 08:38:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:38:17 provisioning config files... 08:38:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4970409144084738279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:38:17 ---> docker-login.sh 08:38:17 nexus3.edgexfoundry.org:10001 08:38:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:38:18 Configure a credential helper to remove this warning. See 08:38:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:38:18 08:38:18 Login Succeeded 08:38:18 nexus3.edgexfoundry.org:10002 08:38:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:38:19 Configure a credential helper to remove this warning. See 08:38:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:38:19 08:38:19 Login Succeeded 08:38:19 nexus3.edgexfoundry.org:10003 08:38:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:38:20 Configure a credential helper to remove this warning. See 08:38:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:38:20 08:38:20 Login Succeeded 08:38:20 nexus3.edgexfoundry.org:10004 08:38:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:38:20 Configure a credential helper to remove this warning. See 08:38:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:38:20 08:38:20 Login Succeeded 08:38:20 docker.io 08:38:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:38:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:38:21 Configure a credential helper to remove this warning. See 08:38:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:38:21 08:38:21 Login Succeeded 08:38:21 ---> docker-login.sh ends [Pipeline] } 08:38:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:38:22 ++ 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 08:38:22 + for file in '`ls cmd/**/Dockerfile`' 08:38:22 ++ cut -d/ -f2 08:38:22 ++ dirname cmd/core-command/Dockerfile 08:38:22 + echo core-command,cmd/core-command/Dockerfile 08:38:22 + for file in '`ls cmd/**/Dockerfile`' 08:38:22 ++ dirname cmd/core-data/Dockerfile 08:38:22 ++ cut -d/ -f2 08:38:22 + echo core-data,cmd/core-data/Dockerfile 08:38:22 + for file in '`ls cmd/**/Dockerfile`' 08:38:22 ++ dirname cmd/core-metadata/Dockerfile 08:38:22 ++ cut -d/ -f2 08:38:22 + echo core-metadata,cmd/core-metadata/Dockerfile 08:38:22 + for file in '`ls cmd/**/Dockerfile`' 08:38:22 ++ dirname cmd/security-bootstrapper/Dockerfile 08:38:22 ++ cut -d/ -f2 08:38:22 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:38:22 + for file in '`ls cmd/**/Dockerfile`' 08:38:22 ++ dirname cmd/security-proxy-setup/Dockerfile 08:38:22 ++ cut -d/ -f2 08:38:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:38:22 + for file in '`ls cmd/**/Dockerfile`' 08:38:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:38:22 ++ cut -d/ -f2 08:38:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:38:22 + for file in '`ls cmd/**/Dockerfile`' 08:38:22 ++ dirname cmd/support-notifications/Dockerfile 08:38:22 ++ cut -d/ -f2 08:38:22 + echo support-notifications,cmd/support-notifications/Dockerfile 08:38:22 + for file in '`ls cmd/**/Dockerfile`' 08:38:22 ++ dirname cmd/support-scheduler/Dockerfile 08:38:22 ++ cut -d/ -f2 08:38:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:38:22 + for file in '`ls cmd/**/Dockerfile`' 08:38:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:38:22 ++ cut -d/ -f2 08:38:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:38:22 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 08:38:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:38:24 08:38:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:38:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:38:25 latest: Pulling from edgex-devops/git-semver 08:38:25 31603596830f: Pulling fs layer 08:38:25 2a8b12db71e7: Pulling fs layer 08:38:25 6ca5941a6612: Pulling fs layer 08:38:25 ecc8261a40a4: Pulling fs layer 08:38:25 ecc8261a40a4: Waiting 08:38:25 2a8b12db71e7: Verifying Checksum 08:38:25 2a8b12db71e7: Download complete 08:38:25 31603596830f: Download complete 08:38:26 ecc8261a40a4: Verifying Checksum 08:38:26 ecc8261a40a4: Download complete 08:38:26 6ca5941a6612: Verifying Checksum 08:38:26 6ca5941a6612: Download complete 08:38:26 31603596830f: Pull complete 08:38:26 2a8b12db71e7: Pull complete 08:38:28 6ca5941a6612: Pull complete 08:38:28 ecc8261a40a4: Pull complete 08:38:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:38:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:38:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:38:28 prd-centos7-docker-4c-2g-28186 does not seem to be running inside a container 08:38:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:38:34 $ docker top 0f6bf7c7f1322aa40f32f70f693ee62ff2aedbb7d169a6743236c59902f8fd44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:38:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:38:34 [ssh-agent] Looking for ssh-agent implementation... 08:38:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:38:35 $ docker exec 0f6bf7c7f1322aa40f32f70f693ee62ff2aedbb7d169a6743236c59902f8fd44 ssh-agent 08:38:35 SSH_AUTH_SOCK=/tmp/ssh-olzQ7KFAqlt1/agent.12 08:38:35 SSH_AGENT_PID=18 08:38:35 Running ssh-add (command line suppressed) 08:38:36 Identity added: /w/workspace/edgex-go/7@tmp/private_key_2015567842084805072.key (/w/workspace/edgex-go/7@tmp/private_key_2015567842084805072.key) 08:38:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:38:36 + git tag --points-at HEAD [Pipeline] } 08:38:36 $ docker exec --env ******** --env ******** 0f6bf7c7f1322aa40f32f70f693ee62ff2aedbb7d169a6743236c59902f8fd44 ssh-agent -k 08:38:36 unset SSH_AUTH_SOCK; 08:38:36 unset SSH_AGENT_PID; 08:38:36 echo Agent pid 18 killed; 08:38:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:38:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:38:37 [ssh-agent] Looking for ssh-agent implementation... 08:38:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:38:37 $ docker exec 0f6bf7c7f1322aa40f32f70f693ee62ff2aedbb7d169a6743236c59902f8fd44 ssh-agent 08:38:37 SSH_AUTH_SOCK=/tmp/ssh-ftUfgEqivjkR/agent.49 08:38:37 SSH_AGENT_PID=54 08:38:37 Running ssh-add (command line suppressed) 08:38:37 Identity added: /w/workspace/edgex-go/7@tmp/private_key_4397405554664529531.key (/w/workspace/edgex-go/7@tmp/private_key_4397405554664529531.key) 08:38:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:38:38 + git semver init 08:38:38 # -> Open(): unable to determine branch for HEAD 08:38:38 # $GIT_DIR = /w/workspace/edgex-go/7/.git 08:38:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 08:38:38 # $SEMVER_REMOTE_NAME = origin 08:38:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:38:38 # $SEMVER_USER_NAME = edgex-jenkins 08:38:38 # $SEMVER_BRANCH = PR-3202 08:38:38 # $SEMVER_TEMP = /tmp/semver-065187784 08:38:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:39:11 # '/tmp/semver-065187784' -> '/w/workspace/edgex-go/7/.semver' 08:39:12 # -> Force: false 08:39:12 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 08:39:12 $ docker exec --env ******** --env ******** 0f6bf7c7f1322aa40f32f70f693ee62ff2aedbb7d169a6743236c59902f8fd44 ssh-agent -k 08:39:13 unset SSH_AUTH_SOCK; 08:39:13 unset SSH_AGENT_PID; 08:39:13 echo Agent pid 54 killed; 08:39:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:39:15 + git semver [Pipeline] } 08:39:15 $ docker stop --time=1 0f6bf7c7f1322aa40f32f70f693ee62ff2aedbb7d169a6743236c59902f8fd44 08:39:18 $ docker rm -f 0f6bf7c7f1322aa40f32f70f693ee62ff2aedbb7d169a6743236c59902f8fd44 [Pipeline] // withDockerContainer [Pipeline] sh 08:39:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:39:20 Stashed 1 file(s) [Pipeline] echo 08:39:20 [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 08:39:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:39:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:39:22 + sudo service docker restart 08:39:22 + true 08:39:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:39:24 ========================================================= 08:39:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:39:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:39:25 + 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 . 08:39:33 Sending build context to Docker daemon 328.1MB 08:39:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:39:33 Step 2/6 : FROM ${BASE} 08:39:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:39:33 188c0c94c7c5: Pulling fs layer 08:39:33 0ef7d3d256c8: Pulling fs layer 08:39:33 de9db76c5a1d: Pulling fs layer 08:39:33 bca2f99d35d6: Pulling fs layer 08:39:33 93359f2a8cfa: Pulling fs layer 08:39:33 7c6f9722023f: Pulling fs layer 08:39:33 a35cf1a2eb13: Pulling fs layer 08:39:33 93359f2a8cfa: Waiting 08:39:33 bca2f99d35d6: Waiting 08:39:33 7c6f9722023f: Waiting 08:39:33 a35cf1a2eb13: Waiting 08:39:33 de9db76c5a1d: Verifying Checksum 08:39:33 de9db76c5a1d: Download complete 08:39:33 0ef7d3d256c8: Verifying Checksum 08:39:33 0ef7d3d256c8: Download complete 08:39:33 93359f2a8cfa: Verifying Checksum 08:39:33 93359f2a8cfa: Download complete 08:39:33 188c0c94c7c5: Verifying Checksum 08:39:33 188c0c94c7c5: Download complete 08:39:34 188c0c94c7c5: Pull complete 08:39:34 7c6f9722023f: Verifying Checksum 08:39:34 7c6f9722023f: Download complete 08:39:34 0ef7d3d256c8: Pull complete 08:39:34 de9db76c5a1d: Pull complete 08:39:36 a35cf1a2eb13: Verifying Checksum 08:39:36 a35cf1a2eb13: Download complete 08:39:36 Still waiting to schedule task 08:39:36 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:39:37 bca2f99d35d6: Verifying Checksum 08:39:37 bca2f99d35d6: Download complete 08:39:57 bca2f99d35d6: Pull complete 08:39:57 93359f2a8cfa: Pull complete 08:39:57 7c6f9722023f: Pull complete 08:40:03 a35cf1a2eb13: Pull complete 08:40:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:40:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:40:03 ---> a62c8e92a672 08:40:03 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 08:40:04 ---> Running in cdf563927462 08:40:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:07 (1/12) Installing libmagic (5.38-r0) 08:40:07 (2/12) Installing file (5.38-r0) 08:40:08 (3/12) Installing libc-dev (0.7.2-r3) 08:40:08 (4/12) Installing g++ (9.3.0-r2) 08:40:13 (5/12) Installing fortify-headers (1.1-r0) 08:40:13 (6/12) Installing patch (2.7.6-r6) 08:40:13 (7/12) Installing build-base (0.5-r2) 08:40:13 (8/12) Installing libsodium (1.0.18-r0) 08:40:13 (9/12) Installing pkgconf (1.7.2-r0) 08:40:13 (10/12) Installing libsodium-dev (1.0.18-r0) 08:40:13 (11/12) Installing libzmq (4.3.3-r0) 08:40:14 (12/12) Installing zeromq-dev (4.3.3-r0) 08:40:14 Executing busybox-1.31.1-r19.trigger 08:40:14 OK: 233 MiB in 51 packages 08:40:19 Removing intermediate container cdf563927462 08:40:19 ---> ba3d5bc3c78c 08:40:19 Step 4/6 : WORKDIR /edgex-go 08:40:19 ---> Running in 4045800c5ba3 08:40:19 Removing intermediate container 4045800c5ba3 08:40:19 ---> 0b05498ec1f9 08:40:19 Step 5/6 : COPY go.mod . 08:40:19 ---> 9395433cbce1 08:40:19 Step 6/6 : RUN go mod download 08:40:19 ---> Running in b497a71818ca 08:40:59 Removing intermediate container b497a71818ca 08:40:59 ---> 547ac2085fdc 08:41:01 Successfully built 547ac2085fdc 08:41:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:41:01 + docker inspect -f . ci-base-image-x86_64 08:41:02 . [Pipeline] withDockerContainer 08:41:02 prd-centos7-docker-4c-2g-28186 does not seem to be running inside a container 08:41:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat 08:41:03 $ docker top d2216e285045ac6cd47c490cf58ec427bf433c13391599f0d739c020358b3381 -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:05 + go version 08:41:05 go version go1.15.5 linux/amd64 [Pipeline] } 08:41:05 $ docker stop --time=1 d2216e285045ac6cd47c490cf58ec427bf433c13391599f0d739c020358b3381 08:41:07 $ docker rm -f d2216e285045ac6cd47c490cf58ec427bf433c13391599f0d739c020358b3381 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:41:08 + docker inspect -f . ci-base-image-x86_64 08:41:08 . [Pipeline] withDockerContainer 08:41:08 prd-centos7-docker-4c-2g-28186 does not seem to be running inside a container 08:41:08 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat 08:41:12 $ docker top 2e21f36ecf04cbcb144f941c1198de26518236bef97d2fbb66f214fec1845d28 -eo pid,comm [Pipeline] { [Pipeline] echo 08:41:12 ========================================================= 08:41:12 [edgeXBuildGoParallel] Running Tests and Build... 08:41:12 ========================================================= [Pipeline] sh 08:41:12 + make test 08:41:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:41:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28187 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws 08:41:26 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 08:41:31 using credential edgex-jenkins-ssh 08:41:31 Cloning the remote Git repository 08:41:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:41:31 > git init /w/workspace/edgex-go/7 # timeout=10 08:41:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:41:32 > git --version # timeout=10 08:41:32 > git --version # 'git version 2.17.1' 08:41:32 using GIT_SSH to set credentials SSH Credentials for GitHub 08:41:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:41:40 ? github.com/edgexfoundry/edgex-go [no test files] 08:41:52 Merging remotes/origin/master commit f0a5054a805e8aad79e6fefc9c847f3d46b91de1 into PR head commit a9e89425e353be16965c3e2b4be2414c6f565315 08:41:53 Merge succeeded, producing a9e89425e353be16965c3e2b4be2414c6f565315 08:41:53 Checking out Revision a9e89425e353be16965c3e2b4be2414c6f565315 (PR-3202) 08:41:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:41:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:41:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:41:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:41:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:41:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:41:52 > git config core.sparsecheckout # timeout=10 08:41:52 > git checkout -f a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 08:41:52 > git remote # timeout=10 08:41:52 > git config --get remote.origin.url # timeout=10 08:41:52 using GIT_SSH to set credentials SSH Credentials for GitHub 08:41:52 > git merge f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 08:41:53 > git rev-parse HEAD^{commit} # timeout=10 08:41:53 > git config core.sparsecheckout # timeout=10 08:41:53 > git checkout -f a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 08:41:57 Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:41:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:41:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:42:00 + true 08:42:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:42:02 provisioning config files... 08:42:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3788704319119905009tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:42:02 ---> docker-login.sh 08:42:02 nexus3.edgexfoundry.org:10001 08:42:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:42:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:42:03 Configure a credential helper to remove this warning. See 08:42:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:42:03 08:42:03 Login Succeeded 08:42:03 nexus3.edgexfoundry.org:10002 08:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:42:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:42:04 Configure a credential helper to remove this warning. See 08:42:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:42:04 08:42:04 Login Succeeded 08:42:04 nexus3.edgexfoundry.org:10003 08:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:42:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:42:04 Configure a credential helper to remove this warning. See 08:42:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:42:04 08:42:04 Login Succeeded 08:42:04 nexus3.edgexfoundry.org:10004 08:42:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:42:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:42:05 Configure a credential helper to remove this warning. See 08:42:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:42:05 08:42:05 Login Succeeded 08:42:05 docker.io 08:42:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:42:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:42:06 Configure a credential helper to remove this warning. See 08:42:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:42:06 08:42:06 Login Succeeded 08:42:06 ---> docker-login.sh ends [Pipeline] } 08:42:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:42:06 ========================================================= 08:42:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:42:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:42:06 + 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 . 08:42:09 Sending build context to Docker daemon 166.5MB 08:42:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:42:09 Step 2/6 : FROM ${BASE} 08:42:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:42:09 5f621e34cdf4: Pulling fs layer 08:42:09 a4357932f1b6: Pulling fs layer 08:42:09 18c013af1878: Pulling fs layer 08:42:09 00ac8860ef70: Pulling fs layer 08:42:09 63d7cb157983: Pulling fs layer 08:42:09 b116817d02f9: Pulling fs layer 08:42:09 745a02a5169b: Pulling fs layer 08:42:09 00ac8860ef70: Waiting 08:42:09 b116817d02f9: Waiting 08:42:09 745a02a5169b: Waiting 08:42:09 63d7cb157983: Waiting 08:42:09 18c013af1878: Verifying Checksum 08:42:09 18c013af1878: Download complete 08:42:09 a4357932f1b6: Verifying Checksum 08:42:09 a4357932f1b6: Download complete 08:42:09 63d7cb157983: Download complete 08:42:09 b116817d02f9: Verifying Checksum 08:42:09 b116817d02f9: Download complete 08:42:09 5f621e34cdf4: Verifying Checksum 08:42:09 5f621e34cdf4: Download complete 08:42:10 5f621e34cdf4: Pull complete 08:42:10 a4357932f1b6: Pull complete 08:42:11 18c013af1878: Pull complete 08:42:12 745a02a5169b: Verifying Checksum 08:42:12 745a02a5169b: Download complete 08:42:13 00ac8860ef70: Verifying Checksum 08:42:13 00ac8860ef70: Download complete 08:42:23 00ac8860ef70: Pull complete 08:42:23 63d7cb157983: Pull complete 08:42:24 b116817d02f9: Pull complete 08:42:27 745a02a5169b: Pull complete 08:42:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:42:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:42:27 ---> b7e6874047d6 08:42:27 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 08:42:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:42:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:42:31 ---> Running in f0e375b8fcfc 08:42:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:33 (1/12) Installing libmagic (5.38-r0) 08:42:33 (2/12) Installing file (5.38-r0) 08:42:34 (3/12) Installing libc-dev (0.7.2-r3) 08:42:34 (4/12) Installing g++ (9.3.0-r2) 08:42:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:42:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:42:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:42:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:42:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:42:39 (5/12) Installing fortify-headers (1.1-r0) 08:42:39 (6/12) Installing patch (2.7.6-r6) 08:42:39 (7/12) Installing build-base (0.5-r2) 08:42:39 (8/12) Installing libsodium (1.0.18-r0) 08:42:39 (9/12) Installing pkgconf (1.7.2-r0) 08:42:39 (10/12) Installing libsodium-dev (1.0.18-r0) 08:42:39 (11/12) Installing libzmq (4.3.3-r0) 08:42:39 (12/12) Installing zeromq-dev (4.3.3-r0) 08:42:39 Executing busybox-1.31.1-r19.trigger 08:42:39 OK: 217 MiB in 51 packages 08:42:43 Removing intermediate container f0e375b8fcfc 08:42:43 ---> 2ad0b7b63ee2 08:42:43 Step 4/6 : WORKDIR /edgex-go 08:42:43 ---> Running in 1c9eee29865a 08:42:44 Removing intermediate container 1c9eee29865a 08:42:44 ---> 957934ec2232 08:42:44 Step 5/6 : COPY go.mod . 08:42:44 ---> 3e605732d087 08:42:44 Step 6/6 : RUN go mod download 08:42:44 ---> Running in 0fbf1ef8bedc 08:42:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:42:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:42:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:42:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.606s coverage: 45.9% of statements 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:42:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:42:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.385s coverage: 100.0% of statements 08:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.679s coverage: 27.1% of statements 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 1.120s coverage: 100.0% of statements 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.162s coverage: 100.0% of statements 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:42:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.326s coverage: 64.5% of statements 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:42:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:43:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.552s coverage: 82.7% of statements 08:43:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:43:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:43:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 90.0% of statements 08:43:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:43:11 Removing intermediate container 0fbf1ef8bedc 08:43:11 ---> e2e9ea46516a 08:43:11 Successfully built e2e9ea46516a 08:43:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:43:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.105s coverage: 28.6% of statements 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:43:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:43:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:43:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.531s coverage: 86.7% of statements 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:43:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.232s coverage: 97.5% of statements 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:43:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:43:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:43:12 + docker inspect -f . ci-base-image-arm64 08:43:12 . [Pipeline] withDockerContainer 08:43:12 prd-ubuntu18.04-docker-arm64-4c-16g-28187 does not seem to be running inside a container 08:43:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 08:43:14 $ docker top de5dd37e0c9f81d3a5b686919fdb76cb8d702cb566752345962bf06aeee8d43c -eo pid,comm [Pipeline] { [Pipeline] sh 08:43:15 + go version 08:43:15 go version go1.15.5 linux/arm64 [Pipeline] } 08:43:15 $ docker stop --time=1 de5dd37e0c9f81d3a5b686919fdb76cb8d702cb566752345962bf06aeee8d43c 08:43:16 $ docker rm -f de5dd37e0c9f81d3a5b686919fdb76cb8d702cb566752345962bf06aeee8d43c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.687s coverage: 92.8% of statements 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:43:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.091s coverage: 58.8% of statements 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:43:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.111s coverage: 0.1% of statements 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 45.5% of statements 08:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.359s coverage: 79.5% of statements 08:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements 08:43:17 + docker inspect -f . ci-base-image-arm64 08:43:17 . [Pipeline] withDockerContainer 08:43:18 prd-ubuntu18.04-docker-arm64-4c-16g-28187 does not seem to be running inside a container 08:43:18 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 08:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.137s coverage: 96.3% of statements 08:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 08:43:19 $ docker top d25ea9e4cda133e5856d182b4a210af4ffeba85814dc8adb281fd48b866c1d28 -eo pid,comm [Pipeline] { [Pipeline] echo 08:43:20 ========================================================= 08:43:20 [edgeXBuildGoParallel] Running Tests and Build... 08:43:20 ========================================================= [Pipeline] sh 08:43:20 + make test 08:43:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:43:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements 08:43:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 08:43:43 ? github.com/edgexfoundry/edgex-go [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.337s coverage: 92.9% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.064s coverage: 77.8% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.096s coverage: 87.2% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.608s coverage: 75.5% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.182s coverage: 80.8% of statements 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.215s coverage: 87.2% of statements 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.6% of statements 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.121s coverage: 91.6% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.385s coverage: 62.4% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.110s coverage: 69.1% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.480s coverage: 38.4% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.210s coverage: 89.5% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.109s coverage: 84.8% of statements 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.574s coverage: 47.0% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.104s coverage: 100.0% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:43:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 08:43:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:43:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.172s coverage: 89.4% of statements 08:43:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:43:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:43:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:43:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.158s coverage: 29.1% of statements 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:43:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.114s coverage: 99.0% of statements 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:43:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:43:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.898s coverage: 94.3% of statements 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:43:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.206s coverage: 0.0% of statements 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:43:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.263s coverage: 100.0% of statements 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:43:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:43:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:43:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 08:43:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements 08:43:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.295s coverage: 100.0% of statements 08:43:57 GO111MODULE=on go vet ./... 08:44:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:44:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:44:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:44:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:44:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:44:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:44:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:44:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:44:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:44:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:44:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:45:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.321s coverage: 45.9% of statements 08:45:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:45:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:45:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:45:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:45:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:45:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:45:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:45:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.277s coverage: 100.0% of statements 08:45:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.502s coverage: 27.1% of statements 08:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:45:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 08:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:45:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 08:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:45:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:45:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 64.5% of statements 08:45:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:45:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:45:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.768s coverage: 82.7% of statements 08:45:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:45:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:45:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.139s coverage: 90.0% of statements 08:45:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:45:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.136s coverage: 28.6% of statements 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:45:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:45:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:45:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.335s coverage: 86.7% of statements 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:45:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.324s coverage: 97.5% of statements 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:45:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.149s coverage: 78.3% of statements 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:45:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:45:23 gofmt -l . 08:45:23 [ "`gofmt -l .`" = "" ] 08:45:23 ./bin/test-go-mod-tidy.sh 08:45:23 ./bin/test-attribution-txt.sh [Pipeline] sh 08:45:25 + ls -al . 08:45:25 total 716 08:45:25 drwxrwxr-x 10 1001 1001 4096 Mar 2 08:45 . 08:45:25 drwxr-xr-x 4 root root 28 Mar 2 08:41 .. 08:45:25 -rw-rw-r-- 1 1001 1001 11 Mar 2 08:38 .dockerignore 08:45:25 drwxrwxr-x 8 1001 1001 179 Mar 2 08:38 .git 08:45:25 drwxrwxr-x 3 1001 1001 125 Mar 2 08:38 .github 08:45:25 -rw-rw-r-- 1 1001 1001 818 Mar 2 08:38 .gitignore 08:45:25 drwx------ 3 1001 1001 60 Mar 2 08:39 .semver 08:45:25 -rw-rw-r-- 1 1001 1001 166 Mar 2 08:38 .sonarcloud.properties 08:45:25 -rw-rw-r-- 1 1001 1001 8475 Mar 2 08:38 Attribution.txt 08:45:25 -rw-rw-r-- 1 1001 1001 3804 Mar 2 08:38 CONTRIBUTING.md 08:45:25 -rw-rw-r-- 1 1001 1001 931 Mar 2 08:38 Dockerfile.build 08:45:25 -rw-rw-r-- 1 1001 1001 863 Mar 2 08:38 Jenkinsfile 08:45:25 -rw-rw-r-- 1 1001 1001 10775 Mar 2 08:38 LICENSE 08:45:25 -rw-rw-r-- 1 1001 1001 5774 Mar 2 08:38 Makefile 08:45:25 -rw-rw-r-- 1 1001 1001 6524 Mar 2 08:38 README.md 08:45:25 -rw-rw-r-- 1 1001 1001 6755 Mar 2 08:38 SECURITY.md 08:45:25 -rw-rw-r-- 1 1001 1001 5 Mar 2 08:39 VERSION 08:45:25 -rw-rw-r-- 1 1001 1001 4131 Mar 2 08:38 ZMQWindows.md 08:45:25 drwxrwxr-x 2 1001 1001 117 Mar 2 08:38 bin 08:45:25 drwxrwxr-x 14 1001 1001 4096 Mar 2 08:38 cmd 08:45:25 -rw-r--r-- 1 root root 602376 Mar 2 08:43 coverage.out 08:45:25 -rw-r--r-- 1 root root 1055 Mar 2 08:45 go.mod 08:45:25 -rw-r--r-- 1 root root 21699 Mar 2 08:45 go.sum 08:45:25 drwxrwxr-x 8 1001 1001 127 Mar 2 08:38 internal 08:45:25 drwxrwxr-x 4 1001 1001 26 Mar 2 08:38 openapi 08:45:25 drwxrwxr-x 4 1001 1001 71 Mar 2 08:38 snap 08:45:25 -rw-rw-r-- 1 1001 1001 168 Mar 2 08:38 version.go [Pipeline] sh 08:45:25 + '[' -e coverage.out ] 08:45:25 + chown 1001:1001 coverage.out [Pipeline] stash 08:45:27 Stashed 1 file(s) [Pipeline] sh 08:45:27 + make build 08:45:28 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 08:45:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.322s coverage: 92.8% of statements 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:45:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:45:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.285s coverage: 0.1% of statements 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:45:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements 08:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.086s coverage: 79.5% of statements 08:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 08:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements 08:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements 08:45:31 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 08:45:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.088s coverage: 94.4% of statements 08:45:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 08:45:55 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 08:45:55 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 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.124s coverage: 92.9% of statements 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.098s coverage: 87.2% of statements 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.6% of statements 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.188s coverage: 91.6% of statements 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.491s coverage: 62.4% of statements 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.815s coverage: 69.1% of statements 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.359s coverage: 38.4% of statements 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.111s coverage: 89.5% of statements 08:45:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements 08:46:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:46:04 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 08:46:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.483s coverage: 47.0% of statements 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:46:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:46:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:46:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.388s coverage: 89.4% of statements 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:46:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:46:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:46:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.027s coverage: 29.1% of statements 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:46:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:46:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.108s coverage: 100.0% of statements 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:46:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.236s coverage: 94.3% of statements 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:46:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:46:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:46:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:46:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:46:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 08:46:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 08:46:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 08:46:15 GO111MODULE=on go vet ./... 08:46:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:46:35 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 08:46:38 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 08:46:43 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 08:46:47 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] } 08:46:53 $ docker stop --time=1 2e21f36ecf04cbcb144f941c1198de26518236bef97d2fbb66f214fec1845d28 08:46:59 $ docker rm -f 2e21f36ecf04cbcb144f941c1198de26518236bef97d2fbb66f214fec1845d28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:47:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:47:04 08:47:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:47:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:47:04 latest: Pulling from edgex-devops/edgex-compose 08:47:04 cbdbe7a5bc2a: Pulling fs layer 08:47:04 ca9280d653b3: Pulling fs layer 08:47:04 7e9c9ca2126c: Pulling fs layer 08:47:05 cbdbe7a5bc2a: Download complete 08:47:06 cbdbe7a5bc2a: Pull complete 08:47:06 ca9280d653b3: Verifying Checksum 08:47:06 ca9280d653b3: Download complete 08:47:09 7e9c9ca2126c: Verifying Checksum 08:47:09 7e9c9ca2126c: Download complete 08:47:09 ca9280d653b3: Pull complete 08:47:24 7e9c9ca2126c: Pull complete 08:47:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:47:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:47:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:47:24 prd-centos7-docker-4c-2g-28186 does not seem to be running inside a container 08:47:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 08:47:30 $ docker top ccdf89fa3191389e6390058303bc91ce50f7fbc67ac316213f4dcae21c0a2abe -eo pid,comm [Pipeline] { [Pipeline] sh 08:47:31 + docker-compose build --help 08:47:31 + grep parallel 08:47:32 --parallel Build images in parallel. [Pipeline] } 08:47:33 $ docker stop --time=1 ccdf89fa3191389e6390058303bc91ce50f7fbc67ac316213f4dcae21c0a2abe 08:47:34 $ docker rm -f ccdf89fa3191389e6390058303bc91ce50f7fbc67ac316213f4dcae21c0a2abe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:47:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:47:35 . [Pipeline] withDockerContainer 08:47:35 prd-centos7-docker-4c-2g-28186 does not seem to be running inside a container 08:47:35 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:47:37 gofmt -l . 08:47:37 [ "`gofmt -l .`" = "" ] 08:47:37 ./bin/test-go-mod-tidy.sh 08:47:37 ./bin/test-attribution-txt.sh 08:47:39 $ docker top e22f072b0b08f3d8d5926df5f8e4f03f07ca96dc75fbd6942bfb381c9cca4df0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 08:47:41 + ls -al . 08:47:41 total 744 08:47:41 drwxrwxr-x 9 1001 1001 4096 Mar 2 08:47 . 08:47:41 drwxr-xr-x 4 root root 4096 Mar 2 08:43 .. 08:47:41 -rw-rw-r-- 1 1001 1001 11 Mar 2 08:41 .dockerignore 08:47:41 drwxrwxr-x 8 1001 1001 4096 Mar 2 08:41 .git 08:47:41 drwxrwxr-x 3 1001 1001 4096 Mar 2 08:41 .github 08:47:41 -rw-rw-r-- 1 1001 1001 818 Mar 2 08:41 .gitignore 08:47:41 -rw-rw-r-- 1 1001 1001 166 Mar 2 08:41 .sonarcloud.properties 08:47:41 -rw-rw-r-- 1 1001 1001 8475 Mar 2 08:41 Attribution.txt 08:47:41 -rw-rw-r-- 1 1001 1001 3804 Mar 2 08:41 CONTRIBUTING.md 08:47:41 -rw-rw-r-- 1 1001 1001 931 Mar 2 08:41 Dockerfile.build 08:47:41 -rw-rw-r-- 1 1001 1001 863 Mar 2 08:41 Jenkinsfile 08:47:41 -rw-rw-r-- 1 1001 1001 10775 Mar 2 08:41 LICENSE 08:47:41 -rw-rw-r-- 1 1001 1001 5774 Mar 2 08:41 Makefile 08:47:41 -rw-rw-r-- 1 1001 1001 6524 Mar 2 08:41 README.md 08:47:41 -rw-rw-r-- 1 1001 1001 6755 Mar 2 08:41 SECURITY.md 08:47:41 -rw-rw-r-- 1 1001 1001 5 Mar 2 08:39 VERSION 08:47:41 -rw-rw-r-- 1 1001 1001 4131 Mar 2 08:41 ZMQWindows.md 08:47:41 drwxrwxr-x 2 1001 1001 4096 Mar 2 08:41 bin 08:47:41 drwxrwxr-x 14 1001 1001 4096 Mar 2 08:41 cmd 08:47:41 -rw-r--r-- 1 root root 602376 Mar 2 08:46 coverage.out 08:47:41 -rw-r--r-- 1 root root 1055 Mar 2 08:47 go.mod 08:47:41 -rw-r--r-- 1 root root 21699 Mar 2 08:47 go.sum 08:47:41 drwxrwxr-x 8 1001 1001 4096 Mar 2 08:41 internal 08:47:41 drwxrwxr-x 4 1001 1001 4096 Mar 2 08:41 openapi 08:47:41 drwxrwxr-x 4 1001 1001 4096 Mar 2 08:41 snap 08:47:41 -rw-rw-r-- 1 1001 1001 168 Mar 2 08:41 version.go [Pipeline] sh 08:47:42 + docker-compose -f ./docker-compose-build.yml build --parallel 08:47:42 + '[' -e coverage.out ] 08:47:42 + chown 1001:1001 coverage.out [Pipeline] stash 08:47:42 Warning: overwriting stash ‘coverage-report’ 08:47:44 Stashed 1 file(s) [Pipeline] sh 08:47:44 + make build 08:47:44 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 08:47:44 Building docker-core-command-go ... 08:47:44 Building docker-core-data-go ... 08:47:44 Building docker-core-metadata-go ... 08:47:44 Building docker-security-bootstrapper-go ... 08:47:44 Building docker-security-proxy-setup-go ... 08:47:44 Building docker-security-secretstore-setup-go ... 08:47:44 Building docker-support-notifications-go ... 08:47:44 Building docker-support-scheduler-go ... 08:47:44 Building docker-sys-mgmt-agent-go ... 08:47:44 Building docker-core-data-go 08:47:44 Building docker-security-bootstrapper-go 08:47:44 Building docker-security-secretstore-setup-go 08:47:44 Building docker-security-proxy-setup-go 08:47:44 Building docker-core-metadata-go 08:47: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 08:48:17 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 08:48:22 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 08:48:26 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 08:48:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:48:33 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 08:48:39 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 08:48:43 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 08:48:47 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 08:48: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 08:48:55 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] } 08:49:02 $ docker stop --time=1 d25ea9e4cda133e5856d182b4a210af4ffeba85814dc8adb281fd48b866c1d28 08:49:04 $ docker rm -f d25ea9e4cda133e5856d182b4a210af4ffeba85814dc8adb281fd48b866c1d28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:49:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:49:06 08:49:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:49:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:49:07 latest: Pulling from edgex-devops/edgex-compose-arm64 08:49:07 29e5d40040c1: Pulling fs layer 08:49:07 1ce36da41761: Pulling fs layer 08:49:07 25b303627fd3: Pulling fs layer 08:49:07 29e5d40040c1: Verifying Checksum 08:49:07 29e5d40040c1: Download complete 08:49:08 1ce36da41761: Verifying Checksum 08:49:08 1ce36da41761: Download complete 08:49:08 29e5d40040c1: Pull complete 08:49:09 1ce36da41761: Pull complete 08:49:09 25b303627fd3: Verifying Checksum 08:49:09 25b303627fd3: Download complete 08:49:19 25b303627fd3: Pull complete 08:49:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:49:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:49:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:49:20 prd-ubuntu18.04-docker-arm64-4c-16g-28187 does not seem to be running inside a container 08:49:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 08:49:23 $ docker top a2455d23468d7788c9946bc72ebb8c7ea24f04ea8ff83075c1d5e7440fcc06b5 -eo pid,comm [Pipeline] { [Pipeline] sh 08:49:24 + grep parallel 08:49:24 + docker-compose build --help 08:49:27 --parallel Build images in parallel. [Pipeline] } 08:49:28 $ docker stop --time=1 a2455d23468d7788c9946bc72ebb8c7ea24f04ea8ff83075c1d5e7440fcc06b5 08:49:29 $ docker rm -f a2455d23468d7788c9946bc72ebb8c7ea24f04ea8ff83075c1d5e7440fcc06b5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:49:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:49:30 . [Pipeline] withDockerContainer 08:49:31 prd-ubuntu18.04-docker-arm64-4c-16g-28187 does not seem to be running inside a container 08:49:31 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:49:32 $ docker top 73621e16db6ddf384fd81cf1cda3ee78ad796181915b9d5785f8ce73c2f7cfb9 -eo pid,comm [Pipeline] { [Pipeline] sh 08:49:33 + docker-compose -f ./docker-compose-build.yml build --parallel 08:49:36 Building docker-core-command-go ... 08:49:36 Building docker-core-data-go ... 08:49:36 Building docker-core-metadata-go ... 08:49:36 Building docker-security-bootstrapper-go ... 08:49:36 Building docker-security-proxy-setup-go ... 08:49:36 Building docker-security-secretstore-setup-go ... 08:49:36 Building docker-support-notifications-go ... 08:49:36 Building docker-support-scheduler-go ... 08:49:36 Building docker-sys-mgmt-agent-go ... 08:49:36 Building docker-support-scheduler-go 08:49:36 Building docker-security-bootstrapper-go 08:49:36 Building docker-core-command-go 08:49:36 Building docker-support-notifications-go 08:49:36 Building docker-core-metadata-go 08:49:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:52 ---> 547ac2085fdc 08:49:52 Step 3/23 : WORKDIR /edgex-go 08:49:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:49:52 ---> 547ac2085fdc 08:49:52 Step 3/21 : WORKDIR /edgex-go 08:49:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:52 ---> 547ac2085fdc 08:49:52 Step 3/23 : WORKDIR /edgex-go 08:49:52 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:52 Step 2/30 : FROM ${BUILDER_BASE} AS builder 08:49:52 ---> 547ac2085fdc 08:49:52 Step 3/30 : WORKDIR /edgex-go 08:49:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:49:52 ---> 547ac2085fdc 08:49:52 Step 3/24 : WORKDIR /edgex-go 08:49:52 ---> Running in a1bd36b7af41 08:49:52 ---> Running in b51e416af1d4 08:49:52 ---> Running in 6546aa13d32e 08:49:52 ---> Running in f4e0d9fea4ae 08:49:52 ---> Running in 45f6ad6d0c2b 08:49:52 Removing intermediate container 6546aa13d32e 08:49:52 ---> 9b96b3c90fc4 08:49:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:52 Removing intermediate container 45f6ad6d0c2b 08:49:52 ---> 700d06f6d917 08:49:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:52 Removing intermediate container f4e0d9fea4ae 08:49:52 ---> 84bb3ffb098f 08:49:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:52 Removing intermediate container a1bd36b7af41 08:49:52 ---> b6bba42a4717 08:49:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:52 Removing intermediate container b51e416af1d4 08:49:52 ---> e6bc24e44db2 08:49:52 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:52 ---> Running in 44739c7c082f 08:49:52 ---> Running in 125762c5340d 08:49:52 ---> Running in f81338b0983f 08:49:52 ---> Running in 643f6eb49c44 08:49:52 ---> Running in 8e83da21ebb3 08:49:58 Removing intermediate container 8e83da21ebb3 08:49:58 ---> 81a752d9996d 08:49:58 Step 5/30 : RUN apk add --update --no-cache make git 08:49:58 Removing intermediate container f81338b0983f 08:49:58 ---> 1b815fb7c8d6 08:49:58 Step 5/21 : RUN apk add --update --no-cache make git 08:49:59 Removing intermediate container 643f6eb49c44 08:49:59 ---> 18e89a1d6dae 08:49:59 Step 5/24 : RUN apk add --update --no-cache make git 08:49:59 ---> Running in 6d861a0ec55a 08:49:59 ---> Running in 0f1d382ad180 08:49:59 ---> Running in a24171f7fe08 08:50:00 Removing intermediate container 125762c5340d 08:50:00 ---> 82d1201c7788 08:50:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:50:00 Removing intermediate container 44739c7c082f 08:50:00 ---> ee9d867b70b2 08:50:00 Step 5/23 : RUN apk add --update --no-cache make git 08:50:00 ---> Running in 6b92e8b6ee50 08:50:00 ---> Running in 41c3ea4a03b7 08:50:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:50:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:50:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:50:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:50:06 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later) 08:50:06 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later) 08:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:50:07 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later) 08:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:50:07 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later) 08:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:50:07 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later) 08:50:11 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later) 08:50:11 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later) 08:50:11 OK: 233 MiB in 51 packages 08:50:11 OK: 233 MiB in 51 packages 08:50:11 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later) 08:50:11 OK: 233 MiB in 51 packages 08:50:12 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later) 08:50:12 OK: 233 MiB in 51 packages 08:50:12 WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later) 08:50:12 OK: 233 MiB in 51 packages 08:50:13 Removing intermediate container 0f1d382ad180 08:50:13 ---> 45aad79fa2f0 08:50:13 Step 6/21 : COPY go.mod . 08:50:13 Removing intermediate container 6d861a0ec55a 08:50:13 ---> d2ad2850d388 08:50:13 Step 6/30 : COPY go.mod . 08:50:14 ---> 4df833a98533 08:50:14 Step 7/21 : RUN go mod download 08:50:14 Removing intermediate container a24171f7fe08 08:50:14 ---> 1458c41eeaa0 08:50:14 Step 6/24 : COPY go.mod . 08:50:14 ---> Running in 6a0e68d5ea05 08:50:14 ---> 8ea01b3bacf8 08:50:14 Step 7/30 : RUN go mod download 08:50:15 Removing intermediate container 6b92e8b6ee50 08:50:15 ---> 64468bc61bd5 08:50:15 Step 6/23 : COPY go.mod . 08:50:15 Removing intermediate container 41c3ea4a03b7 08:50:15 ---> a3829a499c6f 08:50:15 Step 6/23 : COPY go.mod . 08:50:15 ---> Running in 5019f2744f34 08:50:15 ---> ef2dd802e701 08:50:15 Step 7/24 : RUN go mod download 08:50:16 ---> 393579b59ab8 08:50:16 Step 7/23 : RUN go mod download 08:50:16 ---> Running in 301b0715ddea 08:50:16 ---> 58e2c0fa67a5 08:50:16 Step 7/23 : RUN go mod download 08:50:16 ---> Running in eb5bb2d371ce 08:50:16 ---> Running in 8674befc3b8a 08:50:30 Removing intermediate container 8674befc3b8a 08:50:30 ---> 8cce20adeb1c 08:50:30 Step 8/23 : COPY . . 08:50:30 Removing intermediate container 5019f2744f34 08:50:30 ---> ff12199cb548 08:50:30 Step 8/30 : COPY . . 08:50:30 Removing intermediate container eb5bb2d371ce 08:50:30 ---> feca85ebc6ce 08:50:30 Step 8/23 : COPY . . 08:50:30 Removing intermediate container 6a0e68d5ea05 08:50:30 ---> 5a67f157d2f8 08:50:30 Step 8/21 : COPY . . 08:50:30 Removing intermediate container 301b0715ddea 08:50:30 ---> 3e5f29b1234e 08:50:30 Step 8/24 : COPY . . 08:50:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:50:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:50:58 ---> e2e9ea46516a 08:50:58 Step 3/22 : WORKDIR /edgex-go 08:50:58 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:50:58 Step 2/30 : FROM ${BUILDER_BASE} AS builder 08:50:58 ---> e2e9ea46516a 08:50:58 Step 3/30 : WORKDIR /edgex-go 08:50:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:50:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:50:58 ---> e2e9ea46516a 08:50:58 Step 3/22 : WORKDIR /edgex-go 08:50:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:50:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:50:58 ---> e2e9ea46516a 08:50:58 Step 3/23 : WORKDIR /edgex-go 08:50:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:50:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:50:58 ---> e2e9ea46516a 08:50:58 Step 3/23 : WORKDIR /edgex-go 08:50:58 ---> Running in 782aed98f208 08:50:58 ---> Running in 2fb9050751be 08:50:58 ---> Running in e18ea13475a6 08:50:58 ---> Running in 42482b1bac6e 08:50:58 ---> Running in 38fc454d84be 08:50:58 Removing intermediate container 2fb9050751be 08:50:58 ---> 1e5afb8747af 08:50:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:58 Removing intermediate container e18ea13475a6 08:50:58 ---> c8f02f18bdc2 08:50:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:58 Removing intermediate container 782aed98f208 08:50:58 ---> 39321995c0cd 08:50:58 Removing intermediate container 42482b1bac6e 08:50:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:58 ---> 09c983614148 08:50:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:58 Removing intermediate container 38fc454d84be 08:50:58 ---> eeac8770c421 08:50:58 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:58 ---> Running in 901990af070f 08:50:58 ---> Running in 1e05e4c86d9f 08:50:58 ---> Running in 2ba2abbc6538 08:50:58 ---> Running in 8e6ee818173c 08:50:58 ---> Running in 21fba4f77334 08:50:58 Removing intermediate container 901990af070f 08:50:58 ---> b93dd26f3b0e 08:50:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:50:58 ---> Running in 6722dbae3b6e 08:50:58 Removing intermediate container 1e05e4c86d9f 08:50:58 ---> ea7619688562 08:50:58 Step 5/23 : RUN apk add --update --no-cache make git 08:50:58 ---> Running in c6b2ffcb71c6 08:50:58 Removing intermediate container 2ba2abbc6538 08:50:58 ---> e6b365ee5bdc 08:50:58 Step 5/22 : RUN apk add --update --no-cache make git 08:50:58 Removing intermediate container 8e6ee818173c 08:50:58 ---> 045380ccf3bc 08:50:58 Step 5/23 : RUN apk add --update --no-cache make git 08:50:58 Removing intermediate container 21fba4f77334 08:50:58 ---> 76d9073d724f 08:50:58 Step 5/30 : RUN apk add --update --no-cache make git 08:50:58 ---> Running in dd3ef7c7a114 08:50:58 ---> Running in d787514934d9 08:50:58 ---> Running in e57eb5fe6190 08:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:59 OK: 217 MiB in 51 packages 08:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:00 OK: 217 MiB in 51 packages 08:51:00 OK: 217 MiB in 51 packages 08:51:00 OK: 217 MiB in 51 packages 08:51:00 Removing intermediate container 6722dbae3b6e 08:51:00 ---> ebd5de5bfed5 08:51:00 Step 6/22 : COPY go.mod . 08:51:00 OK: 217 MiB in 51 packages 08:51:01 ---> 4942ede2b3da 08:51:01 Step 7/22 : RUN go mod download 08:51:02 Removing intermediate container c6b2ffcb71c6 08:51:02 ---> 60ec23de5e3e 08:51:02 Step 6/23 : COPY go.mod . 08:51:02 ---> Running in a9a5efde92a1 08:51:02 Removing intermediate container e57eb5fe6190 08:51:02 ---> 09663f8ef6eb 08:51:02 Step 6/22 : COPY go.mod . 08:51:03 Removing intermediate container d787514934d9 08:51:03 ---> 9cceb4ed6361 08:51:03 Step 6/23 : COPY go.mod . 08:51:03 Removing intermediate container dd3ef7c7a114 08:51:03 ---> 56bf7922c12a 08:51:03 Step 6/30 : COPY go.mod . 08:51:03 ---> a90c868abb03 08:51:03 Step 7/23 : RUN go mod download 08:51:03 ---> Running in 427f348a8604 08:51:03 ---> 81d14f607cfc 08:51:03 Step 7/22 : RUN go mod download 08:51:04 ---> Running in 57508a592c2b 08:51:04 ---> 5427a13d4413 08:51:04 Step 7/23 : RUN go mod download 08:51:04 ---> 24c406bf5fba 08:51:04 Step 7/30 : RUN go mod download 08:51:04 ---> Running in 4635fed7bd38 08:51:04 ---> Running in 2448f8d77711 08:51:07 Removing intermediate container a9a5efde92a1 08:51:07 ---> 868077053c33 08:51:07 Step 8/22 : COPY . . 08:51:07 Removing intermediate container 427f348a8604 08:51:07 ---> da342ef6e721 08:51:07 Step 8/23 : COPY . . 08:51:09 Removing intermediate container 57508a592c2b 08:51:09 ---> 33fd61424dc0 08:51:09 Step 8/22 : COPY . . 08:51:09 Removing intermediate container 2448f8d77711 08:51:09 ---> 688f9873ef35 08:51:09 Step 8/30 : COPY . . 08:51:10 Removing intermediate container 4635fed7bd38 08:51:10 ---> a76e29ae8d8e 08:51:10 Step 8/23 : COPY . . 08:51:36 ---> 75e0ad740837 08:51:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:51:36 ---> 0800ac723249 08:51:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:51:36 ---> cb08c3000aa6 08:51:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:51:36 ---> e3a9db3369a7 08:51:36 Step 9/23 : RUN make cmd/core-command/core-command 08:51:36 ---> f0da51134ea6 08:51:36 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:51:36 ---> Running in e0e694851664 08:51:36 ---> Running in d67b77ce4a04 08:51:36 ---> Running in 163cc7c2a57f 08:51:36 ---> Running in 1bd09a6da5e7 08:51:36 ---> Running in 7c725138938f 08:51:37 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 08:51:37 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 08:51:37 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 08:51:37 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 08:51:37 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 08:53:29 Removing intermediate container 7c725138938f 08:53:29 ---> 348b740e44a4 08:53:29 08:53:29 Step 10/30 : FROM alpine:3.12 08:53:29 3.12: Pulling from library/alpine 08:53:29 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 08:53:29 Status: Downloaded newer image for alpine:3.12 08:53:29 ---> d10569e2745f 08:53:29 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:53:29 ---> Running in f49cbe7083e7 08:53:29 Removing intermediate container f49cbe7083e7 08:53:29 ---> 4e288cb41327 08:53:29 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 08:53:29 ---> Running in 590ccb575e01 08:53:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:53:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:53:29 (1/2) Installing dumb-init (1.2.2-r1) 08:53:29 (2/2) Installing su-exec (0.2-r1) 08:53:29 Executing busybox-1.31.1-r19.trigger 08:53:29 OK: 5 MiB in 16 packages 08:53:29 Removing intermediate container 590ccb575e01 08:53:29 ---> 90bd1ca9a648 08:53:29 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 08:53:29 ---> Running in 79ddeae4c164 08:53:31 Removing intermediate container 79ddeae4c164 08:53:31 ---> 0935467cda21 08:53:31 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:53:31 ---> Running in 0ba3b9ac4c61 08:53:33 Removing intermediate container 0ba3b9ac4c61 08:53:33 ---> 3f553537e89b 08:53:33 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:53:33 ---> Running in bcaf3268d8bf 08:53:35 Removing intermediate container 1bd09a6da5e7 08:53:35 ---> d572e5681e27 08:53:35 08:53:35 Step 10/23 : FROM alpine:3.12 08:53:35 ---> d10569e2745f 08:53:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:53:36 ---> Running in 9f1daaf95f1a 08:53:38 Removing intermediate container 163cc7c2a57f 08:53:38 ---> d500ffe33249 08:53:38 08:53:38 Step 10/22 : FROM alpine:3.12 08:53:38 ---> d10569e2745f 08:53:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:53:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:53:38 Removing intermediate container e0e694851664 08:53:38 ---> 458c4c51d312 08:53:38 08:53:38 Step 10/22 : FROM alpine:3.12 08:53:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:53:38 ---> d10569e2745f 08:53:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:53:38 ---> Running in 26e3a44283d7 08:53:38 Removing intermediate container bcaf3268d8bf 08:53:38 ---> 7f9038676e40 08:53:38 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 08:53:39 ---> Running in 2ad52e405970 08:53:39 (1/1) Installing dumb-init (1.2.2-r1) 08:53:39 Executing busybox-1.31.1-r19.trigger 08:53:39 OK: 5 MiB in 15 packages 08:53:39 ---> Running in fe2daf8fff2f 08:53:40 Removing intermediate container fe2daf8fff2f 08:53:40 ---> 3805dcd34956 08:53:40 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:53:41 Removing intermediate container 9f1daaf95f1a 08:53:41 ---> c56827b2202a 08:53:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:53:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:53:41 (1/2) Installing ca-certificates (20191127-r4) 08:53:41 (2/2) Installing dumb-init (1.2.2-r1) 08:53:41 Executing busybox-1.31.1-r19.trigger 08:53:42 Executing ca-certificates-20191127-r4.trigger 08:53:42 (1/1) Installing dumb-init (1.2.2-r1) 08:53:42 Executing busybox-1.31.1-r19.trigger 08:53:42 ---> Running in 20803cd06dbc 08:53:42 OK: 5 MiB in 15 packages 08:53:42 ---> 14592f7f7a97 08:53:42 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:53:42 OK: 6 MiB in 16 packages 08:53:43 ---> Running in 7564fd61d98f 08:53:43 Removing intermediate container 20803cd06dbc 08:53:43 ---> a0cc4b767a4d 08:53:43 Step 13/23 : ENV APP_PORT=48082 08:53:44 ---> Running in b19ddab19129 08:53:44 Removing intermediate container 2ad52e405970 08:53:44 ---> 86607c57a414 08:53:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:53:44 Removing intermediate container d67b77ce4a04 08:53:44 ---> 3db10ce9d175 08:53:44 08:53:44 Step 10/23 : FROM alpine:3.12 08:53:44 ---> d10569e2745f 08:53:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:53:44 ---> Using cache 08:53:44 ---> 86607c57a414 08:53:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:53:45 ---> Running in f62d022699cc 08:53:45 ---> Running in 0fff0036eab5 08:53:45 Removing intermediate container b19ddab19129 08:53:45 ---> 593b8fbdc520 08:53:45 Step 14/23 : EXPOSE $APP_PORT 08:53:45 Removing intermediate container 26e3a44283d7 08:53:45 ---> 179f052d143c 08:53:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:53:45 ---> Running in 0d4794ebb1ee 08:53:46 ---> Running in fe571c411b92 08:53:46 Removing intermediate container f62d022699cc 08:53:46 ---> 5cb62323dff1 08:53:46 Step 13/22 : ENV APP_PORT=48085 08:53:46 Removing intermediate container 0fff0036eab5 08:53:46 ---> 73c978fabe39 08:53:46 Step 13/23 : ENV APP_PORT=48081 08:53:46 Removing intermediate container 0d4794ebb1ee 08:53:46 ---> f95dded34e0f 08:53:46 Step 15/23 : WORKDIR / 08:53:46 ---> Running in bcd442ec326a 08:53:46 ---> Running in 9b2dc26f26f4 08:53:47 ---> Running in f5d3f198a08a 08:53:47 Removing intermediate container fe571c411b92 08:53:47 ---> 88e631355b74 08:53:47 Step 13/22 : ENV APP_PORT=48060 08:53:47 ---> Running in a1ec8db95fa3 08:53:47 Removing intermediate container bcd442ec326a 08:53:47 ---> d34ebc750ad5 08:53:47 Step 14/22 : EXPOSE $APP_PORT 08:53:47 Removing intermediate container 9b2dc26f26f4 08:53:47 ---> adb7315ec644 08:53:47 Step 14/23 : EXPOSE $APP_PORT 08:53:47 Removing intermediate container 7564fd61d98f 08:53:47 ---> 000a68622e4f 08:53:47 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 08:53:47 Removing intermediate container f5d3f198a08a 08:53:47 ---> d73984b14adc 08:53:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:53:47 ---> Running in 24c0cdb46825 08:53:47 ---> Running in 74e31569bf29 08:53:48 Removing intermediate container a1ec8db95fa3 08:53:48 ---> afdea28cb52f 08:53:48 Step 14/22 : EXPOSE $APP_PORT 08:53:48 ---> Running in f10b519f69cc 08:53:48 Removing intermediate container 74e31569bf29 08:53:48 ---> 5bcea0b64893 08:53:48 Step 15/23 : WORKDIR / 08:53:48 Removing intermediate container 24c0cdb46825 08:53:48 ---> b5c59e3fdeb4 08:53:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:53:49 ---> 5bd3696267ce 08:53:49 ---> 1ab3456fa0f8 08:53:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:53:49 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:53:49 ---> Running in a0800eb0d8d5 08:53:49 Removing intermediate container f10b519f69cc 08:53:49 ---> 478420d78072 08:53:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:53:50 ---> c12fa66e23cc 08:53:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:53:51 ---> 236b1f0cd79b 08:53:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:53:51 Removing intermediate container a0800eb0d8d5 08:53:51 ---> 2249e19bc42f 08:53:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:53:51 ---> 5c3a88087c17 08:53:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / ---> 3c9dfb04ebf6 08:53:51 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:53:51 08:53:51 ---> 9820828ecdae 08:53:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:53:52 ---> 6f76aa1eb3fa 08:53:52 Step 19/23 : ENTRYPOINT ["/core-command"] 08:53:52 ---> Running in ba6e2ad6be72 08:53:53 ---> ed54508ec8fa 08:53:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:53:53 ---> 6e3786028464 08:53:53 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:53:53 ---> 2466c5cf29fe 08:53:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:53:53 ---> 254ecca16982 08:53:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:53:54 Removing intermediate container ba6e2ad6be72 08:53:54 ---> f2b971875d70 08:53:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:54 ---> Running in 2d7c9789a183 08:53:54 ---> 0cf7e884f1a4 08:53:54 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 08:53:54 ---> Running in 4119259a00f2 08:53:55 ---> Running in a345e546c287 08:53:55 ---> 669227e40e21 08:53:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:53:55 Removing intermediate container 2d7c9789a183 08:53:55 ---> 5cf0e947c9c3 08:53:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:55 ---> ff90cfa0f81c 08:53:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:53:55 ---> Running in 26f910e5b5c3 08:53:55 ---> Running in d571414fad27 08:53:55 Removing intermediate container 4119259a00f2 08:53:55 ---> 83936a5c5b39 08:53:55 Step 21/23 : LABEL arch=arm64 08:53:56 ---> Running in 8068ca3fc646 08:53:56 Removing intermediate container a345e546c287 08:53:56 ---> 5bb7dd4ef200 08:53:56 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:53:56 Removing intermediate container d571414fad27 08:53:56 ---> c9e54b62f37c 08:53:56 Step 20/22 : LABEL arch=arm64Removing intermediate container 26f910e5b5c3 08:53:56 08:53:56 ---> d21f2c1360dd 08:53:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:56 ---> 2b996b5d70ad 08:53:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:53:57 ---> Running in 3732f75bd505 08:53:57 ---> Running in 5769c757b72a 08:53:57 ---> Running in fb3807aef0b7 08:53:57 Removing intermediate container 8068ca3fc646 08:53:57 ---> 80741846421a 08:53:57 Step 22/23 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:53:57 ---> ffb89219efcb 08:53:57 Step 25/30 : RUN chmod +x /entrypoint.sh 08:53:57 ---> Running in a02f4a250232 08:53:58 ---> Running in 64a802d35820 08:53:58 Removing intermediate container 3732f75bd505 08:53:58 ---> 23dbf722776c 08:53:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:58 Removing intermediate container 5769c757b72a 08:53:58 ---> 620bd017e3b7 08:53:58 Step 21/22 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:53:58 Removing intermediate container fb3807aef0b7 08:53:58 ---> 5d5d234c458c 08:53:58 Step 20/22 : LABEL arch=arm64 08:53:58 Removing intermediate container a02f4a250232 08:53:58 ---> 60837d4f7cb6 08:53:58 Step 23/23 : LABEL version=0.0.0 08:53:58 ---> Running in 70d1467944cf 08:53:58 ---> Running in a6737b8693b6 08:53:58 ---> Running in 4ccc77e66e86 08:53:58 ---> Running in 1ea1296599df 08:53:59 Removing intermediate container 70d1467944cf 08:53:59 ---> 9bc3746018d4 08:53:59 Step 21/23 : LABEL arch=arm64 08:53:59 Removing intermediate container 4ccc77e66e86 08:53:59 ---> bf10adba0700 08:53:59 Removing intermediate container 1ea1296599df 08:53:59 ---> 94f86b7a8947 08:53:59 08:53:59 Step 22/22 : LABEL version=0.0.0 08:53:59 ---> Running in d27659594ea8 08:53:59 Removing intermediate container a6737b8693b6 08:53:59 ---> 50c338e97b2d 08:53:59 Step 21/22 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:54:00 ---> Running in 369c623c3b78 08:54:00 ---> Running in 2319e2efea3b 08:54:00 Removing intermediate container d27659594ea8 08:54:00 ---> 797ec3db75f8 08:54:00 Step 22/23 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:54:00 Successfully built 94f86b7a8947 08:54:00 Successfully tagged docker-core-command-go-arm64:latest 08:54:00  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 08:54:00 ---> Running in 0304c2f8bef0 08:54:00 Removing intermediate container 369c623c3b78 08:54:00 ---> 7bb6d0f03490 08:54:00 08:54:01 Removing intermediate container 2319e2efea3b 08:54:01 ---> f323aa78dc94 08:54:01 Step 22/22 : LABEL version=0.0.0 08:54:01 Successfully built 7bb6d0f03490 08:54:01 Successfully tagged docker-support-scheduler-go-arm64:latest 08:54:01  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 08:54:01 ---> Running in 31617b7f60f5 08:54:01 Removing intermediate container 64a802d35820 08:54:01 ---> e16b0c24efae 08:54:01 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 08:54:01 Removing intermediate container 0304c2f8bef0 08:54:01 ---> 484147fc91c8 08:54:01 Step 23/23 : LABEL version=0.0.0 08:54:02 ---> Running in a3edec40279d 08:54:02 ---> Running in 505f66cef7e1 08:54:02 Removing intermediate container 31617b7f60f5 08:54:02 ---> e26ea7fec247 08:54:02 08:54:02 Successfully built e26ea7fec247 08:54:03 Successfully tagged docker-support-notifications-go-arm64:latest 08:54:03 Removing intermediate container a3edec40279d 08:54:03  Building docker-support-notifications-go ... done  ---> 24b8b74308e4 08:54:03 08:54:03 Building docker-core-data-go 08:54:03 Successfully built 24b8b74308e4 08:54:03 Successfully tagged docker-core-metadata-go-arm64:latest 08:54:03  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 08:54:03 Removing intermediate container 505f66cef7e1 08:54:03 ---> 718fd7243de5 08:54:03 Step 27/30 : CMD ["gate"] 08:54:04 ---> Running in e4c916832c33 08:54:04 Removing intermediate container e4c916832c33 08:54:04 ---> bfa066a633c2 08:54:04 Step 28/30 : LABEL arch=arm64 08:54:05 ---> Running in d32e67ff2b2f 08:54:05 Removing intermediate container d32e67ff2b2f 08:54:05 ---> a29e307fb8ab 08:54:05 Step 29/30 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:54:06 ---> Running in a0400f952615 08:54:08 Removing intermediate container a0400f952615 08:54:08 ---> f73dff467147 08:54:08 Step 30/30 : LABEL version=0.0.0 08:54:10 ---> Running in e7bcd97e3e03 08:54:11 Removing intermediate container e7bcd97e3e03 08:54:11 ---> a71414df7949 08:54:11 08:54:11 Successfully built a71414df7949 08:54:11 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:54:45 ---> 72cfa5dd07aa 08:54:45 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:54:45 ---> be5933cc54c7 08:54:45 Step 9/23 : RUN make cmd/core-data/core-data 08:54:45 ---> 494b512f4843 08:54:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:54:45 ---> Running in b4a93fa55963 08:54:45 ---> Running in 733b54d14273 08:54:45 ---> Running in 0285e04ee4b6 08:54:45 ---> 94801c53fa0d 08:54:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:54:45 ---> 6682e5257495 08:54:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:54:45 ---> Running in 9f484164d678 08:54:45 ---> Running in 44a5d37cde31 08:54:45 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 08:54: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 08:54:45 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 08:54:45 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 08:54:45 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 08:54:58  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:54:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:54:58 ---> e2e9ea46516a 08:54:58 Step 3/21 : WORKDIR /edgex-go 08:54:58 ---> Using cache 08:54:58 ---> eeac8770c421 08:54:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:54:58 ---> Using cache 08:54:58 ---> 76d9073d724f 08:54:58 Step 5/21 : RUN apk add --update --no-cache make git 08:54:58 ---> Using cache 08:54:58 ---> 56bf7922c12a 08:54:58 Step 6/21 : COPY go.mod . 08:54:58 ---> Using cache 08:54:58 ---> 24c406bf5fba 08:54:58 Step 7/21 : RUN go mod download 08:54:58 ---> Using cache 08:54:58 ---> 688f9873ef35 08:54:58 Step 8/21 : COPY . . 08:54:58 ---> Using cache 08:54:58 ---> f0da51134ea6 08:54:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:54:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:54:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:54:58 ---> e2e9ea46516a 08:54:58 Step 3/24 : WORKDIR /edgex-go 08:54:58 ---> Using cache 08:54:58 ---> eeac8770c421 08:54:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:54:58 ---> Using cache 08:54:58 ---> 76d9073d724f 08:54:58 Step 5/24 : RUN apk add --update --no-cache make git 08:54:58 ---> Using cache 08:54:58 ---> 56bf7922c12a 08:54:58 Step 6/24 : COPY go.mod . 08:54:58 ---> Using cache 08:54:58 ---> 24c406bf5fba 08:54:58 Step 7/24 : RUN go mod download 08:54:58 ---> Using cache 08:54:58 ---> 688f9873ef35 08:54:58 Step 8/24 : COPY . . 08:54:58 ---> Using cache 08:54:58 ---> f0da51134ea6 08:54:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:54:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:54:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:54:58 ---> e2e9ea46516a 08:54:58 Step 3/23 : WORKDIR /edgex-go 08:54:58 ---> Using cache 08:54:58 ---> eeac8770c421 08:54:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:54:58 ---> Using cache 08:54:58 ---> 76d9073d724f 08:54:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:54:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:54:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:54:58 ---> e2e9ea46516a 08:54:58 Step 3/26 : WORKDIR /edgex-go 08:54:58 ---> Using cache 08:54:58 ---> eeac8770c421 08:54:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:54:58 ---> Using cache 08:54:58 ---> 76d9073d724f 08:54:58 Step 5/26 : RUN apk add --update --no-cache make bash git 08:54:59 ---> Running in f32f0702878d 08:54:59 ---> Running in 0bf1ca861af0 08:54:59 ---> Running in c18d832b84c8 08:54:59 ---> Running in 3013247a3c95 08:55:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:55:01 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 08:55:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:55:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:55:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:55:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:55:02 OK: 217 MiB in 51 packages 08:55:03 OK: 217 MiB in 51 packages 08:55:04 Removing intermediate container c18d832b84c8 08:55:04 ---> cb9de5108935 08:55:04 Step 6/26 : COPY go.mod . 08:55:05 Removing intermediate container 3013247a3c95 08:55:05 ---> 52c11e4ce771 08:55:05 Step 6/23 : COPY go.mod . 08:55:06 ---> dad2edf4d7ce 08:55:06 Step 7/26 : RUN go mod download 08:55:06 ---> Running in 95f6f5d5420a 08:55:06 ---> 306e5099934d 08:55:06 Step 7/23 : RUN go mod download 08:55:06 ---> Running in db3759c21282 08:55:11 Removing intermediate container 95f6f5d5420a 08:55:11 ---> 30a683fda78c 08:55:11 Step 8/26 : COPY . . 08:55:12 Removing intermediate container db3759c21282 08:55:12 ---> f982a0964854 08:55:12 Step 8/23 : COPY . . 08:55:44 ---> 3461a096036a 08:55:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:55:44 ---> 8d22505d7d15 08:55:44 Step 9/23 : RUN make cmd/core-data/core-data 08:55:44 ---> Running in 371a5105c27e 08:55:44 ---> Running in 5c7dac355112 08:55:44 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 08:55:44 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 08:55:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:55:53 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 08:56:08 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 08:56:08 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 08:56:08 Removing intermediate container f32f0702878d 08:56:08 ---> 09a49beba7f0 08:56:08 08:56:08 Step 10/24 : FROM alpine:3.12 08:56:08 ---> d10569e2745f 08:56:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:56:08 ---> Running in 66d2e27ff08e 08:56:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:56:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:56:10 (1/5) Installing ca-certificates (20191127-r4) 08:56:10 Removing intermediate container 0bf1ca861af0 08:56:10 ---> 4bed7d95c6d6 08:56:10 08:56:10 Step 10/21 : FROM alpine:3.12 08:56:10 ---> d10569e2745f 08:56:10 Step 11/21 : RUN apk add --update --no-cache curl 08:56:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:56:10 (3/5) Installing libcurl (7.69.1-r3) 08:56:10 (4/5) Installing curl (7.69.1-r3) 08:56:10 (5/5) Installing dumb-init (1.2.2-r1) 08:56:10 Executing busybox-1.31.1-r19.trigger 08:56:10 Executing ca-certificates-20191127-r4.trigger 08:56:11 ---> Running in 0724c8e3c481 08:56:11 OK: 7 MiB in 19 packages 08:56:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:56:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:56:14 Removing intermediate container 66d2e27ff08e 08:56:14 ---> df9e9e8cb90d 08:56:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:56:14 (1/4) Installing ca-certificates (20191127-r4) 08:56:14 ---> Running in 69ce0dc35b69 08:56:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:56:14 (3/4) Installing libcurl (7.69.1-r3) 08:56:14 (4/4) Installing curl (7.69.1-r3) 08:56:14 Executing busybox-1.31.1-r19.trigger 08:56:14 Executing ca-certificates-20191127-r4.trigger 08:56:14 OK: 7 MiB in 18 packages 08:56:15 Removing intermediate container 69ce0dc35b69 08:56:15 ---> a68c8e5ca6d1 08:56:15 Step 13/24 : WORKDIR / 08:56:15 ---> Running in 884784c654a5 08:56:16 Removing intermediate container 884784c654a5 08:56:16 ---> d5f2662af531 08:56:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:56:17 Removing intermediate container 0724c8e3c481 08:56:17 ---> f01d08f02592 08:56:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:56:17 ---> Running in 497c7497908c 08:56:18 ---> a882fa456e22 08:56:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:56:18 Removing intermediate container 733b54d14273 08:56:18 ---> 6dade95d4376 08:56:18 08:56:18 Step 10/30 : FROM alpine:3.12 08:56:18 3.12: Pulling from library/alpine 08:56:18 Removing intermediate container 497c7497908c 08:56:18 ---> 7f63d767c655 08:56:18 Step 13/21 : WORKDIR /edgex 08:56:18 ---> Running in 815a76b8cc49 08:56:19 ---> 2ee0868457f9 08:56:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:56:19 Removing intermediate container 815a76b8cc49 08:56:19 ---> 4716ece2b40b 08:56:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:56:20 ---> 83cbe0c648d9 08:56:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:56:20 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 08:56:20 Status: Downloaded newer image for alpine:3.12 08:56:20 ---> 88dd2752d2ea 08:56:20 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:56:21 ---> a1833d5d1d9b 08:56:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:56:22 ---> Running in 86c78f4c5c83 08:56:23 ---> 71b1653666ff 08:56:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:56:23 ---> f6d9eb85e3dc 08:56:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:56:24 ---> 047291dc396f 08:56:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:56:25 Removing intermediate container 86c78f4c5c83 08:56:25 ---> ceef7c958330 08:56:25 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 08:56:25 ---> 76e11bc063f7 08:56:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:56:25 ---> Running in 3aaa162d73c7 08:56:25 ---> 255bb0b25ef9 08:56: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/ 08:56:25 ---> Running in 67440a97acc7 08:56:26 ---> Running in f684d3ae22db 08:56:26 Removing intermediate container 3aaa162d73c7 08:56:26 ---> 700fe8db663e 08:56:26 Step 18/21 : CMD ["--init=true"] 08:56:26 ---> Running in 54c17df95ed5 08:56:27 Removing intermediate container 54c17df95ed5 08:56:27 ---> a99c6c28f448 08:56:27 Step 19/21 : LABEL arch=arm64 08:56:27 ---> Running in 9be2574e65fa 08:56:28 Removing intermediate container 9be2574e65fa 08:56:28 ---> d4f325b846c7 08:56:28 Step 20/21 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:56:28 ---> Running in a8c8c058f1df 08:56:29 Removing intermediate container a8c8c058f1df 08:56:29 ---> 723a05c29718 08:56:29 Step 21/21 : LABEL version=0.0.0 08:56:29 Removing intermediate container 67440a97acc7 08:56:29 ---> 09d5baed47c0 08:56:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:56:29 ---> Running in 52f49a7e706a 08:56:29 ---> Running in 32a20efc61e6 08:56:30 Removing intermediate container 52f49a7e706a 08:56:30 ---> 5b10e349e756 08:56:30 08:56:30 Removing intermediate container 32a20efc61e6 08:56:30 ---> 159e7056cc47 08:56:30 Step 22/24 : LABEL arch=arm64 08:56:31 ---> Running in 762c60fb5c89 08:56:31 Successfully built 5b10e349e756 08:56:31 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:56:31  Building docker-security-proxy-setup-go ... done Removing intermediate container 762c60fb5c89 08:56:31 ---> a97cb860ab2d 08:56:31 Step 23/24 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:56:31 ---> Running in ba909b68d7b5 08:56:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:56:32 Removing intermediate container ba909b68d7b5 08:56:32 ---> 4b4226e33b69 08:56:32 Step 24/24 : LABEL version=0.0.0 08:56:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:56:32 ---> Running in a17028ce692d 08:56:33 Removing intermediate container 9f484164d678 08:56:33 ---> 53574e1a9599 08:56:33 08:56:33 Step 10/24 : FROM alpine:3.12 08:56:33 ---> 88dd2752d2ea 08:56:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:56:33 Removing intermediate container 0285e04ee4b6 08:56:33 ---> 6994b957164d 08:56:33 08:56:33 Step 10/21 : FROM alpine:3.12 08:56:33 ---> 88dd2752d2ea 08:56:33 Step 11/21 : RUN apk add --update --no-cache curl 08:56:33 (1/2) Installing dumb-init (1.2.2-r1) 08:56:33 (2/2) Installing su-exec (0.2-r1) 08:56:33 Executing busybox-1.31.1-r19.trigger 08:56:33 Removing intermediate container a17028ce692d 08:56:33 ---> 0f3c6e21efe1 08:56:33 08:56:33 OK: 6 MiB in 16 packages 08:56:34 Successfully built 0f3c6e21efe1 08:56:34 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:56:34 ---> Running in 1bcd052e64a3 08:56:34 ---> Running in b00e93db881d 08:56:37 Removing intermediate container f684d3ae22db 08:56:37 ---> 50f01403edd0 08:56:37 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 08:56:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:56:38 ---> Running in 6fe4583d8241 08:56:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:56:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:56:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:56:38 Removing intermediate container 44a5d37cde31 08:56:38 ---> 4aec0541588a 08:56:38 08:56:38 Step 10/23 : FROM alpine:3.12 08:56:38 ---> 88dd2752d2ea 08:56:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:56:39 Removing intermediate container b4a93fa55963 08:56:39 ---> be36754169ec 08:56:39 08:56:39 Step 10/23 : FROM alpine:3.12 08:56:39 ---> 88dd2752d2ea 08:56:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:56:39 (1/4) Installing ca-certificates (20191127-r4) 08:56:39 (1/5) Installing ca-certificates (20191127-r4) 08:56:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:56:39 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:56:39 (3/5) Installing libcurl (7.69.1-r3) 08:56:39 (4/5) Installing curl (7.69.1-r3) 08:56:39 (3/4) Installing libcurl (7.69.1-r3) 08:56:39 (4/4) Installing curl (7.69.1-r3) 08:56:39 (5/5) Installing dumb-init (1.2.2-r1) 08:56:39 Executing busybox-1.31.1-r19.trigger 08:56:39 Executing busybox-1.31.1-r19.trigger 08:56:39 Executing ca-certificates-20191127-r4.trigger 08:56:39 Executing ca-certificates-20191127-r4.trigger 08:56:39 OK: 7 MiB in 18 packages 08:56:39 OK: 7 MiB in 19 packages 08:56:40 ---> Running in b93cbf9e235c 08:56:40 ---> Running in 9e5ee554d333 08:56:41 Removing intermediate container 6fe4583d8241 08:56:41 ---> ba63d533b5dc 08:56:41 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:56:41 ---> Running in f3a5468e6a49 08:56:41 Removing intermediate container 9e5ee554d333 08:56:41 ---> c83d666cbd2d 08:56:41 Step 12/23 : ENV APP_PORT=48080 08:56:42 ---> Running in beeea541a1cc 08:56:42 Removing intermediate container f3a5468e6a49 08:56:42 ---> 3e9549b14375 08:56:42 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:56:42 ---> Running in a92dcbbce933 08:56:42 Removing intermediate container b00e93db881d 08:56:42 ---> 6d81d44597c1 08:56:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:56:44 Removing intermediate container beeea541a1cc 08:56:44 ---> 308e50441fa5 08:56:44 Step 13/23 : EXPOSE $APP_PORT 08:56:44 ---> Running in c6d8195fe12c 08:56:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:56:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:56:45 (1/1) Installing dumb-init (1.2.2-r1) 08:56:45 Executing busybox-1.31.1-r19.trigger 08:56:45 OK: 6 MiB in 15 packages 08:56:45 ---> Running in a165f92d9636 08:56:45 Removing intermediate container 1bcd052e64a3 08:56:45 ---> 09f6bce1b16c 08:56:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:56:46 ---> Running in 27cfcfe8710b 08:56:46 Removing intermediate container c6d8195fe12c 08:56:46 ---> f0c77bf47749 08:56:46 Step 13/21 : WORKDIR /edgex 08:56:47 Removing intermediate container a165f92d9636 08:56:47 ---> a3e350a97d5f 08:56:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:56:47 ---> Running in 8256d8f0f486 08:56:47 ---> Running in 01cd3932ccb7 08:56:48 Removing intermediate container 27cfcfe8710b 08:56:48 ---> 48c66bb4714d 08:56:48 Step 13/24 : WORKDIR / 08:56:48 ---> Running in 7f086666816b 08:56:48 Removing intermediate container b93cbf9e235c 08:56:48 ---> 933d43f7ac39 08:56:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:56:49 Removing intermediate container 8256d8f0f486 08:56:49 ---> 471c2a7b3e40 08:56:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:56:49 ---> Running in 8a7a846f92f4 08:56:49 Removing intermediate container a92dcbbce933 08:56:49 ---> f64c0d3e96d9 08:56:49 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 08:56:49 Removing intermediate container 7f086666816b 08:56:49 ---> 96973fd9370b 08:56:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:56:50 ---> 9639bbb258d0 08:56:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:56:50 ---> Running in f97874817d7d 08:56:51 Removing intermediate container 8a7a846f92f4 08:56:51 ---> acf3a8cc0647 08:56:51 Step 13/23 : ENV APP_PORT=48081 08:56:52  Building docker-security-secretstore-setup-go ... done Removing intermediate container 371a5105c27e 08:56:52 ---> 3965a7221b72 08:56:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:56:52 ---> Running in 2367b337cd49 08:56:52 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 08:56:52 ---> Running in 743112d38732 08:56:52 ---> 800c30bb8fc6 08:56:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:56:53 Removing intermediate container f97874817d7d 08:56:53 ---> 8cd25eae659c 08:56:53 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:56:53 Removing intermediate container 743112d38732 08:56:53 ---> b303dd42a52b 08:56:53 Step 14/23 : EXPOSE $APP_PORT 08:56:53 Removing intermediate container 2367b337cd49 08:56:53 ---> 04ea4beb63b5 08:56:53 08:56:53 Step 11/26 : FROM docker:20.10.0 08:56:53 ---> 126c8478eefc 08:56:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:56:54 20.10.0: Pulling from library/docker 08:56:54 Removing intermediate container 01cd3932ccb7 08:56:54 ---> 37bb7a5eca36 08:56:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:56:54 ---> 2654e9cc8030 08:56:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:56:54 ---> Running in 12e105acf41a 08:56:54 ---> caa17b277ff4 08:56:54 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:56:54 ---> Running in ca6ccc2f9f02 08:56:55 ---> d3a31427dfef 08:56:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:56:55 ---> Running in 2a8dd0371a79 08:56:55 ---> Running in 676bf8adce40 08:56:55 ---> a61e2691a74a 08:56:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:56:55 Removing intermediate container 12e105acf41a 08:56:55 ---> 919092231fc7 08:56:55 Step 15/23 : WORKDIR / 08:56:56 ---> Running in 7e84820cdeae 08:56:57 Removing intermediate container 676bf8adce40 08:56:57 ---> 0baeb112f627 08:56:57 Step 18/21 : CMD ["--init=true"] 08:56:57 ---> 007b55b7d0d0 08:56:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:56:57 ---> Running in d21b5915f362 08:56:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:56:57 Removing intermediate container 7e84820cdeae 08:56:57 ---> 1d793b632c6a 08:56:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:56:57 Removing intermediate container d21b5915f362 08:56:57 ---> 8704d82d24cb 08:56:57 Step 19/21 : LABEL arch=x86_64 08:56:57 ---> Running in e97cd05e179f 08:56:58 ---> fd4788ee1629 08:56:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:56:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:56:58 ---> f6bbccc43eca 08:56:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:56:58 (1/6) Installing dumb-init (1.2.2-r1) 08:56:59 (2/6) Installing libgcc (9.3.0-r2) 08:56:59 (3/6) Installing libsodium (1.0.18-r0) 08:56:59 (4/6) Installing libstdc++ (9.3.0-r2) 08:56:59 Removing intermediate container e97cd05e179f 08:56:59 ---> 71b7017656b5 08:56:59 Step 20/21 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:56:59 (5/6) Installing libzmq (4.3.3-r0) 08:57:00 (6/6) Installing zeromq (4.3.3-r0) 08:57:00 Executing busybox-1.31.1-r19.trigger 08:57:00 OK: 8 MiB in 20 packages 08:57:00 Removing intermediate container 2a8dd0371a79 08:57:00 ---> 85d3046c9c2e 08:57:00 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 08:57:01 ---> Running in 44fcb5db498f 08:57:01 ---> cc71e82211c2 08:57:01 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/ 08:57:01 ---> Running in fa1e1da6e6b6 08:57:01 ---> ea45680dbf2f 08:57:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:57:01 ---> de218698e2f1 08:57:01 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:57:02 Removing intermediate container 44fcb5db498f 08:57:02 ---> 131fb9eeefdc 08:57:02 Step 21/21 : LABEL version=0.0.0 08:57:03 ---> Running in ec9f2b7bd603 08:57:03 Removing intermediate container ca6ccc2f9f02 08:57:03 ---> aff66312a0c9 08:57:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:57:03 ---> 95f1638c1e14 08:57:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:57:03 ---> 35eab882a94f 08:57:03 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:57:03 ---> Running in f0855b813961 08:57:03 Removing intermediate container ec9f2b7bd603 08:57:03 ---> 3460d0cea8cc 08:57:03 08:57:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:57:04 Status: Downloaded newer image for docker:20.10.0 08:57:04 ---> eeaf43b92773 08:57:04 Step 12/26 : RUN apk add --no-cache bash 08:57:04 Removing intermediate container 5c7dac355112 08:57:04 ---> 61fd0f4267f2 08:57:04 08:57:04 Step 10/23 : FROM alpine:3.12 08:57:04 ---> d10569e2745f 08:57:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:57:04 ---> Running in 5600b17ed2ca 08:57:04 ---> Running in 75eeb433d16d 08:57:04 Removing intermediate container 75eeb433d16d 08:57:04 ---> 4dfbb360e004 08:57:04 Step 12/23 : ENV APP_PORT=48080 08:57:04 ---> Running in 8c11afd231c9 08:57:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:57:04 Removing intermediate container 8c11afd231c9 08:57:04 ---> 63ebca97a79e 08:57:04 Step 13/23 : EXPOSE $APP_PORT 08:57:04 ---> Running in db01b3d0bd75 08:57:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:57:04 Removing intermediate container f0855b813961 08:57:04 ---> 6de66d8057aa 08:57:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:57:04 ---> f7155d8c11af 08:57:04 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:57:04 ---> 3c2601e1182e 08:57:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:57:05 Removing intermediate container db01b3d0bd75 08:57:05 ---> cd7a2bec509b 08:57:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:05 ---> Running in cbabc48eb429 08:57:05 (1/2) Installing readline (8.0.4-r0) 08:57:05 (2/2) Installing bash (5.0.17-r0) 08:57:05 Executing bash-5.0.17-r0.post-install 08:57:05 Executing busybox-1.31.1-r19.trigger 08:57:05 OK: 12 MiB in 22 packages 08:57:05 ---> Running in 4378f304b789 08:57:05 Successfully built 3460d0cea8cc 08:57:05 Successfully tagged docker-security-proxy-setup-go:latest 08:57:05  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 08:57:05 Removing intermediate container fa1e1da6e6b6 08:57:05 ---> 0760cc3f6e5d 08:57:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:57:06 ---> f33349504a37 08:57:06 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 08:57:06 Removing intermediate container 4378f304b789 08:57:06 ---> 517779a23df3 08:57:06 Step 21/23 : LABEL arch=x86_64 08:57:06 ---> Running in 0ee77e5989fb 08:57:06 Removing intermediate container 5600b17ed2ca 08:57:06 ---> 1813a2ba1b8b 08:57:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:57:06 ---> Running in 0e775605f2af 08:57:06 ---> Running in 2b5092fd51e2 08:57:06 ---> Running in 085596aaa189 08:57:06 ---> 1cca9ac36f51 08:57:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:57:06 Removing intermediate container 0ee77e5989fb 08:57:06 ---> 517f174359f7 08:57:06 Step 22/24 : LABEL arch=x86_64 08:57:07 Removing intermediate container 0e775605f2af 08:57:07 ---> 2c6b274b14b5 08:57:07 Step 14/26 : ENV APP_PORT=48090 08:57:07 ---> Running in 04ceec9ba031 08:57:07 Removing intermediate container cbabc48eb429 08:57:07 ---> c25d3dcc20f0 08:57:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:57:07 ---> Running in 1656aa36fdd5 08:57:07 ---> Running in f4a3bae22c81 08:57:07 Removing intermediate container 085596aaa189 08:57:07 ---> 0f51740148ba 08:57:07 Step 22/23 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:57:07 Removing intermediate container 2b5092fd51e2 08:57:07 ---> 795d02f328d8 08:57:07 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:57:07 Removing intermediate container 04ceec9ba031 08:57:07 ---> 5af76c7be445 08:57:07 Step 15/26 : EXPOSE $APP_PORT 08:57:07 ---> a0329eb88fae 08:57:07 Step 19/23 : ENTRYPOINT ["/core-data"] 08:57:07 ---> Running in 761a0271b97c 08:57:07 ---> Running in 547e3c434b11 08:57:07 ---> Running in 66a0f594659b 08:57:08 Removing intermediate container f4a3bae22c81 08:57:08 ---> 76d10e7b6fb7 08:57:08 Step 23/24 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:57:08 Removing intermediate container 66a0f594659b 08:57:08 ---> f08ddb44531a 08:57:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:57:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:57:09 ---> 7b3d23673eca 08:57:09 Step 25/30 : RUN chmod +x /entrypoint.sh 08:57:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:57:09 ---> Running in f2fd908808aa 08:57:09 Removing intermediate container 761a0271b97c 08:57:09 ---> 5ac3169e2e80 08:57:09 Step 23/23 : LABEL version=0.0.0 08:57:09 Removing intermediate container 547e3c434b11 08:57:09 ---> e85ba17c9779 08:57:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:57:09 ---> cc3e388fe8f7 08:57:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:57:09 (1/6) Installing dumb-init (1.2.2-r1) 08:57:09 (2/6) Installing libgcc (9.3.0-r2) 08:57:09 (3/6) Installing libsodium (1.0.18-r0) 08:57:10 ---> 37b31fd571f4 08:57:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:57:10 (4/6) Installing libstdc++ (9.3.0-r2) 08:57:10 ---> Running in 7d289dabc6f1 08:57:10 ---> Running in 14b1eee844fc 08:57:10 (5/6) Installing libzmq (4.3.3-r0) 08:57:10 (6/6) Installing zeromq (4.3.3-r0) 08:57:10 ---> Running in f78495669c4e 08:57:10 Executing busybox-1.31.1-r19.trigger 08:57:10 OK: 8 MiB in 20 packages 08:57:11 ---> 1cd447a14d86 08:57:11 Step 19/26 : RUN apk --no-cache add py3-pip 08:57:11 ---> Running in aaaf4fa8fa5d 08:57:11 Removing intermediate container f2fd908808aa 08:57:11 ---> 5b50b4007ad0 08:57:11 Step 24/24 : LABEL version=0.0.0 08:57:12 Removing intermediate container 7d289dabc6f1 08:57:12 ---> ee098bca5eb7 08:57:12 08:57:12 Removing intermediate container 1656aa36fdd5 08:57:12 ---> 3220c586d324 08:57:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:57:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:57:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:57:12 ---> 0db14195d9c0 08:57:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:57:13 ---> Running in 75acb5c2bea4 08:57:13 Removing intermediate container f78495669c4e 08:57:13 ---> 2f81b036879f 08:57:13 Step 21/23 : LABEL arch=x86_64 08:57:13 Successfully built ee098bca5eb7 08:57:13 (1/33) Installing libbz2 (1.0.8-r1) 08:57:13 (2/33) Installing expat (2.2.9-r1) 08:57:13 (3/33) Installing libffi (3.3-r2) 08:57:13 (4/33) Installing gdbm (1.13-r1) 08:57:13 (5/33) Installing xz-libs (5.2.5-r0) 08:57:13 (6/33) Installing sqlite-libs (3.32.1-r0) 08:57:13 (7/33) Installing python3 (3.8.5-r1) 08:57:13 Successfully tagged docker-core-metadata-go:latest 08:57:13  Building docker-core-metadata-go ... done Building docker-support-notifications-go 08:57:14 ---> 87c7bf813a7a 08:57:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:57:15 (8/33) Installing py3-appdirs (1.4.4-r1) 08:57:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:57:15 (10/33) Installing py3-parsing (2.4.7-r0) 08:57:15 (11/33) Installing py3-six (1.15.0-r0) 08:57:15 (12/33) Installing py3-packaging (20.4-r0) 08:57:15 (13/33) Installing py3-setuptools (47.0.0-r0) 08:57:15 (14/33) Installing py3-chardet (3.0.4-r4) 08:57:15 (15/33) Installing py3-idna (2.9-r0) 08:57:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:57:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:57:15 (18/33) Installing py3-requests (2.23.0-r0) 08:57:15 (19/33) Installing py3-msgpack (1.0.0-r0) 08:57:15 (20/33) Installing py3-lockfile (0.12.2-r3) 08:57:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:57:15 (22/33) Installing py3-colorama (0.4.3-r0) 08:57:15 (23/33) Installing py3-distlib (0.3.0-r0) 08:57:15 ---> e303c09da887 08:57:15 Step 19/23 : ENTRYPOINT ["/core-data"] 08:57:15 (24/33) Installing py3-distro (1.5.0-r1) 08:57:15 (25/33) Installing py3-webencodings (0.5.1-r3) 08:57:15 (26/33) Installing py3-html5lib (1.0.1-r4) 08:57:15 (27/33) Installing py3-pytoml (0.1.21-r0) 08:57:15 (28/33) Installing py3-pep517 (0.8.2-r0) 08:57:15 (29/33) Installing py3-progress (1.5-r0) 08:57:15 (30/33) Installing py3-toml (0.10.1-r0) 08:57:15 (31/33) Installing py3-retrying (1.3.3-r0) 08:57:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:57:15 (33/33) Installing py3-pip (20.1.1-r0) 08:57:15 ---> Running in 7cc8cca1de8d 08:57:15 ---> Running in e43bc0dcf52a 08:57:16 Executing busybox-1.31.1-r19.trigger 08:57:16 OK: 71 MiB in 55 packages 08:57:16 Removing intermediate container 7cc8cca1de8d 08:57:16 ---> 819ab3bfbac3 08:57:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:57:16 ---> Running in 54d70040fef1 08:57:16 Removing intermediate container 75acb5c2bea4 08:57:16 ---> d92279049c02 08:57:16 08:57:16 Removing intermediate container 54d70040fef1 08:57:16 ---> a52e2bea4744 08:57:16 Step 21/23 : LABEL arch=arm64 08:57:17 ---> Running in 1974d30f7a87 08:57:17 Removing intermediate container e43bc0dcf52a 08:57:17 ---> c7e5b4b1c7e5 08:57:17 Step 22/23 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:57:17 Removing intermediate container 1974d30f7a87 08:57:17 ---> 257341560778 08:57:17 Step 22/23 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:57:17 ---> Running in d6854d35c2e9 08:57:18 Successfully built d92279049c02 08:57:18 Removing intermediate container d6854d35c2e9 08:57:18 ---> bd452022832d 08:57:18 Step 23/23 : LABEL version=0.0.0 08:57:18 Successfully tagged docker-security-secretstore-setup-go:latest 08:57:18 Building docker-sys-mgmt-agent-go 08:57:18 ---> Running in edcae0bc5a22 08:57:19 Removing intermediate container edcae0bc5a22 08:57:19 ---> 71b79aec5aa0 08:57:19 08:57:19  Building docker-security-secretstore-setup-go ... done  ---> Running in 3c5487ba3ea3 08:57:19 Successfully built 71b79aec5aa0 08:57:19 Successfully tagged docker-core-data-go-arm64:latest 08:57:21  Building docker-core-data-go ... done Removing intermediate container aaaf4fa8fa5d 08:57:21 ---> 04ff856426d9 08:57:21 Step 20/26 : RUN pip install docker-compose==1.23.2 08:57:21 ---> Running in e40c0ed929b2 08:57:23 Removing intermediate container 14b1eee844fc 08:57:23 ---> 81be48df8fc1 08:57:23 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 08:57:24 Removing intermediate container 3c5487ba3ea3 08:57:24 ---> 2c7acca8f820 08:57:24 Step 23/23 : LABEL version=0.0.0 08:57:27 Collecting docker-compose==1.23.2 08:57:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:57:27 Collecting texttable<0.10,>=0.9.0 08:57:27 Downloading texttable-0.9.1.tar.gz (11 kB) 08:57:28 ---> Running in 011d809822a9 08:57:28 ---> Running in e120298162a9 08:57:29 Collecting jsonschema<3,>=2.5.1 08:57:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:57:29 Collecting docopt<0.7,>=0.6.1 08:57:29 Downloading docopt-0.6.2.tar.gz (25 kB) 08:57:30 Removing intermediate container 011d809822a9 08:57:30 ---> 3caa6563aa01 08:57:30 08:57:30 Removing intermediate container e120298162a9 08:57:30 ---> 24e46f7c1ead 08:57:30 Step 27/30 : CMD ["gate"] 08:57:30 ---> Running in 8e33467ac3b5 08:57:31 Successfully built 3caa6563aa01 08:57:31 Successfully tagged docker-core-data-go:latest 08:57:31 Building docker-core-command-go 08:57:31 Collecting docker<4.0,>=3.6.0 08:57:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:57:31  Building docker-core-data-go ... done Removing intermediate container 8e33467ac3b5 08:57:31 ---> a627d01829a6 08:57:31 Step 28/30 : LABEL arch=x86_64 08:57:32 ---> Running in c4d799d33ab1 08:57:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:57:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:57:33 Collecting cached-property<2,>=1.2.0 08:57:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:57:33 Collecting dockerpty<0.5,>=0.4.1 08:57:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:57:35 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:57:35 Collecting PyYAML<4,>=3.10 08:57:35 Downloading PyYAML-3.13.tar.gz (270 kB) 08:57:37 Removing intermediate container c4d799d33ab1 08:57:37 ---> 1acdb5aee9b1 08:57:37 Step 29/30 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:57:38 ---> Running in c392e75a3629 08:57:39 Collecting websocket-client<1.0,>=0.32.0 08:57:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:57:39 Collecting docker-pycreds>=0.4.0 08:57:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:57:39 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) 08:57:39 Collecting idna<2.8,>=2.5 08:57:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:57:39 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) 08:57:40 Collecting urllib3<1.25,>=1.21.1 08:57:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:57:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:57:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:57:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:57:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:57:40 Installing collected packages: texttable, jsonschema, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, PyYAML, docker-compose 08:57:40 Running setup.py install for texttable: started 08:57:41 Removing intermediate container c392e75a3629 08:57:41 ---> ffc666e21d22 08:57:41 Step 30/30 : LABEL version=0.0.0 08:57:42 Running setup.py install for texttable: finished with status 'done' 08:57:43 ---> Running in 419ed9c5a4b7 08:57:43 Running setup.py install for docopt: started 08:57:44 Removing intermediate container 419ed9c5a4b7 08:57:44 ---> c71304eeac6d 08:57:44 08:57:45 Running setup.py install for docopt: finished with status 'done' 08:57:45 Attempting uninstall: idna 08:57:45 Found existing installation: idna 2.9 08:57:45 Uninstalling idna-2.9: 08:57:45 Successfully uninstalled idna-2.9 08:57:45 Attempting uninstall: urllib3 08:57:45 Found existing installation: urllib3 1.25.9 08:57:45 Uninstalling urllib3-1.25.9: 08:57:45 Successfully uninstalled urllib3-1.25.9 08:57:45 Successfully built c71304eeac6d 08:57:45 Successfully tagged docker-security-bootstrapper-go:latest 08:57:46 Attempting uninstall: requests 08:57:46 Found existing installation: requests 2.23.0 08:57:46 Uninstalling requests-2.23.0: 08:57:46 Successfully uninstalled requests-2.23.0 08:57:47 Running setup.py install for dockerpty: started 08:57:49 Running setup.py install for dockerpty: finished with status 'done' 08:57:49 Running setup.py install for PyYAML: started 08:57:51 Running setup.py install for PyYAML: finished with status 'done' 08:57:52 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 08:57:56 Removing intermediate container e40c0ed929b2 08:57:56 ---> f54dcefe2dcf 08:57:56 Step 21/26 : RUN apk --no-cache add curl 08:57:56 ---> Running in 0fd9d0a5d879 08:57:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:57:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:58:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:58:00 (2/3) Installing libcurl (7.69.1-r3) 08:58:00 (3/3) Installing curl (7.69.1-r3) 08:58:00 Executing busybox-1.31.1-r19.trigger 08:58:00 OK: 71 MiB in 58 packages 08:58:00 Removing intermediate container 0fd9d0a5d879 08:58:00 ---> 6eabdd05af2d 08:58:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:58:00 ---> Running in cec3ef6d810f 08:58:00 Removing intermediate container cec3ef6d810f 08:58:00 ---> d8d6a12bc2ca 08:58:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:58:00 ---> Running in f58ff4b0c917 08:58:00 Removing intermediate container f58ff4b0c917 08:58:00 ---> 2f7c0513162c 08:58:00 Step 24/26 : LABEL arch=arm64 08:58:01 ---> Running in d13167b68140 08:58:01 Removing intermediate container d13167b68140 08:58:01 ---> 1fd919e7a2a4 08:58:01 Step 25/26 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 08:58:01 ---> Running in 4a7c500c4365 08:58:01 Removing intermediate container 4a7c500c4365 08:58:01 ---> 00c997045a97 08:58:01 Step 26/26 : LABEL version=0.0.0 08:58:02 ---> Running in a88721c6aa9a 08:58:02 Removing intermediate container a88721c6aa9a 08:58:02 ---> 0c8506c22b47 08:58:02 08:58:02 Successfully built 0c8506c22b47 08:58:02 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:58:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:58:03 $ docker stop --time=1 73621e16db6ddf384fd81cf1cda3ee78ad796181915b9d5785f8ce73c2f7cfb9 08:58:05 $ docker rm -f 73621e16db6ddf384fd81cf1cda3ee78ad796181915b9d5785f8ce73c2f7cfb9 [Pipeline] // withDockerContainer [Pipeline] sh 08:58:05 + docker images 08:58:05 + grep docker 08:58:06 docker-sys-mgmt-agent-go-arm64 latest 0c8506c22b47 3 seconds ago 300MB 08:58:06 docker-core-data-go-arm64 latest 71b79aec5aa0 47 seconds ago 21.2MB 08:58:06 docker-security-secretstore-setup-go-arm64 latest 0f3c6e21efe1 About a minute ago 23.7MB 08:58:06 docker-security-proxy-setup-go-arm64 latest 5b10e349e756 About a minute ago 23.4MB 08:58:06 docker-security-bootstrapper-go-arm64 latest a71414df7949 3 minutes ago 17.6MB 08:58:06 docker-support-notifications-go-arm64 latest e26ea7fec247 4 minutes ago 16.8MB 08:58:06 docker-core-metadata-go-arm64 latest 24b8b74308e4 4 minutes ago 17.9MB 08:58:06 docker-support-scheduler-go-arm64 latest 7bb6d0f03490 4 minutes ago 16.3MB 08:58:06 docker-core-command-go-arm64 latest 94f86b7a8947 4 minutes ago 16.2MB 08:58:06 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 08:58:07 ---> job-cost.sh 08:58:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZzU8 08:58:45  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:58:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:58:45 ---> 547ac2085fdc 08:58:45 Step 3/22 : WORKDIR /edgex-go 08:58:45 ---> Using cache 08:58:45 ---> e6bc24e44db2 08:58:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:45 ---> Using cache 08:58:45 ---> 81a752d9996d 08:58:45 Step 5/22 : RUN apk add --update --no-cache make git 08:58:45 ---> Using cache 08:58:45 ---> d2ad2850d388 08:58:45 Step 6/22 : COPY go.mod . 08:58:45 ---> Using cache 08:58:45 ---> 8ea01b3bacf8 08:58:45 Step 7/22 : RUN go mod download 08:58:45 ---> Using cache 08:58:45 ---> ff12199cb548 08:58:45 Step 8/22 : COPY . . 08:58:45 ---> Using cache 08:58:45 ---> 72cfa5dd07aa 08:58:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:58:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:58:47 ---> Running in df631f33684c 08:58:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:58:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:58:49 ---> 547ac2085fdc 08:58:49 Step 3/22 : WORKDIR /edgex-go 08:58:49 ---> Using cache 08:58:49 ---> e6bc24e44db2 08:58:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:49 ---> Using cache 08:58:49 ---> 81a752d9996d 08:58:49 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:58:50 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:58:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:58:50 ---> 547ac2085fdc 08:58:50 Step 3/26 : WORKDIR /edgex-go 08:58:50 ---> Using cache 08:58:50 ---> e6bc24e44db2 08:58:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:50 ---> Using cache 08:58:50 ---> 81a752d9996d 08:58:50 Step 5/26 : RUN apk add --update --no-cache make bash git 08:58:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:58:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:58:53 ---> 547ac2085fdc 08:58:53 Step 3/23 : WORKDIR /edgex-go 08:58:53 ---> Using cache 08:58:53 ---> e6bc24e44db2 08:58:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:53 ---> Using cache 08:58:53 ---> 81a752d9996d 08:58:53 Step 5/23 : RUN apk add --update --no-cache make git 08:58:53 ---> Using cache 08:58:53 ---> d2ad2850d388 08:58:53 Step 6/23 : COPY go.mod . 08:58:53 ---> Using cache 08:58:53 ---> 8ea01b3bacf8 08:58:53 Step 7/23 : RUN go mod download 08:58:53 ---> Using cache 08:58:53 ---> ff12199cb548 08:58:53 Step 8/23 : COPY . . 08:58:53 ---> Using cache 08:58:53 ---> 72cfa5dd07aa 08:58:53 Step 9/23 : RUN make cmd/core-command/core-command 08:58:53 ---> Running in 5bb07f847ee3 08:58:54 ---> Running in 06ec42f8a24f 08:58:54 ---> Running in ade1e615f773 08:58:57 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 08:58:57 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 08:58:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:58:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:58:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:58:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:58:58 OK: 233 MiB in 51 packages 08:58:58 OK: 233 MiB in 51 packages 08:59:04 Removing intermediate container 5bb07f847ee3 08:59:04 ---> fd4963d43a0a 08:59:04 Step 6/22 : COPY go.mod . 08:59:04 Removing intermediate container 06ec42f8a24f 08:59:04 ---> ecfa7011a63e 08:59:04 Step 6/26 : COPY go.mod . 08:59:05 ---> b34716c81b2b 08:59:05 Step 7/26 : RUN go mod download 08:59:05 ---> 4b66991573e6 08:59:05 Step 7/22 : RUN go mod download 08:59:06 ---> Running in c8b0dd311cdf 08:59:06 ---> Running in 02de06e65e3a 08:59:15 Removing intermediate container c8b0dd311cdf 08:59:15 ---> 4fcec578f573 08:59:15 Step 8/26 : COPY . . 08:59:15 Removing intermediate container 02de06e65e3a 08:59:15 ---> da701b4b1a47 08:59:15 Step 8/22 : COPY . . 09:01:08 lf-activate-venv(): INFO: Adding /tmp/venv-ZzU8/bin to PATH 09:01:08 INFO: No Stack... 09:01:08 INFO: Retrieving Pricing Info for: lf-standard-4 09:01:08 INFO: Archiving Costs [Pipeline] sh 09:01:08 Removing intermediate container df631f33684c 09:01:08 ---> ed32d9afd681 09:01:08 09:01:08 Step 10/22 : FROM alpine:3.12 09:01:08 ---> 88dd2752d2ea 09:01:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:01:08 ---> Using cache 09:01:08 ---> 933d43f7ac39 09:01:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:01:08 ---> Using cache 09:01:08 ---> acf3a8cc0647 09:01:08 Step 13/22 : ENV APP_PORT=48085 09:01:08 ---> Running in 925cf32b8099 09:01:08 Removing intermediate container ade1e615f773 09:01:08 ---> fb540156ea0b 09:01:08 09:01:08 Step 10/23 : FROM alpine:3.12 09:01:08 ---> 88dd2752d2ea 09:01:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:01:08 ---> Using cache 09:01:08 ---> 933d43f7ac39 09:01:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:01:08 ---> Using cache 09:01:08 ---> acf3a8cc0647 09:01:08 Step 13/23 : ENV APP_PORT=48082 09:01:08 Removing intermediate container 925cf32b8099 09:01:08 ---> 39d10a71a782 09:01:08 Step 14/22 : EXPOSE $APP_PORT 09:01:08 ---> Running in 3d02545c2015 09:01:08 ---> Running in 40ec51bdebb4 09:01:08 Removing intermediate container 3d02545c2015 09:01:08 ---> 6e576e7c232c 09:01:08 Step 14/23 : EXPOSE $APP_PORT 09:01:08 Removing intermediate container 40ec51bdebb4 09:01:08 ---> 7ae978641cb9 09:01:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:01:08 ---> Running in f4e4e132cafc 09:01:08 + + cat /w/workspace/edgex-go/7/archives/cost.csv 09:01:08 cut -d, -f6 [Pipeline] lock 09:01:08 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3202-7-stack-cost] 09:01:08 Resource [jenkins-edgexfoundry-edgex-go-PR-3202-7-stack-cost] did not exist. Created. 09:01:08 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3202-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:01:09 + echo total: 0.20999999344348907 [Pipeline] stash 09:01:09 Stashed 1 file(s) [Pipeline] } 09:01:09 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3202-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:01:10 Removing intermediate container f4e4e132cafc 09:01:10 ---> 8e6738ec5812 09:01:10 Step 15/23 : WORKDIR / 09:01:11 ---> 3e682c9d7ee8 09:01:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:01:12 ---> Running in bc6a7ecd85d2 09:01:13 ---> 1622fe50046f 09:01:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:01:13 Removing intermediate container bc6a7ecd85d2 09:01:13 ---> 9c1d30fad3ad 09:01:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:01:14 ---> b8aea6cf33b2 09:01:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:01:14 ---> 7c2023c68019 09:01:14 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:01:14 ---> 4de2f0c7e547 09:01:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:01:14 ---> 603758c129e6 09:01:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:01:15 ---> Running in 18e08cc09cd6 09:01:15 ---> Running in 9761867f7239 09:01:15 ---> Running in 2952015eae28 09:01:16 Removing intermediate container 2952015eae28 09:01:16 ---> 3574b04b4f5e 09:01:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:01:17 ---> Running in 8e5d9c00f7ff 09:01:17 ---> c33a986fdd7a 09:01:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:01:18 Removing intermediate container 8e5d9c00f7ff 09:01:18 ---> d1543aa5d8b4 09:01:18 Step 20/22 : LABEL arch=x86_64 09:01:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:01:18 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 09:01:18 ---> 3c72279b4bc2 09:01:18 Step 19/23 : ENTRYPOINT ["/core-command"] 09:01:18 ---> Running in 2549eb3b595b 09:01:19 ---> Running in 78a99e0e0b6b 09:01:19 Removing intermediate container 2549eb3b595b 09:01:19 ---> b4ece9561f56 09:01:19 Step 21/22 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 09:01:22 ---> Running in 1d003a1daa10 09:01:23 Removing intermediate container 78a99e0e0b6b 09:01:23 ---> d6f7bdd2d48f 09:01:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:01:23 ---> Running in f214be82c53d 09:01:23 Removing intermediate container 1d003a1daa10 09:01:23 ---> f04919c43c64 09:01:23 Step 22/22 : LABEL version=0.0.0 09:01:24 ---> Running in 29ad64e5d0ca 09:01:24 Removing intermediate container f214be82c53d 09:01:24 ---> a4e933ee82a2 09:01:24 Step 21/23 : LABEL arch=x86_64 09:01:24 ---> Running in 774c2f378232 09:01:24 Removing intermediate container 29ad64e5d0ca 09:01:24 ---> 2fec32dfc306 09:01:25 09:01:26 Successfully built 2fec32dfc306 09:01:26 Removing intermediate container 774c2f378232 09:01:26 ---> ef43c16c4925 09:01:26 Step 22/23 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 09:01:26 Successfully tagged docker-support-scheduler-go:latest 09:01:27  Building docker-support-scheduler-go ... done  ---> Running in 703f224dc37c 09:01:27 Removing intermediate container 703f224dc37c 09:01:27 ---> 3d362c8cf215 09:01:27 Step 23/23 : LABEL version=0.0.0 09:01:28 ---> Running in 9bbdce85a54d 09:01:28 Removing intermediate container 9bbdce85a54d 09:01:28 ---> 2ed9c14f1ab2 09:01:28 09:01:29 Successfully built 2ed9c14f1ab2 09:01:29 Successfully tagged docker-core-command-go:latest 09:02:09  Building docker-core-command-go ... done Removing intermediate container 9761867f7239 09:02:09 ---> 5755866eec7f 09:02:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:02:10 ---> Running in a3ce37394174 09:02:11 Removing intermediate container 18e08cc09cd6 09:02:11 ---> 4126cc8ddd5f 09:02:11 09:02:11 Step 10/22 : FROM alpine:3.12 09:02:11 ---> 88dd2752d2ea 09:02:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:02:11 ---> Running in 6a8a99d9bd4d 09:02:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:02:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:02:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:02:13 (1/2) Installing ca-certificates (20191127-r4) 09:02:13 (2/2) Installing dumb-init (1.2.2-r1) 09:02:13 Executing busybox-1.31.1-r19.trigger 09:02:13 Executing ca-certificates-20191127-r4.trigger 09:02:13 OK: 6 MiB in 16 packages 09:02:15 Removing intermediate container a3ce37394174 09:02:15 ---> 06cafa813a3e 09:02:15 09:02:15 Step 11/26 : FROM docker:20.10.0 09:02:15 20.10.0: Pulling from library/docker 09:02:15 Removing intermediate container 6a8a99d9bd4d 09:02:15 ---> 28ce5c20550a 09:02:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:02:16 ---> Running in 6a0347e7c41a 09:02:16 Removing intermediate container 6a0347e7c41a 09:02:16 ---> 98b2a9702578 09:02:16 Step 13/22 : ENV APP_PORT=48060 09:02:17 ---> Running in 899e822ee40f 09:02:18 Removing intermediate container 899e822ee40f 09:02:18 ---> 4e26a69623fa 09:02:18 Step 14/22 : EXPOSE $APP_PORT 09:02:18 ---> Running in e9d21dd3db80 09:02:19 Removing intermediate container e9d21dd3db80 09:02:19 ---> c4937cf83c36 09:02:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:02:21 ---> cf88352cae80 09:02:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:02:23 ---> 139f46e29862 09:02:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:02:25 ---> 55d47857c613 09:02:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:02:25 ---> Running in 018cb202acc0 09:02:26 Removing intermediate container 018cb202acc0 09:02:26 ---> 7e5c2f4730b3 09:02:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:02:26 ---> Running in c36c2da4042d 09:02:28 Removing intermediate container c36c2da4042d 09:02:28 ---> c7badc6cceac 09:02:28 Step 20/22 : LABEL arch=x86_64 09:02:29 ---> Running in 579ca4419525 09:02:29 Removing intermediate container 579ca4419525 09:02:29 ---> 743558b9b859 09:02:29 Step 21/22 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 09:02:30 ---> Running in 18f53284aaeb 09:02:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:02:30 Status: Downloaded newer image for docker:20.10.0 09:02:30 ---> aefe523efa57 09:02:30 Step 12/26 : RUN apk add --no-cache bash 09:02:30 ---> Running in 6785364c92d8 09:02:30 Removing intermediate container 18f53284aaeb 09:02:30 ---> 13207b71eebe 09:02:30 Step 22/22 : LABEL version=0.0.0 09:02:31 ---> Running in 5dac85e90ef8 09:02:32 Removing intermediate container 5dac85e90ef8 09:02:32 ---> ff50cac9bc1d 09:02:32 09:02:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:02:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:02:32 Successfully built ff50cac9bc1d 09:02:32 Successfully tagged docker-support-notifications-go:latest 09:02:32  Building docker-support-notifications-go ... done (1/2) Installing readline (8.0.4-r0) 09:02:32 (2/2) Installing bash (5.0.17-r0) 09:02:32 Executing bash-5.0.17-r0.post-install 09:02:32 Executing busybox-1.31.1-r19.trigger 09:02:32 OK: 12 MiB in 22 packages 09:02:34 Removing intermediate container 6785364c92d8 09:02:34 ---> b86ef7442511 09:02:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:02:35 ---> Running in 7a44dc34e5d1 09:02:35 Removing intermediate container 7a44dc34e5d1 09:02:35 ---> a980333a17e1 09:02:35 Step 14/26 : ENV APP_PORT=48090 09:02:35 ---> Running in f0126a733a7a 09:02:36 Removing intermediate container f0126a733a7a 09:02:36 ---> 2c9f65f1570d 09:02:36 Step 15/26 : EXPOSE $APP_PORT 09:02:36 ---> Running in 63180e9c4947 09:02:36 Removing intermediate container 63180e9c4947 09:02:36 ---> 93768908b5db 09:02:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:02:39 ---> f855e734660d 09:02:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:02:40 ---> b5ff48b5f668 09:02:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:02:40 ---> 65c193dea3f0 09:02:40 Step 19/26 : RUN apk --no-cache add py3-pip 09:02:40 ---> Running in a9e7a1d92910 09:02:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:02:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:02:42 (1/33) Installing libbz2 (1.0.8-r1) 09:02:42 (2/33) Installing expat (2.2.9-r1) 09:02:42 (3/33) Installing libffi (3.3-r2) 09:02:42 (4/33) Installing gdbm (1.13-r1) 09:02:42 (5/33) Installing xz-libs (5.2.5-r0) 09:02:42 (6/33) Installing sqlite-libs (3.32.1-r0) 09:02:42 (7/33) Installing python3 (3.8.5-r1) 09:02:44 (8/33) Installing py3-appdirs (1.4.4-r1) 09:02:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:02:44 (10/33) Installing py3-parsing (2.4.7-r0) 09:02:44 (11/33) Installing py3-six (1.15.0-r0) 09:02:44 (12/33) Installing py3-packaging (20.4-r0) 09:02:44 (13/33) Installing py3-setuptools (47.0.0-r0) 09:02:44 (14/33) Installing py3-chardet (3.0.4-r4) 09:02:44 (15/33) Installing py3-idna (2.9-r0) 09:02:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:02:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:02:44 (18/33) Installing py3-requests (2.23.0-r0) 09:02:44 (19/33) Installing py3-msgpack (1.0.0-r0) 09:02:44 (20/33) Installing py3-lockfile (0.12.2-r3) 09:02:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:02:44 (22/33) Installing py3-colorama (0.4.3-r0) 09:02:44 (23/33) Installing py3-distlib (0.3.0-r0) 09:02:44 (24/33) Installing py3-distro (1.5.0-r1) 09:02:44 (25/33) Installing py3-webencodings (0.5.1-r3) 09:02:44 (26/33) Installing py3-html5lib (1.0.1-r4) 09:02:44 (27/33) Installing py3-pytoml (0.1.21-r0) 09:02:44 (28/33) Installing py3-pep517 (0.8.2-r0) 09:02:44 (29/33) Installing py3-progress (1.5-r0) 09:02:44 (30/33) Installing py3-toml (0.10.1-r0) 09:02:44 (31/33) Installing py3-retrying (1.3.3-r0) 09:02:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:02:44 (33/33) Installing py3-pip (20.1.1-r0) 09:02:45 Executing busybox-1.31.1-r19.trigger 09:02:45 OK: 71 MiB in 55 packages 09:02:57 Removing intermediate container a9e7a1d92910 09:02:57 ---> 6a1bdd0b2ad3 09:02:57 Step 20/26 : RUN pip install docker-compose==1.23.2 09:02:57 ---> Running in c72c21aec631 09:03:00 Collecting docker-compose==1.23.2 09:03:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:03:00 Collecting docker<4.0,>=3.6.0 09:03:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:03:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:03:01 Collecting jsonschema<3,>=2.5.1 09:03:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:03:03 Collecting docopt<0.7,>=0.6.1 09:03:03 Downloading docopt-0.6.2.tar.gz (25 kB) 09:03:04 Collecting websocket-client<1.0,>=0.32.0 09:03:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:03:05 Collecting texttable<0.10,>=0.9.0 09:03:05 Downloading texttable-0.9.1.tar.gz (11 kB) 09:03:06 Collecting cached-property<2,>=1.2.0 09:03:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:03:06 Collecting PyYAML<4,>=3.10 09:03:06 Downloading PyYAML-3.13.tar.gz (270 kB) 09:03:08 Collecting dockerpty<0.5,>=0.4.1 09:03:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:03:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:03:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:03:09 Collecting docker-pycreds>=0.4.0 09:03:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:03:09 Collecting urllib3<1.25,>=1.21.1 09:03:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:03:09 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) 09:03:09 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) 09:03:09 Collecting idna<2.8,>=2.5 09:03:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:03:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:03:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:03:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:03:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:03:09 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, docopt, texttable, cached-property, PyYAML, dockerpty, docker-compose 09:03:09 Attempting uninstall: urllib3 09:03:09 Found existing installation: urllib3 1.25.9 09:03:09 Uninstalling urllib3-1.25.9: 09:03:10 Successfully uninstalled urllib3-1.25.9 09:03:10 Attempting uninstall: idna 09:03:10 Found existing installation: idna 2.9 09:03:10 Uninstalling idna-2.9: 09:03:10 Successfully uninstalled idna-2.9 09:03:10 Attempting uninstall: requests 09:03:10 Found existing installation: requests 2.23.0 09:03:10 Uninstalling requests-2.23.0: 09:03:11 Successfully uninstalled requests-2.23.0 09:03:12 Running setup.py install for docopt: started 09:03:12 Running setup.py install for docopt: finished with status 'done' 09:03:12 Running setup.py install for texttable: started 09:03:13 Running setup.py install for texttable: finished with status 'done' 09:03:13 Running setup.py install for PyYAML: started 09:03:15 Running setup.py install for PyYAML: finished with status 'done' 09:03:15 Running setup.py install for dockerpty: started 09:03:16 Running setup.py install for dockerpty: finished with status 'done' 09:03:17 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 09:03:24 Removing intermediate container c72c21aec631 09:03:24 ---> 2763ff122fda 09:03:24 Step 21/26 : RUN apk --no-cache add curl 09:03:24 ---> Running in ed811bc48e7d 09:03:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:03:24 (2/3) Installing libcurl (7.69.1-r3) 09:03:24 (3/3) Installing curl (7.69.1-r3) 09:03:24 Executing busybox-1.31.1-r19.trigger 09:03:24 OK: 72 MiB in 58 packages 09:03:26 Removing intermediate container ed811bc48e7d 09:03:26 ---> f381e1a8555e 09:03:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:03:26 ---> Running in 03e4ded8770b 09:03:26 Removing intermediate container 03e4ded8770b 09:03:26 ---> 6698dd16a6fd 09:03:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:03:26 ---> Running in c1c6b447f9b6 09:03:26 Removing intermediate container c1c6b447f9b6 09:03:26 ---> 9d89233e0634 09:03:26 Step 24/26 : LABEL arch=x86_64 09:03:26 ---> Running in fb00557372c6 09:03:27 Removing intermediate container fb00557372c6 09:03:27 ---> 79a180b01548 09:03:27 Step 25/26 : LABEL git_sha=a9e89425e353be16965c3e2b4be2414c6f565315 09:03:27 ---> Running in 83c3ee1b7fa7 09:03:28 Removing intermediate container 83c3ee1b7fa7 09:03:28 ---> e73a4b8a58f7 09:03:28 Step 26/26 : LABEL version=0.0.0 09:03:28 ---> Running in 8c3a19a01d2c 09:03:29 Removing intermediate container 8c3a19a01d2c 09:03:29 ---> 2f4a06a7b5f0 09:03:29 09:03:31 Successfully built 2f4a06a7b5f0 09:03:32 Successfully tagged docker-sys-mgmt-agent-go:latest 09:03:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:03:33 $ docker stop --time=1 e22f072b0b08f3d8d5926df5f8e4f03f07ca96dc75fbd6942bfb381c9cca4df0 09:03:38 $ docker rm -f e22f072b0b08f3d8d5926df5f8e4f03f07ca96dc75fbd6942bfb381c9cca4df0 [Pipeline] // withDockerContainer [Pipeline] sh 09:03:39 + docker images 09:03:39 + grep docker 09:03:41 docker-sys-mgmt-agent-go latest 2f4a06a7b5f0 12 seconds ago 313MB 09:03:41 docker-support-notifications-go latest ff50cac9bc1d About a minute ago 17.8MB 09:03:41 docker-core-command-go latest 2ed9c14f1ab2 2 minutes ago 17MB 09:03:41 docker-support-scheduler-go latest 2fec32dfc306 2 minutes ago 17.2MB 09:03:41 docker-security-bootstrapper-go latest c71304eeac6d 5 minutes ago 18.7MB 09:03:41 docker-core-data-go latest 3caa6563aa01 6 minutes ago 22.5MB 09:03:41 docker-security-secretstore-setup-go latest d92279049c02 6 minutes ago 24.9MB 09:03:41 docker-core-metadata-go latest ee098bca5eb7 6 minutes ago 19MB 09:03:41 docker-security-proxy-setup-go latest 3460d0cea8cc 6 minutes ago 24.7MB 09:03:41 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 09:03:57 Still waiting to schedule task 09:03:57 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:04:50 Running on prd-ubuntu18.04-docker-8c-8g-28189 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws 09:04:50 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 09:04:52 using credential edgex-jenkins-ssh 09:04:53 Cloning the remote Git repository 09:04:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:04:53 > git init /w/workspace/edgex-go/7 # timeout=10 09:04:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:04:53 > git --version # timeout=10 09:04:53 > git --version # 'git version 2.17.1' 09:04:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:05:08 Merging remotes/origin/master commit f0a5054a805e8aad79e6fefc9c847f3d46b91de1 into PR head commit a9e89425e353be16965c3e2b4be2414c6f565315 09:05:08 Merge succeeded, producing a9e89425e353be16965c3e2b4be2414c6f565315 09:05:08 Checking out Revision a9e89425e353be16965c3e2b4be2414c6f565315 (PR-3202) 09:05:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:05:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:05:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:05:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:05:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:05:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:05:08 > git config core.sparsecheckout # timeout=10 09:05:08 > git checkout -f a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 09:05:08 > git remote # timeout=10 09:05:08 > git config --get remote.origin.url # timeout=10 09:05:08 using GIT_SSH to set credentials SSH Credentials for GitHub 09:05:08 > git merge f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 09:05:08 > git rev-parse HEAD^{commit} # timeout=10 09:05:08 > git config core.sparsecheckout # timeout=10 09:05:08 > git checkout -f a9e89425e353be16965c3e2b4be2414c6f565315 # timeout=10 09:05:12 Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:05:13 + echo snap-build.sh 09:05:13 snap-build.sh 09:05:13 + SNAP_BASE_DIR=. 09:05:13 + '[' '!' -z /w/workspace/edgex-go/7 ']' 09:05:13 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 09:05:13 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 09:05:13 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 09:05:13 + cd /w/workspace/edgex-go/7 09:05:13 + sudo apt-get remove -qy --purge lxd lxd-client 09:05:13 Reading package lists... 09:05:13 Building dependency tree... 09:05:13 Reading state information... 09:05:13 The following packages were automatically installed and are no longer required: 09:05:13 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:05:13 uidmap xdelta3 09:05:13 Use 'sudo apt autoremove' to remove them. 09:05:13 The following packages will be REMOVED: 09:05:13 lxd* lxd-client* 09:05:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:05:13 After this operation, 31.7 MB disk space will be freed. 09:05:14 (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.) 09:05:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:05:15 Removing lxd dnsmasq configuration 09:05:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:05:16 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:05:16 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:05:16 (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.) 09:05:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:05:18 Processing triggers for systemd (237-3ubuntu10.42) ... 09:05:18 Processing triggers for ureadahead (0.100.0-21) ... 09:05:19 + sudo snap remove --purge lxd 09:05:19 snap "lxd" is not installed 09:05:19 + sudo groupadd --force --system lxd 09:05:19 ++ whoami 09:05:19 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:05:19 + newgrp - lxd 09:05:19 + sudo snap install lxd 09:05:27 2021-03-02T09:05:25Z INFO Waiting for automatic snapd restart... 09:05:42 lxd 4.11 from Canonical* installed 09:05:42 + sudo lxd init --auto 09:05:50 + sudo snap install --classic snapcraft 09:05:57 snapcraft 4.5.1 from Canonical* installed 09:05:57 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:05:57 + patch --verbose -p1 09:05:57 Hmm... Looks like a unified diff to me... 09:05:57 The text leading up to this was: 09:05:57 -------------------------- 09:05:57 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:05:57 |From: Tony Espy 09:05:57 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:05:57 |Subject: [PATCH] optimize snap build for pipeline CI check 09:05:57 | 09:05:57 |This patch is used by the EdgeX CI pipeline builds to 09:05:57 |optimize the snap CI check run for pull requests. When 09:05:57 |applied, it essentially strips out everything (apps and 09:05:57 |parts) from the snapcraft.yaml file except those required 09:05:57 |to build edgex-go, as the whole idea of the CI check is to 09:05:57 |catch changes to edgex-go that break the snap build. 09:05:57 | 09:05:57 |In general, anyone updating snapcraft.yaml will also need 09:05:57 |to update this patch file, otherwise it may fail to apply, 09:05:57 |resulting in a failed snap build CI check in the associated 09:05:57 |pull request. 09:05:57 | 09:05:57 |Note - in addition to applying this patch, the pipeline also 09:05:57 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:05:57 |need to build the finally binary .snap file (and it won't 09:05:57 |work with the patch applied). This further reduces the build 09:05:57 |time. 09:05:57 |--- 09:05:57 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:05:57 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:05:57 | 09:05:57 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:05:57 |index 1e537489..faf42425 100644 09:05:57 |--- a/snap/snapcraft.yaml 09:05:57 |+++ b/snap/snapcraft.yaml 09:05:57 -------------------------- 09:05:57 patching file snap/snapcraft.yaml 09:05:57 Using Plan A... 09:05:57 Hunk #1 succeeded at 73. 09:05:57 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 09:05:57 Hunk #3 succeeded at 217 (offset 3 lines). 09:05:57 Hunk #4 succeeded at 225 (offset 3 lines). 09:05:57 Hunk #5 succeeded at 232 (offset 3 lines). 09:05:57 Hunk #6 succeeded at 259 (offset 3 lines). 09:05:57 Hunk #7 succeeded at 293 (offset 3 lines). 09:05:57 Hunk #8 succeeded at 352 (offset 11 lines). 09:05:57 Hmm... Ignoring the trailing garbage. 09:05:57 done 09:05:57 + sudo snapcraft prime --use-lxd 09:05:58 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:05:58 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: 09:05:58 - README.md 09:05:58 - snapcraft.yaml.orig 09:05:58 09:05:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:05:59 Launching a container. 09:06:11 Waiting for container to be ready 09:06:11 To start your first instance, try: lxc launch ubuntu:18.04 09:06:11 09:06:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:06:13 Waiting for network to be ready... 09:06:14 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:06:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:06:14 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:06:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 09:06:14 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:06:14 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:06:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:06:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:06:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:06:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:06:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:06:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 09:06:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 09:06:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 09:06:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 09:06:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 09:06:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 09:06:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 09:06:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:06:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 09:06:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 09:06:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 09:06:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 09:06:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 09:06:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 09:06:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 09:06:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 09:06:18 Fetched 24.0 MB in 4s (5526 kB/s) 09:06:19 Reading package lists... 09:06:19 Reading package lists... 09:06:19 Building dependency tree... 09:06:19 Reading state information... 09:06:19 The following additional packages will be installed: 09:06:19 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:06:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:06:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:06:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:06:19 Suggested packages: 09:06:19 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:06:19 Recommended packages: 09:06:19 gnupg libsasl2-modules 09:06:19 The following NEW packages will be installed: 09:06:19 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:06:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:06:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:06:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:06:19 The following packages will be upgraded: 09:06:19 gpg gpg-agent gpgconf libudev1 09:06:19 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 09:06:19 Need to get 3530 kB of archives. 09:06:19 After this operation, 13.3 MB of additional disk space will be used. 09:06:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 09:06:19 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 09:06:19 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] 09:06:19 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 09:06:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 09:06:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 09:06:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:06:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:06:20 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 09:06:20 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 09:06:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 09:06:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:06:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:06:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:06:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:06:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:06:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:06:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:06:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:06:20 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:06:20 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:06:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 09:06:20 debconf: delaying package configuration, since apt-utils is not installed 09:06:20 Fetched 3530 kB in 1s (2696 kB/s) 09:06:20 (Reading database ... 12511 files and directories currently installed.) 09:06:20 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 09:06:21 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:06:21 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 09:06:21 Selecting previously unselected package udev. 09:06:21 (Reading database ... 12511 files and directories currently installed.) 09:06:21 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 09:06:21 Unpacking udev (237-3ubuntu10.44) ... 09:06:21 Selecting previously unselected package libfuse2:amd64. 09:06:21 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:06:21 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:06:21 Selecting previously unselected package fuse. 09:06:21 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:06:21 Unpacking fuse (2.9.7-1ubuntu1) ... 09:06:21 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 09:06:21 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:06:21 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 09:06:21 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:06:22 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 09:06:22 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:06:22 Selecting previously unselected package libksba8:amd64. 09:06:22 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:06:22 Unpacking libksba8:amd64 (1.3.5-2) ... 09:06:22 Selecting previously unselected package libroken18-heimdal:amd64. 09:06:22 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:06:22 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:22 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:06:22 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:06:22 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:22 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:06:22 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:06:22 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:22 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:06:22 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:06:22 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:22 Selecting previously unselected package libwind0-heimdal:amd64. 09:06:22 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:06:22 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:23 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:06:23 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:06:23 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:23 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:06:23 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:06:23 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:23 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:06:23 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:06:23 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:23 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:06:23 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:06:23 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:23 Selecting previously unselected package libsasl2-modules-db:amd64. 09:06:23 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:06:23 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:06:23 Selecting previously unselected package libsasl2-2:amd64. 09:06:23 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:06:23 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:06:23 Selecting previously unselected package libldap-common. 09:06:23 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 09:06:23 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:06:23 Selecting previously unselected package libldap-2.4-2:amd64. 09:06:23 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 09:06:23 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:06:23 Selecting previously unselected package dirmngr. 09:06:23 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 09:06:23 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 09:06:24 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:06:24 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 09:06:24 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:06:24 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:06:24 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:06:24 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 09:06:24 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:24 Setting up libksba8:amd64 (1.3.5-2) ... 09:06:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:06:24 Setting up udev (237-3ubuntu10.44) ... 09:06:24 invoke-rc.d: policy-rc.d denied execution of start. 09:06:24 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:24 Processing triggers for systemd (237-3ubuntu10) ... 09:06:24 Setting up fuse (2.9.7-1ubuntu1) ... 09:06:24 Setting up gpg (2.2.4-1ubuntu1.4) ... 09:06:24 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:24 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:25 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:25 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:25 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:25 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:25 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:06:25 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:06:25 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 09:06:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:06:25 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:06:25 settings in the [Install] section, and DefaultInstance for template units). 09:06:25 This means they are not meant to be enabled using systemctl. 09:06:25 Possible reasons for having this kind of units are: 09:06:25 1) A unit may be statically enabled by being symlinked from another unit's 09:06:25 .wants/ or .requires/ directory. 09:06:25 2) A unit's purpose may be to act as a helper for some other unit which has 09:06:25 a requirement dependency on it. 09:06:25 3) A unit may be started when needed via activation (socket, path, timer, 09:06:25 D-Bus, udev, scripted systemctl call, ...). 09:06:25 4) In case of template units, the unit is meant to be enabled with some 09:06:25 instance name specified. 09:06:25 Reading package lists... 09:06:25 Building dependency tree... 09:06:25 Reading state information... 09:06:26 The following additional packages will be installed: 09:06:26 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:06:26 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:06:26 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:06:26 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:06:26 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:06:26 Suggested packages: 09:06:26 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:06:26 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:06:26 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:06:26 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:06:26 systemd-container policykit-1 09:06:26 Recommended packages: 09:06:26 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:06:26 The following NEW packages will be installed: 09:06:26 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:06:26 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:06:26 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:06:26 multiarch-support openssh-client python3 python3-minimal python3.6 09:06:26 python3.6-minimal snapd squashfs-tools sudo 09:06:26 The following packages will be upgraded: 09:06:26 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:06:26 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 09:06:26 Need to get 35.2 MB of archives. 09:06:26 After this operation, 141 MB of additional disk space will be used. 09:06:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:06:26 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 09:06:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:06:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 09:06:27 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 09:06:27 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:06:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:06:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:06:27 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:06:27 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:06:27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:06:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:06:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:06:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 09:06:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:06:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 09:06:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:06:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 09:06:27 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 09:06:27 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:06:27 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 09:06:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:06:27 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:06:27 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:06:27 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:06:27 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:06:27 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:06:27 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 09:06:27 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:06:27 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 09:06:28 debconf: delaying package configuration, since apt-utils is not installed 09:06:28 Fetched 35.2 MB in 2s (14.2 MB/s) 09:06:28 (Reading database ... 12757 files and directories currently installed.) 09:06:28 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 09:06:28 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:06:29 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 09:06:29 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:06:29 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 09:06:29 (Reading database ... 12757 files and directories currently installed.) 09:06:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:06:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:06:30 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:06:30 (Reading database ... 12757 files and directories currently installed.) 09:06:30 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:06:30 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:06:30 Setting up apt (1.6.12ubuntu0.2) ... 09:06:30 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:06:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:06:31 (Reading database ... 12764 files and directories currently installed.) 09:06:31 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 09:06:31 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 09:06:31 Selecting previously unselected package libpython3.6-minimal:amd64. 09:06:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:06:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:06:31 Selecting previously unselected package libexpat1:amd64. 09:06:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:06:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:06:31 Selecting previously unselected package python3.6-minimal. 09:06:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:06:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:06:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 09:06:32 Checking for services that may need to be restarted...done. 09:06:32 Checking for services that may need to be restarted...done. 09:06:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:06:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:06:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:06:32 Selecting previously unselected package python3-minimal. 09:06:32 (Reading database ... 13012 files and directories currently installed.) 09:06:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:06:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:06:32 Selecting previously unselected package mime-support. 09:06:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:06:32 Unpacking mime-support (3.60ubuntu1) ... 09:06:32 Selecting previously unselected package libmpdec2:amd64. 09:06:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:06:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:06:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:06:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:06:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:06:33 Selecting previously unselected package python3.6. 09:06:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:06:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:06:33 Selecting previously unselected package libpython3-stdlib:amd64. 09:06:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:06:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:06:33 Setting up python3-minimal (3.6.7-1~18.04) ... 09:06:33 Selecting previously unselected package python3. 09:06:33 (Reading database ... 13442 files and directories currently installed.) 09:06:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:06:33 Unpacking python3 (3.6.7-1~18.04) ... 09:06:33 Selecting previously unselected package multiarch-support. 09:06:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:06:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:06:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:06:34 Selecting previously unselected package liblzo2-2:amd64. 09:06:34 (Reading database ... 13479 files and directories currently installed.) 09:06:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:06:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:06:34 Selecting previously unselected package libbsd0:amd64. 09:06:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:06:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:06:34 Selecting previously unselected package sudo. 09:06:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 09:06:34 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 09:06:34 Selecting previously unselected package apparmor. 09:06:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:06:34 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:06:34 Selecting previously unselected package libedit2:amd64. 09:06:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:06:34 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:06:34 Selecting previously unselected package libkrb5support0:amd64. 09:06:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:06:34 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:06:34 Selecting previously unselected package libk5crypto3:amd64. 09:06:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:06:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:06:34 Selecting previously unselected package libkeyutils1:amd64. 09:06:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:06:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:06:34 Selecting previously unselected package libkrb5-3:amd64. 09:06:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:06:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:06:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:06:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:06:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:06:35 Selecting previously unselected package libssl1.0.0:amd64. 09:06:35 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 09:06:35 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:06:35 Selecting previously unselected package openssh-client. 09:06:35 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:06:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:06:35 Selecting previously unselected package squashfs-tools. 09:06:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:06:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:06:35 Selecting previously unselected package snapd. 09:06:35 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 09:06:35 Unpacking snapd (2.48.3+18.04) ... 09:06:38 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:06:38 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:06:38 Setting up mime-support (3.60ubuntu1) ... 09:06:38 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 09:06:38 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:06:38 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:06:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:06:38 Setting up systemd (237-3ubuntu10.44) ... 09:06:38 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:06:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:06:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:06:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:06:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:06:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:06:39 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:06:39 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:06:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:06:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:06:39 Setting up python3 (3.6.7-1~18.04) ... 09:06:39 running python rtupdate hooks for python3.6... 09:06:39 running python post-rtupdate hooks for python3.6... 09:06:39 Setting up apparmor (2.12-4ubuntu5.1) ... 09:06:40 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:06:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:06:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:06:41 Setting up snapd (2.48.3+18.04) ... 09:06:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:06:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:06:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:06:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:06:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:06:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:06:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:06:42 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:06:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:06:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:06:43 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 09:06:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:06:43 Processing triggers for systemd (237-3ubuntu10.44) ... 09:06:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:06:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:06:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:06:45 Reading package lists... 09:06:45 Reading package lists... 09:06:46 Building dependency tree... 09:06:46 Reading state information... 09:06:46 Calculating upgrade... 09:06:46 The following packages will be upgraded: 09:06:46 advancecomp base-files bash binutils binutils-common 09:06:46 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:06:46 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:06:46 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 09:06:46 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 09:06:46 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 09:06:46 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 09:06:46 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 09:06:46 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 09:06:46 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 09:06:46 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 09:06:46 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 09:06:46 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 09:06:46 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 09:06:46 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 09:06:46 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:06:46 Need to get 63.8 MB of archives. 09:06:46 After this operation, 5202 kB of additional disk space will be used. 09:06:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 09:06:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:06:46 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:06:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:06:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:06:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:06:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:06:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:06:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:06:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:06:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:06:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:06:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:06:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:06:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:06:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:06:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:06:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:06:46 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:06:46 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:06:46 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:06:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:06:46 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:06:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:06:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:06:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:06:46 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:06:46 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:06:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:06:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:06:46 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:06:46 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:06:46 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:06:46 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:06:46 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:06:46 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 09:06:46 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:06:46 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:06:46 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:06:46 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 09:06:46 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 09:06:46 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:06:46 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:06:46 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:06:46 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 09:06:46 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:06:46 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:06:46 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 09:06:46 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 09:06:46 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 09:06:46 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 09:06:46 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:06:46 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:06:46 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:06:46 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:06:47 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:06:47 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:06:47 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:06:47 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:06:47 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:06:47 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:06:47 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:06:47 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:06:47 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:06:47 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:06:47 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:06:47 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:06:47 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:06:47 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:06:47 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:06:47 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:06:47 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:06:47 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:06:47 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:06:47 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:06:47 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:06:47 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:06:47 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:06:47 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 09:06:47 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 09:06:47 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:06:47 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] 09:06:47 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:06:47 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 09:06:47 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] 09:06:47 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:06:48 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 09:06:48 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:06:48 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:06:48 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:06:48 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:06:48 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:06:48 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] 09:06:48 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:06:48 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:06:48 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:06:48 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:06:48 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:06:48 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:06:48 debconf: delaying package configuration, since apt-utils is not installed 09:06:48 Fetched 63.8 MB in 2s (30.6 MB/s) 09:06:48 (Reading database ... 13912 files and directories currently installed.) 09:06:48 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:06:48 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:06:49 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:06:49 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:06:49 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 09:06:49 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 09:06:49 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:50 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:06:50 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:50 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:06:50 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:50 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:06:50 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:06:50 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:50 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:06:50 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:06:50 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:50 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:06:50 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:06:51 (Reading database ... 13911 files and directories currently installed.) 09:06:51 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:51 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:06:51 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:06:51 (Reading database ... 13911 files and directories currently installed.) 09:06:51 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:51 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:06:51 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:51 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:06:51 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:06:51 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:06:51 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:06:52 (Reading database ... 13911 files and directories currently installed.) 09:06:52 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:06:52 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:06:52 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:06:52 (Reading database ... 13911 files and directories currently installed.) 09:06:52 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:06:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:06:52 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:06:53 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:06:53 Setting up base-files (10.1ubuntu2.10) ... 09:06:53 Installing new version of config file /etc/issue ... 09:06:53 Installing new version of config file /etc/issue.net ... 09:06:53 Installing new version of config file /etc/lsb-release ... 09:06:53 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:06:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:06:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:06:53 Removing obsolete conffile /etc/default/motd-news ... 09:06:53 (Reading database ... 13912 files and directories currently installed.) 09:06:53 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:06:53 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:06:53 Setting up bash (4.4.18-2ubuntu1.2) ... 09:06:54 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 09:06:54 (Reading database ... 13912 files and directories currently installed.) 09:06:54 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:06:54 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:06:54 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:06:54 (Reading database ... 13912 files and directories currently installed.) 09:06:54 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:06:54 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:06:54 Setting up tar (1.29b-2ubuntu0.2) ... 09:06:54 (Reading database ... 13912 files and directories currently installed.) 09:06:54 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:06:54 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:06:54 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:06:55 (Reading database ... 13912 files and directories currently installed.) 09:06:55 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:06:55 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:06:55 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:06:55 (Reading database ... 13912 files and directories currently installed.) 09:06:55 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:06:55 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:06:55 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:06:55 (Reading database ... 13912 files and directories currently installed.) 09:06:55 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:06:55 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:06:55 Setting up grep (3.1-2build1) ... 09:06:55 (Reading database ... 13912 files and directories currently installed.) 09:06:55 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:06:55 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:06:55 Setting up login (1:4.5-1ubuntu2) ... 09:06:56 (Reading database ... 13912 files and directories currently installed.) 09:06:56 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:06:56 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:06:56 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:06:56 (Reading database ... 13912 files and directories currently installed.) 09:06:56 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:06:56 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:06:56 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:06:57 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:06:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:06:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:06:57 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:06:57 (Reading database ... 13912 files and directories currently installed.) 09:06:57 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:06:57 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:06:58 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:06:58 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:06:58 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:06:58 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:06:58 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:06:58 (Reading database ... 13912 files and directories currently installed.) 09:06:58 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:06:58 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:06:59 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:06:59 (Reading database ... 13912 files and directories currently installed.) 09:06:59 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:06:59 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:06:59 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:06:59 (Reading database ... 13912 files and directories currently installed.) 09:06:59 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:06:59 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:06:59 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:06:59 (Reading database ... 13912 files and directories currently installed.) 09:06:59 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:06:59 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:06:59 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:06:59 (Reading database ... 13912 files and directories currently installed.) 09:06:59 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:06:59 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:06:59 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:07:00 (Reading database ... 13912 files and directories currently installed.) 09:07:00 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:07:00 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:07:00 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:07:00 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:07:00 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:07:00 (Reading database ... 13912 files and directories currently installed.) 09:07:00 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:07:00 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:07:00 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:07:00 (Reading database ... 13912 files and directories currently installed.) 09:07:00 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:07:00 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:07:00 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:07:00 (Reading database ... 13912 files and directories currently installed.) 09:07:00 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:07:00 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:07:00 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:07:01 (Reading database ... 13912 files and directories currently installed.) 09:07:01 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:07:01 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:07:01 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:07:02 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:07:02 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:07:02 (Reading database ... 13912 files and directories currently installed.) 09:07:02 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:07:02 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:07:02 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:07:02 (Reading database ... 13912 files and directories currently installed.) 09:07:02 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:07:02 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:07:02 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:07:03 (Reading database ... 13914 files and directories currently installed.) 09:07:03 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:07:03 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:07:03 Setting up debconf (1.5.66ubuntu1) ... 09:07:03 (Reading database ... 13914 files and directories currently installed.) 09:07:03 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 09:07:03 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:07:03 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 09:07:03 (Reading database ... 13914 files and directories currently installed.) 09:07:03 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 09:07:03 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:07:03 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 09:07:03 (Reading database ... 13914 files and directories currently installed.) 09:07:03 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:07:04 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:07:04 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:07:04 (Reading database ... 13914 files and directories currently installed.) 09:07:04 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:07:04 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:07:04 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:07:04 (Reading database ... 13914 files and directories currently installed.) 09:07:04 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:07:04 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:07:04 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:07:04 (Reading database ... 13914 files and directories currently installed.) 09:07:04 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:07:05 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:07:05 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 09:07:05 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:07:05 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:07:05 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:07:05 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:07:05 (Reading database ... 13914 files and directories currently installed.) 09:07:05 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:07:05 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:07:05 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:07:06 (Reading database ... 13914 files and directories currently installed.) 09:07:06 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:07:06 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:07:06 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:07:06 (Reading database ... 13914 files and directories currently installed.) 09:07:06 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:07:06 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:07:06 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:07:06 (Reading database ... 13914 files and directories currently installed.) 09:07:06 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 09:07:06 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 09:07:06 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 09:07:07 (Reading database ... 13914 files and directories currently installed.) 09:07:07 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:07:07 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:07:07 Setting up passwd (1:4.5-1ubuntu2) ... 09:07:07 (Reading database ... 13914 files and directories currently installed.) 09:07:07 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 09:07:07 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:07:07 Setting up gpgv (2.2.4-1ubuntu1.4) ... 09:07:07 (Reading database ... 13914 files and directories currently installed.) 09:07:07 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:07:07 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:07:08 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:07:08 (Reading database ... 13914 files and directories currently installed.) 09:07:08 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:07:08 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:07:08 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:07:08 (Reading database ... 13914 files and directories currently installed.) 09:07:08 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:07:08 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:07:08 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:07:08 (Reading database ... 13914 files and directories currently installed.) 09:07:08 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:07:08 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:07:08 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:07:08 (Reading database ... 13914 files and directories currently installed.) 09:07:08 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:07:08 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:07:09 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:07:09 (Reading database ... 13914 files and directories currently installed.) 09:07:09 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:07:09 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:07:09 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:07:09 (Reading database ... 13915 files and directories currently installed.) 09:07:09 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:07:09 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:07:09 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:07:09 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:07:09 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 09:07:09 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 09:07:09 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 09:07:09 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 09:07:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:07:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:07:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:07:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:07:10 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:07:10 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:07:10 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:07:10 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:07:10 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:07:10 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:07:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:07:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:07:11 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:07:11 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:07:11 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 09:07:11 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 09:07:12 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:07:12 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:07:12 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:07:12 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:07:12 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:07:12 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:07:12 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:07:12 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:07:12 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:07:12 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:07:12 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:07:13 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:07:13 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:07:13 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:07:13 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:07:13 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:07:13 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:07:13 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:07:13 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:07:13 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:07:14 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:07:14 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:07:15 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:07:15 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:07:16 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:07:16 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:07:16 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:07:16 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:07:17 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:07:17 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:07:17 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:07:17 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:07:17 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:07:17 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:07:18 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:07:18 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:07:18 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:07:18 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:07:18 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:07:18 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:07:18 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:07:18 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:07:18 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:07:18 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:07:18 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:07:19 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:07:19 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:07:19 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:07:19 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:07:19 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:07:19 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:07:19 Setting up tzdata (2021a-0ubuntu0.18.04) ... 09:07:19 09:07:19 Current default time zone: 'Etc/UTC' 09:07:19 Local time is now: Tue Mar 2 09:07:19 UTC 2021. 09:07:19 Universal Time is now: Tue Mar 2 09:07:19 UTC 2021. 09:07:19 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:07:19 09:07:19 Setting up systemd-sysv (237-3ubuntu10.44) ... 09:07:19 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:07:19 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 09:07:19 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:07:19 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:07:19 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:07:19 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:07:19 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:07:19 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:07:19 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:07:19 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:07:19 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:07:19 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:07:19 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 09:07:19 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:07:19 Setting up patch (2.7.6-2ubuntu1.1) ... 09:07:19 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:07:19 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:07:19 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 09:07:19 Installing new version of config file /etc/ssl/openssl.cnf ... 09:07:19 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:07:19 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:07:19 Setting up ca-certificates (20210119~18.04.1) ... 09:07:21 Updating certificates in /etc/ssl/certs... 09:07:22 23 added, 27 removed; done. 09:07:22 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:07:22 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:07:22 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:07:22 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:07:22 Setting up pkgbinarymangler (138.18.04.1) ... 09:07:22 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:07:23 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 09:07:23 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:07:23 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:07:23 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:07:23 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:07:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:07:23 Setting up perl (5.26.1-6ubuntu0.5) ... 09:07:23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 09:07:23 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:07:23 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:07:23 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 09:07:23 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:07:23 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:07:23 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:07:23 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:07:23 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:07:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:07:23 Processing triggers for systemd (237-3ubuntu10.44) ... 09:07:23 Processing triggers for mime-support (3.60ubuntu1) ... 09:07:23 Processing triggers for ca-certificates (20210119~18.04.1) ... 09:07:23 Updating certificates in /etc/ssl/certs... 09:07:24 0 added, 0 removed; done. 09:07:24 Running hooks in /etc/ca-certificates/update.d... 09:07:24 done. 09:07:24 Reading package lists... 09:07:24 Building dependency tree... 09:07:24 Reading state information... 09:07:24 The following NEW packages will be installed: 09:07:24 apt-transport-https 09:07:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:07:25 Need to get 1696 B of archives. 09:07:25 After this operation, 153 kB of additional disk space will be used. 09:07:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:07:25 debconf: delaying package configuration, since apt-utils is not installed 09:07:25 Fetched 1696 B in 0s (8490 B/s) 09:07:25 Selecting previously unselected package apt-transport-https. 09:07:25 (Reading database ... 13920 files and directories currently installed.) 09:07:25 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:07:25 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:07:25 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:07:25 Waiting for network to be ready... 09:07:31 2021-03-02T09:07:28Z INFO Waiting for automatic snapd restart... 09:07:31 snapd 2.48.2.1 from Canonical* installed 09:07:31 "snapd" switched to the "latest/stable" channel 09:07:31 09:07:33 core18 20210128 from Canonical* installed 09:07:33 "core18" switched to the "latest/stable" channel 09:07:33 09:07:36 snapcraft 4.5.1 from Canonical* installed 09:07:36 "snapcraft" switched to the "latest/stable" channel 09:07:36 09:07:40 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: 09:07:40 - README.md 09:07:40 - snapcraft.yaml.orig 09:07:40 09:07:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:07:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:07:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:07:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:07:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:07:47 Reading package lists... 09:07:47 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 09:07:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:07:54 Reading package lists... 09:07:54 Building dependency tree... 09:07:54 Reading state information... 09:07:54 Suggested packages: 09:07:54 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:07:54 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:07:54 Recommended packages: 09:07:54 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:07:54 The following NEW packages will be installed: 09:07:54 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:07:54 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:07:54 pkg-config zip 09:07:54 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:07:54 Need to get 7655 kB of archives. 09:07:54 After this operation, 43.7 MB of additional disk space will be used. 09:07:54 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:07:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 09:07:54 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:07:54 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:07:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:07:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:07:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:07:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:07:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:07:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:07:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:07:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:07:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:07:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:07:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:07:55 debconf: delaying package configuration, since apt-utils is not installed 09:07:55 Fetched 7655 kB in 1s (7012 kB/s) 09:07:55 Selecting previously unselected package libglib2.0-0:amd64. 09:07:55 (Reading database ... 13924 files and directories currently installed.) 09:07:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 09:07:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:07:55 Selecting previously unselected package libpsl5:amd64. 09:07:55 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:07:55 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:07:55 Selecting previously unselected package libnghttp2-14:amd64. 09:07:55 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:07:55 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:07:56 Selecting previously unselected package librtmp1:amd64. 09:07:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:07:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:07:56 Selecting previously unselected package libcurl3-gnutls:amd64. 09:07:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:07:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:07:56 Selecting previously unselected package liberror-perl. 09:07:56 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:07:56 Unpacking liberror-perl (0.17025-1) ... 09:07:56 Selecting previously unselected package git-man. 09:07:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:07:56 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:07:56 Selecting previously unselected package git. 09:07:56 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:07:56 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:07:57 Selecting previously unselected package libnorm1:amd64. 09:07:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:07:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:07:57 Selecting previously unselected package libpgm-5.2-0:amd64. 09:07:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:07:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:07:57 Selecting previously unselected package libsodium23:amd64. 09:07:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:07:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:07:57 Selecting previously unselected package libzmq5:amd64. 09:07:57 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:07:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:07:57 Selecting previously unselected package libzmq3-dev:amd64. 09:07:57 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:07:57 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:07:57 Selecting previously unselected package pkg-config. 09:07:57 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:07:57 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:07:58 Selecting previously unselected package zip. 09:07:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:07:58 Unpacking zip (3.0-11build1) ... 09:07:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:07:58 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:07:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:07:58 Setting up liberror-perl (0.17025-1) ... 09:07:58 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:07:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:07:58 No schema files found: doing nothing. 09:07:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:07:58 Setting up zip (3.0-11build1) ... 09:07:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:07:58 Setting up libsodium23:amd64 (1.0.16-2) ... 09:07:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:07:58 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:07:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:07:58 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:07:58 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:07:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:08:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:08:05 git set to automatically installed. 09:08:05 git-man set to automatically installed. 09:08:05 libcurl3-gnutls set to automatically installed. 09:08:05 liberror-perl set to automatically installed. 09:08:05 libglib2.0-0 set to automatically installed. 09:08:05 libnghttp2-14 set to automatically installed. 09:08:05 libnorm1 set to automatically installed. 09:08:05 libpgm-5.2-0 set to automatically installed. 09:08:05 libpsl5 set to automatically installed. 09:08:05 librtmp1 set to automatically installed. 09:08:05 libsodium23 set to automatically installed. 09:08:05 libzmq3-dev set to automatically installed. 09:08:05 libzmq5 set to automatically installed. 09:08:05 pkg-config set to automatically installed. 09:08:05 zip set to automatically installed. 09:08:06 snapd is not logged in, snap install commands will use sudo 09:08:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:08:13 snap "core18" has no updates available 09:08:14 Pulling config-common 09:08:14 + snapcraftctl pull 09:08:15 Pulling go-build-helper 09:08:15 + snapcraftctl pull 09:08:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:08:37 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:08:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 09:08:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 09:08:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 09:08:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 09:08:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 09:08:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 09:08:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 09:08:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 09:08:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:08:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:08:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:08:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:08:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:08:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:08:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:08:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:08:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:08:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 09:08:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 09:08:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 09:08:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 09:08:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 09:08:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 09:08:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 09:08:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 09:08:37 Fetched 24.0 MB in 0s (0 B/s) 09:08:37 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:08:37 Fetched 96.5 kB in 0s (0 B/s) 09:08:37 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:08:37 Fetched 279 kB in 0s (0 B/s) 09:08:37 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:08:37 Fetched 122 kB in 0s (0 B/s) 09:08:37 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:08:37 Fetched 77.8 kB in 0s (0 B/s) 09:08:37 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:08:37 Fetched 8848 B in 0s (0 B/s) 09:08:37 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:08:37 Fetched 47.8 kB in 0s (0 B/s) 09:08:37 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:08:37 Fetched 45.6 kB in 0s (0 B/s) 09:08:37 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:08:37 Fetched 15.0 kB in 0s (0 B/s) 09:08:37 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:08:37 Fetched 214 kB in 0s (0 B/s) 09:08:37 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 09:08:37 Fetched 154 kB in 0s (0 B/s) 09:08:37 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:08:37 Fetched 50.6 kB in 0s (0 B/s) 09:08:37 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:08:37 Fetched 14.8 kB in 0s (0 B/s) 09:08:37 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:08:37 Fetched 41.8 kB in 0s (0 B/s) 09:08:37 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:08:37 Fetched 499 kB in 0s (0 B/s) 09:08:37 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:08:37 Fetched 111 kB in 0s (0 B/s) 09:08:37 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:08:37 Fetched 240 kB in 0s (0 B/s) 09:08:37 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:08:37 Fetched 29.3 kB in 0s (0 B/s) 09:08:37 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:08:37 Fetched 85.5 kB in 0s (0 B/s) 09:08:37 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:08:37 Fetched 24.5 kB in 0s (0 B/s) 09:08:37 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:08:37 Fetched 49.2 kB in 0s (0 B/s) 09:08:37 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:08:37 Fetched 54.2 kB in 0s (0 B/s) 09:08:37 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:08:37 Fetched 30.8 kB in 0s (0 B/s) 09:08:37 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 09:08:37 Fetched 15.8 kB in 0s (0 B/s) 09:08:37 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:08:37 Fetched 85.9 kB in 0s (0 B/s) 09:08:37 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:08:37 Fetched 8720 B in 0s (0 B/s) 09:08:37 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:08:37 Fetched 137 kB in 0s (0 B/s) 09:08:37 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:08:37 Fetched 119 kB in 0s (0 B/s) 09:08:37 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:08:37 Fetched 109 kB in 0s (0 B/s) 09:08:37 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:08:37 Fetched 11.1 kB in 0s (0 B/s) 09:08:37 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:08:37 Fetched 645 kB in 0s (0 B/s) 09:08:37 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:08:37 Fetched 41.3 kB in 0s (0 B/s) 09:08:37 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:08:37 Fetched 17.9 kB in 0s (0 B/s) 09:08:37 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:08:37 Fetched 368 kB in 0s (0 B/s) 09:08:37 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:08:37 Fetched 187 kB in 0s (0 B/s) 09:08:37 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:08:37 Fetched 175 kB in 0s (0 B/s) 09:08:37 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:08:38 Fetched 206 kB in 0s (0 B/s) 09:08:38 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 09:08:38 Fetched 1301 kB in 0s (0 B/s) 09:08:38 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:08:38 Fetched 36.2 kB in 0s (0 B/s) 09:08:38 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:08:38 Fetched 159 kB in 0s (0 B/s) 09:08:38 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:08:38 Fetched 107 kB in 0s (0 B/s) 09:08:38 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:08:38 Fetched 48.7 kB in 0s (0 B/s) 09:08:38 Pulling static-packages 09:08:38 + snapcraftctl pull 09:08:39 'go115' has dependencies that need to be staged: go-build-helper static-packages 09:08:39 Skipping pull go-build-helper (already ran) 09:08:39 Skipping pull static-packages (already ran) 09:08:39 Building go-build-helper 09:08:39 + snapcraftctl build 09:08:42 Building static-packages 09:08:42 + snapcraftctl build 09:08:44 Staging go-build-helper 09:08:44 + snapcraftctl stage 09:08:45 Staging static-packages 09:08:45 + snapcraftctl stage 09:08:46 Pulling go115 09:08:46 + snapcraftctl pull 09:08:47 'edgex-go' has dependencies that need to be staged: go115 09:08:47 Skipping pull go115 (already ran) 09:08:47 Building go115 09:08:47 + dpkg --print-architecture 09:08:47 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 09:08:47 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 09:08:47 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 09:08:47 % Total % Received % Xferd Average Speed Time Time Time Current 09:08:47 Dload Upload Total Spent Left Speed 09:08:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 115M 27 31.8M 0 0 31.6M 0 0:00:03 0:00:01 0:00:02 31.6M 72 115M 72 83.7M 0 0 41.2M 0 0:00:02 0:00:02 --:--:-- 41.2M 100 115M 100 115M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.2M 09:08:50 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 09:08:50 + grep OK 09:08:50 + sha256sum -c sha256 09:08:50 go1.15.2.linux-amd64.tar.gz: OK 09:08:50 + mkdir -p /root/stage/go1.15 09:08:50 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 09:08:55 Staging go115 09:08:55 + snapcraftctl stage 09:08:59 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:08:59 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:08:59 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:08:59 Fetched 0 B in 0s (0 B/s) 09:08:59 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:08:59 Fetched 224 kB in 0s (0 B/s) 09:08:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:08:59 Fetched 157 kB in 0s (0 B/s) 09:08:59 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:08:59 Fetched 221 kB in 0s (0 B/s) 09:08:59 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:08:59 Fetched 143 kB in 0s (0 B/s) 09:08:59 Pulling edgex-go 09:08:59 + snapcraftctl pull 09:09:00 Pulling version 09:09:00 + cd /root/project 09:09:00 + [ -f VERSION ] 09:09:00 + PROJECT_VERSION=local-dev 09:09:00 + git rev-parse --short HEAD 09:09:00 + GIT_REVISION=a9e89425 09:09:00 + snapcraftctl set-version local-dev 09:09:01 Building config-common 09:09:01 + snapcraftctl build 09:09:03 Skipping build go-build-helper (already ran) 09:09:03 Skipping build static-packages (already ran) 09:09:03 Skipping build go115 (already ran) 09:09:03 Building edgex-go 09:09:03 + 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 09:09:03 + cd /root/parts/edgex-go/src 09:09:03 + make build 09:09:03 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 09:09:06 go: downloading github.com/gorilla/mux v1.8.0 09:09:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 09:09:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 09:09:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 09:09:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:09:06 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:09:06 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 09:09:06 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 09:09:06 go: downloading github.com/pelletier/go-toml v1.2.0 09:09:06 go: downloading github.com/x448/float16 v0.8.4 09:09:06 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:09:06 go: downloading github.com/pebbe/zmq4 v1.2.5 09:09:06 go: downloading github.com/go-kit/kit v0.8.0 09:09:06 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:09:06 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:09:06 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 09:09:06 go: downloading github.com/google/uuid v1.2.0 09:09:06 go: downloading github.com/imdario/mergo v0.3.11 09:09:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:09:06 go: downloading github.com/BurntSushi/toml v0.3.1 09:09:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:09:06 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:09:06 go: downloading github.com/pkg/errors v0.8.1 09:09:06 go: downloading github.com/hashicorp/consul/api v1.8.1 09:09:06 go: downloading github.com/go-playground/universal-translator v0.17.0 09:09:06 go: downloading github.com/leodido/go-urn v1.2.0 09:09:06 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:09:06 go: downloading github.com/mitchellh/copystructure v1.0.0 09:09:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:09:06 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:09:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:09:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:09:06 go: downloading github.com/hashicorp/serf v0.9.5 09:09:06 go: downloading github.com/go-playground/locales v0.13.0 09:09:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:09:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:09:06 go: downloading github.com/hashicorp/go-hclog v0.12.0 09:09:06 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:09:06 go: downloading github.com/mattn/go-isatty v0.0.12 09:09:06 go: downloading github.com/fatih/color v1.9.0 09:09:06 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:09:06 go: downloading github.com/mattn/go-colorable v0.1.6 09:09:06 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 09:09:06 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:09:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:09:13 go: downloading gopkg.in/yaml.v2 v2.4.0 09:09:17 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 09:09:18 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 09:09:19 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 09:09:19 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 09:09:19 go: downloading github.com/stretchr/testify v1.7.0 09:09:20 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:09:20 go: downloading github.com/davecgh/go-spew v1.1.1 09:09:20 go: downloading github.com/pmezard/go-difflib v1.0.0 09:09:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:09:21 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:09:21 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:09:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:09:23 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 09:09:23 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 09:09:24 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 09:09:25 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 09:09:25 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:09:26 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 09:09:26 go: downloading github.com/lib/pq v1.9.0 09:09:28 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 09:09:28 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 09:09:28 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 09:09:28 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 09:09:28 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 09:09:28 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 09:09:28 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 09:09:28 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 09:09:28 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 09:09:28 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 09:09:28 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 09:09:28 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 09:09:28 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 09:09:28 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 09:09:28 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 09:09:28 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 09:09:28 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 09:09:28 + 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 09:09:28 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 09:09:28 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 09:09:28 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 09:09:28 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 09:09:28 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 09:09:28 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 09:09:28 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 09:09:29 Building version 09:09:29 + snapcraftctl build 09:09:31 Staging config-common 09:09:31 + snapcraftctl stage 09:09:32 Skipping stage go-build-helper (already ran) 09:09:32 Skipping stage static-packages (already ran) 09:09:32 Skipping stage go115 (already ran) 09:09:32 Staging edgex-go 09:09:32 + snapcraftctl stage 09:09:33 Staging version 09:09:33 + snapcraftctl stage 09:09:34 Priming config-common 09:09:34 + snapcraftctl prime 09:09:35 Priming go-build-helper 09:09:35 + snapcraftctl prime 09:09:35 Priming static-packages 09:09:35 + snapcraftctl prime 09:09:37 Priming go115 09:09:37 + snapcraftctl prime 09:09:38 Priming edgex-go 09:09:38 + snapcraftctl prime 09:09:40 Priming version 09:09:40 + snapcraftctl prime 09:09:41 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 09:09:44 provisioning config files... 09:09:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config2432504994299265941tmp [Pipeline] { [Pipeline] sh 09:09:45 + set +x 09:09:45 + curl -s https://codecov.io/bash 09:09:45 + bash -s -- 09:09:46 09:09:46 _____ _ 09:09:46 / ____| | | 09:09:46 | | ___ __| | ___ ___ _____ __ 09:09:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:09:46 | |___| (_) | (_| | __/ (_| (_) \ V / 09:09:46 \_____\___/ \__,_|\___|\___\___/ \_/ 09:09:46 Bash-20210226-7100762 09:09:46 09:09:46 09:09:46 ==> git version 2.24.3 found 09:09:46 ==> 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 09:09:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:09:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:09:46 ==> Jenkins CI detected. 09:09:46 project root: . 09:09:46 --> token set from env 09:09:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:09:46 ==> Running gcov in . (disable via -X gcov) 09:09:46 ==> Python coveragepy not found 09:09:46 ==> Searching for coverage reports in: 09:09:46 + . 09:09:47 -> Found 1 reports 09:09:47 ==> Detecting git/mercurial file structure 09:09:47 ==> Reading reports 09:09:47 + ./coverage.out bytes=602376 09:09:47 ==> Appending adjustments 09:09:47 https://docs.codecov.io/docs/fixing-reports 09:09:55 + Found adjustments 09:09:55 ==> Gzipping contents 09:09:55 88K /tmp/codecov.A5yt3P.gz 09:09:55 ==> Uploading reports 09:09:55 url: https://codecov.io 09:09:55 query: branch=PR-3202&commit=a9e89425e353be16965c3e2b4be2414c6f565315&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= 09:09:55 -> Pinging Codecov 09:09:55 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3202&commit=a9e89425e353be16965c3e2b4be2414c6f565315&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= 09:09:56 -> Uploading to 09:09:56 https://storage.googleapis.com/codecov/v4/raw/2021-03-02/00271124DB129430A58F1EEE437C3FCB/a9e89425e353be16965c3e2b4be2414c6f565315/7cfe2ef0-9798-4a01-8644-c36b3f7c6c1e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210302%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210302T090955Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e67335c142dda25ba9b476815a118e80b0c691d52126fe9deca8dbba6ae90585 09:09:56 % Total % Received % Xferd Average Speed Time Time Time Current 09:09:56 Dload Upload Total Spent Left Speed 09:09:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89839 0 0 100 89839 0 123k --:--:-- --:--:-- --:--:-- 123k 09:09:57 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a9e89425e353be16965c3e2b4be2414c6f565315 [Pipeline] } 09:09:57 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 09:09:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:10:01 ---> package-listing.sh 09:10:01 ++ tr '[:upper:]' '[:lower:]' 09:10:01 ++ facter osfamily 09:10:01 + OS_FAMILY=redhat 09:10:01 + workspace=/w/workspace/edgex-go/7 09:10:01 + START_PACKAGES=/tmp/packages_start.txt 09:10:01 + END_PACKAGES=/tmp/packages_end.txt 09:10:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:10:01 + PACKAGES=/tmp/packages_start.txt 09:10:01 + '[' /w/workspace/edgex-go/7 ']' 09:10:01 + PACKAGES=/tmp/packages_end.txt 09:10:01 + case "${OS_FAMILY}" in 09:10:01 + rpm -qa 09:10:01 + sort 09:10:17 + '[' -f /tmp/packages_start.txt ']' 09:10:17 + '[' -f /tmp/packages_end.txt ']' 09:10:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:10:17 + '[' /w/workspace/edgex-go/7 ']' 09:10:17 + mkdir -p /w/workspace/edgex-go/7/archives/ 09:10:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 09:10:17 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:10:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:10:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:10:19 09:10:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:10:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:10:20 alpine: Pulling from edgex-lftools-log-publisher 09:10:20 df20fa9351a1: Pulling fs layer 09:10:20 36b3adc4ff6f: Pulling fs layer 09:10:20 8ad3a11d3b57: Pulling fs layer 09:10:20 46f8f816bc3b: Pulling fs layer 09:10:20 93b61091891f: Pulling fs layer 09:10:20 93b9cdb0e59b: Pulling fs layer 09:10:20 5e14af77c1be: Pulling fs layer 09:10:20 01666e4c0597: Pulling fs layer 09:10:20 aa168da1d23b: Pulling fs layer 09:10:20 93b9cdb0e59b: Waiting 09:10:20 5e14af77c1be: Waiting 09:10:20 01666e4c0597: Waiting 09:10:20 46f8f816bc3b: Waiting 09:10:20 93b61091891f: Waiting 09:10:20 aa168da1d23b: Waiting 09:10:20 36b3adc4ff6f: Verifying Checksum 09:10:20 36b3adc4ff6f: Download complete 09:10:20 46f8f816bc3b: Verifying Checksum 09:10:20 46f8f816bc3b: Download complete 09:10:21 df20fa9351a1: Verifying Checksum 09:10:21 df20fa9351a1: Download complete 09:10:21 93b9cdb0e59b: Verifying Checksum 09:10:21 93b9cdb0e59b: Download complete 09:10:21 5e14af77c1be: Verifying Checksum 09:10:21 5e14af77c1be: Download complete 09:10:21 01666e4c0597: Verifying Checksum 09:10:21 01666e4c0597: Download complete 09:10:21 93b61091891f: Verifying Checksum 09:10:21 93b61091891f: Download complete 09:10:22 8ad3a11d3b57: Verifying Checksum 09:10:22 8ad3a11d3b57: Download complete 09:10:22 df20fa9351a1: Pull complete 09:10:23 36b3adc4ff6f: Pull complete 09:10:26 aa168da1d23b: Verifying Checksum 09:10:26 aa168da1d23b: Download complete 09:10:26 8ad3a11d3b57: Pull complete 09:10:27 46f8f816bc3b: Pull complete 09:10:28 93b61091891f: Pull complete 09:10:28 93b9cdb0e59b: Pull complete 09:10:29 5e14af77c1be: Pull complete 09:10:29 01666e4c0597: Pull complete 09:10:45 aa168da1d23b: Pull complete 09:10:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:10:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:10:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:10:46 prd-centos7-docker-4c-2g-28186 does not seem to be running inside a container 09:10:46 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-lftools-log-publisher:alpine cat 09:10:52 $ docker top 2c12cc499009d59afcfef96b05cd2860672a3315ca12f6a8bac65aa3fdb73b2a -eo pid,comm [Pipeline] { [Pipeline] sh 09:10:55 + touch /tmp/pre-build-complete [Pipeline] sh 09:10:55 + mkdir -p /var/log/sa [Pipeline] sh 09:10:55 + ls /var/log/sa-host 09:10:55 + sadf -c /var/log/sa-host/sa02 09:10:55 file_magic: OK 09:10:55 HZ: Using current value: 100 09:10:55 file_header: OK 09:10:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:10:55 Statistics: 09:10:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:10:55 File successfully converted to sysstat format version 12.2.1 09:10:55 + sadf -c /var/log/sa-host/sa23 09:10:55 file_magic: OK 09:10:55 HZ: Using current value: 100 09:10:55 file_header: OK 09:10:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:10:55 Statistics: 09:10:55 Hnuu...uuuununununu... 09:10:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:10:56 provisioning config files... 09:10:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config930412170833407158tmp [Pipeline] { [Pipeline] echo 09:10:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:10:58 ---> create-netrc.sh [Pipeline] } 09:10:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:10:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:10:58 ---> python-tools-install.sh [Pipeline] echo 09:10:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:10:59 ---> sudo-logs.sh 09:10:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:10:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:10:59 ---> job-cost.sh 09:10:59 lf-activate-venv: SKIPPING 09:10:59 DEBUG: total: 0.20999999344348907 09:10:59 INFO: Retrieving Stack Cost... 09:11:00 INFO: Retrieving Pricing Info for: v1-standard-2 09:11:01 INFO: Archiving Costs [Pipeline] echo 09:11:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:11:01 ---> logs-deploy.sh 09:11:01 lf-activate-venv: SKIPPING 09:11:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3202/7 09:11:01 INFO: archiving workspace using pattern(s): 09:11:04 Archives upload complete. 09:11:04 INFO: archiving logs to Nexus 09:11:06 ---> uname -a: 09:11:06 Linux prd-centos7-docker-4c-2g-28186.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:11:06 09:11:06 09:11:06 ---> lscpu: 09:11:06 Architecture: x86_64 09:11:06 CPU op-mode(s): 32-bit, 64-bit 09:11:06 Byte Order: Little Endian 09:11:06 Address sizes: 40 bits physical, 48 bits virtual 09:11:06 CPU(s): 4 09:11:06 On-line CPU(s) list: 0-3 09:11:06 Thread(s) per core: 1 09:11:06 Core(s) per socket: 1 09:11:06 Socket(s): 4 09:11:06 NUMA node(s): 1 09:11:06 Vendor ID: GenuineIntel 09:11:06 CPU family: 6 09:11:06 Model: 44 09:11:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:11:06 Stepping: 1 09:11:06 CPU MHz: 2933.438 09:11:06 BogoMIPS: 5866.87 09:11:06 Virtualization: VT-x 09:11:06 Hypervisor vendor: KVM 09:11:06 Virtualization type: full 09:11:06 L1d cache: 128 KiB 09:11:06 L1i cache: 128 KiB 09:11:06 L2 cache: 16 MiB 09:11:06 L3 cache: 64 MiB 09:11:06 NUMA node0 CPU(s): 0-3 09:11:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:11:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:11:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:11:06 Vulnerability Meltdown: Mitigation; PTI 09:11:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:11:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:11:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:11:06 Vulnerability Srbds: Not affected 09:11:06 Vulnerability Tsx async abort: Not affected 09:11:06 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 09:11:06 09:11:06 09:11:06 ---> nproc: 09:11:06 4 09:11:06 09:11:06 09:11:06 ---> df -h: 09:11:06 Filesystem Size Used Available Use% Mounted on 09:11:06 overlay 50.0G 12.2G 37.8G 24% / 09:11:06 tmpfs 64.0M 0 64.0M 0% /dev 09:11:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:11:06 shm 64.0M 0 64.0M 0% /dev/shm 09:11:06 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 09:11:06 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 09:11:06 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 09:11:06 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 09:11:06 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 09:11:06 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 09:11:06 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 09:11:06 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 09:11:06 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/7 09:11:06 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/7@tmp 09:11:06 09:11:06 09:11:06 ---> free -m: 09:11:06 total used free shared buff/cache available 09:11:06 Mem: 1837 736 124 0 976 1020 09:11:06 Swap: 1023 60 963 09:11:06 09:11:06 09:11:06 ---> ip addr: 09:11:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:11:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:11:06 inet 127.0.0.1/8 scope host lo 09:11:06 valid_lft forever preferred_lft forever 09:11:06 inet6 ::1/128 scope host 09:11:06 valid_lft forever preferred_lft forever 09:11:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:11:06 link/ether fa:16:3e:1c:53:cd brd ff:ff:ff:ff:ff:ff 09:11:06 inet 10.30.122.255/23 brd 10.30.123.255 scope global dynamic eth0 09:11:06 valid_lft 84312sec preferred_lft 84312sec 09:11:06 inet6 fe80::f816:3eff:fe1c:53cd/64 scope link 09:11:06 valid_lft forever preferred_lft forever 09:11:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:11:06 link/ether 02:42:a4:8f:31:62 brd ff:ff:ff:ff:ff:ff 09:11:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:11:06 valid_lft forever preferred_lft forever 09:11:06 inet6 fe80::42:a4ff:fe8f:3162/64 scope link 09:11:06 valid_lft forever preferred_lft forever 09:11:06 09:11:06 09:11:06 ---> sar -b -r -n DEV: 09:11:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/02/21 _x86_64_ (4 CPU) 09:11:06 09:11:06 08:35:56 LINUX RESTART (4 CPU) 09:11:06 09:11:06 08:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:11:06 08:38:01 110.04 55.49 54.56 0.00 3900.28 38427.88 0.00 09:11:06 08:39:02 64.06 18.84 45.22 0.00 4987.12 11100.48 0.00 09:11:06 08:40:01 164.87 71.19 93.67 0.00 5537.05 35294.82 0.00 09:11:06 08:41:01 157.64 23.92 133.72 0.00 1851.29 21444.12 0.00 09:11:06 08:42:01 105.33 68.74 36.59 0.00 2044.27 3543.50 0.00 09:11:06 08:43:02 84.93 25.00 59.92 0.00 1142.03 6373.13 0.00 09:11:06 08:44:01 44.11 20.78 23.33 0.00 285.45 2285.57 0.00 09:11:06 08:45:01 77.91 30.16 47.74 0.00 1551.79 4025.56 0.00 09:11:06 08:46:03 49.85 24.85 25.00 0.00 1758.83 2137.75 0.00 09:11:06 08:47:01 22.73 1.88 20.86 0.00 130.79 5355.64 0.00 09:11:06 08:48:10 140.75 33.19 107.56 0.00 10196.50 57488.24 0.00 09:11:06 08:49:06 211.37 112.78 98.59 0.00 61007.19 74429.14 0.00 09:11:06 08:50:02 758.96 680.82 78.15 0.00 27074.48 31223.77 0.00 09:11:06 08:51:02 512.72 452.18 60.54 0.00 23793.99 25032.95 0.00 09:11:06 08:52:05 610.52 535.88 74.64 0.00 42402.92 46691.33 0.00 09:11:06 08:53:22 617.92 564.97 52.95 0.00 30975.17 31714.64 0.00 09:11:06 08:54:04 633.63 561.90 71.73 0.00 31303.35 38303.78 0.00 09:11:06 08:55:03 305.60 255.15 50.46 0.00 13876.90 9563.72 0.00 09:11:06 08:56:04 125.43 76.42 49.01 0.00 6664.61 9691.65 0.00 09:11:06 08:57:02 202.78 49.53 153.24 0.00 6257.32 20781.99 0.00 09:11:06 08:58:04 390.40 234.14 156.26 0.00 48256.54 75792.45 0.00 09:11:06 08:59:02 770.44 674.04 96.40 0.00 44778.34 48850.07 0.00 09:11:06 09:00:03 612.89 522.95 89.93 0.00 29293.39 31704.98 0.00 09:11:06 09:01:04 640.45 536.77 103.68 0.00 32657.13 37523.80 0.00 09:11:06 09:02:01 196.72 122.25 74.47 0.00 5799.48 6964.35 0.00 09:11:06 09:03:02 143.50 14.12 129.39 0.00 1224.54 22515.70 0.00 09:11:06 09:04:01 43.30 16.36 26.94 0.00 3096.72 972.22 0.00 09:11:06 09:05:01 2.61 1.07 1.55 0.00 27.96 27.00 0.00 09:11:06 09:06:01 0.40 0.23 0.17 0.00 9.86 1.60 0.00 09:11:06 09:07:01 0.22 0.00 0.22 0.00 0.00 3.05 0.00 09:11:06 09:08:01 0.53 0.18 0.35 0.00 16.79 5.45 0.00 09:11:06 09:09:01 0.32 0.02 0.30 0.00 0.53 4.76 0.00 09:11:06 09:10:02 20.83 20.56 0.27 0.00 1545.57 22.87 0.00 09:11:06 Average: 236.08 174.98 61.09 0.00 13377.97 21267.40 0.00 09:11:06 09:11:06 08:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:11:06 08:38:01 66472 0 551956 29.34 2620 1260496 1101324 37.59 474916 1142976 103492 09:11:06 08:39:02 74736 0 800500 42.54 2620 1003688 1500688 51.22 646056 956924 32 09:11:06 08:40:01 75136 0 709048 37.68 2208 1095152 1537852 52.48 631696 933148 94380 09:11:06 08:41:01 305040 0 719744 38.25 1460 855300 1310304 44.72 448820 837924 12 09:11:06 08:42:01 88680 0 893832 47.51 1148 897884 1822500 62.20 701388 813148 23812 09:11:06 08:43:02 236748 0 817880 43.47 744 826172 1780824 60.78 655860 704508 29220 09:11:06 08:44:01 422968 0 733396 38.98 744 724436 1322200 45.12 473928 696568 17360 09:11:06 08:45:01 255076 0 766432 40.73 708 859328 1739668 59.37 602724 732996 35520 09:11:06 08:46:03 261724 0 737788 39.21 672 881360 1315880 44.91 597628 729904 67596 09:11:06 08:47:01 389832 0 729752 38.78 672 761288 1208220 41.23 519768 680444 20 09:11:06 08:48:10 77400 0 722056 38.38 176 1081912 1271044 43.38 708260 841112 67048 09:11:06 08:49:06 78608 0 833176 44.28 0 969760 2255040 76.96 697468 899104 61308 09:11:06 08:50:02 379448 0 742536 39.46 0 759560 2373104 80.99 584444 701200 56 09:11:06 08:51:02 66348 0 848552 45.10 0 966644 2356020 80.41 733728 859724 55408 09:11:06 08:52:05 73920 0 850372 45.20 0 957252 2331076 79.56 770708 815328 15052 09:11:06 08:53:22 68488 0 858696 45.64 0 954360 2327068 79.42 764344 814016 89400 09:11:06 08:54:04 68452 0 859984 45.71 0 953108 2328528 79.47 766972 814224 19972 09:11:06 08:55:03 66568 0 1204992 64.04 0 609984 4324912 147.60 829364 712024 12532 09:11:06 08:56:04 418392 0 906360 48.17 0 556792 2854356 97.41 562740 625680 56896 09:11:06 08:57:02 375500 0 752840 40.01 0 753204 1815640 61.96 517932 734068 18176 09:11:06 08:58:04 68520 0 806376 42.86 0 1006648 2208384 75.37 735064 852996 89740 09:11:06 08:59:02 373512 0 697980 37.10 0 810052 1789828 61.08 513908 764176 0 09:11:06 09:00:03 77248 0 841280 44.71 0 963016 2397536 81.82 679984 878588 72940 09:11:06 09:01:04 64948 0 733348 38.98 0 1083248 1761432 60.11 639896 949636 5136 09:11:06 09:02:01 226720 0 742220 39.45 0 912604 1808488 61.72 637564 771372 40152 09:11:06 09:03:02 127272 0 723104 38.43 0 1031168 1491684 50.91 615184 885876 1856 09:11:06 09:04:01 162944 0 647692 34.42 0 1070908 1235556 42.17 539144 932544 20 09:11:06 09:05:01 165720 0 644900 34.28 0 1070924 1201188 40.99 536576 932936 16 09:11:06 09:06:01 167720 0 642616 34.15 0 1071208 1175476 40.12 534796 932996 12 09:11:06 09:07:01 167768 0 642552 34.15 0 1071224 1175476 40.12 534676 933036 8 09:11:06 09:08:01 164652 0 645220 34.29 0 1071672 1175536 40.12 540520 930708 16 09:11:06 09:09:01 164684 0 645160 34.29 0 1071700 1175548 40.12 540404 930724 12 09:11:06 09:10:02 111912 0 653936 34.76 0 1115696 1191520 40.66 559920 960244 300 09:11:06 Average: 178580 0 760796 40.43 417 941750 1777694 60.67 615042 839420 29621 09:11:06 09:11:06 08:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:11:06 08:38:01 eth0 712.45 638.52 3214.69 79.56 0.00 0.00 0.00 0.00 09:11:06 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:39:02 eth0 924.60 903.28 3132.46 134.54 0.00 0.00 0.00 0.00 09:11:06 08:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:39:02 veth8aa3f2a 823.64 798.97 80.19 2669.60 0.00 0.00 0.00 0.00 09:11:06 08:39:02 docker0 823.64 798.84 68.93 2669.59 0.00 0.00 0.00 0.00 09:11:06 08:40:01 eth0 270.18 227.58 2859.46 25.70 0.00 0.00 0.00 0.00 09:11:06 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:40:01 docker0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:41:01 eth0 212.88 143.21 850.89 18.26 0.00 0.00 0.00 0.00 09:11:06 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:41:01 docker0 129.60 190.76 8.95 833.80 0.00 0.00 0.00 0.00 09:11:06 08:42:01 eth0 21.10 17.56 23.76 9.27 0.00 0.00 0.00 0.00 09:11:06 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:42:01 veth5b48327 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:11:06 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:43:02 eth0 28.41 25.04 14.59 75.10 0.00 0.00 0.00 0.00 09:11:06 08:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:43:02 veth5b48327 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:44:01 eth0 23.67 18.84 17.44 9.78 0.00 0.00 0.00 0.00 09:11:06 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:44:01 veth5b48327 1.89 1.86 0.15 0.15 0.00 0.00 0.00 0.00 09:11:06 08:44:01 docker0 1.89 1.86 0.12 0.15 0.00 0.00 0.00 0.00 09:11:06 08:45:01 eth0 4.55 3.54 3.44 1.88 0.00 0.00 0.00 0.00 09:11:06 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:45:01 veth5b48327 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:46:03 eth0 15.21 9.85 13.69 7.26 0.00 0.00 0.00 0.00 09:11:06 08:46:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:46:03 veth5b48327 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:46:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:47:01 eth0 30.51 27.88 17.38 75.49 0.00 0.00 0.00 0.00 09:11:06 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:48:10 eth0 155.19 116.29 1483.35 17.38 0.00 0.00 0.00 0.00 09:11:06 08:48:10 vetha70cd94 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:11:06 08:48:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:48:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:49:06 eth0 2.01 1.50 1.49 0.81 0.00 0.00 0.00 0.00 09:11:06 08:49:06 vetha70cd94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:49:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:49:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:50:02 veth83769a2 0.00 0.04 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:50:02 veth4ed77ee 0.13 0.23 0.01 0.02 0.00 0.00 0.00 0.00 09:11:06 08:50:02 vethfa35a16 0.13 0.23 0.01 0.02 0.00 0.00 0.00 0.00 09:11:06 08:50:02 veth4cf7c13 0.05 0.04 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:51:02 eth0 2481.57 2186.90 11825.22 515.86 0.00 0.00 0.00 0.00 09:11:06 08:51:02 vetha70cd94 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 09:11:06 08:51:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:11:06 08:51:02 docker0 954.74 990.73 77.93 3492.87 0.00 0.00 0.00 0.00 09:11:06 08:52:05 eth0 1.72 1.60 1.35 0.74 0.00 0.00 0.00 0.00 09:11:06 08:52:05 vetha70cd94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:52:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:52:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:53:22 eth0 1.43 1.31 1.02 0.59 0.00 0.00 0.00 0.00 09:11:06 08:53:22 vetha70cd94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:53:22 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:53:22 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:54:04 eth0 1.61 1.25 1.10 0.60 0.00 0.00 0.00 0.00 09:11:06 08:54:04 vetha70cd94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:54:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:54:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:55:03 veth2e478f4 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:11:06 08:55:03 veth3c5dfc9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:11:06 08:55:03 veth172c53d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:11:06 08:55:03 eth0 4.87 4.03 3.98 2.16 0.00 0.00 0.00 0.00 09:11:06 08:56:04 veth2e478f4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:56:04 veth3c5dfc9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:56:04 veth172c53d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:56:04 eth0 2.41 2.03 1.83 1.04 0.00 0.00 0.00 0.00 09:11:06 08:57:02 veth9e2c451 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:57:02 eth0 80.22 49.29 267.27 17.38 0.00 0.00 0.00 0.00 09:11:06 08:57:02 veth0be7929 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:57:02 vetha70cd94 0.00 0.50 0.00 0.03 0.00 0.00 0.00 0.00 09:11:06 08:58:04 eth0 48.20 39.16 27.65 82.86 0.00 0.00 0.00 0.00 09:11:06 08:58:04 vetha70cd94 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:58:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 09:11:06 08:58:04 docker0 949.33 1004.14 77.08 3594.59 0.00 0.00 0.00 0.00 09:11:06 08:59:02 veth1e9ba34 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 09:11:06 08:59:02 eth0 23.85 15.27 70.91 6.11 0.00 0.00 0.00 0.00 09:11:06 08:59:02 vetha70cd94 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 08:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:00:03 veth1e9ba34 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:00:03 eth0 11.11 8.27 8.68 4.71 0.00 0.00 0.00 0.00 09:11:06 09:00:03 vetha70cd94 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:00:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:01:04 eth0 1.26 1.08 0.91 0.53 0.00 0.00 0.00 0.00 09:11:06 09:01:04 vetha70cd94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:01:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:01:04 docker0 965.69 1026.68 78.29 3698.10 0.00 0.00 0.00 0.00 09:11:06 09:02:01 veth9867f1f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:11:06 09:02:01 eth0 39.66 32.78 18.85 69.88 0.00 0.00 0.00 0.00 09:11:06 09:02:01 vetha70cd94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:03:02 vethaad9afd 1.20 1.90 0.16 6.00 0.00 0.00 0.00 0.00 09:11:06 09:03:02 eth0 200.23 126.15 1613.85 22.32 0.00 0.00 0.00 0.00 09:11:06 09:03:02 vetha70cd94 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 09:11:06 09:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:04:01 eth0 54.20 43.60 75.42 73.53 0.00 0.00 0.00 0.00 09:11:06 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:04:01 docker0 1025.38 1136.82 82.69 4263.11 0.00 0.00 0.00 0.00 09:11:06 09:05:01 eth0 1.30 0.85 0.58 0.41 0.00 0.00 0.00 0.00 09:11:06 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:06:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:11:06 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:07:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:08:01 eth0 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 09:11:06 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:09:01 eth0 0.15 0.07 0.07 0.00 0.00 0.00 0.00 0.00 09:11:06 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:10:02 eth0 14.36 11.43 13.90 6.97 0.00 0.00 0.00 0.00 09:11:06 09:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 09:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 Average: eth0 89.45 76.53 423.99 24.43 0.00 0.00 0.00 0.00 09:11:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:11:06 Average: docker0 30.60 33.92 2.47 127.20 0.00 0.00 0.00 0.00 09:11:06 09:11:06 09:11:06 ---> sar -P ALL: 09:11:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/02/21 _x86_64_ (4 CPU) 09:11:06 09:11:06 08:35:56 LINUX RESTART (4 CPU) 09:11:06 09:11:06 08:37:01 CPU %user %nice %system %iowait %steal %idle 09:11:06 08:38:01 all 10.84 0.00 6.80 8.85 37.21 36.29 09:11:06 08:38:01 0 9.44 0.00 6.16 10.59 37.10 36.71 09:11:06 08:38:01 1 9.30 0.00 7.20 8.06 37.71 37.73 09:11:06 08:38:01 2 13.72 0.00 8.50 8.80 37.89 31.08 09:11:06 08:38:01 3 11.09 0.00 5.46 7.96 36.19 39.30 09:11:06 08:39:02 all 8.27 0.00 4.20 1.90 18.12 67.51 09:11:06 08:39:02 0 9.92 0.00 5.39 0.88 19.48 64.33 09:11:06 08:39:02 1 6.35 0.00 2.89 1.37 17.75 71.64 09:11:06 08:39:02 2 7.69 0.00 3.88 1.84 18.46 68.13 09:11:06 08:39:02 3 9.26 0.00 4.75 3.50 16.82 65.67 09:11:06 08:40:01 all 5.57 0.00 4.81 2.51 28.55 58.56 09:11:06 08:40:01 0 3.83 0.00 4.49 2.01 29.20 60.47 09:11:06 08:40:01 1 8.77 0.00 4.21 1.85 27.25 57.93 09:11:06 08:40:01 2 5.64 0.00 5.29 4.34 30.24 54.48 09:11:06 08:40:01 3 4.12 0.00 5.22 1.85 27.47 61.33 09:11:06 08:41:01 all 4.18 0.00 4.63 5.18 21.49 64.51 09:11:06 08:41:01 0 4.39 0.00 4.46 5.15 21.64 64.36 09:11:06 08:41:01 1 3.91 0.00 4.13 5.06 21.82 65.08 09:11:06 08:41:01 2 4.42 0.00 3.94 4.26 21.97 65.41 09:11:06 08:41:01 3 4.01 0.00 6.04 6.31 20.51 63.13 09:11:06 08:42:01 all 16.44 0.00 6.47 5.35 35.84 35.90 09:11:06 08:42:01 0 17.66 0.00 6.06 4.51 36.48 35.29 09:11:06 08:42:01 1 16.30 0.00 6.20 6.30 36.06 35.13 09:11:06 08:42:01 2 15.32 0.00 6.21 5.96 36.99 35.51 09:11:06 08:42:01 3 16.51 0.00 7.42 4.59 33.80 37.68 09:11:06 08:43:02 all 31.14 0.00 9.83 2.02 39.14 17.87 09:11:06 08:43:02 0 29.66 0.00 9.49 0.85 40.86 19.14 09:11:06 08:43:02 1 34.62 0.00 9.57 1.81 37.38 16.62 09:11:06 08:43:02 2 26.88 0.00 9.48 2.99 40.86 19.79 09:11:06 08:43:02 3 33.73 0.00 10.82 2.45 37.25 15.75 09:11:06 08:44:01 all 20.73 0.00 6.85 3.61 41.50 27.31 09:11:06 08:44:01 0 21.82 0.00 6.67 3.80 40.43 27.27 09:11:06 08:44:01 1 17.20 0.00 6.22 3.40 43.09 30.08 09:11:06 08:44:01 2 20.71 0.00 6.89 3.94 41.36 27.10 09:11:06 08:44:01 3 23.41 0.00 7.69 3.29 41.03 24.57 09:11:06 08:45:01 all 22.15 0.00 8.99 5.69 47.64 15.54 09:11:06 08:45:01 0 20.49 0.00 8.15 6.91 50.35 14.11 09:11:06 08:45:01 1 22.81 0.00 8.70 4.58 46.19 17.73 09:11:06 08:45:01 2 21.41 0.00 9.16 6.84 47.44 15.15 09:11:06 08:45:01 3 23.94 0.00 9.97 4.40 46.56 15.13 09:11:06 08:46:03 all 17.75 0.00 8.24 3.58 35.90 34.54 09:11:06 08:46:03 0 17.22 0.00 9.02 3.99 36.92 32.85 09:11:06 08:46:03 1 17.05 0.00 6.92 3.52 36.43 36.07 09:11:06 08:46:03 2 19.70 0.00 9.20 3.92 34.16 33.02 09:11:06 08:46:03 3 17.05 0.00 7.84 2.90 36.04 36.17 09:11:06 08:47:01 all 6.28 0.00 5.66 0.56 41.10 46.40 09:11:06 08:47:01 0 5.66 0.00 5.05 0.50 42.74 46.05 09:11:06 08:47:01 1 5.91 0.00 5.20 0.29 40.61 47.98 09:11:06 08:47:01 2 6.36 0.00 5.85 0.30 40.93 46.56 09:11:06 08:47:01 3 7.25 0.00 6.57 1.14 40.02 45.01 09:11:06 08:48:10 all 3.98 0.00 5.84 12.60 27.97 49.61 09:11:06 08:48:10 0 2.93 0.00 5.13 14.31 29.11 48.51 09:11:06 08:48:10 1 3.01 0.00 5.75 12.09 28.24 50.92 09:11:06 08:48:10 2 5.12 0.00 6.48 11.42 28.18 48.80 09:11:06 08:48:10 3 4.92 0.00 6.01 12.52 26.31 50.23 09:11:06 09:11:06 08:48:10 CPU %user %nice %system %iowait %steal %idle 09:11:06 08:49:06 all 7.13 0.00 6.48 18.78 44.15 23.45 09:11:06 08:49:06 0 7.37 0.00 6.82 17.35 46.12 22.34 09:11:06 08:49:06 1 7.43 0.00 6.48 20.01 43.44 22.65 09:11:06 08:49:06 2 6.96 0.00 6.50 19.90 44.14 22.50 09:11:06 08:49:06 3 6.79 0.00 6.14 17.84 42.94 26.29 09:11:06 08:50:02 all 4.95 0.00 5.56 27.87 36.96 24.66 09:11:06 08:50:02 0 4.55 0.00 5.27 26.52 37.51 26.16 09:11:06 08:50:02 1 4.87 0.00 5.79 30.66 35.40 23.29 09:11:06 08:50:02 2 4.77 0.00 5.12 30.44 37.01 22.65 09:11:06 08:50:02 3 5.61 0.00 6.07 23.88 37.92 26.52 09:11:06 08:51:02 all 1.93 0.00 3.86 30.76 31.88 31.57 09:11:06 08:51:02 0 1.93 0.00 3.66 25.45 31.53 37.43 09:11:06 08:51:02 1 2.02 0.00 3.84 31.49 31.19 31.45 09:11:06 08:51:02 2 1.97 0.00 3.90 35.28 30.91 27.94 09:11:06 08:51:02 3 1.78 0.00 4.05 30.82 33.92 29.43 09:11:06 08:52:05 all 0.54 0.00 2.62 42.75 36.45 17.63 09:11:06 08:52:05 0 0.47 0.00 2.13 37.69 37.11 22.60 09:11:06 08:52:05 1 0.59 0.00 2.69 44.26 35.30 17.16 09:11:06 08:52:05 2 0.52 0.00 2.65 41.80 36.09 18.94 09:11:06 08:52:05 3 0.60 0.00 3.01 47.47 37.32 11.60 09:11:06 08:53:22 all 2.96 0.00 2.62 38.38 40.92 15.11 09:11:06 08:53:22 0 2.37 0.00 2.58 35.40 40.55 19.09 09:11:06 08:53:22 1 3.19 0.00 2.67 41.36 40.80 11.99 09:11:06 08:53:22 2 3.24 0.00 2.85 35.41 39.94 18.56 09:11:06 08:53:22 3 3.08 0.00 2.40 41.41 42.39 10.72 09:11:06 08:54:04 all 3.06 0.00 2.28 33.07 46.14 15.44 09:11:06 08:54:04 0 3.11 0.00 2.16 24.77 49.11 20.84 09:11:06 08:54:04 1 3.16 0.00 2.37 38.46 44.47 11.54 09:11:06 08:54:04 2 2.88 0.00 2.59 39.37 44.82 10.33 09:11:06 08:54:04 3 3.08 0.00 2.02 29.53 46.23 19.14 09:11:06 08:55:03 all 6.27 0.00 5.02 33.41 38.66 16.63 09:11:06 08:55:03 0 6.15 0.00 5.02 31.68 38.80 18.36 09:11:06 08:55:03 1 7.33 0.00 5.32 36.81 36.50 14.04 09:11:06 08:55:03 2 5.64 0.00 4.71 33.20 39.06 17.39 09:11:06 08:55:03 3 5.96 0.00 5.04 31.94 40.31 16.75 09:11:06 08:56:04 all 47.75 0.00 10.22 0.58 40.87 0.58 09:11:06 08:56:04 0 46.23 0.00 10.34 0.60 42.66 0.17 09:11:06 08:56:04 1 52.13 0.00 10.44 0.29 36.83 0.31 09:11:06 08:56:04 2 45.12 0.00 9.03 0.62 43.60 1.63 09:11:06 08:56:04 3 47.18 0.00 11.06 0.82 40.69 0.25 09:11:06 08:57:02 all 12.35 0.00 9.07 11.39 44.78 22.41 09:11:06 08:57:02 0 12.92 0.00 8.77 11.66 44.65 22.00 09:11:06 08:57:02 1 12.38 0.00 10.80 11.43 43.18 22.21 09:11:06 08:57:02 2 11.45 0.00 7.73 12.13 46.89 21.80 09:11:06 08:57:02 3 12.66 0.00 8.99 10.33 44.39 23.63 09:11:06 08:58:04 all 5.02 0.00 6.78 22.70 37.81 27.68 09:11:06 08:58:04 0 4.67 0.00 6.52 20.10 37.17 31.53 09:11:06 08:58:04 1 5.09 0.00 6.32 24.80 37.99 25.80 09:11:06 08:58:04 2 5.49 0.00 7.44 22.56 38.13 26.38 09:11:06 08:58:04 3 4.84 0.00 6.88 23.35 37.95 26.97 09:11:06 08:59:02 all 5.38 0.00 4.75 17.35 45.31 27.21 09:11:06 08:59:02 0 5.54 0.00 4.54 18.37 45.19 26.37 09:11:06 08:59:02 1 5.61 0.00 4.64 16.74 44.54 28.47 09:11:06 08:59:02 2 5.33 0.00 4.79 16.80 45.40 27.68 09:11:06 08:59:02 3 5.03 0.00 5.05 17.47 46.11 26.34 09:11:06 09:11:06 08:59:02 CPU %user %nice %system %iowait %steal %idle 09:11:06 09:00:03 all 22.49 0.00 9.03 20.35 39.74 8.40 09:11:06 09:00:03 0 20.11 0.00 9.04 22.06 40.49 8.31 09:11:06 09:00:03 1 23.12 0.00 9.20 21.19 38.36 8.13 09:11:06 09:00:03 2 23.12 0.00 8.65 19.17 40.59 8.47 09:11:06 09:00:03 3 23.66 0.00 9.21 18.94 39.50 8.68 09:11:06 09:01:04 all 3.93 0.00 3.20 29.57 40.28 23.01 09:11:06 09:01:04 0 3.51 0.00 2.91 24.32 40.18 29.07 09:11:06 09:01:04 1 4.56 0.00 3.35 33.12 40.54 18.42 09:11:06 09:01:04 2 4.02 0.00 3.39 28.95 39.92 23.72 09:11:06 09:01:04 3 3.64 0.00 3.16 31.98 40.46 20.76 09:11:06 09:02:01 all 23.11 0.00 8.64 15.08 36.29 16.88 09:11:06 09:02:01 0 22.01 0.00 7.74 14.85 38.14 17.27 09:11:06 09:02:01 1 21.96 0.00 8.97 16.79 38.44 13.84 09:11:06 09:02:01 2 25.18 0.00 8.56 14.63 34.00 17.63 09:11:06 09:02:01 3 23.29 0.00 9.33 14.08 34.59 18.71 09:11:06 09:03:02 all 4.57 0.00 5.70 3.94 32.20 53.59 09:11:06 09:03:02 0 5.29 0.00 5.99 2.25 32.61 53.86 09:11:06 09:03:02 1 6.09 0.00 6.10 5.43 32.20 50.18 09:11:06 09:03:02 2 3.23 0.00 5.56 5.41 31.68 54.11 09:11:06 09:03:02 3 3.68 0.00 5.16 2.66 32.31 56.18 09:11:06 09:04:01 all 3.80 0.00 2.21 2.72 15.96 75.30 09:11:06 09:04:01 0 5.43 0.00 1.96 4.16 15.29 73.17 09:11:06 09:04:01 1 2.25 0.00 1.69 1.23 17.15 77.68 09:11:06 09:04:01 2 2.61 0.00 1.97 3.30 15.48 76.64 09:11:06 09:04:01 3 5.01 0.00 3.25 2.25 15.89 73.60 09:11:06 09:05:01 all 0.11 0.00 0.04 0.05 0.23 99.57 09:11:06 09:05:01 0 0.05 0.00 0.02 0.02 0.08 99.83 09:11:06 09:05:01 1 0.30 0.00 0.05 0.10 0.52 99.04 09:11:06 09:05:01 2 0.07 0.00 0.07 0.03 0.25 99.58 09:11:06 09:05:01 3 0.02 0.00 0.03 0.03 0.08 99.83 09:11:06 09:06:01 all 0.12 0.00 0.14 0.00 0.53 99.21 09:11:06 09:06:01 0 0.25 0.00 0.23 0.00 0.45 99.07 09:11:06 09:06:01 1 0.15 0.00 0.10 0.00 0.35 99.40 09:11:06 09:06:01 2 0.07 0.00 0.17 0.00 0.80 98.97 09:11:06 09:06:01 3 0.02 0.00 0.07 0.00 0.53 99.39 09:11:06 09:07:01 all 0.10 0.00 0.03 0.00 0.54 99.33 09:11:06 09:07:01 0 0.02 0.00 0.03 0.00 0.51 99.44 09:11:06 09:07:01 1 0.10 0.00 0.02 0.00 1.26 98.63 09:11:06 09:07:01 2 0.05 0.00 0.03 0.00 0.15 99.77 09:11:06 09:07:01 3 0.23 0.00 0.03 0.00 0.23 99.50 09:11:06 09:08:01 all 0.10 0.00 0.07 0.02 0.53 99.28 09:11:06 09:08:01 0 0.02 0.00 0.07 0.00 0.28 99.63 09:11:06 09:08:01 1 0.03 0.00 0.10 0.03 0.28 99.55 09:11:06 09:08:01 2 0.03 0.00 0.05 0.00 0.43 99.48 09:11:06 09:08:01 3 0.30 0.00 0.07 0.03 1.13 98.47 09:11:06 09:09:01 all 0.09 0.00 0.02 0.00 0.09 99.80 09:11:06 09:09:01 0 0.00 0.00 0.00 0.00 0.03 99.97 09:11:06 09:09:01 1 0.03 0.00 0.02 0.00 0.13 99.82 09:11:06 09:09:01 2 0.02 0.00 0.03 0.00 0.13 99.82 09:11:06 09:09:01 3 0.30 0.00 0.03 0.02 0.07 99.58 09:11:06 09:10:02 all 1.29 0.00 1.15 1.44 6.54 89.58 09:11:06 09:10:02 0 1.59 0.00 1.98 1.21 6.01 89.21 09:11:06 09:10:02 1 1.47 0.00 0.97 1.45 7.36 88.74 09:11:06 09:10:02 2 0.80 0.00 0.72 1.19 6.15 91.14 09:11:06 09:10:02 3 1.29 0.00 0.94 1.91 6.64 89.22 09:11:06 09:11:06 Average: CPU %user %nice %system %iowait %steal %idle 09:11:06 Average: all 8.62 0.00 4.82 12.98 30.28 43.31 09:11:06 Average: 0 8.37 0.00 4.70 12.06 30.84 44.03 09:11:06 Average: 1 8.77 0.00 4.74 13.66 29.94 42.90 09:11:06 Average: 2 8.50 0.00 4.82 13.23 30.28 43.16 09:11:06 Average: 3 8.83 0.00 5.03 12.96 30.05 43.13 09:11:06 09:11:06 09:11:06