Branch indexing 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at db7925e05468a348a54e2ee7c85b6c50909b0e0e rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from db7925e05468a348a54e2ee7c85b6c50909b0e0e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1419 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/105 [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/105 # 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 74c7c8d9f1b5b334d921ed4b4876d4705e38287a Checking out Revision 74c7c8d9f1b5b334d921ed4b4876d4705e38287a (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 74c7c8d9f1b5b334d921ed4b4876d4705e38287a # timeout=10 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:32:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:32:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:32:12 ========================================================= 08:32:12 EdgeX Global Pipelines Version Info 08:32:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d5c8082ff87c77a102a92da02ce2b20fd9007983 # timeout=10 08:32:15 ------------------- 08:32:15 stable info: 08:32:15 ------------------- 08:32:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:32:15 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:32:15 Message: update stable to v1.0.186 08:32:16 ------------------- 08:32:16 experimental info: 08:32:16 ------------------- 08:32:16 Commited By: **** collab-it+edgex@linuxfoundation.org 08:32:16 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 08:32:16 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 74c7c8d9f1b5b334d921ed4b4876d4705e38287a [Pipeline] echo 08:32:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 74c7c8d [Pipeline] echo 08:32:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:32:17 provisioning config files... 08:32:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/105@tmp/config1902724394638861198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:32:17 ---> docker-login.sh 08:32:17 nexus3.edgexfoundry.org:10001 08:32:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:18 Configure a credential helper to remove this warning. See 08:32:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:18 08:32:18 Login Succeeded 08:32:18 nexus3.edgexfoundry.org:10002 08:32:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:19 Configure a credential helper to remove this warning. See 08:32:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:19 08:32:19 Login Succeeded 08:32:19 nexus3.edgexfoundry.org:10003 08:32:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:19 Configure a credential helper to remove this warning. See 08:32:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:19 08:32:19 Login Succeeded 08:32:19 nexus3.edgexfoundry.org:10004 08:32:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:20 Configure a credential helper to remove this warning. See 08:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:20 08:32:20 Login Succeeded 08:32:20 docker.io 08:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:20 Configure a credential helper to remove this warning. See 08:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:20 08:32:20 Login Succeeded 08:32:20 ---> docker-login.sh ends [Pipeline] } 08:32:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:32:20 ++ 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:32:20 + for file in '`ls cmd/**/Dockerfile`' 08:32:20 ++ dirname cmd/core-command/Dockerfile 08:32:20 ++ cut -d/ -f2 08:32:20 + echo core-command,cmd/core-command/Dockerfile 08:32:20 + for file in '`ls cmd/**/Dockerfile`' 08:32:20 ++ dirname cmd/core-data/Dockerfile 08:32:20 ++ cut -d/ -f2 08:32:20 + echo core-data,cmd/core-data/Dockerfile 08:32:20 + for file in '`ls cmd/**/Dockerfile`' 08:32:20 ++ dirname cmd/core-metadata/Dockerfile 08:32:20 ++ cut -d/ -f2 08:32:20 + echo core-metadata,cmd/core-metadata/Dockerfile 08:32:20 + for file in '`ls cmd/**/Dockerfile`' 08:32:20 ++ dirname cmd/security-bootstrapper/Dockerfile 08:32:20 ++ cut -d/ -f2 08:32:20 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:32:20 + for file in '`ls cmd/**/Dockerfile`' 08:32:20 ++ dirname cmd/security-proxy-setup/Dockerfile 08:32:20 ++ cut -d/ -f2 08:32:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:32:20 + for file in '`ls cmd/**/Dockerfile`' 08:32:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:32:20 ++ cut -d/ -f2 08:32:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:32:20 + for file in '`ls cmd/**/Dockerfile`' 08:32:20 ++ dirname cmd/support-notifications/Dockerfile 08:32:20 ++ cut -d/ -f2 08:32:20 + echo support-notifications,cmd/support-notifications/Dockerfile 08:32:20 + for file in '`ls cmd/**/Dockerfile`' 08:32:20 ++ dirname cmd/support-scheduler/Dockerfile 08:32:20 ++ cut -d/ -f2 08:32:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:32:20 + for file in '`ls cmd/**/Dockerfile`' 08:32:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:32:20 ++ cut -d/ -f2 08:32:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:32:20 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:32:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:21 08:32:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:32:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:22 latest: Pulling from edgex-devops/git-semver 08:32:22 31603596830f: Pulling fs layer 08:32:22 2a8b12db71e7: Pulling fs layer 08:32:22 6ca5941a6612: Pulling fs layer 08:32:22 ecc8261a40a4: Pulling fs layer 08:32:22 ecc8261a40a4: Waiting 08:32:22 2a8b12db71e7: Verifying Checksum 08:32:22 2a8b12db71e7: Download complete 08:32:22 31603596830f: Verifying Checksum 08:32:22 31603596830f: Download complete 08:32:22 ecc8261a40a4: Verifying Checksum 08:32:22 ecc8261a40a4: Download complete 08:32:22 6ca5941a6612: Verifying Checksum 08:32:22 6ca5941a6612: Download complete 08:32:23 31603596830f: Pull complete 08:32:23 2a8b12db71e7: Pull complete 08:32:25 6ca5941a6612: Pull complete 08:32:26 ecc8261a40a4: Pull complete 08:32:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:32:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:32:26 prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container 08:32:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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:32:29 $ docker top cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:32:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:32:30 [ssh-agent] Looking for ssh-agent implementation... 08:32:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:32:31 $ docker exec cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 ssh-agent 08:32:32 SSH_AUTH_SOCK=/tmp/ssh-h8k0nLPCzBNA/agent.11 08:32:32 SSH_AGENT_PID=16 08:32:32 Running ssh-add (command line suppressed) 08:32:32 Identity added: /w/workspace/edgex-go/105@tmp/private_key_4710941701462807242.key (/w/workspace/edgex-go/105@tmp/private_key_4710941701462807242.key) 08:32:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:32:33 + git tag --points-at HEAD [Pipeline] } 08:32:33 $ docker exec --env ******** --env ******** cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 ssh-agent -k 08:32:33 unset SSH_AUTH_SOCK; 08:32:33 unset SSH_AGENT_PID; 08:32:33 echo Agent pid 16 killed; 08:32:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:32:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:32:33 [ssh-agent] Looking for ssh-agent implementation... 08:32:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:32:34 $ docker exec cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 ssh-agent 08:32:35 SSH_AUTH_SOCK=/tmp/ssh-Uq9LU06nWn0G/agent.44 08:32:35 SSH_AGENT_PID=49 08:32:35 Running ssh-add (command line suppressed) 08:32:36 Identity added: /w/workspace/edgex-go/105@tmp/private_key_4291143691290758110.key (/w/workspace/edgex-go/105@tmp/private_key_4291143691290758110.key) 08:32:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:32:37 + git semver init 08:32:37 # -> Open(): unable to determine branch for HEAD 08:32:37 # $GIT_DIR = /w/workspace/edgex-go/105/.git 08:32:37 # $GIT_WORK_TREE = /w/workspace/edgex-go/105 08:32:37 # $SEMVER_REMOTE_NAME = origin 08:32:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:32:37 # $SEMVER_USER_NAME = edgex-jenkins 08:32:37 # $SEMVER_BRANCH = PR-2858 08:32:37 # $SEMVER_TEMP = /tmp/semver-908879162 08:32:37 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:33:09 # '/tmp/semver-908879162' -> '/w/workspace/edgex-go/105/.semver' 08:33:10 # -> Force: false 08:33:10 # $SEMVER_DIR = /w/workspace/edgex-go/105/.semver [Pipeline] } 08:33:10 $ docker exec --env ******** --env ******** cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 ssh-agent -k 08:33:11 unset SSH_AUTH_SOCK; 08:33:11 unset SSH_AGENT_PID; 08:33:11 echo Agent pid 49 killed; 08:33:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:33:12 + git semver [Pipeline] } 08:33:12 $ docker stop --time=1 cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 08:33:14 $ docker rm -f cacf064482f67287871a9901c330d66b3525c04fe71d63447bb52a0216deb853 [Pipeline] // withDockerContainer [Pipeline] sh 08:33:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:33:15 Stashed 1 file(s) [Pipeline] echo 08:33:15 [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:33:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:33:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:33:16 + sudo service docker restart 08:33:16 + true 08:33:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:33:17 ========================================================= 08:33:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:33:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:33:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:33:24 Sending build context to Docker daemon 329.7MB 08:33:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:33:24 Step 2/6 : FROM ${BASE} 08:33:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:33:24 188c0c94c7c5: Pulling fs layer 08:33:24 0ef7d3d256c8: Pulling fs layer 08:33:24 de9db76c5a1d: Pulling fs layer 08:33:24 bca2f99d35d6: Pulling fs layer 08:33:24 93359f2a8cfa: Pulling fs layer 08:33:24 7c6f9722023f: Pulling fs layer 08:33:24 a35cf1a2eb13: Pulling fs layer 08:33:24 bca2f99d35d6: Waiting 08:33:24 93359f2a8cfa: Waiting 08:33:24 7c6f9722023f: Waiting 08:33:24 a35cf1a2eb13: Waiting 08:33:24 de9db76c5a1d: Verifying Checksum 08:33:24 de9db76c5a1d: Download complete 08:33:24 0ef7d3d256c8: Download complete 08:33:24 93359f2a8cfa: Verifying Checksum 08:33:24 93359f2a8cfa: Download complete 08:33:24 7c6f9722023f: Verifying Checksum 08:33:24 7c6f9722023f: Download complete 08:33:24 188c0c94c7c5: Verifying Checksum 08:33:24 188c0c94c7c5: Download complete 08:33:25 188c0c94c7c5: Pull complete 08:33:26 0ef7d3d256c8: Pull complete 08:33:26 de9db76c5a1d: Pull complete 08:33:27 a35cf1a2eb13: Verifying Checksum 08:33:27 a35cf1a2eb13: Download complete 08:33:29 bca2f99d35d6: Verifying Checksum 08:33:29 bca2f99d35d6: Download complete 08:33:30 Still waiting to schedule task 08:33:30 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1422’ 08:33:41 bca2f99d35d6: Pull complete 08:33:41 93359f2a8cfa: Pull complete 08:33:41 7c6f9722023f: Pull complete 08:33:49 a35cf1a2eb13: Pull complete 08:33:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:33:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:33:49 ---> a62c8e92a672 08:33:49 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:33:49 ---> Running in f2725082ca20 08:33:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:52 (1/12) Installing libmagic (5.38-r0) 08:33:53 (2/12) Installing file (5.38-r0) 08:33:53 (3/12) Installing libc-dev (0.7.2-r3) 08:33:53 (4/12) Installing g++ (9.3.0-r2) 08:34:01 (5/12) Installing fortify-headers (1.1-r0) 08:34:01 (6/12) Installing patch (2.7.6-r6) 08:34:01 (7/12) Installing build-base (0.5-r2) 08:34:01 (8/12) Installing libsodium (1.0.18-r0) 08:34:01 (9/12) Installing pkgconf (1.7.2-r0) 08:34:01 (10/12) Installing libsodium-dev (1.0.18-r0) 08:34:01 (11/12) Installing libzmq (4.3.3-r0) 08:34:02 (12/12) Installing zeromq-dev (4.3.3-r0) 08:34:02 Executing busybox-1.31.1-r19.trigger 08:34:02 OK: 233 MiB in 51 packages 08:34:08 Removing intermediate container f2725082ca20 08:34:08 ---> 5016dad1ce71 08:34:08 Step 4/6 : WORKDIR /edgex-go 08:34:08 ---> Running in eaa72e28709b 08:34:08 Removing intermediate container eaa72e28709b 08:34:08 ---> f854757f2182 08:34:08 Step 5/6 : COPY go.mod . 08:34:08 ---> a9c833ff7337 08:34:08 Step 6/6 : RUN go mod download 08:34:08 ---> Running in 2a8b986d4f2f 08:34:41 Removing intermediate container 2a8b986d4f2f 08:34:41 ---> 0f739017da9e 08:34:42 Successfully built 0f739017da9e 08:34:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:34:42 + docker inspect -f . ci-base-image-x86_64 08:34:43 . [Pipeline] withDockerContainer 08:34:43 prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container 08:34:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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:34:46 $ docker top 816fbb018f0524adaf6532c7910859902109999cb4c8782e0f66f907fd8f2610 -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:47 + go version 08:34:47 go version go1.15.5 linux/amd64 [Pipeline] } 08:34:47 $ docker stop --time=1 816fbb018f0524adaf6532c7910859902109999cb4c8782e0f66f907fd8f2610 08:34:49 $ docker rm -f 816fbb018f0524adaf6532c7910859902109999cb4c8782e0f66f907fd8f2610 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:34:50 + docker inspect -f . ci-base-image-x86_64 08:34:50 . [Pipeline] withDockerContainer 08:34:50 prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container 08:34:50 $ 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/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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:34:52 $ docker top 7e327826ae879a0150de0e7f40828cbeca733655f661045a53b22cfafbc16e05 -eo pid,comm [Pipeline] { [Pipeline] echo 08:34:52 ========================================================= 08:34:52 [edgeXBuildGoParallel] Running Tests and Build... 08:34:52 ========================================================= [Pipeline] sh 08:34:53 + make test 08:34:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:35:15 ? github.com/edgexfoundry/edgex-go [no test files] 08:35:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:36:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:36:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:36:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:36:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:36:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:36:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:36:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:36:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:36:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:36:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:36:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:36:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1426 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 08:36:24 Running in /w/workspace/edgex-go/105 [Pipeline] { [Pipeline] checkout 08:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.453s coverage: 45.9% of statements 08:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.322s coverage: 19.8% of statements 08:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.330s coverage: 100.0% of statements 08:36:31 using credential edgex-jenkins-ssh 08:36:31 Cloning the remote Git repository 08:36:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.413s coverage: 27.1% of statements 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:36:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.129s coverage: 100.0% of statements 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:36:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.192s coverage: 100.0% of statements 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:36:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:36:31 > git init /w/workspace/edgex-go/105 # timeout=10 08:36:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:36:31 > git --version # timeout=10 08:36:31 > git --version # 'git version 2.17.1' 08:36:31 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:36:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 71.3% of statements 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.517s coverage: 82.9% of statements 08:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.227s coverage: 78.9% of statements 08:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.739s coverage: 28.6% of statements 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.151s coverage: 100.0% of statements 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.366s coverage: 86.7% of statements 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.289s coverage: 97.5% of statements 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.768s coverage: 93.0% of statements 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.193s coverage: 58.8% of statements 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.303s coverage: 0.9% of statements 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:36:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.261s coverage: 79.5% of statements 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.128s coverage: 94.1% of statements 08:36:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 08:36:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements 08:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:36:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:36:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:36:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:36:52 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 08:36:53 Merge succeeded, producing 23231c15602d1b75d9ea93cc0b6af58e59af331a 08:36:53 Checking out Revision 23231c15602d1b75d9ea93cc0b6af58e59af331a (PR-2858) 08:36:52 > git config core.sparsecheckout # timeout=10 08:36:52 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 08:36:52 > git remote # timeout=10 08:36:52 > git config --get remote.origin.url # timeout=10 08:36:52 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:52 > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 08:36:53 > git rev-parse HEAD^{commit} # timeout=10 08:36:53 > git config core.sparsecheckout # timeout=10 08:36:53 > git checkout -f 23231c15602d1b75d9ea93cc0b6af58e59af331a # timeout=10 08:36:58 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" 08:36:58 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:36:58 > git rev-list --no-walk d5c8082ff87c77a102a92da02ce2b20fd9007983 # timeout=10 08:36:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:37:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:37:00 + sudo service docker restart 08:37:00 + true 08:37:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.143s coverage: 94.4% of statements 08:37:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.221s coverage: 44.8% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:37:03 provisioning config files... 08:37:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/105@tmp/config4311819670468679906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:37:03 ---> docker-login.sh 08:37:03 nexus3.edgexfoundry.org:10001 08:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:37:04 Configure a credential helper to remove this warning. See 08:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:37:04 08:37:04 Login Succeeded 08:37:04 nexus3.edgexfoundry.org:10002 08:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:37:05 Configure a credential helper to remove this warning. See 08:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:37:05 08:37:05 Login Succeeded 08:37:05 nexus3.edgexfoundry.org:10003 08:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:37:06 Configure a credential helper to remove this warning. See 08:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:37:06 08:37:06 Login Succeeded 08:37:06 nexus3.edgexfoundry.org:10004 08:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.160s coverage: 81.9% of statements 08:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:37:06 Configure a credential helper to remove this warning. See 08:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:37:06 08:37:06 Login Succeeded 08:37:06 docker.io 08:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:37:07 Configure a credential helper to remove this warning. See 08:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:37:07 08:37:07 Login Succeeded 08:37:07 ---> docker-login.sh ends [Pipeline] } 08:37:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:37:07 ========================================================= 08:37:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:37:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:37:08 + 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:37:10 Sending build context to Docker daemon 167.4MB 08:37:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:37:10 Step 2/6 : FROM ${BASE} 08:37:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:37:10 5f621e34cdf4: Pulling fs layer 08:37:10 a4357932f1b6: Pulling fs layer 08:37:10 18c013af1878: Pulling fs layer 08:37:10 00ac8860ef70: Pulling fs layer 08:37:10 63d7cb157983: Pulling fs layer 08:37:10 b116817d02f9: Pulling fs layer 08:37:10 745a02a5169b: Pulling fs layer 08:37:10 63d7cb157983: Waiting 08:37:10 b116817d02f9: Waiting 08:37:10 745a02a5169b: Waiting 08:37:10 00ac8860ef70: Waiting 08:37:10 18c013af1878: Download complete 08:37:10 a4357932f1b6: Verifying Checksum 08:37:10 a4357932f1b6: Download complete 08:37:10 63d7cb157983: Download complete 08:37:10 b116817d02f9: Verifying Checksum 08:37:10 b116817d02f9: Download complete 08:37:10 5f621e34cdf4: Verifying Checksum 08:37:10 5f621e34cdf4: Download complete 08:37:11 5f621e34cdf4: Pull complete 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.330s coverage: 92.9% of statements 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.071s coverage: 77.8% of statements 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.176s coverage: 87.2% of statements 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.123s coverage: 80.8% of statements 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.6% of statements 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.6% of statements 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.364s coverage: 64.4% of statements 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:37:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.115s coverage: 100.0% of statements 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.123s coverage: 73.7% of statements 08:37:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.108s coverage: 100.0% of statements 08:37:12 a4357932f1b6: Pull complete 08:37:12 18c013af1878: Pull complete 08:37:13 745a02a5169b: Verifying Checksum 08:37:13 745a02a5169b: Download complete 08:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.748s coverage: 69.0% of statements 08:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:37:14 00ac8860ef70: Verifying Checksum 08:37:14 00ac8860ef70: Download complete 08:37:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.368s coverage: 38.4% of statements 08:37:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:37:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:37:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.104s coverage: 89.5% of statements 08:37:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:37:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.078s coverage: 84.8% of statements 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.190s coverage: 47.0% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.188s coverage: 100.0% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.159s coverage: 100.0% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.114s coverage: 9.6% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.382s coverage: 88.6% of statements 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:37:24 00ac8860ef70: Pull complete 08:37:24 63d7cb157983: Pull complete 08:37:24 b116817d02f9: Pull complete 08:37:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.516s coverage: 28.7% of statements 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:37:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:37:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.419s coverage: 100.0% of statements 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:37:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.278s coverage: 64.6% of statements 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:37:27 745a02a5169b: Pull complete 08:37:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:37:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:37:27 ---> b7e6874047d6 08:37: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:37:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.219s coverage: 95.6% of statements 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:37:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:37:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:37:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:37:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:37:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 08:37:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.080s coverage: 28.1% of statements 08:37:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.057s coverage: 100.0% of statements 08:37:29 GO111MODULE=on go vet ./... 08:37:32 ---> Running in 662676a1287b 08:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:37:34 (1/12) Installing libmagic (5.38-r0) 08:37:34 (2/12) Installing file (5.38-r0) 08:37:35 (3/12) Installing libc-dev (0.7.2-r3) 08:37:35 (4/12) Installing g++ (9.3.0-r2) 08:37:39 (5/12) Installing fortify-headers (1.1-r0) 08:37:39 (6/12) Installing patch (2.7.6-r6) 08:37:39 (7/12) Installing build-base (0.5-r2) 08:37:39 (8/12) Installing libsodium (1.0.18-r0) 08:37:39 (9/12) Installing pkgconf (1.7.2-r0) 08:37:39 (10/12) Installing libsodium-dev (1.0.18-r0) 08:37:39 (11/12) Installing libzmq (4.3.3-r0) 08:37:39 (12/12) Installing zeromq-dev (4.3.3-r0) 08:37:39 Executing busybox-1.31.1-r19.trigger 08:37:39 OK: 217 MiB in 51 packages 08:37:44 Removing intermediate container 662676a1287b 08:37:44 ---> 9f6681cf551f 08:37:44 Step 4/6 : WORKDIR /edgex-go 08:37:44 ---> Running in 17f67e1a7727 08:37:44 Removing intermediate container 17f67e1a7727 08:37:44 ---> f41e72f756c9 08:37:44 Step 5/6 : COPY go.mod . 08:37:45 ---> 9b1c58b5777e 08:37:45 Step 6/6 : RUN go mod download 08:37:45 ---> Running in cdf76d9db938 08:38:12 Removing intermediate container cdf76d9db938 08:38:12 ---> ad8ec718ad5e 08:38:12 Successfully built ad8ec718ad5e 08:38:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:38:12 + docker inspect -f . ci-base-image-arm64 08:38:12 . [Pipeline] withDockerContainer 08:38:13 prd-ubuntu18.04-docker-arm64-4c-16g-1426 does not seem to be running inside a container 08:38:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:38:15 $ docker top 677e7b4c61b19c5c1ace302bfa9a040c5ef3fc396c65cfe96a6790a9d4ff97fb -eo pid,comm [Pipeline] { [Pipeline] sh 08:38:16 + go version 08:38:16 go version go1.15.5 linux/arm64 [Pipeline] } 08:38:16 $ docker stop --time=1 677e7b4c61b19c5c1ace302bfa9a040c5ef3fc396c65cfe96a6790a9d4ff97fb 08:38:18 $ docker rm -f 677e7b4c61b19c5c1ace302bfa9a040c5ef3fc396c65cfe96a6790a9d4ff97fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:38:19 + docker inspect -f . ci-base-image-arm64 08:38:19 . [Pipeline] withDockerContainer 08:38:19 prd-ubuntu18.04-docker-arm64-4c-16g-1426 does not seem to be running inside a container 08:38:19 $ 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/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:38:21 $ docker top 9e5f2c72de9d3e3814d7658d6462e2540947c21d18494cbebf9aed5468006903 -eo pid,comm [Pipeline] { [Pipeline] echo 08:38:21 ========================================================= 08:38:21 [edgeXBuildGoParallel] Running Tests and Build... 08:38:21 ========================================================= [Pipeline] sh 08:38:22 + make test 08:38:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:38:26 gofmt -l . 08:38:26 [ "`gofmt -l .`" = "" ] 08:38:26 ./bin/test-go-mod-tidy.sh 08:38:27 ./bin/test-attribution-txt.sh [Pipeline] sh 08:38:29 + ls -al . 08:38:29 total 812 08:38:29 drwxrwxr-x 10 1001 1001 4096 Apr 22 08:38 . 08:38:29 drwxr-xr-x 4 root root 32 Apr 22 08:34 .. 08:38:29 -rw-rw-r-- 1 1001 1001 11 Apr 22 08:32 .dockerignore 08:38:29 drwxrwxr-x 8 1001 1001 179 Apr 22 08:32 .git 08:38:29 drwxrwxr-x 3 1001 1001 125 Apr 22 08:32 .github 08:38:29 -rw-rw-r-- 1 1001 1001 818 Apr 22 08:32 .gitignore 08:38:29 drwx------ 3 1001 1001 60 Apr 22 08:33 .semver 08:38:29 -rw-rw-r-- 1 1001 1001 166 Apr 22 08:32 .sonarcloud.properties 08:38:29 -rw-rw-r-- 1 1001 1001 8609 Apr 22 08:32 Attribution.txt 08:38:29 -rw-rw-r-- 1 1001 1001 3804 Apr 22 08:32 CONTRIBUTING.md 08:38:29 -rw-rw-r-- 1 1001 1001 931 Apr 22 08:32 Dockerfile.build 08:38:29 -rw-rw-r-- 1 1001 1001 863 Apr 22 08:32 Jenkinsfile 08:38:29 -rw-rw-r-- 1 1001 1001 10775 Apr 22 08:32 LICENSE 08:38:29 -rw-rw-r-- 1 1001 1001 5774 Apr 22 08:32 Makefile 08:38:29 -rw-rw-r-- 1 1001 1001 7978 Apr 22 08:32 README.md 08:38:29 -rw-rw-r-- 1 1001 1001 6755 Apr 22 08:32 SECURITY.md 08:38:29 -rw-rw-r-- 1 1001 1001 5 Apr 22 08:33 VERSION 08:38:29 -rw-rw-r-- 1 1001 1001 4131 Apr 22 08:32 ZMQWindows.md 08:38:29 drwxrwxr-x 2 1001 1001 117 Apr 22 08:32 bin 08:38:29 drwxrwxr-x 14 1001 1001 4096 Apr 22 08:32 cmd 08:38:29 -rw-r--r-- 1 root root 703598 Apr 22 08:37 coverage.out 08:38:29 -rw-r--r-- 1 root root 1059 Apr 22 08:38 go.mod 08:38:29 -rw-r--r-- 1 root root 22300 Apr 22 08:38 go.sum 08:38:29 drwxrwxr-x 8 1001 1001 127 Apr 22 08:32 internal 08:38:29 drwxrwxr-x 4 1001 1001 26 Apr 22 08:32 openapi 08:38:29 drwxrwxr-x 4 1001 1001 71 Apr 22 08:32 snap 08:38:29 -rw-rw-r-- 1 1001 1001 168 Apr 22 08:32 version.go [Pipeline] sh 08:38:30 + '[' -e coverage.out ] 08:38:30 + chown 1001:1001 coverage.out [Pipeline] stash 08:38:31 Stashed 1 file(s) [Pipeline] sh 08:38:32 + make build 08:38:32 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:38: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:38:49 ? github.com/edgexfoundry/edgex-go [no test files] 08:38:56 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:38:59 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:39:03 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:39: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:39:08 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:39:10 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:39:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:39:17 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:39:19 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:39:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:39:26 $ docker stop --time=1 7e327826ae879a0150de0e7f40828cbeca733655f661045a53b22cfafbc16e05 08:39:28 $ docker rm -f 7e327826ae879a0150de0e7f40828cbeca733655f661045a53b22cfafbc16e05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:39:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:39:31 08:39:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:39:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:39:31 latest: Pulling from edgex-devops/edgex-compose 08:39:31 cbdbe7a5bc2a: Pulling fs layer 08:39:31 ca9280d653b3: Pulling fs layer 08:39:31 7e9c9ca2126c: Pulling fs layer 08:39:32 cbdbe7a5bc2a: Download complete 08:39:32 ca9280d653b3: Verifying Checksum 08:39:32 ca9280d653b3: Download complete 08:39:32 cbdbe7a5bc2a: Pull complete 08:39:34 ca9280d653b3: Pull complete 08:39:34 7e9c9ca2126c: Download complete 08:39:45 7e9c9ca2126c: Pull complete 08:39:45 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:39:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:39:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:39:45 prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container 08:39:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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:39:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:39:48 $ docker top d1808acadcf4f55de511520c4a669e171a6159aa947c727cfaaf17261cb8a56b -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:49 + docker-compose build --help 08:39:49 + grep parallel 08:39:50 --parallel Build images in parallel. [Pipeline] } 08:39:51 $ docker stop --time=1 d1808acadcf4f55de511520c4a669e171a6159aa947c727cfaaf17261cb8a56b 08:39:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:39:53 $ docker rm -f d1808acadcf4f55de511520c4a669e171a6159aa947c727cfaaf17261cb8a56b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:39:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:39:54 . [Pipeline] withDockerContainer 08:39:54 prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container 08:39:54 $ 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/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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:39:56 $ docker top 35da1d9e08f8456f756fcc83771082c67864e05dae87c43e665ea228787070ac -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:57 + docker-compose -f ./docker-compose-build.yml build --parallel 08:39:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:39:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:39:59 Building docker-core-command-go ... 08:39:59 Building docker-core-data-go ... 08:39:59 Building docker-core-metadata-go ... 08:39:59 Building docker-security-bootstrapper-go ... 08:39:59 Building docker-security-proxy-setup-go ... 08:39:59 Building docker-security-secretstore-setup-go ... 08:39:59 Building docker-support-notifications-go ... 08:39:59 Building docker-support-scheduler-go ... 08:39:59 Building docker-sys-mgmt-agent-go ... 08:39:59 Building docker-core-command-go 08:39:59 Building docker-core-data-go 08:39:59 Building docker-security-secretstore-setup-go 08:39:59 Building docker-security-proxy-setup-go 08:39:59 Building docker-core-metadata-go 08:40:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:40:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:40:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:40:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:40:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:40:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:40:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:40:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:40:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.397s coverage: 45.9% of statements 08:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.212s coverage: 19.8% of statements 08:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.272s coverage: 100.0% of statements 08:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.595s coverage: 27.1% of statements 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.156s coverage: 100.0% of statements 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.155s coverage: 100.0% of statements 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.285s coverage: 71.3% of statements 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.475s coverage: 82.9% of statements 08:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:40:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.225s coverage: 78.9% of statements 08:40:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.227s coverage: 28.6% of statements 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.217s coverage: 100.0% of statements 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.184s coverage: 100.0% of statements 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.438s coverage: 86.7% of statements 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.428s coverage: 97.5% of statements 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:40:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.246s coverage: 78.3% of statements 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:40:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:40:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.291s coverage: 93.0% of statements 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:40:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.132s coverage: 58.8% of statements 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:40:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.269s coverage: 0.9% of statements 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:40:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.149s coverage: 47.1% of statements 08:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.178s coverage: 79.5% of statements 08:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.158s coverage: 94.1% of statements 08:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.174s coverage: 96.3% of statements 08:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.183s coverage: 87.5% of statements 08:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.185s coverage: 94.4% of statements 08:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.173s coverage: 44.8% of statements 08:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.590s coverage: 81.9% of statements 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.197s coverage: 92.9% of statements 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.163s coverage: 75.5% of statements 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.194s coverage: 87.2% of statements 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.213s coverage: 84.6% of statements 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.277s coverage: 91.6% of statements 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.715s coverage: 64.4% of statements 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:41:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:41:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements 08:41:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:41:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:41:23 ---> 0f739017da9e 08:41:23 Step 3/23 : WORKDIR /edgex-go 08:41:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:41:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:41:23 ---> 0f739017da9e 08:41:23 Step 3/21 : WORKDIR /edgex-go 08:41:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:41:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:41:23 ---> 0f739017da9e 08:41:23 Step 3/23 : WORKDIR /edgex-go 08:41:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:41:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:41:23 ---> 0f739017da9e 08:41:23 Step 3/23 : WORKDIR /edgex-go 08:41:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:41:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:41:23 ---> 0f739017da9e 08:41:23 Step 3/24 : WORKDIR /edgex-go 08:41:23 ---> Running in fa31421b0dcb 08:41:23 ---> Running in ad9671fcbcc4 08:41:23 ---> Running in 5515ce9104fe 08:41:23 ---> Running in ffedcd5d0f0c 08:41:23 ---> Running in 2f0a281a50bf 08:41:23 Removing intermediate container fa31421b0dcb 08:41:23 ---> 531923604b1b 08:41:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:23 Removing intermediate container ad9671fcbcc4 08:41:23 ---> f960b2e4a7bf 08:41:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:23 Removing intermediate container 5515ce9104fe 08:41:23 ---> 03b0a540aa83 08:41:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:23 Removing intermediate container ffedcd5d0f0c 08:41:23 ---> dba85e271039 08:41:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:23 Removing intermediate container 2f0a281a50bf 08:41:23 ---> 11ed9d092404 08:41:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:23 ---> Running in 439d4b050eca 08:41:23 ---> Running in 6465478be4b7 08:41:23 ---> Running in aff85c3ab10e 08:41:23 ---> Running in 8b6334845411 08:41:23 ---> Running in f5e56ab2178a 08:41:23 Removing intermediate container 439d4b050eca 08:41:23 ---> 346584756bd9 08:41:23 Step 5/23 : RUN apk add --update --no-cache make git 08:41:23 Removing intermediate container 6465478be4b7 08:41:23 ---> 463ac990a08f 08:41:23 Step 5/24 : RUN apk add --update --no-cache make git 08:41:23 ---> Running in 9a493f502d36 08:41:23 Removing intermediate container 8b6334845411 08:41:23 ---> 53242f4c64d5 08:41:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:41:23 Removing intermediate container f5e56ab2178a 08:41:23 ---> 30dd5bc70e54 08:41:23 Step 5/23 : RUN apk add --update --no-cache make git 08:41:23 Removing intermediate container aff85c3ab10e 08:41:23 ---> 36922b7d120a 08:41:23 Step 5/21 : RUN apk add --update --no-cache make git 08:41:23 ---> Running in 9ed7b6a917cd 08:41:23 ---> Running in 7e82d5a85f61 08:41:24 ---> Running in c871db258ed9 08:41:24 ---> Running in 661a96dbb959 08:41:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements 08:41:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 08:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements 08:41:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 08:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:41:27 OK: 233 MiB in 51 packages 08:41:27 OK: 233 MiB in 51 packages 08:41:27 OK: 233 MiB in 51 packages 08:41:27 OK: 233 MiB in 51 packages 08:41:27 OK: 233 MiB in 51 packages 08:41:29 Removing intermediate container 9ed7b6a917cd 08:41:29 ---> 7ca883b89858 08:41:29 Step 6/24 : COPY go.mod . 08:41:29 Removing intermediate container 7e82d5a85f61 08:41:29 ---> 712cfb8226c5 08:41:29 Step 6/23 : COPY go.mod . 08:41:29 Removing intermediate container 9a493f502d36 08:41:29 ---> beccba30f84d 08:41:29 Step 6/23 : COPY go.mod . 08:41:29 Removing intermediate container 661a96dbb959 08:41:29 ---> 0db6d07d0a58 08:41:29 Step 6/21 : COPY go.mod . 08:41:29 Removing intermediate container c871db258ed9 08:41:29 ---> 2d5e54959da5 08:41:29 Step 6/23 : COPY go.mod . 08:41:29 ---> 88c449a73b1e 08:41:29 Step 7/24 : RUN go mod download 08:41:29 ---> a8c43d11b1d6 08:41:29 Step 7/23 : RUN go mod download 08:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.900s coverage: 69.0% of statements 08:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:41:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:41:30 ---> Running in 9fa3ebd107fa 08:41:30 ---> Running in e8374a9a90be 08:41:30 ---> ecd14a7b3754 08:41:30 Step 7/23 : RUN go mod download 08:41:30 ---> 1132404d52fd 08:41:30 Step 7/23 : RUN go mod download 08:41:30 ---> d9455a3375f5 08:41:30 Step 7/21 : RUN go mod download 08:41:30 ---> Running in d0a4d1d2b094 08:41:30 ---> Running in b112c3eede4d 08:41:30 ---> Running in 29ed059b54a5 08:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.493s coverage: 38.4% of statements 08:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements 08:41:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:41:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements 08:41:36 Removing intermediate container b112c3eede4d 08:41:36 ---> 921cf7bceb21 08:41:36 Step 8/23 : COPY . . 08:41:36 Removing intermediate container 9fa3ebd107fa 08:41:36 ---> cd24fadd4f51 08:41:36 Step 8/24 : COPY . . 08:41:36 Removing intermediate container 29ed059b54a5 08:41:36 ---> ebac5a2a8681 08:41:36 Step 8/21 : COPY . . 08:41:36 Removing intermediate container e8374a9a90be 08:41:36 ---> 080c03590adb 08:41:36 Step 8/23 : COPY . . 08:41:36 Removing intermediate container d0a4d1d2b094 08:41:36 ---> 719b2da12b63 08:41:36 Step 8/23 : COPY . . 08:41:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.470s coverage: 47.0% of statements 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:41:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:41:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.139s coverage: 100.0% of statements 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:41:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.206s coverage: 9.6% of statements 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:41:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.442s coverage: 88.6% of statements 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:41:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.457s coverage: 28.7% of statements 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.202s coverage: 100.0% of statements 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.148s coverage: 64.6% of statements 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:41:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.451s coverage: 95.6% of statements 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:41:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:41:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:41:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:41:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements 08:41:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:41:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:41:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 08:41:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements 08:41:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:41:51 GO111MODULE=on go vet ./... 08:43:28 gofmt -l . 08:43:28 [ "`gofmt -l .`" = "" ] 08:43:28 ./bin/test-go-mod-tidy.sh 08:43:28 ./bin/test-attribution-txt.sh [Pipeline] sh 08:43:28 + ls -al . 08:43:28 total 840 08:43:28 drwxrwxr-x 9 1001 1001 4096 Apr 22 08:43 . 08:43:28 drwxr-xr-x 4 root root 4096 Apr 22 08:38 .. 08:43:28 -rw-rw-r-- 1 1001 1001 11 Apr 22 08:36 .dockerignore 08:43:28 drwxrwxr-x 8 1001 1001 4096 Apr 22 08:36 .git 08:43:28 drwxrwxr-x 3 1001 1001 4096 Apr 22 08:36 .github 08:43:28 -rw-rw-r-- 1 1001 1001 818 Apr 22 08:36 .gitignore 08:43:28 -rw-rw-r-- 1 1001 1001 166 Apr 22 08:36 .sonarcloud.properties 08:43:28 -rw-rw-r-- 1 1001 1001 8609 Apr 22 08:36 Attribution.txt 08:43:28 -rw-rw-r-- 1 1001 1001 3804 Apr 22 08:36 CONTRIBUTING.md 08:43:28 -rw-rw-r-- 1 1001 1001 931 Apr 22 08:36 Dockerfile.build 08:43:28 -rw-rw-r-- 1 1001 1001 863 Apr 22 08:36 Jenkinsfile 08:43:28 -rw-rw-r-- 1 1001 1001 10775 Apr 22 08:36 LICENSE 08:43:28 -rw-rw-r-- 1 1001 1001 5774 Apr 22 08:36 Makefile 08:43:28 -rw-rw-r-- 1 1001 1001 7978 Apr 22 08:36 README.md 08:43:28 -rw-rw-r-- 1 1001 1001 6755 Apr 22 08:36 SECURITY.md 08:43:28 -rw-rw-r-- 1 1001 1001 5 Apr 22 08:33 VERSION 08:43:28 -rw-rw-r-- 1 1001 1001 4131 Apr 22 08:36 ZMQWindows.md 08:43:28 drwxrwxr-x 2 1001 1001 4096 Apr 22 08:36 bin 08:43:28 drwxrwxr-x 14 1001 1001 4096 Apr 22 08:36 cmd 08:43:28 -rw-r--r-- 1 root root 703598 Apr 22 08:41 coverage.out 08:43:28 -rw-r--r-- 1 root root 1059 Apr 22 08:43 go.mod 08:43:28 -rw-r--r-- 1 root root 22300 Apr 22 08:43 go.sum 08:43:28 drwxrwxr-x 8 1001 1001 4096 Apr 22 08:36 internal 08:43:28 drwxrwxr-x 4 1001 1001 4096 Apr 22 08:36 openapi 08:43:28 drwxrwxr-x 4 1001 1001 4096 Apr 22 08:36 snap 08:43:28 -rw-rw-r-- 1 1001 1001 168 Apr 22 08:36 version.go [Pipeline] sh 08:43:29 + '[' -e coverage.out ] 08:43:29 + chown 1001:1001 coverage.out [Pipeline] stash 08:43:29 Warning: overwriting stash ‘coverage-report’ 08:43:30 Stashed 1 file(s) [Pipeline] sh 08:43:31 + make build 08:43:31 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:43:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:43:59 ---> 516ef243b25e 08:43:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:43:59 ---> aa1e2ff576ea 08:43:59 Step 9/23 : RUN make cmd/core-command/core-command 08:43:59 ---> Running in 1edfdc33e5cf 08:43:59 ---> Running in d269d6cb666e 08:43:59 ---> 3b91d1b18921 08:43:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:43:59 ---> Running in 40471be3ac0b 08:43:59 ---> 792a8f984b7a 08:43:59 Step 9/23 : RUN make cmd/core-data/core-data 08:43:59 ---> Running in 5cfc4cfddf28 08:43:59 ---> e3cca7f0b727 08:43:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:43:59 ---> Running in 4534d6b8cf17 08:43:59 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:43:59 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:43:59 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:43:59 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:43:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:44:10 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:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:44:20 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:44:21 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:44:26 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:44:33 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:44:37 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:44:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:44:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:44:51 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:44:59 $ docker stop --time=1 9e5f2c72de9d3e3814d7658d6462e2540947c21d18494cbebf9aed5468006903 08:45:02 $ docker rm -f 9e5f2c72de9d3e3814d7658d6462e2540947c21d18494cbebf9aed5468006903 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:45:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:45:04 08:45:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:45:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:45:05 latest: Pulling from edgex-devops/edgex-compose-arm64 08:45:05 29e5d40040c1: Pulling fs layer 08:45:05 1ce36da41761: Pulling fs layer 08:45:05 25b303627fd3: Pulling fs layer 08:45:05 29e5d40040c1: Verifying Checksum 08:45:05 29e5d40040c1: Download complete 08:45:05 1ce36da41761: Verifying Checksum 08:45:05 1ce36da41761: Download complete 08:45:05 29e5d40040c1: Pull complete 08:45:07 1ce36da41761: Pull complete 08:45:07 25b303627fd3: Verifying Checksum 08:45:07 25b303627fd3: Download complete 08:45: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:45: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:45:17 25b303627fd3: Pull complete 08:45:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:45:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:45:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:45:17 prd-ubuntu18.04-docker-arm64-4c-16g-1426 does not seem to be running inside a container 08:45:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:45:21 $ docker top 0f2f70457839a35ca0bfacdd1f924d0535359ef75c313caae9794adaa8fe84b1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:45:22 + docker-compose build --help 08:45:22 + grep parallel 08:45:24 Removing intermediate container d269d6cb666e 08:45:24 ---> 07612693ecb3 08:45:24 08:45:24 Step 10/23 : FROM alpine:3.12 08:45:24 3.12: Pulling from library/alpine 08:45:24 Removing intermediate container 1edfdc33e5cf 08:45:24 ---> 0decae04b5eb 08:45:24 08:45:24 Step 10/21 : FROM alpine:3.12 08:45:24 3.12: Pulling from library/alpine 08:45:24 Removing intermediate container 4534d6b8cf17 08:45:24 ---> aa85aea3ed9b 08:45:24 08:45:24 Step 10/24 : FROM alpine:3.12 08:45:24 3.12: Pulling from library/alpine 08:45:25 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:45:25 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:45:25 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:45:25 Status: Downloaded newer image for alpine:3.12 08:45:25 ---> 13621d1b12d4 08:45:25 Step 11/21 : RUN apk add --update --no-cache curl 08:45:25 Status: Downloaded newer image for alpine:3.12 08:45:25 ---> 13621d1b12d4 08:45:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:45:25 Status: Image is up to date for alpine:3.12 08:45:25 ---> 13621d1b12d4 08:45:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:45:27 ---> Running in b831cde31e36 08:45:27 ---> Running in b8179d162cab 08:45:27 ---> Running in 3e0ddeb19cf5 08:45:27 --parallel Build images in parallel. [Pipeline] } 08:45:27 $ docker stop --time=1 0f2f70457839a35ca0bfacdd1f924d0535359ef75c313caae9794adaa8fe84b1 08:45:28 Removing intermediate container 40471be3ac0b 08:45:28 ---> 5b8a49456b5e 08:45:28 08:45:28 Step 10/23 : FROM alpine:3.12 08:45:28 ---> 13621d1b12d4 08:45:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:45:29 ---> Running in 2a8a5a779d8b 08:45:29 $ docker rm -f 0f2f70457839a35ca0bfacdd1f924d0535359ef75c313caae9794adaa8fe84b1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:45:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:45:30 . [Pipeline] withDockerContainer 08:45:30 prd-ubuntu18.04-docker-arm64-4c-16g-1426 does not seem to be running inside a container 08:45: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/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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:45:32 $ docker top d433dacd777aab385d66e8b49c82c94581a6b248f59047c5ee7f271390bb11a3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:45:33 + docker-compose -f ./docker-compose-build.yml build --parallel 08:45:33 Removing intermediate container 5cfc4cfddf28 08:45:33 ---> e370d7eab623 08:45:33 08:45:33 Step 10/23 : FROM alpine:3.12 08:45:33 ---> 13621d1b12d4 08:45:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:45:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:45:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:45:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:45:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:45:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:45:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:45:33 (1/4) Installing ca-certificates (20191127-r4) 08:45:33 ---> Running in 1ee69470744d 08:45:33 (1/6) Installing ca-certificates (20191127-r4) 08:45:33 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:45:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:45:33 (3/6) Installing libcurl (7.76.1-r0) 08:45:33 (3/4) Installing libcurl (7.76.1-r0) 08:45:33 (4/4) Installing curl (7.76.1-r0) 08:45:33 (4/6) Installing curl (7.76.1-r0) 08:45:33 (5/6) Installing dumb-init (1.2.2-r1) 08:45:33 (6/6) Installing su-exec (0.2-r1) 08:45:33 Executing busybox-1.31.1-r20.trigger 08:45:33 Executing busybox-1.31.1-r20.trigger 08:45:33 Executing ca-certificates-20191127-r4.trigger 08:45:33 Executing ca-certificates-20191127-r4.trigger 08:45:34 (1/1) Installing dumb-init (1.2.2-r1) 08:45:34 Executing busybox-1.31.1-r20.trigger 08:45:34 OK: 7 MiB in 20 packages 08:45:34 OK: 7 MiB in 18 packages 08:45:34 OK: 6 MiB in 15 packages 08:45:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:45:34 Removing intermediate container 1ee69470744d 08:45:34 ---> f6b52c275fb6 08:45:34 Step 12/23 : ENV APP_PORT=48080 08:45:34 ---> Running in 55cc701e811f 08:45:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:45:35 (1/1) Installing dumb-init (1.2.2-r1) 08:45:35 Executing busybox-1.31.1-r20.trigger 08:45:35 OK: 6 MiB in 15 packages 08:45:35 Removing intermediate container 55cc701e811f 08:45:35 ---> 74ed78fe43bc 08:45:35 Step 13/23 : EXPOSE $APP_PORT 08:45:37 ---> Running in 3a793844e19d 08:45:37 Removing intermediate container b831cde31e36 08:45:37 ---> 51087bbf5f15 08:45:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:45:37 Removing intermediate container b8179d162cab 08:45:37 ---> 3d789c506be1 08:45:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:45:37 Removing intermediate container 3e0ddeb19cf5 08:45:37 ---> 48e07e9dd5e4 08:45:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:45:37 ---> Running in ce61f157653f 08:45:37 ---> Running in 149ff97ae9f6 08:45:37 ---> Running in 973df65816fa 08:45:37 Removing intermediate container 2a8a5a779d8b 08:45:37 ---> 364335fc263e 08:45:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:45:37 Removing intermediate container 3a793844e19d 08:45:37 ---> 72c157dc9e77 08:45:37 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:37 Removing intermediate container ce61f157653f 08:45:37 ---> ba86883c709f 08:45:37 Step 13/24 : WORKDIR / 08:45:37 Removing intermediate container 149ff97ae9f6 08:45:37 ---> 4a03e420b363 08:45:37 Step 13/23 : ENV APP_PORT=48082 08:45:37 Removing intermediate container 973df65816fa 08:45:37 ---> 072006fe2b73 08:45:37 Step 13/21 : WORKDIR /edgex 08:45:37 ---> Running in aef4ba6bc579 08:45:37 ---> Running in 23a4c2138eeb 08:45:38 ---> Running in b862b1b4ffa7 08:45:38 ---> Running in b7d0f41b12bc 08:45:39 Building docker-core-command-go ... 08:45:39 Building docker-core-data-go ... 08:45:39 Building docker-core-metadata-go ... 08:45:39 Building docker-security-bootstrapper-go ... 08:45:39 Building docker-security-proxy-setup-go ... 08:45:39 Building docker-security-secretstore-setup-go ... 08:45:39 Building docker-support-notifications-go ... 08:45:39 Building docker-support-scheduler-go ... 08:45:39 Building docker-sys-mgmt-agent-go ... 08:45:39 Building docker-core-data-go 08:45:39 Building docker-support-scheduler-go 08:45:39 Building docker-support-notifications-go 08:45:39 Building docker-security-bootstrapper-go 08:45:39 Building docker-core-command-go 08:45:39 ---> Running in d8803ae4e09a 08:45:39 Removing intermediate container b7d0f41b12bc 08:45:39 ---> 053b019a8502 08:45:39 Step 14/23 : EXPOSE $APP_PORT 08:45:39 Removing intermediate container b862b1b4ffa7 08:45:39 ---> 5439736176c7 08:45:39 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:45:39 Removing intermediate container aef4ba6bc579 08:45:39 ---> 7d55a2b76038 08:45:39 Step 13/23 : ENV APP_PORT=48081 08:45:39 Removing intermediate container d8803ae4e09a 08:45:39 ---> efeffec4a379 08:45:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:45:39 ---> Running in 5acdfb8ddc08 08:45:40 ---> Running in f929319eed3a 08:45:41 Removing intermediate container 5acdfb8ddc08 08:45:41 ---> 08fdc61b9535 08:45:41 Step 15/23 : WORKDIR / 08:45:41 ---> d4e208a75c9f 08:45:41 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:45:41 ---> Running in 6f12bf157c4d 08:45:41 ---> 1ced92e29808 08:45:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:45:41 Removing intermediate container f929319eed3a 08:45:41 ---> 9730aa2ec404 08:45:41 Step 14/23 : EXPOSE $APP_PORT 08:45:41 ---> Running in 962d7575cc30 08:45:42 Removing intermediate container 6f12bf157c4d 08:45:42 ---> 2ea6159eca2d 08:45:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:45:42 ---> 91f25000e263 08:45:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:45:42 Removing intermediate container 962d7575cc30 08:45:42 ---> bf2d723acae0 08:45:42 Step 15/23 : WORKDIR / 08:45:43 Removing intermediate container 23a4c2138eeb 08:45:43 ---> 90e1f6794e38 08:45:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:45:43 ---> Running in b86b945eda35 08:45:43 ---> Running in 0afe0158480f 08:45:43 ---> 5aec711f3cbf 08:45:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:45:44 ---> c7df631aeaad 08:45:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:45:44 ---> 73e9af5bd75c 08:45:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:45:44 Removing intermediate container 0afe0158480f 08:45:44 ---> 5a49cb72db55 08:45:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:45:45 ---> 4025801064bd 08:45:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:45:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:45:45 ---> Running in bf5b05c087d8 08:45:46 ---> eba4e13cb6db 08:45:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:45:46 ---> 47c384d34e65 08:45:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:45:46 Removing intermediate container bf5b05c087d8 08:45:46 ---> 7dd572f6dce9 08:45:46 Step 18/21 : CMD ["--init=true"] 08:45:46 ---> 1dc6b240a6fa 08:45:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:45:46 (1/6) Installing dumb-init (1.2.2-r1) 08:45:47 (2/6) Installing libgcc (9.3.0-r2) 08:45:47 ---> Running in dd3134c3127e 08:45:47 (3/6) Installing libsodium (1.0.18-r0) 08:45:47 (4/6) Installing libstdc++ (9.3.0-r2) 08:45:47 ---> bb8641d20e72 08:45:47 Step 19/23 : ENTRYPOINT ["/core-command"] 08:45:47 (5/6) Installing libzmq (4.3.3-r0) 08:45:47 (6/6) Installing zeromq (4.3.3-r0) 08:45:48 Executing busybox-1.31.1-r20.trigger 08:45:48 ---> Running in 6122ea12b3d3 08:45:48 Removing intermediate container dd3134c3127e 08:45:48 ---> ddf76cde095a 08:45:48 Step 19/21 : LABEL arch=x86_64 08:45:48 OK: 8 MiB in 20 packages 08:45:48 ---> 2e0bfaeb1244 08:45:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:45:48 ---> 0052b2f4a378 08:45:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:45:48 ---> Running in 6f36df872718 08:45:48 Removing intermediate container 6122ea12b3d3 08:45:48 ---> 104081cc4996 08:45:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:45:49 ---> Running in e7b6c377345f 08:45:49 Removing intermediate container 6f36df872718 08:45:49 ---> 8249c913ff9a 08:45:49 Step 20/21 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:45:49 ---> 715e757efbb9 08:45:49 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:45:49 ---> 3b2d455c9c33 08:45:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:45:50 ---> Running in 49b3dbaa8d49 08:45:50 ---> Running in 9bcc7a9e49ee 08:45:50 ---> Running in 8b94c82ab55a 08:45:50 Removing intermediate container e7b6c377345f 08:45:50 ---> e900f78b3e71 08:45:50 Step 21/23 : LABEL arch=x86_64 08:45:50 Removing intermediate container b86b945eda35 08:45:50 ---> ab35285ab6e4 08:45:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:45:51 Removing intermediate container 9bcc7a9e49ee 08:45:51 ---> 04a42e324b87 08:45:51 Step 21/21 : LABEL version=0.0.0 08:45:51 ---> Running in 5e9fa750d35e 08:45:51 ---> Running in a4b96fc07ed9 08:45:51 Removing intermediate container 8b94c82ab55a 08:45:51 ---> b9231506e8e8 08:45:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:45:51 ---> Running in f2c61105be35 08:45:51 Removing intermediate container 5e9fa750d35e 08:45:51 ---> 1687ca944fca 08:45:51 Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:45:51 ---> 9da8303daf78 08:45:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:45:52 Removing intermediate container a4b96fc07ed9 08:45:52 ---> a90ffccdcadf 08:45:52 08:45:52 ---> Running in dee5ed01f379 08:45:53 Removing intermediate container f2c61105be35 08:45:53 ---> 9ae9ccf5d3ed 08:45:53 Step 21/23 : LABEL arch=x86_64 08:45:53 Removing intermediate container dee5ed01f379 08:45:53 ---> 0c947a52fbb0 08:45:53 Step 23/23 : LABEL version=0.0.0 08:45:53 ---> d8e53ad83a01 08:45:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:45:53 ---> Running in 4e07f3dee6ae 08:45:53 ---> Running in c5ddf522d1b2 08:45:54 Successfully built a90ffccdcadf 08:45:54 Removing intermediate container 49b3dbaa8d49 08:45:54 ---> 2a173f854ff6 08:45:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:45:54 Successfully tagged docker-security-proxy-setup-go:latest 08:45:54  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 08:45:54 Removing intermediate container 4e07f3dee6ae 08:45:54 ---> 66192c3ab5dd 08:45:54 Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:45:54 ---> f4654d661c14 08:45:54 Step 19/23 : ENTRYPOINT ["/core-data"] 08:45:54 ---> Running in d74cad240467 08:45:54 Removing intermediate container c5ddf522d1b2 08:45:54 ---> 01ff7d784bb9 08:45:54 08:45:54 ---> Running in f7f49ec1c189 08:45:54 ---> Running in 30e4c0d0fc13 08:45:55 Removing intermediate container d74cad240467 08:45:55 ---> 9c73783ef84e 08:45:55 Step 22/24 : LABEL arch=x86_64 08:45:55 Successfully built 01ff7d784bb9 08:45:55 Removing intermediate container f7f49ec1c189 08:45:55 ---> 72408fe0e3a0 08:45:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:45:55 Successfully tagged docker-core-command-go:latest 08:45:55  Building docker-core-command-go ... done Building docker-support-notifications-go 08:45:55 Removing intermediate container 30e4c0d0fc13 08:45:55 ---> 4bf004ef6257 08:45:55 Step 23/23 : LABEL version=0.0.0 08:45:55 ---> Running in 63574f02a5a0 08:45:55 ---> Running in 774dabcc9dc0 08:45:55 ---> Running in d62cf63e72a2 08:45:56 Removing intermediate container 63574f02a5a0 08:45:56 ---> d8328e56656b 08:45:56 Step 23/24 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:45:57 ---> Running in 658ae7e70b9e 08:45:57 Removing intermediate container 774dabcc9dc0 08:45:57 ---> 87729edd7bd1 08:45:57 Step 21/23 : LABEL arch=x86_64 08:45:57 Removing intermediate container d62cf63e72a2 08:45:57 ---> 51f9357bae22 08:45:57 08:45:58 ---> Running in a075d5dc4b05 08:45:59 Successfully built 51f9357bae22 08:45:59 Successfully tagged docker-core-metadata-go:latest 08:45:59  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 08:45:59 Removing intermediate container 658ae7e70b9e 08:45:59 ---> 12a71f078369 08:45:59 Step 24/24 : LABEL version=0.0.0 08:46:00 Removing intermediate container a075d5dc4b05 08:46:00 ---> 977e392d4920 08:46:00 Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:46:00 ---> Running in a213b61e3298 08:46:01 ---> Running in f13cd1b0ef54 08:46:01 Removing intermediate container a213b61e3298 08:46:01 ---> f8d0e4681448 08:46:01 08:46:02 Removing intermediate container f13cd1b0ef54 08:46:02 ---> 303fa1aaf504 08:46:02 Step 23/23 : LABEL version=0.0.0 08:46:02 Successfully built f8d0e4681448 08:46:02 Successfully tagged docker-security-secretstore-setup-go:latest 08:46:02 Building docker-sys-mgmt-agent-go 08:46:04  Building docker-security-secretstore-setup-go ... done  ---> Running in 6b3e62070624 08:46:07 Removing intermediate container 6b3e62070624 08:46:07 ---> e808b27f6480 08:46:07 08:46:10 Successfully built e808b27f6480 08:46:10 Successfully tagged docker-core-data-go:latest 08:47:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:00 ---> ad8ec718ad5e 08:47:00 Step 3/22 : WORKDIR /edgex-go 08:47:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:00 ---> ad8ec718ad5e 08:47:00 Step 3/23 : WORKDIR /edgex-go 08:47:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:00 ---> ad8ec718ad5e 08:47:00 Step 3/23 : WORKDIR /edgex-go 08:47:00 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:00 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:47:00 ---> ad8ec718ad5e 08:47:00 Step 3/31 : WORKDIR /edgex-go 08:47:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:00 ---> ad8ec718ad5e 08:47:00 Step 3/22 : WORKDIR /edgex-go 08:47:00 ---> Running in 2d5a73e81f87 08:47:00 ---> Running in 9c4e7f4eec84 08:47:00 ---> Running in 4081c12764ce 08:47:00 ---> Running in eb83cbcfe01a 08:47:00 ---> Running in 5899b11fd7ee 08:47:00 Removing intermediate container 9c4e7f4eec84 08:47:00 ---> a770e287e285 08:47:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:00 Removing intermediate container 4081c12764ce 08:47:00 ---> c124cf1d1d77 08:47:00 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:00 Removing intermediate container 2d5a73e81f87 08:47:00 ---> 577d0f07470e 08:47:00 Removing intermediate container 5899b11fd7ee 08:47:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:00 ---> fed5fb7d1c4b 08:47:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:00 Removing intermediate container eb83cbcfe01a 08:47:00 ---> a6805f61f11e 08:47:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:00 ---> Running in fb57a45a614a 08:47:00 ---> Running in 3f10bc0ee0a8 08:47:00 ---> Running in f5651a2f045f 08:47:00 ---> Running in b2e682f58481 08:47:00 ---> Running in 1bfed8a1a565 08:47:00 Removing intermediate container fb57a45a614a 08:47:00 ---> e335d29bfbec 08:47:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:47:00 ---> Running in 04ed476bce3d 08:47:00 Removing intermediate container b2e682f58481 08:47:00 ---> e3353a2c14ae 08:47:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:47:00 ---> Running in 6f784c779478 08:47:00 Removing intermediate container 1bfed8a1a565 08:47:00 ---> b7572263ead8 08:47:00 Step 5/23 : RUN apk add --update --no-cache make git 08:47:00 Removing intermediate container f5651a2f045f 08:47:00 ---> 58c1963be33b 08:47:00 Step 5/22 : RUN apk add --update --no-cache make git 08:47:00 Removing intermediate container 3f10bc0ee0a8 08:47:00 ---> 564cbd827d73 08:47:00 Step 5/31 : RUN apk add --update --no-cache make git 08:47:00 ---> Running in 3efb75fb1156 08:47:00 ---> Running in 076602d952aa 08:47:00 ---> Running in 15022e617ca7 08:47:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:02 OK: 217 MiB in 51 packages 08:47:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:03 OK: 217 MiB in 51 packages 08:47:04 OK: 217 MiB in 51 packages 08:47:04 OK: 217 MiB in 51 packages 08:47:04 Removing intermediate container 04ed476bce3d 08:47:04 ---> 2f929f8aef0b 08:47:04 Step 6/22 : COPY go.mod . 08:47:04 OK: 217 MiB in 51 packages 08:47:05 ---> eb9b8c8378b2 08:47:05 Step 7/22 : RUN go mod download 08:47:05 Removing intermediate container 6f784c779478 08:47:05 ---> 530236333829 08:47:05 Step 6/23 : COPY go.mod . 08:47:05 ---> Running in 7a9109ac0a61 08:47:05 Removing intermediate container 15022e617ca7 08:47:05 ---> efc31824cc92 08:47:05 Step 6/31 : COPY go.mod . 08:47:05 Removing intermediate container 076602d952aa 08:47:05 ---> bb448c979d17 08:47:05 Step 6/23 : COPY go.mod . 08:47:06 Removing intermediate container 3efb75fb1156 08:47:06 ---> 0c288e5f267d 08:47:06 Step 6/22 : COPY go.mod . 08:47:06 ---> 3542e7f612e3 08:47:06 Step 7/23 : RUN go mod download 08:47:06 ---> Running in 003b6ba5efa4 08:47:06 ---> e3289490086a 08:47:06 Step 7/31 : RUN go mod download 08:47:07 ---> Running in dead7addf407 08:47:07 ---> 22ac787f66e5 08:47:07 Step 7/23 : RUN go mod download 08:47:07 ---> 6ca856ee32c6 08:47:07 Step 7/22 : RUN go mod download 08:47:07 ---> Running in 8973cb050e6f 08:47:07 ---> Running in 5e863bcb5a90 08:47:10 Removing intermediate container 7a9109ac0a61 08:47:10 ---> 401aa1031de6 08:47:10 Step 8/22 : COPY . . 08:47:11 Removing intermediate container 003b6ba5efa4 08:47:11 ---> b1b58c5fce93 08:47:11 Step 8/23 : COPY . . 08:47:11 Removing intermediate container dead7addf407 08:47:11 ---> 82c8c78bf05a 08:47:11 Step 8/31 : COPY . . 08:47:13 Removing intermediate container 8973cb050e6f 08:47:13 ---> aeafcc85d562 08:47:13 Step 8/23 : COPY . . 08:47:13 Removing intermediate container 5e863bcb5a90 08:47:13 ---> 09288978f4dc 08:47:13 Step 8/22 : COPY . . 08:47:20  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:20 ---> 0f739017da9e 08:47:20 Step 3/22 : WORKDIR /edgex-go 08:47:20 ---> Using cache 08:47:20 ---> 11ed9d092404 08:47:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:20 ---> Using cache 08:47:20 ---> 30dd5bc70e54 08:47:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:47:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:20 ---> 0f739017da9e 08:47:20 Step 3/23 : WORKDIR /edgex-go 08:47:20 ---> Using cache 08:47:20 ---> 11ed9d092404 08:47:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:20 ---> Using cache 08:47:20 ---> 30dd5bc70e54 08:47:20 Step 5/23 : RUN apk add --update --no-cache make bash git 08:47:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:20 ---> 0f739017da9e 08:47:20 Step 3/22 : WORKDIR /edgex-go 08:47:20 ---> Using cache 08:47:20 ---> 11ed9d092404 08:47:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:20 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:47:20 ---> 0f739017da9e 08:47:20 Step 3/31 : WORKDIR /edgex-go 08:47:20 ---> Using cache 08:47:20 ---> 11ed9d092404 08:47:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:20 ---> Using cache 08:47:20 ---> 30dd5bc70e54 08:47:20 Step 5/31 : RUN apk add --update --no-cache make git 08:47:20 ---> Using cache 08:47:20 ---> 2d5e54959da5 08:47:20 Step 6/31 : COPY go.mod . 08:47:20 ---> Using cache 08:47:20 ---> 1132404d52fd 08:47:20 Step 7/31 : RUN go mod download 08:47:20 ---> Using cache 08:47:20 ---> 921cf7bceb21 08:47:20 Step 8/31 : COPY . . 08:47:20 ---> Using cache 08:47:20 ---> 30dd5bc70e54 08:47:20 Step 5/22 : RUN apk add --update --no-cache make git 08:47:20 ---> Using cache 08:47:20 ---> 2d5e54959da5 08:47:20 Step 6/22 : COPY go.mod . 08:47:20 ---> Using cache 08:47:20 ---> 1132404d52fd 08:47:20 Step 7/22 : RUN go mod download 08:47:20 ---> Using cache 08:47:20 ---> 921cf7bceb21 08:47:20 Step 8/22 : COPY . . 08:47:20 ---> Using cache 08:47:20 ---> aa1e2ff576ea 08:47:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:47:20 ---> Using cache 08:47:20 ---> aa1e2ff576ea 08:47:20 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:47:20 ---> Running in d0ccf659a45b 08:47:20 ---> Running in 0e1bbc51943f 08:47:20 ---> Running in cbdac579617b 08:47:20 ---> Running in 1bb6d6fa8392 08:47:24 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:47:24 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:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:24 OK: 233 MiB in 51 packages 08:47:25 OK: 233 MiB in 51 packages 08:47:28 Removing intermediate container d0ccf659a45b 08:47:28 ---> 79548cd8d696 08:47:28 Step 6/23 : COPY go.mod . 08:47:28 Removing intermediate container 0e1bbc51943f 08:47:28 ---> 0bc845eb9d9a 08:47:28 Step 6/22 : COPY go.mod . 08:47:29 ---> 5dc230379d19 08:47:29 Step 7/23 : RUN go mod download 08:47:29 ---> e9d18abc8197 08:47:29 Step 7/22 : RUN go mod download 08:47:29 ---> Running in fe6bd15bdacb 08:47:29 ---> Running in eeaabb06bc28 08:47:40 Removing intermediate container eeaabb06bc28 08:47:40 ---> 3c44ba4a3a2b 08:47:40 Step 8/22 : COPY . . 08:47:40 Removing intermediate container fe6bd15bdacb 08:47:40 ---> 54f92c54bd6b 08:47:40 Step 8/23 : COPY . . 08:47:40 ---> 821a78f03b1c 08:47:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:47:40 ---> 149506b9a171 08:47:40 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:47:40 ---> d4c40a8814ae 08:47:40 Step 9/23 : RUN make cmd/core-data/core-data 08:47:40 ---> Running in 7a16e9cbe948 08:47:40 ---> bb068e7d6267 08:47:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:47:40 ---> a3cef88ae83d 08:47:40 Step 9/23 : RUN make cmd/core-command/core-command 08:47:40 ---> Running in cf82fc093f95 08:47:40 ---> Running in 1bc827a8460e 08:47:40 ---> Running in 92d6f02e8e15 08:47:40 ---> Running in 0a9d784dd8d2 08:47:41 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:47:41 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:47:41 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:42 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:47:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:48:39 Removing intermediate container cbdac579617b 08:48:39 ---> ef215f78bb3d 08:48:39 08:48:39 Step 10/31 : FROM alpine:3.12 08:48:39 ---> 13621d1b12d4 08:48:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:48:43 ---> Running in be7802924f10 08:48:44 Removing intermediate container 1bb6d6fa8392 08:48:44 ---> c2d9ffcf96b2 08:48:44 08:48:44 Step 10/22 : FROM alpine:3.12 08:48:44 ---> 13621d1b12d4 08:48:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:48:44 ---> Using cache 08:48:44 ---> 364335fc263e 08:48:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:44 ---> Using cache 08:48:44 ---> 7d55a2b76038 08:48:44 Step 13/22 : ENV APP_PORT=48085 08:48:44 Removing intermediate container be7802924f10 08:48:44 ---> 0fce64ca3ec4 08:48:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:48:44 ---> Running in 233ca23e71e1 08:48:44 ---> Running in 3955d421a7ef 08:48:47 Removing intermediate container 233ca23e71e1 08:48:47 ---> 0c6849af1544 08:48:47 Step 14/22 : EXPOSE $APP_PORT 08:48:48 ---> Running in e6fe6190ac24 08:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:50 (1/2) Installing dumb-init (1.2.2-r1) 08:48:50 (2/2) Installing su-exec (0.2-r1) 08:48:50 Executing busybox-1.31.1-r20.trigger 08:48:50 OK: 6 MiB in 16 packages 08:48:51 Removing intermediate container e6fe6190ac24 08:48:51 ---> b7f18d4451db 08:48:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:52 ---> 6c0b61624325 08:48:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:48:56 Removing intermediate container 3955d421a7ef 08:48:56 ---> ec04ccf8fac4 08:48:56 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:48:57 ---> 5b937ec9f815 08:48:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:48:57 ---> Running in d51d79746fb2 08:48:58 ---> 1b7c1b67c3ec 08:48:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:48:58 Removing intermediate container d51d79746fb2 08:48:58 ---> 157d904d68d8 08:48:58 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:48:58 ---> f75ad861081c 08:48:58 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:48:58 ---> Running in c04a4df12f63 08:48:58 ---> Running in a1dc6407d402 08:48:58 ---> Running in a089c3284110 08:48:58 ---> d03890f5d4d5 08:48:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:48:59 ---> Running in 9e9e70fe7e00 08:48:59 Removing intermediate container a1dc6407d402 08:48:59 ---> 361e89467853 08:48:59 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:48:59 ---> Running in 55298e7a6596 08:49:00 Removing intermediate container 9e9e70fe7e00 08:49:00 ---> d4efe48ce3a3 08:49:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:00 ---> Running in 6e29cbec83a7 08:49:00 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:49:00 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:49:03 Removing intermediate container 6e29cbec83a7 08:49:03 ---> 1c4a6c898a5b 08:49:03 Step 20/22 : LABEL arch=x86_64 08:49:03 ---> Running in 270e064a374d 08:49:04 Removing intermediate container 270e064a374d 08:49:04 ---> 54d0552a9f59 08:49:04 Step 21/22 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:49:04 ---> Running in 53f06af9f41d 08:49:04 Removing intermediate container 55298e7a6596 08:49:04 ---> a93ce5d0c426 08:49:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:49:04 ---> Running in 2ae0bbea64db 08:49:04 Removing intermediate container 53f06af9f41d 08:49:04 ---> 933e7f1f5207 08:49:04 Step 22/22 : LABEL version=0.0.0 08:49:04 ---> Running in 2e9811f94def 08:49:04 Removing intermediate container 2ae0bbea64db 08:49:04 ---> d1b7897af47b 08:49:04 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:49:05 Removing intermediate container 2e9811f94def 08:49:05 ---> 53a41db6282e 08:49:05 08:49:05 ---> 1873931f344b 08:49:05 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:49:06 ---> Running in 58fc15bf2d5f 08:49:06 Successfully built 53a41db6282e 08:49:07 Successfully tagged docker-support-scheduler-go:latest 08:49:09  Building docker-support-scheduler-go ... done Removing intermediate container 58fc15bf2d5f 08:49:09 ---> f9a7d86dbb7b 08:49:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:10 ---> 5c814125ff48 08:49:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:49:13 ---> 2e6161f138fe 08:49:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:49:14 ---> fa6025c47332 08:49:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:49:15 ---> 4f3fcde25131 08:49:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:49:17 ---> 6045fda9c888 08:49:17 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:49:17 ---> Running in b861804b21f9 08:49:18 Removing intermediate container b861804b21f9 08:49:18 ---> 98c2437abe32 08:49:18 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:49:20 ---> 45c13c267262 08:49:20 Step 26/31 : RUN chmod +x /entrypoint.sh 08:49:20 ---> Running in f577faae839c 08:49:23 Removing intermediate container f577faae839c 08:49:23 ---> e1c4b556f341 08:49:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:49:24 ---> Running in 5990f8b60fdb 08:49:26 Removing intermediate container 5990f8b60fdb 08:49:26 ---> 00f726c3c538 08:49:26 Step 28/31 : CMD ["gate"] 08:49:26 ---> Running in 1fa53eb36a8f 08:49:27 Removing intermediate container 1fa53eb36a8f 08:49:27 ---> 7dc242e0e9bb 08:49:27 Step 29/31 : LABEL arch=x86_64 08:49:27 ---> Running in a1a5ecb358c3 08:49:28 Removing intermediate container a1a5ecb358c3 08:49:28 ---> 1d3c85598538 08:49:28 Step 30/31 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:49:28 ---> Running in 5d255244588d 08:49:29 Removing intermediate container 5d255244588d 08:49:29 ---> 5952fc3bbbc1 08:49:29 Step 31/31 : LABEL version=0.0.0 08:49:30 ---> Running in 6e5f011bc44a 08:49:30 Removing intermediate container 6e5f011bc44a 08:49:30 ---> 854aa04d5d47 08:49:30 08:49:30 Successfully built 854aa04d5d47 08:49:30 Successfully tagged docker-security-bootstrapper-go:latest 08:49:41  Building docker-security-bootstrapper-go ... done Removing intermediate container a089c3284110 08:49:41 ---> 2b170ab575c1 08:49:41 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:49:41 ---> Running in b5a4a77c2aa6 08:49:42 Removing intermediate container c04a4df12f63 08:49:42 ---> 7b5f0b9b8bc0 08:49:42 08:49:42 Step 10/22 : FROM alpine:3.12 08:49:42 ---> 13621d1b12d4 08:49:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:49:42 ---> Running in 670ae8f2de43 08:49:42 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:49:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:49:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:49:43 (1/2) Installing ca-certificates (20191127-r4) 08:49:43 (2/2) Installing dumb-init (1.2.2-r1) 08:49:43 Executing busybox-1.31.1-r20.trigger 08:49:43 Executing ca-certificates-20191127-r4.trigger 08:49:43 OK: 6 MiB in 16 packages 08:49:45 Removing intermediate container b5a4a77c2aa6 08:49:45 ---> c502dddf85d7 08:49:45 08:49:45 Step 11/23 : FROM docker:20.10.0 08:49:45 20.10.0: Pulling from library/docker 08:49:45 Removing intermediate container 670ae8f2de43 08:49:45 ---> fd5c59e9980a 08:49:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:49:45 ---> Running in dafac19b3b12 08:49:46 Removing intermediate container dafac19b3b12 08:49:46 ---> 0437905ae1f5 08:49:46 Step 13/22 : ENV APP_PORT=48060 08:49:46 ---> Running in 64b93e441958 08:49:46 Removing intermediate container 64b93e441958 08:49:46 ---> bc595f5866dd 08:49:46 Step 14/22 : EXPOSE $APP_PORT 08:49:46 ---> Running in 9fe3c93f2873 08:49:47 Removing intermediate container 9fe3c93f2873 08:49:47 ---> 1a607d3232bb 08:49:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:48 ---> 34d65dcf0ed9 08:49:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:49:49 ---> a9877c67edaf 08:49:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:49:49 Removing intermediate container cf82fc093f95 08:49:49 ---> b4d7889d1434 08:49:49 08:49:49 Step 10/31 : FROM alpine:3.12 08:49:49 3.12: Pulling from library/alpine 08:49:50 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:49:50 Status: Downloaded newer image for alpine:3.12 08:49:50 ---> 9852663dfa18 08:49:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:49:50 ---> 28c19f2b4417 08:49:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:49:50 ---> Running in 046fa2bb108c 08:49:51 Removing intermediate container 046fa2bb108c 08:49:51 ---> a711d10e823a 08:49:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:51 ---> Running in 550b6b6db898 08:49:51 ---> Running in c6bd66d4afe4 08:49:52 Removing intermediate container 550b6b6db898 08:49:52 ---> 6d69ee0a19ab 08:49:52 Step 20/22 : LABEL arch=x86_64 08:49:52 ---> Running in 9da3bcdf46e9 08:49:52 Removing intermediate container c6bd66d4afe4 08:49:52 ---> 42e31f0f38b0 08:49:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:49:53 ---> Running in 506ea90a372c 08:49:53 Removing intermediate container 9da3bcdf46e9 08:49:53 ---> a51203e5f60e 08:49:53 Step 21/22 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:49:53 ---> Running in e97015850f61 08:49:54 Removing intermediate container e97015850f61 08:49:54 ---> 0e71dd061005 08:49:54 Step 22/22 : LABEL version=0.0.0 08:49:54 ---> Running in efe9824ecd39 08:49:55 Removing intermediate container efe9824ecd39 08:49:55 ---> 3c533ee4f3df 08:49:55 08:49:55 Successfully built 3c533ee4f3df 08:49:55 Successfully tagged docker-support-notifications-go:latest 08:49:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:56  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:49:56 Status: Downloaded newer image for docker:20.10.0 08:49:56 ---> aefe523efa57 08:49:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:49:56 ---> Running in ba769dd57ebb 08:49:56 (1/2) Installing dumb-init (1.2.2-r1) 08:49:56 (2/2) Installing su-exec (0.2-r1) 08:49:56 Executing busybox-1.31.1-r20.trigger 08:49:56 OK: 5 MiB in 16 packages 08:49:56 Removing intermediate container ba769dd57ebb 08:49:56 ---> 0d8b5f89ff97 08:49:56 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:49:56 ---> Running in 69d1fffc4288 08:49:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:49:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:49:58 (1/39) Installing readline (8.0.4-r0) 08:49:58 (2/39) Installing bash (5.0.17-r0) 08:49:58 Executing bash-5.0.17-r0.post-install 08:49:58 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:49:58 (4/39) Installing libcurl (7.76.1-r0) 08:49:58 (5/39) Installing curl (7.76.1-r0) 08:49:58 (6/39) Installing dumb-init (1.2.2-r1) 08:49:58 (7/39) Installing libbz2 (1.0.8-r1) 08:49:58 (8/39) Installing expat (2.2.9-r1) 08:49:58 (9/39) Installing libffi (3.3-r2) 08:49:58 (10/39) Installing gdbm (1.13-r1) 08:49:58 (11/39) Installing xz-libs (5.2.5-r0) 08:49:58 (12/39) Installing sqlite-libs (3.32.1-r0) 08:49:58 (13/39) Installing python3 (3.8.8-r0) 08:49:59 Removing intermediate container 0a9d784dd8d2 08:49:59 ---> bea09e2e98d6 08:49:59 08:49:59 Step 10/23 : FROM alpine:3.12 08:49:59 ---> 9852663dfa18 08:49:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:49:59 Removing intermediate container 7a16e9cbe948 08:49:59 ---> d7d362103f10 08:49:59 08:49:59 Step 10/22 : FROM alpine:3.12 08:49:59 ---> 9852663dfa18 08:49:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:49:59 (14/39) Installing py3-appdirs (1.4.4-r1) 08:49:59 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:49:59 (16/39) Installing py3-parsing (2.4.7-r0) 08:49:59 (17/39) Installing py3-six (1.15.0-r0) 08:49:59 (18/39) Installing py3-packaging (20.4-r0) 08:49:59 (19/39) Installing py3-setuptools (47.0.0-r0) 08:49:59 (20/39) Installing py3-chardet (3.0.4-r4) 08:49:59 (21/39) Installing py3-idna (2.9-r0) 08:49:59 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:50:00 ---> Running in 137c43590a9a 08:50:00 ---> Running in a2118380c170 08:50:00 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:50:00 (24/39) Installing py3-requests (2.23.0-r0) 08:50:00 (25/39) Installing py3-msgpack (1.0.0-r0) 08:50:00 (26/39) Installing py3-lockfile (0.12.2-r3) 08:50:00 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:50:00 (28/39) Installing py3-colorama (0.4.3-r0) 08:50:00 (29/39) Installing py3-distlib (0.3.0-r0) 08:50:00 (30/39) Installing py3-distro (1.5.0-r1) 08:50:00 (31/39) Installing py3-webencodings (0.5.1-r3) 08:50:00 (32/39) Installing py3-html5lib (1.0.1-r4) 08:50:00 Removing intermediate container 506ea90a372c 08:50:00 ---> 8f60a4e1ef17 08:50:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:50:00 (33/39) Installing py3-pytoml (0.1.21-r0) 08:50:00 (34/39) Installing py3-pep517 (0.8.2-r0) 08:50:00 (35/39) Installing py3-progress (1.5-r0) 08:50:00 (36/39) Installing py3-toml (0.10.1-r0) 08:50:00 (37/39) Installing py3-retrying (1.3.3-r0) 08:50:00 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:50:00 (39/39) Installing py3-pip (20.1.1-r0) 08:50:00 Executing busybox-1.31.1-r19.trigger 08:50:00 OK: 72 MiB in 59 packages 08:50:00 ---> Running in f22f7affec87 08:50:01 Removing intermediate container f22f7affec87 08:50:01 ---> 1b4ee069c4b5 08:50:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:50:01 Removing intermediate container 92d6f02e8e15 08:50:01 ---> 311224792cc1 08:50:01 08:50:01 Step 10/22 : FROM alpine:3.12 08:50:01 ---> 9852663dfa18 08:50:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:02 ---> Running in 55ba622e9bca 08:50:02 ---> Running in e9d4f177202d 08:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:03 Removing intermediate container 55ba622e9bca 08:50:03 ---> a8132dee3496 08:50:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:50:03 (1/1) Installing dumb-init (1.2.2-r1) 08:50:03 Executing busybox-1.31.1-r20.trigger 08:50:03 OK: 5 MiB in 15 packages 08:50:03 (1/2) Installing ca-certificates (20191127-r4) 08:50:03 (2/2) Installing dumb-init (1.2.2-r1) 08:50:03 Executing busybox-1.31.1-r20.trigger 08:50:03 Executing ca-certificates-20191127-r4.trigger 08:50:03 ---> Running in fca985690f54 08:50:03 OK: 6 MiB in 16 packages 08:50:03 Collecting docker-compose==1.23.2 08:50:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:50:03 Collecting docopt<0.7,>=0.6.1 08:50:03 Downloading docopt-0.6.2.tar.gz (25 kB) 08:50:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:04 Collecting texttable<0.10,>=0.9.0 08:50:04 Downloading texttable-0.9.1.tar.gz (11 kB) 08:50:05 (1/1) Installing dumb-init (1.2.2-r1) 08:50:05 Executing busybox-1.31.1-r20.trigger 08:50:05 OK: 5 MiB in 15 packages 08:50:05 Collecting dockerpty<0.5,>=0.4.1 08:50:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:50:05 Removing intermediate container a2118380c170 08:50:05 ---> 552adac2da66 08:50:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:50:06 ---> Running in 1858fd303e2c 08:50:06 Collecting websocket-client<1.0,>=0.32.0 08:50:06 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:50:06 Collecting cached-property<2,>=1.2.0 08:50:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:50:06 Removing intermediate container 137c43590a9a 08:50:06 ---> 63f424a731dc 08:50:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:50:06 Collecting jsonschema<3,>=2.5.1 08:50:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:50:06 ---> Running in d6323256796e 08:50:06 Removing intermediate container 1858fd303e2c 08:50:06 ---> 36225468602f 08:50:06 Step 13/23 : ENV APP_PORT=48082 08:50:07 Collecting docker<4.0,>=3.6.0 08:50:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:50:07 ---> Running in 072403c56459 08:50:07 Removing intermediate container fca985690f54 08:50:07 ---> 330f88b8c4d6 08:50:07 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:50:07 Removing intermediate container e9d4f177202d 08:50:07 ---> 482eea72ea45 08:50:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:50:07 ---> Running in 73d99710124f 08:50:07 Removing intermediate container d6323256796e 08:50:07 ---> c08795f78244 08:50:07 Step 13/22 : ENV APP_PORT=48060 08:50:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:50:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:50:07 ---> Running in 32251f544372 08:50:07 ---> Running in 56b53a9bcd61 08:50:07 Collecting PyYAML<4,>=3.10 08:50:07 Downloading PyYAML-3.13.tar.gz (270 kB) 08:50:08 Removing intermediate container 072403c56459 08:50:08 ---> bd1eb3b329ac 08:50:08 Step 14/23 : EXPOSE $APP_PORT 08:50:08 ---> Running in 8d69b2d9e240 08:50:08 Removing intermediate container 73d99710124f 08:50:08 ---> a5ab00ae0ea2 08:50:08 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:50:08 Removing intermediate container 32251f544372 08:50:08 ---> 346fbd4b78e0 08:50:08 Step 13/22 : ENV APP_PORT=48085 08:50:08 Removing intermediate container 56b53a9bcd61 08:50:08 ---> 3013ac818e77 08:50:08 Step 14/22 : EXPOSE $APP_PORT 08:50:08 ---> Running in de04bc76436f 08:50:08 ---> Running in 12517de4c940 08:50:08 Removing intermediate container 8d69b2d9e240 08:50:08 ---> 7f7ff5c67e64 08:50:08 Step 15/23 : WORKDIR / 08:50:09 ---> Running in 72ea0ee561ec 08:50:09 ---> 14250e282e3d 08:50:09 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:50:09 Removing intermediate container de04bc76436f 08:50:09 ---> fb54710783be 08:50:09 Step 14/22 : EXPOSE $APP_PORT 08:50:09 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:50:09 ---> Running in 3e07c43c9b37 08:50:09 ---> Running in ab0facf1310f 08:50:09 Removing intermediate container 12517de4c940 08:50:09 ---> 53d0b49b4a34 08:50:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:09 Collecting docker-pycreds>=0.4.0 08:50:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:50: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) 08:50:09 Collecting urllib3<1.25,>=1.21.1 08:50:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:50:10 Removing intermediate container 72ea0ee561ec 08:50:10 ---> 8e4a4ffa22ca 08:50:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:10 Collecting idna<2.8,>=2.5 08:50:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:50:10 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:50:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:50:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:50:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:50:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:50:10 Installing collected packages: docopt, texttable, dockerpty, websocket-client, cached-property, jsonschema, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docker-compose 08:50:10 Running setup.py install for docopt: started 08:50:10 Removing intermediate container ab0facf1310f 08:50:10 ---> 469dad08b65e 08:50:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:11 ---> cee8b5f67a44 08:50:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:50:11 Running setup.py install for docopt: finished with status 'done' 08:50:11 Running setup.py install for texttable: started 08:50:11 ---> 3d691bf3a4e3 08:50:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:50:12 Running setup.py install for texttable: finished with status 'done' 08:50:12 Running setup.py install for dockerpty: started 08:50:12 ---> 46ef4b828d68 08:50:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:50:12 Running setup.py install for dockerpty: finished with status 'done' 08:50:13 Attempting uninstall: urllib3 08:50:13 Found existing installation: urllib3 1.25.9 08:50:13 Uninstalling urllib3-1.25.9: 08:50:13 Successfully uninstalled urllib3-1.25.9 08:50:13 Attempting uninstall: idna 08:50:13 Found existing installation: idna 2.9 08:50:13 Uninstalling idna-2.9: 08:50:13 Successfully uninstalled idna-2.9 08:50:13 Attempting uninstall: requests 08:50:13 Found existing installation: requests 2.23.0 08:50:13 Uninstalling requests-2.23.0: 08:50:13 Successfully uninstalled requests-2.23.0 08:50:14 ---> 8aa51cd4e78a 08:50:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:50:14 Removing intermediate container 3e07c43c9b37 08:50:14 ---> 6e4c83bd3ad7 08:50:14 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:14 ---> 134a4fd484dc 08:50:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:50:14 Running setup.py install for PyYAML: started 08:50:14 ---> 6d0e62c92a7f 08:50:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:50:15 ---> c5eb3e727a42 08:50:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:50:15 ---> Running in 2a6e4f85041e 08:50:15 ---> 4a4a4a3b200c 08:50:15 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:50:15 ---> 654adc950982 08:50:15 Step 19/23 : ENTRYPOINT ["/core-command"] 08:50:15 ---> Running in 839982d9034f 08:50:15 Running setup.py install for PyYAML: finished with status 'done' 08:50:16 ---> 76a1d6e82dd7 08:50:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:50:16 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:50:16 Removing intermediate container 2a6e4f85041e 08:50:16 ---> 525af1cb5f89 08:50:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:16 Removing intermediate container 1bc827a8460e 08:50:16 ---> 74f025fcb779 08:50:16 08:50:16 Step 10/23 : FROM alpine:3.12 08:50:16 ---> 9852663dfa18 08:50:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:50:17 ---> Running in e83d889412ef 08:50:17 ---> Running in 473f5ea68dad 08:50:17 ---> Running in 5cbc3486b597 08:50:17 Removing intermediate container 839982d9034f 08:50:17 ---> 02ca11e5149a 08:50:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:17 ---> c16db46c166f 08:50:17 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:50:17 ---> Running in 3279da7d6955 08:50:17 Removing intermediate container e83d889412ef 08:50:17 ---> 5b26d0f0b36c 08:50:17 Removing intermediate container 473f5ea68dad 08:50:17 Step 12/23 : ENV APP_PORT=48080 08:50:17 ---> 98f21724f685 08:50:17 Step 20/22 : LABEL arch=arm64 08:50:17 Removing intermediate container 5cbc3486b597 08:50:17 ---> f0f2570410c8 08:50:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:18 Removing intermediate container 3279da7d6955 08:50:18 ---> 6c3e282de8c8 08:50:18 Step 21/23 : LABEL arch=arm64 08:50:18 ---> Running in 3c2e696814d1 08:50:18 ---> Running in 1aed16e217a1 08:50:18 ---> Running in f64f7b9b2a49 08:50:18 ---> Running in 259b6d704ee7 08:50:18 ---> 1001b04e4802 08:50:18 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:50:18 Removing intermediate container 3c2e696814d1 08:50:18 ---> 9a619a38a73b 08:50:18 Step 13/23 : EXPOSE $APP_PORT 08:50:18 Removing intermediate container 1aed16e217a1 08:50:18 ---> 5e728fb3916e 08:50:18 Step 21/22 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:50:18 ---> Running in f6d6b793a754 08:50:18 ---> Running in 85780fb2b7d9 08:50:18 Removing intermediate container f64f7b9b2a49 08:50:18 ---> 8ead79f75bfe 08:50:18 Removing intermediate container 259b6d704ee7 08:50:18 Step 20/22 : LABEL arch=arm64 ---> 974fab6cc434 08:50:18 Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:50:18 08:50:19 ---> 83806680eabb 08:50:19 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:50:19 ---> Running in 0df7892f92e2 08:50:19 ---> Running in 7b31265d9b58 08:50:19 Removing intermediate container f6d6b793a754 08:50:19 ---> 6d2fa34b0f34 08:50:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:19 Removing intermediate container 85780fb2b7d9 08:50:19 ---> 3cafffbdf4a3 08:50:19 Step 22/22 : LABEL version=0.0.0 08:50:19 ---> Running in 7d6f5a555372 08:50:19 ---> Running in dfa61f685e31 08:50:19 Removing intermediate container 0df7892f92e2 08:50:19 ---> fb68ea3bc20a 08:50:19 Step 21/22 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:50:19 Removing intermediate container 7b31265d9b58 08:50:19 ---> 9ef91bb8d1c6 08:50:19 Step 23/23 : LABEL version=0.0.0 08:50:20 ---> Running in a1f833cfb9ae 08:50:20 ---> Running in 74b75fd4f6da 08:50:20 ---> 60dc300cc3ea 08:50:20 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:50:20 ---> Running in f70cf00728ea 08:50:20 Removing intermediate container dfa61f685e31 08:50:20 ---> 0ab417402993 08:50:20 08:50:21 Removing intermediate container a1f833cfb9ae 08:50:21 ---> 38b3a643ad51 08:50:21 Step 22/22 : LABEL version=0.0.0 08:50:21 Successfully built 0ab417402993 08:50:21 Successfully tagged docker-support-notifications-go-arm64:latest 08:50:21 Building docker-security-secretstore-setup-go 08:50:21  Building docker-support-notifications-go ... done Removing intermediate container 74b75fd4f6da 08:50:21 ---> af68e62f9471 08:50:21 08:50:21 ---> Running in 486b55f46980 08:50:21 Removing intermediate container f70cf00728ea 08:50:21 ---> e162e99e97c6 08:50:21 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:50:22 Successfully built af68e62f9471 08:50:22 Successfully tagged docker-core-command-go-arm64:latest 08:50:22  Building docker-core-command-go ... done Building docker-core-metadata-go 08:50:22 Removing intermediate container 486b55f46980 08:50:22 ---> b16733c1aa8b 08:50:22 08:50:22 ---> 48070cf73838 08:50:22 Step 26/31 : RUN chmod +x /entrypoint.sh 08:50:22 Removing intermediate container 7d6f5a555372 08:50:22 ---> c89f0947b993 08:50:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:50:22 Successfully built b16733c1aa8b 08:50:22 Successfully tagged docker-support-scheduler-go-arm64:latest 08:50:22  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 08:50:23 ---> Running in 9a82fd98f47e 08:50:23 ---> Running in f7e058888b69 08:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:26 (1/6) Installing dumb-init (1.2.2-r1) 08:50:26 Removing intermediate container f7e058888b69 08:50:26 ---> d2d62a265a45 08:50:26 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:50:26 (2/6) Installing libgcc (9.3.0-r2) 08:50:26 (3/6) Installing libsodium (1.0.18-r0) 08:50:26 (4/6) Installing libstdc++ (9.3.0-r2) 08:50:26 (5/6) Installing libzmq (4.3.3-r0) 08:50:26 (6/6) Installing zeromq (4.3.3-r0) 08:50:26 Executing busybox-1.31.1-r20.trigger 08:50:26 OK: 8 MiB in 20 packages 08:50:27 ---> Running in a06f99655b96 08:50:28 Removing intermediate container 69d1fffc4288 08:50:28 ---> 0e78a983c6af 08:50:28 Step 14/23 : ENV APP_PORT=48090 08:50:28 ---> Running in 4060bc36e03e 08:50:28 Removing intermediate container 4060bc36e03e 08:50:28 ---> 5796ec400801 08:50:28 Step 15/23 : EXPOSE $APP_PORT 08:50:28 ---> Running in 6b255af6d54f 08:50:28 Removing intermediate container 6b255af6d54f 08:50:28 ---> 9ac51e5b86ec 08:50:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:50:29 ---> ad1cde5b611e 08:50:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:50:29 Removing intermediate container a06f99655b96 08:50:29 ---> 24a3db2d547f 08:50:29 Step 28/31 : CMD ["gate"] 08:50:29 ---> ada6c277d2b7 08:50:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:50:30 Removing intermediate container 9a82fd98f47e 08:50:30 ---> 956f1f6c5c54 08:50:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:30 ---> 5d5828bcab8a 08:50:30 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:50:30 ---> Running in 28b4302a06fd 08:50:30 ---> Running in 533b7160aa94 08:50:30 Removing intermediate container 28b4302a06fd 08:50:30 ---> de85a0ad4cd5 08:50:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:30 ---> Running in ad23a19c6c15 08:50:30 ---> 03a3965bef3a 08:50:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:50:31 Removing intermediate container 533b7160aa94 08:50:31 ---> 2328d1e7ae3e 08:50:31 Step 29/31 : LABEL arch=arm64 08:50:31 Removing intermediate container ad23a19c6c15 08:50:31 ---> 6a45ddecb80c 08:50:31 Step 21/23 : LABEL arch=x86_64 08:50:31 ---> Running in 4ab09127e78f 08:50:31 ---> Running in e72ac843fa52 08:50:31 Removing intermediate container 4ab09127e78f 08:50:31 ---> 40c3c96b9e2e 08:50:31 Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:50:32 ---> 225e3f25737b 08:50:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:50:32 Removing intermediate container e72ac843fa52 08:50:32 ---> e5ffb187318b 08:50:32 Step 30/31 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:50:33 ---> Running in 296ee5829e53 08:50:33 ---> Running in fc594e6ef116 08:50:33 Removing intermediate container fc594e6ef116 08:50:33 ---> 0341a5246086 08:50:33 Step 23/23 : LABEL version=0.0.0 08:50:33 ---> Running in cc60a5e5fe42 08:50:33 Removing intermediate container cc60a5e5fe42 08:50:33 ---> 96646c7bf15e 08:50:33 08:50:33 ---> 76a3fc972514 08:50:33 Step 19/23 : ENTRYPOINT ["/core-data"] 08:50:33 Successfully built 96646c7bf15e 08:50:33 Successfully tagged docker-sys-mgmt-agent-go:latest 08:50:34  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:50:34 $ docker stop --time=1 35da1d9e08f8456f756fcc83771082c67864e05dae87c43e665ea228787070ac 08:50:34 Removing intermediate container 296ee5829e53 08:50:34 ---> 2a48676074f7 08:50:34 Step 31/31 : LABEL version=0.0.0 08:50:34 ---> Running in 07d15f14b72d 08:50:35 ---> Running in ed749f7b83e0 08:50:35 Removing intermediate container 07d15f14b72d 08:50:35 ---> a3c779b0a705 08:50:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:36 ---> Running in b0911c81eeef 08:50:37 Removing intermediate container ed749f7b83e0 08:50:37 ---> 7ac56d7ce531 08:50:37 08:50:37 $ docker rm -f 35da1d9e08f8456f756fcc83771082c67864e05dae87c43e665ea228787070ac 08:50:37 Removing intermediate container b0911c81eeef 08:50:37 ---> 7139f2d3fa22 08:50:37 Step 21/23 : LABEL arch=arm64 [Pipeline] // withDockerContainer 08:50:37 Successfully built 7ac56d7ce531 08:50:37 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:50:37  Building docker-security-bootstrapper-go ... done Building docker-sys-mgmt-agent-go 08:50:37 ---> Running in 390c1b1fd3db [Pipeline] sh 08:50:38 + docker images 08:50:38 + grep docker 08:50:38 Removing intermediate container 390c1b1fd3db 08:50:38 ---> b6fabf2a01a7 08:50:38 Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:50:38 ---> Running in ace1c0cf4cc9 08:50:38 Removing intermediate container ace1c0cf4cc9 08:50:38 ---> 69a5649bf7c8 08:50:38 Step 23/23 : LABEL version=0.0.0 08:50:38 ---> Running in 912d366cffc1 08:50:39 docker-sys-mgmt-agent-go latest 96646c7bf15e 5 seconds ago 312MB 08:50:39 docker-support-notifications-go latest 3c533ee4f3df 44 seconds ago 18.2MB 08:50:39 docker-security-bootstrapper-go latest 854aa04d5d47 About a minute ago 19.3MB 08:50:39 docker-support-scheduler-go latest 53a41db6282e About a minute ago 17.7MB 08:50:39 docker-core-data-go latest e808b27f6480 4 minutes ago 22.9MB 08:50:39 docker-security-secretstore-setup-go latest f8d0e4681448 4 minutes ago 26.3MB 08:50:39 docker-core-metadata-go latest 51f9357bae22 4 minutes ago 19.2MB 08:50:39 docker-core-command-go latest 01ff7d784bb9 4 minutes ago 17.5MB 08:50:39 docker-security-proxy-setup-go latest a90ffccdcadf 4 minutes ago 26MB 08:50:39 docker 20.10.0 aefe523efa57 4 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 08:50:39 Removing intermediate container 912d366cffc1 08:50:39 ---> f7c0b6514bd7 08:50:39 [Pipeline] node 08:50:39 Successfully built f7c0b6514bd7 08:50:39 Successfully tagged docker-core-data-go-arm64:latest 08:50:54 Still waiting to schedule task 08:50:54 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-1428’ 08:51:18  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:51:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:51:18 ---> ad8ec718ad5e 08:51:18 Step 3/21 : WORKDIR /edgex-go 08:51:18 ---> Using cache 08:51:18 ---> a6805f61f11e 08:51:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:51:18 ---> Using cache 08:51:18 ---> e3353a2c14ae 08:51:18 Step 5/21 : RUN apk add --update --no-cache make git 08:51:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:51:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:51:18 ---> ad8ec718ad5e 08:51:18 Step 3/24 : WORKDIR /edgex-go 08:51:18 ---> Using cache 08:51:18 ---> a6805f61f11e 08:51:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:51:18 ---> Using cache 08:51:18 ---> e3353a2c14ae 08:51:18 Step 5/24 : RUN apk add --update --no-cache make git 08:51:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:51:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:51:18 ---> ad8ec718ad5e 08:51:18 Step 3/23 : WORKDIR /edgex-go 08:51:18 ---> Using cache 08:51:18 ---> a6805f61f11e 08:51:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:51:18 ---> Using cache 08:51:18 ---> e3353a2c14ae 08:51:18 Step 5/23 : RUN apk add --update --no-cache make git 08:51:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:51:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:51:19 ---> ad8ec718ad5e 08:51:19 Step 3/23 : WORKDIR /edgex-go 08:51:19 ---> Using cache 08:51:19 ---> a6805f61f11e 08:51:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:51:19 ---> Using cache 08:51:19 ---> e3353a2c14ae 08:51:19 Step 5/23 : RUN apk add --update --no-cache make bash git 08:51:22 ---> Running in f9bb19c3c805 08:51:22 ---> Running in 84a1168ac624 08:51:22 ---> Running in 3befbda40941 08:51:22 ---> Running in 9d558defff17 08:51:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:25 OK: 217 MiB in 51 packages 08:51:25 OK: 217 MiB in 51 packages 08:51:26 OK: 217 MiB in 51 packages 08:51:26 OK: 217 MiB in 51 packages 08:51:27 Removing intermediate container f9bb19c3c805 08:51:27 ---> ffe6f62df74a 08:51:27 Step 6/21 : COPY go.mod . 08:51:27 Removing intermediate container 84a1168ac624 08:51:27 ---> 116cf40c0544 08:51:27 Step 6/23 : COPY go.mod . 08:51:27 Removing intermediate container 3befbda40941 08:51:27 ---> 13f1bcd2ff69 08:51:27 Step 6/23 : COPY go.mod . 08:51:28 Removing intermediate container 9d558defff17 08:51:28 ---> 65d239e3d0ff 08:51:28 Step 6/24 : COPY go.mod . 08:51:28 ---> 859e9be301da 08:51:28 Step 7/21 : RUN go mod download 08:51:28 ---> Running in b18499744645 08:51:28 ---> c378cb3ccbb2 08:51:28 Step 7/23 : RUN go mod download 08:51:28 ---> ca88dc90974f 08:51:28 Step 7/23 : RUN go mod download 08:51:28 ---> Running in a358b216faa2 08:51:29 ---> cc4cdbab3ae4 08:51:29 Step 7/24 : RUN go mod download 08:51:29 ---> Running in e32e604a0eb6 08:51:29 ---> Running in 99aa9a6ace84 08:51:32 Removing intermediate container b18499744645 08:51:32 ---> bc887b718d99 08:51:32 Step 8/21 : COPY . . 08:51:33 Removing intermediate container a358b216faa2 08:51:33 ---> e9ca6bdcf188 08:51:33 Step 8/23 : COPY . . 08:51:33 Removing intermediate container 99aa9a6ace84 08:51:33 Removing intermediate container e32e604a0eb6 08:51:33 ---> 07f2eadaf01f 08:51:33 Step 8/23 : COPY . . 08:51:33 ---> 9e4846cd405b 08:51:33 Step 8/24 : COPY . . 08:51:55 ---> 44feb787a639 08:51:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:51:55 ---> 802731c2a6e7 08:51:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:51:55 ---> e7f93102a261 08:51:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:51:55 ---> 1e790a39d45c 08:51:55 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:51:55 ---> Running in 7815eb6b7b54 08:51:55 ---> Running in 072981f6d73b 08:51:55 ---> Running in 34777027b545 08:51:55 ---> Running in 69535b82064c 08:51:56 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:51:56 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:51:56 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:51:57 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:53:10 Running on prd-ubuntu18.04-docker-8c-8g-1429 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 08:53:10 Running in /w/workspace/edgex-go/105 [Pipeline] { [Pipeline] checkout 08:53:12 using credential edgex-jenkins-ssh 08:53:12 Cloning the remote Git repository 08:53:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:53:13 > git init /w/workspace/edgex-go/105 # timeout=10 08:53:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:53:13 > git --version # timeout=10 08:53:13 > git --version # 'git version 2.17.1' 08:53:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:53:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:53:19 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:53:19 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:53:20 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 08:53:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:53:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:53:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:53:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:53:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:53:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:53:20 > git config core.sparsecheckout # timeout=10 08:53:20 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 08:53:20 > git remote # timeout=10 08:53:20 > git config --get remote.origin.url # timeout=10 08:53:20 using GIT_SSH to set credentials SSH Credentials for GitHub 08:53:20 > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 08:53:20 Merge succeeded, producing d1bf4757c47fccef863400aed7233043e51d2dab 08:53:20 Checking out Revision d1bf4757c47fccef863400aed7233043e51d2dab (PR-2858) 08:53:20 > git rev-parse HEAD^{commit} # timeout=10 08:53:20 > git config core.sparsecheckout # timeout=10 08:53:20 > git checkout -f d1bf4757c47fccef863400aed7233043e51d2dab # timeout=10 08:53:24 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" 08:53:24 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:53:24 > git rev-list --no-walk d5c8082ff87c77a102a92da02ce2b20fd9007983 # timeout=10 08:53:25 + echo snap-build.sh 08:53:25 snap-build.sh 08:53:25 + SNAP_BASE_DIR=. 08:53:25 + '[' '!' -z /w/workspace/edgex-go/105 ']' 08:53:25 + SNAP_BASE_DIR=/w/workspace/edgex-go/105 08:53:25 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/105]' 08:53:25 [snap-build] Building snap in dir [/w/workspace/edgex-go/105] 08:53:25 + cd /w/workspace/edgex-go/105 08:53:25 + sudo apt-get remove -qy --purge lxd lxd-client 08:53:25 Reading package lists... 08:53:25 Building dependency tree... 08:53:25 Reading state information... 08:53:25 The following packages were automatically installed and are no longer required: 08:53:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:53:25 uidmap xdelta3 08:53:25 Use 'sudo apt autoremove' to remove them. 08:53:25 The following packages will be REMOVED: 08:53:25 lxd* lxd-client* 08:53:26 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:53:26 After this operation, 31.7 MB disk space will be freed. 08:53:27 (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.) 08:53:27 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:53:28 Removing lxd dnsmasq configuration 08:53:28 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:53:28 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:53:29 Removing intermediate container 34777027b545 08:53:29 ---> f67559b101d4 08:53:29 08:53:29 Step 10/24 : FROM alpine:3.12 08:53:29 ---> 9852663dfa18 08:53:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:53:29 Removing intermediate container 7815eb6b7b54 08:53:29 ---> af244b03e1b0 08:53:29 08:53:29 Step 10/21 : FROM alpine:3.12 08:53:29 ---> 9852663dfa18 08:53:29 Step 11/21 : RUN apk add --update --no-cache curl 08:53:29 Removing intermediate container 69535b82064c 08:53:29 ---> 052aa54a3317 08:53:29 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:53:29 ---> Running in c296d2218ada 08:53:29 ---> Running in e7e0c80febaf 08:53:29 ---> Running in b29a28225c82 08:53:29 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:53:29 (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.) 08:53:29 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:53:30 Processing triggers for systemd (237-3ubuntu10.42) ... 08:53:31 Processing triggers for ureadahead (0.100.0-21) ... 08:53:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:53:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:53:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:53:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:53:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:53:31 (1/6) Installing ca-certificates (20191127-r4) 08:53:31 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:53:31 (1/4) Installing ca-certificates (20191127-r4) 08:53:31 (3/6) Installing libcurl (7.76.1-r0) 08:53:31 (4/6) Installing curl (7.76.1-r0) 08:53:31 (5/6) Installing dumb-init (1.2.2-r1) 08:53:31 (6/6) Installing su-exec (0.2-r1) 08:53:31 Executing busybox-1.31.1-r20.trigger 08:53:31 Executing ca-certificates-20191127-r4.trigger 08:53:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:53:31 (3/4) Installing libcurl (7.76.1-r0) 08:53:31 (4/4) Installing curl (7.76.1-r0) 08:53:31 Executing busybox-1.31.1-r20.trigger 08:53:31 Executing ca-certificates-20191127-r4.trigger 08:53:32 OK: 7 MiB in 20 packages 08:53:32 OK: 7 MiB in 18 packages 08:53:33 + sudo snap remove --purge lxd 08:53:33 snap "lxd" is not installed 08:53:33 + sudo groupadd --force --system lxd 08:53:33 ++ whoami 08:53:33 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:53:33 + newgrp - lxd 08:53:33 + sudo snap install lxd 08:53:34 Removing intermediate container e7e0c80febaf 08:53:34 ---> 854eec58b455 08:53:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:53:35 Removing intermediate container c296d2218ada 08:53:35 ---> 72563ffc6126 08:53:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:53:35 ---> Running in 559ea16beee7 08:53:35 Removing intermediate container b29a28225c82 08:53:35 ---> 47cf02c4413d 08:53:35 08:53:35 Step 11/23 : FROM docker:20.10.0 08:53:35 20.10.0: Pulling from library/docker 08:53:35 ---> Running in 0c84132b1210 08:53:36 Removing intermediate container 559ea16beee7 08:53:36 ---> b11308cd835a 08:53:36 Step 13/24 : WORKDIR / 08:53:36 Removing intermediate container 0c84132b1210 08:53:36 ---> 82b670922f21 08:53:36 Step 13/21 : WORKDIR /edgex 08:53:37 ---> Running in 2e3e26753779 08:53:37 ---> Running in e3c58e40b562 08:53:37 Removing intermediate container 072981f6d73b 08:53:37 ---> 9b1f170fd609 08:53:37 08:53:37 Step 10/23 : FROM alpine:3.12 08:53:37 ---> 9852663dfa18 08:53:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:53:37 ---> Using cache 08:53:37 ---> 482eea72ea45 08:53:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:53:37 ---> Using cache 08:53:37 ---> 346fbd4b78e0 08:53:37 Step 13/23 : ENV APP_PORT=48081 08:53:38 Removing intermediate container 2e3e26753779 08:53:38 ---> 9cd597d972fc 08:53:38 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:53:38 ---> Running in bd101c904323 08:53:38 Removing intermediate container e3c58e40b562 08:53:38 ---> f4d24e5a4153 08:53:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:53:39 Removing intermediate container bd101c904323 08:53:39 ---> 1e84ce07747e 08:53:39 Step 14/23 : EXPOSE $APP_PORT 08:53:39 ---> fbb925882fb6 08:53:39 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:53:39 ---> Running in 386c7bb2525c 08:53:39 ---> 75f9af620fea 08:53:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:53:39 Removing intermediate container 386c7bb2525c 08:53:39 ---> f027ce5ac131 08:53:39 Step 15/23 : WORKDIR / 08:53:40 ---> Running in cca5b35f37c5 08:53:40 ---> 2d89e68d60e6 08:53:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:53:41 ---> d7359ee9d76e 08:53:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:53:41 Removing intermediate container cca5b35f37c5 08:53:41 ---> b2bf4bba96a9 08:53:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:53:42 ---> 914b09e0f965 08:53:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:53:43 2021-04-22T08:53:40Z INFO Waiting for automatic snapd restart... 08:53:43 ---> 4e41ce9bc2ec 08:53:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:53:43 ---> 10b49f53d41a 08:53:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:53:43 ---> b3d2ae10d6f2 08:53:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:53:44 ---> Running in e8926ab3f4f3 08:53:45 Removing intermediate container e8926ab3f4f3 08:53:45 ---> a09888ad6673 08:53:45 Step 18/21 : CMD ["--init=true"] 08:53:46 ---> 42233bbb49be 08:53:46 ---> 02c0c5172a70 08:53:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:53:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:53:46 ---> Running in d8bcf4e0247a 08:53:46 Removing intermediate container d8bcf4e0247a 08:53:46 ---> 2c661ba3cc72 08:53:46 Step 19/21 : LABEL arch=arm64 08:53:46 ---> 9407f95d67d1 08:53:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:53:46 ---> 7f82b0b201e1 08:53:46 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:53:46 ---> Running in 397c84435b03 08:53:47 ---> Running in 8bbf33288268 08:53:47 ---> Running in 5f8619505605 08:53:47 Removing intermediate container 397c84435b03 08:53:47 ---> 6156e28b781d 08:53:47 Step 20/21 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:53:47 Removing intermediate container 5f8619505605 08:53:47 ---> a1c97e06162e 08:53:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:53:47 ---> Running in a2fdef6c4bf0 08:53:47 Status: Downloaded newer image for docker:20.10.0 08:53:47 ---> eeaf43b92773 08:53:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:53:48 ---> Running in 084797fe5d00 08:53:48 ---> Running in a53ab7ae70ef 08:53:48 Removing intermediate container a2fdef6c4bf0 08:53:48 ---> 4a5e0a8eff22 08:53:48 Step 21/21 : LABEL version=0.0.0 08:53:48 Removing intermediate container 084797fe5d00 08:53:48 ---> b3ec850375d0 08:53:48 Step 21/23 : LABEL arch=arm64 08:53:48 Removing intermediate container a53ab7ae70ef 08:53:48 ---> adf8411a8cf8 08:53:48 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:53:48 ---> Running in 5ba8613b4b33 08:53:49 ---> Running in 6f7a67add3c2 08:53:49 ---> Running in d93184a66ed2 08:53:49 Removing intermediate container 5ba8613b4b33 08:53:49 ---> f06b4369b88a 08:53:49 08:53:49 Removing intermediate container 6f7a67add3c2 08:53:49 ---> 7e1bfe45b35f 08:53:49 Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:53:49 ---> Running in 062068381fe2 08:53:50 Successfully built f06b4369b88a 08:53:50 Removing intermediate container 8bbf33288268 08:53:50 ---> f89f0ea8eb0d 08:53:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:53:50 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:53:50  Building docker-security-proxy-setup-go ... done  ---> Running in 681f322a02a7 08:53:50 Removing intermediate container 062068381fe2 08:53:50 ---> 721354da54ae 08:53:50 Step 23/23 : LABEL version=0.0.0 08:53:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:53:50 ---> Running in a0db76d06474 08:53:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:53:50 Removing intermediate container 681f322a02a7 08:53:50 ---> 6efe862794e8 08:53:50 Step 22/24 : LABEL arch=arm64 08:53:50 ---> Running in 74964af21911 08:53:51 Removing intermediate container a0db76d06474 08:53:51 ---> 2869a7cbbb70 08:53:51 08:53:51 (1/39) Installing readline (8.0.4-r0) 08:53:51 (2/39) Installing bash (5.0.17-r0) 08:53:51 Executing bash-5.0.17-r0.post-install 08:53:51 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:53:51 (4/39) Installing libcurl (7.76.1-r0) 08:53:51 (5/39) Installing curl (7.76.1-r0) 08:53:51 (6/39) Installing dumb-init (1.2.2-r1) 08:53:51 (7/39) Installing libbz2 (1.0.8-r1) 08:53:51 (8/39) Installing expat (2.2.9-r1) 08:53:51 (9/39) Installing libffi (3.3-r2) 08:53:51 (10/39) Installing gdbm (1.13-r1) 08:53:51 (11/39) Installing xz-libs (5.2.5-r0) 08:53:51 (12/39) Installing sqlite-libs (3.32.1-r0) 08:53:51 (13/39) Installing python3 (3.8.8-r0) 08:53:51 Removing intermediate container 74964af21911 08:53:51 ---> 4891d65f5655 08:53:51 Step 23/24 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:53:51 Successfully built 2869a7cbbb70 08:53:51 Successfully tagged docker-core-metadata-go-arm64:latest 08:53:52  Building docker-core-metadata-go ... done  ---> Running in e25dfa922f67 08:53:52 Removing intermediate container e25dfa922f67 08:53:52 ---> 2d842547d7b8 08:53:52 Step 24/24 : LABEL version=0.0.0 08:53:52 ---> Running in 6a9da89c3516 08:53:53 lxd 4.13 from Canonical* installed 08:53:53 + sudo lxd init --auto 08:53:53 (14/39) Installing py3-appdirs (1.4.4-r1) 08:53:53 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:53:53 (16/39) Installing py3-parsing (2.4.7-r0) 08:53:53 (17/39) Installing py3-six (1.15.0-r0) 08:53:53 (18/39) Installing py3-packaging (20.4-r0) 08:53:53 (19/39) Installing py3-setuptools (47.0.0-r0) 08:53:53 Removing intermediate container 6a9da89c3516 08:53:53 ---> cf7b5daed01c 08:53:53 08:53:53 (20/39) Installing py3-chardet (3.0.4-r4) 08:53:53 (21/39) Installing py3-idna (2.9-r0) 08:53:53 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:53:53 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:53:53 (24/39) Installing py3-requests (2.23.0-r0) 08:53:53 (25/39) Installing py3-msgpack (1.0.0-r0) 08:53:53 (26/39) Installing py3-lockfile (0.12.2-r3) 08:53:53 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:53:53 (28/39) Installing py3-colorama (0.4.3-r0) 08:53:53 (29/39) Installing py3-distlib (0.3.0-r0) 08:53:53 (30/39) Installing py3-distro (1.5.0-r1) 08:53:53 (31/39) Installing py3-webencodings (0.5.1-r3) 08:53:53 (32/39) Installing py3-html5lib (1.0.1-r4) 08:53:54 (33/39) Installing py3-pytoml (0.1.21-r0) 08:53:54 (34/39) Installing py3-pep517 (0.8.2-r0) 08:53:54 (35/39) Installing py3-progress (1.5-r0) 08:53:54 (36/39) Installing py3-toml (0.10.1-r0) 08:53:54 (37/39) Installing py3-retrying (1.3.3-r0) 08:53:54 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:53:54 (39/39) Installing py3-pip (20.1.1-r0) 08:53:54 Successfully built cf7b5daed01c 08:53:54 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:53:54  Building docker-security-secretstore-setup-go ... done Executing busybox-1.31.1-r19.trigger 08:53:54 OK: 72 MiB in 59 packages 08:53:57 Collecting docker-compose==1.23.2 08:53:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:53:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:53:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:53:59 Collecting dockerpty<0.5,>=0.4.1 08:53:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:54:01 Collecting texttable<0.10,>=0.9.0 08:54:01 Downloading texttable-0.9.1.tar.gz (11 kB) 08:54:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:54:03 + sudo snap install --classic snapcraft 08:54:03 Collecting PyYAML<4,>=3.10 08:54:03 Downloading PyYAML-3.13.tar.gz (270 kB) 08:54:07 Collecting jsonschema<3,>=2.5.1 08:54:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:54:07 Collecting docker<4.0,>=3.6.0 08:54:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:54:08 Collecting cached-property<2,>=1.2.0 08:54:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:54:08 Collecting websocket-client<1.0,>=0.32.0 08:54:08 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:54:08 Collecting docopt<0.7,>=0.6.1 08:54:08 Downloading docopt-0.6.2.tar.gz (25 kB) 08:54:10 Collecting urllib3<1.25,>=1.21.1 08:54:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:54:11 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:54:11 Collecting idna<2.8,>=2.5 08:54:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:54:11 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:54:11 snapcraft 4.6.2 from Canonical* installed 08:54:11 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:54:11 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:54:11 % Total % Received % Xferd Average Speed Time Time Time Current 08:54:11 Dload Upload Total Spent Left Speed 08:54:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4180 0 --:--:-- --:--:-- --:--:-- 4180 08:54:11 100 3325k 100 3325k 0 0 9060k 0 --:--:-- --:--:-- --:--:-- 9060k 08:54:11 ./yq_linux_amd64 08:54:11 + sudo snapcraft prime --use-lxd 08:54:11 Collecting docker-pycreds>=0.4.0 08:54:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:54:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:54:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:54:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:54:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:54:12 Installing collected packages: urllib3, idna, requests, dockerpty, texttable, PyYAML, jsonschema, docker-pycreds, websocket-client, docker, cached-property, docopt, docker-compose 08:54:12 Attempting uninstall: urllib3 08:54:12 Found existing installation: urllib3 1.25.9 08:54:12 Uninstalling urllib3-1.25.9: 08:54:12 Successfully uninstalled urllib3-1.25.9 08:54:12 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:54:12 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: 08:54:12 - README.md 08:54:12 08:54:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:54:13 Attempting uninstall: idna 08:54:13 Found existing installation: idna 2.9 08:54:13 Uninstalling idna-2.9: 08:54:13 Successfully uninstalled idna-2.9 08:54:13 Launching a container. 08:54:13 Attempting uninstall: requests 08:54:13 Found existing installation: requests 2.23.0 08:54:13 Uninstalling requests-2.23.0: 08:54:14 Successfully uninstalled requests-2.23.0 08:54:14 Running setup.py install for dockerpty: started 08:54:16 Running setup.py install for dockerpty: finished with status 'done' 08:54:16 Running setup.py install for texttable: started 08:54:17 Running setup.py install for texttable: finished with status 'done' 08:54:17 Running setup.py install for PyYAML: started 08:54:20 Running setup.py install for PyYAML: finished with status 'done' 08:54:21 Running setup.py install for docopt: started 08:54:23 Running setup.py install for docopt: finished with status 'done' 08:54:23 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:54:26 Waiting for container to be ready 08:54:26 To start your first instance, try: lxc launch ubuntu:18.04 08:54:26 08:54:30 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:54:30 Waiting for network to be ready... 08:54:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:54:31 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:54:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:54:31 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:54:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:54:31 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:54:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:54:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:54:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:54:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:54:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:54:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:54:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 08:54:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:54:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:54:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:54:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:54:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:54:32 Removing intermediate container d93184a66ed2 08:54:32 ---> 88fc444ad043 08:54:32 Step 14/23 : ENV APP_PORT=48090 08:54:32 ---> Running in 10157a2c1e19 08:54:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:54:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:54:32 Removing intermediate container 10157a2c1e19 08:54:32 ---> 88442a75fe88 08:54:32 Step 15/23 : EXPOSE $APP_PORT 08:54:32 ---> Running in 72e198016693 08:54:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:54:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 08:54:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:54:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 08:54:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:54:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 08:54:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:54:33 Removing intermediate container 72e198016693 08:54:33 ---> 418253cf2e83 08:54:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:54:34 ---> bb512c8e9b8d 08:54:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:54:35 ---> d9ab3badf419 08:54:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:54:36 ---> 4f62f2146107 08:54:36 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:54:36 ---> Running in 338e8ccd5425 08:54:36 Removing intermediate container 338e8ccd5425 08:54:36 ---> fc65fab3682e 08:54:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:54:36 ---> Running in 8d0f82ff3033 08:54:36 Fetched 24.4 MB in 6s (4155 kB/s) 08:54:37 Removing intermediate container 8d0f82ff3033 08:54:37 ---> cfcb738debeb 08:54:37 Step 21/23 : LABEL arch=arm64 08:54:37 ---> Running in 0f5686849578 08:54:37 Removing intermediate container 0f5686849578 08:54:37 ---> bd438bcae848 08:54:37 Step 22/23 : LABEL git_sha=74c7c8d9f1b5b334d921ed4b4876d4705e38287a 08:54:37 ---> Running in 624b17ba1e6e 08:54:38 Reading package lists... 08:54:38 Reading package lists... 08:54:38 Removing intermediate container 624b17ba1e6e 08:54:38 ---> 30e7534aec0c 08:54:38 Step 23/23 : LABEL version=0.0.0 08:54:38 ---> Running in 17d037ee7bd2 08:54:38 Building dependency tree... 08:54:38 Reading state information... 08:54:38 The following additional packages will be installed: 08:54:38 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:54:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:54:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:54:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:54:38 Suggested packages: 08:54:38 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:54:38 Recommended packages: 08:54:38 gnupg libsasl2-modules 08:54:38 The following NEW packages will be installed: 08:54:38 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:54:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:54:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:54:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:54:38 The following packages will be upgraded: 08:54:38 gpg gpg-agent gpgconf libudev1 08:54:38 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:54:38 Need to get 3529 kB of archives. 08:54:38 After this operation, 13.3 MB of additional disk space will be used. 08:54:38 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 08:54:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 08:54:38 Removing intermediate container 17d037ee7bd2 08:54:38 ---> a64dd96901b1 08:54:38 08:54:39 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] 08:54:39 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 08:54:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:54:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:54:39 Successfully built a64dd96901b1 08:54:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:54:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:54:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:54:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:54:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:54:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:54:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:54:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:54:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:54:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:54:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:54:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:54:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:54:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:54:39 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:54:39 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:54:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:54:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:54:39 $ docker stop --time=1 d433dacd777aab385d66e8b49c82c94581a6b248f59047c5ee7f271390bb11a3 08:54:39 debconf: delaying package configuration, since apt-utils is not installed 08:54:39 Fetched 3529 kB in 1s (3457 kB/s) 08:54:39 (Reading database ... 12511 files and directories currently installed.) 08:54:39 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 08:54:39 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:54:39 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 08:54:40 Selecting previously unselected package udev. 08:54:40 (Reading database ... 12511 files and directories currently installed.) 08:54:40 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 08:54:40 Unpacking udev (237-3ubuntu10.46) ... 08:54:40 Selecting previously unselected package libfuse2:amd64. 08:54:40 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:54:40 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:54:40 Selecting previously unselected package fuse. 08:54:40 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:54:40 Unpacking fuse (2.9.7-1ubuntu1) ... 08:54:40 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:54:40 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:54:40 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:54:40 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:54:40 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:54:40 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:54:40 Selecting previously unselected package libksba8:amd64. 08:54:40 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:54:40 Unpacking libksba8:amd64 (1.3.5-2) ... 08:54:41 Selecting previously unselected package libroken18-heimdal:amd64. 08:54:41 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:54:41 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:41 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:54:41 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:54:41 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:54:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:54:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:54:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:54:41 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:41 Selecting previously unselected package libwind0-heimdal:amd64. 08:54:41 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:54:41 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:41 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:54:41 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:54:41 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:41 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:54:41 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:54:41 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:41 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:54:41 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:54:41 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:41 $ docker rm -f d433dacd777aab385d66e8b49c82c94581a6b248f59047c5ee7f271390bb11a3 08:54:42 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:54:42 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:54:42 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:42 Selecting previously unselected package libsasl2-modules-db:amd64. 08:54:42 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:54:42 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:54:42 Selecting previously unselected package libsasl2-2:amd64. 08:54:42 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:54:42 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:54:42 Selecting previously unselected package libldap-common. 08:54:42 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [Pipeline] // withDockerContainer [Pipeline] sh 08:54:42 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:54:42 Selecting previously unselected package libldap-2.4-2:amd64. 08:54:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:54:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:54:42 Selecting previously unselected package dirmngr. 08:54:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:54:42 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:54:42 + docker images 08:54:42 + grep docker 08:54:42 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:54:42 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:54:42 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:54:42 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:54:42 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:54:42 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:54:42 docker-sys-mgmt-agent-go-arm64 latest a64dd96901b1 4 seconds ago 299MB 08:54:42 docker-security-secretstore-setup-go-arm64 latest cf7b5daed01c 49 seconds ago 24.9MB 08:54:42 docker-core-metadata-go-arm64 latest 2869a7cbbb70 52 seconds ago 18.1MB 08:54:42 docker-security-proxy-setup-go-arm64 latest f06b4369b88a 53 seconds ago 24.6MB 08:54:42 docker-core-data-go-arm64 latest f7c0b6514bd7 4 minutes ago 21.6MB 08:54:42 docker-security-bootstrapper-go-arm64 latest 7ac56d7ce531 4 minutes ago 18.1MB 08:54:42 docker-support-scheduler-go-arm64 latest b16733c1aa8b 4 minutes ago 16.6MB 08:54:42 docker-core-command-go-arm64 latest af68e62f9471 4 minutes ago 16.5MB 08:54:42 docker-support-notifications-go-arm64 latest 0ab417402993 4 minutes ago 17.2MB 08:54:42 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 08:54:42 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:42 Setting up libksba8:amd64 (1.3.5-2) ... 08:54:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:54:42 Setting up udev (237-3ubuntu10.46) ... Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:54:43 ---> job-cost.sh 08:54:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qECt 08:54:43 invoke-rc.d: policy-rc.d denied execution of start. 08:54:43 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:43 Processing triggers for systemd (237-3ubuntu10) ... 08:54:43 Setting up fuse (2.9.7-1ubuntu1) ... 08:54:43 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:54:43 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:43 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:43 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:43 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:43 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:44 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:44 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:54:44 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:54:44 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:54:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:54:44 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:54:44 settings in the [Install] section, and DefaultInstance for template units). 08:54:44 This means they are not meant to be enabled using systemctl. 08:54:44 Possible reasons for having this kind of units are: 08:54:44 1) A unit may be statically enabled by being symlinked from another unit's 08:54:44 .wants/ or .requires/ directory. 08:54:44 2) A unit's purpose may be to act as a helper for some other unit which has 08:54:44 a requirement dependency on it. 08:54:44 3) A unit may be started when needed via activation (socket, path, timer, 08:54:44 D-Bus, udev, scripted systemctl call, ...). 08:54:44 4) In case of template units, the unit is meant to be enabled with some 08:54:44 instance name specified. 08:54:45 Reading package lists... 08:54:45 Building dependency tree... 08:54:45 Reading state information... 08:54:45 The following additional packages will be installed: 08:54:45 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:54:45 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:54:45 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:54:45 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:54:45 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:54:45 Suggested packages: 08:54:45 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:54:45 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:54:45 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:54:45 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:54:45 systemd-container policykit-1 08:54:45 Recommended packages: 08:54:45 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:54:45 The following NEW packages will be installed: 08:54:45 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:54:45 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:54:45 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:54:45 multiarch-support openssh-client python3 python3-minimal python3.6 08:54:45 python3.6-minimal snapd squashfs-tools sudo 08:54:45 The following packages will be upgraded: 08:54:45 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:54:45 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:54:45 Need to get 35.2 MB of archives. 08:54:45 After this operation, 141 MB of additional disk space will be used. 08:54:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:54:45 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 08:54:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:54:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:54:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:54:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:54:46 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 08:54:46 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:54:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:54:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:54:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:54:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:54:46 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:54:46 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:54:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:54:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:54:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:54:46 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:54:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:54:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:54:46 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:54:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:54:46 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:54:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:54:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:54:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:54:46 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:54:46 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:54:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:54:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:54:47 debconf: delaying package configuration, since apt-utils is not installed 08:54:47 Fetched 35.2 MB in 2s (16.4 MB/s) 08:54:47 (Reading database ... 12757 files and directories currently installed.) 08:54:47 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 08:54:48 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:54:48 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 08:54:48 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:54:48 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 08:54:49 (Reading database ... 12757 files and directories currently installed.) 08:54:49 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:54:49 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:54:49 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:54:49 (Reading database ... 12757 files and directories currently installed.) 08:54:49 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:54:49 Unpacking apt (1.6.13) over (1.6.1) ... 08:54:49 Setting up apt (1.6.13) ... 08:54:49 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:54:50 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:54:50 (Reading database ... 12764 files and directories currently installed.) 08:54:50 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:54:50 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:54:50 Selecting previously unselected package libpython3.6-minimal:amd64. 08:54:50 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:54:50 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:54:50 Selecting previously unselected package libexpat1:amd64. 08:54:50 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:54:50 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:54:51 Selecting previously unselected package python3.6-minimal. 08:54:51 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:54:51 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:54:51 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:54:51 Checking for services that may need to be restarted...done. 08:54:51 Checking for services that may need to be restarted...done. 08:54:51 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:54:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:54:51 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:54:52 Selecting previously unselected package python3-minimal. 08:54:52 (Reading database ... 13012 files and directories currently installed.) 08:54:52 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:54:52 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:54:52 Selecting previously unselected package mime-support. 08:54:52 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:54:52 Unpacking mime-support (3.60ubuntu1) ... 08:54:52 Selecting previously unselected package libmpdec2:amd64. 08:54:52 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:54:52 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:54:52 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:54:52 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:54:52 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:54:52 Selecting previously unselected package python3.6. 08:54:52 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:54:52 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:54:52 Selecting previously unselected package libpython3-stdlib:amd64. 08:54:52 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:54:53 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:54:53 Setting up python3-minimal (3.6.7-1~18.04) ... 08:54:53 Selecting previously unselected package python3. 08:54:53 (Reading database ... 13442 files and directories currently installed.) 08:54:53 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:54:53 Unpacking python3 (3.6.7-1~18.04) ... 08:54:53 Selecting previously unselected package multiarch-support. 08:54:53 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:54:53 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:54:53 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:54:53 Selecting previously unselected package liblzo2-2:amd64. 08:54:53 (Reading database ... 13479 files and directories currently installed.) 08:54:53 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:54:53 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:54:53 Selecting previously unselected package libbsd0:amd64. 08:54:53 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:54:53 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:54:53 Selecting previously unselected package sudo. 08:54:53 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:54:53 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:54:53 Selecting previously unselected package apparmor. 08:54:53 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:54:53 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:54:54 Selecting previously unselected package libedit2:amd64. 08:54:54 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:54:54 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:54:54 Selecting previously unselected package libkrb5support0:amd64. 08:54:54 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:54:54 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:54:54 Selecting previously unselected package libk5crypto3:amd64. 08:54:54 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:54:54 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:54:54 Selecting previously unselected package libkeyutils1:amd64. 08:54:54 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:54:54 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:54:55 Selecting previously unselected package libkrb5-3:amd64. 08:54:55 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:54:55 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:54:55 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:54:55 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:54:55 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:54:55 Selecting previously unselected package libssl1.0.0:amd64. 08:54:55 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:54:55 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:54:55 Selecting previously unselected package openssh-client. 08:54:55 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:54:55 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:54:55 Selecting previously unselected package squashfs-tools. 08:54:55 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:54:55 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:54:55 Selecting previously unselected package snapd. 08:54:55 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:54:55 Unpacking snapd (2.48.3+18.04) ... 08:54:58 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:54:58 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:54:58 Setting up mime-support (3.60ubuntu1) ... 08:54:58 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:54:58 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:54:58 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:54:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:54:58 Setting up systemd (237-3ubuntu10.46) ... 08:54:58 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:54:59 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:54:59 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:54:59 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:54:59 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:54:59 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:54:59 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:55:00 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:55:00 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:55:00 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:55:00 Setting up python3 (3.6.7-1~18.04) ... 08:55:00 running python rtupdate hooks for python3.6... 08:55:00 running python post-rtupdate hooks for python3.6... 08:55:00 Setting up apparmor (2.12-4ubuntu5.1) ... 08:55:01 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:55:01 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:55:01 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:55:02 Setting up snapd (2.48.3+18.04) ... 08:55:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:55:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:55:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:55:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:55:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:55:03 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:55:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:55:04 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:55:04 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:55:04 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:55:04 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 08:55:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:55:04 Processing triggers for systemd (237-3ubuntu10.46) ... 08:55:05 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:55:05 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:55:05 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:55:07 Reading package lists... 08:55:07 Reading package lists... 08:55:08 Building dependency tree... 08:55:08 Reading state information... 08:55:08 Calculating upgrade... 08:55:08 The following packages will be upgraded: 08:55:08 advancecomp base-files bash binutils binutils-common 08:55:08 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:55:08 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:55:08 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:55:08 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:55:08 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:55:08 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:55:08 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:55:08 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:55:08 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:55:08 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:55:08 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:55:08 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:55:08 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:55:08 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:55:08 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:55:08 Need to get 64.0 MB of archives. 08:55:08 After this operation, 5034 kB of additional disk space will be used. 08:55:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 08:55:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:55:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:55:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:55:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:55:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:55:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:55:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:55:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:55:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:55:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:55:08 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:55:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:55:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:55:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:55:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:55:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:55:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:55:08 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:55:08 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:55:08 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:55:08 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:55:08 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:55:08 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:55:08 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:55:08 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:55:08 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:55:08 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:55:08 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:55:08 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:55:08 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:55:08 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:55:08 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:55:08 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:55:08 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:55:08 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:55:08 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:55:08 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:55:08 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:55:08 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:55:08 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:55:08 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:55:08 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:55:08 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:55:08 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:55:08 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:55:08 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:55:08 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:55:08 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 08:55:08 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:55:08 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:55:08 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:55:08 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:55:08 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:55:08 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:55:08 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:55:08 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:55:09 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:55:09 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:55:09 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:55:09 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:55:09 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:55:09 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:55:09 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:55:09 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:55:09 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:55:09 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:55:09 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:55:09 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:55:09 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:55:09 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:55:09 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:55:09 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:55:09 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:55:09 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:55:09 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:55:09 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:55:09 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:55:09 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:55:09 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:55:09 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:55:09 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:55:09 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:55:09 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:55:09 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 08:55:09 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:55:09 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:55:09 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:55:09 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:55:09 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:55:09 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:55:09 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:55:09 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:55:09 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:55:09 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:55:09 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:55:09 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:55:09 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:55:09 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:55:09 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:55:09 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:55:10 debconf: delaying package configuration, since apt-utils is not installed 08:55:10 Fetched 64.0 MB in 2s (39.3 MB/s) 08:55:10 (Reading database ... 13912 files and directories currently installed.) 08:55:10 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:55:10 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:55:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:55:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:55:11 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 08:55:11 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 08:55:11 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:11 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:55:11 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:11 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:55:11 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:12 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:55:12 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:12 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:55:12 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:12 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:55:12 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:12 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:55:12 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:12 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:55:12 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:55:12 (Reading database ... 13911 files and directories currently installed.) 08:55:12 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:12 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:55:13 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:55:13 (Reading database ... 13911 files and directories currently installed.) 08:55:13 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:13 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:55:13 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:13 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:55:13 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:55:13 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:55:13 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:55:13 (Reading database ... 13911 files and directories currently installed.) 08:55:13 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:55:13 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:55:14 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:55:14 (Reading database ... 13911 files and directories currently installed.) 08:55:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:55:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:55:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:55:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:55:14 Setting up base-files (10.1ubuntu2.10) ... 08:55:14 Installing new version of config file /etc/issue ... 08:55:14 Installing new version of config file /etc/issue.net ... 08:55:15 Installing new version of config file /etc/lsb-release ... 08:55:15 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:55:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:55:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:55:15 Removing obsolete conffile /etc/default/motd-news ... 08:55:15 (Reading database ... 13912 files and directories currently installed.) 08:55:15 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:55:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:55:15 Setting up bash (4.4.18-2ubuntu1.2) ... 08:55:15 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 08:55:15 (Reading database ... 13912 files and directories currently installed.) 08:55:15 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:55:15 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:55:15 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:55:16 (Reading database ... 13912 files and directories currently installed.) 08:55:16 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:55:16 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:55:16 Setting up tar (1.29b-2ubuntu0.2) ... 08:55:16 (Reading database ... 13912 files and directories currently installed.) 08:55:16 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:55:16 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:55:16 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:55:17 (Reading database ... 13912 files and directories currently installed.) 08:55:17 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:55:17 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:55:17 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:55:17 (Reading database ... 13912 files and directories currently installed.) 08:55:17 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:55:17 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:55:17 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:55:17 (Reading database ... 13912 files and directories currently installed.) 08:55:17 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:55:17 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:55:17 Setting up grep (3.1-2build1) ... 08:55:17 (Reading database ... 13912 files and directories currently installed.) 08:55:17 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:55:17 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:55:17 Setting up login (1:4.5-1ubuntu2) ... 08:55:17 (Reading database ... 13912 files and directories currently installed.) 08:55:17 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:55:18 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:55:18 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:55:18 (Reading database ... 13912 files and directories currently installed.) 08:55:18 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:55:18 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:55:18 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:55:18 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:55:18 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:55:18 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:55:19 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:55:19 (Reading database ... 13912 files and directories currently installed.) 08:55:19 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:55:19 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:55:20 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:55:20 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:55:20 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:55:20 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:55:20 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:55:20 (Reading database ... 13912 files and directories currently installed.) 08:55:20 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:55:21 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:55:21 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:55:21 (Reading database ... 13912 files and directories currently installed.) 08:55:21 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:55:21 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:55:21 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:55:21 (Reading database ... 13912 files and directories currently installed.) 08:55:21 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:55:21 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:55:21 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:55:21 (Reading database ... 13912 files and directories currently installed.) 08:55:21 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:55:21 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:55:21 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:55:21 (Reading database ... 13912 files and directories currently installed.) 08:55:21 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:55:21 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:55:21 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:55:21 (Reading database ... 13912 files and directories currently installed.) 08:55:21 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:55:21 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:55:22 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:55:22 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:55:22 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:55:22 (Reading database ... 13912 files and directories currently installed.) 08:55:22 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:55:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:55:22 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:55:22 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:55:22 (Reading database ... 13912 files and directories currently installed.) 08:55:22 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:55:22 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:55:22 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:55:22 (Reading database ... 13912 files and directories currently installed.) 08:55:22 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:55:22 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:55:22 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:55:22 (Reading database ... 13912 files and directories currently installed.) 08:55:22 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:55:22 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:55:23 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:55:23 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:55:24 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:55:24 (Reading database ... 13912 files and directories currently installed.) 08:55:24 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:55:24 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:55:24 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:55:24 (Reading database ... 13912 files and directories currently installed.) 08:55:24 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:55:24 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:55:24 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:55:24 (Reading database ... 13914 files and directories currently installed.) 08:55:24 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:55:24 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:55:25 Setting up debconf (1.5.66ubuntu1) ... 08:55:25 (Reading database ... 13914 files and directories currently installed.) 08:55:25 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:55:25 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:55:25 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:55:25 (Reading database ... 13914 files and directories currently installed.) 08:55:25 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:55:25 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:55:25 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:55:25 (Reading database ... 13914 files and directories currently installed.) 08:55:25 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:55:25 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:55:25 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:55:26 (Reading database ... 13914 files and directories currently installed.) 08:55:26 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:55:26 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:55:26 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:55:26 (Reading database ... 13914 files and directories currently installed.) 08:55:26 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:55:26 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:55:26 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:55:26 (Reading database ... 13914 files and directories currently installed.) 08:55:26 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:55:26 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:55:26 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 08:55:27 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:55:27 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:55:27 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:55:27 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:55:27 (Reading database ... 13914 files and directories currently installed.) 08:55:27 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:55:27 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:55:27 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:55:27 (Reading database ... 13914 files and directories currently installed.) 08:55:27 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:55:27 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:55:27 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:55:28 (Reading database ... 13914 files and directories currently installed.) 08:55:28 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:55:28 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:55:28 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:55:28 (Reading database ... 13914 files and directories currently installed.) 08:55:28 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:55:28 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:55:28 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:55:28 (Reading database ... 13914 files and directories currently installed.) 08:55:28 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:55:28 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:55:28 Setting up passwd (1:4.5-1ubuntu2) ... 08:55:29 (Reading database ... 13914 files and directories currently installed.) 08:55:29 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:55:29 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:55:29 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:55:29 (Reading database ... 13914 files and directories currently installed.) 08:55:29 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:55:29 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:55:29 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:55:29 (Reading database ... 13914 files and directories currently installed.) 08:55:29 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:55:29 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:55:29 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:55:29 (Reading database ... 13914 files and directories currently installed.) 08:55:29 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:55:29 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:55:30 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:55:30 (Reading database ... 13914 files and directories currently installed.) 08:55:30 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:55:30 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:55:30 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:55:30 (Reading database ... 13914 files and directories currently installed.) 08:55:30 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:55:30 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:55:30 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:55:30 (Reading database ... 13914 files and directories currently installed.) 08:55:30 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:55:30 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:55:31 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:55:31 (Reading database ... 13914 files and directories currently installed.) 08:55:31 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:55:31 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:55:31 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:55:31 (Reading database ... 13914 files and directories currently installed.) 08:55:31 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:55:31 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:55:31 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:55:31 (Reading database ... 13915 files and directories currently installed.) 08:55:31 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:55:31 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:55:31 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:55:31 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:55:32 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:55:32 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:55:32 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:55:32 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:55:32 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:55:32 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:55:32 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:55:32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:55:32 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:55:32 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:55:32 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:55:32 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:55:32 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:55:33 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:55:33 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:55:33 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:55:33 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:55:33 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:55:33 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:55:33 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:55:34 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:55:34 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:55:34 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:55:34 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:55:34 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:55:34 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:55:34 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:55:34 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:55:35 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:55:35 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:55:35 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:55:35 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:55:35 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:55:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:55:35 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:55:35 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:55:35 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:55:35 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:55:35 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:55:35 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:55:36 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:55:36 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:55:37 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:55:37 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:55:38 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:55:38 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:55:39 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:55:39 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:55:40 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:55:40 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:55:40 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:55:40 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:55:40 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:55:40 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:55:40 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:55:40 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:55:40 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:55:40 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:55:40 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:55:40 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:55:41 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:55:41 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:55:41 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:55:41 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:55:41 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:55:41 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:55:41 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:55:41 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:55:41 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:55:41 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:55:41 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:55:41 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:55:41 08:55:41 Current default time zone: 'Etc/UTC' 08:55:41 Local time is now: Thu Apr 22 08:55:41 UTC 2021. 08:55:41 Universal Time is now: Thu Apr 22 08:55:41 UTC 2021. 08:55:41 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:55:41 08:55:41 Setting up systemd-sysv (237-3ubuntu10.46) ... 08:55:41 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:55:41 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 08:55:41 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:55:41 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:55:41 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:55:41 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:55:41 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:55:41 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:55:42 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:55:42 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:55:42 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:55:42 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:55:42 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:55:42 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:55:42 Setting up patch (2.7.6-2ubuntu1.1) ... 08:55:42 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:55:42 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:55:42 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:55:42 Installing new version of config file /etc/ssl/openssl.cnf ... 08:55:42 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:55:42 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:55:42 Setting up ca-certificates (20210119~18.04.1) ... 08:55:44 Updating certificates in /etc/ssl/certs... 08:55:45 23 added, 27 removed; done. 08:55:45 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:55:45 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:55:45 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:55:45 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:55:45 Setting up pkgbinarymangler (138.18.04.1) ... 08:55:45 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:55:45 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:55:45 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:55:45 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:55:45 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:55:45 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:55:45 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:55:45 Setting up perl (5.26.1-6ubuntu0.5) ... 08:55:45 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:55:45 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:55:45 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:55:45 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:55:45 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:55:45 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:55:45 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:55:45 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:55:45 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:55:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:55:45 Processing triggers for systemd (237-3ubuntu10.46) ... 08:55:46 Processing triggers for mime-support (3.60ubuntu1) ... 08:55:46 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:55:46 Updating certificates in /etc/ssl/certs... 08:55:46 0 added, 0 removed; done. 08:55:46 Running hooks in /etc/ca-certificates/update.d... 08:55:46 done. 08:55:47 Reading package lists... 08:55:47 Building dependency tree... 08:55:47 Reading state information... 08:55:48 The following NEW packages will be installed: 08:55:48 apt-transport-https 08:55:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:55:48 Need to get 1692 B of archives. 08:55:48 After this operation, 154 kB of additional disk space will be used. 08:55:48 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:55:48 debconf: delaying package configuration, since apt-utils is not installed 08:55:48 Fetched 1692 B in 0s (8478 B/s) 08:55:48 Selecting previously unselected package apt-transport-https. 08:55:48 (Reading database ... 13920 files and directories currently installed.) 08:55:48 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:55:48 Unpacking apt-transport-https (1.6.13) ... 08:55:48 Setting up apt-transport-https (1.6.13) ... 08:55:48 Waiting for network to be ready... 08:55:55 2021-04-22T08:55:52Z INFO Waiting for automatic snapd restart... 08:55:55 snapd 2.49.2 from Canonical* installed 08:55:56 "snapd" switched to the "latest/stable" channel 08:55:56 08:56:02 core18 20210309 from Canonical* installed 08:56:02 "core18" switched to the "latest/stable" channel 08:56:02 08:56:07 snapcraft 4.6.2 from Canonical* installed 08:56:07 "snapcraft" switched to the "latest/stable" channel 08:56:07 08:56:11 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: 08:56:11 - README.md 08:56:11 08:56:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:56:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:56:18 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:56:18 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:56:18 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:56:19 Reading package lists... 08:56:19 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 08:56:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:56:26 Reading package lists... 08:56:26 Building dependency tree... 08:56:26 Reading state information... 08:56:26 Suggested packages: 08:56:26 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:56:26 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:56:26 Recommended packages: 08:56:26 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:56:26 The following NEW packages will be installed: 08:56:26 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:56:26 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:56:26 pkg-config zip 08:56:26 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:56:26 Need to get 7663 kB of archives. 08:56:26 After this operation, 43.8 MB of additional disk space will be used. 08:56:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:56:26 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:56:26 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:56:26 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:56:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:56:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:56:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:56:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:56:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:56:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:56:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:56:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:56:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:56:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:56:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:56:27 debconf: delaying package configuration, since apt-utils is not installed 08:56:27 Fetched 7663 kB in 1s (6727 kB/s) 08:56:27 Selecting previously unselected package libglib2.0-0:amd64. 08:56:27 (Reading database ... 13924 files and directories currently installed.) 08:56:27 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:56:27 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:56:27 Selecting previously unselected package libpsl5:amd64. 08:56:27 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:56:28 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:56:28 Selecting previously unselected package libnghttp2-14:amd64. 08:56:28 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:56:28 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:56:28 Selecting previously unselected package librtmp1:amd64. 08:56:28 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:56:28 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:56:28 Selecting previously unselected package libcurl3-gnutls:amd64. 08:56:28 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:56:28 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:56:28 Selecting previously unselected package liberror-perl. 08:56:28 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:56:28 Unpacking liberror-perl (0.17025-1) ... 08:56:28 Selecting previously unselected package git-man. 08:56:28 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:56:28 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:56:28 Selecting previously unselected package git. 08:56:28 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:56:28 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:56:29 Selecting previously unselected package libnorm1:amd64. 08:56:29 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:56:29 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:56:29 Selecting previously unselected package libpgm-5.2-0:amd64. 08:56:29 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:56:29 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:56:29 Selecting previously unselected package libsodium23:amd64. 08:56:29 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:56:29 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:56:29 Selecting previously unselected package libzmq5:amd64. 08:56:29 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:56:29 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:56:29 Selecting previously unselected package libzmq3-dev:amd64. 08:56:29 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:56:29 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:56:30 Selecting previously unselected package pkg-config. 08:56:30 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:56:30 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:56:30 Selecting previously unselected package zip. 08:56:30 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:56:30 Unpacking zip (3.0-11build1) ... 08:56:30 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:56:30 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:56:30 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:56:30 Setting up liberror-perl (0.17025-1) ... 08:56:30 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:56:30 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:56:30 No schema files found: doing nothing. 08:56:30 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:56:30 Setting up zip (3.0-11build1) ... 08:56:30 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:56:30 Setting up libsodium23:amd64 (1.0.16-2) ... 08:56:30 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:56:30 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:56:30 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:56:30 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:56:30 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:56:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:56:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:56:37 git set to automatically installed. 08:56:37 git-man set to automatically installed. 08:56:37 libcurl3-gnutls set to automatically installed. 08:56:37 liberror-perl set to automatically installed. 08:56:37 libglib2.0-0 set to automatically installed. 08:56:37 libnghttp2-14 set to automatically installed. 08:56:37 libnorm1 set to automatically installed. 08:56:37 libpgm-5.2-0 set to automatically installed. 08:56:37 libpsl5 set to automatically installed. 08:56:37 librtmp1 set to automatically installed. 08:56:37 libsodium23 set to automatically installed. 08:56:37 libzmq3-dev set to automatically installed. 08:56:37 libzmq5 set to automatically installed. 08:56:37 pkg-config set to automatically installed. 08:56:37 zip set to automatically installed. 08:56:39 snapd is not logged in, snap install commands will use sudo 08:56:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:56:45 snap "core18" has no updates available 08:56:46 snapd is not logged in, snap install commands will use sudo 08:56:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:56:58 lf-activate-venv(): INFO: Adding /tmp/venv-qECt/bin to PATH 08:56:58 INFO: No Stack... 08:56:58 INFO: Retrieving Pricing Info for: lf-standard-4 08:56:58 INFO: Archiving Costs [Pipeline] sh 08:56:59 + cut -d, -f6 08:56:59 + cat /w/workspace/edgex-go/105/archives/cost.csv [Pipeline] lock 08:56:59 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-105-stack-cost] 08:56:59 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-105-stack-cost] did not exist. Created. 08:56:59 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:56:59 + echo total: 0.20999999344348907 [Pipeline] stash 08:57:00 Stashed 1 file(s) [Pipeline] } 08:57:00 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-105-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:57:08 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:57:08 Pulling go-build-helper 08:57:08 + snapcraftctl pull 08:57:09 'app-service-config' has dependencies that need to be staged: go-build-helper 08:57:09 Skipping pull go-build-helper (already ran) 08:57:09 Building go-build-helper 08:57:09 + snapcraftctl build 08:57:12 Staging go-build-helper 08:57:12 + snapcraftctl stage 08:57:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:57:26 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:57:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:57:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:57:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 08:57:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:57:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:57:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:57:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:57:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:57:26 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:57:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:57:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:57:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:57:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:57:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:57:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:57:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:57:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:57:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:57:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:57:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 08:57:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:57:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 08:57:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:57:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 08:57:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:57:26 Fetched 24.4 MB in 0s (0 B/s) 08:57:26 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:57:26 Fetched 224 kB in 0s (0 B/s) 08:57:26 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:57:26 Fetched 157 kB in 0s (0 B/s) 08:57:26 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:57:26 Fetched 221 kB in 0s (0 B/s) 08:57:26 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:57:26 Fetched 143 kB in 0s (0 B/s) 08:57:26 Pulling app-service-config 08:57:26 + snapcraftctl pull 08:57:26 Cloning into '/root/parts/app-service-config/src'... 08:57:26 Pulling config-common 08:57:26 + snapcraftctl pull 08:57:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:57:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:57:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:57:31 Fetched 0 B in 0s (0 B/s) 08:57:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:57:31 Fetched 0 B in 0s (0 B/s) 08:57:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:57:31 Fetched 0 B in 0s (0 B/s) 08:57:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:57:31 Fetched 0 B in 0s (0 B/s) 08:57:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:57:31 Fetched 0 B in 0s (0 B/s) 08:57:31 Pulling edgex-go 08:57:31 + snapcraftctl pull 08:57:53 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:57:53 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:57:53 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:57:53 Fetched 0 B in 0s (0 B/s) 08:57:53 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:57:53 Fetched 96.5 kB in 0s (0 B/s) 08:57:53 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:57:53 Fetched 279 kB in 0s (0 B/s) 08:57:53 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:57:53 Fetched 122 kB in 0s (0 B/s) 08:57:53 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:57:53 Fetched 77.8 kB in 0s (0 B/s) 08:57:53 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:57:53 Fetched 8848 B in 0s (0 B/s) 08:57:53 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:57:53 Fetched 47.8 kB in 0s (0 B/s) 08:57:53 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:57:53 Fetched 45.6 kB in 0s (0 B/s) 08:57:53 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:57:53 Fetched 15.0 kB in 0s (0 B/s) 08:57:53 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:57:53 Fetched 219 kB in 0s (0 B/s) 08:57:53 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:57:53 Fetched 154 kB in 0s (0 B/s) 08:57:53 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:57:53 Fetched 50.6 kB in 0s (0 B/s) 08:57:53 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:57:53 Fetched 14.8 kB in 0s (0 B/s) 08:57:53 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:57:53 Fetched 41.8 kB in 0s (0 B/s) 08:57:53 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:57:53 Fetched 499 kB in 0s (0 B/s) 08:57:53 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:57:53 Fetched 111 kB in 0s (0 B/s) 08:57:53 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:57:53 Fetched 240 kB in 0s (0 B/s) 08:57:53 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:57:53 Fetched 29.3 kB in 0s (0 B/s) 08:57:53 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:57:53 Fetched 85.5 kB in 0s (0 B/s) 08:57:53 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:57:53 Fetched 24.5 kB in 0s (0 B/s) 08:57:53 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:57:53 Fetched 49.2 kB in 0s (0 B/s) 08:57:53 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:57:53 Fetched 54.2 kB in 0s (0 B/s) 08:57:53 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:57:53 Fetched 30.8 kB in 0s (0 B/s) 08:57:53 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:57:53 Fetched 15.8 kB in 0s (0 B/s) 08:57:53 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:57:53 Fetched 85.9 kB in 0s (0 B/s) 08:57:53 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:57:53 Fetched 8720 B in 0s (0 B/s) 08:57:53 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:57:53 Fetched 137 kB in 0s (0 B/s) 08:57:53 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:57:53 Fetched 119 kB in 0s (0 B/s) 08:57:53 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:57:53 Fetched 110 kB in 0s (0 B/s) 08:57:53 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:57:53 Fetched 11.1 kB in 0s (0 B/s) 08:57:53 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:57:53 Fetched 645 kB in 0s (0 B/s) 08:57:53 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:57:53 Fetched 41.3 kB in 0s (0 B/s) 08:57:53 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:57:53 Fetched 17.9 kB in 0s (0 B/s) 08:57:53 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:57:53 Fetched 368 kB in 0s (0 B/s) 08:57:53 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:57:53 Fetched 187 kB in 0s (0 B/s) 08:57:53 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:57:53 Fetched 175 kB in 0s (0 B/s) 08:57:53 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:57:53 Fetched 206 kB in 0s (0 B/s) 08:57:53 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:57:53 Fetched 1301 kB in 0s (0 B/s) 08:57:53 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:57:53 Fetched 36.2 kB in 0s (0 B/s) 08:57:53 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:57:53 Fetched 159 kB in 0s (0 B/s) 08:57:53 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:57:53 Fetched 107 kB in 0s (0 B/s) 08:57:53 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:57:53 Fetched 48.7 kB in 0s (0 B/s) 08:57:53 Pulling static-packages 08:57:53 + snapcraftctl pull 08:57:54 Pulling version 08:57:54 + cd /root/project 08:57:54 + [ -f VERSION ] 08:57:54 + PROJECT_VERSION=local-dev 08:57:54 + git rev-parse --short HEAD 08:57:54 + GIT_REVISION=d1bf4757 08:57:54 + snapcraftctl set-version local-dev 08:57:55 Skipping build go-build-helper (already ran) 08:57:55 Building app-service-config 08:57:55 + make build 08:57:55 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 08:57:57 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 08:57:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 08:57:57 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 08:57:57 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 08:57:57 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 08:57:57 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 08:57:57 go: downloading github.com/go-playground/validator/v10 v10.4.1 08:57:57 go: downloading github.com/leodido/go-urn v1.2.0 08:57:57 go: downloading github.com/go-playground/universal-translator v0.17.0 08:57:57 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:57:57 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 08:57:57 go: downloading github.com/go-playground/locales v0.13.0 08:57:57 go: downloading github.com/pelletier/go-toml v1.2.0 08:57:57 go: downloading github.com/gorilla/mux v1.8.0 08:57:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 08:57:58 go: downloading github.com/google/uuid v1.2.0 08:57:58 go: downloading github.com/BurntSushi/toml v0.3.1 08:57:58 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:57:58 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:57:58 go: downloading github.com/pebbe/zmq4 v1.2.7 08:57:58 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:57:58 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:57:58 go: downloading github.com/go-kit/kit v0.8.0 08:57:58 go: downloading github.com/gorilla/websocket v1.4.2 08:57:58 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:57:59 go: downloading github.com/hashicorp/consul/api v1.8.1 08:57:59 go: downloading github.com/x448/float16 v0.8.4 08:57:59 go: downloading github.com/mitchellh/copystructure v1.0.0 08:57:59 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:57:59 go: downloading github.com/hashicorp/serf v0.9.5 08:57:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:57:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:57:59 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:57:59 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:57:59 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:57:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:57:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:57:59 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:57:59 go: downloading github.com/mattn/go-isatty v0.0.12 08:57:59 go: downloading github.com/fatih/color v1.9.0 08:57:59 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:57:59 go: downloading github.com/mattn/go-colorable v0.1.6 08:57:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:57:59 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:57:59 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:58:09 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:58:09 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:58:09 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:58:09 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:58:11 Building config-common 08:58:11 + snapcraftctl build 08:58:13 Building edgex-go 08:58:14 + cd /root/parts/edgex-go/src 08:58:14 + make build 08:58:14 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:58:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 08:58:15 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 08:58:15 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 08:58:15 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:58:15 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:58:15 go: downloading github.com/pkg/errors v0.8.1 08:58:15 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 08:58:15 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 08:58:15 go: downloading github.com/imdario/mergo v0.3.12 08:58:15 go: downloading github.com/pelletier/go-toml v1.9.0 08:58:15 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 08:58:16 go: downloading golang.org/x/text v0.3.2 08:58:22 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:58:22 go: downloading gopkg.in/yaml.v2 v2.4.0 08:58:27 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:29 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:58:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:58:31 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:58:31 go: downloading github.com/stretchr/testify v1.7.0 08:58:32 go: downloading github.com/davecgh/go-spew v1.1.1 08:58:32 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:58:32 go: downloading github.com/pmezard/go-difflib v1.0.0 08:58:34 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:34 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:58:34 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:58:36 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:58:37 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:58: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:58:40 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:58:40 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:58:41 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:58:41 go: downloading github.com/lib/pq v1.9.0 08:58:44 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:58:44 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:58:44 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:58:44 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:58:44 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:58:44 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:58:44 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:58:44 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:58:44 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:58:44 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:58:44 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:58:44 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:58:44 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:58:44 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:58:44 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:58:44 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:58:44 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:58:44 + 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 08:58:44 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:58:44 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:58:44 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:58:44 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:58:44 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:58:44 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:58:44 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:58:44 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:58:47 Building static-packages 08:58:47 + snapcraftctl build 08:58:49 Building version 08:58:49 + snapcraftctl build 08:58:52 Skipping stage go-build-helper (already ran) 08:58:52 Staging app-service-config 08:58:52 + snapcraftctl stage 08:58:53 Staging config-common 08:58:53 + snapcraftctl stage 08:58:54 Staging edgex-go 08:58:54 + snapcraftctl stage 08:58:56 Staging static-packages 08:58:56 + snapcraftctl stage 08:58:57 Staging version 08:58:57 + snapcraftctl stage 08:58:58 Priming go-build-helper 08:58:58 + snapcraftctl prime 08:58:59 Priming app-service-config 08:58:59 + snapcraftctl prime 08:59:01 Priming config-common 08:59:01 + snapcraftctl prime 08:59:02 Priming edgex-go 08:59:02 + snapcraftctl prime 08:59:03 Priming static-packages 08:59:03 + snapcraftctl prime 08:59:06 Priming version 08:59:06 + snapcraftctl prime 08:59:07 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 08:59:10 provisioning config files... 08:59:10 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/105@tmp/config5926222961172337161tmp [Pipeline] { [Pipeline] sh 08:59:10 + set +x 08:59:10 + bash -s -- 08:59:10 + curl -s https://codecov.io/bash 08:59:11 08:59:11 _____ _ 08:59:11 / ____| | | 08:59:11 | | ___ __| | ___ ___ _____ __ 08:59:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:59:11 | |___| (_) | (_| | __/ (_| (_) \ V / 08:59:11 \_____\___/ \__,_|\___|\___\___/ \_/ 08:59:11 Bash-1.0.2 08:59:11 08:59:11 08:59:11 ==> git version 2.24.3 found 08:59:11 ==> 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 08:59:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:59:11 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:59:11 ==> Jenkins CI detected. 08:59:11 project root: . 08:59:11 --> token set from env 08:59:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:59:11 ==> Running gcov in . (disable via -X gcov) 08:59:11 ==> Python coveragepy not found 08:59:11 ==> Searching for coverage reports in: 08:59:11 + . 08:59:11 -> Found 1 reports 08:59:11 ==> Detecting git/mercurial file structure 08:59:11 ==> Reading reports 08:59:11 + ./coverage.out bytes=703598 08:59:11 ==> Appending adjustments 08:59:11 https://docs.codecov.io/docs/fixing-reports 08:59:20 + Found adjustments 08:59:20 ==> Gzipping contents 08:59:20 100K /tmp/codecov.lGMaSw.gz 08:59:20 ==> Uploading reports 08:59:20 url: https://codecov.io 08:59:20 query: branch=PR-2858&commit=74c7c8d9f1b5b334d921ed4b4876d4705e38287a&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F105%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= 08:59:20 -> Pinging Codecov 08:59:20 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-2858&commit=74c7c8d9f1b5b334d921ed4b4876d4705e38287a&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F105%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= 08:59:20 -> Uploading to 08:59:20 https://storage.googleapis.com/codecov/v4/raw/2021-04-22/00271124DB129430A58F1EEE437C3FCB/74c7c8d9f1b5b334d921ed4b4876d4705e38287a/295d36a9-494c-47e0-9085-a1f7e5ae8333.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210422%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210422T085919Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dbee013fabb8cc587516cb73171366b0574fc79de6c442dce65927c72ed2bfd3 08:59:20 % Total % Received % Xferd Average Speed Time Time Time Current 08:59:20 Dload Upload Total Spent Left Speed 08:59:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 186k --:--:-- --:--:-- --:--:-- 186k 08:59:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/74c7c8d9f1b5b334d921ed4b4876d4705e38287a [Pipeline] } 08:59:20 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 08:59:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:59:22 ---> package-listing.sh 08:59:22 ++ tr '[:upper:]' '[:lower:]' 08:59:22 ++ facter osfamily 08:59:23 + OS_FAMILY=redhat 08:59:23 + workspace=/w/workspace/edgex-go/105 08:59:23 + START_PACKAGES=/tmp/packages_start.txt 08:59:23 + END_PACKAGES=/tmp/packages_end.txt 08:59:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:59:23 + PACKAGES=/tmp/packages_start.txt 08:59:23 + '[' /w/workspace/edgex-go/105 ']' 08:59:23 + PACKAGES=/tmp/packages_end.txt 08:59:23 + case "${OS_FAMILY}" in 08:59:23 + rpm -qa 08:59:23 + sort 08:59:31 + '[' -f /tmp/packages_start.txt ']' 08:59:31 + '[' -f /tmp/packages_end.txt ']' 08:59:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:59:31 + '[' /w/workspace/edgex-go/105 ']' 08:59:31 + mkdir -p /w/workspace/edgex-go/105/archives/ 08:59:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/105/archives/ [Pipeline] echo 08:59:31 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/105/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:59:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:59:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:59:32 08:59:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:59:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:59:32 alpine: Pulling from edgex-lftools-log-publisher 08:59:32 df20fa9351a1: Pulling fs layer 08:59:32 36b3adc4ff6f: Pulling fs layer 08:59:32 8ad3a11d3b57: Pulling fs layer 08:59:32 46f8f816bc3b: Pulling fs layer 08:59:32 93b61091891f: Pulling fs layer 08:59:32 93b9cdb0e59b: Pulling fs layer 08:59:32 5e14af77c1be: Pulling fs layer 08:59:32 01666e4c0597: Pulling fs layer 08:59:32 aa168da1d23b: Pulling fs layer 08:59:32 93b9cdb0e59b: Waiting 08:59:32 01666e4c0597: Waiting 08:59:32 aa168da1d23b: Waiting 08:59:32 5e14af77c1be: Waiting 08:59:32 46f8f816bc3b: Waiting 08:59:32 93b61091891f: Waiting 08:59:33 36b3adc4ff6f: Verifying Checksum 08:59:33 36b3adc4ff6f: Download complete 08:59:33 46f8f816bc3b: Download complete 08:59:33 df20fa9351a1: Verifying Checksum 08:59:33 df20fa9351a1: Download complete 08:59:33 93b9cdb0e59b: Verifying Checksum 08:59:33 93b9cdb0e59b: Download complete 08:59:33 5e14af77c1be: Verifying Checksum 08:59:33 5e14af77c1be: Download complete 08:59:33 01666e4c0597: Verifying Checksum 08:59:33 01666e4c0597: Download complete 08:59:33 93b61091891f: Verifying Checksum 08:59:33 93b61091891f: Download complete 08:59:33 8ad3a11d3b57: Verifying Checksum 08:59:33 8ad3a11d3b57: Download complete 08:59:33 df20fa9351a1: Pull complete 08:59:33 36b3adc4ff6f: Pull complete 08:59:35 8ad3a11d3b57: Pull complete 08:59:36 aa168da1d23b: Verifying Checksum 08:59:36 aa168da1d23b: Download complete 08:59:36 46f8f816bc3b: Pull complete 08:59:37 93b61091891f: Pull complete 08:59:38 93b9cdb0e59b: Pull complete 08:59:38 5e14af77c1be: Pull complete 08:59:38 01666e4c0597: Pull complete 08:59:53 aa168da1d23b: Pull complete 08:59:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:59:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:59:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:59:54 prd-centos7-docker-4c-2g-1419 does not seem to be running inside a container 08:59:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/105/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/105 -v /w/workspace/edgex-go/105:/w/workspace/edgex-go/105:rw,z -v /w/workspace/edgex-go/105@tmp:/w/workspace/edgex-go/105@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 08:59:58 $ docker top 0a1a13ec4220ce652bd1c73c7ab573f94e99507cd0c5c0a8bb2f4cd6ebecfb56 -eo pid,comm [Pipeline] { [Pipeline] sh 08:59:59 + touch /tmp/pre-build-complete [Pipeline] sh 08:59:59 + mkdir -p /var/log/sa [Pipeline] sh 09:00:00 + ls /var/log/sa-host 09:00:00 + sadf -c /var/log/sa-host/sa22 09:00:00 file_magic: OK 09:00:00 HZ: Using current value: 100 09:00:00 file_header: OK 09:00:00 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:00:00 Statistics: 09:00:00 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... 09:00:00 File successfully converted to sysstat format version 12.2.1 09:00:00 + sadf -c /var/log/sa-host/sa23 09:00:00 file_magic: OK 09:00:00 HZ: Using current value: 100 09:00:00 file_header: OK 09:00:00 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:00:00 Statistics: 09:00:00 Hnuu...uuuununununu... 09:00:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:00:00 provisioning config files... 09:00:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/105@tmp/config5164680973345997660tmp [Pipeline] { [Pipeline] echo 09:00:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:00:00 ---> create-netrc.sh [Pipeline] } 09:00:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:00:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:00:01 ---> python-tools-install.sh [Pipeline] echo 09:00:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:00:02 ---> sudo-logs.sh 09:00:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:00:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:00:02 ---> job-cost.sh 09:00:02 lf-activate-venv: SKIPPING 09:00:02 DEBUG: total: 0.20999999344348907 09:00:02 INFO: Retrieving Stack Cost... 09:00:06 INFO: Retrieving Pricing Info for: v1-standard-2 09:00:06 INFO: Archiving Costs [Pipeline] echo 09:00:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:00:07 ---> logs-deploy.sh 09:00:07 lf-activate-venv: SKIPPING 09:00:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/105 09:00:07 INFO: archiving workspace using pattern(s): 09:00:10 Archives upload complete. 09:00:10 INFO: archiving logs to Nexus 09:00:12 ---> uname -a: 09:00:12 Linux prd-centos7-docker-4c-2g-1419.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:00:12 09:00:12 09:00:12 ---> lscpu: 09:00:12 Architecture: x86_64 09:00:12 CPU op-mode(s): 32-bit, 64-bit 09:00:12 Byte Order: Little Endian 09:00:12 Address sizes: 40 bits physical, 48 bits virtual 09:00:12 CPU(s): 4 09:00:12 On-line CPU(s) list: 0-3 09:00:12 Thread(s) per core: 1 09:00:12 Core(s) per socket: 1 09:00:12 Socket(s): 4 09:00:12 NUMA node(s): 1 09:00:12 Vendor ID: GenuineIntel 09:00:12 CPU family: 6 09:00:12 Model: 44 09:00:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:00:12 Stepping: 1 09:00:12 CPU MHz: 2933.438 09:00:12 BogoMIPS: 5866.87 09:00:12 Virtualization: VT-x 09:00:12 Hypervisor vendor: KVM 09:00:12 Virtualization type: full 09:00:12 L1d cache: 128 KiB 09:00:12 L1i cache: 128 KiB 09:00:12 L2 cache: 16 MiB 09:00:12 L3 cache: 64 MiB 09:00:12 NUMA node0 CPU(s): 0-3 09:00:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:00:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:00:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:00:12 Vulnerability Meltdown: Mitigation; PTI 09:00:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:00:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:00:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:00:12 Vulnerability Srbds: Not affected 09:00:12 Vulnerability Tsx async abort: Not affected 09:00:12 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:00:12 09:00:12 09:00:12 ---> nproc: 09:00:12 4 09:00:12 09:00:12 09:00:12 ---> df -h: 09:00:12 Filesystem Size Used Available Use% Mounted on 09:00:12 overlay 50.0G 11.4G 38.6G 23% / 09:00:12 tmpfs 64.0M 0 64.0M 0% /dev 09:00:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:00:12 shm 64.0M 0 64.0M 0% /dev/shm 09:00:12 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 09:00:12 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 09:00:12 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 09:00:12 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 09:00:12 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 09:00:12 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 09:00:12 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 09:00:12 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 09:00:12 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/105@tmp 09:00:12 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/105 09:00:12 09:00:12 09:00:12 ---> free -m: 09:00:12 total used free shared buff/cache available 09:00:12 Mem: 1837 734 261 0 842 1020 09:00:12 Swap: 1023 61 962 09:00:12 09:00:12 09:00:12 ---> ip addr: 09:00:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:00:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:00:12 inet 127.0.0.1/8 scope host lo 09:00:12 valid_lft forever preferred_lft forever 09:00:12 inet6 ::1/128 scope host 09:00:12 valid_lft forever preferred_lft forever 09:00:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:00:12 link/ether fa:16:3e:66:ac:b1 brd ff:ff:ff:ff:ff:ff 09:00:12 inet 10.30.123.83/23 brd 10.30.123.255 scope global dynamic eth0 09:00:12 valid_lft 84626sec preferred_lft 84626sec 09:00:12 inet6 fe80::f816:3eff:fe66:acb1/64 scope link 09:00:12 valid_lft forever preferred_lft forever 09:00:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:00:12 link/ether 02:42:6d:47:24:2b brd ff:ff:ff:ff:ff:ff 09:00:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:00:12 valid_lft forever preferred_lft forever 09:00:12 inet6 fe80::42:6dff:fe47:242b/64 scope link 09:00:12 valid_lft forever preferred_lft forever 09:00:12 09:00:12 09:00:12 ---> sar -b -r -n DEV: 09:00:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 09:00:12 09:00:12 08:30:25 LINUX RESTART (4 CPU) 09:00:12 09:00:12 08:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:00:12 08:32:01 117.29 57.49 59.79 0.00 3913.40 41123.78 0.00 09:00:12 08:33:02 63.47 22.03 41.44 0.00 5201.79 8449.04 0.00 09:00:12 08:34:01 215.62 116.38 99.24 0.00 7100.76 39868.40 0.00 09:00:12 08:35:01 205.78 73.91 131.87 0.00 3201.85 17381.03 0.00 09:00:12 08:36:01 93.02 39.49 53.53 0.00 1780.71 5619.69 0.00 09:00:12 08:37:02 61.42 15.82 45.60 0.00 550.80 7351.88 0.00 09:00:12 08:38:01 84.78 44.54 40.25 0.00 1566.63 1923.97 0.00 09:00:12 08:39:01 76.10 29.94 46.16 0.00 1878.18 7130.82 0.00 09:00:12 08:40:01 97.45 13.79 83.66 0.00 928.45 19201.49 0.00 09:00:12 08:41:09 611.65 452.58 159.07 0.00 77025.49 125968.33 0.00 09:00:12 08:42:14 1112.13 983.68 128.46 0.00 50903.69 54424.86 0.00 09:00:12 08:43:14 1119.15 995.27 123.88 0.00 69660.40 75369.03 0.00 09:00:12 08:44:02 863.78 751.80 111.99 0.00 39034.59 37968.63 0.00 09:00:12 08:45:01 122.63 59.58 63.05 0.00 4517.81 11569.05 0.00 09:00:12 08:46:04 271.44 77.61 193.84 0.00 12793.21 37879.88 0.00 09:00:12 08:47:16 736.12 610.70 125.43 0.00 56722.36 85889.59 0.00 09:00:12 08:48:06 576.04 481.69 94.35 0.00 27474.82 26233.42 0.00 09:00:12 08:49:03 1098.14 904.79 193.35 0.00 53831.74 56634.21 0.00 09:00:12 08:50:01 196.58 56.11 140.47 0.00 4223.84 26602.66 0.00 09:00:12 08:51:01 84.66 20.39 64.27 0.00 3291.20 6633.87 0.00 09:00:12 08:52:01 5.34 0.03 5.31 0.00 0.67 168.41 0.00 09:00:12 08:53:01 0.40 0.02 0.38 0.00 0.27 5.38 0.00 09:00:12 08:54:01 0.78 0.42 0.37 0.00 4.93 4.86 0.00 09:00:12 08:55:01 0.27 0.02 0.25 0.00 0.13 3.58 0.00 09:00:12 08:56:01 0.37 0.02 0.35 0.00 0.13 5.06 0.00 09:00:12 08:57:01 0.78 0.52 0.27 0.00 120.30 4.16 0.00 09:00:12 08:58:02 0.35 0.00 0.35 0.00 0.00 5.06 0.00 09:00:12 08:59:01 0.91 0.69 0.22 0.00 8.40 2.22 0.00 09:00:12 Average: 278.96 206.83 72.13 0.00 15586.85 25628.71 0.00 09:00:12 09:00:12 08:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:00:12 08:32:01 66224 0 598984 31.83 2620 1213716 1128908 38.53 526628 1091328 21160 09:00:12 08:33:02 71744 0 816436 43.39 2620 990744 1486180 50.72 654772 950792 1152 09:00:12 08:34:01 68204 0 748160 39.76 1956 1063224 1479636 50.50 567076 1002620 66612 09:00:12 08:35:01 271960 0 752132 39.97 1492 855960 1320656 45.07 493724 837700 260 09:00:12 08:36:01 333324 0 773120 41.09 748 774352 1529408 52.20 532500 733236 61976 09:00:12 08:37:02 131540 0 881524 46.85 628 867852 1872896 63.92 740844 718148 6432 09:00:12 08:38:01 253228 0 799972 42.52 588 827756 1741068 59.42 601892 731120 83964 09:00:12 08:39:01 278568 0 769032 40.87 460 833484 1319180 45.02 593488 712400 14040 09:00:12 08:40:01 170888 0 770680 40.96 372 939604 1269732 43.33 579120 835236 1124 09:00:12 08:41:09 73944 0 854836 45.43 56 952708 2277940 77.74 724104 874468 84308 09:00:12 08:42:14 66144 0 860700 45.74 56 954644 2331440 79.57 746996 849356 77012 09:00:12 08:43:14 70832 0 873988 46.45 56 936668 2334316 79.67 766916 810464 19636 09:00:12 08:44:02 438180 0 1025508 54.50 56 417800 3984848 136.00 693812 475696 9728 09:00:12 08:45:01 298956 0 994752 52.87 56 587780 3358228 114.61 663980 640464 37112 09:00:12 08:46:04 71692 0 733404 38.98 56 1076392 1448976 49.45 724876 828756 9960 09:00:12 08:47:16 64016 0 810060 43.05 56 1007412 2151796 73.44 705684 899664 35584 09:00:12 08:48:06 79928 0 853048 45.34 56 948512 2481996 84.71 682304 870792 57556 09:00:12 08:49:03 483444 0 708804 37.67 56 689240 1785304 60.93 513556 646112 36 09:00:12 08:50:01 154600 0 722532 38.40 56 1004356 1504020 51.33 608564 869844 61492 09:00:12 08:51:01 175676 0 653768 34.75 56 1052044 1203356 41.07 565436 888016 20 09:00:12 08:52:01 181832 0 647608 34.42 56 1052048 1181324 40.32 562224 887912 12 09:00:12 08:53:01 183432 0 646000 34.33 56 1052056 1165904 39.79 560864 888236 16 09:00:12 08:54:01 182448 0 646976 34.39 56 1052064 1166096 39.80 561340 888392 8 09:00:12 08:55:01 183568 0 645848 34.33 56 1052072 1165904 39.79 560792 888452 8 09:00:12 08:56:01 183644 0 645764 34.32 56 1052080 1165904 39.79 560800 888452 8 09:00:12 08:57:01 177220 0 648680 34.48 56 1055588 1165964 39.79 566532 889228 8 09:00:12 08:58:02 177316 0 648572 34.47 56 1055600 1165904 39.79 566460 889236 8 09:00:12 08:59:01 176204 0 649676 34.53 56 1055608 1166188 39.80 567244 889484 16 09:00:12 Average: 181027 0 756449 40.20 448 943620 1691181 57.72 614019 834843 23187 09:00:12 09:00:12 08:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:00:12 08:32:01 eth0 745.47 559.45 3242.75 77.86 0.00 0.00 0.00 0.00 09:00:12 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:33:02 veth4c26450 848.55 759.40 82.90 2685.31 0.00 0.00 0.00 0.00 09:00:12 08:33:02 eth0 881.24 929.94 3157.35 109.33 0.00 0.00 0.00 0.00 09:00:12 08:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:33:02 docker0 848.55 759.26 71.29 2685.30 0.00 0.00 0.00 0.00 09:00:12 08:34:01 eth0 452.85 348.71 3249.51 71.04 0.00 0.00 0.00 0.00 09:00:12 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:34:01 vetha2030f5 103.99 134.44 7.00 361.42 0.00 0.00 0.00 0.00 09:00:12 08:34:01 docker0 104.02 134.32 5.58 361.41 0.00 0.00 0.00 0.00 09:00:12 08:35:01 eth0 169.80 81.04 505.00 17.14 0.00 0.00 0.00 0.00 09:00:12 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:35:01 vethe218821 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:00:12 08:35:01 docker0 58.86 140.55 4.63 477.15 0.00 0.00 0.00 0.00 09:00:12 08:36:01 eth0 11.55 8.49 9.49 4.68 0.00 0.00 0.00 0.00 09:00:12 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:36:01 vethe218821 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:37:02 eth0 39.06 34.18 22.11 85.95 0.00 0.00 0.00 0.00 09:00:12 08:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:37:02 vethe218821 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 09:00:12 08:37:02 docker0 0.93 0.93 0.06 0.08 0.00 0.00 0.00 0.00 09:00:12 08:38:01 eth0 21.23 16.03 15.61 8.65 0.00 0.00 0.00 0.00 09:00:12 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:38:01 vethe218821 1.52 1.52 0.12 0.12 0.00 0.00 0.00 0.00 09:00:12 08:38:01 docker0 1.52 1.52 0.10 0.12 0.00 0.00 0.00 0.00 09:00:12 08:39:01 eth0 18.10 12.57 15.87 8.58 0.00 0.00 0.00 0.00 09:00:12 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:39:01 vethe218821 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:40:01 eth0 201.51 155.59 1694.84 86.70 0.00 0.00 0.00 0.00 09:00:12 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:40:01 vethfb96d43 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:00:12 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:41:09 eth0 5.29 4.23 5.35 2.12 0.00 0.00 0.00 0.00 09:00:12 08:41:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:41:09 vethfb96d43 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:41:09 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:42:14 eth0 65.83 48.36 147.97 8.96 0.00 0.00 0.00 0.00 09:00:12 08:42:14 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:42:14 vethfb96d43 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 09:00:12 08:42:14 docker0 38.08 51.12 2.49 137.07 0.00 0.00 0.00 0.00 09:00:12 08:43:14 eth0 2.03 1.63 1.44 0.78 0.00 0.00 0.00 0.00 09:00:12 08:43:14 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:43:14 vethfb96d43 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:43:14 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:44:02 vetha6683ac 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 09:00:12 08:44:02 eth0 2.99 2.46 2.30 1.34 0.00 0.00 0.00 0.00 09:00:12 08:44:02 veth2c1e8e4 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 09:00:12 08:44:02 veth4416e03 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 09:00:12 08:45:01 vetha6683ac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:45:01 eth0 4.61 3.57 3.76 2.04 0.00 0.00 0.00 0.00 09:00:12 08:45:01 veth2c1e8e4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:45:01 veth4416e03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:46:04 eth0 95.81 64.78 248.89 71.57 0.00 0.00 0.00 0.00 09:00:12 08:46:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 09:00:12 08:46:04 vethfb96d43 0.00 0.75 0.00 0.04 0.00 0.00 0.00 0.00 09:00:12 08:46:04 docker0 1038.77 1096.03 82.67 3711.18 0.00 0.00 0.00 0.00 09:00:12 08:47:16 eth0 8.26 6.92 6.58 3.64 0.00 0.00 0.00 0.00 09:00:12 08:47:16 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:47:16 vethfb96d43 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:47:16 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:48:06 veth1b69b23 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 09:00:12 08:48:06 eth0 47.78 39.48 86.31 9.62 0.00 0.00 0.00 0.00 09:00:12 08:48:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:48:06 vethdfa15e3 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 09:00:12 08:49:03 veth8822c1d 0.00 0.09 0.00 0.01 0.00 0.00 0.00 0.00 09:00:12 08:49:03 eth0 29.27 21.88 46.39 26.24 0.00 0.00 0.00 0.00 09:00:12 08:49:03 vetha140cc7 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 09:00:12 08:49:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:50:01 eth0 200.55 137.75 1659.71 77.14 0.00 0.00 0.00 0.00 09:00:12 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:50:01 veth347dce9 16.82 41.26 1.21 335.84 0.00 0.00 0.00 0.00 09:00:12 08:50:01 vethfb96d43 0.00 1.10 0.00 0.05 0.00 0.00 0.00 0.00 09:00:12 08:51:01 eth0 48.18 40.72 41.16 73.34 0.00 0.00 0.00 0.00 09:00:12 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:51:01 docker0 1124.35 1216.29 88.94 4323.50 0.00 0.00 0.00 0.00 09:00:12 08:52:01 eth0 0.32 0.23 0.14 0.07 0.00 0.00 0.00 0.00 09:00:12 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:53:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 09:00:12 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:54:01 eth0 0.55 0.43 0.32 0.20 0.00 0.00 0.00 0.00 09:00:12 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:55:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:00:12 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:56:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:57:01 eth0 0.35 0.28 0.15 0.08 0.00 0.00 0.00 0.00 09:00:12 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:58:02 eth0 0.68 0.00 0.06 0.00 0.00 0.00 0.00 0.00 09:00:12 08:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:58:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:59:01 eth0 1.42 0.59 0.59 0.37 0.00 0.00 0.00 0.00 09:00:12 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 Average: eth0 109.11 89.97 504.40 26.70 0.00 0.00 0.00 0.00 09:00:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:00:12 Average: docker0 40.22 43.51 3.18 154.67 0.00 0.00 0.00 0.00 09:00:12 09:00:12 09:00:12 ---> sar -P ALL: 09:00:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 09:00:12 09:00:12 08:30:25 LINUX RESTART (4 CPU) 09:00:12 09:00:12 08:31:01 CPU %user %nice %system %iowait %steal %idle 09:00:12 08:32:01 all 12.54 0.00 7.40 6.01 19.13 54.91 09:00:12 08:32:01 0 12.18 0.00 11.48 3.57 18.07 54.70 09:00:12 08:32:01 1 13.25 0.00 7.14 7.32 19.74 52.55 09:00:12 08:32:01 2 12.11 0.00 5.32 6.78 19.63 56.15 09:00:12 08:32:01 3 12.62 0.00 5.87 6.28 19.04 56.19 09:00:12 08:33:02 all 8.14 0.00 5.19 1.41 18.07 67.19 09:00:12 08:33:02 0 9.55 0.00 6.28 1.24 20.24 62.69 09:00:12 08:33:02 1 5.92 0.00 4.14 0.59 17.71 71.63 09:00:12 08:33:02 2 8.81 0.00 4.89 1.44 16.94 67.93 09:00:12 08:33:02 3 8.33 0.00 5.49 2.41 17.41 66.36 09:00:12 08:34:01 all 8.16 0.00 5.85 1.86 16.56 67.57 09:00:12 08:34:01 0 7.40 0.00 6.34 1.79 17.60 66.87 09:00:12 08:34:01 1 7.14 0.00 5.34 1.74 16.18 69.60 09:00:12 08:34:01 2 5.97 0.00 6.42 2.18 16.20 69.23 09:00:12 08:34:01 3 12.14 0.00 5.32 1.73 16.27 64.54 09:00:12 08:35:01 all 4.89 0.00 5.59 7.36 24.17 57.99 09:00:12 08:35:01 0 4.79 0.00 5.46 6.67 25.37 57.70 09:00:12 08:35:01 1 5.04 0.00 6.33 6.00 23.27 59.35 09:00:12 08:35:01 2 4.26 0.00 4.70 10.73 24.29 56.02 09:00:12 08:35:01 3 5.46 0.00 5.90 5.98 23.74 58.92 09:00:12 08:36:01 all 33.86 0.00 9.94 2.57 31.59 22.05 09:00:12 08:36:01 0 29.75 0.00 9.92 3.27 33.69 23.36 09:00:12 08:36:01 1 33.57 0.00 9.95 1.93 32.64 21.90 09:00:12 08:36:01 2 36.20 0.00 9.82 1.96 29.87 22.15 09:00:12 08:36:01 3 35.94 0.00 10.05 3.11 30.14 20.77 09:00:12 08:37:02 all 30.32 0.00 10.21 1.80 28.31 29.37 09:00:12 08:37:02 0 31.93 0.00 10.25 0.72 28.14 28.96 09:00:12 08:37:02 1 29.12 0.00 9.78 1.95 29.03 30.12 09:00:12 08:37:02 2 29.19 0.00 10.57 2.76 28.87 28.61 09:00:12 08:37:02 3 31.05 0.00 10.25 1.76 27.17 29.77 09:00:12 08:38:01 all 36.99 0.00 12.16 2.45 26.90 21.50 09:00:12 08:38:01 0 36.20 0.00 12.66 3.47 26.85 20.82 09:00:12 08:38:01 1 35.42 0.00 12.54 3.07 27.17 21.79 09:00:12 08:38:01 2 38.90 0.00 11.89 1.82 26.61 20.78 09:00:12 08:38:01 3 37.46 0.00 11.52 1.42 26.98 22.61 09:00:12 08:39:01 all 23.78 0.00 10.53 2.35 26.56 36.79 09:00:12 08:39:01 0 22.81 0.00 9.73 2.10 26.69 38.68 09:00:12 08:39:01 1 26.01 0.00 11.60 2.37 26.86 33.16 09:00:12 08:39:01 2 24.59 0.00 10.72 3.73 25.95 35.02 09:00:12 08:39:01 3 21.76 0.00 10.08 1.21 26.76 40.19 09:00:12 08:40:01 all 11.46 0.00 7.49 1.16 21.27 58.62 09:00:12 08:40:01 0 9.49 0.00 6.73 0.41 22.33 61.05 09:00:12 08:40:01 1 13.35 0.00 7.80 1.64 21.47 55.74 09:00:12 08:40:01 2 10.70 0.00 7.27 0.94 20.12 60.98 09:00:12 08:40:01 3 12.40 0.00 8.19 1.67 21.12 56.62 09:00:12 08:41:09 all 9.72 0.00 10.82 13.58 37.55 28.32 09:00:12 08:41:09 0 8.90 0.00 9.43 12.14 36.74 32.78 09:00:12 08:41:09 1 10.41 0.00 12.13 14.29 37.81 25.36 09:00:12 08:41:09 2 9.59 0.00 10.59 14.47 37.86 27.50 09:00:12 08:41:09 3 10.02 0.00 11.20 13.45 37.82 27.50 09:00:12 08:42:14 all 4.76 0.00 9.03 35.94 27.32 22.95 09:00:12 08:42:14 0 4.90 0.00 9.61 33.48 27.36 24.65 09:00:12 08:42:14 1 5.49 0.00 9.99 35.73 27.84 20.95 09:00:12 08:42:14 2 4.45 0.00 8.27 36.97 26.41 23.89 09:00:12 08:42:14 3 4.21 0.00 8.27 37.56 27.66 22.31 09:00:12 09:00:12 08:42:14 CPU %user %nice %system %iowait %steal %idle 09:00:12 08:43:14 all 5.60 0.00 6.11 28.36 40.95 18.99 09:00:12 08:43:14 0 4.64 0.00 5.22 26.01 40.72 23.41 09:00:12 08:43:14 1 5.72 0.00 6.43 31.13 40.45 16.27 09:00:12 08:43:14 2 6.66 0.00 6.77 29.47 41.07 16.03 09:00:12 08:43:14 3 5.42 0.00 6.08 26.90 41.56 20.03 09:00:12 08:44:02 all 8.90 0.00 7.96 27.51 40.56 15.06 09:00:12 08:44:02 0 8.43 0.00 7.43 26.34 40.55 17.25 09:00:12 08:44:02 1 9.13 0.00 8.42 28.01 40.95 13.49 09:00:12 08:44:02 2 8.44 0.00 7.53 29.41 40.79 13.83 09:00:12 08:44:02 3 9.60 0.00 8.50 26.36 39.97 15.57 09:00:12 08:45:01 all 63.60 0.00 11.30 0.13 24.87 0.10 09:00:12 08:45:01 0 64.81 0.00 11.55 0.16 23.41 0.06 09:00:12 08:45:01 1 60.86 0.00 11.44 0.11 27.56 0.04 09:00:12 08:45:01 2 63.82 0.00 10.59 0.16 25.37 0.06 09:00:12 08:45:01 3 64.86 0.00 11.63 0.11 23.18 0.23 09:00:12 08:46:04 all 14.61 0.00 11.51 10.82 38.98 24.08 09:00:12 08:46:04 0 14.28 0.00 10.89 10.66 39.88 24.28 09:00:12 08:46:04 1 14.73 0.00 11.39 10.26 38.56 25.06 09:00:12 08:46:04 2 15.31 0.00 11.99 13.53 37.52 21.66 09:00:12 08:46:04 3 14.13 0.00 11.77 8.86 39.95 25.29 09:00:12 08:47:16 all 6.92 0.00 6.59 16.31 44.12 26.06 09:00:12 08:47:16 0 6.74 0.00 6.31 17.41 44.25 25.30 09:00:12 08:47:16 1 7.61 0.00 6.90 15.41 44.10 25.97 09:00:12 08:47:16 2 6.69 0.00 6.48 15.54 44.32 26.98 09:00:12 08:47:16 3 6.64 0.00 6.68 16.85 43.83 26.00 09:00:12 08:48:06 all 24.55 0.00 12.58 11.12 42.25 9.49 09:00:12 08:48:06 0 21.84 0.00 11.07 10.74 45.16 11.18 09:00:12 08:48:06 1 24.52 0.00 13.01 12.70 42.28 7.50 09:00:12 08:48:06 2 23.88 0.00 12.43 10.91 43.01 9.77 09:00:12 08:48:06 3 27.98 0.00 13.81 10.10 38.55 9.55 09:00:12 08:49:03 all 11.61 0.00 8.82 22.78 33.93 22.87 09:00:12 08:49:03 0 10.26 0.00 8.83 21.50 33.99 25.42 09:00:12 08:49:03 1 11.71 0.00 8.78 22.20 33.79 23.52 09:00:12 08:49:03 2 12.65 0.00 9.06 24.70 33.49 20.11 09:00:12 08:49:03 3 11.85 0.00 8.59 22.73 34.45 22.38 09:00:12 08:50:01 all 31.35 0.00 12.34 3.56 23.26 29.50 09:00:12 08:50:01 0 30.65 0.00 12.77 3.37 24.31 28.91 09:00:12 08:50:01 1 33.18 0.00 12.65 4.45 21.34 28.37 09:00:12 08:50:01 2 31.51 0.00 12.41 4.22 22.77 29.10 09:00:12 08:50:01 3 30.05 0.00 11.54 2.24 24.60 31.57 09:00:12 08:51:01 all 4.60 0.00 2.93 3.69 7.18 81.59 09:00:12 08:51:01 0 6.76 0.00 3.76 3.99 6.59 78.91 09:00:12 08:51:01 1 2.72 0.00 2.53 2.59 8.41 83.74 09:00:12 08:51:01 2 5.98 0.00 3.56 5.54 6.91 78.01 09:00:12 08:51:01 3 3.09 0.00 1.94 2.72 6.77 85.49 09:00:12 08:52:01 all 0.12 0.00 0.06 0.00 0.65 99.16 09:00:12 08:52:01 0 0.38 0.00 0.03 0.00 0.38 99.20 09:00:12 08:52:01 1 0.03 0.00 0.03 0.00 1.04 98.89 09:00:12 08:52:01 2 0.02 0.00 0.07 0.00 0.41 99.50 09:00:12 08:52:01 3 0.07 0.00 0.12 0.00 0.78 99.04 09:00:12 08:53:01 all 0.14 0.00 0.14 0.00 0.93 98.78 09:00:12 08:53:01 0 0.45 0.00 0.02 0.00 0.13 99.40 09:00:12 08:53:01 1 0.02 0.00 0.05 0.00 1.12 98.81 09:00:12 08:53:01 2 0.05 0.00 0.10 0.00 1.42 98.44 09:00:12 08:53:01 3 0.05 0.00 0.40 0.02 1.05 98.49 09:00:12 09:00:12 08:53:01 CPU %user %nice %system %iowait %steal %idle 09:00:12 08:54:01 all 0.12 0.00 0.04 0.02 0.38 99.45 09:00:12 08:54:01 0 0.38 0.00 0.03 0.00 0.27 99.32 09:00:12 08:54:01 1 0.00 0.00 0.03 0.03 0.07 99.87 09:00:12 08:54:01 2 0.02 0.00 0.02 0.03 0.73 99.21 09:00:12 08:54:01 3 0.07 0.00 0.07 0.00 0.45 99.42 09:00:12 08:55:01 all 0.12 0.00 0.08 0.00 0.51 99.29 09:00:12 08:55:01 0 0.00 0.00 0.02 0.00 0.15 99.83 09:00:12 08:55:01 1 0.30 0.00 0.10 0.00 0.48 99.12 09:00:12 08:55:01 2 0.12 0.00 0.12 0.00 0.25 99.52 09:00:12 08:55:01 3 0.07 0.00 0.08 0.00 1.16 98.69 09:00:12 08:56:01 all 0.12 0.00 0.03 0.00 0.10 99.75 09:00:12 08:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:00:12 08:56:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:00:12 08:56:01 2 0.38 0.00 0.03 0.00 0.05 99.53 09:00:12 08:56:01 3 0.05 0.00 0.07 0.00 0.33 99.55 09:00:12 08:57:01 all 0.13 0.00 0.04 0.02 0.16 99.65 09:00:12 08:57:01 0 0.03 0.00 0.02 0.00 0.05 99.90 09:00:12 08:57:01 1 0.05 0.00 0.02 0.00 0.08 99.85 09:00:12 08:57:01 2 0.37 0.00 0.03 0.05 0.15 99.40 09:00:12 08:57:01 3 0.07 0.00 0.08 0.03 0.37 99.45 09:00:12 08:58:02 all 0.10 0.00 0.03 0.00 0.34 99.53 09:00:12 08:58:02 0 0.00 0.00 0.03 0.00 0.32 99.65 09:00:12 08:58:02 1 0.03 0.00 0.03 0.00 0.42 99.52 09:00:12 08:58:02 2 0.37 0.00 0.02 0.00 0.18 99.43 09:00:12 08:58:02 3 0.00 0.00 0.05 0.00 0.45 99.50 09:00:12 08:59:01 all 0.05 0.00 0.03 0.08 1.20 98.64 09:00:12 08:59:01 0 0.02 0.00 0.02 0.00 2.26 97.71 09:00:12 08:59:01 1 0.03 0.00 0.05 0.03 1.03 98.86 09:00:12 08:59:01 2 0.17 0.00 0.02 0.27 0.84 98.70 09:00:12 08:59:01 3 0.00 0.00 0.02 0.00 0.67 99.31 09:00:12 Average: all 11.84 0.00 6.13 7.52 20.82 53.69 09:00:12 Average: 0 11.53 0.00 6.17 7.14 21.18 53.99 09:00:12 Average: 1 11.79 0.00 6.26 7.56 20.90 53.49 09:00:12 Average: 2 11.99 0.00 6.01 8.08 20.57 53.35 09:00:12 Average: 3 12.05 0.00 6.07 7.31 20.65 53.93 09:00:12 09:00:12 09:00:12