Pull request #3198 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 59e85b4d201d361d1383adaf1403a8f74c767cf2+dd4b8fe188861d65d0d5afbafd149fd221a40ee4 (1a634049e104c8e2a85bfde9e7b5eab29307ce7d) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 5a4b2863d981ac6c14e44fa4f963a690d64f08cf Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 5a4b2863d981ac6c14e44fa4f963a690d64f08cf using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3198/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3198/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 5a4b2863d981ac6c14e44fa4f963a690d64f08cf Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27697 in /w/workspace/edgexfoundry_edgex-go_PR-3198 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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/3198/head:refs/remotes/origin/PR-3198 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit 59e85b4d201d361d1383adaf1403a8f74c767cf2 Merge succeeded, producing 59e85b4d201d361d1383adaf1403a8f74c767cf2 Checking out Revision 59e85b4d201d361d1383adaf1403a8f74c767cf2 (PR-3198) > git config core.sparsecheckout # timeout=10 > git checkout -f 59e85b4d201d361d1383adaf1403a8f74c767cf2 # 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 dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 59e85b4d201d361d1383adaf1403a8f74c767cf2 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:41:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:41:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:41:10 ========================================================= 18:41:10 EdgeX Global Pipelines Version Info 18:41:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:41:14 ------------------- 18:41:14 stable info: 18:41:14 ------------------- 18:41:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:41:14 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 18:41:14 Message: update stable to v1.0.181 18:41:15 ------------------- 18:41:15 experimental info: 18:41:15 ------------------- 18:41:15 Commited By: **** collab-it+edgex@linuxfoundation.org 18:41:15 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 18:41:15 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:41:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:41:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:41:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:41:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:41:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:41:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:41:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:41:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:41:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:41:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:41:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:41:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:41:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:41:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:41:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:41:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:41:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:41:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:41:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:41:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:41:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:41:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3198 [Pipeline] echo 18:41:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3198 [Pipeline] echo 18:41:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3198 [Pipeline] echo 18:41:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 59e85b4d201d361d1383adaf1403a8f74c767cf2 [Pipeline] echo 18:41:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 59e85b4 [Pipeline] echo 18:41:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:41:19 provisioning config files... 18:41:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3249606749498081475tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:41:20 ---> docker-login.sh 18:41:20 nexus3.edgexfoundry.org:10001 18:41:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:23 Configure a credential helper to remove this warning. See 18:41:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:23 18:41:23 Login Succeeded 18:41:23 nexus3.edgexfoundry.org:10002 18:41:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:24 Configure a credential helper to remove this warning. See 18:41:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:24 18:41:24 Login Succeeded 18:41:24 nexus3.edgexfoundry.org:10003 18:41:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:25 Configure a credential helper to remove this warning. See 18:41:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:25 18:41:25 Login Succeeded 18:41:25 nexus3.edgexfoundry.org:10004 18:41:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:26 Configure a credential helper to remove this warning. See 18:41:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:26 18:41:26 Login Succeeded 18:41:26 docker.io 18:41:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:27 Configure a credential helper to remove this warning. See 18:41:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:27 18:41:27 Login Succeeded 18:41:27 ---> docker-login.sh ends [Pipeline] } 18:41:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:41:28 ++ 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 18:41:28 + for file in '`ls cmd/**/Dockerfile`' 18:41:28 ++ cut -d/ -f2 18:41:28 ++ dirname cmd/core-command/Dockerfile 18:41:28 + echo core-command,cmd/core-command/Dockerfile 18:41:28 + for file in '`ls cmd/**/Dockerfile`' 18:41:28 ++ cut -d/ -f2 18:41:28 ++ dirname cmd/core-data/Dockerfile 18:41:28 + echo core-data,cmd/core-data/Dockerfile 18:41:28 + for file in '`ls cmd/**/Dockerfile`' 18:41:28 ++ dirname cmd/core-metadata/Dockerfile 18:41:28 ++ cut -d/ -f2 18:41:28 + echo core-metadata,cmd/core-metadata/Dockerfile 18:41:28 + for file in '`ls cmd/**/Dockerfile`' 18:41:28 ++ dirname cmd/security-bootstrapper/Dockerfile 18:41:28 ++ cut -d/ -f2 18:41:28 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:41:28 + for file in '`ls cmd/**/Dockerfile`' 18:41:28 ++ dirname cmd/security-proxy-setup/Dockerfile 18:41:28 ++ cut -d/ -f2 18:41:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:41:28 + for file in '`ls cmd/**/Dockerfile`' 18:41:28 ++ cut -d/ -f2 18:41:28 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:41:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:41:28 + for file in '`ls cmd/**/Dockerfile`' 18:41:28 ++ cut -d/ -f2 18:41:28 ++ dirname cmd/support-notifications/Dockerfile 18:41:28 + echo support-notifications,cmd/support-notifications/Dockerfile 18:41:28 + for file in '`ls cmd/**/Dockerfile`' 18:41:28 ++ dirname cmd/support-scheduler/Dockerfile 18:41:28 ++ cut -d/ -f2 18:41:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:41:28 + for file in '`ls cmd/**/Dockerfile`' 18:41:28 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:41:28 ++ cut -d/ -f2 18:41:28 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:41:28 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 18:41:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:41:30 18:41:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:41:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:41:31 latest: Pulling from edgex-devops/git-semver 18:41:31 31603596830f: Pulling fs layer 18:41:31 2a8b12db71e7: Pulling fs layer 18:41:31 6ca5941a6612: Pulling fs layer 18:41:31 ecc8261a40a4: Pulling fs layer 18:41:31 ecc8261a40a4: Waiting 18:41:31 2a8b12db71e7: Verifying Checksum 18:41:31 2a8b12db71e7: Download complete 18:41:32 31603596830f: Verifying Checksum 18:41:32 31603596830f: Download complete 18:41:32 ecc8261a40a4: Verifying Checksum 18:41:32 ecc8261a40a4: Download complete 18:41:32 6ca5941a6612: Verifying Checksum 18:41:32 6ca5941a6612: Download complete 18:41:33 31603596830f: Pull complete 18:41:33 2a8b12db71e7: Pull complete 18:41:36 6ca5941a6612: Pull complete 18:41:36 ecc8261a40a4: Pull complete 18:41:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:41:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:41:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:41:37 prd-centos7-docker-4c-2g-27697 does not seem to be running inside a container 18:41:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:41:41 $ docker top 082cff55a235f98b9e0932b87afaf5e928cd7f7d633b257565f3c5924ceced24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:41:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:41:42 [ssh-agent] Looking for ssh-agent implementation... 18:41:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:41:43 $ docker exec 082cff55a235f98b9e0932b87afaf5e928cd7f7d633b257565f3c5924ceced24 ssh-agent 18:41:44 SSH_AUTH_SOCK=/tmp/ssh-OGpe85pwFI7T/agent.11 18:41:44 SSH_AGENT_PID=16 18:41:44 Running ssh-add (command line suppressed) 18:41:44 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6188729463416234523.key (/w/workspace/edgex-go/1@tmp/private_key_6188729463416234523.key) 18:41:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:41:45 + git tag --points-at HEAD [Pipeline] } 18:41:45 $ docker exec --env ******** --env ******** 082cff55a235f98b9e0932b87afaf5e928cd7f7d633b257565f3c5924ceced24 ssh-agent -k 18:41:46 unset SSH_AUTH_SOCK; 18:41:46 unset SSH_AGENT_PID; 18:41:46 echo Agent pid 16 killed; 18:41:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:41:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:41:46 [ssh-agent] Looking for ssh-agent implementation... 18:41:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:41:47 $ docker exec 082cff55a235f98b9e0932b87afaf5e928cd7f7d633b257565f3c5924ceced24 ssh-agent 18:41:48 SSH_AUTH_SOCK=/tmp/ssh-q570znOWAsFN/agent.44 18:41:48 SSH_AGENT_PID=49 18:41:48 Running ssh-add (command line suppressed) 18:41:48 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8300471690452849093.key (/w/workspace/edgex-go/1@tmp/private_key_8300471690452849093.key) 18:41:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:41:49 + git semver init 18:41:49 # -> Open(): unable to determine branch for HEAD 18:41:49 # $GIT_DIR = /w/workspace/edgex-go/1/.git 18:41:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 18:41:49 # $SEMVER_REMOTE_NAME = origin 18:41:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:41:49 # $SEMVER_USER_NAME = edgex-jenkins 18:41:49 # $SEMVER_BRANCH = PR-3198 18:41:49 # $SEMVER_TEMP = /tmp/semver-952377226 18:41:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:42:40 # '/tmp/semver-952377226' -> '/w/workspace/edgex-go/1/.semver' 18:42:40 # -> Force: false 18:42:40 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 18:42:40 $ docker exec --env ******** --env ******** 082cff55a235f98b9e0932b87afaf5e928cd7f7d633b257565f3c5924ceced24 ssh-agent -k 18:42:41 unset SSH_AUTH_SOCK; 18:42:41 unset SSH_AGENT_PID; 18:42:41 echo Agent pid 49 killed; 18:42:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:42:42 + git semver [Pipeline] } 18:42:42 $ docker stop --time=1 082cff55a235f98b9e0932b87afaf5e928cd7f7d633b257565f3c5924ceced24 18:42:46 $ docker rm -f 082cff55a235f98b9e0932b87afaf5e928cd7f7d633b257565f3c5924ceced24 [Pipeline] // withDockerContainer [Pipeline] sh 18:42:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:42:49 Stashed 1 file(s) [Pipeline] echo 18:42:49 [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 18:42:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:42:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:42:52 + true 18:42:52 + sudo service docker restart 18:42:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:42:53 ========================================================= 18:42:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:42:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:42:54 + 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 . 18:43:05 Sending build context to Docker daemon 328MB 18:43:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:43:05 Step 2/6 : FROM ${BASE} 18:43:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:43:05 188c0c94c7c5: Pulling fs layer 18:43:05 0ef7d3d256c8: Pulling fs layer 18:43:05 de9db76c5a1d: Pulling fs layer 18:43:05 bca2f99d35d6: Pulling fs layer 18:43:05 93359f2a8cfa: Pulling fs layer 18:43:05 7c6f9722023f: Pulling fs layer 18:43:05 a35cf1a2eb13: Pulling fs layer 18:43:05 93359f2a8cfa: Waiting 18:43:05 7c6f9722023f: Waiting 18:43:05 a35cf1a2eb13: Waiting 18:43:05 bca2f99d35d6: Waiting 18:43:05 de9db76c5a1d: Verifying Checksum 18:43:05 de9db76c5a1d: Download complete 18:43:05 0ef7d3d256c8: Download complete 18:43:05 93359f2a8cfa: Verifying Checksum 18:43:05 93359f2a8cfa: Download complete 18:43:05 7c6f9722023f: Verifying Checksum 18:43:05 7c6f9722023f: Download complete 18:43:05 Still waiting to schedule task 18:43:05 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 18:43:06 188c0c94c7c5: Verifying Checksum 18:43:06 188c0c94c7c5: Download complete 18:43:06 188c0c94c7c5: Pull complete 18:43:07 0ef7d3d256c8: Pull complete 18:43:08 de9db76c5a1d: Pull complete 18:43:14 a35cf1a2eb13: Verifying Checksum 18:43:14 a35cf1a2eb13: Download complete 18:43:17 bca2f99d35d6: Verifying Checksum 18:43:17 bca2f99d35d6: Download complete 18:43:30 bca2f99d35d6: Pull complete 18:43:30 93359f2a8cfa: Pull complete 18:43:30 7c6f9722023f: Pull complete 18:43:41 a35cf1a2eb13: Pull complete 18:43:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:43:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:43:41 ---> a62c8e92a672 18:43:41 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 18:43:41 ---> Running in 0545e2b44d2c 18:43:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:43:48 (1/12) Installing libmagic (5.38-r0) 18:43:48 (2/12) Installing file (5.38-r0) 18:43:48 (3/12) Installing libc-dev (0.7.2-r3) 18:43:48 (4/12) Installing g++ (9.3.0-r2) 18:43:54 (5/12) Installing fortify-headers (1.1-r0) 18:43:54 (6/12) Installing patch (2.7.6-r6) 18:43:54 (7/12) Installing build-base (0.5-r2) 18:43:54 (8/12) Installing libsodium (1.0.18-r0) 18:43:54 (9/12) Installing pkgconf (1.7.2-r0) 18:43:54 (10/12) Installing libsodium-dev (1.0.18-r0) 18:43:54 (11/12) Installing libzmq (4.3.3-r0) 18:43:55 (12/12) Installing zeromq-dev (4.3.3-r0) 18:43:55 Executing busybox-1.31.1-r19.trigger 18:43:55 OK: 233 MiB in 51 packages 18:44:01 Removing intermediate container 0545e2b44d2c 18:44:01 ---> 0f21fbb7ffac 18:44:01 Step 4/6 : WORKDIR /edgex-go 18:44:01 ---> Running in db2eb2ccd4ee 18:44:01 Removing intermediate container db2eb2ccd4ee 18:44:01 ---> 8498b37f09dd 18:44:01 Step 5/6 : COPY go.mod . 18:44:01 ---> 771d7d670577 18:44:01 Step 6/6 : RUN go mod download 18:44:02 ---> Running in 33503b819a9b 18:44:51 Removing intermediate container 33503b819a9b 18:44:51 ---> 8744556602e7 18:44:52 Successfully built 8744556602e7 18:44:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:44:53 + docker inspect -f . ci-base-image-x86_64 18:44:53 . [Pipeline] withDockerContainer 18:44:53 prd-centos7-docker-4c-2g-27697 does not seem to be running inside a container 18:44:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 18:44:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27698 in /w/workspace/edgexfoundry_edgex-go_PR-3198 18:44:58 $ docker top 784a005384de6880781311889390a5fe2067628ab15728122f327082e3903596 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 18:45:00 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 18:45:02 + go version 18:45:02 go version go1.15.5 linux/amd64 [Pipeline] } 18:45:02 $ docker stop --time=1 784a005384de6880781311889390a5fe2067628ab15728122f327082e3903596 18:45:05 using credential edgex-jenkins-ssh 18:45:05 Cloning the remote Git repository 18:45:05 $ docker rm -f 784a005384de6880781311889390a5fe2067628ab15728122f327082e3903596 18:45:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:45:05 > git init /w/workspace/edgex-go/1 # timeout=10 18:45:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:45:05 > git --version # timeout=10 18:45:05 > git --version # 'git version 2.17.1' 18:45:05 using GIT_SSH to set credentials SSH Credentials for GitHub [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:45:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:45:06 + docker inspect -f . ci-base-image-x86_64 18:45:07 . [Pipeline] withDockerContainer 18:45:07 prd-centos7-docker-4c-2g-27697 does not seem to be running inside a container 18:45:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 18:45:12 $ docker top 2141f1cdeb5c21888cd0efdb78260dd96c84a1aca9f5e9113b5369fe897b2332 -eo pid,comm [Pipeline] { [Pipeline] echo 18:45:13 ========================================================= 18:45:13 [edgeXBuildGoParallel] Running Tests and Build... 18:45:13 ========================================================= [Pipeline] sh 18:45:13 + make test 18:45:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:45:22 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit 59e85b4d201d361d1383adaf1403a8f74c767cf2 18:45:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:45:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:45:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:45:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:45:21 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3198/head:refs/remotes/origin/PR-3198 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:22 > git config core.sparsecheckout # timeout=10 18:45:22 > git checkout -f 59e85b4d201d361d1383adaf1403a8f74c767cf2 # timeout=10 18:45:22 Merge succeeded, producing 59e85b4d201d361d1383adaf1403a8f74c767cf2 18:45:22 Checking out Revision 59e85b4d201d361d1383adaf1403a8f74c767cf2 (PR-3198) 18:45:22 > git remote # timeout=10 18:45:22 > git config --get remote.origin.url # timeout=10 18:45:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:22 > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 18:45:22 > git rev-parse HEAD^{commit} # timeout=10 18:45:22 > git config core.sparsecheckout # timeout=10 18:45:22 > git checkout -f 59e85b4d201d361d1383adaf1403a8f74c767cf2 # timeout=10 18:45:27 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 18:45:27 > git --version # timeout=10 18:45:27 > git --version # 'git version 2.17.1' 18:45:27 fatal: bad object 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:45:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:45:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:45:30 + sudo service docker restart 18:45:30 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:45:32 provisioning config files... 18:45:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6601019343149738805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:45:33 ---> docker-login.sh 18:45:33 nexus3.edgexfoundry.org:10001 18:45:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:34 Configure a credential helper to remove this warning. See 18:45:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:34 18:45:34 Login Succeeded 18:45:34 nexus3.edgexfoundry.org:10002 18:45:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:35 Configure a credential helper to remove this warning. See 18:45:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:35 18:45:35 Login Succeeded 18:45:35 nexus3.edgexfoundry.org:10003 18:45:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:35 Configure a credential helper to remove this warning. See 18:45:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:35 18:45:35 Login Succeeded 18:45:35 nexus3.edgexfoundry.org:10004 18:45:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:36 Configure a credential helper to remove this warning. See 18:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:36 18:45:36 Login Succeeded 18:45:36 docker.io 18:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:45:36 Configure a credential helper to remove this warning. See 18:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:45:36 18:45:36 Login Succeeded 18:45:36 ---> docker-login.sh ends [Pipeline] } 18:45:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:45:37 ========================================================= 18:45:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:45:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:45:37 + 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 . 18:45:40 Sending build context to Docker daemon 166.4MB 18:45:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:45:40 Step 2/6 : FROM ${BASE} 18:45:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:45:40 5f621e34cdf4: Pulling fs layer 18:45:40 a4357932f1b6: Pulling fs layer 18:45:40 18c013af1878: Pulling fs layer 18:45:40 00ac8860ef70: Pulling fs layer 18:45:40 63d7cb157983: Pulling fs layer 18:45:40 b116817d02f9: Pulling fs layer 18:45:40 745a02a5169b: Pulling fs layer 18:45:40 63d7cb157983: Waiting 18:45:40 b116817d02f9: Waiting 18:45:40 745a02a5169b: Waiting 18:45:40 00ac8860ef70: Waiting 18:45:40 18c013af1878: Download complete 18:45:40 a4357932f1b6: Download complete 18:45:40 63d7cb157983: Verifying Checksum 18:45:40 63d7cb157983: Download complete 18:45:40 b116817d02f9: Verifying Checksum 18:45:40 b116817d02f9: Download complete 18:45:40 5f621e34cdf4: Verifying Checksum 18:45:40 5f621e34cdf4: Download complete 18:45:41 5f621e34cdf4: Pull complete 18:45:41 a4357932f1b6: Pull complete 18:45:41 18c013af1878: Pull complete 18:45:42 ? github.com/edgexfoundry/edgex-go [no test files] 18:45:43 745a02a5169b: Verifying Checksum 18:45:43 745a02a5169b: Download complete 18:45:44 00ac8860ef70: Download complete 18:45:54 00ac8860ef70: Pull complete 18:45:54 63d7cb157983: Pull complete 18:45:54 b116817d02f9: Pull complete 18:45:58 745a02a5169b: Pull complete 18:45:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:45:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:45:58 ---> b7e6874047d6 18:45:58 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 18:46:02 ---> Running in ff501ab283ca 18:46:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:04 (1/12) Installing libmagic (5.38-r0) 18:46:04 (2/12) Installing file (5.38-r0) 18:46:04 (3/12) Installing libc-dev (0.7.2-r3) 18:46:05 (4/12) Installing g++ (9.3.0-r2) 18:46:08 (5/12) Installing fortify-headers (1.1-r0) 18:46:08 (6/12) Installing patch (2.7.6-r6) 18:46:08 (7/12) Installing build-base (0.5-r2) 18:46:08 (8/12) Installing libsodium (1.0.18-r0) 18:46:08 (9/12) Installing pkgconf (1.7.2-r0) 18:46:08 (10/12) Installing libsodium-dev (1.0.18-r0) 18:46:08 (11/12) Installing libzmq (4.3.3-r0) 18:46:08 (12/12) Installing zeromq-dev (4.3.3-r0) 18:46:08 Executing busybox-1.31.1-r19.trigger 18:46:08 OK: 217 MiB in 51 packages 18:46:13 Removing intermediate container ff501ab283ca 18:46:13 ---> 479e6cf55ad5 18:46:13 Step 4/6 : WORKDIR /edgex-go 18:46:13 ---> Running in d183dcb55319 18:46:13 Removing intermediate container d183dcb55319 18:46:13 ---> 8023e52c25f7 18:46:13 Step 5/6 : COPY go.mod . 18:46:14 ---> 5dc00e418586 18:46:14 Step 6/6 : RUN go mod download 18:46:14 ---> Running in 591299b07a3d 18:46:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:46:41 Removing intermediate container 591299b07a3d 18:46:41 ---> d0334ae748ea 18:46:41 Successfully built d0334ae748ea 18:46:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:46:42 + docker inspect -f . ci-base-image-arm64 18:46:42 . [Pipeline] withDockerContainer 18:46:42 prd-ubuntu18.04-docker-arm64-4c-16g-27698 does not seem to be running inside a container 18:46:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 18:46:43 $ docker top 8bbb8cbaa8d12fdc06b3b9c97016d03e4d51ee929e557c2034f4625c9546fc40 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:44 + go version 18:46:44 go version go1.15.5 linux/arm64 [Pipeline] } 18:46:44 $ docker stop --time=1 8bbb8cbaa8d12fdc06b3b9c97016d03e4d51ee929e557c2034f4625c9546fc40 18:46:46 $ docker rm -f 8bbb8cbaa8d12fdc06b3b9c97016d03e4d51ee929e557c2034f4625c9546fc40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 18:46:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:46:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:46:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:46:48 + docker inspect -f . ci-base-image-arm64 18:46:48 . [Pipeline] withDockerContainer 18:46:48 prd-ubuntu18.04-docker-arm64-4c-16g-27698 does not seem to be running inside a container 18:46:48 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 18:46:49 $ docker top 954fddaa893aa449ba48cf1f16b873438c0a14cc6accefb92650409f61b1db4e -eo pid,comm [Pipeline] { [Pipeline] echo 18:46:50 ========================================================= 18:46:50 [edgeXBuildGoParallel] Running Tests and Build... 18:46:50 ========================================================= [Pipeline] sh 18:46:50 + make test 18:46:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:46:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:46:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:46:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:46:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:46:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:46:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:47:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:47:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:47:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:47:13 ? github.com/edgexfoundry/edgex-go [no test files] 18:47:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.991s coverage: 45.9% of statements 18:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:47:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:47:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.207s coverage: 100.0% of statements 18:47:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.205s coverage: 27.1% of statements 18:47:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:47:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:47:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:47:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:47:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:47:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:47:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.170s coverage: 100.0% of statements 18:47:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:47:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 18:47:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:47:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:47:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.156s coverage: 65.8% of statements 18:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:47:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 82.3% of statements 18:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:47:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:47:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.651s coverage: 28.6% of statements 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:47:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:47:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:47:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:47:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.230s coverage: 97.5% of statements 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:47:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.131s coverage: 78.3% of statements 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:47:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.940s coverage: 92.8% of statements 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:47:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.172s coverage: 58.8% of statements 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:47:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.153s coverage: 0.1% of statements 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:47:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:47:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.101s coverage: 45.5% of statements 18:47:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements 18:47:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.320s coverage: 94.1% of statements 18:47:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.170s coverage: 96.3% of statements 18:47:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 18:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.369s coverage: 94.4% of statements 18:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.504s coverage: 92.9% of statements 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.104s coverage: 77.8% of statements 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.199s coverage: 87.2% of statements 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.198s coverage: 75.5% of statements 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.099s coverage: 80.8% of statements 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.084s coverage: 84.6% of statements 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.6% of statements 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.346s coverage: 62.4% of statements 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.059s coverage: 91.3% of statements 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.084s coverage: 73.7% of statements 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.089s coverage: 100.0% of statements 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.762s coverage: 68.9% of statements 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.272s coverage: 36.6% of statements 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:48:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:48:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.144s coverage: 89.5% of statements 18:48:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.218s coverage: 47.0% of statements 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:48:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:48:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.158s coverage: 100.0% of statements 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:48:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 89.4% of statements 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:48:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.095s coverage: 29.1% of statements 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:48:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.158s coverage: 99.0% of statements 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:48:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.129s coverage: 100.0% of statements 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:48:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.144s coverage: 92.9% of statements 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:48:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.075s coverage: 0.0% of statements 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:48:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:48:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:48:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 18:48:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:48:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:48:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 18:48:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements 18:48:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements 18:48:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:48:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:48:10 GO111MODULE=on go vet ./... 18:48:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:48:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:48:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:48:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:48:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:48:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:48:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:48:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:48:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:48:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:48:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:48:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.403s coverage: 45.9% of statements 18:48:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:48:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:48:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:48:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:48:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:48:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:48:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:48:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.238s coverage: 100.0% of statements 18:48:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.630s coverage: 27.1% of statements 18:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:48:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 18:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:48:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.108s coverage: 100.0% of statements 18:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:48:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:48:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.235s coverage: 65.8% of statements 18:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:48:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:48:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.628s coverage: 82.3% of statements 18:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:48:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:48:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.179s coverage: 28.6% of statements 18:48:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:48:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:48:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:48:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:48:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:48:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements 18:48:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:48:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements 18:48:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:48:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements 18:48:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:48:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements 18:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:48:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.190s coverage: 78.3% of statements 18:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:48:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:49:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.291s coverage: 92.8% of statements 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:49:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:49:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:49:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:49:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 45.5% of statements 18:49:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.092s coverage: 79.5% of statements 18:49:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 18:49:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 18:49:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements 18:49:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.099s coverage: 94.4% of statements 18:49:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 18:49:20 gofmt -l . 18:49:20 [ "`gofmt -l .`" = "" ] 18:49:20 ./bin/test-go-mod-tidy.sh 18:49:20 ./bin/test-attribution-txt.sh [Pipeline] sh 18:49:21 + ls -al . 18:49:21 total 708 18:49:21 drwxrwxr-x 10 1001 1001 4096 Feb 25 18:49 . 18:49:21 drwxr-xr-x 4 root root 28 Feb 25 18:45 .. 18:49:21 -rw-rw-r-- 1 1001 1001 11 Feb 25 18:40 .dockerignore 18:49:21 drwxrwxr-x 8 1001 1001 179 Feb 25 18:41 .git 18:49:21 drwxrwxr-x 3 1001 1001 125 Feb 25 18:40 .github 18:49:21 -rw-rw-r-- 1 1001 1001 818 Feb 25 18:40 .gitignore 18:49:21 drwx------ 3 1001 1001 60 Feb 25 18:42 .semver 18:49:21 -rw-rw-r-- 1 1001 1001 166 Feb 25 18:40 .sonarcloud.properties 18:49:21 -rw-rw-r-- 1 1001 1001 8475 Feb 25 18:40 Attribution.txt 18:49:21 -rw-rw-r-- 1 1001 1001 3804 Feb 25 18:40 CONTRIBUTING.md 18:49:21 -rw-rw-r-- 1 1001 1001 931 Feb 25 18:40 Dockerfile.build 18:49:21 -rw-rw-r-- 1 1001 1001 863 Feb 25 18:40 Jenkinsfile 18:49:21 -rw-rw-r-- 1 1001 1001 10775 Feb 25 18:40 LICENSE 18:49:21 -rw-rw-r-- 1 1001 1001 5774 Feb 25 18:40 Makefile 18:49:21 -rw-rw-r-- 1 1001 1001 6524 Feb 25 18:40 README.md 18:49:21 -rw-rw-r-- 1 1001 1001 6755 Feb 25 18:40 SECURITY.md 18:49:21 -rw-rw-r-- 1 1001 1001 5 Feb 25 18:42 VERSION 18:49:21 -rw-rw-r-- 1 1001 1001 4131 Feb 25 18:40 ZMQWindows.md 18:49:21 drwxrwxr-x 2 1001 1001 117 Feb 25 18:40 bin 18:49:21 drwxrwxr-x 14 1001 1001 4096 Feb 25 18:40 cmd 18:49:21 -rw-r--r-- 1 root root 597902 Feb 25 18:48 coverage.out 18:49:21 -rw-r--r-- 1 root root 1055 Feb 25 18:49 go.mod 18:49:21 -rw-r--r-- 1 root root 21699 Feb 25 18:49 go.sum 18:49:21 drwxrwxr-x 8 1001 1001 127 Feb 25 18:40 internal 18:49:21 drwxrwxr-x 4 1001 1001 26 Feb 25 18:40 openapi 18:49:21 drwxrwxr-x 4 1001 1001 71 Feb 25 18:40 snap 18:49:21 -rw-rw-r-- 1 1001 1001 168 Feb 25 18:40 version.go [Pipeline] sh 18:49:21 + '[' -e coverage.out ] 18:49:21 + chown 1001:1001 coverage.out [Pipeline] stash 18:49:22 Stashed 1 file(s) [Pipeline] sh 18:49:23 + make build 18:49:23 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 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.066s coverage: 77.8% of statements 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.6% of statements 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.510s coverage: 62.4% of statements 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 18:49:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.826s coverage: 68.9% of statements 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:49:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:49:30 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 18:49:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.496s coverage: 36.6% of statements 18:49:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:49:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:49:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements 18:49:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.493s coverage: 47.0% of statements 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:49:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.212s coverage: 100.0% of statements 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:49:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:49:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.352s coverage: 89.4% of statements 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:49:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:49:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.204s coverage: 29.1% of statements 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:49:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:49:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:49:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.146s coverage: 92.9% of statements 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:49:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:49:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:49:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:49:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:49:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 18:49:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements 18:49:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 18:49:47 GO111MODULE=on go vet ./... 18:49:54 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 18:49: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 18:50:05 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 18:50:09 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 18:50:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:50:20 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 18:50:24 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 18:50:28 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 18:50:34 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 18:50:40 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] } 18:50:46 $ docker stop --time=1 2141f1cdeb5c21888cd0efdb78260dd96c84a1aca9f5e9113b5369fe897b2332 18:50:49 $ docker rm -f 2141f1cdeb5c21888cd0efdb78260dd96c84a1aca9f5e9113b5369fe897b2332 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:50:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:50:54 18:50:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:50:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:50:55 latest: Pulling from edgex-devops/edgex-compose 18:50:55 cbdbe7a5bc2a: Pulling fs layer 18:50:55 ca9280d653b3: Pulling fs layer 18:50:55 7e9c9ca2126c: Pulling fs layer 18:50:56 cbdbe7a5bc2a: Verifying Checksum 18:50:56 cbdbe7a5bc2a: Download complete 18:50:58 cbdbe7a5bc2a: Pull complete 18:50:58 ca9280d653b3: Verifying Checksum 18:50:58 ca9280d653b3: Download complete 18:51:02 ca9280d653b3: Pull complete 18:51:07 7e9c9ca2126c: Verifying Checksum 18:51:07 7e9c9ca2126c: Download complete 18:51:09 gofmt -l . 18:51:09 [ "`gofmt -l .`" = "" ] 18:51:09 ./bin/test-go-mod-tidy.sh 18:51:09 ./bin/test-attribution-txt.sh [Pipeline] sh 18:51:09 + ls -al . 18:51:09 total 736 18:51:09 drwxrwxr-x 9 1001 1001 4096 Feb 25 18:51 . 18:51:09 drwxr-xr-x 4 root root 4096 Feb 25 18:46 .. 18:51:09 -rw-rw-r-- 1 1001 1001 11 Feb 25 18:45 .dockerignore 18:51:09 drwxrwxr-x 8 1001 1001 4096 Feb 25 18:45 .git 18:51:09 drwxrwxr-x 3 1001 1001 4096 Feb 25 18:45 .github 18:51:09 -rw-rw-r-- 1 1001 1001 818 Feb 25 18:45 .gitignore 18:51:09 -rw-rw-r-- 1 1001 1001 166 Feb 25 18:45 .sonarcloud.properties 18:51:09 -rw-rw-r-- 1 1001 1001 8475 Feb 25 18:45 Attribution.txt 18:51:09 -rw-rw-r-- 1 1001 1001 3804 Feb 25 18:45 CONTRIBUTING.md 18:51:09 -rw-rw-r-- 1 1001 1001 931 Feb 25 18:45 Dockerfile.build 18:51:09 -rw-rw-r-- 1 1001 1001 863 Feb 25 18:45 Jenkinsfile 18:51:09 -rw-rw-r-- 1 1001 1001 10775 Feb 25 18:45 LICENSE 18:51:09 -rw-rw-r-- 1 1001 1001 5774 Feb 25 18:45 Makefile 18:51:09 -rw-rw-r-- 1 1001 1001 6524 Feb 25 18:45 README.md 18:51:09 -rw-rw-r-- 1 1001 1001 6755 Feb 25 18:45 SECURITY.md 18:51:09 -rw-rw-r-- 1 1001 1001 5 Feb 25 18:42 VERSION 18:51:09 -rw-rw-r-- 1 1001 1001 4131 Feb 25 18:45 ZMQWindows.md 18:51:09 drwxrwxr-x 2 1001 1001 4096 Feb 25 18:45 bin 18:51:09 drwxrwxr-x 14 1001 1001 4096 Feb 25 18:45 cmd 18:51:09 -rw-r--r-- 1 root root 597902 Feb 25 18:49 coverage.out 18:51:09 -rw-r--r-- 1 root root 1055 Feb 25 18:51 go.mod 18:51:09 -rw-r--r-- 1 root root 21699 Feb 25 18:51 go.sum 18:51:09 drwxrwxr-x 8 1001 1001 4096 Feb 25 18:45 internal 18:51:09 drwxrwxr-x 4 1001 1001 4096 Feb 25 18:45 openapi 18:51:09 drwxrwxr-x 4 1001 1001 4096 Feb 25 18:45 snap 18:51:09 -rw-rw-r-- 1 1001 1001 168 Feb 25 18:45 version.go [Pipeline] sh 18:51:10 + '[' -e coverage.out ] 18:51:10 + chown 1001:1001 coverage.out [Pipeline] stash 18:51:10 Warning: overwriting stash ‘coverage-report’ 18:51:11 Stashed 1 file(s) [Pipeline] sh 18:51:12 + make build 18:51:12 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 18:51:24 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 18:51:26 7e9c9ca2126c: Pull complete 18:51:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:51:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:51:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:51:27 prd-centos7-docker-4c-2g-27697 does not seem to be running inside a container 18:51:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:51:34 $ docker top c74ff0924c6529a88ccb79a4b7ee189e89c96b9a3a4a038cdcfdd6ec47ee386d -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:36 + docker-compose build --help 18:51:36 + grep parallel 18:51:38 --parallel Build images in parallel. [Pipeline] } 18:51:38 $ docker stop --time=1 c74ff0924c6529a88ccb79a4b7ee189e89c96b9a3a4a038cdcfdd6ec47ee386d 18:51:42 $ docker rm -f c74ff0924c6529a88ccb79a4b7ee189e89c96b9a3a4a038cdcfdd6ec47ee386d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:51:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:51:44 . [Pipeline] withDockerContainer 18:51:44 prd-centos7-docker-4c-2g-27697 does not seem to be running inside a container 18:51:44 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:51:47 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 18:51:47 $ docker top c129ff09c1f50b6d1d5cda06ed7777d487b67082080fca21ff391604059a0203 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:50 + docker-compose -f ./docker-compose-build.yml build --parallel 18:51:52 Building docker-core-command-go ... 18:51:52 Building docker-core-data-go ... 18:51:52 Building docker-core-metadata-go ... 18:51:52 Building docker-security-bootstrapper-go ... 18:51:52 Building docker-security-proxy-setup-go ... 18:51:52 Building docker-security-secretstore-setup-go ... 18:51:52 Building docker-support-notifications-go ... 18:51:52 Building docker-support-scheduler-go ... 18:51:52 Building docker-sys-mgmt-agent-go ... 18:51:52 Building docker-sys-mgmt-agent-go 18:51:52 Building docker-security-secretstore-setup-go 18:51:52 Building docker-support-notifications-go 18:51:52 Building docker-core-metadata-go 18:51:52 Building docker-security-proxy-setup-go 18:51:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:51:57 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 18:51:58 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 18:52:04 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 18:52:11 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 18:52:13 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 18:52:19 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 18:52:23 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 18:52:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:52:35 $ docker stop --time=1 954fddaa893aa449ba48cf1f16b873438c0a14cc6accefb92650409f61b1db4e 18:52:38 $ docker rm -f 954fddaa893aa449ba48cf1f16b873438c0a14cc6accefb92650409f61b1db4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:52:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:52:40 18:52:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:52:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:52:41 latest: Pulling from edgex-devops/edgex-compose-arm64 18:52:41 29e5d40040c1: Pulling fs layer 18:52:41 1ce36da41761: Pulling fs layer 18:52:41 25b303627fd3: Pulling fs layer 18:52:41 29e5d40040c1: Verifying Checksum 18:52:41 29e5d40040c1: Download complete 18:52:42 1ce36da41761: Verifying Checksum 18:52:42 1ce36da41761: Download complete 18:52:42 29e5d40040c1: Pull complete 18:52:44 1ce36da41761: Pull complete 18:52:44 25b303627fd3: Verifying Checksum 18:52:44 25b303627fd3: Download complete 18:52:54 25b303627fd3: Pull complete 18:52:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:52:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:52:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:52:54 prd-ubuntu18.04-docker-arm64-4c-16g-27698 does not seem to be running inside a container 18:52:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:52:57 $ docker top 99b675180e323b79fbbbd3c9ae2aec6bc1ace16daa0113a4663e364bb8b4493d -eo pid,comm [Pipeline] { [Pipeline] sh 18:52:58 + docker-compose build --help 18:52:58 + grep parallel 18:53:02 --parallel Build images in parallel. [Pipeline] } 18:53:02 $ docker stop --time=1 99b675180e323b79fbbbd3c9ae2aec6bc1ace16daa0113a4663e364bb8b4493d 18:53:04 $ docker rm -f 99b675180e323b79fbbbd3c9ae2aec6bc1ace16daa0113a4663e364bb8b4493d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:53:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:53:05 . [Pipeline] withDockerContainer 18:53:05 prd-ubuntu18.04-docker-arm64-4c-16g-27698 does not seem to be running inside a container 18:53:05 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:53:07 $ docker top 52d19f26e0d5dac6f67fe4d122a368e8fb56b3e51b8955d3fb933d015509ca44 -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:08 + docker-compose -f ./docker-compose-build.yml build --parallel 18:53:12 Building docker-core-command-go ... 18:53:12 Building docker-core-data-go ... 18:53:12 Building docker-core-metadata-go ... 18:53:12 Building docker-security-bootstrapper-go ... 18:53:12 Building docker-security-proxy-setup-go ... 18:53:12 Building docker-security-secretstore-setup-go ... 18:53:12 Building docker-support-notifications-go ... 18:53:12 Building docker-support-scheduler-go ... 18:53:12 Building docker-sys-mgmt-agent-go ... 18:53:12 Building docker-core-data-go 18:53:12 Building docker-security-secretstore-setup-go 18:53:12 Building docker-security-bootstrapper-go 18:53:12 Building docker-support-scheduler-go 18:53:12 Building docker-core-metadata-go 18:53:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:53:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:53:32 ---> 8744556602e7 18:53:32 Step 3/22 : WORKDIR /edgex-go 18:53:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:53:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:53:32 ---> 8744556602e7 18:53:32 Step 3/23 : WORKDIR /edgex-go 18:53:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:53:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:53:33 ---> 8744556602e7 18:53:33 Step 3/24 : WORKDIR /edgex-go 18:53:33 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:53:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:53:33 ---> 8744556602e7 18:53:33 Step 3/26 : WORKDIR /edgex-go 18:53:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:53:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:53:34 ---> Running in 27d532308186 18:53:34 ---> 8744556602e7 18:53:34 Step 3/21 : WORKDIR /edgex-go 18:53:34 ---> Running in fee573562190 18:53:34 ---> Running in fbc26ece77bf 18:53:34 ---> Running in d2231d74a78d 18:53:35 ---> Running in 71ac8f85531a 18:53:36 Removing intermediate container fbc26ece77bf 18:53:36 ---> 6f7a52bc6ac4 18:53:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:53:36 Removing intermediate container 71ac8f85531a 18:53:36 ---> 35e736252cf2 18:53:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:53:36 Removing intermediate container fee573562190 18:53:36 ---> 90138f6cb3da 18:53:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:53:36 Removing intermediate container 27d532308186 18:53:36 ---> 5ef1cc4b8fca 18:53:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:53:36 ---> Running in c1ce268ae614 18:53:36 Removing intermediate container d2231d74a78d 18:53:36 ---> 62b7613c3e89 18:53:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:53:36 ---> Running in 76c339aee2ad 18:53:36 ---> Running in 018bf8aecb8d 18:53:36 ---> Running in 0ed8fa5f0038 18:53:36 ---> Running in 4fe85b917789 18:53:44 Removing intermediate container 0ed8fa5f0038 18:53:44 ---> 0602a47a2a6d 18:53:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:53:44 ---> Running in 936b0fa0cc04 18:53:45 Removing intermediate container c1ce268ae614 18:53:45 ---> 461ff6e447d6 18:53:45 Step 5/26 : RUN apk add --update --no-cache make bash git 18:53:45 Removing intermediate container 018bf8aecb8d 18:53:45 ---> 754f7051096b 18:53:45 Step 5/24 : RUN apk add --update --no-cache make git 18:53:45 Removing intermediate container 4fe85b917789 18:53:45 ---> e22789cc56e5 18:53:45 Step 5/23 : RUN apk add --update --no-cache make git 18:53:45 ---> Running in 00911a9a9c08 18:53:45 Removing intermediate container 76c339aee2ad 18:53:45 ---> f82d69053e46 18:53:45 Step 5/21 : RUN apk add --update --no-cache make git 18:53:45 ---> Running in c0237359ad12 18:53:45 ---> Running in 98acc434a2b8 18:53:46 ---> Running in 3e6b4015aefb 18:53:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:53:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:53:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:53:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:53:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:53:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:53:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:53:49 OK: 233 MiB in 51 packages 18:53:49 OK: 233 MiB in 51 packages 18:53:49 OK: 233 MiB in 51 packages 18:53:50 OK: 233 MiB in 51 packages 18:53:50 OK: 233 MiB in 51 packages 18:53:51 Removing intermediate container 98acc434a2b8 18:53:51 ---> b91dd1bf7a1e 18:53:51 Step 6/24 : COPY go.mod . 18:53:52 Removing intermediate container 00911a9a9c08 18:53:52 ---> 9406174de454 18:53:52 Step 6/26 : COPY go.mod . 18:53:52 ---> d8f2d4b1ccaf 18:53:52 Step 7/24 : RUN go mod download 18:53:52 Removing intermediate container 936b0fa0cc04 18:53:52 ---> 9f00b765cb90 18:53:52 Step 6/22 : COPY go.mod . 18:53:52 ---> Running in cb233ec42511 18:53:52 Removing intermediate container c0237359ad12 18:53:52 ---> 13e3119c4e13 18:53:52 Step 6/23 : COPY go.mod . 18:53:52 Removing intermediate container 3e6b4015aefb 18:53:52 ---> cc783b85256b 18:53:52 Step 6/21 : COPY go.mod . 18:53:53 ---> 2ebe9d852c38 18:53:53 Step 7/26 : RUN go mod download 18:53:53 ---> fe6049a1c225 18:53:53 Step 7/22 : RUN go mod download 18:53:53 ---> Running in 2435c67312cb 18:53:54 ---> 06b1ce496430 18:53:54 Step 7/23 : RUN go mod download 18:53:54 ---> Running in afd6af244fa1 18:53:54 ---> 7b77bf0e22da 18:53:54 Step 7/21 : RUN go mod download 18:53:55 ---> Running in 73f6d2b66824 18:53:55 ---> Running in 463758822e78 18:54:03 Removing intermediate container cb233ec42511 18:54:03 ---> e605d89afe0d 18:54:03 Step 8/24 : COPY . . 18:54:03 Removing intermediate container afd6af244fa1 18:54:03 ---> 8d0fddca4b4a 18:54:03 Step 8/22 : COPY . . 18:54:06 Removing intermediate container 2435c67312cb 18:54:06 ---> 087a9a7f1081 18:54:06 Step 8/26 : COPY . . 18:54:08 Removing intermediate container 73f6d2b66824 18:54:08 ---> fcb9eba95a8f 18:54:08 Step 8/23 : COPY . . 18:54:11 Removing intermediate container 463758822e78 18:54:11 ---> e8957e315f67 18:54:11 Step 8/21 : COPY . . 18:54:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:54:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:54:35 ---> d0334ae748ea 18:54:35 Step 3/23 : WORKDIR /edgex-go 18:54:35 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:54:35 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:54:35 ---> d0334ae748ea 18:54:35 Step 3/30 : WORKDIR /edgex-go 18:54:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:54:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:54:35 ---> d0334ae748ea 18:54:35 Step 3/22 : WORKDIR /edgex-go 18:54:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:54:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:54:35 ---> d0334ae748ea 18:54:35 Step 3/23 : WORKDIR /edgex-go 18:54:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:54:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:54:35 ---> d0334ae748ea 18:54:35 Step 3/24 : WORKDIR /edgex-go 18:54:35 ---> Running in 8f3f7e6eeab6 18:54:35 ---> Running in 7347c491b893 18:54:35 ---> Running in 58ea5edad54c 18:54:35 ---> Running in 58eabc734e15 18:54:35 ---> Running in 86de7d23adf9 18:54:35 Removing intermediate container 7347c491b893 18:54:35 ---> a73137c7421a 18:54:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:54:35 Removing intermediate container 86de7d23adf9 18:54:35 ---> e20ce20d3e1e 18:54:35 Removing intermediate container 58eabc734e15 18:54:35 ---> f0723470c45e 18:54:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:54:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:54:35 Removing intermediate container 58ea5edad54c 18:54:35 ---> f6ae2deeaa9f 18:54:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:54:35 Removing intermediate container 8f3f7e6eeab6 18:54:35 ---> 789f6692e63a 18:54:35 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:54:35 ---> Running in dbc2e79e5e3b 18:54:35 ---> Running in 4238c9d190aa 18:54:35 ---> Running in 482eeaebd74e 18:54:35 ---> Running in ff87e324d018 18:54:35 ---> Running in 1530bc55d38f 18:54:35 Removing intermediate container dbc2e79e5e3b 18:54:35 ---> 042a9497db76 18:54:35 Step 5/23 : RUN apk add --update --no-cache make git 18:54:35 ---> Running in ee7008bd114b 18:54:35 Removing intermediate container 482eeaebd74e 18:54:35 ---> 94fd29a7d07f 18:54:35 Step 5/24 : RUN apk add --update --no-cache make git 18:54:35 Removing intermediate container 1530bc55d38f 18:54:35 ---> 5db7c2bee24f 18:54:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:54:35 ---> Running in a8f807c1c6a4 18:54:35 ---> Running in 2458786ef50b 18:54:35 Removing intermediate container 4238c9d190aa 18:54:35 ---> e3ce2712acbf 18:54:35 Step 5/22 : RUN apk add --update --no-cache make git 18:54:35 Removing intermediate container ff87e324d018 18:54:35 ---> f14505327672 18:54:35 Step 5/30 : RUN apk add --update --no-cache make git 18:54:35 ---> Running in 1154bbc76824 18:54:35 ---> Running in 2d846d47a98f 18:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:54:35 OK: 217 MiB in 51 packages 18:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:54:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:54:35 OK: 217 MiB in 51 packages 18:54:35 OK: 217 MiB in 51 packages 18:54:35 Removing intermediate container ee7008bd114b 18:54:35 ---> e147a53173eb 18:54:35 Step 6/23 : COPY go.mod . 18:54:35 OK: 217 MiB in 51 packages 18:54:35 OK: 217 MiB in 51 packages 18:54:36 ---> 76113345a1a4 18:54:36 Step 7/23 : RUN go mod download 18:54:36 Removing intermediate container 1154bbc76824 18:54:36 ---> 7c75b9928191 18:54:36 Step 6/22 : COPY go.mod . 18:54:36 Removing intermediate container a8f807c1c6a4 18:54:36 ---> 6743c774f463 18:54:36 Step 6/24 : COPY go.mod . 18:54:36 ---> Running in 07eff52553b4 18:54:37 Removing intermediate container 2458786ef50b 18:54:37 ---> 90c2fef0acde 18:54:37 Step 6/23 : COPY go.mod . 18:54:37 Removing intermediate container 2d846d47a98f 18:54:37 ---> 2b6d32526ab4 18:54:37 Step 6/30 : COPY go.mod . 18:54:37 ---> b2fc25f2a576 18:54:37 Step 7/24 : RUN go mod download 18:54:38 ---> 0abc0b808a08 18:54:38 Step 7/22 : RUN go mod download 18:54:38 ---> Running in beba2462633a 18:54:38 ---> Running in d011e60c4f89 18:54:38 ---> 8ac42d3d664a 18:54:38 Step 7/23 : RUN go mod download 18:54:38 ---> 48d507c5d07c 18:54:38 Step 7/30 : RUN go mod download 18:54:38 ---> Running in 721e66a66a8a 18:54:38 ---> Running in d3e693fb5160 18:54:40 Removing intermediate container 07eff52553b4 18:54:40 ---> dbac05713c25 18:54:40 Step 8/23 : COPY . . 18:54:44 Removing intermediate container beba2462633a 18:54:44 ---> 4deda870791d 18:54:44 Step 8/24 : COPY . . 18:54:44 Removing intermediate container 721e66a66a8a 18:54:44 ---> 6fb3aff5b8e6 18:54:44 Step 8/23 : COPY . . 18:54:44 Removing intermediate container d011e60c4f89 18:54:44 ---> 50dae9731a22 18:54:44 Step 8/22 : COPY . . 18:54:44 Removing intermediate container d3e693fb5160 18:54:44 ---> ae6ddad44b24 18:54:44 Step 8/30 : COPY . . 18:55:07 ---> 067a2dbc353c 18:55:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:55:07 ---> b561c52caedc 18:55:07 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:55:07 ---> Running in 80bae951134f 18:55:07 ---> 9e6fa1b99960 18:55:07 Step 9/23 : RUN make cmd/core-data/core-data 18:55:07 ---> 833f21fec169 18:55:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:55:07 ---> d4ae0bce43c1 18:55:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:55:07 ---> Running in 1c73db8a9a3c 18:55:07 ---> Running in 07b86ce7b497 18:55:07 ---> Running in 50f15e4cce01 18:55:07 ---> Running in 4150b5e7e98c 18:55:08 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 18:55:09 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 18:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:55:09 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 18:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:56:35 ---> aac4806bdb37 18:56:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:56:35 ---> 3e4b128d553f 18:56:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:56:35 ---> 81413f0353bc 18:56:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:56:35 ---> Running in d529ef8c1874 18:56:35 ---> c96c12344d95 18:56:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:56:35 ---> Running in 5e616d627f45 18:56:35 ---> Running in ac8781dbffe8 18:56:35 ---> Running in 13757f06e0a5 18:56:35 ---> 875599349969 18:56:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:56:35 ---> Running in b3eb8240e090 18:56:35 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 18:56:35 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 18:56:35 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 18:56:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:56:35 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 18:56:46 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 18:56:50 Removing intermediate container 07b86ce7b497 18:56:50 ---> fa97e98e776f 18:56:50 18:56:50 Step 10/30 : FROM alpine:3.12 18:56:50 3.12: Pulling from library/alpine 18:56:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:56:52 Status: Downloaded newer image for alpine:3.12 18:56:52 ---> d10569e2745f 18:56:52 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:56:52 ---> Running in f57920814133 18:56:53 Removing intermediate container 4150b5e7e98c 18:56:53 ---> 06a620def6c9 18:56:53 18:56:53 Step 10/24 : FROM alpine:3.12 18:56:53 ---> d10569e2745f 18:56:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:56:53 ---> Running in bce9d30c64c3 18:56:53 Removing intermediate container f57920814133 18:56:53 ---> 240bed56be71 18:56:53 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:56:53 ---> Running in 4b741604baf7 18:56:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:56:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:56:56 (1/5) Installing ca-certificates (20191127-r4) 18:56:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:56:57 (3/5) Installing libcurl (7.69.1-r3) 18:56:57 (4/5) Installing curl (7.69.1-r3) 18:56:57 (5/5) Installing dumb-init (1.2.2-r1) 18:56:57 Executing busybox-1.31.1-r19.trigger 18:56:57 Executing ca-certificates-20191127-r4.trigger 18:56:57 (1/2) Installing dumb-init (1.2.2-r1) 18:56:57 (2/2) Installing su-exec (0.2-r1) 18:56:57 Executing busybox-1.31.1-r19.trigger 18:56:57 OK: 5 MiB in 16 packages 18:56:57 OK: 7 MiB in 19 packages 18:56:59 Removing intermediate container 4b741604baf7 18:56:59 ---> e5632b24befc 18:56:59 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:56:59 ---> Running in e0486fc7ecac 18:57:00 Removing intermediate container bce9d30c64c3 18:57:00 ---> ecbca4c366ce 18:57:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:57:00 ---> Running in 7f5e8cd81299 18:57:00 Removing intermediate container e0486fc7ecac 18:57:00 ---> 01893f5f7f08 18:57:00 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:57:00 ---> Running in 03f23262bec0 18:57:01 Removing intermediate container 7f5e8cd81299 18:57:01 ---> 85673d30e4a7 18:57:01 Step 13/24 : WORKDIR / 18:57:01 ---> Running in a051c254fd4e 18:57:01 Removing intermediate container 03f23262bec0 18:57:01 ---> 6e861206f856 18:57:01 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:57:01 ---> Running in 488ffefb982f 18:57:02 Removing intermediate container a051c254fd4e 18:57:02 ---> 60d16522819e 18:57:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:57:03 ---> 5f3014296dbb 18:57:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:57:05 ---> 6d5e8ea67b86 18:57:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:57:06 Removing intermediate container 488ffefb982f 18:57:06 ---> 4f69edfaa813 18:57:06 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:57:06 ---> Running in fc8bbe6ac690 18:57:06 ---> 71fadb16b161 18:57:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:57:07 Removing intermediate container fc8bbe6ac690 18:57:07 ---> dc500ec54366 18:57:07 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:57:09 ---> f94d5c523bd6 18:57:09 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:57:10 ---> Running in 03605314573b 18:57:10 ---> 3fcbb8ba964d 18:57:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:57:11 Removing intermediate container 50f15e4cce01 18:57:11 ---> 3afc2f258497 18:57:11 18:57:11 Step 10/22 : FROM alpine:3.12 18:57:11 ---> d10569e2745f 18:57:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:57:11 ---> Running in 48597e0404c9 18:57:12 ---> 925d9c8a818d 18:57:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:57:14 ---> 56387613b4fa 18:57:14 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/ 18:57:14 (1/1) Installing dumb-init (1.2.2-r1) 18:57:14 Executing busybox-1.31.1-r19.trigger 18:57:14 OK: 5 MiB in 15 packages 18:57:14 ---> Running in a96c311c50e1 18:57:14 Removing intermediate container 03605314573b 18:57:14 ---> 97afd0cec3df 18:57:14 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:57:16 ---> 1b87d99b0f22 18:57:16 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:57:17 Removing intermediate container 48597e0404c9 18:57:17 ---> e20d2030c9f9 18:57:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:57:17 ---> Running in bff09abb00aa 18:57:19 ---> cea7b9b62c35 18:57:19 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:57:19 Removing intermediate container bff09abb00aa 18:57:19 ---> 210ada748ee4 18:57:19 Step 13/22 : ENV APP_PORT=48085 18:57:19 Removing intermediate container a96c311c50e1 18:57:19 ---> f6180da7ae92 18:57:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:57:19 ---> Running in 0df22ea0d05a 18:57:19 ---> Running in db46a48c750c 18:57:20 Removing intermediate container 80bae951134f 18:57:20 ---> 44b5bac2a75c 18:57:20 18:57:20 Step 10/23 : FROM alpine:3.12 18:57:20 ---> d10569e2745f 18:57:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:57:20 ---> Using cache 18:57:20 ---> e20d2030c9f9 18:57:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:57:20 ---> Using cache 18:57:20 ---> 210ada748ee4 18:57:20 Step 13/23 : ENV APP_PORT=48081 18:57:20 ---> Running in e103a21cb266 18:57:20 ---> 5ce8a2551db2 18:57:20 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:57:20 Removing intermediate container 0df22ea0d05a 18:57:20 ---> 81e55c58567a 18:57:20 Step 14/22 : EXPOSE $APP_PORT 18:57:20 Removing intermediate container db46a48c750c 18:57:20 ---> 3f4a9fd2ebc1 18:57:20 Step 22/24 : LABEL arch=arm64 18:57:20 ---> Running in 2950d30db2b2 18:57:20 ---> Running in e670fe5f5ca9 18:57:20 Removing intermediate container e103a21cb266 18:57:20 ---> 9e3073abe8ad 18:57:20 Step 14/23 : EXPOSE $APP_PORT 18:57:21 ---> Running in 944e802c11c5 18:57:21 Removing intermediate container 2950d30db2b2 18:57:21 ---> 3b769c072c5f 18:57:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:57:21 Removing intermediate container e670fe5f5ca9 18:57:21 ---> 856479d16cc0 18:57:21 Step 23/24 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 18:57:21 ---> 66c0a49b5519 18:57:21 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:57:22 ---> Running in 4d89d964a3c7 18:57:22 ---> Running in 23e50d07ef77 18:57:22 Removing intermediate container 944e802c11c5 18:57:22 ---> dbb99da8a2c8 18:57:22 Step 15/23 : WORKDIR / 18:57:22 ---> Running in 306f9e46baa7 18:57:22 Removing intermediate container 4d89d964a3c7 18:57:22 ---> e386b90e9f50 18:57:22 Step 24/24 : LABEL version=0.0.0 18:57:23 ---> d43b8a94e875 18:57:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:57:23 Removing intermediate container 23e50d07ef77 18:57:23 ---> ac93ee8ea369 18:57:23 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:57:23 ---> Running in 47ee210fec00 18:57:23 Removing intermediate container 306f9e46baa7 18:57:23 ---> 54a64dad660a 18:57:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:57:24 Removing intermediate container 47ee210fec00 18:57:24 ---> 84d0d117d82a 18:57:24 18:57:25 ---> 261e1c3a69bf 18:57:25 Step 25/30 : RUN chmod +x /entrypoint.sh 18:57:25 Successfully built 84d0d117d82a 18:57:25 ---> c52557a9c5d3 18:57:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:57:25 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:57:25  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 18:57:25 ---> 7f19ac301b64 18:57:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:57:25 Removing intermediate container 1c73db8a9a3c 18:57:25 ---> 81f3db93be4f 18:57:25 18:57:25 Step 10/23 : FROM alpine:3.12 18:57:25 ---> d10569e2745f 18:57:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:57:25 ---> Running in 75e307144e36 18:57:25 ---> Running in 66f978b3a07c 18:57:26 ---> 2ed0558e9b99 18:57:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:57:27 ---> Running in 07722aca068a 18:57:27 Removing intermediate container 66f978b3a07c 18:57:27 ---> d974414f0ba4 18:57:27 Step 12/23 : ENV APP_PORT=48080 18:57:27 ---> f5679354f611 18:57:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:57:28 ---> Running in e676333aa60e 18:57:28 Removing intermediate container 07722aca068a 18:57:28 ---> 2df521082b82 18:57:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:57:28 ---> Running in b2a091d8d78c 18:57:28 Removing intermediate container e676333aa60e 18:57:28 ---> 17e8d023a128 18:57:28 Step 13/23 : EXPOSE $APP_PORT 18:57:28 ---> 780292ee47f8 18:57:28 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:57:28 ---> Running in 45fd35685534 18:57:28 ---> Running in 23b778e39946 18:57:29 Removing intermediate container b2a091d8d78c 18:57:29 ---> 334655132835 18:57:29 Step 20/22 : LABEL arch=arm64 18:57:29 Removing intermediate container 75e307144e36 18:57:29 ---> 2792d4ccb42b 18:57:29 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:57:29 Removing intermediate container 23b778e39946 18:57:29 ---> e26b14e07fcf 18:57:29 Removing intermediate container 45fd35685534 18:57:29 ---> bdbdf29fde00 18:57:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:57:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:30 ---> Running in 9739854ef8e6 18:57:30 ---> Running in 29dfe9815a32 18:57:30 ---> Running in 10e81c968944 18:57:30 ---> Running in 0071bc6e3b50 18:57:31 Removing intermediate container 9739854ef8e6 18:57:31 ---> fdbe354a9ad9 18:57:31 Step 21/22 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 18:57:31 Removing intermediate container 29dfe9815a32 18:57:31 ---> 0c5e932f26e9 18:57:31 Step 27/30 : CMD ["gate"] 18:57:31 Removing intermediate container 10e81c968944 18:57:31 ---> 4e6366f22016 18:57:31 Step 21/23 : LABEL arch=arm64 18:57:31 ---> Running in 4bd99fc702eb 18:57:31 ---> Running in 32244a81dea9 18:57:31 ---> Running in 10fe4e745fce 18:57:32 Removing intermediate container 4bd99fc702eb 18:57:32 ---> 22f0770d3bce 18:57:32 Step 22/22 : LABEL version=0.0.0 18:57:32 ---> Running in 0220ad84ee1f 18:57:32 Removing intermediate container 32244a81dea9 18:57:32 ---> 9f7ef21dd505 18:57:32 Step 28/30 : LABEL arch=arm64 18:57:32 Removing intermediate container 10fe4e745fce 18:57:32 ---> a8c7ad958f39 18:57:32 Step 22/23 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 18:57:32 ---> Running in ec1816862efe 18:57:32 ---> Running in fe27735de4f0 18:57:33 Removing intermediate container 0220ad84ee1f 18:57:33 ---> f3a0c843048e 18:57:33 18:57:33 Removing intermediate container ec1816862efe 18:57:33 ---> 4779448920a6 18:57:33 Step 23/23 : LABEL version=0.0.0 18:57:33 Successfully built f3a0c843048e 18:57:34 Successfully tagged docker-support-scheduler-go-arm64:latest 18:57:34  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 18:57:34 Removing intermediate container fe27735de4f0 18:57:34 ---> 2da20cfb95a3 18:57:34 Step 29/30 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 18:57:34 ---> Running in 68367bec48b0 18:57:34 Removing intermediate container 0071bc6e3b50 18:57:34 ---> 4a4f9c81b6a0 18:57:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:57:34 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 18:57:34 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 18:57:34 ---> Running in 4fa61045f064 18:57:35 ---> Running in 6810d158f3d6 18:57:35 Removing intermediate container 68367bec48b0 18:57:35 ---> 40282b9f22de 18:57:35 18:57:35 Removing intermediate container 4fa61045f064 18:57:35 ---> 1f2ac5f3cd91 18:57:35 Step 30/30 : LABEL version=0.0.0 18:57:35 Successfully built 40282b9f22de 18:57:36 Successfully tagged docker-core-metadata-go-arm64:latest 18:57:36  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 18:57:36 ---> Running in aab5f15d2e09 18:57:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:57:36 Removing intermediate container aab5f15d2e09 18:57:36 ---> e6bdab0419bf 18:57:36 18:57:37 Successfully built e6bdab0419bf 18:57:37 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:57:37  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:57:37 Building docker-core-command-go 18:57:38 (1/6) Installing dumb-init (1.2.2-r1) 18:57:38 (2/6) Installing libgcc (9.3.0-r2) 18:57:38 (3/6) Installing libsodium (1.0.18-r0) 18:57:39 (4/6) Installing libstdc++ (9.3.0-r2) 18:57:39 (5/6) Installing libzmq (4.3.3-r0) 18:57:40 (6/6) Installing zeromq (4.3.3-r0) 18:57:40 Executing busybox-1.31.1-r19.trigger 18:57:40 OK: 8 MiB in 20 packages 18:57:42 Removing intermediate container b3eb8240e090 18:57:42 ---> 0f8270475521 18:57:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:57:44 Removing intermediate container 6810d158f3d6 18:57:44 ---> d747a398c8f3 18:57:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:57:45 ---> 764a02eb9835 18:57:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:57:46 ---> Running in a8abac79b46a 18:57:48 ---> e30c598786ba 18:57:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:57:49 ---> 4b9499dfa5c6 18:57:49 Step 19/23 : ENTRYPOINT ["/core-data"] 18:57:49 ---> Running in 3c27b68e47d6 18:57:50 Removing intermediate container 3c27b68e47d6 18:57:50 ---> 72fecf0325c4 18:57:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:57:50 Removing intermediate container 5e616d627f45 18:57:50 ---> f3e4eb5d5814 18:57:50 18:57:50 Step 10/24 : FROM alpine:3.12 18:57:50 3.12: Pulling from library/alpine 18:57:50 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 18:57:51 ---> Running in 8106bcf846b6 18:57:51 Removing intermediate container 13757f06e0a5 18:57:51 ---> 6684d7dfceba 18:57:51 18:57:51 Step 10/23 : FROM alpine:3.12 18:57:51 Removing intermediate container 8106bcf846b6 18:57:52 Removing intermediate container d529ef8c1874 18:57:52 ---> 9654a83a1826 18:57:52 18:57:52 Step 10/22 : FROM alpine:3.12 18:57:52 Removing intermediate container ac8781dbffe8 18:57:52 ---> b3eae8126766 18:57:52 18:57:52 Step 10/21 : FROM alpine:3.12 18:57:52 ---> 46d4a71f5983 18:57:52 Step 21/23 : LABEL arch=arm64 18:57:52 3.12: Pulling from library/alpine 18:57:52 3.12: Pulling from library/alpine 18:57:52 3.12: Pulling from library/alpine 18:57:52 ---> Running in 5b5bef4e5dd0 18:57:53 Removing intermediate container 5b5bef4e5dd0 18:57:53 ---> cc3037e9e546 18:57:53 Step 22/23 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 18:57:54 ---> Running in aa911a54e915 18:57:55 Removing intermediate container aa911a54e915 18:57:55 ---> 4d730e43ad3f 18:57:55 Step 23/23 : LABEL version=0.0.0 18:57:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:57:55 ---> Running in ae445dd6f66e 18:57:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:57:55 Removing intermediate container a8abac79b46a 18:57:55 ---> f5ff0c0c16c1 18:57:55 18:57:55 Step 11/26 : FROM docker:20.10.0 18:57:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:57:55 Status: Downloaded newer image for alpine:3.12 18:57:55 Status: Image is up to date for alpine:3.12 18:57:55 Status: Downloaded newer image for alpine:3.12 18:57:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:57:55 Status: Image is up to date for alpine:3.12 18:57:55 ---> 88dd2752d2ea 18:57:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:57:55 ---> 88dd2752d2ea 18:57:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:57:55 ---> 88dd2752d2ea 18:57:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:57:55 ---> 88dd2752d2ea 18:57:55 Step 11/21 : RUN apk add --update --no-cache curl 18:57:55 20.10.0: Pulling from library/docker 18:57:55 ---> Running in 69a4066ba6f9 18:57:55 ---> Running in 9a68d7e2cb91 18:57:55 ---> Running in 95b0021d4d3f 18:57:55 ---> Running in 555535a73bbd 18:57:56 Removing intermediate container ae445dd6f66e 18:57:56 ---> 93b29360ec47 18:57:56 18:57:56 Successfully built 93b29360ec47 18:57:56 Successfully tagged docker-core-data-go-arm64:latest 18:57:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:58 (1/4) Installing ca-certificates (20191127-r4) 18:57:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:57:58 (3/4) Installing libcurl (7.69.1-r3) 18:57:58 (4/4) Installing curl (7.69.1-r3) 18:57:58 Executing busybox-1.31.1-r19.trigger 18:57:58 Executing ca-certificates-20191127-r4.trigger 18:57:58 (1/2) Installing ca-certificates (20191127-r4) 18:57:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:58 (2/2) Installing dumb-init (1.2.2-r1) 18:57:58 Executing busybox-1.31.1-r19.trigger 18:57:58 OK: 7 MiB in 18 packages 18:57:58 Executing ca-certificates-20191127-r4.trigger 18:57:59 (1/1) Installing dumb-init (1.2.2-r1) 18:57:59 Executing busybox-1.31.1-r19.trigger 18:57:59 OK: 6 MiB in 16 packages 18:57:59 OK: 6 MiB in 15 packages 18:57:59 (1/5) Installing ca-certificates (20191127-r4) 18:57:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:57:59 (3/5) Installing libcurl (7.69.1-r3) 18:57:59 (4/5) Installing curl (7.69.1-r3) 18:57:59 (5/5) Installing dumb-init (1.2.2-r1) 18:57:59 Executing busybox-1.31.1-r19.trigger 18:57:59 Executing ca-certificates-20191127-r4.trigger 18:57:59 OK: 7 MiB in 19 packages 18:58:04 Removing intermediate container 555535a73bbd 18:58:04 ---> c8983f9bf2b3 18:58:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:58:04 Removing intermediate container 69a4066ba6f9 18:58:04 ---> c98e56750294 18:58:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:58:04 ---> Running in 6271507934ef 18:58:04 Removing intermediate container 9a68d7e2cb91 18:58:04 ---> 2808b62e1c8d 18:58:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:58:04 ---> Running in d37c26b25db8 18:58:05  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:58:05 ---> d0334ae748ea 18:58:05 Step 3/22 : WORKDIR /edgex-go 18:58:05 ---> Using cache 18:58:05 ---> 789f6692e63a 18:58:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:05 ---> Using cache 18:58:05 ---> f14505327672 18:58:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:58:05 ---> Running in 642c526f2341 18:58:05 ---> Running in f279dfc39d78 18:58:05 Removing intermediate container 95b0021d4d3f 18:58:05 ---> 8e93143c0a64 18:58:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:58:06 Removing intermediate container 6271507934ef 18:58:06 ---> e6288b404443 18:58:06 Step 13/23 : ENV APP_PORT=48081 18:58:06 Removing intermediate container d37c26b25db8 18:58:06 ---> 24ff4179899e 18:58:06 Step 13/21 : WORKDIR /edgex 18:58:06 ---> Running in 01dc4b593d85 18:58:06 ---> Running in dad9cfba5440 18:58:06 ---> Running in 18431150dbac 18:58:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:58:07 Removing intermediate container 642c526f2341 18:58:07 ---> 9f33bb21fb48 18:58:07 Step 13/22 : ENV APP_PORT=48060 18:58:07 ---> Running in f4c65ac079b6 18:58:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:58:07 Removing intermediate container 01dc4b593d85 18:58:07 ---> 1e037ecc0dd3 18:58:07 Step 13/24 : WORKDIR / 18:58:08 Removing intermediate container dad9cfba5440 18:58:08 ---> c059fd5d772d 18:58:08 Step 14/23 : EXPOSE $APP_PORT 18:58:08 Removing intermediate container 18431150dbac 18:58:08 ---> decbe728a682 18:58:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:58:08 ---> Running in 32b4f8d8af5b 18:58:08 Removing intermediate container f4c65ac079b6 18:58:08 ---> c4257bdd55d4 18:58:08 Step 14/22 : EXPOSE $APP_PORT 18:58:09 ---> Running in 033f224c8764 18:58:09 ---> Running in 4042c76635ee 18:58:09 OK: 217 MiB in 51 packages 18:58:10 Removing intermediate container 32b4f8d8af5b 18:58:10 ---> a3b7140f5ed4 18:58:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:58:10 Removing intermediate container 033f224c8764 18:58:10 ---> 362f9e0a4aa7 18:58:10 Step 15/23 : WORKDIR / 18:58:10 Removing intermediate container 4042c76635ee 18:58:10 ---> d0312f6257f0 18:58:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:10 ---> bacae87617c1 18:58:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:58:10 ---> Running in 55b99f015199 18:58:11 ---> 2f915b84a4ca 18:58:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:58:12 Removing intermediate container 55b99f015199 18:58:12 ---> 892ec8b09cea 18:58:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:12 ---> 1a99c8909b19 18:58:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:58:12 Removing intermediate container f279dfc39d78 18:58:12 ---> 3370c5254eae 18:58:12 Step 6/22 : COPY go.mod . 18:58:13 ---> ea5979b6783d 18:58:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:58:13 ---> 6c91af3d4deb 18:58:13 Step 7/22 : RUN go mod download 18:58:13 ---> 042bb9d82dc1 18:58:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:58:13 ---> cf69c2939ad9 18:58:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:58:14 ---> Running in 71c82f64528f 18:58:15 ---> aa04672ab62c 18:58:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:58:15 ---> 821076098bfc 18:58:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:58:16 ---> e8ce6b8070b9 18:58:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:58:17 ---> Running in e325e2af4068 18:58:17 ---> 3081f0006b1f 18:58:17 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:58:17 ---> e0fdabe9c1e6 18:58:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:58:18 ---> Running in 39d3b20220b3 18:58:18 Removing intermediate container e325e2af4068 18:58:18 ---> 175e0167753a 18:58:18 Step 18/21 : CMD ["--init=true"] 18:58:18 ---> de672e5135f9 18:58:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:58:19 ---> Running in ea45ecd0645f 18:58:19 Removing intermediate container 71c82f64528f 18:58:19 ---> f9f49693ac42 18:58:19 Step 8/22 : COPY . . 18:58:20 Removing intermediate container 39d3b20220b3 18:58:20 ---> 1016451ff6c0 18:58:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:58:20 ---> 0616f26b0d89 18:58:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:58:20 ---> Running in 697cd64f0361 18:58:20 Removing intermediate container ea45ecd0645f 18:58:20 ---> bc4a93c58199 18:58:20 Step 19/21 : LABEL arch=x86_64 18:58:20 ---> Running in 98d2b0365092 18:58:20 ---> 28e10df16538 18:58:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:58:20 ---> Running in 3212fb4240c3 18:58:20 Removing intermediate container 697cd64f0361 18:58:20 ---> bae36502d797 18:58:20 Step 20/22 : LABEL arch=x86_64 18:58:21 Removing intermediate container 98d2b0365092 18:58:21 ---> 1bb2cff71627 18:58:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:58:21 ---> Running in 641958e428d8 18:58:21 Removing intermediate container 3212fb4240c3 18:58:21 ---> 9ea64ea86c48 18:58:21 Step 20/21 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 18:58:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:58:21 ---> d0334ae748ea 18:58:21 Step 3/21 : WORKDIR /edgex-go 18:58:21 ---> Using cache 18:58:21 ---> 789f6692e63a 18:58:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:21 ---> Using cache 18:58:21 ---> f14505327672 18:58:21 Step 5/21 : RUN apk add --update --no-cache make git 18:58:21 ---> Using cache 18:58:21 ---> 2b6d32526ab4 18:58:21 Step 6/21 : COPY go.mod . 18:58:21 ---> Using cache 18:58:21 ---> 48d507c5d07c 18:58:21 Step 7/21 : RUN go mod download 18:58:21 ---> Using cache 18:58:21 ---> ae6ddad44b24 18:58:21 Step 8/21 : COPY . . 18:58:21 ---> Using cache 18:58:21 ---> b561c52caedc 18:58:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:58:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:58:21 ---> d0334ae748ea 18:58:21 Step 3/26 : WORKDIR /edgex-go 18:58:21 ---> Using cache 18:58:21 ---> 789f6692e63a 18:58:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:21 ---> Using cache 18:58:21 ---> f14505327672 18:58:21 Step 5/26 : RUN apk add --update --no-cache make bash git 18:58:21 ---> af2c40fe0841 18:58:21 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/ 18:58:22 ---> Running in 7b6401531098 18:58:22 ---> Running in 8e6dc7009a47 18:58:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:58:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:58:22 ---> d0334ae748ea 18:58:22 Step 3/23 : WORKDIR /edgex-go 18:58:22 ---> Using cache 18:58:22 ---> 789f6692e63a 18:58:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:58:22 ---> Using cache 18:58:22 ---> f14505327672 18:58:22 Step 5/23 : RUN apk add --update --no-cache make git 18:58:22 ---> Using cache 18:58:22 ---> 2b6d32526ab4 18:58:22 Step 6/23 : COPY go.mod . 18:58:22 ---> Using cache 18:58:22 ---> 48d507c5d07c 18:58:22 Step 7/23 : RUN go mod download 18:58:22 ---> Using cache 18:58:22 ---> ae6ddad44b24 18:58:22 Step 8/23 : COPY . . 18:58:22 ---> Using cache 18:58:22 ---> b561c52caedc 18:58:22 Step 9/23 : RUN make cmd/core-command/core-command 18:58:22 ---> Running in 096cc269fb63 18:58:22 Removing intermediate container 641958e428d8 18:58:22 ---> 5f2dd545e1af 18:58:22 Step 21/22 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 18:58:23 ---> Running in fdc68742ad9f 18:58:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:58:23 Removing intermediate container 7b6401531098 18:58:23 ---> 4ec84862255a 18:58:23 Step 21/23 : LABEL arch=x86_64 18:58:23 Status: Downloaded newer image for docker:20.10.0 18:58:23 ---> aefe523efa57 18:58:23 Step 12/26 : RUN apk add --no-cache bash 18:58:23 Removing intermediate container 8e6dc7009a47 18:58:23 ---> ee4422db73da 18:58:23 Step 21/21 : LABEL version=0.0.0 18:58:23 ---> Running in 12918b7cb50b 18:58:23 ---> Running in 0470e2c02739 18:58:23 ---> Running in c765f6a60b08 18:58:24 Removing intermediate container fdc68742ad9f 18:58:24 ---> befb98dc18b2 18:58:24 Step 22/22 : LABEL version=0.0.0 18:58:24 Removing intermediate container 12918b7cb50b 18:58:24 ---> 3087f673d762 18:58:24 Step 22/23 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 18:58:24 Removing intermediate container c765f6a60b08 18:58:24 ---> 7444a53f5a53 18:58:24 18:58:24 ---> Running in 8ee648f31b5d 18:58:24 ---> Running in 59ec744b1e1d 18:58:24 ---> Running in ca09fdc62968 18:58:24 ---> Running in f5e2d96f3087 18:58:24 ---> Running in 7f97aa762687 18:58:25 Successfully built 7444a53f5a53 18:58:25 Successfully tagged docker-security-proxy-setup-go:latest 18:58:25  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 18:58:25 Removing intermediate container 8ee648f31b5d 18:58:25 ---> 030ecbbac1fe 18:58:25 18:58:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:25 Removing intermediate container 59ec744b1e1d 18:58:25 ---> 37b29710f938 18:58:25 Step 23/23 : LABEL version=0.0.0 18:58:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:25 ---> Running in 7411dec3870c 18:58:26 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 18:58:26 Successfully built 030ecbbac1fe 18:58:26 Successfully tagged docker-support-notifications-go:latest 18:58:26  Building docker-support-notifications-go ... done Building docker-core-command-go 18:58:26 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 18:58:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:58:26 (1/2) Installing readline (8.0.4-r0) 18:58:26 Removing intermediate container 096cc269fb63 18:58:26 ---> 1958aaea5ea8 18:58:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:58:26 Removing intermediate container 7411dec3870c 18:58:26 ---> fb3a945906c4 18:58:26 18:58:26 (2/2) Installing bash (5.0.17-r0) 18:58:26 Executing bash-5.0.17-r0.post-install 18:58:26 Executing busybox-1.31.1-r19.trigger 18:58:26 OK: 12 MiB in 22 packages 18:58:27 ---> Running in 07fb92430bab 18:58:27 Successfully built fb3a945906c4 18:58:27 Successfully tagged docker-core-metadata-go:latest 18:58:27 Building docker-core-data-go 18:58:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:58:28  Building docker-core-metadata-go ... done Removing intermediate container 07fb92430bab 18:58:28 ---> 5263ad82e9a0 18:58:28 Step 22/24 : LABEL arch=x86_64 18:58:28 OK: 217 MiB in 51 packages 18:58:31 ---> Running in 5ad01b33b90b 18:58:32 Removing intermediate container 7f97aa762687 18:58:32 ---> 7b1d5b30df62 18:58:32 Step 6/26 : COPY go.mod . 18:58:32 Removing intermediate container 0470e2c02739 18:58:32 ---> 3604711078a8 18:58:32 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:58:33 ---> Running in 0574798132a0 18:58:33 Removing intermediate container 5ad01b33b90b 18:58:33 ---> c2177abd70f4 18:58:33 Step 23/24 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 18:58:33 ---> Running in 1d6c2bbde4d4 18:58:34 ---> c888aab0d8e7 18:58:34 Step 7/26 : RUN go mod download 18:58:34 Removing intermediate container 0574798132a0 18:58:34 ---> 18c9d3dd9461 18:58:34 Step 14/26 : ENV APP_PORT=48090 18:58:34 ---> Running in b4e3ead95932 18:58:36 ---> 87f127f0e4e1 18:58:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:58:36 ---> Running in ec8640ed3b49 18:58:36 ---> Running in e81b66ce973c 18:58:38 Removing intermediate container 1d6c2bbde4d4 18:58:38 ---> 942231293774 18:58:38 Step 24/24 : LABEL version=0.0.0 18:58:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:58:39 Removing intermediate container b4e3ead95932 18:58:39 ---> ec7faf25bf65 18:58:39 Step 8/26 : COPY . . 18:58:39 ---> Running in 5deb1ddf6375 18:58:39 Removing intermediate container e81b66ce973c 18:58:39 ---> e151207ec798 18:58:39 Step 15/26 : EXPOSE $APP_PORT 18:58:40 ---> Running in 29d87d5d8f88 18:58:40 Removing intermediate container 5deb1ddf6375 18:58:40 ---> 7c43deef5ec1 18:58:40 18:58:42 Successfully built 7c43deef5ec1 18:58:42 Removing intermediate container 29d87d5d8f88 18:58:42 ---> fc34f6e999cb 18:58:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:58:42 Successfully tagged docker-security-secretstore-setup-go:latest 18:58:42 Building docker-support-scheduler-go 18:58:48  Building docker-security-secretstore-setup-go ... done  ---> 6e79aecf2c31 18:58:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:58:49 ---> 637310587ac0 18:58:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:58:51 ---> f6aa0f966125 18:58:51 Step 19/26 : RUN apk --no-cache add py3-pip 18:58:51 ---> Running in 02b1e99d0625 18:58:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:54 (1/33) Installing libbz2 (1.0.8-r1) 18:58:54 (2/33) Installing expat (2.2.9-r1) 18:58:54 (3/33) Installing libffi (3.3-r2) 18:58:54 (4/33) Installing gdbm (1.13-r1) 18:58:54 (5/33) Installing xz-libs (5.2.5-r0) 18:58:54 (6/33) Installing sqlite-libs (3.32.1-r0) 18:58:54 (7/33) Installing python3 (3.8.5-r1) 18:58:57 ---> b7c2f9afe140 18:58:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:58:57 ---> Running in 6875804cb88b 18:58:59 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 18:59:03 (8/33) Installing py3-appdirs (1.4.4-r1) 18:59:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:59:03 (10/33) Installing py3-parsing (2.4.7-r0) 18:59:03 (11/33) Installing py3-six (1.15.0-r0) 18:59:03 (12/33) Installing py3-packaging (20.4-r0) 18:59:03 (13/33) Installing py3-setuptools (47.0.0-r0) 18:59:03 (14/33) Installing py3-chardet (3.0.4-r4) 18:59:03 (15/33) Installing py3-idna (2.9-r0) 18:59:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:59:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:59:04 (18/33) Installing py3-requests (2.23.0-r0) 18:59:04 (19/33) Installing py3-msgpack (1.0.0-r0) 18:59:06 (20/33) Installing py3-lockfile (0.12.2-r3) 18:59:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:59:08 (22/33) Installing py3-colorama (0.4.3-r0) 18:59:08 (23/33) Installing py3-distlib (0.3.0-r0) 18:59:08 (24/33) Installing py3-distro (1.5.0-r1) 18:59:09 (25/33) Installing py3-webencodings (0.5.1-r3) 18:59:09 (26/33) Installing py3-html5lib (1.0.1-r4) 18:59:09 (27/33) Installing py3-pytoml (0.1.21-r0) 18:59:09 (28/33) Installing py3-pep517 (0.8.2-r0) 18:59:09 (29/33) Installing py3-progress (1.5-r0) 18:59:09 (30/33) Installing py3-toml (0.10.1-r0) 18:59:10 (31/33) Installing py3-retrying (1.3.3-r0) 18:59:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:59:10 (33/33) Installing py3-pip (20.1.1-r0) 18:59:10 Executing busybox-1.31.1-r19.trigger 18:59:11 OK: 71 MiB in 55 packages 18:59:38 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 18:59:39 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:39 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:59:39 ---> 8744556602e7 18:59:39 Step 3/30 : WORKDIR /edgex-go 18:59:39 ---> Using cache 18:59:39 ---> 62b7613c3e89 18:59:39 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:39 ---> Using cache 18:59:39 ---> e22789cc56e5 18:59:39 Step 5/30 : RUN apk add --update --no-cache make git 18:59:39 ---> Using cache 18:59:39 ---> 13e3119c4e13 18:59:39 Step 6/30 : COPY go.mod . 18:59:39 ---> Using cache 18:59:39 ---> 06b1ce496430 18:59:39 Step 7/30 : RUN go mod download 18:59:39 ---> Using cache 18:59:39 ---> fcb9eba95a8f 18:59:39 Step 8/30 : COPY . . 18:59:39 ---> Using cache 18:59:39 ---> c96c12344d95 18:59:39 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:59:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:59:41 ---> 8744556602e7 18:59:41 Step 3/23 : WORKDIR /edgex-go 18:59:41 ---> Using cache 18:59:41 ---> 62b7613c3e89 18:59:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:41 ---> Using cache 18:59:41 ---> e22789cc56e5 18:59:41 Step 5/23 : RUN apk add --update --no-cache make git 18:59:41 ---> Using cache 18:59:41 ---> 13e3119c4e13 18:59:41 Step 6/23 : COPY go.mod . 18:59:41 ---> Using cache 18:59:41 ---> 06b1ce496430 18:59:41 Step 7/23 : RUN go mod download 18:59:41 ---> Using cache 18:59:41 ---> fcb9eba95a8f 18:59:41 Step 8/23 : COPY . . 18:59:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:59:41 ---> 8744556602e7 18:59:41 Step 3/23 : WORKDIR /edgex-go 18:59:41 ---> Using cache 18:59:41 ---> 62b7613c3e89 18:59:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:41 ---> Using cache 18:59:41 ---> e22789cc56e5 18:59:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:59:41 ---> Using cache 18:59:41 ---> c96c12344d95 18:59:41 Step 9/23 : RUN make cmd/core-command/core-command 18:59:43 ---> Running in b921d5e4bac3 18:59:43 ---> Running in 7775fbd6b95d 18:59:43 ---> Running in 94a70af42d9e 18:59:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:59:43 ---> 8744556602e7 18:59:43 Step 3/22 : WORKDIR /edgex-go 18:59:43 ---> Using cache 18:59:43 ---> 62b7613c3e89 18:59:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:43 ---> Using cache 18:59:43 ---> e22789cc56e5 18:59:43 Step 5/22 : RUN apk add --update --no-cache make git 18:59:43 ---> Using cache 18:59:43 ---> 13e3119c4e13 18:59:43 Step 6/22 : COPY go.mod . 18:59:43 ---> Using cache 18:59:43 ---> 06b1ce496430 18:59:43 Step 7/22 : RUN go mod download 18:59:43 ---> Using cache 18:59:43 ---> fcb9eba95a8f 18:59:43 Step 8/22 : COPY . . 18:59:43 ---> Using cache 18:59:43 ---> c96c12344d95 18:59:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:59:44 ---> Running in 4cb3977be836 18:59:46 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 18:59:46 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 18:59:46 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 18:59:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:48 OK: 233 MiB in 51 packages 18:59:51 Removing intermediate container ca09fdc62968 18:59:51 ---> 5298121f4d02 18:59:51 18:59:51 Step 10/21 : FROM alpine:3.12 18:59:51 ---> d10569e2745f 18:59:51 Step 11/21 : RUN apk add --update --no-cache curl 18:59:51 ---> Running in a5ad1ed0ed65 18:59:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:54 (1/4) Installing ca-certificates (20191127-r4) 18:59:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:59:54 (3/4) Installing libcurl (7.69.1-r3) 18:59:54 (4/4) Installing curl (7.69.1-r3) 18:59:54 Executing busybox-1.31.1-r19.trigger 18:59:54 Executing ca-certificates-20191127-r4.trigger 18:59:54 OK: 7 MiB in 18 packages 18:59:55 Removing intermediate container 7775fbd6b95d 18:59:55 ---> ab0e26642591 18:59:55 Step 6/23 : COPY go.mod . 18:59:55 ---> 68762afed008 18:59:55 Step 7/23 : RUN go mod download 18:59:55 ---> Running in 5e46032473c3 18:59:57 Removing intermediate container a5ad1ed0ed65 18:59:57 ---> 73a10885b283 18:59:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:59:57 Removing intermediate container f5e2d96f3087 18:59:57 ---> 6c71e0b3d0be 18:59:57 18:59:57 Step 10/23 : FROM alpine:3.12 18:59:57 ---> d10569e2745f 18:59:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:59:57 ---> Using cache 18:59:57 ---> e20d2030c9f9 18:59:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:59:57 ---> Using cache 18:59:57 ---> 210ada748ee4 18:59:57 Step 13/23 : ENV APP_PORT=48082 18:59:58 ---> Running in 912dd192d338 18:59:58 ---> Running in 1af392020b9e 18:59:59 Removing intermediate container 912dd192d338 18:59:59 ---> 2b30e4e0ee52 18:59:59 Step 14/23 : EXPOSE $APP_PORT 18:59:59 Removing intermediate container 1af392020b9e 18:59:59 ---> 92b16b3b46ca 18:59:59 Step 13/21 : WORKDIR /edgex 18:59:59 ---> Running in 09cae5e751e6 18:59:59 ---> Running in 3910ea81f66e 19:00:00 Removing intermediate container 09cae5e751e6 19:00:00 ---> f8b4d7a54d14 19:00:00 Step 15/23 : WORKDIR / 19:00:00 ---> Running in 6de645ba9e09 19:00:00 Removing intermediate container 3910ea81f66e 19:00:00 ---> 099347ce1a2d 19:00:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:00:01 Removing intermediate container 6de645ba9e09 19:00:01 ---> 6f8d88f2d56c 19:00:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:01 ---> 27e42340939c 19:00:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:00:02 ---> 12120dbaf967 19:00:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:00:04 ---> b52873655ba9 19:00:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:00:04 ---> 498c22246b2d 19:00:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:00:06 ---> eb57eb36195b 19:00:06 Step 19/23 : ENTRYPOINT ["/core-command"] 19:00:06 ---> cb566fda5ad6 19:00:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:00:06 ---> Running in 30c8782b619d 19:00:06 ---> Running in 8ca96b7ae8b2 19:00:06 Removing intermediate container 30c8782b619d 19:00:06 ---> bd28cd8ad2c6 19:00:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:00:07 ---> Running in 932f4956e7bd 19:00:07 Removing intermediate container 8ca96b7ae8b2 19:00:07 ---> 071e4d7f52f2 19:00:07 Step 18/21 : CMD ["--init=true"] 19:00:07 ---> Running in 516f5d54d6f0 19:00:07 Removing intermediate container 932f4956e7bd 19:00:07 ---> 7c5ced475238 19:00:07 Step 21/23 : LABEL arch=arm64 19:00:08 ---> Running in 1d814746ba4b 19:00:08 Removing intermediate container 516f5d54d6f0 19:00:08 ---> 59b2e78b6694 19:00:08 Step 19/21 : LABEL arch=arm64 19:00:09 ---> Running in 322fbc4be89e 19:00:09 Removing intermediate container 1d814746ba4b 19:00:09 ---> da4d3dcc9b91 19:00:09 Step 22/23 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 19:00:09 ---> Running in 468941587ad1 19:00:09 Removing intermediate container 322fbc4be89e 19:00:09 ---> 7c3d7de2128a 19:00:09 Step 20/21 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 19:00:10 Removing intermediate container 468941587ad1 19:00:10 ---> 3923d942df17 19:00:10 Step 23/23 : LABEL version=0.0.0 19:00:10 ---> Running in 944629f276f9 19:00:10 ---> Running in 86bc6f9f9287 19:00:10 Removing intermediate container ec8640ed3b49 19:00:10 ---> e4eed775627e 19:00:10 19:00:10 Step 10/22 : FROM alpine:3.12 19:00:10 ---> d10569e2745f 19:00:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:00:10 Removing intermediate container 5e46032473c3 19:00:10 ---> 4934bd31fe1a 19:00:10 Step 8/23 : COPY . . 19:00:11 ---> Running in d2e749892053 19:00:11 Removing intermediate container 86bc6f9f9287 19:00:11 Removing intermediate container 944629f276f9 19:00:11 ---> faddd96abc39 19:00:11 ---> 8fc7209e22b3 19:00:11 19:00:11 Step 21/21 : LABEL version=0.0.0 19:00:11 ---> Running in b074c6438d72 19:00:11 Successfully built faddd96abc39 19:00:11 Successfully tagged docker-core-command-go-arm64:latest 19:00:12  Building docker-core-command-go ... done Removing intermediate container b074c6438d72 19:00:12 ---> 14f49c1573db 19:00:12 19:00:12 Removing intermediate container 6875804cb88b 19:00:12 ---> 8e41f2709381 19:00:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:00:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:12 Successfully built 14f49c1573db 19:00:12 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:00:12  Building docker-security-proxy-setup-go ... done  ---> Running in 0ff7720591a1 19:00:13 (1/2) Installing ca-certificates (20191127-r4) 19:00:13 (2/2) Installing dumb-init (1.2.2-r1) 19:00:13 Executing busybox-1.31.1-r19.trigger 19:00:13 Executing ca-certificates-20191127-r4.trigger 19:00:13 OK: 6 MiB in 16 packages 19:00:13 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 19:00:15 Removing intermediate container d2e749892053 19:00:15 ---> b183de2976fa 19:00:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:00:15 ---> Running in 38f5aa8768d1 19:00:15 Removing intermediate container 38f5aa8768d1 19:00:15 ---> b5e8c241e310 19:00:15 Step 13/22 : ENV APP_PORT=48060 19:00:16 ---> Running in 280eed2c0b88 19:00:16 Removing intermediate container 280eed2c0b88 19:00:16 ---> 63c49780c86c 19:00:16 Step 14/22 : EXPOSE $APP_PORT 19:00:16 Removing intermediate container 0ff7720591a1 19:00:16 ---> 19b859101290 19:00:16 19:00:16 Step 11/26 : FROM docker:20.10.0 19:00:16 20.10.0: Pulling from library/docker 19:00:16 ---> Running in 5f3b7eabab40 19:00:17 Removing intermediate container 5f3b7eabab40 19:00:17 ---> f3a7cf8ece3d 19:00:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:00:19 ---> effca1fc7e39 19:00:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:00:21 ---> b5b490f89728 19:00:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:00:22 ---> 470d2ecbce60 19:00:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:00:22 ---> Running in 970edecd9199 19:00:23 Removing intermediate container 970edecd9199 19:00:23 ---> b2f504ef75b9 19:00:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:00:23 ---> Running in ce90e695abd3 19:00:24 Removing intermediate container ce90e695abd3 19:00:24 ---> 1d0073953fbe 19:00:24 Step 20/22 : LABEL arch=arm64 19:00:24 ---> Running in 2933962f2814 19:00:25 Removing intermediate container 2933962f2814 19:00:25 ---> 5464c7f36f1e 19:00:25 Step 21/22 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 19:00:25 ---> Running in 30f921657d07 19:00:25 Removing intermediate container 30f921657d07 19:00:25 ---> 73561b4be007 19:00:25 Step 22/22 : LABEL version=0.0.0 19:00:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:00:25 Status: Downloaded newer image for docker:20.10.0 19:00:25 ---> eeaf43b92773 19:00:25 Step 12/26 : RUN apk add --no-cache bash 19:00:26 ---> Running in 75e77e8691b5 19:00:26 ---> Running in b533dec5309a 19:00:26 Removing intermediate container 75e77e8691b5 19:00:26 ---> fb655b149533 19:00:26 19:00:27 Successfully built fb655b149533 19:00:27 Successfully tagged docker-support-notifications-go-arm64:latest 19:00:27  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:28 (1/2) Installing readline (8.0.4-r0) 19:00:28 (2/2) Installing bash (5.0.17-r0) 19:00:28 Executing bash-5.0.17-r0.post-install 19:00:28 Executing busybox-1.31.1-r19.trigger 19:00:28 OK: 12 MiB in 22 packages 19:00:29 Removing intermediate container b533dec5309a 19:00:29 ---> 5c4e590d2f27 19:00:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:00:29 ---> Running in 5ec77a6a5b77 19:00:30 Removing intermediate container 5ec77a6a5b77 19:00:30 ---> 89306b2e188a 19:00:30 Step 14/26 : ENV APP_PORT=48090 19:00:30 ---> Running in af8b9e06980f 19:00:30 Removing intermediate container af8b9e06980f 19:00:30 ---> 8a841f3368d4 19:00:30 Step 15/26 : EXPOSE $APP_PORT 19:00:30 ---> Running in e561dcc784e4 19:00:31 Removing intermediate container e561dcc784e4 19:00:31 ---> 1531b1f16b71 19:00:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:00:32 ---> 08af6fd48e31 19:00:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:00:33 ---> 54e07b2ad4e6 19:00:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:00:34 ---> a832c449801b 19:00:34 Step 19/26 : RUN apk --no-cache add py3-pip 19:00:34 ---> Running in b423ad1e2856 19:00:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:35 (1/33) Installing libbz2 (1.0.8-r1) 19:00:35 (2/33) Installing expat (2.2.9-r1) 19:00:36 (3/33) Installing libffi (3.3-r2) 19:00:36 (4/33) Installing gdbm (1.13-r1) 19:00:36 (5/33) Installing xz-libs (5.2.5-r0) 19:00:36 (6/33) Installing sqlite-libs (3.32.1-r0) 19:00:36 (7/33) Installing python3 (3.8.5-r1) 19:00:38 (8/33) Installing py3-appdirs (1.4.4-r1) 19:00:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:00:38 (10/33) Installing py3-parsing (2.4.7-r0) 19:00:38 (11/33) Installing py3-six (1.15.0-r0) 19:00:38 (12/33) Installing py3-packaging (20.4-r0) 19:00:38 (13/33) Installing py3-setuptools (47.0.0-r0) 19:00:38 (14/33) Installing py3-chardet (3.0.4-r4) 19:00:38 (15/33) Installing py3-idna (2.9-r0) 19:00:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:00:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:00:38 (18/33) Installing py3-requests (2.23.0-r0) 19:00:38 (19/33) Installing py3-msgpack (1.0.0-r0) 19:00:38 (20/33) Installing py3-lockfile (0.12.2-r3) 19:00:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:00:38 (22/33) Installing py3-colorama (0.4.3-r0) 19:00:38 (23/33) Installing py3-distlib (0.3.0-r0) 19:00:38 (24/33) Installing py3-distro (1.5.0-r1) 19:00:38 (25/33) Installing py3-webencodings (0.5.1-r3) 19:00:38 (26/33) Installing py3-html5lib (1.0.1-r4) 19:00:38 (27/33) Installing py3-pytoml (0.1.21-r0) 19:00:38 (28/33) Installing py3-pep517 (0.8.2-r0) 19:00:38 (29/33) Installing py3-progress (1.5-r0) 19:00:38 (30/33) Installing py3-toml (0.10.1-r0) 19:00:38 (31/33) Installing py3-retrying (1.3.3-r0) 19:00:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:00:38 (33/33) Installing py3-pip (20.1.1-r0) 19:00:38 Executing busybox-1.31.1-r19.trigger 19:00:38 OK: 71 MiB in 55 packages 19:00:45 Removing intermediate container b423ad1e2856 19:00:45 ---> 80b700986a72 19:00:45 Step 20/26 : RUN pip install docker-compose==1.23.2 19:00:45 ---> Running in 55e926723db1 19:00:49 Collecting docker-compose==1.23.2 19:00:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:00:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:00:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:00:51 Collecting cached-property<2,>=1.2.0 19:00:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:00:51 Collecting texttable<0.10,>=0.9.0 19:00:51 Downloading texttable-0.9.1.tar.gz (11 kB) 19:00:52 Removing intermediate container 02b1e99d0625 19:00:52 ---> f731c7353444 19:00:52 Step 20/26 : RUN pip install docker-compose==1.23.2 19:00:52 ---> Running in ab4fa7dfe5c7 19:00:54 Collecting PyYAML<4,>=3.10 19:00:54 Downloading PyYAML-3.13.tar.gz (270 kB) 19:00:56 Collecting dockerpty<0.5,>=0.4.1 19:00:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:00:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:00:58 Collecting docopt<0.7,>=0.6.1 19:00:58 Downloading docopt-0.6.2.tar.gz (25 kB) 19:01:00 Collecting jsonschema<3,>=2.5.1 19:01:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:01:01 Collecting docker<4.0,>=3.6.0 19:01:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:01:01 Collecting websocket-client<1.0,>=0.32.0 19:01:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:01:02 Collecting urllib3<1.25,>=1.21.1 19:01:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:01:02 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) 19:01:02 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) 19:01:03 Collecting idna<2.8,>=2.5 19:01:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:01:03 Collecting docker-pycreds>=0.4.0 19:01:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:01:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:01:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:01:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:01:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:01:04 Installing collected packages: urllib3, idna, requests, cached-property, texttable, PyYAML, dockerpty, docopt, jsonschema, docker-pycreds, websocket-client, docker, docker-compose 19:01:04 Attempting uninstall: urllib3 19:01:04 Found existing installation: urllib3 1.25.9 19:01:04 Uninstalling urllib3-1.25.9: 19:01:04 Successfully uninstalled urllib3-1.25.9 19:01:04 Attempting uninstall: idna 19:01:04 Found existing installation: idna 2.9 19:01:04 Uninstalling idna-2.9: 19:01:04 Successfully uninstalled idna-2.9 19:01:05 Attempting uninstall: requests 19:01:05 Found existing installation: requests 2.23.0 19:01:05 Uninstalling requests-2.23.0: 19:01:05 Successfully uninstalled requests-2.23.0 19:01:06 Running setup.py install for texttable: started 19:01:08 Running setup.py install for texttable: finished with status 'done' 19:01:08 Running setup.py install for PyYAML: started 19:01:09 Running setup.py install for PyYAML: finished with status 'done' 19:01:09 Running setup.py install for dockerpty: started 19:01:11 Running setup.py install for dockerpty: finished with status 'done' 19:01:11 Running setup.py install for docopt: started 19:01:13 Running setup.py install for docopt: finished with status 'done' 19:01:15 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 19:01:19 Removing intermediate container 55e926723db1 19:01:19 ---> f934ca5b2c44 19:01:19 Step 21/26 : RUN apk --no-cache add curl 19:01:19 ---> Running in 243e8b64ad4d 19:01:20 Removing intermediate container 94a70af42d9e 19:01:20 ---> b74eea829182 19:01:20 19:01:20 Step 10/30 : FROM alpine:3.12 19:01:20 ---> 88dd2752d2ea 19:01:20 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:01:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:01:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:01:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:01:20 (2/3) Installing libcurl (7.69.1-r3) 19:01:20 (3/3) Installing curl (7.69.1-r3) 19:01:20 Executing busybox-1.31.1-r19.trigger 19:01:20 OK: 71 MiB in 58 packages 19:01:20 ---> Running in bdcfcaf26364 19:01:21 Removing intermediate container 4cb3977be836 19:01:21 ---> 8087fc37bd5c 19:01:21 19:01:21 Step 10/22 : FROM alpine:3.12 19:01:21 ---> 88dd2752d2ea 19:01:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:01:21 ---> Using cache 19:01:21 ---> c8983f9bf2b3 19:01:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:01:21 ---> Using cache 19:01:21 ---> e6288b404443 19:01:21 Step 13/22 : ENV APP_PORT=48085 19:01:21 Removing intermediate container b921d5e4bac3 19:01:21 ---> 1f5f77c143f9 19:01:21 19:01:21 Step 10/23 : FROM alpine:3.12 19:01:21 ---> 88dd2752d2ea 19:01:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:01:21 ---> Using cache 19:01:21 ---> c8983f9bf2b3 19:01:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:01:21 ---> Using cache 19:01:21 ---> e6288b404443 19:01:21 Step 13/23 : ENV APP_PORT=48082 19:01:21 ---> Running in 012678e7b6e9 19:01:21 ---> Running in 91580bb52e60 19:01:22 Removing intermediate container bdcfcaf26364 19:01:22 ---> 451cbd60cc33 19:01:22 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 19:01:22 Removing intermediate container 243e8b64ad4d 19:01:22 ---> adf8c6bb6edb 19:01:22 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:01:22 ---> Running in d24fef99a276 19:01:22 Removing intermediate container d24fef99a276 19:01:22 ---> 7f0d2483a4e7 19:01:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:22 ---> Running in e7366c49964a 19:01:23 Removing intermediate container e7366c49964a 19:01:23 ---> 7e7cfc47f4c5 19:01:23 Step 24/26 : LABEL arch=arm64 19:01:23 ---> Running in ab8cd77c30f1 19:01:23 ---> Running in f2f0583736e7 19:01:23 Removing intermediate container 012678e7b6e9 19:01:23 ---> 5598e2fd962e 19:01:23 Step 14/22 : EXPOSE $APP_PORT 19:01:23 Removing intermediate container 91580bb52e60 19:01:23 ---> 7702e3f46044 19:01:23 Step 14/23 : EXPOSE $APP_PORT 19:01:23 Removing intermediate container f2f0583736e7 19:01:23 ---> 079ed3345815 19:01:23 Step 25/26 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 19:01:24 ---> Running in a5c26c83e1fe 19:01:24 Collecting docker-compose==1.23.2 19:01:24 Removing intermediate container a5c26c83e1fe 19:01:24 ---> 29844e0a2009 19:01:24 Step 26/26 : LABEL version=0.0.0 19:01:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:01:24 ---> Running in c247a2d64165 19:01:24 ---> Running in 5c063e957d4a 19:01:24 ---> Running in 332a53faba8f 19:01:25 Removing intermediate container 332a53faba8f 19:01:25 ---> e3291573f448 19:01:25 19:01:25 Successfully built e3291573f448 19:01:25 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:01:25 Collecting PyYAML<4,>=3.10 19:01:25 Downloading PyYAML-3.13.tar.gz (270 kB) 19:01:25  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:01:25 $ docker stop --time=1 52d19f26e0d5dac6f67fe4d122a368e8fb56b3e51b8955d3fb933d015509ca44 19:01:27 Removing intermediate container c247a2d64165 19:01:27 ---> 590ea1b1ff8c 19:01:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:01:27 $ docker rm -f 52d19f26e0d5dac6f67fe4d122a368e8fb56b3e51b8955d3fb933d015509ca44 19:01:27 Removing intermediate container 5c063e957d4a 19:01:27 ---> 9f77efbfc66a 19:01:27 Step 15/23 : WORKDIR / [Pipeline] // withDockerContainer [Pipeline] sh 19:01:28 ---> Running in 282b7cd84f12 19:01:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:28 + docker images 19:01:28 + grep docker 19:01:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:28 docker-sys-mgmt-agent-go-arm64 latest e3291573f448 4 seconds ago 300MB 19:01:28 docker-support-notifications-go-arm64 latest fb655b149533 About a minute ago 16.8MB 19:01:28 docker-security-proxy-setup-go-arm64 latest 14f49c1573db About a minute ago 23.4MB 19:01:28 docker-core-command-go-arm64 latest faddd96abc39 About a minute ago 16.2MB 19:01:28 docker-core-data-go-arm64 latest 93b29360ec47 3 minutes ago 21.1MB 19:01:28 docker-security-bootstrapper-go-arm64 latest e6bdab0419bf 3 minutes ago 17.3MB 19:01:28 docker-core-metadata-go-arm64 latest 40282b9f22de 3 minutes ago 17.9MB 19:01:28 docker-support-scheduler-go-arm64 latest f3a0c843048e 3 minutes ago 16.3MB 19:01:28 docker-security-secretstore-setup-go-arm64 latest 84d0d117d82a 4 minutes ago 23.7MB 19:01:28 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv 19:01:28 (1/2) Installing dumb-init (1.2.2-r1) 19:01:28 (2/2) Installing su-exec (0.2-r1) 19:01:28 Executing busybox-1.31.1-r19.trigger [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:01:30 OK: 6 MiB in 16 packages 19:01:30 ---> job-cost.sh 19:01:30 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VC5J 19:01:31 ---> 3f2dc861e753 19:01:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:01:32 Removing intermediate container 282b7cd84f12 19:01:32 ---> 719a8be38ac6 19:01:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:01:33 ---> 750366d86ecf 19:01:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:01:34 Removing intermediate container ab8cd77c30f1 19:01:34 ---> c8befff0abde 19:01:34 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 19:01:34 ---> f34811670164 19:01:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:01:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:01:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:01:35 ---> Running in 168ffa30b67c 19:01:36 Collecting cached-property<2,>=1.2.0 19:01:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:01:36 Collecting texttable<0.10,>=0.9.0 19:01:36 ---> 67a1ccddd0d1 19:01:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:01:36 Downloading texttable-0.9.1.tar.gz (11 kB) 19:01:37 Removing intermediate container 168ffa30b67c 19:01:37 ---> dcec0c63f39a 19:01:37 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:01:38 ---> 79210d338085 19:01:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:01:38 ---> Running in a557ca8f7fb0 19:01:38 ---> Running in 68cb11e58f28 19:01:38 Collecting websocket-client<1.0,>=0.32.0 19:01:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:01:39 Removing intermediate container 68cb11e58f28 19:01:39 ---> 43c3a374cf47 19:01:39 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:01:39 ---> bd9eb6f223a9 19:01:39 Step 19/23 : ENTRYPOINT ["/core-command"] 19:01:39 Removing intermediate container a557ca8f7fb0 19:01:39 ---> 4113780d8a2b 19:01:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:39 Collecting jsonschema<3,>=2.5.1 19:01:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:01:40 ---> Running in 1a59f64ef9e9 19:01:40 Collecting docopt<0.7,>=0.6.1 19:01:40 Downloading docopt-0.6.2.tar.gz (25 kB) 19:01:40 ---> Running in 22c908c5c30f 19:01:40 ---> Running in 3cd307355d7d 19:01:40 ---> 53c5fe1ca5e5 19:01:40 Step 9/23 : RUN make cmd/core-data/core-data 19:01:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:01:41 Collecting dockerpty<0.5,>=0.4.1 19:01:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:01:41 ---> Running in 025923d1b4a9 19:01:41 Removing intermediate container 3cd307355d7d 19:01:41 ---> 044f2c8647e9 19:01:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:41 Removing intermediate container 22c908c5c30f 19:01:41 ---> 484d411fabcd 19:01:41 Step 20/22 : LABEL arch=x86_64 19:01:42 ---> Running in 902f03051af1 19:01:42 ---> Running in 177ae5cd1f86 19:01:43 Collecting docker<4.0,>=3.6.0 19:01:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:01:43 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) 19:01:43 Collecting idna<2.8,>=2.5 19:01:43 Removing intermediate container 177ae5cd1f86 19:01:43 ---> d780707f4f49 19:01:43 Step 21/22 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 19:01:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:01:43 Removing intermediate container 902f03051af1 19:01:43 ---> 85b3178302e9 19:01:43 Step 21/23 : LABEL arch=x86_64 19:01:44 ---> Running in f7c4a942d6f1 19:01:44 Collecting urllib3<1.25,>=1.21.1 19:01:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:01:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:01:44 ---> Running in 3881dfc80a6c 19:01:44 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) 19:01:44 Collecting docker-pycreds>=0.4.0 19:01:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:01:44 Removing intermediate container 1a59f64ef9e9 19:01:44 ---> 8a387ed9a8ee 19:01:44 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 19:01:44 Removing intermediate container 3881dfc80a6c 19:01:44 ---> dccd141c3c2a 19:01:44 Step 22/23 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 19:01:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:01:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:01:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:01:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:01:44 Removing intermediate container f7c4a942d6f1 19:01:44 ---> 578a0c4950c9 19:01:44 Step 22/22 : LABEL version=0.0.0 19:01:44 ---> Running in 5ab5fbb7dff6 19:01:44 ---> Running in a4d9844a9efd 19:01:45 Installing collected packages: PyYAML, idna, urllib3, requests, cached-property, texttable, websocket-client, jsonschema, docopt, dockerpty, docker-pycreds, docker, docker-compose 19:01:45 Running setup.py install for PyYAML: started 19:01:45 ---> Running in edc73b46c601 19:01:46 Removing intermediate container a4d9844a9efd 19:01:46 ---> 8953af00b3ee 19:01:46 Step 23/23 : LABEL version=0.0.0 19:01:46 Removing intermediate container 5ab5fbb7dff6 19:01:46 ---> 8f1438ca27cf 19:01:46 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:01:48 ---> Running in 8af4a66f596b 19:01:48 Running setup.py install for PyYAML: finished with status 'done' 19:01:48 Attempting uninstall: idna 19:01:48 Found existing installation: idna 2.9 19:01:48 Uninstalling idna-2.9: 19:01:48 Removing intermediate container edc73b46c601 19:01:48 ---> 9b1196cf55f1 19:01:48 19:01:48 Successfully uninstalled idna-2.9 19:01:49 Attempting uninstall: urllib3 19:01:49 Found existing installation: urllib3 1.25.9 19:01:49 Uninstalling urllib3-1.25.9: 19:01:49 ---> 65c1ff83af8b 19:01:49 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:01:51 Removing intermediate container 8af4a66f596b 19:01:51 ---> ea94e9e27f16 19:01:51 19:01:51 Successfully uninstalled urllib3-1.25.9 19:01:51 Successfully built 9b1196cf55f1 19:01:52 Successfully tagged docker-support-scheduler-go:latest 19:01:52  Building docker-support-scheduler-go ... done  ---> Running in 1caab0c22c1f 19:01:53 Attempting uninstall: requests 19:01:53 Found existing installation: requests 2.23.0 19:01:53 Uninstalling requests-2.23.0: 19:01:53 Successfully built ea94e9e27f16 19:01:54 Successfully tagged docker-core-command-go:latest 19:01:54  Building docker-core-command-go ... done  Successfully uninstalled requests-2.23.0 19:01:54 Running setup.py install for texttable: started 19:01:55 Running setup.py install for texttable: finished with status 'done' 19:01:57 Running setup.py install for docopt: started 19:01:59 Running setup.py install for docopt: finished with status 'done' 19:01:59 Running setup.py install for dockerpty: started 19:02:00 Removing intermediate container 1caab0c22c1f 19:02:00 ---> 14434b84aa47 19:02:00 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:02 Running setup.py install for dockerpty: finished with status 'done' 19:02:03 ---> ef3907cfd7d4 19:02:03 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:02:05 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 19:02:08 ---> 611e5b64f2b1 19:02:08 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:02:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:02:11 ---> d17b5ba87ea9 19:02:11 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:02:11 Removing intermediate container ab4fa7dfe5c7 19:02:11 ---> 164d57f1ebb4 19:02:11 Step 21/26 : RUN apk --no-cache add curl 19:02:13 ---> Running in 03b27602b6e0 19:02:13 ---> 43d1fc492487 19:02:13 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 19:02:15 ---> Running in 097705f56c32 19:02:16 Removing intermediate container 097705f56c32 19:02:16 ---> 7c82ab5dd574 19:02:16 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:02:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:02:18 (2/3) Installing libcurl (7.69.1-r3) 19:02:18 ---> 114fa07eaf46 19:02:18 Step 25/30 : RUN chmod +x /entrypoint.sh 19:02:18 (3/3) Installing curl (7.69.1-r3) 19:02:18 Executing busybox-1.31.1-r19.trigger 19:02:18 OK: 72 MiB in 58 packages 19:02:19 ---> Running in fb369c43af23 19:02:23 Removing intermediate container 03b27602b6e0 19:02:23 ---> 2bcfdb506b6a 19:02:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:02:24 ---> Running in 2daca65b681c 19:02:24 Removing intermediate container 2daca65b681c 19:02:24 ---> 170efae82e3f 19:02:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:25 ---> Running in 9090d8703897 19:02:25 Removing intermediate container fb369c43af23 19:02:25 ---> 5a5f90aa538b 19:02:25 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 19:02:26 ---> Running in 5c59fdffe574 19:02:26 Removing intermediate container 9090d8703897 19:02:26 ---> dcc5b883706c 19:02:26 Step 24/26 : LABEL arch=x86_64 19:02:26 ---> Running in 64d9f4874ab6 19:02:26 Removing intermediate container 5c59fdffe574 19:02:26 ---> d7dd403f829c 19:02:26 Step 27/30 : CMD ["gate"] 19:02:27 ---> Running in 625a737217d2 19:02:27 Removing intermediate container 64d9f4874ab6 19:02:27 ---> 6b694b2685b9 19:02:27 Step 25/26 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 19:02:27 ---> Running in 0265c9648566 19:02:27 Removing intermediate container 625a737217d2 19:02:27 ---> ae7e372cea5d 19:02:27 Step 28/30 : LABEL arch=x86_64 19:02:28 ---> Running in ed3c01d3980f 19:02:28 Removing intermediate container 0265c9648566 19:02:28 ---> 2721ce42e07d 19:02:28 Step 26/26 : LABEL version=0.0.0 19:02:28 ---> Running in 120cdf0ea1ba 19:02:28 Removing intermediate container ed3c01d3980f 19:02:28 ---> 1ca6c95a4d44 19:02:28 Step 29/30 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 19:02:28 ---> Running in a6637a6051d7 19:02:31 Removing intermediate container 120cdf0ea1ba 19:02:31 ---> b6c462ec6348 19:02:31 19:02:32 Removing intermediate container a6637a6051d7 19:02:32 ---> ec784fce268e 19:02:32 Step 30/30 : LABEL version=0.0.0 19:02:32 Successfully built b6c462ec6348 19:02:32 Successfully tagged docker-sys-mgmt-agent-go:latest 19:02:32  Building docker-sys-mgmt-agent-go ... done  ---> Running in 4a8b7d71e20a 19:02:33 Removing intermediate container 4a8b7d71e20a 19:02:33 ---> baa63068fc43 19:02:33 19:02:34 Successfully built baa63068fc43 19:02:34 Successfully tagged docker-security-bootstrapper-go:latest 19:02:38  Building docker-security-bootstrapper-go ... done Removing intermediate container 025923d1b4a9 19:02:38 ---> 82ba16758c1f 19:02:38 19:02:38 Step 10/23 : FROM alpine:3.12 19:02:38 ---> 88dd2752d2ea 19:02:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:02:38 ---> Running in 2714815d4ad9 19:02:38 Removing intermediate container 2714815d4ad9 19:02:38 ---> bbf84a23c344 19:02:38 Step 12/23 : ENV APP_PORT=48080 19:02:38 ---> Running in 3427880f48bb 19:02:39 Removing intermediate container 3427880f48bb 19:02:39 ---> 111d58f437d4 19:02:39 Step 13/23 : EXPOSE $APP_PORT 19:02:39 ---> Running in 3e935eccc67d 19:02:40 Removing intermediate container 3e935eccc67d 19:02:40 ---> 1418292718da 19:02:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:02:40 ---> Running in c097aba843a3 19:02:44 Removing intermediate container c097aba843a3 19:02:44 ---> 22312a1c0a23 19:02:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:02:44 ---> Running in 9e1fd3dbc1a3 19:02:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:46 (1/6) Installing dumb-init (1.2.2-r1) 19:02:46 (2/6) Installing libgcc (9.3.0-r2) 19:02:46 (3/6) Installing libsodium (1.0.18-r0) 19:02:46 (4/6) Installing libstdc++ (9.3.0-r2) 19:02:46 (5/6) Installing libzmq (4.3.3-r0) 19:02:46 (6/6) Installing zeromq (4.3.3-r0) 19:02:46 Executing busybox-1.31.1-r19.trigger 19:02:47 OK: 8 MiB in 20 packages 19:02:49 Removing intermediate container 9e1fd3dbc1a3 19:02:49 ---> bd0bb9356e55 19:02:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:49 ---> 66bc04985dc3 19:02:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:02:51 ---> 6a5ee0b37733 19:02:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:02:52 ---> ef8d73424f75 19:02:52 Step 19/23 : ENTRYPOINT ["/core-data"] 19:02:52 ---> Running in 69203b29a2e3 19:02:53 Removing intermediate container 69203b29a2e3 19:02:53 ---> 94b74758b86f 19:02:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:53 ---> Running in 8fafef3f417a 19:02:54 Removing intermediate container 8fafef3f417a 19:02:54 ---> 8d3b98a3f183 19:02:54 Step 21/23 : LABEL arch=x86_64 19:02:54 ---> Running in cd1da2b14010 19:02:55 Removing intermediate container cd1da2b14010 19:02:55 ---> 610de35a82fe 19:02:55 Step 22/23 : LABEL git_sha=59e85b4d201d361d1383adaf1403a8f74c767cf2 19:02:55 ---> Running in ef63de9d289f 19:02:56 Removing intermediate container ef63de9d289f 19:02:56 ---> 920d7918125b 19:02:56 Step 23/23 : LABEL version=0.0.0 19:02:56 ---> Running in 42ececc75a8e 19:02:57 Removing intermediate container 42ececc75a8e 19:02:57 ---> a53b91cd0654 19:02:57 19:02:57 Successfully built a53b91cd0654 19:02:57 Successfully tagged docker-core-data-go:latest 19:02:58  Building docker-core-data-go ... done  [Pipeline] } 19:02:59 $ docker stop --time=1 c129ff09c1f50b6d1d5cda06ed7777d487b67082080fca21ff391604059a0203 19:03:02 $ docker rm -f c129ff09c1f50b6d1d5cda06ed7777d487b67082080fca21ff391604059a0203 [Pipeline] // withDockerContainer [Pipeline] sh 19:03:02 + docker images 19:03:02 + grep docker 19:03:04 docker-core-data-go latest a53b91cd0654 7 seconds ago 22.4MB 19:03:04 docker-security-bootstrapper-go latest baa63068fc43 31 seconds ago 18.3MB 19:03:04 docker-sys-mgmt-agent-go latest b6c462ec6348 36 seconds ago 313MB 19:03:04 docker-core-command-go latest ea94e9e27f16 About a minute ago 17MB 19:03:04 docker-support-scheduler-go latest 9b1196cf55f1 About a minute ago 17.2MB 19:03:04 docker-security-secretstore-setup-go latest 7c43deef5ec1 4 minutes ago 24.9MB 19:03:04 docker-core-metadata-go latest fb3a945906c4 4 minutes ago 19MB 19:03:04 docker-support-notifications-go latest 030ecbbac1fe 4 minutes ago 17.8MB 19:03:04 docker-security-proxy-setup-go latest 7444a53f5a53 4 minutes ago 24.7MB 19:03:04 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:03:20 Still waiting to schedule task 19:03:20 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:04:10 Running on prd-ubuntu18.04-docker-8c-8g-27704 in /w/workspace/edgexfoundry_edgex-go_PR-3198 [Pipeline] { [Pipeline] ws 19:04:10 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:04:12 using credential edgex-jenkins-ssh 19:04:12 Cloning the remote Git repository 19:04:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:04:12 > git init /w/workspace/edgex-go/1 # timeout=10 19:04:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:04:12 > git --version # timeout=10 19:04:12 > git --version # 'git version 2.17.1' 19:04:12 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:04:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:04:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:04:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:04:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:04:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3198/head:refs/remotes/origin/PR-3198 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:04:17 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit 59e85b4d201d361d1383adaf1403a8f74c767cf2 19:04:17 Merge succeeded, producing 59e85b4d201d361d1383adaf1403a8f74c767cf2 19:04:17 Checking out Revision 59e85b4d201d361d1383adaf1403a8f74c767cf2 (PR-3198) 19:04:17 > git config core.sparsecheckout # timeout=10 19:04:17 > git checkout -f 59e85b4d201d361d1383adaf1403a8f74c767cf2 # timeout=10 19:04:17 > git remote # timeout=10 19:04:17 > git config --get remote.origin.url # timeout=10 19:04:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:17 > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 19:04:17 > git rev-parse HEAD^{commit} # timeout=10 19:04:17 > git config core.sparsecheckout # timeout=10 19:04:17 > git checkout -f 59e85b4d201d361d1383adaf1403a8f74c767cf2 # timeout=10 19:04:21 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 19:04:21 > git --version # timeout=10 19:04:21 > git --version # 'git version 2.17.1' 19:04:21 fatal: bad object 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 19:04:22 19:04:22 GitHub has been notified of this commit’s build result 19:04:22 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:04:22 + echo snap-build.sh 19:04:22 snap-build.sh 19:04:22 + SNAP_BASE_DIR=. 19:04:22 + '[' '!' -z /w/workspace/edgex-go/1 ']' 19:04:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 19:04:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 19:04:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 19:04:22 + cd /w/workspace/edgex-go/1 19:04:22 + sudo apt-get remove -qy --purge lxd lxd-client 19:04:22 Reading package lists... 19:04:22 Building dependency tree... 19:04:22 Reading state information... 19:04:23 The following packages were automatically installed and are no longer required: 19:04:23 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:04:23 uidmap xdelta3 19:04:23 Use 'sudo apt autoremove' to remove them. 19:04:23 The following packages will be REMOVED: 19:04:23 lxd* lxd-client* 19:04:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:04:23 After this operation, 31.7 MB disk space will be freed. 19:04:24 (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.) 19:04:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:04:25 Removing lxd dnsmasq configuration 19:04:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:04:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:04:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:04:26 (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.) 19:04:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:04:27 Processing triggers for systemd (237-3ubuntu10.42) ... 19:04:27 Processing triggers for ureadahead (0.100.0-21) ... 19:04:29 + sudo snap remove --purge lxd 19:04:29 snap "lxd" is not installed 19:04:29 + sudo groupadd --force --system lxd 19:04:29 ++ whoami 19:04:29 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:04:29 + newgrp - lxd 19:04:29 + sudo snap install lxd 19:04:32 lf-activate-venv(): INFO: Adding /tmp/venv-VC5J/bin to PATH 19:04:32 INFO: No Stack... 19:04:32 INFO: Retrieving Pricing Info for: lf-standard-4 19:04:32 INFO: Archiving Costs [Pipeline] sh 19:04:32 + cat /w/workspace/edgex-go/1/archives/cost.csv 19:04:32 + cut -d, -f6 [Pipeline] lock 19:04:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3198-1-stack-cost] 19:04:32 Resource [jenkins-edgexfoundry-edgex-go-PR-3198-1-stack-cost] did not exist. Created. 19:04:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3198-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:04:33 + echo total: 0.20999999344348907 [Pipeline] stash 19:04:33 Stashed 1 file(s) [Pipeline] } 19:04:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3198-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:04:37 2021-02-25T19:04:35Z INFO Waiting for automatic snapd restart... 19:04:52 lxd 4.11 from Canonical* installed 19:04:52 + sudo lxd init --auto 19:05:00 + sudo snap install --classic snapcraft 19:05:04 snapcraft 4.5.1 from Canonical* installed 19:05:04 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 19:05:04 + patch --verbose -p1 19:05:04 Hmm... Looks like a unified diff to me... 19:05:04 The text leading up to this was: 19:05:04 -------------------------- 19:05:04 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 19:05:04 |From: Tony Espy 19:05:04 |Date: Wed, 16 Dec 2020 16:34:55 -0500 19:05:04 |Subject: [PATCH] optimize snap build for pipeline CI check 19:05:04 | 19:05:04 |This patch is used by the EdgeX CI pipeline builds to 19:05:04 |optimize the snap CI check run for pull requests. When 19:05:04 |applied, it essentially strips out everything (apps and 19:05:04 |parts) from the snapcraft.yaml file except those required 19:05:04 |to build edgex-go, as the whole idea of the CI check is to 19:05:04 |catch changes to edgex-go that break the snap build. 19:05:04 | 19:05:04 |In general, anyone updating snapcraft.yaml will also need 19:05:04 |to update this patch file, otherwise it may fail to apply, 19:05:04 |resulting in a failed snap build CI check in the associated 19:05:04 |pull request. 19:05:04 | 19:05:04 |Note - in addition to applying this patch, the pipeline also 19:05:04 |only primes the snap (e.g. `snapcraft prime`), as there's no 19:05:04 |need to build the finally binary .snap file (and it won't 19:05:04 |work with the patch applied). This further reduces the build 19:05:04 |time. 19:05:04 |--- 19:05:04 | snap/snapcraft.yaml | 461 +------------------------------------------- 19:05:04 | 1 file changed, 2 insertions(+), 459 deletions(-) 19:05:04 | 19:05:04 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 19:05:04 |index 1e537489..faf42425 100644 19:05:04 |--- a/snap/snapcraft.yaml 19:05:04 |+++ b/snap/snapcraft.yaml 19:05:04 -------------------------- 19:05:04 patching file snap/snapcraft.yaml 19:05:04 Using Plan A... 19:05:04 Hunk #1 succeeded at 73. 19:05:04 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 19:05:04 Hunk #3 succeeded at 217 (offset 3 lines). 19:05:04 Hunk #4 succeeded at 225 (offset 3 lines). 19:05:04 Hunk #5 succeeded at 232 (offset 3 lines). 19:05:04 Hunk #6 succeeded at 259 (offset 3 lines). 19:05:04 Hunk #7 succeeded at 293 (offset 3 lines). 19:05:04 Hunk #8 succeeded at 352 (offset 11 lines). 19:05:04 Hmm... Ignoring the trailing garbage. 19:05:04 done 19:05:04 + sudo snapcraft prime --use-lxd 19:05:06 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:05:06 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: 19:05:06 - README.md 19:05:06 - snapcraft.yaml.orig 19:05:06 19:05:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:05:06 Launching a container. 19:05:18 Waiting for container to be ready 19:05:18 To start your first instance, try: lxc launch ubuntu:18.04 19:05:18 19:05:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:05:21 Waiting for network to be ready... 19:05:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:05:21 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:05:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 19:05:22 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:05:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:05:22 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:05:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:05:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:05:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:05:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:05:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:05:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 19:05:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 19:05:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 19:05:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 19:05:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 19:05:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 19:05:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 19:05:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:05:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 19:05:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 19:05:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 19:05:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 19:05:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 19:05:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 19:05:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 19:05:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 19:05:26 Fetched 24.0 MB in 4s (5647 kB/s) 19:05:26 Reading package lists... 19:05:26 Reading package lists... 19:05:27 Building dependency tree... 19:05:27 Reading state information... 19:05:27 The following additional packages will be installed: 19:05:27 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:05:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:05:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:05:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:05:27 Suggested packages: 19:05:27 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:05:27 Recommended packages: 19:05:27 gnupg libsasl2-modules 19:05:27 The following NEW packages will be installed: 19:05:27 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:05:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:05:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:05:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:05:27 The following packages will be upgraded: 19:05:27 gpg gpg-agent gpgconf libudev1 19:05:27 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:05:27 Need to get 3530 kB of archives. 19:05:27 After this operation, 13.3 MB of additional disk space will be used. 19:05:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:05:27 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 19:05:27 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] 19:05:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:05:27 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 19:05:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:05:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:05:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:05:28 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:05:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:05:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:05:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:05:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:05:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:05:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:05:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:05:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:05:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:05:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:05:28 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:05:28 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:05:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:05:28 debconf: delaying package configuration, since apt-utils is not installed 19:05:28 Fetched 3530 kB in 1s (3137 kB/s) 19:05:28 (Reading database ... 12511 files and directories currently installed.) 19:05:28 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 19:05:28 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:05:28 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 19:05:28 Selecting previously unselected package udev. 19:05:28 (Reading database ... 12511 files and directories currently installed.) 19:05:28 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 19:05:28 Unpacking udev (237-3ubuntu10.44) ... 19:05:29 Selecting previously unselected package libfuse2:amd64. 19:05:29 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:05:29 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:05:29 Selecting previously unselected package fuse. 19:05:29 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:05:29 Unpacking fuse (2.9.7-1ubuntu1) ... 19:05:29 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:05:29 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:05:29 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:05:29 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:05:29 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:05:29 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:05:29 Selecting previously unselected package libksba8:amd64. 19:05:29 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:05:29 Unpacking libksba8:amd64 (1.3.5-2) ... 19:05:29 Selecting previously unselected package libroken18-heimdal:amd64. 19:05:29 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:05:29 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:30 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:05:30 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:05:30 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:30 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:05:30 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:05:30 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:30 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:05:30 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:05:30 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:30 Selecting previously unselected package libwind0-heimdal:amd64. 19:05:30 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:05:30 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:30 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:05:30 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:05:30 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:30 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:05:30 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:05:30 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:30 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:05:30 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:05:30 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:30 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:05:30 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:05:30 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:30 Selecting previously unselected package libsasl2-modules-db:amd64. 19:05:30 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:05:30 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:05:30 Selecting previously unselected package libsasl2-2:amd64. 19:05:30 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:05:30 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:05:30 Selecting previously unselected package libldap-common. 19:05:30 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:05:30 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:05:31 Selecting previously unselected package libldap-2.4-2:amd64. 19:05:31 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:05:31 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:05:31 Selecting previously unselected package dirmngr. 19:05:31 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:05:31 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:05:31 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:05:31 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:05:31 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:05:31 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:05:31 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:05:31 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:05:31 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:31 Setting up libksba8:amd64 (1.3.5-2) ... 19:05:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:05:31 Setting up udev (237-3ubuntu10.44) ... 19:05:31 invoke-rc.d: policy-rc.d denied execution of start. 19:05:31 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:32 Processing triggers for systemd (237-3ubuntu10) ... 19:05:32 Setting up fuse (2.9.7-1ubuntu1) ... 19:05:32 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:05:32 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:32 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:32 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:32 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:32 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:32 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:32 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:05:32 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:05:32 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:05:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:05:33 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:05:33 settings in the [Install] section, and DefaultInstance for template units). 19:05:33 This means they are not meant to be enabled using systemctl. 19:05:33 Possible reasons for having this kind of units are: 19:05:33 1) A unit may be statically enabled by being symlinked from another unit's 19:05:33 .wants/ or .requires/ directory. 19:05:33 2) A unit's purpose may be to act as a helper for some other unit which has 19:05:33 a requirement dependency on it. 19:05:33 3) A unit may be started when needed via activation (socket, path, timer, 19:05:33 D-Bus, udev, scripted systemctl call, ...). 19:05:33 4) In case of template units, the unit is meant to be enabled with some 19:05:33 instance name specified. 19:05:33 Reading package lists... 19:05:33 Building dependency tree... 19:05:33 Reading state information... 19:05:33 The following additional packages will be installed: 19:05:33 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:05:33 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:05:33 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:05:33 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:05:33 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:05:33 Suggested packages: 19:05:33 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:05:33 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:05:33 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:05:33 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:05:33 systemd-container policykit-1 19:05:33 Recommended packages: 19:05:33 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:05:33 The following NEW packages will be installed: 19:05:33 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:05:33 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:05:33 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:05:33 multiarch-support openssh-client python3 python3-minimal python3.6 19:05:33 python3.6-minimal snapd squashfs-tools sudo 19:05:33 The following packages will be upgraded: 19:05:33 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:05:33 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:05:33 Need to get 35.2 MB of archives. 19:05:33 After this operation, 141 MB of additional disk space will be used. 19:05:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:05:33 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 19:05:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:05:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 19:05:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:05:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:05:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:05:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:05:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:05:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 19:05:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:05:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:05:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:05:34 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:05:34 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:05:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:05:34 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:05:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:05:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:05:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:05:34 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:05:34 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:05:34 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:05:34 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:05:34 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:05:34 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:05:34 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:05:34 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:05:34 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:05:34 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:05:35 debconf: delaying package configuration, since apt-utils is not installed 19:05:36 Fetched 35.2 MB in 2s (15.3 MB/s) 19:05:36 (Reading database ... 12757 files and directories currently installed.) 19:05:36 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 19:05:36 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:05:36 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 19:05:36 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:05:36 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 19:05:36 (Reading database ... 12757 files and directories currently installed.) 19:05:36 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:05:37 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:05:37 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:05:37 (Reading database ... 12757 files and directories currently installed.) 19:05:37 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:05:37 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:05:37 Setting up apt (1.6.12ubuntu0.2) ... 19:05:37 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:05:38 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:05:38 (Reading database ... 12764 files and directories currently installed.) 19:05:38 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:05:38 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:05:38 Selecting previously unselected package libpython3.6-minimal:amd64. 19:05:38 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:05:38 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:05:38 Selecting previously unselected package libexpat1:amd64. 19:05:38 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:05:38 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:05:38 Selecting previously unselected package python3.6-minimal. 19:05:38 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:05:38 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:05:39 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 19:05:39 Checking for services that may need to be restarted...done. 19:05:39 Checking for services that may need to be restarted...done. 19:05:39 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:05:39 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:05:39 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:05:39 Selecting previously unselected package python3-minimal. 19:05:39 (Reading database ... 13012 files and directories currently installed.) 19:05:39 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:05:39 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:05:39 Selecting previously unselected package mime-support. 19:05:39 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:05:39 Unpacking mime-support (3.60ubuntu1) ... 19:05:40 Selecting previously unselected package libmpdec2:amd64. 19:05:40 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:05:40 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:05:40 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:05:40 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:05:40 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:05:40 Selecting previously unselected package python3.6. 19:05:40 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:05:40 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:05:40 Selecting previously unselected package libpython3-stdlib:amd64. 19:05:40 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:05:40 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:05:40 Setting up python3-minimal (3.6.7-1~18.04) ... 19:05:41 Selecting previously unselected package python3. 19:05:41 (Reading database ... 13442 files and directories currently installed.) 19:05:41 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:05:41 Unpacking python3 (3.6.7-1~18.04) ... 19:05:41 Selecting previously unselected package multiarch-support. 19:05:41 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:05:41 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:05:41 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:05:41 Selecting previously unselected package liblzo2-2:amd64. 19:05:41 (Reading database ... 13479 files and directories currently installed.) 19:05:41 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:05:41 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:05:41 Selecting previously unselected package libbsd0:amd64. 19:05:41 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:05:41 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:05:41 Selecting previously unselected package sudo. 19:05:41 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:05:41 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:05:41 Selecting previously unselected package apparmor. 19:05:41 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:05:41 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:05:42 Selecting previously unselected package libedit2:amd64. 19:05:42 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:05:42 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:05:42 Selecting previously unselected package libkrb5support0:amd64. 19:05:42 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:05:42 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:05:42 Selecting previously unselected package libk5crypto3:amd64. 19:05:42 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:05:42 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:05:42 Selecting previously unselected package libkeyutils1:amd64. 19:05:42 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:05:42 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:05:42 Selecting previously unselected package libkrb5-3:amd64. 19:05:42 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:05:42 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:05:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:05:42 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:05:42 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:05:42 Selecting previously unselected package libssl1.0.0:amd64. 19:05:42 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:05:42 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:05:43 Selecting previously unselected package openssh-client. 19:05:43 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:05:43 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:05:43 Selecting previously unselected package squashfs-tools. 19:05:43 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:05:43 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:05:43 Selecting previously unselected package snapd. 19:05:43 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:05:43 Unpacking snapd (2.48.3+18.04) ... 19:05:45 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:05:45 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:05:46 Setting up mime-support (3.60ubuntu1) ... 19:05:46 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:05:46 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:05:46 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:05:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:05:46 Setting up systemd (237-3ubuntu10.44) ... 19:05:46 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:05:47 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:05:47 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:05:47 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:05:47 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:05:47 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:05:47 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:05:47 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:05:47 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:05:47 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:05:47 Setting up python3 (3.6.7-1~18.04) ... 19:05:47 running python rtupdate hooks for python3.6... 19:05:47 running python post-rtupdate hooks for python3.6... 19:05:48 Setting up apparmor (2.12-4ubuntu5.1) ... 19:05:49 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:05:49 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:05:49 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:05:49 Setting up snapd (2.48.3+18.04) ... 19:05:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:05:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:05:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:05:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:05:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:05:50 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:05:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:05:51 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:05:51 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:05:51 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:05:51 /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' 19:05:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:05:51 Processing triggers for systemd (237-3ubuntu10.44) ... 19:05:52 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:05:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:05:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:05:53 Reading package lists... 19:05:53 Reading package lists... 19:05:54 Building dependency tree... 19:05:54 Reading state information... 19:05:54 Calculating upgrade... 19:05:54 The following packages will be upgraded: 19:05:54 advancecomp base-files bash binutils binutils-common 19:05:54 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:05:54 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:05:54 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:05:54 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:05:54 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:05:54 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:05:54 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:05:54 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:05:54 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:05:54 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:05:54 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:05:54 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:05:54 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:05:54 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:05:54 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:05:54 Need to get 63.8 MB of archives. 19:05:54 After this operation, 5201 kB of additional disk space will be used. 19:05:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 19:05:54 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:05:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:05:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:05:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:05:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:05:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:05:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:05:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:05:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:05:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:05:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:05:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:05:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:05:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:05:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:05:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:05:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:05:54 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:05:54 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:05:54 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:05:54 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:05:54 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:05:54 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:05:54 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:05:54 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:05:54 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:05:54 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:05:54 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:05:54 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:05:54 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:05:54 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:05:54 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:05:54 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:05:54 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:05:54 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 19:05:54 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:05:54 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:05:54 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:05:54 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 19:05:54 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:05:54 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:05:54 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:05:54 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:05:54 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:05:54 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:05:54 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:05:54 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 19:05:54 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 19:05:54 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 19:05:54 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 19:05:54 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:05:54 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:05:54 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:05:54 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:05:55 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:05:55 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:05:55 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:05:55 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:05:55 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:05:55 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:05:55 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:05:55 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:05:55 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:05:55 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:05:55 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:05:56 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:05:56 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:05:56 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:05:56 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:05:56 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:05:56 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:05:56 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:05:56 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:05:56 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:05:56 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:05:56 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:05:56 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:05:56 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:05:56 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:05:56 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:05:56 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:05:56 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:05:56 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 19:05:56 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:05:56 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:05:56 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:05:56 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:05:56 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:05:56 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:05:56 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:05:56 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:05:56 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:05:56 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:05:56 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:05:56 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:05:56 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:05:56 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:05:56 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:05:56 debconf: delaying package configuration, since apt-utils is not installed 19:05:56 Fetched 63.8 MB in 2s (26.5 MB/s) 19:05:57 (Reading database ... 13912 files and directories currently installed.) 19:05:57 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:05:57 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:05:57 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:05:57 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:05:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 19:05:57 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 19:05:58 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:58 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:58 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:58 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:58 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:59 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:59 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:59 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:59 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:59 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:59 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:59 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:59 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:59 (Reading database ... 13911 files and directories currently installed.) 19:05:59 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:59 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:06:00 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:06:00 (Reading database ... 13911 files and directories currently installed.) 19:06:00 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:00 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:00 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:00 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:00 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:00 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:00 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:00 (Reading database ... 13911 files and directories currently installed.) 19:06:00 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:06:00 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:06:01 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:06:01 (Reading database ... 13911 files and directories currently installed.) 19:06:01 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:06:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:06:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:06:01 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:06:01 Setting up base-files (10.1ubuntu2.10) ... 19:06:01 Installing new version of config file /etc/issue ... 19:06:01 Installing new version of config file /etc/issue.net ... 19:06:01 Installing new version of config file /etc/lsb-release ... 19:06:01 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:06:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:06:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:06:02 Removing obsolete conffile /etc/default/motd-news ... 19:06:02 (Reading database ... 13912 files and directories currently installed.) 19:06:02 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:06:02 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:06:02 Setting up bash (4.4.18-2ubuntu1.2) ... 19:06:02 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 19:06:02 (Reading database ... 13912 files and directories currently installed.) 19:06:02 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:02 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:06:02 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:06:02 (Reading database ... 13912 files and directories currently installed.) 19:06:02 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:06:03 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:06:03 Setting up tar (1.29b-2ubuntu0.2) ... 19:06:03 (Reading database ... 13912 files and directories currently installed.) 19:06:03 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:06:03 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:06:03 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:06:03 (Reading database ... 13912 files and directories currently installed.) 19:06:03 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:06:03 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:06:03 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:06:03 (Reading database ... 13912 files and directories currently installed.) 19:06:03 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:06:03 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:06:04 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:06:04 (Reading database ... 13912 files and directories currently installed.) 19:06:04 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:06:04 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:06:04 Setting up grep (3.1-2build1) ... 19:06:04 (Reading database ... 13912 files and directories currently installed.) 19:06:04 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:06:04 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:06:04 Setting up login (1:4.5-1ubuntu2) ... 19:06:05 (Reading database ... 13912 files and directories currently installed.) 19:06:05 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:06:05 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:06:05 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:06:05 (Reading database ... 13912 files and directories currently installed.) 19:06:05 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:06:05 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:06:05 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:06:05 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:06:06 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:06:06 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:06:06 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:06:06 (Reading database ... 13912 files and directories currently installed.) 19:06:06 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:06:06 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:06:08 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:06:08 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:06:08 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:06:08 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:06:08 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:06:08 (Reading database ... 13912 files and directories currently installed.) 19:06:08 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:06:08 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:06:08 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:06:08 (Reading database ... 13912 files and directories currently installed.) 19:06:08 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:08 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:08 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:06:08 (Reading database ... 13912 files and directories currently installed.) 19:06:08 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:08 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:08 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:06:09 (Reading database ... 13912 files and directories currently installed.) 19:06:09 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:09 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:09 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:06:09 (Reading database ... 13912 files and directories currently installed.) 19:06:09 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:09 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:09 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:06:09 (Reading database ... 13912 files and directories currently installed.) 19:06:09 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:06:09 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:06:09 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:06:09 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:06:09 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:06:09 (Reading database ... 13912 files and directories currently installed.) 19:06:09 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:06:09 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:06:09 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:06:10 (Reading database ... 13912 files and directories currently installed.) 19:06:10 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:10 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:10 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:06:10 (Reading database ... 13912 files and directories currently installed.) 19:06:10 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:10 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:10 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:06:10 (Reading database ... 13912 files and directories currently installed.) 19:06:10 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:10 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:11 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:06:11 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:06:11 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:06:11 (Reading database ... 13912 files and directories currently installed.) 19:06:11 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:06:11 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:06:12 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:06:12 (Reading database ... 13912 files and directories currently installed.) 19:06:12 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:06:12 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:06:12 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:06:12 (Reading database ... 13914 files and directories currently installed.) 19:06:12 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:06:12 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:06:12 Setting up debconf (1.5.66ubuntu1) ... 19:06:13 (Reading database ... 13914 files and directories currently installed.) 19:06:13 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:06:13 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:06:13 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:06:13 (Reading database ... 13914 files and directories currently installed.) 19:06:13 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:06:13 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:06:13 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:06:13 (Reading database ... 13914 files and directories currently installed.) 19:06:13 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:06:13 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:06:13 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:06:13 (Reading database ... 13914 files and directories currently installed.) 19:06:13 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:06:13 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:06:14 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:06:14 (Reading database ... 13914 files and directories currently installed.) 19:06:14 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:06:14 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:06:14 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:06:14 (Reading database ... 13914 files and directories currently installed.) 19:06:14 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:14 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:14 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 19:06:14 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:06:14 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:06:14 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:06:14 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:06:15 (Reading database ... 13914 files and directories currently installed.) 19:06:15 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:06:15 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:06:15 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:06:15 (Reading database ... 13914 files and directories currently installed.) 19:06:15 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:06:15 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:06:15 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:06:15 (Reading database ... 13914 files and directories currently installed.) 19:06:15 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:06:15 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:06:15 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:06:16 (Reading database ... 13914 files and directories currently installed.) 19:06:16 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 19:06:16 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 19:06:16 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 19:06:16 (Reading database ... 13914 files and directories currently installed.) 19:06:16 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:06:16 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:06:16 Setting up passwd (1:4.5-1ubuntu2) ... 19:06:16 (Reading database ... 13914 files and directories currently installed.) 19:06:16 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:06:16 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:06:16 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:06:17 (Reading database ... 13914 files and directories currently installed.) 19:06:17 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:06:17 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:06:17 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:06:17 (Reading database ... 13914 files and directories currently installed.) 19:06:17 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:06:17 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:06:17 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:06:17 (Reading database ... 13914 files and directories currently installed.) 19:06:17 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:06:17 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:06:17 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:06:17 (Reading database ... 13914 files and directories currently installed.) 19:06:17 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:06:17 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:06:17 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:06:17 (Reading database ... 13914 files and directories currently installed.) 19:06:17 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:06:17 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:06:18 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:06:18 (Reading database ... 13914 files and directories currently installed.) 19:06:18 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:06:18 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:06:18 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:06:18 (Reading database ... 13915 files and directories currently installed.) 19:06:18 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:06:18 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:06:18 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:06:18 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:06:18 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:06:18 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:06:19 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:06:19 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:06:19 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:06:19 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:06:19 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:06:19 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:06:19 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:06:19 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:06:19 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:06:19 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:06:19 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:06:19 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:06:19 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:06:19 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:06:19 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:06:20 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:06:20 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:06:20 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:06:21 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:06:21 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:06:21 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:06:21 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:06:21 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:06:21 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:06:21 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:06:21 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:06:21 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:06:21 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:06:22 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:06:22 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:06:22 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:06:22 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:06:23 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:06:23 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:06:23 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:06:23 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:06:23 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:06:23 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:06:24 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:06:24 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:06:25 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:06:25 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:06:25 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:06:25 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:06:26 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:06:26 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:06:27 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:06:27 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:06:27 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:06:27 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:06:27 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:06:27 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:06:27 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:06:27 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:06:27 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:06:27 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:06:27 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:06:27 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:06:28 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:06:28 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:06:28 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:06:28 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:06:28 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:28 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:06:28 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:28 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:28 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:28 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:06:28 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:06:28 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:06:28 19:06:28 Current default time zone: 'Etc/UTC' 19:06:28 Local time is now: Thu Feb 25 19:06:28 UTC 2021. 19:06:28 Universal Time is now: Thu Feb 25 19:06:28 UTC 2021. 19:06:28 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:06:28 19:06:28 Setting up systemd-sysv (237-3ubuntu10.44) ... 19:06:28 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:28 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 19:06:28 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:06:28 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:06:28 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:06:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:06:28 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:06:29 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:06:29 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:06:29 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:29 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:06:29 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:06:29 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 19:06:29 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:29 Setting up patch (2.7.6-2ubuntu1.1) ... 19:06:29 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:06:29 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:06:29 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 19:06:29 Installing new version of config file /etc/ssl/openssl.cnf ... 19:06:29 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:06:29 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:06:29 Setting up ca-certificates (20210119~18.04.1) ... 19:06:31 Updating certificates in /etc/ssl/certs... 19:06:32 23 added, 27 removed; done. 19:06:32 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:06:32 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:32 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:06:32 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:06:32 Setting up pkgbinarymangler (138.18.04.1) ... 19:06:32 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:06:32 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 19:06:32 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:06:32 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:06:32 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:06:32 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:06:32 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:06:32 Setting up perl (5.26.1-6ubuntu0.5) ... 19:06:32 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 19:06:32 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:06:32 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:06:33 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 19:06:33 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:06:33 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:06:33 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:06:33 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:06:33 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:06:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:06:33 Processing triggers for systemd (237-3ubuntu10.44) ... 19:06:33 Processing triggers for mime-support (3.60ubuntu1) ... 19:06:33 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:06:33 Updating certificates in /etc/ssl/certs... 19:06:33 0 added, 0 removed; done. 19:06:33 Running hooks in /etc/ca-certificates/update.d... 19:06:33 done. 19:06:34 Reading package lists... 19:06:34 Building dependency tree... 19:06:34 Reading state information... 19:06:34 The following NEW packages will be installed: 19:06:34 apt-transport-https 19:06:34 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:06:34 Need to get 1696 B of archives. 19:06:34 After this operation, 153 kB of additional disk space will be used. 19:06:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:06:34 debconf: delaying package configuration, since apt-utils is not installed 19:06:34 Fetched 1696 B in 0s (8597 B/s) 19:06:34 Selecting previously unselected package apt-transport-https. 19:06:34 (Reading database ... 13920 files and directories currently installed.) 19:06:34 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:06:34 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:06:34 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:06:35 Waiting for network to be ready... 19:06:39 2021-02-25T19:06:38Z INFO Waiting for automatic snapd restart... 19:06:39 snapd 2.48.2.1 from Canonical* installed 19:06:40 "snapd" switched to the "latest/stable" channel 19:06:40 19:06:42 core18 20210128 from Canonical* installed 19:06:42 "core18" switched to the "latest/stable" channel 19:06:42 19:06:46 snapcraft 4.5.1 from Canonical* installed 19:06:46 "snapcraft" switched to the "latest/stable" channel 19:06:46 19:06:49 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:06:49 - README.md 19:06:49 - snapcraft.yaml.orig 19:06:49 19:06:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:06:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:06:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:06:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:06:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:06:57 Reading package lists... 19:06:57 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:07:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:07:03 Reading package lists... 19:07:03 Building dependency tree... 19:07:03 Reading state information... 19:07:03 Suggested packages: 19:07:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:07:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:07:03 Recommended packages: 19:07:03 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:07:03 The following NEW packages will be installed: 19:07:03 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:07:03 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:07:03 pkg-config zip 19:07:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:07:03 Need to get 7655 kB of archives. 19:07:03 After this operation, 43.7 MB of additional disk space will be used. 19:07:03 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:07:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 19:07:04 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:07:04 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:07:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:07:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:07:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:07:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:07:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:07:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:07:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:07:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:07:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:07:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:07:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:07:04 debconf: delaying package configuration, since apt-utils is not installed 19:07:04 Fetched 7655 kB in 1s (7009 kB/s) 19:07:04 Selecting previously unselected package libglib2.0-0:amd64. 19:07:04 (Reading database ... 13924 files and directories currently installed.) 19:07:04 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 19:07:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:07:05 Selecting previously unselected package libpsl5:amd64. 19:07:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:07:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:07:05 Selecting previously unselected package libnghttp2-14:amd64. 19:07:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:07:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:07:05 Selecting previously unselected package librtmp1:amd64. 19:07:05 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:07:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:07:05 Selecting previously unselected package libcurl3-gnutls:amd64. 19:07:05 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:07:05 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:07:05 Selecting previously unselected package liberror-perl. 19:07:05 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:07:05 Unpacking liberror-perl (0.17025-1) ... 19:07:05 Selecting previously unselected package git-man. 19:07:05 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:07:05 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:07:05 Selecting previously unselected package git. 19:07:05 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:07:05 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:07:06 Selecting previously unselected package libnorm1:amd64. 19:07:06 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:07:06 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:07:06 Selecting previously unselected package libpgm-5.2-0:amd64. 19:07:06 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:07:06 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:07:06 Selecting previously unselected package libsodium23:amd64. 19:07:06 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:07:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:07:06 Selecting previously unselected package libzmq5:amd64. 19:07:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:07:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:07:07 Selecting previously unselected package libzmq3-dev:amd64. 19:07:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:07:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:07:07 Selecting previously unselected package pkg-config. 19:07:07 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:07:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:07:07 Selecting previously unselected package zip. 19:07:07 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:07:07 Unpacking zip (3.0-11build1) ... 19:07:07 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:07:07 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:07:07 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:07:07 Setting up liberror-perl (0.17025-1) ... 19:07:07 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:07:07 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:07:07 No schema files found: doing nothing. 19:07:07 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:07:07 Setting up zip (3.0-11build1) ... 19:07:07 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:07:07 Setting up libsodium23:amd64 (1.0.16-2) ... 19:07:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:07:07 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:07:07 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:07:07 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:07:07 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:07:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:07:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:07:14 git set to automatically installed. 19:07:14 git-man set to automatically installed. 19:07:14 libcurl3-gnutls set to automatically installed. 19:07:14 liberror-perl set to automatically installed. 19:07:14 libglib2.0-0 set to automatically installed. 19:07:14 libnghttp2-14 set to automatically installed. 19:07:14 libnorm1 set to automatically installed. 19:07:14 libpgm-5.2-0 set to automatically installed. 19:07:14 libpsl5 set to automatically installed. 19:07:14 librtmp1 set to automatically installed. 19:07:14 libsodium23 set to automatically installed. 19:07:14 libzmq3-dev set to automatically installed. 19:07:14 libzmq5 set to automatically installed. 19:07:14 pkg-config set to automatically installed. 19:07:14 zip set to automatically installed. 19:07:16 snapd is not logged in, snap install commands will use sudo 19:07:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:07:23 snap "core18" has no updates available 19:07:23 Pulling config-common 19:07:23 + snapcraftctl pull 19:07:24 Pulling go-build-helper 19:07:24 + snapcraftctl pull 19:07:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:07:46 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:07:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 19:07:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 19:07:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 19:07:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 19:07:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 19:07:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 19:07:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 19:07:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 19:07:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:07:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:07:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:07:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:07:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:07:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:07:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:07:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:07:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:07:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 19:07:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 19:07:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 19:07:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 19:07:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 19:07:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 19:07:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 19:07:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 19:07:46 Fetched 24.0 MB in 0s (0 B/s) 19:07:46 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:07:46 Fetched 96.5 kB in 0s (0 B/s) 19:07:46 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:07:46 Fetched 279 kB in 0s (0 B/s) 19:07:46 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:07:46 Fetched 122 kB in 0s (0 B/s) 19:07:46 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:07:46 Fetched 77.8 kB in 0s (0 B/s) 19:07:46 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:07:46 Fetched 8848 B in 0s (0 B/s) 19:07:46 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:07:46 Fetched 47.8 kB in 0s (0 B/s) 19:07:46 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:07:46 Fetched 45.6 kB in 0s (0 B/s) 19:07:46 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:07:46 Fetched 15.0 kB in 0s (0 B/s) 19:07:46 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:07:46 Fetched 214 kB in 0s (0 B/s) 19:07:46 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:07:46 Fetched 154 kB in 0s (0 B/s) 19:07:46 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:07:46 Fetched 50.6 kB in 0s (0 B/s) 19:07:46 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:07:46 Fetched 14.8 kB in 0s (0 B/s) 19:07:46 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:07:46 Fetched 41.8 kB in 0s (0 B/s) 19:07:46 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:07:46 Fetched 499 kB in 0s (0 B/s) 19:07:46 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:07:46 Fetched 111 kB in 0s (0 B/s) 19:07:46 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:07:46 Fetched 240 kB in 0s (0 B/s) 19:07:46 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:07:46 Fetched 29.3 kB in 0s (0 B/s) 19:07:46 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:07:46 Fetched 85.5 kB in 0s (0 B/s) 19:07:46 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:07:46 Fetched 24.5 kB in 0s (0 B/s) 19:07:46 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:07:46 Fetched 49.2 kB in 0s (0 B/s) 19:07:46 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:07:46 Fetched 54.2 kB in 0s (0 B/s) 19:07:46 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:07:46 Fetched 30.8 kB in 0s (0 B/s) 19:07:46 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:07:46 Fetched 15.8 kB in 0s (0 B/s) 19:07:46 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:07:46 Fetched 85.9 kB in 0s (0 B/s) 19:07:46 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:07:46 Fetched 8720 B in 0s (0 B/s) 19:07:46 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:07:46 Fetched 137 kB in 0s (0 B/s) 19:07:46 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:07:46 Fetched 119 kB in 0s (0 B/s) 19:07:46 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:07:46 Fetched 109 kB in 0s (0 B/s) 19:07:46 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:07:46 Fetched 11.1 kB in 0s (0 B/s) 19:07:46 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:07:46 Fetched 645 kB in 0s (0 B/s) 19:07:46 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:07:46 Fetched 41.3 kB in 0s (0 B/s) 19:07:46 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:07:46 Fetched 17.9 kB in 0s (0 B/s) 19:07:46 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:07:46 Fetched 368 kB in 0s (0 B/s) 19:07:46 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:07:46 Fetched 187 kB in 0s (0 B/s) 19:07:46 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:07:46 Fetched 175 kB in 0s (0 B/s) 19:07:46 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:07:50 Fetched 206 kB in 0s (0 B/s) 19:07:50 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 19:07:50 Fetched 1301 kB in 0s (0 B/s) 19:07:50 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:07:50 Fetched 36.2 kB in 0s (0 B/s) 19:07:50 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:07:50 Fetched 159 kB in 0s (0 B/s) 19:07:50 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:07:50 Fetched 107 kB in 0s (0 B/s) 19:07:50 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:07:50 Fetched 48.7 kB in 0s (0 B/s) 19:07:50 Pulling static-packages 19:07:50 + snapcraftctl pull 19:07:50 'go115' has dependencies that need to be staged: go-build-helper static-packages 19:07:50 Skipping pull go-build-helper (already ran) 19:07:50 Skipping pull static-packages (already ran) 19:07:50 Building go-build-helper 19:07:50 + snapcraftctl build 19:07:54 Building static-packages 19:07:54 + snapcraftctl build 19:07:56 Staging go-build-helper 19:07:56 + snapcraftctl stage 19:07:56 Staging static-packages 19:07:56 + snapcraftctl stage 19:07:57 Pulling go115 19:07:57 + snapcraftctl pull 19:07:58 'edgex-go' has dependencies that need to be staged: go115 19:07:58 Skipping pull go115 (already ran) 19:07:58 Building go115 19:07:58 + dpkg --print-architecture 19:07:58 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 19:07:58 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 19:07:58 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 19:07:58 % Total % Received % Xferd Average Speed Time Time Time Current 19:07:58 Dload Upload Total Spent Left Speed 19:08:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.7M 0 0 24.4M 0 0:00:04 --:--:-- 0:00:04 24.4M 52 115M 52 60.4M 0 0 35.9M 0 0:00:03 0:00:01 0:00:02 35.9M 100 115M 100 115M 0 0 44.5M 0 0:00:02 0:00:02 --:--:-- 44.5M 19:08:01 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 19:08:01 + sha256sum -c sha256 19:08:01 + grep OK 19:08:01 go1.15.2.linux-amd64.tar.gz: OK 19:08:01 + mkdir -p /root/stage/go1.15 19:08:01 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 19:08:06 Staging go115 19:08:06 + snapcraftctl stage 19:08:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:08:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:08:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:08:11 Fetched 0 B in 0s (0 B/s) 19:08:11 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:08:11 Fetched 224 kB in 0s (0 B/s) 19:08:11 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:08:11 Fetched 157 kB in 0s (0 B/s) 19:08:11 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:08:11 Fetched 221 kB in 0s (0 B/s) 19:08:11 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:08:11 Fetched 143 kB in 0s (0 B/s) 19:08:11 Pulling edgex-go 19:08:11 + snapcraftctl pull 19:08:12 Pulling version 19:08:12 + cd /root/project 19:08:12 + [ -f VERSION ] 19:08:12 + PROJECT_VERSION=local-dev 19:08:12 + git rev-parse --short HEAD 19:08:12 + GIT_REVISION=59e85b4d 19:08:12 + snapcraftctl set-version local-dev 19:08:12 Building config-common 19:08:12 + snapcraftctl build 19:08:14 Skipping build go-build-helper (already ran) 19:08:14 Skipping build static-packages (already ran) 19:08:14 Skipping build go115 (already ran) 19:08:14 Building edgex-go 19:08:15 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 19:08:15 + cd /root/parts/edgex-go/src 19:08:15 + make build 19:08:15 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 19:08:17 go: downloading github.com/gorilla/mux v1.8.0 19:08:17 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.39 19:08:17 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 19:08:17 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 19:08:17 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:08:17 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:08:17 go: downloading github.com/google/uuid v1.2.0 19:08:17 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 19:08:17 go: downloading github.com/imdario/mergo v0.3.11 19:08:17 go: downloading github.com/go-kit/kit v0.8.0 19:08:17 go: downloading github.com/pkg/errors v0.8.1 19:08:17 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 19:08:17 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:08:17 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:08:17 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:08:17 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:08:17 go: downloading github.com/pelletier/go-toml v1.2.0 19:08:17 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 19:08:17 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:08:17 go: downloading github.com/pebbe/zmq4 v1.2.5 19:08:17 go: downloading github.com/BurntSushi/toml v0.3.1 19:08:17 go: downloading github.com/hashicorp/consul/api v1.8.1 19:08:17 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:08:17 go: downloading github.com/x448/float16 v0.8.4 19:08:17 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:08:17 go: downloading github.com/go-playground/universal-translator v0.17.0 19:08:17 go: downloading github.com/leodido/go-urn v1.2.0 19:08:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:08:17 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:08:17 go: downloading github.com/mitchellh/copystructure v1.0.0 19:08:17 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:08:17 go: downloading github.com/go-playground/locales v0.13.0 19:08:17 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:08:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:08:17 go: downloading github.com/hashicorp/serf v0.9.5 19:08:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:08:17 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:08:18 go: downloading github.com/mattn/go-isatty v0.0.12 19:08:18 go: downloading github.com/fatih/color v1.9.0 19:08:18 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:08:18 go: downloading github.com/mattn/go-colorable v0.1.6 19:08:18 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 19:08:18 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:08:18 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:08:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:08:25 go: downloading gopkg.in/yaml.v2 v2.4.0 19:08:28 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 19:08: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 19:08:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:08:30 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 19:08:30 go: downloading github.com/stretchr/testify v1.7.0 19:08:31 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:08:31 go: downloading github.com/pmezard/go-difflib v1.0.0 19:08:31 go: downloading github.com/davecgh/go-spew v1.1.1 19:08:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:08:33 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:08:33 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:08:34 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 19:08:34 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 19:08:34 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 19:08:36 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 19:08:36 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 19:08:36 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:08:38 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 19:08:38 go: downloading github.com/lib/pq v1.9.0 19:08:39 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:08:39 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:08:39 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:08:39 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:08:39 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:08:39 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:08:39 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:08:39 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:08:39 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:08:39 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:08:39 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:08:39 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:08:39 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:08:39 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:08:39 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:08:39 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:08:39 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:08:39 + 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 19:08:39 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:08:39 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:08:39 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:08:39 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:08:39 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:08:39 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:08:39 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:08:41 Building version 19:08:41 + snapcraftctl build 19:08:42 Staging config-common 19:08:42 + snapcraftctl stage 19:08:43 Skipping stage go-build-helper (already ran) 19:08:43 Skipping stage static-packages (already ran) 19:08:43 Skipping stage go115 (already ran) 19:08:43 Staging edgex-go 19:08:43 + snapcraftctl stage 19:08:44 Staging version 19:08:44 + snapcraftctl stage 19:08:45 Priming config-common 19:08:45 + snapcraftctl prime 19:08:46 Priming go-build-helper 19:08:46 + snapcraftctl prime 19:08:47 Priming static-packages 19:08:47 + snapcraftctl prime 19:08:49 Priming go115 19:08:49 + snapcraftctl prime 19:08:50 Priming edgex-go 19:08:50 + snapcraftctl prime 19:08:51 Priming version 19:08:51 + snapcraftctl prime 19:08:52 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 19:08:56 provisioning config files... 19:08:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8867453853690926070tmp [Pipeline] { [Pipeline] sh 19:08:57 + set +x 19:08:57 + curl -s https://codecov.io/bash 19:08:57 + bash -s -- 19:08:57 19:08:57 _____ _ 19:08:57 / ____| | | 19:08:57 | | ___ __| | ___ ___ _____ __ 19:08:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:08:57 | |___| (_) | (_| | __/ (_| (_) \ V / 19:08:57 \_____\___/ \__,_|\___|\___\___/ \_/ 19:08:57 Bash-20210129-7c25fce 19:08:57 19:08:57 19:08:57 ==> git version 2.24.3 found 19:08:57 ==> 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 19:08:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:08:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:08:57 ==> Jenkins CI detected. 19:08:57 project root: . 19:08:57 --> token set from env 19:08:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:08:57 ==> Running gcov in . (disable via -X gcov) 19:08:58 ==> Python coveragepy not found 19:08:58 ==> Searching for coverage reports in: 19:08:58 + . 19:08:58 -> Found 1 reports 19:08:58 ==> Detecting git/mercurial file structure 19:08:58 ==> Reading reports 19:08:58 + ./coverage.out bytes=597902 19:08:58 ==> Appending adjustments 19:08:58 https://docs.codecov.io/docs/fixing-reports 19:09:08 + Found adjustments 19:09:08 ==> Gzipping contents 19:09:08 88K /tmp/codecov.ejaaNd.gz 19:09:08 ==> Uploading reports 19:09:08 url: https://codecov.io 19:09:08 query: branch=PR-3198&commit=59e85b4d201d361d1383adaf1403a8f74c767cf2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3198&job=&cmd_args= 19:09:08 -> Pinging Codecov 19:09:08 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3198&commit=59e85b4d201d361d1383adaf1403a8f74c767cf2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3198%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3198&job=&cmd_args= 19:09:10 -> Uploading to 19:09:10 https://storage.googleapis.com/codecov/v4/raw/2021-02-25/00271124DB129430A58F1EEE437C3FCB/59e85b4d201d361d1383adaf1403a8f74c767cf2/d8027553-11d6-428b-b154-fad0b521c88b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T190909Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7964b51e1df950af9f98022519206a3576b670d50ebe2ce749afc4fd7b159d72 19:09:10 % Total % Received % Xferd Average Speed Time Time Time Current 19:09:10 Dload Upload Total Spent Left Speed 19:09:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89196 0 0 100 89196 0 118k --:--:-- --:--:-- --:--:-- 118k 19:09:10 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/59e85b4d201d361d1383adaf1403a8f74c767cf2 [Pipeline] } 19:09:10 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 19:09:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:09:16 ---> package-listing.sh 19:09:16 ++ facter osfamily 19:09:16 ++ tr '[:upper:]' '[:lower:]' 19:09:16 + OS_FAMILY=redhat 19:09:16 + workspace=/w/workspace/edgex-go/1 19:09:16 + START_PACKAGES=/tmp/packages_start.txt 19:09:16 + END_PACKAGES=/tmp/packages_end.txt 19:09:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:09:16 + PACKAGES=/tmp/packages_start.txt 19:09:16 + '[' /w/workspace/edgex-go/1 ']' 19:09:16 + PACKAGES=/tmp/packages_end.txt 19:09:16 + case "${OS_FAMILY}" in 19:09:16 + rpm -qa 19:09:16 + sort 19:09:25 + '[' -f /tmp/packages_start.txt ']' 19:09:25 + '[' -f /tmp/packages_end.txt ']' 19:09:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:09:25 + '[' /w/workspace/edgex-go/1 ']' 19:09:25 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:09:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:09:25 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:09:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:09:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:09:27 19:09:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:09:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:09:28 alpine: Pulling from edgex-lftools-log-publisher 19:09:28 df20fa9351a1: Pulling fs layer 19:09:28 36b3adc4ff6f: Pulling fs layer 19:09:28 8ad3a11d3b57: Pulling fs layer 19:09:28 46f8f816bc3b: Pulling fs layer 19:09:28 93b61091891f: Pulling fs layer 19:09:28 93b9cdb0e59b: Pulling fs layer 19:09:28 5e14af77c1be: Pulling fs layer 19:09:28 01666e4c0597: Pulling fs layer 19:09:28 aa168da1d23b: Pulling fs layer 19:09:28 46f8f816bc3b: Waiting 19:09:28 93b61091891f: Waiting 19:09:28 93b9cdb0e59b: Waiting 19:09:28 5e14af77c1be: Waiting 19:09:28 01666e4c0597: Waiting 19:09:28 aa168da1d23b: Waiting 19:09:28 36b3adc4ff6f: Verifying Checksum 19:09:28 36b3adc4ff6f: Download complete 19:09:28 46f8f816bc3b: Verifying Checksum 19:09:28 46f8f816bc3b: Download complete 19:09:28 df20fa9351a1: Verifying Checksum 19:09:28 93b9cdb0e59b: Verifying Checksum 19:09:28 93b9cdb0e59b: Download complete 19:09:29 5e14af77c1be: Verifying Checksum 19:09:29 5e14af77c1be: Download complete 19:09:29 01666e4c0597: Download complete 19:09:29 93b61091891f: Verifying Checksum 19:09:29 93b61091891f: Download complete 19:09:30 df20fa9351a1: Pull complete 19:09:31 36b3adc4ff6f: Pull complete 19:09:31 8ad3a11d3b57: Verifying Checksum 19:09:31 8ad3a11d3b57: Download complete 19:09:35 8ad3a11d3b57: Pull complete 19:09:35 46f8f816bc3b: Pull complete 19:09:36 93b61091891f: Pull complete 19:09:37 93b9cdb0e59b: Pull complete 19:09:39 5e14af77c1be: Pull complete 19:09:39 01666e4c0597: Pull complete 19:09:42 aa168da1d23b: Verifying Checksum 19:09:42 aa168da1d23b: Download complete 19:10:04 aa168da1d23b: Pull complete 19:10:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:10:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:10:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:10:05 prd-centos7-docker-4c-2g-27697 does not seem to be running inside a container 19:10:05 $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:10:12 $ docker top fa8a334331e9a3f45e81b98292cd0df659efe68cbe0ab29f74fbd23a4abbb9f4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:15 + touch /tmp/pre-build-complete [Pipeline] sh 19:10:16 + mkdir -p /var/log/sa [Pipeline] sh 19:10:18 + ls /var/log/sa-host 19:10:18 + sadf -c /var/log/sa-host/sa23 19:10:18 file_magic: OK 19:10:18 HZ: Using current value: 100 19:10:18 file_header: OK 19:10:18 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 19:10:18 Statistics: 19:10:18 Hnuu...uuuununununu... 19:10:18 File successfully converted to sysstat format version 12.2.1 19:10:18 + sadf -c /var/log/sa-host/sa25 19:10:18 file_magic: OK 19:10:18 HZ: Using current value: 100 19:10:18 file_header: OK 19:10:18 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 19:10:18 Statistics: 19:10:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:10:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:10:18 provisioning config files... 19:10:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3090887255296491958tmp [Pipeline] { [Pipeline] echo 19:10:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:10:20 ---> create-netrc.sh [Pipeline] } 19:10:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:10:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:10:21 ---> python-tools-install.sh [Pipeline] echo 19:10:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:10:22 ---> sudo-logs.sh 19:10:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:10:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:10:24 ---> job-cost.sh 19:10:24 lf-activate-venv: SKIPPING 19:10:24 DEBUG: total: 0.20999999344348907 19:10:24 INFO: Retrieving Stack Cost... 19:10:25 INFO: Retrieving Pricing Info for: v1-standard-2 19:10:26 INFO: Archiving Costs [Pipeline] echo 19:10:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:10:28 ---> logs-deploy.sh 19:10:28 lf-activate-venv: SKIPPING 19:10:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3198/1 19:10:28 INFO: archiving workspace using pattern(s): 19:10:31 Archives upload complete. 19:10:31 INFO: archiving logs to Nexus 19:10:33 ---> uname -a: 19:10:33 Linux prd-centos7-docker-4c-2g-27697.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:10:33 19:10:33 19:10:33 ---> lscpu: 19:10:33 Architecture: x86_64 19:10:33 CPU op-mode(s): 32-bit, 64-bit 19:10:33 Byte Order: Little Endian 19:10:33 Address sizes: 40 bits physical, 48 bits virtual 19:10:33 CPU(s): 4 19:10:33 On-line CPU(s) list: 0-3 19:10:33 Thread(s) per core: 1 19:10:33 Core(s) per socket: 1 19:10:33 Socket(s): 4 19:10:33 NUMA node(s): 1 19:10:33 Vendor ID: GenuineIntel 19:10:33 CPU family: 6 19:10:33 Model: 44 19:10:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:10:33 Stepping: 1 19:10:33 CPU MHz: 2933.438 19:10:33 BogoMIPS: 5866.87 19:10:33 Virtualization: VT-x 19:10:33 Hypervisor vendor: KVM 19:10:33 Virtualization type: full 19:10:33 L1d cache: 128 KiB 19:10:33 L1i cache: 128 KiB 19:10:33 L2 cache: 16 MiB 19:10:33 L3 cache: 64 MiB 19:10:33 NUMA node0 CPU(s): 0-3 19:10:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:10:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:10:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:10:33 Vulnerability Meltdown: Mitigation; PTI 19:10:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:10:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:10:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:10:33 Vulnerability Srbds: Not affected 19:10:33 Vulnerability Tsx async abort: Not affected 19:10:33 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 19:10:33 19:10:33 19:10:33 ---> nproc: 19:10:33 4 19:10:33 19:10:33 19:10:33 ---> df -h: 19:10:33 Filesystem Size Used Available Use% Mounted on 19:10:33 overlay 50.0G 11.7G 38.3G 23% / 19:10:33 tmpfs 64.0M 0 64.0M 0% /dev 19:10:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:10:33 shm 64.0M 0 64.0M 0% /dev/shm 19:10:33 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 19:10:33 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 19:10:33 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 19:10:33 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 19:10:33 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 19:10:33 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 19:10:33 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 19:10:33 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 19:10:33 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/1@tmp 19:10:33 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/1 19:10:33 19:10:33 19:10:33 ---> free -m: 19:10:33 total used free shared buff/cache available 19:10:33 Mem: 1837 716 108 0 1012 1037 19:10:33 Swap: 1023 65 958 19:10:33 19:10:33 19:10:33 ---> ip addr: 19:10:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:10:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:10:33 inet 127.0.0.1/8 scope host lo 19:10:33 valid_lft forever preferred_lft forever 19:10:33 inet6 ::1/128 scope host 19:10:33 valid_lft forever preferred_lft forever 19:10:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:10:33 link/ether fa:16:3e:80:2c:9b brd ff:ff:ff:ff:ff:ff 19:10:33 inet 10.30.122.201/23 brd 10.30.123.255 scope global dynamic eth0 19:10:33 valid_lft 84500sec preferred_lft 84500sec 19:10:33 inet6 fe80::f816:3eff:fe80:2c9b/64 scope link 19:10:33 valid_lft forever preferred_lft forever 19:10:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:10:33 link/ether 02:42:34:4c:dc:b1 brd ff:ff:ff:ff:ff:ff 19:10:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:10:33 valid_lft forever preferred_lft forever 19:10:33 inet6 fe80::42:34ff:fe4c:dcb1/64 scope link 19:10:33 valid_lft forever preferred_lft forever 19:10:33 19:10:33 19:10:33 ---> sar -b -r -n DEV: 19:10:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 19:10:33 19:10:33 18:38:38 LINUX RESTART (4 CPU) 19:10:33 19:10:33 18:40:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:10:33 18:41:02 19.01 4.22 14.78 0.00 544.42 6771.94 0.00 19:10:33 18:42:01 49.47 14.20 35.27 0.00 4855.14 2418.96 0.00 19:10:33 18:43:02 74.95 44.51 30.44 0.00 5216.80 18016.12 0.00 19:10:33 18:44:01 171.11 55.96 115.15 0.00 2492.94 31340.19 0.00 19:10:33 18:45:01 151.98 31.38 120.60 0.00 1613.38 13032.79 0.00 19:10:33 18:46:01 89.97 61.13 28.83 0.00 1797.38 2519.78 0.00 19:10:33 18:47:03 79.11 25.40 53.72 0.00 1035.83 5479.08 0.00 19:10:33 18:48:01 39.31 5.12 34.19 0.00 209.93 3810.24 0.00 19:10:33 18:49:01 95.73 47.47 48.26 0.00 1622.25 4452.27 0.00 19:10:33 18:50:02 55.84 24.39 31.45 0.00 1494.89 4406.15 0.00 19:10:33 18:51:01 25.79 7.04 18.76 0.00 389.04 5789.75 0.00 19:10:33 18:52:02 110.97 15.58 95.38 0.00 6137.74 36959.87 0.00 19:10:33 18:53:07 256.33 136.20 120.13 0.00 61999.72 91702.27 0.00 19:10:33 18:54:02 734.25 631.01 103.24 0.00 24109.11 28224.85 0.00 19:10:33 18:55:03 1113.06 1006.09 106.97 0.00 66046.95 72651.21 0.00 19:10:33 18:56:09 1046.22 955.72 90.50 0.00 55552.45 59433.26 0.00 19:10:33 18:57:01 351.20 266.16 85.05 0.00 16542.60 17227.51 0.00 19:10:33 18:58:01 167.34 55.48 111.86 0.00 6075.41 21228.70 0.00 19:10:33 18:59:04 333.46 133.50 199.95 0.00 32592.55 80466.27 0.00 19:10:33 19:00:04 626.33 485.10 141.23 0.00 59981.10 54735.31 0.00 19:10:33 19:01:03 505.75 393.66 112.09 0.00 23620.39 28163.28 0.00 19:10:33 19:02:02 448.16 309.81 138.34 0.00 19424.26 22010.79 0.00 19:10:33 19:03:01 125.30 28.09 97.20 0.00 4348.32 12882.95 0.00 19:10:33 19:04:01 9.86 4.10 5.76 0.00 69.25 144.30 0.00 19:10:33 19:05:01 0.31 0.00 0.31 0.00 0.00 3.96 0.00 19:10:33 19:06:01 0.27 0.02 0.25 0.00 0.13 2.88 0.00 19:10:33 19:07:01 0.23 0.00 0.23 0.00 0.00 2.23 0.00 19:10:33 19:08:02 0.20 0.03 0.17 0.00 0.27 1.37 0.00 19:10:33 19:09:01 8.27 8.07 0.20 0.00 827.28 21.10 0.00 19:10:33 19:10:01 113.58 60.48 53.11 0.00 4776.01 14132.62 0.00 19:10:33 Average: 228.25 161.58 66.66 0.00 13740.99 21725.65 0.00 19:10:33 19:10:33 18:40:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:10:33 18:41:02 104948 0 588584 31.28 2620 1185392 1127056 38.46 517820 1060456 6936 19:10:33 18:42:01 80228 0 714552 37.98 2620 1084144 1417024 48.36 594520 998648 58128 19:10:33 18:43:02 69624 0 689432 36.64 2596 1119892 1485312 50.69 705844 899292 27124 19:10:33 18:44:01 150892 0 719440 38.24 1916 1009296 1349384 46.05 558464 930060 20 19:10:33 18:45:01 293520 0 759084 40.34 1492 827448 1815004 61.94 464748 843572 60 19:10:33 18:46:01 80636 0 884684 47.02 1492 914732 1856944 63.37 682660 835904 50304 19:10:33 18:47:03 155776 0 807952 42.94 776 917040 1767840 60.33 648504 790764 48376 19:10:33 18:48:01 180672 0 833964 44.32 600 866308 1722940 58.80 681512 730064 31808 19:10:33 18:49:01 218360 0 783004 41.61 600 879580 1443460 49.26 610292 759316 37656 19:10:33 18:50:02 258148 0 762776 40.54 524 860096 1534860 52.38 599372 728204 12280 19:10:33 18:51:01 240952 0 773856 41.13 524 866212 1601240 54.65 587280 773604 30388 19:10:33 18:52:02 68064 0 739296 39.29 156 1074028 1269024 43.31 696908 840016 61948 19:10:33 18:53:07 77664 0 828060 44.01 0 975820 2287088 78.05 694028 904796 47824 19:10:33 18:54:02 409744 0 693920 36.88 0 777880 1400288 47.79 516888 732280 60 19:10:33 18:55:03 67604 0 842128 44.76 0 971812 2351932 80.27 768908 824944 3280 19:10:33 18:56:09 70324 0 837944 44.53 0 973276 2343220 79.97 775340 806940 74968 19:10:33 18:57:01 221136 0 1156680 61.48 0 503728 3335448 113.83 784876 604608 31604 19:10:33 18:58:01 344020 0 698324 37.11 0 839200 1366012 46.62 474920 805992 29220 19:10:33 18:59:04 68264 0 816836 43.41 0 996444 2325172 79.35 721436 859660 74628 19:10:33 19:00:04 159572 0 1085164 57.67 0 636808 3590140 122.53 737564 717732 33000 19:10:33 19:01:03 52336 0 833544 44.30 0 995664 2284920 77.98 677100 888656 90732 19:10:33 19:02:02 250676 0 856220 45.51 0 774648 2201568 75.14 592824 773400 1692 19:10:33 19:03:01 340376 0 673424 35.79 0 867744 1569604 53.57 498728 789192 28 19:10:33 19:04:01 371872 0 640612 34.05 0 869060 1217492 41.55 491928 767912 16 19:10:33 19:05:01 374384 0 638092 33.91 0 869068 1188888 40.57 490360 767892 12 19:10:33 19:06:01 375020 0 637448 33.88 0 869076 1187668 40.53 489636 767892 12 19:10:33 19:07:01 375156 0 637308 33.87 0 869080 1183556 40.39 489596 767896 8 19:10:33 19:08:02 375568 0 636888 33.85 0 869088 1183556 40.39 489564 767940 8 19:10:33 19:09:01 347200 0 640916 34.06 0 893428 1237032 42.22 499340 782840 688 19:10:33 19:10:01 65724 0 723840 38.47 0 1091980 1648768 56.27 664892 876820 90704 19:10:33 Average: 208282 0 764466 40.63 531 908266 1743081 59.49 606862 813243 28117 19:10:33 19:10:33 18:40:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:10:33 18:41:02 eth0 503.38 230.42 2965.76 48.59 0.00 0.00 0.00 0.00 19:10:33 18:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:42:01 eth0 325.70 322.34 1454.08 72.60 0.00 0.00 0.00 0.00 19:10:33 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:42:01 veth57cf42f 237.87 223.42 27.96 1002.52 0.00 0.00 0.00 0.00 19:10:33 18:42:01 docker0 237.87 223.28 24.70 1002.51 0.00 0.00 0.00 0.00 19:10:33 18:43:02 eth0 327.15 305.38 1679.61 41.63 0.00 0.00 0.00 0.00 19:10:33 18:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:43:02 docker0 288.95 305.21 29.58 1659.26 0.00 0.00 0.00 0.00 19:10:33 18:44:01 eth0 356.97 294.11 3239.44 29.07 0.00 0.00 0.00 0.00 19:10:33 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:44:01 docker0 40.80 60.33 2.18 365.33 0.00 0.00 0.00 0.00 19:10:33 18:45:01 eth0 147.91 115.98 499.46 68.73 0.00 0.00 0.00 0.00 19:10:33 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:45:01 veth370a8de 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 18:45:01 docker0 92.96 124.06 7.63 484.71 0.00 0.00 0.00 0.00 19:10:33 18:46:01 eth0 18.89 14.91 18.18 7.56 0.00 0.00 0.00 0.00 19:10:33 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:46:01 veth65fcad5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:47:03 eth0 10.60 8.77 8.45 4.69 0.00 0.00 0.00 0.00 19:10:33 18:47:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:47:03 veth65fcad5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:47:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:48:01 eth0 30.26 28.61 17.32 57.31 0.00 0.00 0.00 0.00 19:10:33 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:48:01 veth65fcad5 2.10 2.10 0.17 0.18 0.00 0.00 0.00 0.00 19:10:33 18:48:01 docker0 2.10 2.10 0.14 0.18 0.00 0.00 0.00 0.00 19:10:33 18:49:01 eth0 11.44 8.76 8.95 4.99 0.00 0.00 0.00 0.00 19:10:33 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:49:01 veth65fcad5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:50:02 eth0 19.07 13.67 15.45 8.29 0.00 0.00 0.00 0.00 19:10:33 18:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:50:02 veth65fcad5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:51:01 eth0 123.33 92.47 933.70 71.23 0.00 0.00 0.00 0.00 19:10:33 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:52:02 vethbc8cff9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 18:52:02 eth0 86.94 76.17 782.84 14.55 0.00 0.00 0.00 0.00 19:10:33 18:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:53:07 vethbc8cff9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:53:07 eth0 3.64 2.68 2.64 1.48 0.00 0.00 0.00 0.00 19:10:33 18:53:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:53:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:54:02 vethbc8cff9 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 18:54:02 eth0 55.50 42.40 176.32 50.54 0.00 0.00 0.00 0.00 19:10:33 18:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:54:02 docker0 18.90 28.20 1.13 160.46 0.00 0.00 0.00 0.00 19:10:33 18:55:03 vethbc8cff9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:55:03 eth0 11.05 8.61 8.54 4.69 0.00 0.00 0.00 0.00 19:10:33 18:55:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:55:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:56:09 vethbc8cff9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:56:09 eth0 1.51 1.23 1.12 0.58 0.00 0.00 0.00 0.00 19:10:33 18:56:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:56:09 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:57:01 veth010d2e9 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 18:57:01 vethbc8cff9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:57:01 veth7f15a48 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 18:57:01 veth0dfd94a 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 18:58:01 vethbc8cff9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 18:58:01 eth0 2277.58 1721.11 13281.75 505.37 0.00 0.00 0.00 0.00 19:10:33 18:58:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:10:33 18:58:01 veth9e43c9b 5.02 11.19 0.34 38.98 0.00 0.00 0.00 0.00 19:10:33 18:59:04 vethbc8cff9 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 18:59:04 veth43cc1e3 9.00 40.76 0.61 263.83 0.00 0.00 0.00 0.00 19:10:33 18:59:04 eth0 111.04 61.30 467.79 73.07 0.00 0.00 0.00 0.00 19:10:33 18:59:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:00:04 vethd17e44e 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 19:00:04 veth9c4aaba 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 19:00:04 vethacd7c7a 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 19:00:04 vethbc8cff9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:01:03 vethbc8cff9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:01:03 veth952ff32 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 19:01:03 eth0 2476.69 1849.47 14054.01 649.70 0.00 0.00 0.00 0.00 19:10:33 19:01:03 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:10:33 19:02:02 vethbc8cff9 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:02:02 veth952ff32 5.49 7.00 0.62 21.14 0.00 0.00 0.00 0.00 19:10:33 19:02:02 eth0 49.13 33.62 76.48 14.35 0.00 0.00 0.00 0.00 19:10:33 19:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:03:01 vethbc8cff9 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 19:10:33 19:03:01 eth0 66.11 48.32 113.72 65.90 0.00 0.00 0.00 0.00 19:10:33 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:03:01 docker0 734.61 886.88 68.80 4348.18 0.00 0.00 0.00 0.00 19:10:33 19:04:01 eth0 4.61 3.33 3.88 1.54 0.00 0.00 0.00 0.00 19:10:33 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:05:01 eth0 0.73 0.75 0.59 0.46 0.00 0.00 0.00 0.00 19:10:33 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:06:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 19:10:33 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:07:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 19:10:33 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:08:02 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:09:01 eth0 11.95 10.96 6.58 40.87 0.00 0.00 0.00 0.00 19:10:33 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:10:01 eth0 213.81 171.31 2167.22 23.38 0.00 0.00 0.00 0.00 19:10:33 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 Average: eth0 90.47 68.10 533.30 25.90 0.00 0.00 0.00 0.00 19:10:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:10:33 Average: docker0 24.24 29.26 2.27 143.46 0.00 0.00 0.00 0.00 19:10:33 19:10:33 19:10:33 ---> sar -P ALL: 19:10:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 19:10:33 19:10:33 18:38:38 LINUX RESTART (4 CPU) 19:10:33 19:10:33 18:40:02 CPU %user %nice %system %iowait %steal %idle 19:10:33 18:41:02 all 8.36 0.00 1.83 0.40 33.11 56.30 19:10:33 18:41:02 0 5.78 0.00 1.40 0.13 39.41 53.28 19:10:33 18:41:02 1 9.82 0.00 1.75 0.87 32.57 55.00 19:10:33 18:41:02 2 11.53 0.00 1.92 0.30 31.80 54.45 19:10:33 18:41:02 3 6.56 0.00 2.31 0.33 28.10 62.70 19:10:33 18:42:01 all 4.08 0.00 4.44 1.43 27.21 62.85 19:10:33 18:42:01 0 3.22 0.00 3.67 1.66 31.24 60.22 19:10:33 18:42:01 1 3.70 0.00 4.32 1.23 26.56 64.20 19:10:33 18:42:01 2 4.74 0.00 4.77 1.61 26.66 62.21 19:10:33 18:42:01 3 4.70 0.00 5.05 1.20 24.18 64.88 19:10:33 18:43:02 all 6.18 0.00 2.81 1.50 23.61 65.90 19:10:33 18:43:02 0 7.06 0.00 2.67 1.47 27.83 60.96 19:10:33 18:43:02 1 5.24 0.00 2.38 1.48 21.38 69.52 19:10:33 18:43:02 2 6.52 0.00 3.94 1.58 23.52 64.44 19:10:33 18:43:02 3 5.91 0.00 2.26 1.45 21.81 68.56 19:10:33 18:44:01 all 3.64 0.00 4.15 1.56 30.22 60.43 19:10:33 18:44:01 0 4.15 0.00 4.68 1.55 33.31 56.31 19:10:33 18:44:01 1 2.91 0.00 3.57 0.50 28.63 64.39 19:10:33 18:44:01 2 4.72 0.00 5.32 2.57 29.93 57.46 19:10:33 18:44:01 3 2.88 0.00 3.13 1.68 29.10 63.21 19:10:33 18:45:01 all 4.11 0.00 5.96 4.15 31.75 54.02 19:10:33 18:45:01 0 3.13 0.00 5.28 2.62 33.21 55.77 19:10:33 18:45:01 1 5.58 0.00 6.14 5.77 31.07 51.44 19:10:33 18:45:01 2 4.54 0.00 7.92 3.76 30.88 52.89 19:10:33 18:45:01 3 3.30 0.00 4.62 4.50 31.76 55.81 19:10:33 18:46:01 all 15.96 0.00 6.31 4.64 37.03 36.06 19:10:33 18:46:01 0 15.58 0.00 7.06 3.95 36.63 36.79 19:10:33 18:46:01 1 13.51 0.00 6.09 6.59 38.26 35.55 19:10:33 18:46:01 2 16.48 0.00 5.93 3.69 37.79 36.11 19:10:33 18:46:01 3 18.39 0.00 6.16 4.27 35.38 35.81 19:10:33 18:47:03 all 23.17 0.00 9.26 2.44 45.95 19.19 19:10:33 18:47:03 0 22.42 0.00 8.72 3.17 47.09 18.60 19:10:33 18:47:03 1 23.54 0.00 8.57 2.51 47.53 17.85 19:10:33 18:47:03 2 20.12 0.00 9.77 2.80 45.99 21.32 19:10:33 18:47:03 3 26.87 0.00 9.96 1.19 43.10 18.88 19:10:33 18:48:01 all 23.42 0.00 8.02 1.02 41.51 26.03 19:10:33 18:48:01 0 21.15 0.00 7.21 0.75 43.71 27.18 19:10:33 18:48:01 1 24.47 0.00 8.17 0.89 39.98 26.49 19:10:33 18:48:01 2 23.04 0.00 7.53 1.13 42.24 26.07 19:10:33 18:48:01 3 25.07 0.00 9.18 1.33 40.09 24.33 19:10:33 18:49:01 all 30.67 0.00 11.78 5.54 30.83 21.19 19:10:33 18:49:01 0 31.63 0.00 12.85 5.75 30.53 19.23 19:10:33 18:49:01 1 31.00 0.00 11.14 6.60 30.71 20.56 19:10:33 18:49:01 2 30.93 0.00 11.12 4.66 30.63 22.67 19:10:33 18:49:01 3 29.11 0.00 12.05 5.14 31.44 22.26 19:10:33 18:50:02 all 15.91 0.00 9.02 3.52 36.03 35.51 19:10:33 18:50:02 0 14.92 0.00 8.24 3.65 38.53 34.66 19:10:33 18:50:02 1 17.11 0.00 8.74 3.25 36.51 34.39 19:10:33 18:50:02 2 15.21 0.00 8.60 3.96 34.32 37.91 19:10:33 18:50:02 3 16.44 0.00 10.53 3.22 34.71 35.10 19:10:33 18:51:01 all 7.16 0.00 6.81 0.34 33.51 52.17 19:10:33 18:51:01 0 5.56 0.00 6.10 0.19 36.16 52.00 19:10:33 18:51:01 1 7.46 0.00 6.84 0.36 33.25 52.09 19:10:33 18:51:01 2 7.72 0.00 7.22 0.32 32.43 52.31 19:10:33 18:51:01 3 8.02 0.00 7.12 0.52 32.03 52.30 19:10:33 19:10:33 18:51:01 CPU %user %nice %system %iowait %steal %idle 19:10:33 18:52:02 all 3.58 0.00 5.79 3.20 34.53 52.90 19:10:33 18:52:02 0 2.92 0.00 3.75 2.96 37.53 52.84 19:10:33 18:52:02 1 4.43 0.00 6.62 2.83 33.22 52.89 19:10:33 18:52:02 2 2.60 0.00 5.40 1.93 33.38 56.70 19:10:33 18:52:02 3 4.45 0.00 7.57 5.15 33.81 49.02 19:10:33 18:53:07 all 7.29 0.00 7.10 19.41 42.05 24.14 19:10:33 18:53:07 0 7.29 0.00 6.54 18.02 42.31 25.84 19:10:33 18:53:07 1 7.16 0.00 7.14 21.16 41.71 22.83 19:10:33 18:53:07 2 7.46 0.00 6.69 20.09 41.98 23.77 19:10:33 18:53:07 3 7.26 0.00 8.06 18.32 42.23 24.13 19:10:33 18:54:02 all 6.80 0.00 7.75 18.99 39.03 27.42 19:10:33 18:54:02 0 6.61 0.00 8.10 17.21 39.70 28.38 19:10:33 18:54:02 1 6.74 0.00 7.22 22.49 39.59 23.96 19:10:33 18:54:02 2 6.40 0.00 7.44 17.21 37.70 31.25 19:10:33 18:54:02 3 7.49 0.00 8.27 19.08 39.12 26.04 19:10:33 18:55:03 all 1.27 0.00 5.35 42.67 29.92 20.80 19:10:33 18:55:03 0 0.97 0.00 4.31 39.94 31.10 23.68 19:10:33 18:55:03 1 1.66 0.00 6.13 47.77 30.28 14.16 19:10:33 18:55:03 2 1.28 0.00 5.50 47.74 28.66 16.82 19:10:33 18:55:03 3 1.17 0.00 5.47 35.43 29.63 28.30 19:10:33 18:56:09 all 6.40 0.00 4.45 34.13 36.26 18.76 19:10:33 18:56:09 0 6.15 0.00 4.25 31.17 37.14 21.30 19:10:33 18:56:09 1 5.96 0.00 4.14 34.61 35.80 19.49 19:10:33 18:56:09 2 6.62 0.00 4.62 35.85 35.81 17.10 19:10:33 18:56:09 3 6.87 0.00 4.80 35.00 36.28 17.06 19:10:33 18:57:01 all 30.98 0.00 10.09 22.51 25.50 10.91 19:10:33 18:57:01 0 31.76 0.00 10.39 25.08 23.00 9.78 19:10:33 18:57:01 1 28.07 0.00 9.64 21.50 28.65 12.14 19:10:33 18:57:01 2 29.84 0.00 9.75 22.28 26.67 11.47 19:10:33 18:57:01 3 34.13 0.00 10.56 21.34 23.70 10.27 19:10:33 18:58:01 all 34.34 0.00 10.16 8.85 31.37 15.29 19:10:33 18:58:01 0 33.58 0.00 10.15 7.39 32.73 16.15 19:10:33 18:58:01 1 37.78 0.00 10.03 9.62 28.54 14.04 19:10:33 18:58:01 2 33.54 0.00 9.10 8.64 33.48 15.24 19:10:33 18:58:01 3 32.26 0.00 11.44 9.77 30.75 15.78 19:10:33 18:59:04 all 6.97 0.00 9.24 13.34 42.48 27.97 19:10:33 18:59:04 0 6.66 0.00 7.81 12.96 43.67 28.91 19:10:33 18:59:04 1 7.17 0.00 9.47 12.71 41.53 29.12 19:10:33 18:59:04 2 7.06 0.00 9.60 12.64 42.74 27.96 19:10:33 18:59:04 3 7.02 0.00 10.12 15.07 41.95 25.84 19:10:33 19:00:04 all 13.09 0.00 8.11 20.94 37.11 20.76 19:10:33 19:00:04 0 13.86 0.00 7.73 21.38 36.92 20.11 19:10:33 19:00:04 1 13.08 0.00 8.06 20.33 37.91 20.62 19:10:33 19:00:04 2 13.42 0.00 8.54 20.62 36.48 20.95 19:10:33 19:00:04 3 11.94 0.00 8.12 21.40 37.15 21.38 19:10:33 19:01:03 all 26.98 0.00 10.18 15.65 40.32 6.86 19:10:33 19:01:03 0 24.51 0.00 9.00 16.24 42.52 7.73 19:10:33 19:01:03 1 26.48 0.00 9.72 15.90 41.83 6.06 19:10:33 19:01:03 2 30.67 0.00 10.74 14.54 36.53 7.52 19:10:33 19:01:03 3 26.37 0.00 11.35 15.90 40.28 6.10 19:10:33 19:02:02 all 8.90 0.00 6.90 25.46 37.34 21.40 19:10:33 19:02:02 0 7.44 0.00 6.67 26.93 37.24 21.72 19:10:33 19:02:02 1 9.03 0.00 6.18 20.39 37.46 26.93 19:10:33 19:02:02 2 7.88 0.00 7.33 29.35 38.52 16.91 19:10:33 19:02:02 3 11.39 0.00 7.43 25.09 36.10 20.00 19:10:33 19:10:33 19:02:02 CPU %user %nice %system %iowait %steal %idle 19:10:33 19:03:01 all 12.38 0.00 8.42 3.10 35.47 40.63 19:10:33 19:03:01 0 13.61 0.00 8.45 2.67 34.84 40.42 19:10:33 19:03:01 1 10.34 0.00 7.02 4.24 38.18 40.22 19:10:33 19:03:01 2 11.51 0.00 8.36 2.80 35.72 41.61 19:10:33 19:03:01 3 14.08 0.00 9.91 2.67 33.07 40.27 19:10:33 19:04:01 all 0.19 0.00 0.45 0.55 6.11 92.70 19:10:33 19:04:01 0 0.26 0.00 0.44 0.66 5.64 93.00 19:10:33 19:04:01 1 0.11 0.00 0.35 0.14 7.04 92.35 19:10:33 19:04:01 2 0.15 0.00 0.47 0.03 6.00 93.36 19:10:33 19:04:01 3 0.26 0.00 0.53 1.36 5.73 92.11 19:10:33 19:05:01 all 0.12 0.00 0.03 0.00 1.66 98.19 19:10:33 19:05:01 0 0.02 0.00 0.02 0.00 1.17 98.80 19:10:33 19:05:01 1 0.03 0.00 0.05 0.00 2.40 97.52 19:10:33 19:05:01 2 0.43 0.00 0.05 0.00 1.82 97.70 19:10:33 19:05:01 3 0.00 0.00 0.02 0.00 1.25 98.73 19:10:33 19:06:01 all 0.10 0.00 0.12 0.00 1.69 98.09 19:10:33 19:06:01 0 0.31 0.00 0.05 0.02 1.86 97.76 19:10:33 19:06:01 1 0.02 0.00 0.16 0.00 1.83 97.99 19:10:33 19:06:01 2 0.07 0.00 0.12 0.00 2.09 97.73 19:10:33 19:06:01 3 0.02 0.00 0.13 0.00 0.98 98.87 19:10:33 19:07:01 all 0.08 0.00 0.02 0.00 0.90 99.00 19:10:33 19:07:01 0 0.23 0.00 0.02 0.00 1.92 97.84 19:10:33 19:07:01 1 0.03 0.00 0.03 0.00 0.52 99.42 19:10:33 19:07:01 2 0.05 0.00 0.00 0.00 0.71 99.24 19:10:33 19:07:01 3 0.02 0.00 0.03 0.00 0.45 99.50 19:10:33 19:08:02 all 0.09 0.00 0.10 0.03 2.49 97.29 19:10:33 19:08:02 0 0.05 0.00 0.17 0.00 1.34 98.44 19:10:33 19:08:02 1 0.21 0.00 0.02 0.00 3.22 96.55 19:10:33 19:08:02 2 0.05 0.00 0.21 0.13 2.61 97.00 19:10:33 19:08:02 3 0.03 0.00 0.02 0.00 2.79 97.16 19:10:33 19:09:01 all 0.67 0.00 0.42 0.29 2.97 95.65 19:10:33 19:09:01 0 0.25 0.00 0.28 0.18 2.35 96.93 19:10:33 19:09:01 1 0.68 0.00 0.38 0.18 3.75 95.02 19:10:33 19:09:01 2 0.28 0.00 0.20 0.10 3.81 95.61 19:10:33 19:09:01 3 1.47 0.00 0.85 0.69 1.93 95.06 19:10:33 19:10:01 all 3.77 0.00 4.00 2.76 30.16 59.31 19:10:33 19:10:01 0 2.58 0.00 3.06 0.93 31.64 61.79 19:10:33 19:10:01 1 4.00 0.00 4.63 0.99 29.44 60.94 19:10:33 19:10:01 2 3.14 0.00 4.00 1.45 28.95 62.45 19:10:33 19:10:01 3 5.41 0.00 4.37 7.73 30.55 51.95 19:10:33 Average: all 9.60 0.00 5.57 8.85 28.68 47.30 19:10:33 Average: 0 9.12 0.00 5.20 8.44 30.03 47.21 19:10:33 Average: 1 9.68 0.00 5.44 9.07 28.65 47.17 19:10:33 Average: 2 9.67 0.00 5.70 9.01 28.38 47.24 19:10:33 Average: 3 9.95 0.00 5.94 8.88 27.65 47.57 19:10:33 19:10:33 19:10:33