Pull request #3314 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3bfca1cd62533e13c63a2c650612c7fcb1c5b241+04121680b1087f96ef009b594f8095f8f3b5fdf8 (a1f0a4fde88b34c196cbe253a6fcfe688af892ad) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh 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-3314/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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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-3314/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 57ded3389ef25720063a8030e5c426a6b7ea5b20 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31743’ is offline; ‘prd-centos7-docker-4c-2g-31744’ is offline; ‘prd-centos7-docker-4c-2g-31745’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31751 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [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 Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 Merge succeeded, producing 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 Checking out Revision 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 (PR-3314) > 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/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 # 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 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 # 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T16:08:39.940Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T16:08:40.277Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T16:08:40.485Z] ========================================================= [2021-03-29T16:08:40.485Z] EdgeX Global Pipelines Version Info [2021-03-29T16:08:40.485Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:08:43.029Z] ------------------- [2021-03-29T16:08:43.030Z] stable info: [2021-03-29T16:08:43.030Z] ------------------- [2021-03-29T16:08:43.030Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T16:08:43.030Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T16:08:43.030Z] Message: update stable to v1.0.186 [2021-03-29T16:08:44.972Z] ------------------- [2021-03-29T16:08:44.972Z] experimental info: [2021-03-29T16:08:44.972Z] ------------------- [2021-03-29T16:08:44.972Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T16:08:44.972Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T16:08:44.972Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T16:08:45.348Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T16:08:45.465Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T16:08:45.586Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T16:08:45.704Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T16:08:45.836Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T16:08:45.952Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T16:08:46.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T16:08:46.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T16:08:46.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T16:08:46.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T16:08:46.590Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T16:08:46.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T16:08:46.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T16:08:46.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T16:08:47.154Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T16:08:47.384Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T16:08:47.514Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T16:08:47.630Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T16:08:47.747Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T16:08:47.861Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T16:08:48.005Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T16:08:48.121Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T16:08:48.288Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3314 [Pipeline] echo [2021-03-29T16:08:48.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3314 [Pipeline] echo [2021-03-29T16:08:48.525Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3314 [Pipeline] echo [2021-03-29T16:08:48.659Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [Pipeline] echo [2021-03-29T16:08:48.776Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3bfca1c [Pipeline] echo [2021-03-29T16:08:48.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T16:08:49.159Z] provisioning config files... [2021-03-29T16:08:49.189Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config549009608877284861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:08:49.658Z] ---> docker-login.sh [2021-03-29T16:08:49.659Z] nexus3.edgexfoundry.org:10001 [2021-03-29T16:08:49.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:08:50.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:08:50.195Z] Configure a credential helper to remove this warning. See [2021-03-29T16:08:50.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:08:50.195Z] [2021-03-29T16:08:50.195Z] Login Succeeded [2021-03-29T16:08:50.195Z] nexus3.edgexfoundry.org:10002 [2021-03-29T16:08:50.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:08:50.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:08:50.462Z] Configure a credential helper to remove this warning. See [2021-03-29T16:08:50.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:08:50.462Z] [2021-03-29T16:08:50.462Z] Login Succeeded [2021-03-29T16:08:50.462Z] nexus3.edgexfoundry.org:10003 [2021-03-29T16:08:50.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:08:50.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:08:50.462Z] Configure a credential helper to remove this warning. See [2021-03-29T16:08:50.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:08:50.462Z] [2021-03-29T16:08:50.462Z] Login Succeeded [2021-03-29T16:08:50.462Z] nexus3.edgexfoundry.org:10004 [2021-03-29T16:08:50.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:08:50.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:08:50.734Z] Configure a credential helper to remove this warning. See [2021-03-29T16:08:50.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:08:50.734Z] [2021-03-29T16:08:50.734Z] Login Succeeded [2021-03-29T16:08:50.734Z] docker.io [2021-03-29T16:08:51.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:08:51.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:08:51.268Z] Configure a credential helper to remove this warning. See [2021-03-29T16:08:51.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:08:51.268Z] [2021-03-29T16:08:51.268Z] Login Succeeded [2021-03-29T16:08:51.268Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T16:08:51.307Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T16:08:51.919Z] ++ 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 [2021-03-29T16:08:51.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:08:51.919Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T16:08:51.919Z] ++ cut -d/ -f2 [2021-03-29T16:08:51.919Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T16:08:51.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:08:51.919Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T16:08:51.919Z] ++ cut -d/ -f2 [2021-03-29T16:08:51.919Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T16:08:51.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:08:51.919Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T16:08:51.919Z] ++ cut -d/ -f2 [2021-03-29T16:08:51.919Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T16:08:51.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:08:51.919Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T16:08:51.919Z] ++ cut -d/ -f2 [2021-03-29T16:08:51.919Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T16:08:51.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:08:51.919Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T16:08:51.919Z] ++ cut -d/ -f2 [2021-03-29T16:08:51.919Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T16:08:51.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:08:51.919Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T16:08:51.919Z] ++ cut -d/ -f2 [2021-03-29T16:08:51.919Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T16:08:51.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:08:51.919Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T16:08:51.919Z] ++ cut -d/ -f2 [2021-03-29T16:08:51.919Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T16:08:51.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:08:51.919Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T16:08:51.919Z] ++ cut -d/ -f2 [2021-03-29T16:08:51.919Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T16:08:51.919Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:08:51.919Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T16:08:51.919Z] ++ cut -d/ -f2 [2021-03-29T16:08:51.919Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T16:08:52.036Z] 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 [2021-03-29T16:08:53.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T16:08:53.040Z] [2021-03-29T16:08:53.040Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:08:53.439Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T16:08:53.439Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T16:08:53.439Z] 31603596830f: Pulling fs layer [2021-03-29T16:08:53.439Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T16:08:53.439Z] 6ca5941a6612: Pulling fs layer [2021-03-29T16:08:53.439Z] ecc8261a40a4: Pulling fs layer [2021-03-29T16:08:53.439Z] ecc8261a40a4: Waiting [2021-03-29T16:08:53.439Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T16:08:53.439Z] 2a8b12db71e7: Download complete [2021-03-29T16:08:53.705Z] 31603596830f: Verifying Checksum [2021-03-29T16:08:53.705Z] 31603596830f: Download complete [2021-03-29T16:08:53.705Z] ecc8261a40a4: Verifying Checksum [2021-03-29T16:08:53.705Z] ecc8261a40a4: Download complete [2021-03-29T16:08:53.705Z] 6ca5941a6612: Verifying Checksum [2021-03-29T16:08:53.705Z] 6ca5941a6612: Download complete [2021-03-29T16:08:53.969Z] 31603596830f: Pull complete [2021-03-29T16:08:54.236Z] 2a8b12db71e7: Pull complete [2021-03-29T16:08:55.230Z] 6ca5941a6612: Pull complete [2021-03-29T16:08:55.499Z] ecc8261a40a4: Pull complete [2021-03-29T16:08:55.499Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T16:08:55.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T16:08:55.499Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T16:08:55.660Z] prd-centos7-docker-4c-2g-31751 does not seem to be running inside a container [2021-03-29T16:08:55.743Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T16:08:58.109Z] $ docker top 627f42b05146ea24c31531ea1246b36831e9c2ca0e96031832a5294472ef6217 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T16:08:58.503Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T16:08:58.503Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T16:08:58.747Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T16:08:58.742Z] $ docker exec 627f42b05146ea24c31531ea1246b36831e9c2ca0e96031832a5294472ef6217 ssh-agent [2021-03-29T16:08:58.931Z] SSH_AUTH_SOCK=/tmp/ssh-biwvk40arm5z/agent.11 [2021-03-29T16:08:58.932Z] SSH_AGENT_PID=17 [2021-03-29T16:08:58.944Z] Running ssh-add (command line suppressed) [2021-03-29T16:08:59.091Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4232509746925918068.key (/w/workspace/edgex-go/1@tmp/private_key_4232509746925918068.key) [2021-03-29T16:08:59.160Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T16:08:59.552Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T16:08:59.572Z] $ docker exec --env ******** --env ******** 627f42b05146ea24c31531ea1246b36831e9c2ca0e96031832a5294472ef6217 ssh-agent -k [2021-03-29T16:08:59.704Z] unset SSH_AUTH_SOCK; [2021-03-29T16:08:59.705Z] unset SSH_AGENT_PID; [2021-03-29T16:08:59.705Z] echo Agent pid 17 killed; [2021-03-29T16:08:59.770Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T16:09:00.022Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T16:09:00.022Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T16:09:00.203Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T16:09:00.199Z] $ docker exec 627f42b05146ea24c31531ea1246b36831e9c2ca0e96031832a5294472ef6217 ssh-agent [2021-03-29T16:09:00.381Z] SSH_AUTH_SOCK=/tmp/ssh-KJ86BJDxnETo/agent.46 [2021-03-29T16:09:00.381Z] SSH_AGENT_PID=51 [2021-03-29T16:09:00.389Z] Running ssh-add (command line suppressed) [2021-03-29T16:09:00.505Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4205062340051277242.key (/w/workspace/edgex-go/1@tmp/private_key_4205062340051277242.key) [2021-03-29T16:09:00.571Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T16:09:00.981Z] + git semver init [2021-03-29T16:09:00.981Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T16:09:00.981Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-03-29T16:09:00.981Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-03-29T16:09:00.981Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T16:09:00.981Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T16:09:00.981Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T16:09:00.981Z] # $SEMVER_BRANCH = PR-3314 [2021-03-29T16:09:00.981Z] # $SEMVER_TEMP = /tmp/semver-086177244 [2021-03-29T16:09:00.981Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T16:09:33.189Z] # '/tmp/semver-086177244' -> '/w/workspace/edgex-go/1/.semver' [2021-03-29T16:09:33.189Z] # -> Force: false [2021-03-29T16:09:33.189Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-03-29T16:09:33.207Z] $ docker exec --env ******** --env ******** 627f42b05146ea24c31531ea1246b36831e9c2ca0e96031832a5294472ef6217 ssh-agent -k [2021-03-29T16:09:33.513Z] unset SSH_AUTH_SOCK; [2021-03-29T16:09:33.513Z] unset SSH_AGENT_PID; [2021-03-29T16:09:33.513Z] echo Agent pid 51 killed; [2021-03-29T16:09:33.635Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T16:09:34.255Z] + git semver [Pipeline] } [2021-03-29T16:09:34.287Z] $ docker stop --time=1 627f42b05146ea24c31531ea1246b36831e9c2ca0e96031832a5294472ef6217 [2021-03-29T16:09:36.353Z] $ docker rm -f 627f42b05146ea24c31531ea1246b36831e9c2ca0e96031832a5294472ef6217 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T16:09:36.984Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T16:09:37.589Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T16:09:37.620Z] [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 [2021-03-29T16:09:38.990Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T16:09:39.309Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T16:09:39.639Z] + true [2021-03-29T16:09:39.639Z] + sudo service docker restart [2021-03-29T16:09:39.639Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T16:09:40.259Z] ========================================================= [2021-03-29T16:09:40.259Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T16:09:40.259Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:09:40.642Z] + 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 . [2021-03-29T16:09:44.891Z] Sending build context to Docker daemon 328.9MB [2021-03-29T16:09:44.891Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T16:09:44.891Z] Step 2/6 : FROM ${BASE} [2021-03-29T16:09:44.891Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T16:09:44.891Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T16:09:44.891Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T16:09:44.891Z] de9db76c5a1d: Pulling fs layer [2021-03-29T16:09:44.891Z] bca2f99d35d6: Pulling fs layer [2021-03-29T16:09:44.891Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T16:09:44.891Z] 7c6f9722023f: Pulling fs layer [2021-03-29T16:09:44.891Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T16:09:44.891Z] bca2f99d35d6: Waiting [2021-03-29T16:09:44.891Z] 7c6f9722023f: Waiting [2021-03-29T16:09:44.891Z] 93359f2a8cfa: Waiting [2021-03-29T16:09:44.891Z] de9db76c5a1d: Verifying Checksum [2021-03-29T16:09:44.891Z] de9db76c5a1d: Download complete [2021-03-29T16:09:44.891Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T16:09:44.891Z] 0ef7d3d256c8: Download complete [2021-03-29T16:09:44.891Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T16:09:44.891Z] 93359f2a8cfa: Download complete [2021-03-29T16:09:44.891Z] 7c6f9722023f: Verifying Checksum [2021-03-29T16:09:44.891Z] 7c6f9722023f: Download complete [2021-03-29T16:09:44.891Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T16:09:44.891Z] 188c0c94c7c5: Download complete [2021-03-29T16:09:45.477Z] 188c0c94c7c5: Pull complete [2021-03-29T16:09:45.743Z] 0ef7d3d256c8: Pull complete [2021-03-29T16:09:45.743Z] de9db76c5a1d: Pull complete [2021-03-29T16:09:46.702Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T16:09:46.702Z] a35cf1a2eb13: Download complete [2021-03-29T16:09:48.112Z] bca2f99d35d6: Verifying Checksum [2021-03-29T16:09:48.112Z] bca2f99d35d6: Download complete [2021-03-29T16:09:53.345Z] Still waiting to schedule task [2021-03-29T16:09:53.345Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-29T16:09:53.450Z] bca2f99d35d6: Pull complete [2021-03-29T16:09:53.450Z] 93359f2a8cfa: Pull complete [2021-03-29T16:09:53.450Z] 7c6f9722023f: Pull complete [2021-03-29T16:09:58.810Z] a35cf1a2eb13: Pull complete [2021-03-29T16:09:58.810Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T16:09:58.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T16:09:58.810Z] ---> a62c8e92a672 [2021-03-29T16:09:58.810Z] 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 [2021-03-29T16:09:58.810Z] ---> Running in 160797d07df5 [2021-03-29T16:09:59.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:10:01.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:10:02.149Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T16:10:02.412Z] (2/12) Installing file (5.38-r0) [2021-03-29T16:10:02.412Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T16:10:02.680Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T16:10:13.706Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T16:10:13.706Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T16:10:13.706Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T16:10:13.706Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T16:10:13.706Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T16:10:13.706Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T16:10:13.706Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T16:10:13.970Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T16:10:13.970Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:10:13.970Z] OK: 233 MiB in 51 packages [2021-03-29T16:10:18.230Z] Removing intermediate container 160797d07df5 [2021-03-29T16:10:18.230Z] ---> 407caee35e7d [2021-03-29T16:10:18.230Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T16:10:18.230Z] ---> Running in ecf303ef5998 [2021-03-29T16:10:18.230Z] Removing intermediate container ecf303ef5998 [2021-03-29T16:10:18.230Z] ---> 1271f3a1f58f [2021-03-29T16:10:18.230Z] Step 5/6 : COPY go.mod . [2021-03-29T16:10:18.230Z] ---> 1f21cde6cdd9 [2021-03-29T16:10:18.230Z] Step 6/6 : RUN go mod download [2021-03-29T16:10:18.500Z] ---> Running in 9970e32a0b47 [2021-03-29T16:10:45.221Z] Removing intermediate container 9970e32a0b47 [2021-03-29T16:10:45.221Z] ---> 92b8dce0d6c8 [2021-03-29T16:10:45.221Z] Successfully built 92b8dce0d6c8 [2021-03-29T16:10:45.221Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:10:45.736Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T16:10:45.736Z] . [Pipeline] withDockerContainer [2021-03-29T16:10:45.902Z] prd-centos7-docker-4c-2g-31751 does not seem to be running inside a container [2021-03-29T16:10:45.961Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T16:10:47.158Z] $ docker top 68883ec34154c40b201e1034a148ae1c105c59fea23001bdf0b7eee378080ae7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:10:48.084Z] + go version [2021-03-29T16:10:48.084Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T16:10:48.164Z] $ docker stop --time=1 68883ec34154c40b201e1034a148ae1c105c59fea23001bdf0b7eee378080ae7 [2021-03-29T16:10:49.552Z] $ docker rm -f 68883ec34154c40b201e1034a148ae1c105c59fea23001bdf0b7eee378080ae7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:10:51.047Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T16:10:51.047Z] . [Pipeline] withDockerContainer [2021-03-29T16:10:51.248Z] prd-centos7-docker-4c-2g-31751 does not seem to be running inside a container [2021-03-29T16:10:51.313Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T16:10:52.620Z] $ docker top 0c2c9ad9a9a418bc26b0da434cb854adbfcd202aaef48bbe20d5b7a153d33f62 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T16:10:53.025Z] ========================================================= [2021-03-29T16:10:53.025Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T16:10:53.025Z] ========================================================= [Pipeline] sh [2021-03-29T16:10:53.413Z] + make test [2021-03-29T16:10:53.413Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T16:11:03.523Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T16:11:22.394Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T16:11:30.736Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T16:11:30.736Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T16:11:30.736Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T16:11:33.360Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T16:11:33.360Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T16:11:33.360Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T16:11:33.360Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T16:11:33.360Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T16:11:34.339Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T16:11:37.731Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T16:11:37.731Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T16:11:37.731Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T16:11:39.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.139s coverage: 45.9% of statements [2021-03-29T16:11:39.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T16:11:39.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T16:11:39.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T16:11:39.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T16:11:39.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T16:11:39.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T16:11:39.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.078s coverage: 19.8% of statements [2021-03-29T16:11:39.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.109s coverage: 100.0% of statements [2021-03-29T16:11:45.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-03-29T16:11:45.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T16:11:45.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T16:11:45.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T16:11:45.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T16:11:45.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T16:11:45.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T16:11:45.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-03-29T16:11:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T16:11:45.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-03-29T16:11:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T16:11:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T16:11:45.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.111s coverage: 71.3% of statements [2021-03-29T16:11:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T16:11:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T16:11:45.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.301s coverage: 82.9% of statements [2021-03-29T16:11:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T16:11:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:11:45.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.137s coverage: 78.9% of statements [2021-03-29T16:11:45.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T16:11:49.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.387s coverage: 28.6% of statements [2021-03-29T16:11:49.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T16:11:49.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T16:11:49.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T16:11:49.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T16:11:49.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T16:11:49.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2021-03-29T16:11:49.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T16:11:49.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-03-29T16:11:49.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T16:11:49.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.158s coverage: 86.7% of statements [2021-03-29T16:11:49.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T16:11:49.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.106s coverage: 97.5% of statements [2021-03-29T16:11:49.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T16:11:49.557Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-03-29T16:11:49.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T16:11:49.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T16:11:49.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T16:11:49.557Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T16:11:51.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.526s coverage: 92.8% of statements [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T16:11:51.596Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T16:11:51.596Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.127s coverage: 0.1% of statements [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T16:11:51.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T16:11:51.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements [2021-03-29T16:11:51.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.068s coverage: 79.5% of statements [2021-03-29T16:11:51.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-03-29T16:11:52.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements [2021-03-29T16:11:52.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements [2021-03-29T16:12:04.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements [2021-03-29T16:12:04.885Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-03-29T16:12:07.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.227s coverage: 82.6% of statements [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.089s coverage: 92.9% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.6% of statements [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.6% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.271s coverage: 64.4% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.065s coverage: 91.3% of statements [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.509s coverage: 69.0% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 38.4% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.231s coverage: 47.0% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.082s coverage: 100.0% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.083s coverage: 100.0% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.175s coverage: 87.1% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.815s coverage: 29.1% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T16:12:17.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T16:12:17.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T16:12:18.230Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.101s coverage: 94.0% of statements [2021-03-29T16:12:18.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T16:12:18.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:12:18.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T16:12:18.230Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-03-29T16:12:18.230Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T16:12:18.499Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-03-29T16:12:18.499Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T16:12:18.499Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T16:12:18.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T16:12:18.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T16:12:19.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.063s coverage: 87.9% of statements [2021-03-29T16:12:19.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T16:12:19.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T16:12:19.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-29T16:12:19.356Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements [2021-03-29T16:12:19.356Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-29T16:12:19.931Z] GO111MODULE=on go vet ./... [2021-03-29T16:12:58.899Z] gofmt -l . [2021-03-29T16:12:58.899Z] [ "`gofmt -l .`" = "" ] [2021-03-29T16:12:58.899Z] ./bin/test-go-mod-tidy.sh [2021-03-29T16:12:58.899Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T16:12:59.242Z] + ls -al . [2021-03-29T16:12:59.242Z] total 776 [2021-03-29T16:12:59.242Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 16:12 . [2021-03-29T16:12:59.242Z] drwxr-xr-x 4 root root 28 Mar 29 16:10 .. [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 16:08 .dockerignore [2021-03-29T16:12:59.242Z] drwxrwxr-x 8 1001 1001 179 Mar 29 16:08 .git [2021-03-29T16:12:59.242Z] drwxrwxr-x 3 1001 1001 125 Mar 29 16:08 .github [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 16:08 .gitignore [2021-03-29T16:12:59.242Z] drwx------ 3 1001 1001 60 Mar 29 16:09 .semver [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 16:08 .sonarcloud.properties [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:08 Attribution.txt [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:08 CONTRIBUTING.md [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 16:08 Dockerfile.build [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 16:08 Jenkinsfile [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:08 LICENSE [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:08 Makefile [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:08 README.md [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:08 SECURITY.md [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 16:09 VERSION [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:08 ZMQWindows.md [2021-03-29T16:12:59.242Z] drwxrwxr-x 2 1001 1001 117 Mar 29 16:08 bin [2021-03-29T16:12:59.242Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 16:08 cmd [2021-03-29T16:12:59.242Z] -rw-r--r-- 1 root root 666212 Mar 29 16:12 coverage.out [2021-03-29T16:12:59.242Z] -rw-r--r-- 1 root root 1056 Mar 29 16:12 go.mod [2021-03-29T16:12:59.242Z] -rw-r--r-- 1 root root 22530 Mar 29 16:12 go.sum [2021-03-29T16:12:59.242Z] drwxrwxr-x 8 1001 1001 127 Mar 29 16:08 internal [2021-03-29T16:12:59.242Z] drwxrwxr-x 4 1001 1001 26 Mar 29 16:08 openapi [2021-03-29T16:12:59.242Z] drwxrwxr-x 4 1001 1001 71 Mar 29 16:08 snap [2021-03-29T16:12:59.242Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 16:08 version.go [Pipeline] sh [2021-03-29T16:12:59.613Z] + '[' -e coverage.out ] [2021-03-29T16:12:59.613Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T16:12:59.890Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T16:13:00.218Z] + make build [2021-03-29T16:13:00.218Z] 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 [2021-03-29T16:13:04.478Z] 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 [2021-03-29T16:13:13.587Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31757 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws [2021-03-29T16:13:13.698Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-03-29T16:13:14.631Z] 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 [2021-03-29T16:13:15.595Z] 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 [2021-03-29T16:13:17.535Z] 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 [2021-03-29T16:13:18.124Z] 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 [2021-03-29T16:13:19.624Z] using credential edgex-jenkins-ssh [2021-03-29T16:13:19.692Z] Cloning the remote Git repository [2021-03-29T16:13:20.077Z] 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 [2021-03-29T16:13:19.758Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:13:19.885Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-03-29T16:13:19.968Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:13:19.969Z] > git --version # timeout=10 [2021-03-29T16:13:19.988Z] > git --version # 'git version 2.17.1' [2021-03-29T16:13:19.990Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:13:20.082Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:13:22.033Z] 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 [2021-03-29T16:13:23.433Z] 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 [2021-03-29T16:13:24.868Z] 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 [2021-03-29T16:13:26.270Z] 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 [2021-03-29T16:13:27.678Z] 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] } [2021-03-29T16:13:30.330Z] $ docker stop --time=1 0c2c9ad9a9a418bc26b0da434cb854adbfcd202aaef48bbe20d5b7a153d33f62 [2021-03-29T16:13:32.315Z] $ docker rm -f 0c2c9ad9a9a418bc26b0da434cb854adbfcd202aaef48bbe20d5b7a153d33f62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:13:34.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:13:34.805Z] [2021-03-29T16:13:34.806Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:13:35.217Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:13:35.217Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T16:13:35.217Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T16:13:35.217Z] ca9280d653b3: Pulling fs layer [2021-03-29T16:13:35.217Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T16:13:35.491Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-29T16:13:35.491Z] cbdbe7a5bc2a: Download complete [2021-03-29T16:13:35.769Z] cbdbe7a5bc2a: Pull complete [2021-03-29T16:13:35.770Z] ca9280d653b3: Verifying Checksum [2021-03-29T16:13:35.770Z] ca9280d653b3: Download complete [2021-03-29T16:13:37.209Z] ca9280d653b3: Pull complete [2021-03-29T16:13:37.209Z] 7e9c9ca2126c: Verifying Checksum [2021-03-29T16:13:37.209Z] 7e9c9ca2126c: Download complete [2021-03-29T16:13:42.115Z] Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:13:41.231Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:13:41.255Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:13:41.290Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:13:41.349Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:13:41.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:13:41.365Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T16:13:42.182Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:13:42.237Z] > git checkout -f 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 # timeout=10 [2021-03-29T16:13:42.820Z] Merge succeeded, producing 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:13:42.821Z] Checking out Revision 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 (PR-3314) [2021-03-29T16:13:44.104Z] 7e9c9ca2126c: Pull complete [2021-03-29T16:13:44.104Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T16:13:44.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:13:44.104Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T16:13:44.374Z] prd-centos7-docker-4c-2g-31751 does not seem to be running inside a container [2021-03-29T16:13:44.433Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T16:13:42.638Z] > git remote # timeout=10 [2021-03-29T16:13:42.657Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T16:13:42.684Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:13:42.709Z] > git merge 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 [2021-03-29T16:13:42.796Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T16:13:42.825Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:13:42.850Z] > git checkout -f 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 # timeout=10 [2021-03-29T16:13:47.405Z] $ docker top 22b77717c2dc3f383a152b523dd0cfe210ef6d2b445428fd92be70c894d14fd4 -eo pid,comm [2021-03-29T16:13:47.426Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-03-29T16:13:47.482Z] > git --version # timeout=10 [2021-03-29T16:13:47.495Z] > git --version # 'git version 2.17.1' [2021-03-29T16:13:47.508Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-03-29T16:13:48.032Z] + docker-compose build --help [2021-03-29T16:13:48.033Z] + grep parallel [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T16:13:49.358Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-29T16:13:49.431Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T16:13:49.460Z] $ docker stop --time=1 22b77717c2dc3f383a152b523dd0cfe210ef6d2b445428fd92be70c894d14fd4 [2021-03-29T16:13:50.864Z] $ docker rm -f 22b77717c2dc3f383a152b523dd0cfe210ef6d2b445428fd92be70c894d14fd4 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-03-29T16:13:51.339Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:13:51.779Z] + + true [2021-03-29T16:13:51.779Z] sudo service docker restart [2021-03-29T16:13:51.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:13:51.895Z] . [Pipeline] withDockerContainer [2021-03-29T16:13:52.044Z] prd-centos7-docker-4c-2g-31751 does not seem to be running inside a container [2021-03-29T16:13:52.097Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T16:13:52.843Z] $ docker top ddbbf8178a78bf702f31fb28bce2da6dd1324c48685866e32066ad305e8f5a9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:13:53.425Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T16:13:53.908Z] provisioning config files... [2021-03-29T16:13:53.990Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6410256042823203856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:13:54.462Z] ---> docker-login.sh [2021-03-29T16:13:54.462Z] nexus3.edgexfoundry.org:10001 [2021-03-29T16:13:54.830Z] Building docker-core-command-go ... [2021-03-29T16:13:54.830Z] Building docker-core-data-go ... [2021-03-29T16:13:54.830Z] Building docker-core-metadata-go ... [2021-03-29T16:13:54.830Z] Building docker-security-bootstrapper-go ... [2021-03-29T16:13:54.830Z] Building docker-security-proxy-setup-go ... [2021-03-29T16:13:54.830Z] Building docker-security-secretstore-setup-go ... [2021-03-29T16:13:54.830Z] Building docker-support-notifications-go ... [2021-03-29T16:13:54.830Z] Building docker-support-scheduler-go ... [2021-03-29T16:13:54.830Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T16:13:54.830Z] Building docker-support-notifications-go [2021-03-29T16:13:54.830Z] Building docker-security-bootstrapper-go [2021-03-29T16:13:54.830Z] Building docker-security-proxy-setup-go [2021-03-29T16:13:54.830Z] Building docker-support-scheduler-go [2021-03-29T16:13:54.830Z] Building docker-core-command-go [2021-03-29T16:13:55.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:13:55.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:13:55.723Z] Configure a credential helper to remove this warning. See [2021-03-29T16:13:55.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:13:55.723Z] [2021-03-29T16:13:55.723Z] Login Succeeded [2021-03-29T16:13:55.723Z] nexus3.edgexfoundry.org:10002 [2021-03-29T16:13:56.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:13:56.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:13:56.320Z] Configure a credential helper to remove this warning. See [2021-03-29T16:13:56.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:13:56.320Z] [2021-03-29T16:13:56.320Z] Login Succeeded [2021-03-29T16:13:56.320Z] nexus3.edgexfoundry.org:10003 [2021-03-29T16:13:56.921Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:13:56.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:13:56.921Z] Configure a credential helper to remove this warning. See [2021-03-29T16:13:56.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:13:56.921Z] [2021-03-29T16:13:56.921Z] Login Succeeded [2021-03-29T16:13:56.921Z] nexus3.edgexfoundry.org:10004 [2021-03-29T16:13:57.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:13:57.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:13:57.526Z] Configure a credential helper to remove this warning. See [2021-03-29T16:13:57.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:13:57.526Z] [2021-03-29T16:13:57.526Z] Login Succeeded [2021-03-29T16:13:57.526Z] docker.io [2021-03-29T16:13:58.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:13:58.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:13:58.398Z] Configure a credential helper to remove this warning. See [2021-03-29T16:13:58.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:13:58.398Z] [2021-03-29T16:13:58.398Z] Login Succeeded [2021-03-29T16:13:58.398Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T16:13:58.441Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T16:13:59.096Z] ========================================================= [2021-03-29T16:13:59.097Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T16:13:59.097Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:13:59.531Z] + 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 . [2021-03-29T16:14:02.187Z] Sending build context to Docker daemon 166.9MB [2021-03-29T16:14:02.187Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T16:14:02.187Z] Step 2/6 : FROM ${BASE} [2021-03-29T16:14:02.187Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T16:14:02.187Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T16:14:02.187Z] a4357932f1b6: Pulling fs layer [2021-03-29T16:14:02.187Z] 18c013af1878: Pulling fs layer [2021-03-29T16:14:02.187Z] 00ac8860ef70: Pulling fs layer [2021-03-29T16:14:02.187Z] 63d7cb157983: Pulling fs layer [2021-03-29T16:14:02.187Z] b116817d02f9: Pulling fs layer [2021-03-29T16:14:02.187Z] 745a02a5169b: Pulling fs layer [2021-03-29T16:14:02.187Z] 00ac8860ef70: Waiting [2021-03-29T16:14:02.187Z] 63d7cb157983: Waiting [2021-03-29T16:14:02.187Z] b116817d02f9: Waiting [2021-03-29T16:14:02.187Z] 745a02a5169b: Waiting [2021-03-29T16:14:02.187Z] 18c013af1878: Download complete [2021-03-29T16:14:02.187Z] a4357932f1b6: Verifying Checksum [2021-03-29T16:14:02.187Z] a4357932f1b6: Download complete [2021-03-29T16:14:02.187Z] 63d7cb157983: Verifying Checksum [2021-03-29T16:14:02.187Z] 63d7cb157983: Download complete [2021-03-29T16:14:02.187Z] b116817d02f9: Download complete [2021-03-29T16:14:02.187Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T16:14:02.187Z] 5f621e34cdf4: Download complete [2021-03-29T16:14:02.792Z] 5f621e34cdf4: Pull complete [2021-03-29T16:14:03.401Z] a4357932f1b6: Pull complete [2021-03-29T16:14:04.015Z] 18c013af1878: Pull complete [2021-03-29T16:14:04.619Z] 745a02a5169b: Verifying Checksum [2021-03-29T16:14:04.619Z] 745a02a5169b: Download complete [2021-03-29T16:14:06.062Z] 00ac8860ef70: Verifying Checksum [2021-03-29T16:14:06.062Z] 00ac8860ef70: Download complete [2021-03-29T16:14:18.507Z] 00ac8860ef70: Pull complete [2021-03-29T16:14:18.507Z] 63d7cb157983: Pull complete [2021-03-29T16:14:18.507Z] b116817d02f9: Pull complete [2021-03-29T16:14:21.138Z] 745a02a5169b: Pull complete [2021-03-29T16:14:21.138Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T16:14:21.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T16:14:21.138Z] ---> b7e6874047d6 [2021-03-29T16:14:21.138Z] 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 [2021-03-29T16:14:25.447Z] ---> Running in 87fe1a5965b6 [2021-03-29T16:14:26.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:14:27.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:14:28.493Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T16:14:28.771Z] (2/12) Installing file (5.38-r0) [2021-03-29T16:14:29.041Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T16:14:29.041Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T16:14:33.784Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:14:33.784Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:14:33.784Z] ---> 92b8dce0d6c8 [2021-03-29T16:14:33.784Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:14:33.784Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:14:33.784Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:14:33.784Z] ---> 92b8dce0d6c8 [2021-03-29T16:14:33.784Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:14:33.784Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:14:33.784Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:14:33.784Z] ---> 92b8dce0d6c8 [2021-03-29T16:14:33.784Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T16:14:33.784Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:14:33.784Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:14:33.784Z] ---> 92b8dce0d6c8 [2021-03-29T16:14:33.784Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:14:33.784Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:14:33.784Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:14:33.784Z] ---> 92b8dce0d6c8 [2021-03-29T16:14:33.784Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T16:14:33.784Z] ---> Running in bf9557c667f4 [2021-03-29T16:14:33.784Z] ---> Running in 7b4c1dc8f494 [2021-03-29T16:14:33.784Z] ---> Running in 1db3da79df4c [2021-03-29T16:14:33.784Z] ---> Running in 94ca1815af5d [2021-03-29T16:14:33.784Z] ---> Running in 51c7ea10526b [2021-03-29T16:14:33.784Z] Removing intermediate container bf9557c667f4 [2021-03-29T16:14:33.784Z] ---> 008e04a8db8b [2021-03-29T16:14:33.784Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:14:33.784Z] Removing intermediate container 1db3da79df4c [2021-03-29T16:14:33.784Z] ---> 27d76250b5be [2021-03-29T16:14:33.784Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:14:33.785Z] Removing intermediate container 51c7ea10526b [2021-03-29T16:14:33.785Z] ---> 7a46f183f604 [2021-03-29T16:14:33.785Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:14:33.785Z] Removing intermediate container 7b4c1dc8f494 [2021-03-29T16:14:33.785Z] ---> f5ab1abc3521 [2021-03-29T16:14:33.785Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:14:33.785Z] Removing intermediate container 94ca1815af5d [2021-03-29T16:14:33.785Z] ---> 2e31876d9788 [2021-03-29T16:14:33.785Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:14:33.785Z] ---> Running in 447e749c0ac8 [2021-03-29T16:14:33.785Z] ---> Running in b7db7a19078d [2021-03-29T16:14:33.785Z] ---> Running in f254ea3fa640 [2021-03-29T16:14:33.785Z] ---> Running in 11b990fb4981 [2021-03-29T16:14:33.785Z] ---> Running in 7dcb97d804a8 [2021-03-29T16:14:35.727Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T16:14:35.727Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T16:14:35.727Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T16:14:35.727Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T16:14:35.727Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T16:14:35.727Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T16:14:35.727Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T16:14:35.727Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T16:14:35.727Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:14:35.727Z] OK: 217 MiB in 51 packages [2021-03-29T16:14:35.796Z] Removing intermediate container b7db7a19078d [2021-03-29T16:14:35.796Z] ---> a16228624feb [2021-03-29T16:14:35.796Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T16:14:35.796Z] ---> Running in 7f8ebc883487 [2021-03-29T16:14:36.060Z] Removing intermediate container 447e749c0ac8 [2021-03-29T16:14:36.060Z] ---> e4112aff462d [2021-03-29T16:14:36.060Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T16:14:36.060Z] Removing intermediate container f254ea3fa640 [2021-03-29T16:14:36.060Z] ---> 6f4ce01bcf98 [2021-03-29T16:14:36.060Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T16:14:36.333Z] Removing intermediate container 11b990fb4981 [2021-03-29T16:14:36.333Z] ---> ee40235df7b0 [2021-03-29T16:14:36.333Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:14:36.333Z] ---> Running in 08737017f22b [2021-03-29T16:14:36.333Z] ---> Running in e917249516e7 [2021-03-29T16:14:36.333Z] ---> Running in 8f8b905cb02d [2021-03-29T16:14:36.333Z] Removing intermediate container 7dcb97d804a8 [2021-03-29T16:14:36.333Z] ---> c94085ef9ecc [2021-03-29T16:14:36.333Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T16:14:36.603Z] ---> Running in 0dd705828f29 [2021-03-29T16:14:36.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:14:37.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:14:37.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:14:37.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:14:37.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:14:37.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:14:38.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:14:38.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:14:38.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:14:38.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:14:38.573Z] OK: 233 MiB in 51 packages [2021-03-29T16:14:38.840Z] OK: 233 MiB in 51 packages [2021-03-29T16:14:39.107Z] OK: 233 MiB in 51 packages [2021-03-29T16:14:39.107Z] OK: 233 MiB in 51 packages [2021-03-29T16:14:39.107Z] OK: 233 MiB in 51 packages [2021-03-29T16:14:39.375Z] Removing intermediate container 7f8ebc883487 [2021-03-29T16:14:39.375Z] ---> 0b71154a562a [2021-03-29T16:14:39.375Z] Step 6/22 : COPY go.mod . [2021-03-29T16:14:39.375Z] Removing intermediate container 08737017f22b [2021-03-29T16:14:39.375Z] ---> a1ef32745a29 [2021-03-29T16:14:39.375Z] Step 6/22 : COPY go.mod . [2021-03-29T16:14:39.637Z] ---> bc49578a8492 [2021-03-29T16:14:39.637Z] Step 7/22 : RUN go mod download [2021-03-29T16:14:39.914Z] ---> Running in 61d57d98c59c [2021-03-29T16:14:39.914Z] ---> 69b6d522d96e [2021-03-29T16:14:39.914Z] Step 7/22 : RUN go mod download [2021-03-29T16:14:39.914Z] Removing intermediate container e917249516e7 [2021-03-29T16:14:39.914Z] ---> e39262cd8c7f [2021-03-29T16:14:39.914Z] Step 6/31 : COPY go.mod . [2021-03-29T16:14:40.078Z] Removing intermediate container 87fe1a5965b6 [2021-03-29T16:14:40.079Z] ---> 62f2936487c9 [2021-03-29T16:14:40.079Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T16:14:40.079Z] ---> Running in 2a055c9a8dc6 [2021-03-29T16:14:40.176Z] ---> Running in 2ea431d234a4 [2021-03-29T16:14:40.446Z] Removing intermediate container 8f8b905cb02d [2021-03-29T16:14:40.446Z] ---> 22e900fd7703 [2021-03-29T16:14:40.446Z] Step 6/23 : COPY go.mod . [2021-03-29T16:14:40.446Z] Removing intermediate container 0dd705828f29 [2021-03-29T16:14:40.446Z] ---> b3ced373cee1 [2021-03-29T16:14:40.446Z] Step 6/21 : COPY go.mod . [2021-03-29T16:14:40.446Z] ---> df44130c0448 [2021-03-29T16:14:40.446Z] Step 7/31 : RUN go mod download [2021-03-29T16:14:40.687Z] Removing intermediate container 2a055c9a8dc6 [2021-03-29T16:14:40.687Z] ---> 1b899ea89339 [2021-03-29T16:14:40.687Z] Step 5/6 : COPY go.mod . [2021-03-29T16:14:40.716Z] ---> Running in 63c99ba3df42 [2021-03-29T16:14:41.293Z] ---> b63b380d2945 [2021-03-29T16:14:41.293Z] Step 6/6 : RUN go mod download [2021-03-29T16:14:41.293Z] ---> Running in 080c24e307a7 [2021-03-29T16:14:41.296Z] ---> a232df0f9694 [2021-03-29T16:14:41.296Z] Step 7/21 : RUN go mod download [2021-03-29T16:14:41.296Z] ---> 5d1edf5f180c [2021-03-29T16:14:41.296Z] Step 7/23 : RUN go mod download [2021-03-29T16:14:41.296Z] ---> Running in 9730effd5d79 [2021-03-29T16:14:41.296Z] ---> Running in 458252d42717 [2021-03-29T16:14:42.717Z] Removing intermediate container 2ea431d234a4 [2021-03-29T16:14:42.717Z] ---> 83b3f474f293 [2021-03-29T16:14:42.717Z] Step 8/22 : COPY . . [2021-03-29T16:14:43.305Z] Removing intermediate container 63c99ba3df42 [2021-03-29T16:14:43.305Z] ---> 7256d4c35350 [2021-03-29T16:14:43.305Z] Step 8/31 : COPY . . [2021-03-29T16:14:43.305Z] Removing intermediate container 61d57d98c59c [2021-03-29T16:14:43.305Z] ---> 4e1fd2297122 [2021-03-29T16:14:43.305Z] Step 8/22 : COPY . . [2021-03-29T16:14:43.910Z] Removing intermediate container 458252d42717 [2021-03-29T16:14:43.910Z] ---> dabb80280c2e [2021-03-29T16:14:43.910Z] Step 8/21 : COPY . . [2021-03-29T16:14:43.910Z] Removing intermediate container 9730effd5d79 [2021-03-29T16:14:43.910Z] ---> 41858b0888ae [2021-03-29T16:14:43.910Z] Step 8/23 : COPY . . [2021-03-29T16:15:08.113Z] Removing intermediate container 080c24e307a7 [2021-03-29T16:15:08.114Z] ---> e9eecd2963b4 [2021-03-29T16:15:08.387Z] Successfully built e9eecd2963b4 [2021-03-29T16:15:08.387Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:15:08.786Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T16:15:08.786Z] . [Pipeline] withDockerContainer [2021-03-29T16:15:09.055Z] prd-ubuntu18.04-docker-arm64-4c-16g-31757 does not seem to be running inside a container [2021-03-29T16:15:09.152Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-03-29T16:15:10.658Z] $ docker top 31b734d394f6de73286501b5357c26444a257e6538bc91e18e42f062816f3a90 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:15:11.745Z] + go version [2021-03-29T16:15:11.745Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T16:15:11.786Z] $ docker stop --time=1 31b734d394f6de73286501b5357c26444a257e6538bc91e18e42f062816f3a90 [2021-03-29T16:15:13.670Z] $ docker rm -f 31b734d394f6de73286501b5357c26444a257e6538bc91e18e42f062816f3a90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:15:14.858Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T16:15:14.858Z] . [Pipeline] withDockerContainer [2021-03-29T16:15:15.113Z] prd-ubuntu18.04-docker-arm64-4c-16g-31757 does not seem to be running inside a container [2021-03-29T16:15:15.199Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-03-29T16:15:16.665Z] $ docker top 728f4e2e21267713158908302cea7b41c121551d5babddd1421b0e7d7c64987f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T16:15:17.119Z] ========================================================= [2021-03-29T16:15:17.119Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T16:15:17.119Z] ========================================================= [Pipeline] sh [2021-03-29T16:15:17.790Z] + make test [2021-03-29T16:15:17.790Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T16:15:22.901Z] ---> f95e8e91764d [2021-03-29T16:15:22.901Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T16:15:22.901Z] ---> a68f3f98d9da [2021-03-29T16:15:22.901Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T16:15:22.901Z] ---> afc256041002 [2021-03-29T16:15:22.901Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T16:15:22.901Z] ---> 40ab3118daf4 [2021-03-29T16:15:22.901Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T16:15:22.901Z] ---> 2372db71d162 [2021-03-29T16:15:22.901Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T16:15:22.901Z] ---> Running in f5cf94dcd85c [2021-03-29T16:15:22.901Z] ---> Running in 42450304915c [2021-03-29T16:15:22.901Z] ---> Running in 982f70a746ee [2021-03-29T16:15:22.901Z] ---> Running in 07cd3cc96ee9 [2021-03-29T16:15:22.901Z] ---> Running in f4abff71a727 [2021-03-29T16:15:22.901Z] 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 [2021-03-29T16:15:22.901Z] 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 [2021-03-29T16:15:22.901Z] 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 [2021-03-29T16:15:22.901Z] 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 [2021-03-29T16:15:22.901Z] 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 [2021-03-29T16:15:44.619Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T16:15:55.194Z] 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 [2021-03-29T16:16:03.442Z] Removing intermediate container 07cd3cc96ee9 [2021-03-29T16:16:03.442Z] ---> 2c850e0a04f7 [2021-03-29T16:16:03.442Z] [2021-03-29T16:16:03.442Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T16:16:03.442Z] 3.12: Pulling from library/alpine [2021-03-29T16:16:07.693Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T16:16:09.667Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T16:16:09.667Z] ---> 42cb162f0360 [2021-03-29T16:16:09.667Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T16:16:09.667Z] ---> Running in 6159e95fc400 [2021-03-29T16:16:10.243Z] Removing intermediate container f5cf94dcd85c [2021-03-29T16:16:10.244Z] ---> d2609b5bd613 [2021-03-29T16:16:10.244Z] [2021-03-29T16:16:10.244Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T16:16:10.244Z] ---> 42cb162f0360 [2021-03-29T16:16:10.244Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:16:10.244Z] Removing intermediate container 982f70a746ee [2021-03-29T16:16:10.244Z] ---> 309d5092cba6 [2021-03-29T16:16:10.244Z] [2021-03-29T16:16:10.244Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:16:10.244Z] ---> 42cb162f0360 [2021-03-29T16:16:10.244Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:16:10.244Z] Removing intermediate container 42450304915c [2021-03-29T16:16:10.244Z] ---> 520371b1f6ae [2021-03-29T16:16:10.244Z] [2021-03-29T16:16:10.244Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T16:16:10.244Z] ---> 42cb162f0360 [2021-03-29T16:16:10.244Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T16:16:10.244Z] Removing intermediate container f4abff71a727 [2021-03-29T16:16:10.244Z] ---> 4c5d776f94f1 [2021-03-29T16:16:10.244Z] [2021-03-29T16:16:10.244Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T16:16:10.244Z] ---> 42cb162f0360 [2021-03-29T16:16:10.244Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T16:16:10.511Z] ---> Running in 05b7c011a6d4 [2021-03-29T16:16:10.511Z] ---> Running in 4b122f5ee183 [2021-03-29T16:16:10.511Z] ---> Running in 5798885a42a2 [2021-03-29T16:16:10.511Z] ---> Running in 292154f60a7c [2021-03-29T16:16:10.776Z] Removing intermediate container 6159e95fc400 [2021-03-29T16:16:10.776Z] ---> 6bd8db9ed11b [2021-03-29T16:16:10.776Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T16:16:10.776Z] ---> Running in 650b7f2f24ad [2021-03-29T16:16:11.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:11.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:11.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:11.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:12.062Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T16:16:12.062Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:16:12.062Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T16:16:12.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:12.062Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T16:16:12.062Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:16:12.062Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:16:12.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:12.062Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T16:16:12.062Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:16:12.062Z] OK: 7 MiB in 18 packages [2021-03-29T16:16:12.062Z] OK: 6 MiB in 15 packages [2021-03-29T16:16:12.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:12.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:12.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:12.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:12.340Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T16:16:12.340Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:16:12.340Z] OK: 6 MiB in 15 packages [2021-03-29T16:16:12.340Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T16:16:12.340Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T16:16:12.340Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:16:12.340Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T16:16:12.340Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:16:12.340Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T16:16:12.340Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:16:12.619Z] OK: 6 MiB in 16 packages [2021-03-29T16:16:12.619Z] OK: 6 MiB in 16 packages [2021-03-29T16:16:14.607Z] Removing intermediate container 4b122f5ee183 [2021-03-29T16:16:14.607Z] ---> d2dc8a17b821 [2021-03-29T16:16:14.607Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:16:14.607Z] Removing intermediate container 05b7c011a6d4 [2021-03-29T16:16:14.607Z] ---> db4d69c93f83 [2021-03-29T16:16:14.607Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T16:16:14.607Z] Removing intermediate container 292154f60a7c [2021-03-29T16:16:14.607Z] ---> a841995fd798 [2021-03-29T16:16:14.607Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:16:15.557Z] ---> Running in d6ec7188cbc2 [2021-03-29T16:16:15.557Z] Removing intermediate container 650b7f2f24ad [2021-03-29T16:16:15.557Z] ---> 25276bb7800a [2021-03-29T16:16:15.557Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T16:16:15.557Z] ---> Running in eb411f2e46a7 [2021-03-29T16:16:15.557Z] ---> Running in bc996d4f247e [2021-03-29T16:16:15.557Z] Removing intermediate container 5798885a42a2 [2021-03-29T16:16:15.557Z] ---> b0771019ce3c [2021-03-29T16:16:15.558Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:16:15.558Z] ---> Running in a759cc0cf59a [2021-03-29T16:16:15.558Z] ---> Running in 6176703ac027 [2021-03-29T16:16:15.821Z] Removing intermediate container d6ec7188cbc2 [2021-03-29T16:16:15.821Z] ---> 54e923e1f8e4 [2021-03-29T16:16:15.821Z] Step 13/21 : WORKDIR /edgex [2021-03-29T16:16:15.821Z] Removing intermediate container eb411f2e46a7 [2021-03-29T16:16:15.821Z] ---> 2082b2e53601 [2021-03-29T16:16:15.821Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T16:16:15.821Z] Removing intermediate container bc996d4f247e [2021-03-29T16:16:15.821Z] ---> fa48f379fda8 [2021-03-29T16:16:15.821Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T16:16:15.821Z] Removing intermediate container a759cc0cf59a [2021-03-29T16:16:15.821Z] ---> 6c624fa78710 [2021-03-29T16:16:15.821Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T16:16:16.093Z] Removing intermediate container 6176703ac027 [2021-03-29T16:16:16.093Z] ---> 0730dd928ba5 [2021-03-29T16:16:16.093Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T16:16:16.093Z] ---> Running in 82472de3eabb [2021-03-29T16:16:16.093Z] ---> Running in 567d35f8a6c9 [2021-03-29T16:16:16.093Z] ---> Running in a6e88367d11b [2021-03-29T16:16:16.093Z] ---> Running in 942e7e07ef59 [2021-03-29T16:16:16.093Z] ---> Running in b9b029000809 [2021-03-29T16:16:16.360Z] Removing intermediate container 82472de3eabb [2021-03-29T16:16:16.360Z] ---> 823b584563bd [2021-03-29T16:16:16.360Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T16:16:16.360Z] Removing intermediate container a6e88367d11b [2021-03-29T16:16:16.360Z] ---> 56948287ad48 [2021-03-29T16:16:16.360Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T16:16:16.624Z] Removing intermediate container b9b029000809 [2021-03-29T16:16:16.624Z] ---> e8c870aae0d6 [2021-03-29T16:16:16.624Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T16:16:16.624Z] Removing intermediate container 567d35f8a6c9 [2021-03-29T16:16:16.624Z] ---> ae4fd9435e01 [2021-03-29T16:16:16.624Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T16:16:16.886Z] Removing intermediate container 942e7e07ef59 [2021-03-29T16:16:16.886Z] ---> 5a0ab37ae88b [2021-03-29T16:16:16.886Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T16:16:16.886Z] ---> Running in 0997d391ce63 [2021-03-29T16:16:16.886Z] ---> Running in fd98c9ab3c4c [2021-03-29T16:16:16.886Z] ---> Running in fdfa3037861c [2021-03-29T16:16:17.151Z] ---> Running in 9fd953429e53 [2021-03-29T16:16:17.151Z] ---> 67eadc6dbeb3 [2021-03-29T16:16:17.151Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T16:16:17.421Z] Removing intermediate container fdfa3037861c [2021-03-29T16:16:17.421Z] ---> 0f2885a1ea51 [2021-03-29T16:16:17.421Z] Step 15/23 : WORKDIR / [2021-03-29T16:16:17.421Z] Removing intermediate container fd98c9ab3c4c [2021-03-29T16:16:17.421Z] ---> 5bc6212e08fb [2021-03-29T16:16:17.421Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:16:17.421Z] Removing intermediate container 9fd953429e53 [2021-03-29T16:16:17.421Z] ---> 3eb41bfce2b0 [2021-03-29T16:16:17.421Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:16:17.914Z] ---> Running in 5655f063b4bd [2021-03-29T16:16:17.914Z] ---> 5dd7254a4392 [2021-03-29T16:16:17.914Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T16:16:17.914Z] Removing intermediate container 5655f063b4bd [2021-03-29T16:16:17.914Z] ---> d8b3da09a21f [2021-03-29T16:16:17.914Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:16:18.298Z] ---> bdd2c967da55 [2021-03-29T16:16:18.298Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T16:16:18.298Z] ---> df78dac22c31 [2021-03-29T16:16:18.299Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T16:16:18.602Z] ---> eae8b92c8f14 [2021-03-29T16:16:18.602Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T16:16:18.602Z] ---> 067ce73985d9 [2021-03-29T16:16:18.602Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T16:16:18.602Z] ---> Running in 329723218e29 [2021-03-29T16:16:18.602Z] Removing intermediate container 0997d391ce63 [2021-03-29T16:16:18.602Z] ---> 738ced535caa [2021-03-29T16:16:18.602Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T16:16:18.937Z] ---> Running in e14f1010c465 [2021-03-29T16:16:18.937Z] ---> 0216469533b8 [2021-03-29T16:16:18.937Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T16:16:18.937Z] Removing intermediate container 329723218e29 [2021-03-29T16:16:18.937Z] ---> 7c5d722c8d5f [2021-03-29T16:16:18.937Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T16:16:19.219Z] ---> 07ad7f8cbb08 [2021-03-29T16:16:19.219Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T16:16:19.219Z] ---> Running in 64d21b7b10c9 [2021-03-29T16:16:19.482Z] Removing intermediate container e14f1010c465 [2021-03-29T16:16:19.482Z] ---> 6b1a3697ad1a [2021-03-29T16:16:19.482Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T16:16:19.482Z] ---> b878f50e12b4 [2021-03-29T16:16:19.482Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T16:16:19.746Z] ---> 0f4d9d37657b [2021-03-29T16:16:19.746Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T16:16:19.747Z] ---> 156d6422e5f7 [2021-03-29T16:16:19.747Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T16:16:19.747Z] Removing intermediate container 64d21b7b10c9 [2021-03-29T16:16:19.747Z] ---> e1c27b21c026 [2021-03-29T16:16:19.747Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T16:16:20.025Z] ---> a04e169a34e5 [2021-03-29T16:16:20.025Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T16:16:20.025Z] ---> Running in dcdbce3bd203 [2021-03-29T16:16:20.025Z] ---> Running in 2ca0abe49638 [2021-03-29T16:16:20.025Z] ---> Running in 68f3ffe59db6 [2021-03-29T16:16:20.025Z] ---> Running in 94ff7337437d [2021-03-29T16:16:20.025Z] ---> b75a8e734c24 [2021-03-29T16:16:20.025Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T16:16:20.289Z] ---> Running in 2c798b1053d1 [2021-03-29T16:16:20.559Z] Removing intermediate container dcdbce3bd203 [2021-03-29T16:16:20.559Z] ---> 625fd593c8f2 [2021-03-29T16:16:20.559Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:16:20.559Z] Removing intermediate container 2ca0abe49638 [2021-03-29T16:16:20.559Z] ---> 09620dad8f43 [2021-03-29T16:16:20.559Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:16:20.559Z] Removing intermediate container 68f3ffe59db6 [2021-03-29T16:16:20.559Z] ---> 3301fd49f1ee [2021-03-29T16:16:20.559Z] Step 20/21 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:16:20.559Z] ---> Running in e47155009cbb [2021-03-29T16:16:20.833Z] ---> Running in 08b9e53d2a8f [2021-03-29T16:16:20.833Z] Removing intermediate container 2c798b1053d1 [2021-03-29T16:16:20.833Z] ---> 51753542740f [2021-03-29T16:16:20.833Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:16:20.833Z] ---> Running in 8e8e5e1ad6b8 [2021-03-29T16:16:20.833Z] ---> Running in af515383af4c [2021-03-29T16:16:21.098Z] Removing intermediate container e47155009cbb [2021-03-29T16:16:21.098Z] ---> 699e3df4e018 [2021-03-29T16:16:21.098Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T16:16:21.098Z] Removing intermediate container 08b9e53d2a8f [2021-03-29T16:16:21.098Z] ---> 902fb297aee1 [2021-03-29T16:16:21.098Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T16:16:21.369Z] ---> Running in b1327261b984 [2021-03-29T16:16:21.369Z] Removing intermediate container 8e8e5e1ad6b8 [2021-03-29T16:16:21.369Z] ---> 36eaf45e9581 [2021-03-29T16:16:21.369Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T16:16:21.369Z] Removing intermediate container af515383af4c [2021-03-29T16:16:21.369Z] ---> 648deb242baa [2021-03-29T16:16:21.369Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T16:16:21.369Z] ---> Running in bd55c2c0cd13 [2021-03-29T16:16:21.633Z] ---> Running in d3effa60ccd7 [2021-03-29T16:16:21.633Z] ---> Running in d52270fb0beb [2021-03-29T16:16:21.633Z] Removing intermediate container b1327261b984 [2021-03-29T16:16:21.633Z] ---> 11e8e1508218 [2021-03-29T16:16:21.633Z] Step 21/22 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:16:21.899Z] Removing intermediate container bd55c2c0cd13 [2021-03-29T16:16:21.899Z] ---> 99f7b196b08d [2021-03-29T16:16:21.899Z] Step 21/22 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:16:21.899Z] ---> Running in fa6af1a323dd [2021-03-29T16:16:21.899Z] ---> Running in 0b414b85e23c [2021-03-29T16:16:22.171Z] Removing intermediate container d3effa60ccd7 [2021-03-29T16:16:22.171Z] ---> 0eb9660fad86 [2021-03-29T16:16:22.171Z] [2021-03-29T16:16:22.171Z] Removing intermediate container d52270fb0beb [2021-03-29T16:16:22.171Z] ---> e7ff67a5e77c [2021-03-29T16:16:22.171Z] Step 22/23 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:16:22.171Z] ---> Running in 8fbbde67dc7b [2021-03-29T16:16:22.443Z] Removing intermediate container 94ff7337437d [2021-03-29T16:16:22.443Z] ---> 20e46d6bb046 [2021-03-29T16:16:22.443Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:16:22.443Z] Successfully built 0eb9660fad86 [2021-03-29T16:16:23.023Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T16:16:23.023Z] Removing intermediate container fa6af1a323dd [2021-03-29T16:16:23.023Z] ---> 4b41f83e507a [2021-03-29T16:16:23.023Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T16:16:23.023Z] Building docker-sys-mgmt-agent-go [2021-03-29T16:16:23.023Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0b414b85e23c [2021-03-29T16:16:23.023Z] ---> 4fb7b22e6432 [2021-03-29T16:16:23.023Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T16:16:23.023Z] ---> Running in 91ba6683991f [2021-03-29T16:16:23.023Z] ---> Running in 05a11f851978 [2021-03-29T16:16:23.292Z] Removing intermediate container 8fbbde67dc7b [2021-03-29T16:16:23.292Z] ---> f359fdbde953 [2021-03-29T16:16:23.292Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:16:23.292Z] ---> a6d38d7381c4 [2021-03-29T16:16:23.292Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T16:16:23.292Z] ---> Running in 97e07f3fcfdb [2021-03-29T16:16:23.292Z] Removing intermediate container 91ba6683991f [2021-03-29T16:16:23.292Z] ---> 642585138b99 [2021-03-29T16:16:23.292Z] [2021-03-29T16:16:23.292Z] Removing intermediate container 05a11f851978 [2021-03-29T16:16:23.292Z] ---> 3c05cacfcfe4 [2021-03-29T16:16:23.292Z] [2021-03-29T16:16:23.882Z] Successfully built 3c05cacfcfe4 [2021-03-29T16:16:23.882Z] Removing intermediate container 97e07f3fcfdb [2021-03-29T16:16:23.882Z] ---> 92ae93804b98 [2021-03-29T16:16:23.882Z] [2021-03-29T16:16:23.882Z] Successfully built 642585138b99 [2021-03-29T16:16:23.882Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T16:16:23.882Z] Building docker-security-secretstore-setup-go [2021-03-29T16:16:23.882Z]  Building docker-support-notifications-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-03-29T16:16:23.882Z] Building docker-core-data-go [2021-03-29T16:16:24.147Z]  Building docker-support-scheduler-go ... done Successfully built 92ae93804b98 [2021-03-29T16:16:24.147Z] Successfully tagged docker-core-command-go:latest [2021-03-29T16:16:24.147Z] Building docker-core-metadata-go [2021-03-29T16:16:24.147Z]  Building docker-core-command-go ... done  ---> 9a9a9e222e71 [2021-03-29T16:16:24.147Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T16:16:24.422Z] ---> 39f655f42219 [2021-03-29T16:16:24.422Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T16:16:25.004Z] ---> 47625033f217 [2021-03-29T16:16:25.004Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T16:16:27.874Z] ---> 25b14086d438 [2021-03-29T16:16:27.874Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T16:16:28.148Z] ---> Running in 473ac4887195 [2021-03-29T16:16:29.108Z] Removing intermediate container 473ac4887195 [2021-03-29T16:16:29.108Z] ---> a8a75fbc50bd [2021-03-29T16:16:29.108Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T16:16:29.379Z] ---> d6c4f5e746e2 [2021-03-29T16:16:29.379Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T16:16:33.826Z] ---> Running in 5e2df15bc210 [2021-03-29T16:16:35.264Z] Removing intermediate container 5e2df15bc210 [2021-03-29T16:16:35.264Z] ---> f6db7ba8ed31 [2021-03-29T16:16:35.264Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T16:16:36.231Z] ---> Running in 375486e31a96 [2021-03-29T16:16:36.501Z] Removing intermediate container 375486e31a96 [2021-03-29T16:16:36.501Z] ---> 0f9daf57c52b [2021-03-29T16:16:36.501Z] Step 28/31 : CMD ["gate"] [2021-03-29T16:16:36.773Z] ---> Running in 7f8ccf9445fb [2021-03-29T16:16:37.037Z] Removing intermediate container 7f8ccf9445fb [2021-03-29T16:16:37.037Z] ---> 52cf84cde20c [2021-03-29T16:16:37.037Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T16:16:37.037Z] ---> Running in 71fd4716ddf2 [2021-03-29T16:16:37.305Z] Removing intermediate container 71fd4716ddf2 [2021-03-29T16:16:37.305Z] ---> 3301fc2ca198 [2021-03-29T16:16:37.305Z] Step 30/31 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:16:37.305Z] ---> Running in ad810411178f [2021-03-29T16:16:37.569Z] Removing intermediate container ad810411178f [2021-03-29T16:16:37.569Z] ---> d552e927462a [2021-03-29T16:16:37.569Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T16:16:37.834Z] ---> Running in 559de1c77f9a [2021-03-29T16:16:41.193Z] Removing intermediate container 559de1c77f9a [2021-03-29T16:16:41.193Z] ---> a25fa53beaee [2021-03-29T16:16:41.193Z] [2021-03-29T16:16:41.358Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T16:16:42.598Z] Successfully built a25fa53beaee [2021-03-29T16:16:42.598Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T16:16:44.914Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T16:16:53.246Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T16:16:53.246Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T16:16:54.332Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:16:54.332Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:16:54.332Z] ---> 92b8dce0d6c8 [2021-03-29T16:16:54.332Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T16:16:54.332Z] ---> Using cache [2021-03-29T16:16:54.332Z] ---> 2e31876d9788 [2021-03-29T16:16:54.332Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:16:54.333Z] ---> Using cache [2021-03-29T16:16:54.333Z] ---> c94085ef9ecc [2021-03-29T16:16:54.333Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T16:16:54.333Z] ---> Using cache [2021-03-29T16:16:54.333Z] ---> b3ced373cee1 [2021-03-29T16:16:54.333Z] Step 6/24 : COPY go.mod . [2021-03-29T16:16:54.333Z] ---> Using cache [2021-03-29T16:16:54.333Z] ---> a232df0f9694 [2021-03-29T16:16:54.333Z] Step 7/24 : RUN go mod download [2021-03-29T16:16:54.333Z] ---> Using cache [2021-03-29T16:16:54.333Z] ---> dabb80280c2e [2021-03-29T16:16:54.333Z] Step 8/24 : COPY . . [2021-03-29T16:16:54.333Z] ---> Using cache [2021-03-29T16:16:54.333Z] ---> a68f3f98d9da [2021-03-29T16:16:54.333Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T16:16:54.333Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:16:54.333Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:16:54.333Z] ---> 92b8dce0d6c8 [2021-03-29T16:16:54.333Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:16:54.333Z] ---> Using cache [2021-03-29T16:16:54.333Z] ---> 2e31876d9788 [2021-03-29T16:16:54.333Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:16:54.333Z] ---> Using cache [2021-03-29T16:16:54.333Z] ---> c94085ef9ecc [2021-03-29T16:16:54.333Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T16:16:54.929Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:16:54.929Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:16:54.929Z] ---> 92b8dce0d6c8 [2021-03-29T16:16:54.929Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:16:54.929Z] ---> Using cache [2021-03-29T16:16:54.929Z] ---> 2e31876d9788 [2021-03-29T16:16:54.929Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:16:54.929Z] ---> Using cache [2021-03-29T16:16:54.929Z] ---> c94085ef9ecc [2021-03-29T16:16:54.929Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:16:54.929Z] ---> Using cache [2021-03-29T16:16:54.929Z] ---> b3ced373cee1 [2021-03-29T16:16:54.929Z] Step 6/23 : COPY go.mod . [2021-03-29T16:16:54.929Z] ---> Using cache [2021-03-29T16:16:54.929Z] ---> a232df0f9694 [2021-03-29T16:16:54.929Z] Step 7/23 : RUN go mod download [2021-03-29T16:16:54.929Z] ---> Using cache [2021-03-29T16:16:54.929Z] ---> dabb80280c2e [2021-03-29T16:16:54.929Z] Step 8/23 : COPY . . [2021-03-29T16:16:54.929Z] ---> Using cache [2021-03-29T16:16:54.929Z] ---> a68f3f98d9da [2021-03-29T16:16:54.929Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T16:16:55.197Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:16:55.197Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:16:55.197Z] ---> 92b8dce0d6c8 [2021-03-29T16:16:55.197Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T16:16:55.197Z] ---> Using cache [2021-03-29T16:16:55.197Z] ---> 2e31876d9788 [2021-03-29T16:16:55.197Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:16:55.197Z] ---> Using cache [2021-03-29T16:16:55.197Z] ---> c94085ef9ecc [2021-03-29T16:16:55.197Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T16:16:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T16:16:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T16:16:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T16:16:55.891Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T16:16:56.166Z] ---> Running in 8122e7b604d0 [2021-03-29T16:16:56.166Z] ---> Running in e8dfe54ddf27 [2021-03-29T16:16:56.166Z] ---> Running in b48010d6a3fd [2021-03-29T16:16:56.166Z] ---> Running in c30108580386 [2021-03-29T16:16:57.575Z] 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 [2021-03-29T16:16:57.576Z] 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 [2021-03-29T16:16:57.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:57.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:58.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:58.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:16:59.165Z] OK: 233 MiB in 51 packages [2021-03-29T16:16:59.440Z] OK: 233 MiB in 51 packages [2021-03-29T16:17:00.218Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T16:17:00.218Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T16:17:02.137Z] Removing intermediate container e8dfe54ddf27 [2021-03-29T16:17:02.137Z] ---> 4642e3c248bf [2021-03-29T16:17:02.137Z] Step 6/23 : COPY go.mod . [2021-03-29T16:17:02.137Z] Removing intermediate container c30108580386 [2021-03-29T16:17:02.137Z] ---> d97c10af13be [2021-03-29T16:17:02.137Z] Step 6/26 : COPY go.mod . [2021-03-29T16:17:02.893Z] ---> 73610c6d37e0 [2021-03-29T16:17:02.893Z] Step 7/26 : RUN go mod download [2021-03-29T16:17:02.893Z] ---> e179b7557b08 [2021-03-29T16:17:02.893Z] Step 7/23 : RUN go mod download [2021-03-29T16:17:02.893Z] ---> Running in 530d08064f82 [2021-03-29T16:17:02.893Z] ---> Running in 9344842cb8ae [2021-03-29T16:17:06.584Z] Removing intermediate container 9344842cb8ae [2021-03-29T16:17:06.584Z] ---> d6da66db3925 [2021-03-29T16:17:06.584Z] Step 8/26 : COPY . . [2021-03-29T16:17:06.584Z] Removing intermediate container 530d08064f82 [2021-03-29T16:17:06.584Z] ---> 78ac82d9c764 [2021-03-29T16:17:06.584Z] Step 8/23 : COPY . . [2021-03-29T16:17:08.524Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T16:17:08.525Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T16:17:08.525Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T16:17:16.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.334s coverage: 45.9% of statements [2021-03-29T16:17:16.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T16:17:16.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T16:17:16.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T16:17:16.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T16:17:16.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T16:17:16.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T16:17:16.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.133s coverage: 19.8% of statements [2021-03-29T16:17:16.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.264s coverage: 100.0% of statements [2021-03-29T16:17:23.262Z] 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 [2021-03-29T16:17:23.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.557s coverage: 27.1% of statements [2021-03-29T16:17:23.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T16:17:23.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T16:17:23.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T16:17:23.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T16:17:23.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T16:17:23.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T16:17:23.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-03-29T16:17:23.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T16:17:23.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-03-29T16:17:23.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T16:17:23.661Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T16:17:25.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.326s coverage: 71.3% of statements [2021-03-29T16:17:25.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T16:17:25.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T16:17:27.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.593s coverage: 82.9% of statements [2021-03-29T16:17:27.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T16:17:27.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:17:27.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements [2021-03-29T16:17:27.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T16:17:35.791Z] ---> 78e39e95c47b [2021-03-29T16:17:35.792Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T16:17:36.059Z] ---> a4edf578d956 [2021-03-29T16:17:36.059Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T16:17:36.638Z] ---> Running in aa04ea54a71e [2021-03-29T16:17:36.906Z] ---> Running in a2f070e6e33c [2021-03-29T16:17:36.906Z] Removing intermediate container 8122e7b604d0 [2021-03-29T16:17:36.906Z] ---> 4b81eb105adf [2021-03-29T16:17:36.906Z] [2021-03-29T16:17:36.906Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T16:17:36.906Z] ---> 42cb162f0360 [2021-03-29T16:17:36.906Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T16:17:36.906Z] Removing intermediate container b48010d6a3fd [2021-03-29T16:17:36.906Z] ---> 32573a70496c [2021-03-29T16:17:36.906Z] [2021-03-29T16:17:36.906Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:17:36.906Z] ---> 42cb162f0360 [2021-03-29T16:17:36.906Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:17:36.906Z] ---> Using cache [2021-03-29T16:17:36.906Z] ---> a841995fd798 [2021-03-29T16:17:36.906Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:17:36.906Z] ---> Using cache [2021-03-29T16:17:36.906Z] ---> fa48f379fda8 [2021-03-29T16:17:36.906Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T16:17:37.182Z] ---> Running in 3d0349a36edc [2021-03-29T16:17:37.182Z] ---> Running in 667b2106acc1 [2021-03-29T16:17:37.466Z] Removing intermediate container 3d0349a36edc [2021-03-29T16:17:37.466Z] ---> d5bfd2e94847 [2021-03-29T16:17:37.466Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T16:17:37.466Z] ---> Running in 0d7d54352f20 [2021-03-29T16:17:37.744Z] Removing intermediate container 0d7d54352f20 [2021-03-29T16:17:37.744Z] ---> 1b870ae2e3f6 [2021-03-29T16:17:37.744Z] Step 15/23 : WORKDIR / [2021-03-29T16:17:38.032Z] 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 [2021-03-29T16:17:38.032Z] 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 [2021-03-29T16:17:38.032Z] ---> Running in 54fd8a98b915 [2021-03-29T16:17:38.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:17:38.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:17:38.302Z] Removing intermediate container 54fd8a98b915 [2021-03-29T16:17:38.302Z] ---> bba4a8395874 [2021-03-29T16:17:38.302Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:17:38.302Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T16:17:38.606Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:17:38.606Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T16:17:38.606Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T16:17:38.606Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T16:17:38.606Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T16:17:38.606Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:17:38.904Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:17:38.904Z] OK: 7 MiB in 20 packages [2021-03-29T16:17:38.904Z] ---> 8a2ef1c81b6e [2021-03-29T16:17:38.904Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T16:17:40.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.411s coverage: 28.6% of statements [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T16:17:40.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T16:17:40.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T16:17:40.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.347s coverage: 86.7% of statements [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T16:17:40.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.424s coverage: 97.5% of statements [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T16:17:40.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.149s coverage: 78.3% of statements [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T16:17:40.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T16:17:40.521Z] ---> d02c078866fd [2021-03-29T16:17:40.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T16:17:41.506Z] Removing intermediate container 667b2106acc1 [2021-03-29T16:17:41.507Z] ---> 927c855de53c [2021-03-29T16:17:41.507Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T16:17:41.776Z] ---> 264aca5c94bc [2021-03-29T16:17:41.776Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T16:17:41.777Z] ---> Running in 583c33038355 [2021-03-29T16:17:42.054Z] ---> Running in 0b7c6d2fd1f9 [2021-03-29T16:17:42.054Z] Removing intermediate container 583c33038355 [2021-03-29T16:17:42.054Z] ---> 197201a792d0 [2021-03-29T16:17:42.054Z] Step 13/24 : WORKDIR / [2021-03-29T16:17:42.054Z] ---> Running in b342efbb4642 [2021-03-29T16:17:42.366Z] Removing intermediate container 0b7c6d2fd1f9 [2021-03-29T16:17:42.366Z] ---> 40bdec8a5b3a [2021-03-29T16:17:42.366Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:17:42.366Z] ---> Running in ed3955da2dc1 [2021-03-29T16:17:42.646Z] Removing intermediate container b342efbb4642 [2021-03-29T16:17:42.646Z] ---> 9c0497cbe293 [2021-03-29T16:17:42.646Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-29T16:17:42.928Z] Removing intermediate container ed3955da2dc1 [2021-03-29T16:17:42.928Z] ---> 1f59471f5620 [2021-03-29T16:17:42.928Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T16:17:43.201Z] ---> Running in 100f5bb8f6ed [2021-03-29T16:17:43.201Z] ---> 530f18a7462a [2021-03-29T16:17:43.201Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-29T16:17:43.485Z] Removing intermediate container 100f5bb8f6ed [2021-03-29T16:17:43.485Z] ---> 263a06ab3a09 [2021-03-29T16:17:43.485Z] Step 22/23 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:17:43.485Z] ---> Running in 33298640c1e2 [2021-03-29T16:17:43.754Z] ---> 42a7e2b0f802 [2021-03-29T16:17:43.754Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T16:17:44.046Z] Removing intermediate container 33298640c1e2 [2021-03-29T16:17:44.046Z] ---> f059d3db0bad [2021-03-29T16:17:44.046Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:17:44.328Z] ---> Running in d5968299567b [2021-03-29T16:17:44.328Z] ---> c5a5c24e2aa7 [2021-03-29T16:17:44.328Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T16:17:44.614Z] Removing intermediate container d5968299567b [2021-03-29T16:17:44.614Z] ---> 1782896a1c6d [2021-03-29T16:17:44.614Z] [2021-03-29T16:17:44.893Z] Successfully built 1782896a1c6d [2021-03-29T16:17:44.893Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T16:17:45.165Z]  Building docker-core-metadata-go ... done  ---> e0d59a229867 [2021-03-29T16:17:45.165Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T16:17:47.142Z] ---> 23e8252c5cec [2021-03-29T16:17:47.142Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T16:17:47.142Z] ---> 171729a48849 [2021-03-29T16:17:47.142Z] 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/ [2021-03-29T16:17:47.421Z] ---> Running in 09bab1f32dc8 [2021-03-29T16:17:48.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.417s coverage: 92.8% of statements [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T16:17:48.414Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T16:17:48.414Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T16:17:48.414Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T16:17:48.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 47.1% of statements [2021-03-29T16:17:48.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.112s coverage: 79.5% of statements [2021-03-29T16:17:48.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-03-29T16:17:48.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements [2021-03-29T16:17:48.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-03-29T16:17:50.065Z] Removing intermediate container 09bab1f32dc8 [2021-03-29T16:17:50.065Z] ---> 8366596fbea7 [2021-03-29T16:17:50.065Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T16:17:50.341Z] ---> Running in 10fee54ed70b [2021-03-29T16:17:50.614Z] Removing intermediate container 10fee54ed70b [2021-03-29T16:17:50.614Z] ---> d1c99baf60af [2021-03-29T16:17:50.614Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T16:17:50.889Z] ---> Running in 85a8c9cca40a [2021-03-29T16:17:51.168Z] Removing intermediate container 85a8c9cca40a [2021-03-29T16:17:51.168Z] ---> e7f51f109e26 [2021-03-29T16:17:51.168Z] Step 23/24 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:17:51.447Z] ---> Running in e5f49bf5b9dd [2021-03-29T16:17:51.731Z] Removing intermediate container e5f49bf5b9dd [2021-03-29T16:17:51.731Z] ---> 9e3bf6645cc4 [2021-03-29T16:17:51.731Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T16:17:52.011Z] ---> Running in ce60e8629f1a [2021-03-29T16:17:52.281Z] Removing intermediate container ce60e8629f1a [2021-03-29T16:17:52.281Z] ---> bf440df6d693 [2021-03-29T16:17:52.281Z] [2021-03-29T16:17:52.555Z] Successfully built bf440df6d693 [2021-03-29T16:17:53.149Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T16:17:58.526Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a2f070e6e33c [2021-03-29T16:17:58.526Z] ---> 950d416334fa [2021-03-29T16:17:58.526Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T16:17:58.790Z] ---> Running in 09f06965b88e [2021-03-29T16:17:59.376Z] 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 [2021-03-29T16:18:00.784Z] Removing intermediate container 09f06965b88e [2021-03-29T16:18:00.784Z] ---> ac1415d0c4e3 [2021-03-29T16:18:00.784Z] [2021-03-29T16:18:00.784Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T16:18:00.784Z] 20.10.0: Pulling from library/docker [2021-03-29T16:18:00.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements [2021-03-29T16:18:00.833Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-03-29T16:18:04.124Z] Removing intermediate container aa04ea54a71e [2021-03-29T16:18:04.124Z] ---> 32aab31eb34b [2021-03-29T16:18:04.124Z] [2021-03-29T16:18:04.124Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:18:04.124Z] ---> 42cb162f0360 [2021-03-29T16:18:04.124Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T16:18:04.124Z] ---> Running in 0ab556f1b0ec [2021-03-29T16:18:04.388Z] Removing intermediate container 0ab556f1b0ec [2021-03-29T16:18:04.388Z] ---> f08412bfb601 [2021-03-29T16:18:04.388Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T16:18:04.651Z] ---> Running in 3f26a70fa1fa [2021-03-29T16:18:05.010Z] Removing intermediate container 3f26a70fa1fa [2021-03-29T16:18:05.010Z] ---> 90f84559ba04 [2021-03-29T16:18:05.010Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T16:18:05.010Z] ---> Running in 8be16ec25206 [2021-03-29T16:18:05.354Z] Removing intermediate container 8be16ec25206 [2021-03-29T16:18:05.354Z] ---> c219088c58a8 [2021-03-29T16:18:05.354Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:18:05.354Z] ---> Running in e374780be114 [2021-03-29T16:18:06.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.438s coverage: 82.6% of statements [2021-03-29T16:18:06.919Z] Removing intermediate container e374780be114 [2021-03-29T16:18:06.919Z] ---> 2a7f30970e13 [2021-03-29T16:18:06.919Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T16:18:07.272Z] ---> Running in 67b561727423 [2021-03-29T16:18:07.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:18:07.850Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T16:18:07.850Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T16:18:07.850Z] ---> aefe523efa57 [2021-03-29T16:18:07.850Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T16:18:08.114Z] ---> Running in 9639256a9892 [2021-03-29T16:18:08.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:18:08.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:18:08.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:18:08.992Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T16:18:08.992Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T16:18:08.992Z] Executing bash-5.0.17-r0.post-install [2021-03-29T16:18:08.992Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:18:08.992Z] OK: 12 MiB in 22 packages [2021-03-29T16:18:09.568Z] Removing intermediate container 9639256a9892 [2021-03-29T16:18:09.568Z] ---> 8a533de50731 [2021-03-29T16:18:09.568Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T16:18:09.839Z] ---> Running in 74b0441b4ff3 [2021-03-29T16:18:09.839Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T16:18:09.839Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T16:18:09.839Z] Removing intermediate container 74b0441b4ff3 [2021-03-29T16:18:09.839Z] ---> 3ffa91adefe4 [2021-03-29T16:18:09.839Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T16:18:10.131Z] ---> Running in 281fd8fe6a4f [2021-03-29T16:18:10.131Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T16:18:10.131Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T16:18:10.394Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T16:18:10.394Z] Removing intermediate container 281fd8fe6a4f [2021-03-29T16:18:10.394Z] ---> 694fc913f10f [2021-03-29T16:18:10.394Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T16:18:10.657Z] ---> Running in fb813acd1c22 [2021-03-29T16:18:10.657Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T16:18:10.657Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:18:10.657Z] OK: 8 MiB in 20 packages [2021-03-29T16:18:10.657Z] Removing intermediate container fb813acd1c22 [2021-03-29T16:18:10.657Z] ---> f7dd9e2022bc [2021-03-29T16:18:10.657Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T16:18:11.249Z] ---> ffab24ce2f78 [2021-03-29T16:18:11.249Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T16:18:11.249Z] Removing intermediate container 67b561727423 [2021-03-29T16:18:11.249Z] ---> b46857d994e3 [2021-03-29T16:18:11.249Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:18:11.512Z] ---> 2f680abc18b7 [2021-03-29T16:18:11.512Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T16:18:11.790Z] ---> 021d8b6168bc [2021-03-29T16:18:11.790Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T16:18:12.052Z] ---> bd958976a3b7 [2021-03-29T16:18:12.052Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T16:18:12.052Z] ---> Running in e44ccbe75465 [2021-03-29T16:18:12.317Z] ---> 5d1799dd135a [2021-03-29T16:18:12.317Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T16:18:12.902Z] ---> e44360e1109b [2021-03-29T16:18:12.902Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T16:18:12.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:18:12.902Z] ---> Running in 8115b23b3022 [2021-03-29T16:18:12.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:18:13.168Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T16:18:13.168Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T16:18:13.168Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T16:18:13.168Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T16:18:13.168Z] Removing intermediate container 8115b23b3022 [2021-03-29T16:18:13.168Z] ---> 1919613cfc71 [2021-03-29T16:18:13.168Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:18:13.168Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T16:18:13.168Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T16:18:13.168Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T16:18:13.168Z] ---> Running in fa236217ad72 [2021-03-29T16:18:15.731Z] Removing intermediate container fa236217ad72 [2021-03-29T16:18:15.731Z] ---> 9c5006b26c4c [2021-03-29T16:18:15.731Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.126s coverage: 92.9% of statements [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.229s coverage: 91.6% of statements [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.569s coverage: 64.4% of statements [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T16:18:16.453Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-03-29T16:18:16.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-03-29T16:18:17.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.120s coverage: 73.7% of statements [2021-03-29T16:18:17.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-03-29T16:18:17.662Z] ---> Running in b186d701e496 [2021-03-29T16:18:17.662Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T16:18:17.662Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T16:18:17.662Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T16:18:17.662Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T16:18:17.662Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T16:18:17.662Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T16:18:17.662Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T16:18:17.662Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T16:18:17.662Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T16:18:17.662Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T16:18:17.662Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T16:18:17.662Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T16:18:17.662Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T16:18:17.662Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T16:18:18.609Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T16:18:18.609Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T16:18:18.609Z] Removing intermediate container b186d701e496 [2021-03-29T16:18:18.609Z] ---> f34f2c6fab75 [2021-03-29T16:18:18.609Z] Step 22/23 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:18:18.609Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T16:18:18.609Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T16:18:18.609Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T16:18:18.873Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T16:18:18.873Z] ---> Running in 9ed1a2b5d64d [2021-03-29T16:18:18.873Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T16:18:18.873Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T16:18:18.873Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T16:18:18.873Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T16:18:18.873Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T16:18:18.873Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T16:18:19.139Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:18:19.140Z] OK: 71 MiB in 55 packages [2021-03-29T16:18:19.719Z] Removing intermediate container 9ed1a2b5d64d [2021-03-29T16:18:19.719Z] ---> 7860d59e868f [2021-03-29T16:18:19.719Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:18:19.971Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.806s coverage: 69.0% of statements [2021-03-29T16:18:19.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T16:18:19.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T16:18:19.971Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T16:18:19.984Z] ---> Running in 719695f2237b [2021-03-29T16:18:21.926Z] Removing intermediate container 719695f2237b [2021-03-29T16:18:21.926Z] ---> 0624c9f31a18 [2021-03-29T16:18:21.926Z] [2021-03-29T16:18:21.926Z] Successfully built 0624c9f31a18 [2021-03-29T16:18:21.926Z] Successfully tagged docker-core-data-go:latest [2021-03-29T16:18:21.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.367s coverage: 38.4% of statements [2021-03-29T16:18:21.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T16:18:21.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T16:18:21.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements [2021-03-29T16:18:21.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T16:18:21.969Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements [2021-03-29T16:18:25.244Z]  Building docker-core-data-go ... done Removing intermediate container e44ccbe75465 [2021-03-29T16:18:25.244Z] ---> bb9eaedd5050 [2021-03-29T16:18:25.244Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T16:18:25.244Z] ---> Running in b1c70bcd064a [2021-03-29T16:18:26.639Z] Collecting docker-compose==1.23.2 [2021-03-29T16:18:26.639Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T16:18:26.902Z] Collecting PyYAML<4,>=3.10 [2021-03-29T16:18:27.164Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T16:18:28.120Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T16:18:28.120Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T16:18:28.698Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T16:18:28.698Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T16:18:28.698Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T16:18:28.698Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T16:18:28.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.487s coverage: 47.0% of statements [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T16:18:28.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.106s coverage: 100.0% of statements [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T16:18:28.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T16:18:28.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.449s coverage: 87.1% of statements [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:18:28.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T16:18:28.971Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T16:18:28.971Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T16:18:29.570Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T16:18:29.570Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T16:18:29.570Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T16:18:29.570Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T16:18:29.570Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T16:18:29.570Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T16:18:29.570Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T16:18:30.178Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T16:18:30.178Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T16:18:30.454Z] Collecting idna<2.8,>=2.5 [2021-03-29T16:18:30.454Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T16:18:30.454Z] 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) [2021-03-29T16:18:30.454Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T16:18:30.454Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T16:18:30.454Z] 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) [2021-03-29T16:18:30.721Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T16:18:30.721Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T16:18:30.721Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T16:18:30.721Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T16:18:30.721Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T16:18:30.721Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T16:18:30.721Z] Installing collected packages: PyYAML, texttable, idna, urllib3, requests, jsonschema, dockerpty, websocket-client, docker-pycreds, docker, cached-property, docopt, docker-compose [2021-03-29T16:18:30.721Z] Running setup.py install for PyYAML: started [2021-03-29T16:18:31.326Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T16:18:31.326Z] Running setup.py install for texttable: started [2021-03-29T16:18:31.911Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T16:18:31.911Z] Attempting uninstall: idna [2021-03-29T16:18:31.911Z] Found existing installation: idna 2.9 [2021-03-29T16:18:31.911Z] Uninstalling idna-2.9: [2021-03-29T16:18:31.911Z] Successfully uninstalled idna-2.9 [2021-03-29T16:18:32.176Z] Attempting uninstall: urllib3 [2021-03-29T16:18:32.176Z] Found existing installation: urllib3 1.25.9 [2021-03-29T16:18:32.176Z] Uninstalling urllib3-1.25.9: [2021-03-29T16:18:32.176Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T16:18:32.448Z] Attempting uninstall: requests [2021-03-29T16:18:32.448Z] Found existing installation: requests 2.23.0 [2021-03-29T16:18:32.448Z] Uninstalling requests-2.23.0: [2021-03-29T16:18:32.448Z] Successfully uninstalled requests-2.23.0 [2021-03-29T16:18:32.716Z] Running setup.py install for dockerpty: started [2021-03-29T16:18:34.768Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T16:18:34.768Z] Running setup.py install for docopt: started [2021-03-29T16:18:34.768Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T16:18:34.768Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-29T16:18:37.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.389s coverage: 29.1% of statements [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T16:18:37.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T16:18:37.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T16:18:37.739Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.247s coverage: 94.0% of statements [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T16:18:37.739Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T16:18:37.739Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T16:18:37.739Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.114s coverage: 87.9% of statements [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T16:18:37.739Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T16:18:37.739Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-03-29T16:18:37.739Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-29T16:18:38.011Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-29T16:18:38.089Z] Removing intermediate container b1c70bcd064a [2021-03-29T16:18:38.089Z] ---> 2f1510c1b9b0 [2021-03-29T16:18:38.089Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T16:18:38.089Z] ---> Running in b2e41b2c0de5 [2021-03-29T16:18:38.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:18:38.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:18:38.670Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:18:38.670Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T16:18:38.670Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T16:18:38.670Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:18:38.670Z] OK: 72 MiB in 58 packages [2021-03-29T16:18:38.983Z] GO111MODULE=on go vet ./... [2021-03-29T16:18:39.250Z] Removing intermediate container b2e41b2c0de5 [2021-03-29T16:18:39.250Z] ---> e33161ff55e5 [2021-03-29T16:18:39.250Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T16:18:39.250Z] ---> Running in adb134ad03ca [2021-03-29T16:18:39.512Z] Removing intermediate container adb134ad03ca [2021-03-29T16:18:39.512Z] ---> e0b62c70d500 [2021-03-29T16:18:39.512Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:18:39.512Z] ---> Running in 94994281bf15 [2021-03-29T16:18:39.773Z] Removing intermediate container 94994281bf15 [2021-03-29T16:18:39.773Z] ---> 475ed3360cc6 [2021-03-29T16:18:39.773Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T16:18:39.773Z] ---> Running in 9ff3e96c1c67 [2021-03-29T16:18:40.035Z] Removing intermediate container 9ff3e96c1c67 [2021-03-29T16:18:40.035Z] ---> 1b9671051815 [2021-03-29T16:18:40.035Z] Step 25/26 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:18:40.035Z] ---> Running in 75507b057448 [2021-03-29T16:18:40.299Z] Removing intermediate container 75507b057448 [2021-03-29T16:18:40.299Z] ---> 6e6943adca54 [2021-03-29T16:18:40.299Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T16:18:40.299Z] ---> Running in 93c0b2db6e5d [2021-03-29T16:18:40.561Z] Removing intermediate container 93c0b2db6e5d [2021-03-29T16:18:40.561Z] ---> 365dfab84133 [2021-03-29T16:18:40.561Z] [2021-03-29T16:18:40.561Z] Successfully built 365dfab84133 [2021-03-29T16:18:40.827Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T16:18:41.124Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T16:18:41.177Z] $ docker stop --time=1 ddbbf8178a78bf702f31fb28bce2da6dd1324c48685866e32066ad305e8f5a9d [2021-03-29T16:18:43.162Z] $ docker rm -f ddbbf8178a78bf702f31fb28bce2da6dd1324c48685866e32066ad305e8f5a9d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T16:18:43.815Z] + docker images [2021-03-29T16:18:43.815Z] + grep docker [2021-03-29T16:18:44.079Z] docker-sys-mgmt-agent-go latest 365dfab84133 4 seconds ago 313MB [2021-03-29T16:18:44.079Z] docker-core-data-go latest 0624c9f31a18 24 seconds ago 22.7MB [2021-03-29T16:18:44.079Z] docker-security-secretstore-setup-go latest bf440df6d693 52 seconds ago 25MB [2021-03-29T16:18:44.079Z] docker-core-metadata-go latest 1782896a1c6d About a minute ago 19MB [2021-03-29T16:18:44.079Z] docker-security-bootstrapper-go latest a25fa53beaee 2 minutes ago 18.9MB [2021-03-29T16:18:44.079Z] docker-support-scheduler-go latest 642585138b99 2 minutes ago 17.4MB [2021-03-29T16:18:44.079Z] docker-support-notifications-go latest 3c05cacfcfe4 2 minutes ago 17.9MB [2021-03-29T16:18:44.079Z] docker-core-command-go latest 92ae93804b98 2 minutes ago 17.3MB [2021-03-29T16:18:44.079Z] docker-security-proxy-setup-go latest 0eb9660fad86 2 minutes ago 24.7MB [2021-03-29T16:18:44.079Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-29T16:19:00.205Z] Still waiting to schedule task [2021-03-29T16:19:00.205Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-31761’ [2021-03-29T16:20:00.849Z] gofmt -l . [2021-03-29T16:20:00.849Z] [ "`gofmt -l .`" = "" ] [2021-03-29T16:20:01.122Z] ./bin/test-go-mod-tidy.sh [2021-03-29T16:20:02.111Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T16:20:04.254Z] + ls -al . [2021-03-29T16:20:04.254Z] total 804 [2021-03-29T16:20:04.254Z] drwxrwxr-x 9 1001 1001 4096 Mar 29 16:20 . [2021-03-29T16:20:04.254Z] drwxr-xr-x 4 root root 4096 Mar 29 16:15 .. [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 16:13 .dockerignore [2021-03-29T16:20:04.254Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 16:13 .git [2021-03-29T16:20:04.254Z] drwxrwxr-x 3 1001 1001 4096 Mar 29 16:13 .github [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 16:13 .gitignore [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 16:13 .sonarcloud.properties [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:13 Attribution.txt [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:13 CONTRIBUTING.md [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 16:13 Dockerfile.build [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 16:13 Jenkinsfile [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:13 LICENSE [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:13 Makefile [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:13 README.md [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:13 SECURITY.md [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 16:09 VERSION [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:13 ZMQWindows.md [2021-03-29T16:20:04.254Z] drwxrwxr-x 2 1001 1001 4096 Mar 29 16:13 bin [2021-03-29T16:20:04.254Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 16:13 cmd [2021-03-29T16:20:04.254Z] -rw-r--r-- 1 root root 666212 Mar 29 16:18 coverage.out [2021-03-29T16:20:04.254Z] -rw-r--r-- 1 root root 1056 Mar 29 16:20 go.mod [2021-03-29T16:20:04.254Z] -rw-r--r-- 1 root root 22530 Mar 29 16:20 go.sum [2021-03-29T16:20:04.254Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 16:13 internal [2021-03-29T16:20:04.254Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 16:13 openapi [2021-03-29T16:20:04.254Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 16:13 snap [2021-03-29T16:20:04.254Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 16:13 version.go [Pipeline] sh [2021-03-29T16:20:04.951Z] + '[' -e coverage.out ] [2021-03-29T16:20:04.951Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T16:20:04.996Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T16:20:06.101Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T16:20:06.769Z] + make build [2021-03-29T16:20:06.769Z] 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 [2021-03-29T16:20:16.923Z] 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 [2021-03-29T16:20:43.790Z] 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 [2021-03-29T16:20:46.414Z] 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 [2021-03-29T16:20:51.798Z] 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 [2021-03-29T16:20:52.779Z] 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 [2021-03-29T16:20:58.180Z] 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 [2021-03-29T16:21:03.568Z] 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 [2021-03-29T16:21:07.865Z] 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 [2021-03-29T16:21:11.141Z] Running on prd-ubuntu18.04-docker-8c-8g-31763 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws [2021-03-29T16:21:11.275Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-03-29T16:21:12.181Z] 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 [2021-03-29T16:21:13.396Z] using credential edgex-jenkins-ssh [2021-03-29T16:21:13.463Z] Cloning the remote Git repository [2021-03-29T16:21:13.493Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:21:13.559Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-03-29T16:21:13.586Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:21:13.586Z] > git --version # timeout=10 [2021-03-29T16:21:13.594Z] > git --version # 'git version 2.17.1' [2021-03-29T16:21:13.594Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:21:13.616Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:21:15.576Z] 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 [2021-03-29T16:21:19.870Z] 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 [2021-03-29T16:21:20.707Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:21:20.713Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:21:20.726Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:21:20.737Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:21:20.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:21:20.742Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T16:21:21.242Z] Merging remotes/origin/master commit 04121680b1087f96ef009b594f8095f8f3b5fdf8 into PR head commit 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:21:21.379Z] Merge succeeded, producing 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:21:21.380Z] Checking out Revision 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 (PR-3314) [2021-03-29T16:21:21.268Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:21:21.276Z] > git checkout -f 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 # timeout=10 [2021-03-29T16:21:21.356Z] > git remote # timeout=10 [2021-03-29T16:21:21.364Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T16:21:21.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:21:21.379Z] > git merge 04121680b1087f96ef009b594f8095f8f3b5fdf8 # timeout=10 [2021-03-29T16:21:21.390Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T16:21:21.399Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:21:21.404Z] > git checkout -f 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 # timeout=10 [2021-03-29T16:21:25.073Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-03-29T16:21:25.121Z] > git --version # timeout=10 [2021-03-29T16:21:25.125Z] > git --version # 'git version 2.17.1' [2021-03-29T16:21:25.135Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:21:26.319Z] + echo snap-build.sh [2021-03-29T16:21:26.320Z] snap-build.sh [2021-03-29T16:21:26.320Z] + SNAP_BASE_DIR=. [2021-03-29T16:21:26.320Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-03-29T16:21:26.320Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-03-29T16:21:26.320Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-03-29T16:21:26.320Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-03-29T16:21:26.320Z] + cd /w/workspace/edgex-go/1 [2021-03-29T16:21:26.320Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-29T16:21:26.320Z] Reading package lists... [2021-03-29T16:21:26.320Z] Building dependency tree... [2021-03-29T16:21:26.320Z] Reading state information... [2021-03-29T16:21:26.584Z] The following packages were automatically installed and are no longer required: [2021-03-29T16:21:26.584Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-29T16:21:26.584Z] uidmap xdelta3 [2021-03-29T16:21:26.584Z] Use 'sudo apt autoremove' to remove them. [2021-03-29T16:21:26.584Z] The following packages will be REMOVED: [2021-03-29T16:21:26.584Z] lxd* lxd-client* [Pipeline] } [2021-03-29T16:21:26.591Z] $ docker stop --time=1 728f4e2e21267713158908302cea7b41c121551d5babddd1421b0e7d7c64987f [2021-03-29T16:21:26.847Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-29T16:21:26.847Z] After this operation, 31.7 MB disk space will be freed. [2021-03-29T16:21:27.909Z] (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.) [2021-03-29T16:21:27.909Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T16:21:28.855Z] Removing lxd dnsmasq configuration [2021-03-29T16:21:28.855Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T16:21:29.117Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-29T16:21:29.333Z] $ docker rm -f 728f4e2e21267713158908302cea7b41c121551d5babddd1421b0e7d7c64987f [2021-03-29T16:21:30.063Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-29T16:21:30.332Z] (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.) [2021-03-29T16:21:30.332Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:21:31.730Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-29T16:21:31.730Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-29T16:21:31.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:21:31.752Z] [2021-03-29T16:21:31.752Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:21:32.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:21:32.189Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T16:21:32.460Z] 29e5d40040c1: Pulling fs layer [2021-03-29T16:21:32.460Z] 1ce36da41761: Pulling fs layer [2021-03-29T16:21:32.460Z] 25b303627fd3: Pulling fs layer [2021-03-29T16:21:32.733Z] 29e5d40040c1: Verifying Checksum [2021-03-29T16:21:32.733Z] 29e5d40040c1: Download complete [2021-03-29T16:21:33.006Z] 1ce36da41761: Verifying Checksum [2021-03-29T16:21:33.006Z] 1ce36da41761: Download complete [2021-03-29T16:21:33.119Z] + sudo snap remove --purge lxd [2021-03-29T16:21:33.381Z] snap "lxd" is not installed [2021-03-29T16:21:33.381Z] + sudo groupadd --force --system lxd [2021-03-29T16:21:33.381Z] ++ whoami [2021-03-29T16:21:33.381Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-29T16:21:33.381Z] + newgrp - lxd [2021-03-29T16:21:33.381Z] + sudo snap install lxd [2021-03-29T16:21:33.603Z] 29e5d40040c1: Pull complete [2021-03-29T16:21:34.582Z] 1ce36da41761: Pull complete [2021-03-29T16:21:34.855Z] 25b303627fd3: Verifying Checksum [2021-03-29T16:21:34.855Z] 25b303627fd3: Download complete [2021-03-29T16:21:44.996Z] 25b303627fd3: Pull complete [2021-03-29T16:21:44.996Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T16:21:44.996Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:21:44.996Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-29T16:21:45.239Z] prd-ubuntu18.04-docker-arm64-4c-16g-31757 does not seem to be running inside a container [2021-03-29T16:21:45.311Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T16:21:45.675Z] 2021-03-29T16:21:42Z INFO Waiting for automatic snapd restart... [2021-03-29T16:21:48.201Z] $ docker top 839355a5175f5c4f7d39382ad3bf3ac40288c1e662be46a5d3d564f1f04f41aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:21:49.296Z] + docker-compose build --help [2021-03-29T16:21:49.296Z] + grep parallel [2021-03-29T16:21:52.666Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T16:21:52.981Z] $ docker stop --time=1 839355a5175f5c4f7d39382ad3bf3ac40288c1e662be46a5d3d564f1f04f41aa [2021-03-29T16:21:54.930Z] $ docker rm -f 839355a5175f5c4f7d39382ad3bf3ac40288c1e662be46a5d3d564f1f04f41aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:21:56.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:21:56.013Z] . [Pipeline] withDockerContainer [2021-03-29T16:21:56.301Z] prd-ubuntu18.04-docker-arm64-4c-16g-31757 does not seem to be running inside a container [2021-03-29T16:21:56.373Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T16:21:57.828Z] $ docker top 0f2e1cb8a6a0444106b37de2a995dfc623ef0751964248d2c1656d35e9df9443 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:21:58.919Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T16:22:00.610Z] lxd 4.12 from Canonical* installed [2021-03-29T16:22:00.610Z] + sudo lxd init --auto [2021-03-29T16:22:03.203Z] Building docker-core-command-go ... [2021-03-29T16:22:03.203Z] Building docker-core-data-go ... [2021-03-29T16:22:03.203Z] Building docker-core-metadata-go ... [2021-03-29T16:22:03.203Z] Building docker-security-bootstrapper-go ... [2021-03-29T16:22:03.203Z] Building docker-security-proxy-setup-go ... [2021-03-29T16:22:03.203Z] Building docker-security-secretstore-setup-go ... [2021-03-29T16:22:03.203Z] Building docker-support-notifications-go ... [2021-03-29T16:22:03.203Z] Building docker-support-scheduler-go ... [2021-03-29T16:22:03.203Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T16:22:03.203Z] Building docker-sys-mgmt-agent-go [2021-03-29T16:22:03.203Z] Building docker-security-proxy-setup-go [2021-03-29T16:22:03.203Z] Building docker-support-scheduler-go [2021-03-29T16:22:03.203Z] Building docker-core-metadata-go [2021-03-29T16:22:03.203Z] Building docker-security-bootstrapper-go [2021-03-29T16:22:10.625Z] + sudo snap install --classic snapcraft [2021-03-29T16:22:17.215Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T16:22:17.215Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-29T16:22:17.215Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-29T16:22:17.215Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T16:22:17.215Z] Dload Upload Total Spent Left Speed [2021-03-29T16:22:17.215Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 10112 0 --:--:-- --:--:-- --:--:-- 10112 [2021-03-29T16:22:17.215Z] 100 3325k 100 3325k 0 0 22.3M 0 --:--:-- --:--:-- --:--:-- 22.3M [2021-03-29T16:22:17.215Z] ./yq_linux_amd64 [2021-03-29T16:22:17.215Z] + sudo snapcraft prime --use-lxd [2021-03-29T16:22:18.171Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-29T16:22:18.171Z] 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: [2021-03-29T16:22:18.171Z] - README.md [2021-03-29T16:22:18.171Z] [2021-03-29T16:22:18.171Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T16:22:19.119Z] Launching a container. [2021-03-29T16:22:31.366Z] Waiting for container to be ready [2021-03-29T16:22:31.366Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-29T16:22:31.366Z] [2021-03-29T16:22:35.575Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-29T16:22:36.148Z] Waiting for network to be ready... [2021-03-29T16:22:36.409Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T16:22:36.409Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T16:22:36.982Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T16:22:36.982Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T16:22:36.982Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T16:22:37.244Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T16:22:37.506Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T16:22:37.506Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T16:22:37.506Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T16:22:37.506Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T16:22:37.506Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T16:22:37.506Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T16:22:37.506Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T16:22:37.506Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T16:22:37.506Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T16:22:37.506Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T16:22:37.506Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T16:22:37.506Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T16:22:37.768Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T16:22:37.768Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T16:22:38.028Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T16:22:38.028Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T16:22:38.028Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T16:22:38.028Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T16:22:38.028Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T16:22:38.028Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T16:22:38.028Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T16:22:40.578Z] Fetched 24.2 MB in 4s (5614 kB/s) [2021-03-29T16:22:41.520Z] Reading package lists... [2021-03-29T16:22:41.782Z] Reading package lists... [2021-03-29T16:22:42.044Z] Building dependency tree... [2021-03-29T16:22:42.044Z] Reading state information... [2021-03-29T16:22:42.044Z] The following additional packages will be installed: [2021-03-29T16:22:42.044Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T16:22:42.044Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T16:22:42.044Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T16:22:42.044Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-29T16:22:42.044Z] Suggested packages: [2021-03-29T16:22:42.044Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-29T16:22:42.044Z] Recommended packages: [2021-03-29T16:22:42.044Z] gnupg libsasl2-modules [2021-03-29T16:22:42.044Z] The following NEW packages will be installed: [2021-03-29T16:22:42.044Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T16:22:42.044Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T16:22:42.044Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T16:22:42.044Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-29T16:22:42.044Z] The following packages will be upgraded: [2021-03-29T16:22:42.044Z] gpg gpg-agent gpgconf libudev1 [2021-03-29T16:22:42.308Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-29T16:22:42.309Z] Need to get 3530 kB of archives. [2021-03-29T16:22:42.309Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-29T16:22:42.309Z] 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] [2021-03-29T16:22:42.309Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-29T16:22:42.309Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-29T16:22:42.309Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-29T16:22:42.309Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-29T16:22:42.571Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-29T16:22:43.147Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-29T16:22:43.147Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-29T16:22:43.147Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-29T16:22:43.147Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-29T16:22:43.147Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-29T16:22:43.147Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-29T16:22:43.147Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-29T16:22:43.147Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-29T16:22:43.147Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-29T16:22:43.147Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-29T16:22:43.147Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-29T16:22:43.147Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-29T16:22:43.147Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-29T16:22:43.147Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-29T16:22:43.147Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-29T16:22:43.147Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-29T16:22:43.408Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:22:43.408Z] Fetched 3530 kB in 1s (3385 kB/s) [2021-03-29T16:22:43.408Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T16:22:43.408Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:22:43.408Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:22:43.408Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-29T16:22:43.673Z] Selecting previously unselected package udev. [2021-03-29T16:22:43.673Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T16:22:43.673Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:22:43.673Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-29T16:22:43.935Z] Selecting previously unselected package libfuse2:amd64. [2021-03-29T16:22:43.935Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T16:22:43.935Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T16:22:43.935Z] Selecting previously unselected package fuse. [2021-03-29T16:22:43.935Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T16:22:44.201Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-29T16:22:44.201Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:22:44.201Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:22:44.201Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:22:44.201Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:22:44.463Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:22:44.463Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:22:44.463Z] Selecting previously unselected package libksba8:amd64. [2021-03-29T16:22:44.463Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-29T16:22:44.463Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-29T16:22:44.726Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-29T16:22:44.726Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:22:44.726Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:44.726Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-29T16:22:44.726Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:22:44.726Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:44.986Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-29T16:22:44.987Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:22:44.987Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:44.987Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-29T16:22:44.987Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:22:44.987Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:45.250Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-29T16:22:45.250Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:22:45.250Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:45.250Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-29T16:22:45.250Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:22:45.250Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:45.250Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-29T16:22:45.250Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:22:45.250Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:45.512Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-29T16:22:45.512Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:22:45.512Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:45.512Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-29T16:22:45.512Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:22:45.512Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:45.512Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-29T16:22:45.512Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T16:22:45.512Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:22:45.773Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-29T16:22:45.773Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T16:22:45.773Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:22:45.773Z] Selecting previously unselected package libldap-common. [2021-03-29T16:22:45.773Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-29T16:22:45.773Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:22:45.773Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-29T16:22:45.773Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-29T16:22:46.042Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:22:46.042Z] Selecting previously unselected package dirmngr. [2021-03-29T16:22:46.042Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:22:46.042Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T16:22:46.042Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:22:46.303Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-29T16:22:46.303Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T16:22:46.303Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:22:46.303Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:22:46.303Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-29T16:22:46.303Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:46.303Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-29T16:22:46.303Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:22:46.566Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-29T16:22:46.829Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-29T16:22:47.092Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:47.092Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-29T16:22:47.092Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-29T16:22:47.092Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-29T16:22:47.092Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:47.353Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:47.353Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:47.353Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:47.353Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:47.353Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:47.353Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:22:47.353Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:22:47.353Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T16:22:47.353Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:22:47.926Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-29T16:22:47.926Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-29T16:22:47.926Z] This means they are not meant to be enabled using systemctl. [2021-03-29T16:22:47.926Z] Possible reasons for having this kind of units are: [2021-03-29T16:22:47.926Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-29T16:22:47.926Z] .wants/ or .requires/ directory. [2021-03-29T16:22:47.926Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-29T16:22:47.926Z] a requirement dependency on it. [2021-03-29T16:22:47.926Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-29T16:22:47.926Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-29T16:22:47.926Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-29T16:22:47.926Z] instance name specified. [2021-03-29T16:22:48.189Z] Reading package lists... [2021-03-29T16:22:48.450Z] Building dependency tree... [2021-03-29T16:22:48.450Z] Reading state information... [2021-03-29T16:22:48.450Z] The following additional packages will be installed: [2021-03-29T16:22:48.450Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-29T16:22:48.450Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-29T16:22:48.450Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-29T16:22:48.450Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-29T16:22:48.450Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-29T16:22:48.450Z] Suggested packages: [2021-03-29T16:22:48.450Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-29T16:22:48.450Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-29T16:22:48.450Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-29T16:22:48.450Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-29T16:22:48.450Z] systemd-container policykit-1 [2021-03-29T16:22:48.450Z] Recommended packages: [2021-03-29T16:22:48.450Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-29T16:22:48.712Z] The following NEW packages will be installed: [2021-03-29T16:22:48.712Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-29T16:22:48.712Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-29T16:22:48.712Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-29T16:22:48.712Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-29T16:22:48.712Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-29T16:22:48.712Z] The following packages will be upgraded: [2021-03-29T16:22:48.712Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-29T16:22:48.713Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-29T16:22:48.713Z] Need to get 35.2 MB of archives. [2021-03-29T16:22:48.713Z] After this operation, 141 MB of additional disk space will be used. [2021-03-29T16:22:48.713Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-29T16:22:48.713Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-29T16:22:49.285Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-29T16:22:49.546Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-29T16:22:49.546Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-29T16:22:49.546Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-29T16:22:49.546Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-29T16:22:49.546Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-29T16:22:49.546Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-29T16:22:49.546Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-29T16:22:49.546Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-29T16:22:49.546Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-29T16:22:49.546Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-29T16:22:49.546Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-29T16:22:49.546Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-29T16:22:49.546Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-29T16:22:49.546Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-29T16:22:49.546Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-29T16:22:49.807Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-29T16:22:49.807Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-29T16:22:49.807Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-29T16:22:49.807Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-29T16:22:49.807Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-29T16:22:49.807Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-29T16:22:49.807Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-29T16:22:49.807Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-29T16:22:49.807Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-29T16:22:49.807Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-29T16:22:49.807Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-29T16:22:49.807Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-29T16:22:51.196Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:22:51.196Z] Fetched 35.2 MB in 2s (14.6 MB/s) [2021-03-29T16:22:51.196Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T16:22:51.196Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:22:51.457Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:22:52.028Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:22:52.028Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:22:52.292Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-29T16:22:52.292Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T16:22:52.292Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T16:22:52.292Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T16:22:52.557Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-29T16:22:52.557Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T16:22:52.557Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T16:22:52.557Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T16:22:53.131Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-29T16:22:53.131Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-29T16:22:53.391Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-29T16:22:53.391Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-29T16:22:53.391Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T16:22:53.391Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T16:22:53.654Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-29T16:22:53.654Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:22:53.654Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:22:53.915Z] Selecting previously unselected package libexpat1:amd64. [2021-03-29T16:22:53.915Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-29T16:22:53.915Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T16:22:53.915Z] Selecting previously unselected package python3.6-minimal. [2021-03-29T16:22:53.915Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:22:53.915Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:22:54.177Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T16:22:54.439Z] Checking for services that may need to be restarted...done. [2021-03-29T16:22:54.439Z] Checking for services that may need to be restarted...done. [2021-03-29T16:22:54.439Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:22:54.439Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T16:22:54.439Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:22:55.010Z] Selecting previously unselected package python3-minimal. [2021-03-29T16:22:55.010Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-29T16:22:55.010Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-29T16:22:55.010Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-29T16:22:55.010Z] Selecting previously unselected package mime-support. [2021-03-29T16:22:55.010Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-29T16:22:55.010Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-29T16:22:55.010Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-29T16:22:55.010Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-29T16:22:55.272Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T16:22:55.272Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-29T16:22:55.272Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:22:55.272Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:22:55.533Z] Selecting previously unselected package python3.6. [2021-03-29T16:22:55.533Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:22:55.533Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:22:55.533Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-29T16:22:55.533Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-29T16:22:55.533Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T16:22:55.533Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-29T16:22:55.794Z] Selecting previously unselected package python3. [2021-03-29T16:22:55.794Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-29T16:22:55.794Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-29T16:22:55.794Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-29T16:22:56.055Z] Selecting previously unselected package multiarch-support. [2021-03-29T16:22:56.055Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:22:56.055Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T16:22:56.055Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T16:22:56.056Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-29T16:22:56.056Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-29T16:22:56.056Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-29T16:22:56.056Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T16:22:56.317Z] Selecting previously unselected package libbsd0:amd64. [2021-03-29T16:22:56.317Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-29T16:22:56.317Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T16:22:56.317Z] Selecting previously unselected package sudo. [2021-03-29T16:22:56.317Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-29T16:22:56.317Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T16:22:56.581Z] Selecting previously unselected package apparmor. [2021-03-29T16:22:56.581Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T16:22:56.581Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-29T16:22:56.581Z] Selecting previously unselected package libedit2:amd64. [2021-03-29T16:22:56.581Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-29T16:22:56.581Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T16:22:56.843Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-29T16:22:56.843Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:22:56.843Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:22:56.843Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-29T16:22:56.843Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:22:56.843Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:22:57.106Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-29T16:22:57.106Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-29T16:22:57.106Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T16:22:57.106Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-29T16:22:57.106Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:22:57.106Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:22:57.366Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-29T16:22:57.366Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:22:57.366Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:22:57.366Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-29T16:22:57.366Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-29T16:22:57.366Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T16:22:57.629Z] Selecting previously unselected package openssh-client. [2021-03-29T16:22:57.629Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-29T16:22:57.629Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T16:22:57.629Z] Selecting previously unselected package squashfs-tools. [2021-03-29T16:22:57.899Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-29T16:22:57.899Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T16:22:57.899Z] Selecting previously unselected package snapd. [2021-03-29T16:22:57.899Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-29T16:22:57.899Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-29T16:22:59.820Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T16:22:59.820Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T16:23:00.092Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-29T16:23:00.092Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T16:23:00.092Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T16:23:00.092Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:23:00.092Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:23:00.092Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-29T16:23:00.092Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-29T16:23:01.038Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T16:23:01.038Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T16:23:01.038Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T16:23:01.038Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:23:01.038Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:23:01.300Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:23:01.874Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T16:23:02.446Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:23:02.446Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T16:23:02.707Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-29T16:23:02.707Z] running python rtupdate hooks for python3.6... [2021-03-29T16:23:02.707Z] running python post-rtupdate hooks for python3.6... [2021-03-29T16:23:02.707Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-29T16:23:04.103Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-29T16:23:04.103Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:23:04.364Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T16:23:04.364Z] Setting up snapd (2.48.3+18.04) ... [2021-03-29T16:23:04.951Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-29T16:23:04.951Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-29T16:23:05.215Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-29T16:23:05.215Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-29T16:23:05.476Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T16:23:05.476Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T16:23:05.739Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-29T16:23:06.000Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-29T16:23:06.000Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-29T16:23:06.264Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-29T16:23:06.264Z] /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' [2021-03-29T16:23:06.525Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:23:06.525Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T16:23:07.469Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T16:23:07.469Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T16:23:07.469Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T16:23:08.988Z] Reading package lists... [2021-03-29T16:23:08.988Z] Reading package lists... [2021-03-29T16:23:09.249Z] Building dependency tree... [2021-03-29T16:23:09.249Z] Reading state information... [2021-03-29T16:23:09.249Z] Calculating upgrade... [2021-03-29T16:23:09.510Z] The following packages will be upgraded: [2021-03-29T16:23:09.510Z] advancecomp base-files bash binutils binutils-common [2021-03-29T16:23:09.510Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-29T16:23:09.510Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-29T16:23:09.510Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-29T16:23:09.510Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-29T16:23:09.511Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-29T16:23:09.511Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-29T16:23:09.511Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-29T16:23:09.511Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-29T16:23:09.511Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-29T16:23:09.511Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-29T16:23:09.511Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-29T16:23:09.511Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-29T16:23:09.511Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-29T16:23:09.511Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-29T16:23:09.511Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T16:23:09.511Z] Need to get 63.8 MB of archives. [2021-03-29T16:23:09.511Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-29T16:23:09.511Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-29T16:23:09.771Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-29T16:23:09.771Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-29T16:23:09.771Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-29T16:23:09.771Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-29T16:23:09.771Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-29T16:23:09.771Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-29T16:23:09.771Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-29T16:23:09.771Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-29T16:23:09.771Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-29T16:23:09.771Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-29T16:23:09.771Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-29T16:23:09.771Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-29T16:23:09.771Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-29T16:23:09.771Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-29T16:23:09.771Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-29T16:23:09.771Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-29T16:23:09.771Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-29T16:23:09.771Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-29T16:23:09.771Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-29T16:23:09.771Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-29T16:23:09.771Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-29T16:23:09.771Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-29T16:23:09.771Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-29T16:23:09.771Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-29T16:23:09.771Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-29T16:23:09.771Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-29T16:23:09.771Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-29T16:23:09.772Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-29T16:23:09.772Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-29T16:23:09.772Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-29T16:23:09.772Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-29T16:23:10.032Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-29T16:23:10.032Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-29T16:23:10.032Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-29T16:23:10.032Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-29T16:23:10.032Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-29T16:23:10.032Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-29T16:23:10.032Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-29T16:23:10.032Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-29T16:23:10.032Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-29T16:23:10.032Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-29T16:23:10.032Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-29T16:23:10.032Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-29T16:23:10.032Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-29T16:23:10.032Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-29T16:23:10.032Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-29T16:23:10.032Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-29T16:23:10.032Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-29T16:23:10.032Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-29T16:23:10.032Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-29T16:23:10.032Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-29T16:23:10.032Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-29T16:23:10.032Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-29T16:23:10.032Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-29T16:23:10.291Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-29T16:23:10.291Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-29T16:23:10.291Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-29T16:23:10.291Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-29T16:23:10.553Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-29T16:23:10.553Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-29T16:23:10.553Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-29T16:23:10.553Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-29T16:23:10.553Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-29T16:23:10.553Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-29T16:23:10.814Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-29T16:23:10.814Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-29T16:23:10.814Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-29T16:23:10.814Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-29T16:23:10.814Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-29T16:23:10.814Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-29T16:23:10.814Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-29T16:23:10.814Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-29T16:23:10.814Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-29T16:23:10.814Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-29T16:23:11.075Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-29T16:23:11.075Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-29T16:23:11.075Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-29T16:23:11.075Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-29T16:23:11.075Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-29T16:23:11.075Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-29T16:23:11.075Z] 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] [2021-03-29T16:23:11.075Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-29T16:23:11.075Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-29T16:23:11.075Z] 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] [2021-03-29T16:23:11.075Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-29T16:23:11.075Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-29T16:23:11.075Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-29T16:23:11.336Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-29T16:23:11.336Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-29T16:23:11.336Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-29T16:23:11.336Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-29T16:23:11.336Z] 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] [2021-03-29T16:23:11.336Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-29T16:23:11.336Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-29T16:23:11.336Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-29T16:23:11.336Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-29T16:23:11.336Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-29T16:23:11.336Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-29T16:23:11.597Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:23:11.597Z] Fetched 63.8 MB in 2s (33.2 MB/s) [2021-03-29T16:23:11.597Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:11.597Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:23:11.598Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:23:12.173Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:23:12.173Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:23:12.435Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-29T16:23:12.435Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-29T16:23:13.381Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:13.381Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:23:13.644Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:13.644Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:23:13.644Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:13.645Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:23:13.908Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:13.908Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:23:13.908Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:13.908Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:23:14.170Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:14.170Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:23:14.170Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:14.170Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:23:14.437Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:14.437Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:23:14.437Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:14.437Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-29T16:23:14.437Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:14.699Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:23:14.699Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:14.699Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:23:14.699Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:14.699Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:23:14.960Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:14.960Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:23:14.960Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:15.221Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:23:15.221Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:23:15.483Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:23:15.758Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T16:23:16.019Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:23:16.019Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-29T16:23:16.019Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-29T16:23:16.019Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-29T16:23:16.019Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-29T16:23:16.327Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-29T16:23:16.327Z] Installing new version of config file /etc/issue ... [2021-03-29T16:23:16.327Z] Installing new version of config file /etc/issue.net ... [2021-03-29T16:23:16.327Z] Installing new version of config file /etc/lsb-release ... [2021-03-29T16:23:16.327Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-29T16:23:16.589Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-29T16:23:16.589Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-29T16:23:16.589Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-29T16:23:16.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:16.852Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-29T16:23:16.852Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-29T16:23:16.852Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-29T16:23:16.852Z] 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 [2021-03-29T16:23:17.114Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:17.114Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:23:17.114Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-29T16:23:17.114Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:23:17.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:17.375Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-29T16:23:17.375Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-29T16:23:17.375Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-29T16:23:17.375Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:17.375Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-29T16:23:17.636Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T16:23:17.636Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-29T16:23:17.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:17.899Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:23:17.899Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:23:17.899Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T16:23:17.899Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:17.899Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:23:18.162Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:23:18.162Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-29T16:23:18.162Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:18.162Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-29T16:23:18.162Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-29T16:23:18.423Z] Setting up grep (3.1-2build1) ... [2021-03-29T16:23:18.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:18.423Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T16:23:18.423Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T16:23:18.684Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-29T16:23:18.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:18.684Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:23:18.684Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:23:18.951Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-29T16:23:18.951Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:18.951Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T16:23:18.951Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:23:19.522Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T16:23:19.522Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:23:19.522Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T16:23:19.522Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:23:20.097Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-29T16:23:20.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:20.358Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-29T16:23:20.358Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:23:21.306Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T16:23:21.306Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T16:23:21.306Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T16:23:21.306Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T16:23:21.306Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T16:23:21.568Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:21.568Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-29T16:23:21.568Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-29T16:23:21.832Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-29T16:23:21.832Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:21.832Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:23:21.832Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:23:21.832Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:23:22.093Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:22.093Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:23:22.093Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:23:22.093Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:23:22.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:22.355Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:23:22.355Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:23:22.355Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:23:22.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:22.355Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:23:22.615Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:23:22.616Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:23:22.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:22.616Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:23:22.616Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:23:22.878Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:23:22.878Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:23:22.878Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T16:23:23.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:23.139Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:23:23.139Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:23:23.139Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T16:23:23.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:23.400Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:23:23.400Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:23:23.400Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:23:23.662Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:23.662Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:23:23.662Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:23:23.662Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:23:23.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:23.925Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:23:23.925Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:23:24.188Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:23:24.449Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-29T16:23:24.712Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-29T16:23:24.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:24.985Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:23:24.985Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:23:24.985Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:23:25.029Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:23:25.029Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:23:25.029Z] ---> e9eecd2963b4 [2021-03-29T16:23:25.029Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:23:25.029Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:23:25.029Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:23:25.029Z] ---> e9eecd2963b4 [2021-03-29T16:23:25.029Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:23:25.029Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:23:25.029Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:23:25.029Z] ---> e9eecd2963b4 [2021-03-29T16:23:25.029Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T16:23:25.029Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:23:25.029Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:23:25.029Z] ---> e9eecd2963b4 [2021-03-29T16:23:25.029Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T16:23:25.029Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:23:25.029Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:23:25.029Z] ---> e9eecd2963b4 [2021-03-29T16:23:25.029Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T16:23:25.029Z] ---> Running in ad924eef6e29 [2021-03-29T16:23:25.029Z] ---> Running in f6571a766fe7 [2021-03-29T16:23:25.029Z] ---> Running in 9e017b97a8ce [2021-03-29T16:23:25.029Z] ---> Running in 54d157275b4b [2021-03-29T16:23:25.029Z] ---> Running in a97cc65156f8 [2021-03-29T16:23:25.029Z] Removing intermediate container a97cc65156f8 [2021-03-29T16:23:25.029Z] ---> 97b2c0a891df [2021-03-29T16:23:25.029Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:23:25.029Z] Removing intermediate container 54d157275b4b [2021-03-29T16:23:25.029Z] ---> 107c6d242abf [2021-03-29T16:23:25.029Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:23:25.029Z] Removing intermediate container 9e017b97a8ce [2021-03-29T16:23:25.029Z] ---> baf50190da78 [2021-03-29T16:23:25.029Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:23:25.029Z] Removing intermediate container f6571a766fe7 [2021-03-29T16:23:25.029Z] ---> 2e323a75d71a [2021-03-29T16:23:25.029Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:23:25.029Z] Removing intermediate container ad924eef6e29 [2021-03-29T16:23:25.029Z] ---> 7db505baeb3e [2021-03-29T16:23:25.029Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:23:25.029Z] ---> Running in 17cd016cf125 [2021-03-29T16:23:25.029Z] ---> Running in 29c19e1efa9a [2021-03-29T16:23:25.029Z] ---> Running in 686b132735a6 [2021-03-29T16:23:25.029Z] ---> Running in 92131196f90b [2021-03-29T16:23:25.029Z] ---> Running in 2ea792d67124 [2021-03-29T16:23:25.029Z] Removing intermediate container 29c19e1efa9a [2021-03-29T16:23:25.029Z] ---> 3f861b70bbca [2021-03-29T16:23:25.029Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:23:25.029Z] ---> Running in ac46a3dafa64 [2021-03-29T16:23:25.029Z] Removing intermediate container 17cd016cf125 [2021-03-29T16:23:25.029Z] ---> 56f5dceaa60e [2021-03-29T16:23:25.029Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T16:23:25.029Z] Removing intermediate container 2ea792d67124 [2021-03-29T16:23:25.029Z] ---> 0870d5b478ea [2021-03-29T16:23:25.029Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T16:23:25.029Z] Removing intermediate container 686b132735a6 [2021-03-29T16:23:25.029Z] ---> b92db6a0ba48 [2021-03-29T16:23:25.029Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T16:23:25.029Z] ---> Running in f2f80988bc6a [2021-03-29T16:23:25.029Z] ---> Running in 428c5cead111 [2021-03-29T16:23:25.029Z] ---> Running in c89ecb8c9342 [2021-03-29T16:23:25.029Z] Removing intermediate container 92131196f90b [2021-03-29T16:23:25.029Z] ---> ac30e8912162 [2021-03-29T16:23:25.029Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T16:23:25.029Z] ---> Running in c151d8541b59 [2021-03-29T16:23:25.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:23:25.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:23:25.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:23:25.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:23:25.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:23:25.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:23:25.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:23:25.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:23:25.029Z] OK: 217 MiB in 51 packages [2021-03-29T16:23:25.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:23:25.029Z] OK: 217 MiB in 51 packages [2021-03-29T16:23:25.252Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:23:25.252Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-29T16:23:25.252Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:23:25.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:23:25.517Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-29T16:23:25.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:25.517Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-29T16:23:25.517Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-29T16:23:25.599Z] OK: 217 MiB in 51 packages [2021-03-29T16:23:25.599Z] OK: 217 MiB in 51 packages [2021-03-29T16:23:25.780Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-29T16:23:26.042Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:26.042Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-29T16:23:26.042Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T16:23:26.042Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-29T16:23:26.042Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:26.042Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-29T16:23:26.207Z] Removing intermediate container ac46a3dafa64 [2021-03-29T16:23:26.207Z] ---> 0dfde611d67d [2021-03-29T16:23:26.207Z] Step 6/23 : COPY go.mod . [2021-03-29T16:23:26.207Z] OK: 217 MiB in 51 packages [2021-03-29T16:23:26.304Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T16:23:26.304Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-29T16:23:26.569Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:26.569Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T16:23:26.569Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:23:26.569Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:23:26.812Z] Removing intermediate container f2f80988bc6a [2021-03-29T16:23:26.812Z] ---> 73ef1fc072db [2021-03-29T16:23:26.812Z] Step 6/21 : COPY go.mod . [2021-03-29T16:23:26.831Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:26.831Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T16:23:26.831Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:23:26.831Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:23:27.099Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:27.099Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T16:23:27.099Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:23:27.362Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:23:27.362Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:27.362Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:23:27.362Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:23:27.413Z] Removing intermediate container c89ecb8c9342 [2021-03-29T16:23:27.413Z] ---> 691fbe841fca [2021-03-29T16:23:27.413Z] Step 6/31 : COPY go.mod . [2021-03-29T16:23:27.413Z] ---> 386ee7044fad [2021-03-29T16:23:27.413Z] Step 7/23 : RUN go mod download [2021-03-29T16:23:27.624Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:23:27.624Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:23:27.624Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:23:27.624Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:23:27.685Z] Removing intermediate container c151d8541b59 [2021-03-29T16:23:27.685Z] ---> 23a791f27344 [2021-03-29T16:23:27.685Z] Step 6/26 : COPY go.mod . [2021-03-29T16:23:27.685Z] ---> Running in fb0a821d79fb [2021-03-29T16:23:27.886Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T16:23:27.886Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:27.886Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-29T16:23:27.886Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-29T16:23:27.958Z] Removing intermediate container 428c5cead111 [2021-03-29T16:23:27.958Z] ---> e8b543e8f777 [2021-03-29T16:23:27.958Z] Step 6/22 : COPY go.mod . [2021-03-29T16:23:27.958Z] ---> 3b581a600e62 [2021-03-29T16:23:27.958Z] Step 7/21 : RUN go mod download [2021-03-29T16:23:28.148Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-29T16:23:28.149Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:28.149Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-29T16:23:28.149Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:23:28.234Z] ---> Running in 2537f480e962 [2021-03-29T16:23:28.409Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:23:28.520Z] ---> a0dfd3a4704c [2021-03-29T16:23:28.520Z] Step 7/31 : RUN go mod download [2021-03-29T16:23:28.520Z] ---> 7c518b4d9ae3 [2021-03-29T16:23:28.520Z] Step 7/26 : RUN go mod download [2021-03-29T16:23:28.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:28.671Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:23:28.671Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:23:28.671Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T16:23:28.798Z] ---> Running in 992c8a82279c [2021-03-29T16:23:28.798Z] ---> Running in 4b8fe4981d8d [2021-03-29T16:23:28.933Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:28.933Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-29T16:23:28.933Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-29T16:23:28.933Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-29T16:23:29.210Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:29.210Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T16:23:29.210Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T16:23:29.399Z] ---> fc7461d8ecf4 [2021-03-29T16:23:29.399Z] Step 7/22 : RUN go mod download [2021-03-29T16:23:29.399Z] ---> Running in 3c0bd72c530a [2021-03-29T16:23:29.473Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-29T16:23:29.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:29.733Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:23:29.733Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:23:29.733Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-29T16:23:29.994Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:29.994Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-29T16:23:29.994Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-29T16:23:29.994Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-29T16:23:29.994Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:29.994Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-29T16:23:30.254Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-29T16:23:30.254Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-29T16:23:30.254Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:30.254Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-29T16:23:30.254Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-29T16:23:30.515Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-29T16:23:30.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:30.515Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-29T16:23:30.515Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-29T16:23:30.791Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-29T16:23:30.791Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:30.791Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T16:23:30.791Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-29T16:23:30.791Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-29T16:23:31.055Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:23:31.055Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-29T16:23:31.055Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-29T16:23:31.055Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-29T16:23:31.323Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-29T16:23:31.323Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T16:23:31.323Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T16:23:31.323Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T16:23:31.323Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T16:23:31.588Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T16:23:31.588Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T16:23:31.588Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-29T16:23:31.857Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-29T16:23:31.857Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T16:23:31.857Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-29T16:23:32.119Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T16:23:32.119Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-29T16:23:32.119Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-29T16:23:32.385Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-29T16:23:32.385Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-29T16:23:32.385Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-29T16:23:32.385Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-29T16:23:32.647Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-29T16:23:32.647Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-29T16:23:32.647Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-29T16:23:32.808Z] Removing intermediate container fb0a821d79fb [2021-03-29T16:23:32.809Z] ---> a18fd05637c4 [2021-03-29T16:23:32.809Z] Step 8/23 : COPY . . [2021-03-29T16:23:32.809Z] Removing intermediate container 2537f480e962 [2021-03-29T16:23:32.809Z] ---> a08154926482 [2021-03-29T16:23:32.809Z] Step 8/21 : COPY . . [2021-03-29T16:23:32.910Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-29T16:23:32.910Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-29T16:23:32.910Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-29T16:23:33.176Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-29T16:23:33.791Z] Removing intermediate container 992c8a82279c [2021-03-29T16:23:33.791Z] ---> 4c412d82b6e6 [2021-03-29T16:23:33.791Z] Step 8/31 : COPY . . [2021-03-29T16:23:34.122Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-29T16:23:34.122Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-29T16:23:34.122Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-29T16:23:34.122Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-29T16:23:34.384Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:23:34.384Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:23:34.399Z] Removing intermediate container 4b8fe4981d8d [2021-03-29T16:23:34.399Z] ---> 0deb9f8096dd [2021-03-29T16:23:34.399Z] Step 8/26 : COPY . . [2021-03-29T16:23:34.658Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:23:34.658Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:23:34.920Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:23:34.920Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:23:34.920Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:23:34.920Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:23:35.226Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:35.226Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:23:35.226Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:35.398Z] Removing intermediate container 3c0bd72c530a [2021-03-29T16:23:35.398Z] ---> 527899c56592 [2021-03-29T16:23:35.398Z] Step 8/22 : COPY . . [2021-03-29T16:23:35.498Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:23:35.498Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:35.498Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:23:35.766Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:35.766Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:23:36.488Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:36.488Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:23:37.522Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:37.522Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:23:38.095Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:38.095Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:23:38.669Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:38.669Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:23:39.612Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:23:39.612Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:23:39.612Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T16:23:39.612Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T16:23:39.612Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T16:23:39.612Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T16:23:39.873Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T16:23:39.873Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T16:23:40.133Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-29T16:23:40.133Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-29T16:23:40.133Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T16:23:40.133Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T16:23:40.394Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T16:23:40.394Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T16:23:40.394Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-29T16:23:40.394Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-29T16:23:40.654Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:40.654Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T16:23:40.654Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:40.654Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:40.654Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:40.654Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-29T16:23:40.654Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-29T16:23:40.654Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-29T16:23:40.915Z] [2021-03-29T16:23:40.915Z] Current default time zone: 'Etc/UTC' [2021-03-29T16:23:40.915Z] Local time is now: Mon Mar 29 16:23:40 UTC 2021. [2021-03-29T16:23:40.915Z] Universal Time is now: Mon Mar 29 16:23:40 UTC 2021. [2021-03-29T16:23:40.915Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-29T16:23:40.915Z] [2021-03-29T16:23:40.915Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-29T16:23:40.915Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:40.915Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-29T16:23:40.915Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:23:41.190Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-29T16:23:41.190Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-29T16:23:41.190Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-29T16:23:41.190Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-29T16:23:41.190Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-29T16:23:41.190Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T16:23:41.190Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:41.190Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-29T16:23:41.453Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:23:41.453Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:23:41.715Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:41.715Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-29T16:23:41.715Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-29T16:23:41.715Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-29T16:23:41.715Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T16:23:41.715Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-29T16:23:41.715Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-29T16:23:41.715Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:23:41.715Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-29T16:23:43.629Z] Updating certificates in /etc/ssl/certs... [2021-03-29T16:23:44.571Z] 23 added, 27 removed; done. [2021-03-29T16:23:44.572Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T16:23:44.832Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:23:44.832Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-29T16:23:44.833Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-29T16:23:44.833Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-29T16:23:44.833Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:23:44.833Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:23:44.833Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:23:44.833Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:23:44.833Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:23:45.094Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:23:45.095Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:23:45.095Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-29T16:23:45.095Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:23:45.095Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-29T16:23:45.095Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-29T16:23:45.095Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:23:45.095Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:23:45.355Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:23:45.356Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-29T16:23:45.356Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-29T16:23:45.356Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-29T16:23:45.356Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:23:45.356Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T16:23:45.616Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-29T16:23:45.616Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-29T16:23:45.616Z] Updating certificates in /etc/ssl/certs... [2021-03-29T16:23:46.189Z] 0 added, 0 removed; done. [2021-03-29T16:23:46.189Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-29T16:23:46.189Z] done. [2021-03-29T16:23:46.761Z] Reading package lists... [2021-03-29T16:23:46.761Z] Building dependency tree... [2021-03-29T16:23:46.761Z] Reading state information... [2021-03-29T16:23:47.027Z] The following NEW packages will be installed: [2021-03-29T16:23:47.027Z] apt-transport-https [2021-03-29T16:23:47.289Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T16:23:47.289Z] Need to get 1696 B of archives. [2021-03-29T16:23:47.289Z] After this operation, 153 kB of additional disk space will be used. [2021-03-29T16:23:47.289Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-29T16:23:47.289Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:23:47.289Z] Fetched 1696 B in 0s (9454 B/s) [2021-03-29T16:23:47.289Z] Selecting previously unselected package apt-transport-https. [2021-03-29T16:23:47.289Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-29T16:23:47.289Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-29T16:23:47.289Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T16:23:47.551Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T16:23:47.816Z] Waiting for network to be ready... [2021-03-29T16:23:53.105Z] 2021-03-29T16:23:51Z INFO Waiting for automatic snapd restart... [2021-03-29T16:23:54.052Z] snapd 2.49.1 from Canonical* installed [2021-03-29T16:23:54.998Z] "snapd" switched to the "latest/stable" channel [2021-03-29T16:23:54.998Z] [2021-03-29T16:23:58.300Z] core18 20210128 from Canonical* installed [2021-03-29T16:23:58.300Z] "core18" switched to the "latest/stable" channel [2021-03-29T16:23:58.300Z] [2021-03-29T16:24:01.605Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T16:24:01.605Z] "snapcraft" switched to the "latest/stable" channel [2021-03-29T16:24:01.605Z] [2021-03-29T16:24:02.227Z] ---> 9f480a2f03bd [2021-03-29T16:24:02.228Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T16:24:02.228Z] ---> 64e92012eb60 [2021-03-29T16:24:02.228Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T16:24:02.228Z] ---> 9fc9dcd6ea5a [2021-03-29T16:24:02.228Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T16:24:02.228Z] ---> 2bdb42b3ae6c [2021-03-29T16:24:02.228Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T16:24:02.228Z] ---> Running in 3097d96a75f1 [2021-03-29T16:24:02.228Z] ---> Running in 80a1c8691339 [2021-03-29T16:24:02.228Z] ---> Running in 298cfbdd048a [2021-03-29T16:24:02.228Z] ---> 7caa28b69929 [2021-03-29T16:24:02.228Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T16:24:02.228Z] ---> Running in 27ef49a9fe6f [2021-03-29T16:24:02.228Z] ---> Running in 0422f82d3511 [2021-03-29T16:24:02.228Z] 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 [2021-03-29T16:24:02.228Z] 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 [2021-03-29T16:24:02.228Z] 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 [2021-03-29T16:24:02.228Z] 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 [2021-03-29T16:24:02.228Z] 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 [2021-03-29T16:24:04.909Z] 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: [2021-03-29T16:24:04.909Z] - README.md [2021-03-29T16:24:04.909Z] [2021-03-29T16:24:04.909Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T16:24:11.496Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:24:11.496Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T16:24:11.496Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T16:24:11.758Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T16:24:12.962Z] Reading package lists... [2021-03-29T16:24:13.534Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-29T16:24:20.136Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:24:20.136Z] Reading package lists... [2021-03-29T16:24:20.136Z] Building dependency tree... [2021-03-29T16:24:20.136Z] Reading state information... [2021-03-29T16:24:20.136Z] Suggested packages: [2021-03-29T16:24:20.136Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-29T16:24:20.136Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-29T16:24:20.136Z] Recommended packages: [2021-03-29T16:24:20.136Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-29T16:24:20.136Z] The following NEW packages will be installed: [2021-03-29T16:24:20.136Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-29T16:24:20.136Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-29T16:24:20.136Z] pkg-config zip [2021-03-29T16:24:20.136Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T16:24:20.136Z] Need to get 7657 kB of archives. [2021-03-29T16:24:20.136Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-29T16:24:20.136Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-29T16:24:20.136Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-29T16:24:20.136Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-29T16:24:20.397Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-29T16:24:20.397Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-29T16:24:20.397Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-29T16:24:20.658Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-29T16:24:20.658Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-29T16:24:20.658Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-29T16:24:20.658Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-29T16:24:20.658Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-29T16:24:20.658Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-29T16:24:20.920Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-29T16:24:20.921Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-29T16:24:20.921Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-29T16:24:21.184Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:24:21.184Z] Fetched 7657 kB in 1s (6722 kB/s) [2021-03-29T16:24:21.184Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-29T16:24:21.184Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-29T16:24:21.184Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-29T16:24:21.184Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T16:24:21.445Z] Selecting previously unselected package libpsl5:amd64. [2021-03-29T16:24:21.445Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-29T16:24:21.445Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T16:24:21.445Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-29T16:24:21.445Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-29T16:24:21.445Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T16:24:21.710Z] Selecting previously unselected package librtmp1:amd64. [2021-03-29T16:24:21.710Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-29T16:24:21.710Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T16:24:21.710Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-29T16:24:21.710Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-29T16:24:21.710Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T16:24:21.710Z] Selecting previously unselected package liberror-perl. [2021-03-29T16:24:21.710Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-29T16:24:21.710Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-29T16:24:21.972Z] Selecting previously unselected package git-man. [2021-03-29T16:24:21.972Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-29T16:24:21.972Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:24:21.972Z] Selecting previously unselected package git. [2021-03-29T16:24:21.972Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-29T16:24:22.233Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:24:22.805Z] Selecting previously unselected package libnorm1:amd64. [2021-03-29T16:24:22.805Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-29T16:24:22.805Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T16:24:23.069Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-29T16:24:23.069Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-29T16:24:23.069Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T16:24:23.069Z] Selecting previously unselected package libsodium23:amd64. [2021-03-29T16:24:23.069Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-29T16:24:23.069Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-29T16:24:23.333Z] Selecting previously unselected package libzmq5:amd64. [2021-03-29T16:24:23.333Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T16:24:23.333Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:24:23.333Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-29T16:24:23.333Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T16:24:23.333Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:24:23.593Z] Selecting previously unselected package pkg-config. [2021-03-29T16:24:23.593Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-29T16:24:23.593Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T16:24:23.593Z] Selecting previously unselected package zip. [2021-03-29T16:24:23.593Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-29T16:24:23.593Z] Unpacking zip (3.0-11build1) ... [2021-03-29T16:24:23.854Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T16:24:23.854Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:24:23.854Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T16:24:23.854Z] Setting up liberror-perl (0.17025-1) ... [2021-03-29T16:24:23.854Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T16:24:23.854Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T16:24:24.120Z] No schema files found: doing nothing. [2021-03-29T16:24:24.120Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T16:24:24.120Z] Setting up zip (3.0-11build1) ... [2021-03-29T16:24:24.120Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T16:24:24.120Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-29T16:24:24.120Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T16:24:24.120Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:24:24.120Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T16:24:24.382Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:24:24.382Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:24:24.382Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:24:30.975Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:24:30.976Z] git set to automatically installed. [2021-03-29T16:24:30.976Z] git-man set to automatically installed. [2021-03-29T16:24:30.976Z] libcurl3-gnutls set to automatically installed. [2021-03-29T16:24:30.976Z] liberror-perl set to automatically installed. [2021-03-29T16:24:30.976Z] libglib2.0-0 set to automatically installed. [2021-03-29T16:24:30.976Z] libnghttp2-14 set to automatically installed. [2021-03-29T16:24:30.976Z] libnorm1 set to automatically installed. [2021-03-29T16:24:30.976Z] libpgm-5.2-0 set to automatically installed. [2021-03-29T16:24:30.976Z] libpsl5 set to automatically installed. [2021-03-29T16:24:30.976Z] librtmp1 set to automatically installed. [2021-03-29T16:24:30.976Z] libsodium23 set to automatically installed. [2021-03-29T16:24:30.976Z] libzmq3-dev set to automatically installed. [2021-03-29T16:24:30.976Z] libzmq5 set to automatically installed. [2021-03-29T16:24:30.976Z] pkg-config set to automatically installed. [2021-03-29T16:24:30.976Z] zip set to automatically installed. [2021-03-29T16:24:32.366Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T16:24:38.957Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:24:38.957Z] error: cannot refresh "core18": unexpectedly empty response from the server [2021-03-29T16:24:38.957Z] (try again later) [2021-03-29T16:24:38.957Z] Error while refreshing snap 'core18' to channel 'latest/stable' [2021-03-29T16:24:38.957Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T16:24:42.196Z] Failed in branch amd64 [2021-03-29T16:25:39.068Z] 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 [2021-03-29T16:25:46.063Z] Removing intermediate container 3097d96a75f1 [2021-03-29T16:25:46.063Z] ---> 54eaedf4ad23 [2021-03-29T16:25:46.063Z] [2021-03-29T16:25:46.063Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T16:25:46.063Z] 3.12: Pulling from library/alpine [2021-03-29T16:25:46.063Z] Removing intermediate container 0422f82d3511 [2021-03-29T16:25:46.063Z] ---> 7a0a08450d1f [2021-03-29T16:25:46.063Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T16:25:46.063Z] ---> Running in 627a2bfbe616 [2021-03-29T16:25:48.064Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T16:25:48.064Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T16:25:48.064Z] ---> e47305ac9786 [2021-03-29T16:25:48.064Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T16:25:48.345Z] ---> Running in fb8cc644c0ab [2021-03-29T16:25:48.626Z] 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 [2021-03-29T16:25:51.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:25:51.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:25:51.287Z] Removing intermediate container 80a1c8691339 [2021-03-29T16:25:51.287Z] ---> 463365e5a456 [2021-03-29T16:25:51.287Z] [2021-03-29T16:25:51.287Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T16:25:51.287Z] ---> e47305ac9786 [2021-03-29T16:25:51.287Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T16:25:51.563Z] ---> Running in 0e55b684d1b5 [2021-03-29T16:25:51.838Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T16:25:51.838Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:25:51.838Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T16:25:51.838Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T16:25:51.838Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:25:52.111Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:25:52.388Z] OK: 7 MiB in 18 packages [2021-03-29T16:25:52.388Z] Removing intermediate container 0e55b684d1b5 [2021-03-29T16:25:52.388Z] ---> ed8a844a0532 [2021-03-29T16:25:52.388Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T16:25:52.667Z] ---> Running in f60894a808fc [2021-03-29T16:25:55.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:25:55.315Z] Removing intermediate container 627a2bfbe616 [2021-03-29T16:25:55.315Z] ---> 9dcfd92d60b2 [2021-03-29T16:25:55.315Z] [2021-03-29T16:25:55.315Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T16:25:55.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:25:55.315Z] Removing intermediate container fb8cc644c0ab [2021-03-29T16:25:55.315Z] ---> aecc359f064f [2021-03-29T16:25:55.315Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T16:25:55.315Z] 20.10.0: Pulling from library/docker [2021-03-29T16:25:55.591Z] ---> Running in 8da1f3f61b47 [2021-03-29T16:25:55.591Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T16:25:55.591Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T16:25:55.591Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:25:55.869Z] OK: 5 MiB in 16 packages [2021-03-29T16:25:57.848Z] Removing intermediate container 8da1f3f61b47 [2021-03-29T16:25:57.848Z] ---> ecae8b09019c [2021-03-29T16:25:57.848Z] Step 13/21 : WORKDIR /edgex [2021-03-29T16:25:58.446Z] ---> Running in 50233c54073c [2021-03-29T16:25:58.717Z] Removing intermediate container f60894a808fc [2021-03-29T16:25:58.718Z] ---> aff0305426d9 [2021-03-29T16:25:58.718Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T16:25:59.314Z] ---> Running in 8da8f2d04cd6 [2021-03-29T16:25:59.590Z] Removing intermediate container 50233c54073c [2021-03-29T16:25:59.590Z] ---> ca4d070a86f6 [2021-03-29T16:25:59.590Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T16:25:59.866Z] Removing intermediate container 27ef49a9fe6f [2021-03-29T16:25:59.866Z] ---> 068dc913521c [2021-03-29T16:25:59.866Z] [2021-03-29T16:25:59.866Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T16:25:59.866Z] ---> e47305ac9786 [2021-03-29T16:25:59.866Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:25:59.866Z] Removing intermediate container 8da8f2d04cd6 [2021-03-29T16:25:59.866Z] ---> 8949ede6894a [2021-03-29T16:25:59.866Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T16:26:00.458Z] ---> Running in c278189f1c32 [2021-03-29T16:26:00.458Z] ---> Running in 9d062ca90e8d [2021-03-29T16:26:01.063Z] ---> 561395220196 [2021-03-29T16:26:01.063Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T16:26:01.341Z] Removing intermediate container 9d062ca90e8d [2021-03-29T16:26:01.341Z] ---> 5b0eee7822ab [2021-03-29T16:26:01.341Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T16:26:01.981Z] ---> Running in 2702ef783f61 [2021-03-29T16:26:02.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:02.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:03.183Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T16:26:03.183Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:26:03.183Z] OK: 5 MiB in 15 packages [2021-03-29T16:26:03.183Z] ---> 6718ae22d665 [2021-03-29T16:26:03.183Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T16:26:05.822Z] Removing intermediate container c278189f1c32 [2021-03-29T16:26:05.822Z] ---> f9d57a640bf8 [2021-03-29T16:26:05.822Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:26:06.099Z] ---> db8641a2ab48 [2021-03-29T16:26:06.099Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T16:26:06.099Z] ---> Running in 36c1142e77b5 [2021-03-29T16:26:06.099Z] Removing intermediate container 2702ef783f61 [2021-03-29T16:26:06.099Z] ---> bf611524dcab [2021-03-29T16:26:06.099Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T16:26:06.370Z] ---> Running in 5dc266d140ed [2021-03-29T16:26:06.370Z] ---> Running in 9ac964dcfa5b [2021-03-29T16:26:06.973Z] Removing intermediate container 36c1142e77b5 [2021-03-29T16:26:06.973Z] ---> 2a02ad70d958 [2021-03-29T16:26:06.973Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T16:26:07.247Z] Removing intermediate container 298cfbdd048a [2021-03-29T16:26:07.247Z] ---> 686d9c98d5fb [2021-03-29T16:26:07.247Z] [2021-03-29T16:26:07.247Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:26:07.247Z] ---> e47305ac9786 [2021-03-29T16:26:07.247Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:26:07.247Z] ---> Using cache [2021-03-29T16:26:07.247Z] ---> f9d57a640bf8 [2021-03-29T16:26:07.247Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:26:07.247Z] ---> Using cache [2021-03-29T16:26:07.247Z] ---> 2a02ad70d958 [2021-03-29T16:26:07.247Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T16:26:07.522Z] ---> Running in 3420833f35dc [2021-03-29T16:26:07.797Z] ---> Running in 2c27e525ad89 [2021-03-29T16:26:07.797Z] Removing intermediate container 9ac964dcfa5b [2021-03-29T16:26:07.797Z] ---> 87c5419ed519 [2021-03-29T16:26:07.797Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T16:26:07.797Z] Removing intermediate container 5dc266d140ed [2021-03-29T16:26:07.797Z] ---> 4431c2a05b5d [2021-03-29T16:26:07.797Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T16:26:08.403Z] ---> Running in 6f777f3655c5 [2021-03-29T16:26:08.676Z] Removing intermediate container 3420833f35dc [2021-03-29T16:26:08.676Z] ---> 8c63b27569a5 [2021-03-29T16:26:08.676Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T16:26:08.952Z] Removing intermediate container 2c27e525ad89 [2021-03-29T16:26:08.952Z] ---> a468224bde29 [2021-03-29T16:26:08.952Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T16:26:08.952Z] ---> Running in 66f68f6a6e41 [2021-03-29T16:26:09.226Z] Removing intermediate container 6f777f3655c5 [2021-03-29T16:26:09.226Z] ---> 516cb8ba818d [2021-03-29T16:26:09.226Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T16:26:09.226Z] ---> Running in 3ac5d8882511 [2021-03-29T16:26:09.504Z] ---> 03821a24f885 [2021-03-29T16:26:09.504Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T16:26:09.504Z] ---> Running in 3cbfd26b7145 [2021-03-29T16:26:09.777Z] ---> Running in 2ca1b86e3285 [2021-03-29T16:26:09.777Z] Removing intermediate container 66f68f6a6e41 [2021-03-29T16:26:09.777Z] ---> 9b48c639a4b8 [2021-03-29T16:26:09.777Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:26:10.235Z] Removing intermediate container 3ac5d8882511 [2021-03-29T16:26:10.235Z] ---> ebc35f440506 [2021-03-29T16:26:10.235Z] Step 15/23 : WORKDIR / [2021-03-29T16:26:10.617Z] ---> Running in 016d50123057 [2021-03-29T16:26:10.617Z] Removing intermediate container 3cbfd26b7145 [2021-03-29T16:26:10.617Z] ---> f12e01033560 [2021-03-29T16:26:10.617Z] Step 20/21 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:26:10.617Z] ---> Running in b144c7696f81 [2021-03-29T16:26:10.969Z] ---> 034b6aae06d5 [2021-03-29T16:26:10.969Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T16:26:11.433Z] Removing intermediate container 016d50123057 [2021-03-29T16:26:11.433Z] ---> 59cbba73c17d [2021-03-29T16:26:11.433Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:26:11.433Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T16:26:11.433Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T16:26:11.433Z] ---> eeaf43b92773 [2021-03-29T16:26:11.433Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T16:26:11.745Z] Removing intermediate container b144c7696f81 [2021-03-29T16:26:11.745Z] ---> 85658f8ed43e [2021-03-29T16:26:11.745Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T16:26:11.745Z] ---> Running in 606b0b437f98 [2021-03-29T16:26:12.025Z] ---> Running in 70bc67f005fc [2021-03-29T16:26:13.017Z] ---> b60943377fbf [2021-03-29T16:26:13.017Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T16:26:13.017Z] Removing intermediate container 70bc67f005fc [2021-03-29T16:26:13.017Z] ---> cce4a9b45e37 [2021-03-29T16:26:13.017Z] [2021-03-29T16:26:13.292Z] ---> d36cd3731ce8 [2021-03-29T16:26:13.292Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T16:26:13.292Z] Removing intermediate container 2ca1b86e3285 [2021-03-29T16:26:13.292Z] ---> 07d1fc5f984c [2021-03-29T16:26:13.292Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:26:13.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:13.569Z] Successfully built cce4a9b45e37 [2021-03-29T16:26:13.844Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T16:26:13.844Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-03-29T16:26:13.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:14.456Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T16:26:14.456Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T16:26:14.456Z] Executing bash-5.0.17-r0.post-install [2021-03-29T16:26:14.456Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:26:14.456Z] ---> 81458d2067da [2021-03-29T16:26:14.456Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T16:26:14.729Z] OK: 12 MiB in 22 packages [2021-03-29T16:26:14.729Z] ---> Running in 9eddc6e11bb3 [2021-03-29T16:26:14.729Z] ---> 78b35c17130b [2021-03-29T16:26:15.042Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T16:26:15.042Z] ---> 0f531fe128ad [2021-03-29T16:26:15.042Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T16:26:16.079Z] Removing intermediate container 9eddc6e11bb3 [2021-03-29T16:26:16.079Z] ---> 5cf8136df1fb [2021-03-29T16:26:16.079Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:26:17.498Z] ---> 9873a2b3db5e [2021-03-29T16:26:17.498Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T16:26:17.498Z] ---> Running in 54312bafb7da [2021-03-29T16:26:17.498Z] ---> 917bc751fa9a [2021-03-29T16:26:17.498Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T16:26:17.498Z] Removing intermediate container 606b0b437f98 [2021-03-29T16:26:17.498Z] ---> bf5197797777 [2021-03-29T16:26:17.498Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T16:26:17.804Z] ---> Running in 2e0915d7e5da [2021-03-29T16:26:18.080Z] ---> Running in d157fe0c3823 [2021-03-29T16:26:18.397Z] Removing intermediate container 54312bafb7da [2021-03-29T16:26:18.397Z] ---> 32dc12d336ca [2021-03-29T16:26:18.397Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T16:26:18.988Z] ---> Running in 6ab05d887ec2 [2021-03-29T16:26:19.262Z] ---> 26c4562fb09e [2021-03-29T16:26:19.262Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T16:26:19.262Z] Removing intermediate container d157fe0c3823 [2021-03-29T16:26:19.262Z] ---> b2852de62a93 [2021-03-29T16:26:19.262Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T16:26:19.262Z] Removing intermediate container 2e0915d7e5da [2021-03-29T16:26:19.262Z] ---> 3ea78806ad58 [2021-03-29T16:26:19.262Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:26:19.535Z] ---> Running in 4f1815671046 [2021-03-29T16:26:19.535Z] ---> Running in 21eae7836e3f [2021-03-29T16:26:19.535Z] Removing intermediate container 6ab05d887ec2 [2021-03-29T16:26:19.535Z] ---> 9a9a2a711363 [2021-03-29T16:26:19.535Z] Step 21/22 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:26:19.807Z] ---> Running in 799490aa06d5 [2021-03-29T16:26:20.080Z] Removing intermediate container 4f1815671046 [2021-03-29T16:26:20.080Z] ---> 3ed859feb330 [2021-03-29T16:26:20.080Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T16:26:20.080Z] ---> a7bda0f6c81e [2021-03-29T16:26:20.080Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T16:26:20.080Z] Removing intermediate container 21eae7836e3f [2021-03-29T16:26:20.080Z] ---> 908530e7afb5 [2021-03-29T16:26:20.080Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T16:26:20.352Z] ---> Running in 42440776d630 [2021-03-29T16:26:20.352Z] ---> Running in b65194cc9f77 [2021-03-29T16:26:20.352Z] Removing intermediate container 799490aa06d5 [2021-03-29T16:26:20.352Z] ---> c4d6d01e7dbf [2021-03-29T16:26:20.628Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T16:26:20.628Z] ---> Running in 7fbafbcd9f00 [2021-03-29T16:26:20.899Z] Removing intermediate container 42440776d630 [2021-03-29T16:26:20.899Z] ---> 5387cd70eeb0 [2021-03-29T16:26:20.899Z] Step 22/23 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:26:21.170Z] ---> 1f4833bcae2d [2021-03-29T16:26:21.170Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T16:26:21.170Z] ---> Running in 2dc822c84a8f [2021-03-29T16:26:21.170Z] Removing intermediate container b65194cc9f77 [2021-03-29T16:26:21.170Z] ---> 80b59f51b106 [2021-03-29T16:26:21.170Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T16:26:21.447Z] ---> Running in 38b7e8b8b755 [2021-03-29T16:26:21.447Z] Removing intermediate container 7fbafbcd9f00 [2021-03-29T16:26:21.447Z] ---> fcf732b67b52 [2021-03-29T16:26:21.447Z] [2021-03-29T16:26:22.043Z] Removing intermediate container 2dc822c84a8f [2021-03-29T16:26:22.043Z] ---> 70900e91a283 [2021-03-29T16:26:22.043Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:26:22.321Z] Successfully built fcf732b67b52 [2021-03-29T16:26:22.321Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T16:26:22.321Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-29T16:26:22.321Z] ---> Running in f84cc5543cfb [2021-03-29T16:26:22.321Z] Removing intermediate container 38b7e8b8b755 [2021-03-29T16:26:22.321Z] ---> c9081d5bda30 [2021-03-29T16:26:22.321Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T16:26:22.595Z] ---> ce3f5287bf4e [2021-03-29T16:26:22.595Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T16:26:22.870Z] Removing intermediate container f84cc5543cfb [2021-03-29T16:26:22.870Z] ---> 0a0dc5b5cd20 [2021-03-29T16:26:22.870Z] [2021-03-29T16:26:23.473Z] Successfully built 0a0dc5b5cd20 [2021-03-29T16:26:23.473Z] ---> c2de76e12aa6 [2021-03-29T16:26:23.473Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T16:26:23.473Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T16:26:23.473Z] Building docker-core-data-go [2021-03-29T16:26:23.746Z]  Building docker-core-metadata-go ... done  ---> 7ba807689123 [2021-03-29T16:26:23.746Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T16:26:24.020Z] ---> Running in 580cc6f6b2d9 [2021-03-29T16:26:25.468Z] ---> 7185af1e86da [2021-03-29T16:26:25.468Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T16:26:25.743Z] ---> Running in b20c750e1929 [2021-03-29T16:26:28.389Z] Removing intermediate container 580cc6f6b2d9 [2021-03-29T16:26:28.389Z] ---> 21c9cc241bf4 [2021-03-29T16:26:28.389Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T16:26:28.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:28.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:28.987Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T16:26:28.987Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T16:26:28.987Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T16:26:28.987Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T16:26:28.987Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T16:26:29.259Z] ---> Running in 3b6acfa487a7 [2021-03-29T16:26:29.259Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T16:26:29.259Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T16:26:30.695Z] Removing intermediate container 3b6acfa487a7 [2021-03-29T16:26:30.695Z] ---> a7d7dbc37f62 [2021-03-29T16:26:30.695Z] Step 28/31 : CMD ["gate"] [2021-03-29T16:26:31.299Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T16:26:31.299Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T16:26:31.299Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T16:26:31.299Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T16:26:31.299Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T16:26:31.299Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T16:26:31.299Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T16:26:31.299Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T16:26:31.573Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T16:26:31.573Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T16:26:31.573Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T16:26:31.573Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T16:26:31.573Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T16:26:31.573Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T16:26:31.573Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T16:26:31.573Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T16:26:31.573Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T16:26:31.573Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T16:26:31.573Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T16:26:31.573Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T16:26:31.853Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T16:26:31.853Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T16:26:31.853Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T16:26:31.853Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T16:26:31.853Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T16:26:31.853Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T16:26:31.853Z] ---> Running in 97acf8ab919b [2021-03-29T16:26:31.853Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:26:31.853Z] OK: 71 MiB in 55 packages [2021-03-29T16:26:32.462Z] Removing intermediate container 97acf8ab919b [2021-03-29T16:26:32.462Z] ---> cc1b1b825036 [2021-03-29T16:26:32.462Z] Step 29/31 : LABEL arch=arm64 [2021-03-29T16:26:33.114Z] ---> Running in eacebaaa3e4f [2021-03-29T16:26:33.710Z] Removing intermediate container eacebaaa3e4f [2021-03-29T16:26:33.710Z] ---> 3e85c8c90f18 [2021-03-29T16:26:33.710Z] Step 30/31 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:26:34.312Z] ---> Running in 2ba16f22cf07 [2021-03-29T16:26:35.745Z] Removing intermediate container 2ba16f22cf07 [2021-03-29T16:26:35.745Z] ---> 0fedf72a87c5 [2021-03-29T16:26:35.745Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T16:26:36.341Z] ---> Running in 32354cdb5e5c [2021-03-29T16:26:37.774Z] Removing intermediate container 32354cdb5e5c [2021-03-29T16:26:37.775Z] ---> ebac74e70ae0 [2021-03-29T16:26:37.775Z] [2021-03-29T16:26:38.049Z] Successfully built ebac74e70ae0 [2021-03-29T16:26:38.049Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T16:26:38.049Z] Building docker-security-secretstore-setup-go [2021-03-29T16:26:39.494Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container b20c750e1929 [2021-03-29T16:26:39.494Z] ---> 42fc0ae46c37 [2021-03-29T16:26:39.494Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T16:26:39.765Z] ---> Running in d797e7cb97a0 [2021-03-29T16:26:45.170Z] Collecting docker-compose==1.23.2 [2021-03-29T16:26:45.170Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T16:26:45.170Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:26:45.170Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:26:45.170Z] ---> e9eecd2963b4 [2021-03-29T16:26:45.170Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:26:45.170Z] ---> Using cache [2021-03-29T16:26:45.170Z] ---> 7db505baeb3e [2021-03-29T16:26:45.170Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:26:45.170Z] ---> Using cache [2021-03-29T16:26:45.170Z] ---> 0870d5b478ea [2021-03-29T16:26:45.170Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T16:26:46.605Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T16:26:46.605Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T16:26:47.211Z] ---> Running in 388dcf562d81 [2021-03-29T16:26:47.483Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T16:26:47.483Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T16:26:48.088Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T16:26:48.088Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T16:26:48.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:49.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:26:50.268Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T16:26:50.268Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T16:26:50.541Z] OK: 217 MiB in 51 packages [2021-03-29T16:26:53.949Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T16:26:53.950Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T16:26:53.950Z] Removing intermediate container 388dcf562d81 [2021-03-29T16:26:53.950Z] ---> 292fcb0f27c0 [2021-03-29T16:26:53.950Z] Step 6/22 : COPY go.mod . [2021-03-29T16:26:54.224Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T16:26:55.225Z] ---> 7f04f1201b6e [2021-03-29T16:26:55.225Z] Step 7/22 : RUN go mod download [2021-03-29T16:26:55.225Z] Collecting PyYAML<4,>=3.10 [2021-03-29T16:26:55.225Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T16:26:55.835Z] ---> Running in 96432d381e71 [2021-03-29T16:27:00.157Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T16:27:00.157Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T16:27:00.157Z] Removing intermediate container 96432d381e71 [2021-03-29T16:27:00.157Z] ---> 1e5a28b57821 [2021-03-29T16:27:00.157Z] Step 8/22 : COPY . . [2021-03-29T16:27:01.592Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T16:27:01.592Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T16:27:01.869Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T16:27:01.869Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T16:27:02.470Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:27:02.470Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:27:02.470Z] ---> e9eecd2963b4 [2021-03-29T16:27:02.470Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:27:02.470Z] ---> Using cache [2021-03-29T16:27:02.470Z] ---> 7db505baeb3e [2021-03-29T16:27:02.470Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:27:02.470Z] ---> Using cache [2021-03-29T16:27:02.470Z] ---> 0870d5b478ea [2021-03-29T16:27:02.470Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:27:02.470Z] ---> Using cache [2021-03-29T16:27:02.470Z] ---> e8b543e8f777 [2021-03-29T16:27:02.470Z] Step 6/23 : COPY go.mod . [2021-03-29T16:27:02.470Z] ---> Using cache [2021-03-29T16:27:02.470Z] ---> fc7461d8ecf4 [2021-03-29T16:27:02.470Z] Step 7/23 : RUN go mod download [2021-03-29T16:27:02.470Z] ---> Using cache [2021-03-29T16:27:02.470Z] ---> 527899c56592 [2021-03-29T16:27:02.470Z] Step 8/23 : COPY . . [2021-03-29T16:27:02.744Z] ---> Using cache [2021-03-29T16:27:02.744Z] ---> 2bdb42b3ae6c [2021-03-29T16:27:02.744Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T16:27:03.020Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:27:03.020Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:27:03.020Z] ---> e9eecd2963b4 [2021-03-29T16:27:03.020Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:27:03.020Z] ---> Using cache [2021-03-29T16:27:03.020Z] ---> 7db505baeb3e [2021-03-29T16:27:03.020Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:27:03.020Z] ---> Using cache [2021-03-29T16:27:03.020Z] ---> 0870d5b478ea [2021-03-29T16:27:03.020Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T16:27:05.012Z] ---> Running in 15fa49e8ab0d [2021-03-29T16:27:05.012Z] ---> Running in 519dcd92267c [2021-03-29T16:27:05.012Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T16:27:05.012Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T16:27:05.289Z] 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) [2021-03-29T16:27:05.289Z] Collecting idna<2.8,>=2.5 [2021-03-29T16:27:05.564Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T16:27:06.553Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T16:27:06.553Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T16:27:06.553Z] 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) [2021-03-29T16:27:06.553Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T16:27:06.553Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T16:27:06.553Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T16:27:06.553Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T16:27:07.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:27:07.155Z] 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 [2021-03-29T16:27:07.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:27:08.039Z] Installing collected packages: cached-property, jsonschema, texttable, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, docker-compose [2021-03-29T16:27:08.315Z] Running setup.py install for texttable: started [2021-03-29T16:27:08.922Z] OK: 217 MiB in 51 packages [2021-03-29T16:27:10.927Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T16:27:10.927Z] Running setup.py install for docopt: started [2021-03-29T16:27:12.472Z] Removing intermediate container 519dcd92267c [2021-03-29T16:27:12.472Z] ---> 6268fc0df804 [2021-03-29T16:27:12.472Z] Step 6/23 : COPY go.mod . [2021-03-29T16:27:14.021Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T16:27:14.021Z] Attempting uninstall: idna [2021-03-29T16:27:14.021Z] Found existing installation: idna 2.9 [2021-03-29T16:27:14.021Z] Uninstalling idna-2.9: [2021-03-29T16:27:14.021Z] Successfully uninstalled idna-2.9 [2021-03-29T16:27:15.108Z] ---> 0f8b57721f70 [2021-03-29T16:27:15.108Z] Step 7/23 : RUN go mod download [2021-03-29T16:27:15.108Z] Attempting uninstall: urllib3 [2021-03-29T16:27:15.108Z] Found existing installation: urllib3 1.25.9 [2021-03-29T16:27:15.108Z] Uninstalling urllib3-1.25.9: [2021-03-29T16:27:15.385Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T16:27:15.661Z] ---> Running in 23e8f6246c53 [2021-03-29T16:27:16.265Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:27:16.265Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:27:16.265Z] ---> e9eecd2963b4 [2021-03-29T16:27:16.265Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T16:27:16.265Z] ---> Using cache [2021-03-29T16:27:16.265Z] ---> 7db505baeb3e [2021-03-29T16:27:16.265Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:27:16.265Z] ---> Using cache [2021-03-29T16:27:16.265Z] ---> 0870d5b478ea [2021-03-29T16:27:16.265Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T16:27:16.265Z] ---> Using cache [2021-03-29T16:27:16.265Z] ---> e8b543e8f777 [2021-03-29T16:27:16.265Z] Step 6/24 : COPY go.mod . [2021-03-29T16:27:16.265Z] ---> Using cache [2021-03-29T16:27:16.265Z] ---> fc7461d8ecf4 [2021-03-29T16:27:16.265Z] Step 7/24 : RUN go mod download [2021-03-29T16:27:16.265Z] ---> Using cache [2021-03-29T16:27:16.265Z] ---> 527899c56592 [2021-03-29T16:27:16.265Z] Step 8/24 : COPY . . [2021-03-29T16:27:16.265Z] Attempting uninstall: requests [2021-03-29T16:27:16.265Z] Found existing installation: requests 2.23.0 [2021-03-29T16:27:16.265Z] Uninstalling requests-2.23.0: [2021-03-29T16:27:16.538Z] ---> Using cache [2021-03-29T16:27:16.538Z] ---> 2bdb42b3ae6c [2021-03-29T16:27:16.538Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T16:27:16.538Z] Successfully uninstalled requests-2.23.0 [2021-03-29T16:27:17.138Z] ---> Running in 25b189fd67d0 [2021-03-29T16:27:18.581Z] Running setup.py install for PyYAML: started [2021-03-29T16:27:19.581Z] 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 [2021-03-29T16:27:21.599Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T16:27:21.599Z] Running setup.py install for dockerpty: started [2021-03-29T16:27:21.877Z] Removing intermediate container 23e8f6246c53 [2021-03-29T16:27:21.877Z] ---> afc7871bc574 [2021-03-29T16:27:21.877Z] Step 8/23 : COPY . . [2021-03-29T16:27:24.520Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T16:27:25.519Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-29T16:27:26.979Z] ---> a5f63b488dfc [2021-03-29T16:27:26.979Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T16:27:27.972Z] ---> Running in fd3baaf6f579 [2021-03-29T16:27:30.618Z] 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 [2021-03-29T16:27:33.304Z] Removing intermediate container d797e7cb97a0 [2021-03-29T16:27:33.304Z] ---> 786053ebfec6 [2021-03-29T16:27:33.304Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T16:27:33.913Z] ---> Running in 5d27b7e15ad8 [2021-03-29T16:27:36.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:27:36.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:27:37.140Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:27:37.140Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T16:27:37.140Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T16:27:37.140Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:27:37.140Z] OK: 72 MiB in 58 packages [2021-03-29T16:27:41.466Z] Removing intermediate container 5d27b7e15ad8 [2021-03-29T16:27:41.466Z] ---> fab376f941e3 [2021-03-29T16:27:41.466Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T16:27:41.466Z] ---> Running in 50ecdb506125 [2021-03-29T16:27:42.916Z] Removing intermediate container 50ecdb506125 [2021-03-29T16:27:42.916Z] ---> b6ea0845c3c7 [2021-03-29T16:27:42.916Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:27:42.916Z] ---> Running in e8f99fcc7b97 [2021-03-29T16:27:43.921Z] Removing intermediate container e8f99fcc7b97 [2021-03-29T16:27:43.921Z] ---> d311ffd2a1ac [2021-03-29T16:27:43.921Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T16:27:44.211Z] ---> Running in b9d28992331d [2021-03-29T16:27:45.207Z] Removing intermediate container b9d28992331d [2021-03-29T16:27:45.207Z] ---> 7ec068036788 [2021-03-29T16:27:45.207Z] Step 25/26 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:27:45.207Z] ---> 3059f1b20677 [2021-03-29T16:27:45.207Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T16:27:45.207Z] ---> Running in ac38f09a6d77 [2021-03-29T16:27:45.487Z] ---> Running in 9945ba07a465 [2021-03-29T16:27:46.487Z] Removing intermediate container ac38f09a6d77 [2021-03-29T16:27:46.487Z] ---> 80b74852dadb [2021-03-29T16:27:46.487Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T16:27:46.487Z] ---> Running in e6c94ce37b05 [2021-03-29T16:27:47.479Z] Removing intermediate container e6c94ce37b05 [2021-03-29T16:27:47.479Z] ---> b5ec07cb77f9 [2021-03-29T16:27:47.479Z] [2021-03-29T16:27:47.756Z] 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 [2021-03-29T16:27:48.032Z] Successfully built b5ec07cb77f9 [2021-03-29T16:27:48.032Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T16:28:35.120Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T16:28:50.280Z] Removing intermediate container 25b189fd67d0 [2021-03-29T16:28:50.280Z] ---> 84ca69c54f75 [2021-03-29T16:28:50.280Z] [2021-03-29T16:28:50.280Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T16:28:50.280Z] ---> e47305ac9786 [2021-03-29T16:28:50.280Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T16:28:50.280Z] Removing intermediate container 15fa49e8ab0d [2021-03-29T16:28:50.280Z] ---> d4d7d27ed616 [2021-03-29T16:28:50.280Z] [2021-03-29T16:28:50.280Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:28:50.280Z] ---> e47305ac9786 [2021-03-29T16:28:50.280Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:28:50.280Z] ---> Using cache [2021-03-29T16:28:50.280Z] ---> f9d57a640bf8 [2021-03-29T16:28:50.280Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:28:50.280Z] ---> Using cache [2021-03-29T16:28:50.280Z] ---> 2a02ad70d958 [2021-03-29T16:28:50.280Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T16:28:50.280Z] ---> Running in 649ea5320e9a [2021-03-29T16:28:50.280Z] ---> Running in 6ba9e7e14394 [2021-03-29T16:28:50.280Z] Removing intermediate container 6ba9e7e14394 [2021-03-29T16:28:50.280Z] ---> 02f7d5acb52d [2021-03-29T16:28:50.280Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T16:28:50.280Z] ---> Running in 4f4f4f26d119 [2021-03-29T16:28:50.883Z] Removing intermediate container 4f4f4f26d119 [2021-03-29T16:28:50.883Z] ---> fb2cdee6eaf5 [2021-03-29T16:28:50.883Z] Step 15/23 : WORKDIR / [2021-03-29T16:28:50.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:28:50.883Z] ---> Running in b99dc4553b73 [2021-03-29T16:28:50.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:28:51.486Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T16:28:51.773Z] Removing intermediate container b99dc4553b73 [2021-03-29T16:28:51.773Z] ---> 040400918ef8 [2021-03-29T16:28:51.773Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:28:51.773Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:28:51.773Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T16:28:51.773Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T16:28:51.773Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T16:28:51.773Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T16:28:51.773Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:28:51.773Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:28:52.059Z] OK: 7 MiB in 20 packages [2021-03-29T16:28:53.081Z] ---> 169954dceb54 [2021-03-29T16:28:53.081Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T16:28:54.605Z] Removing intermediate container 649ea5320e9a [2021-03-29T16:28:54.605Z] ---> e58ae61453eb [2021-03-29T16:28:54.605Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T16:28:55.225Z] ---> Running in da62c85efd02 [2021-03-29T16:28:55.225Z] ---> 517efb27056f [2021-03-29T16:28:55.225Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T16:28:55.844Z] Removing intermediate container da62c85efd02 [2021-03-29T16:28:55.844Z] ---> cf806804208f [2021-03-29T16:28:55.844Z] Step 13/24 : WORKDIR / [2021-03-29T16:28:56.457Z] ---> Running in be2a43b9c299 [2021-03-29T16:28:56.457Z] ---> 53d1473f87ea [2021-03-29T16:28:56.457Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T16:28:56.738Z] ---> Running in dc2abbe4143d [2021-03-29T16:28:57.019Z] Removing intermediate container be2a43b9c299 [2021-03-29T16:28:57.019Z] ---> 61781fb6e74d [2021-03-29T16:28:57.019Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-29T16:28:57.620Z] Removing intermediate container dc2abbe4143d [2021-03-29T16:28:57.620Z] ---> 4bfe9f3c03a8 [2021-03-29T16:28:57.620Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:28:57.620Z] ---> Running in 846ae2eac31e [2021-03-29T16:28:58.225Z] ---> 812c27653c2f [2021-03-29T16:28:58.225Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-29T16:28:58.225Z] Removing intermediate container 846ae2eac31e [2021-03-29T16:28:58.225Z] ---> e9e5d8b55c38 [2021-03-29T16:28:58.225Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T16:28:58.507Z] ---> Running in 34e863ac006d [2021-03-29T16:28:59.966Z] Removing intermediate container 34e863ac006d [2021-03-29T16:28:59.966Z] ---> 2d2a3ac4cf53 [2021-03-29T16:28:59.966Z] Step 22/23 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:28:59.966Z] ---> 9ca32b916840 [2021-03-29T16:28:59.966Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T16:28:59.966Z] ---> Running in 8e4c34900ef1 [2021-03-29T16:29:00.578Z] Removing intermediate container 8e4c34900ef1 [2021-03-29T16:29:00.578Z] ---> 9c2a0617e9ad [2021-03-29T16:29:00.578Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:29:00.865Z] ---> 9068a6304143 [2021-03-29T16:29:00.865Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T16:29:01.167Z] ---> Running in 744d7cfb9239 [2021-03-29T16:29:02.162Z] Removing intermediate container 744d7cfb9239 [2021-03-29T16:29:02.162Z] ---> 825f19baa966 [2021-03-29T16:29:02.162Z] [2021-03-29T16:29:03.585Z] Successfully built 825f19baa966 [2021-03-29T16:29:03.585Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T16:29:04.737Z]  Building docker-core-command-go ... done  ---> a2a1af8e5b12 [2021-03-29T16:29:04.737Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T16:29:06.238Z] Removing intermediate container fd3baaf6f579 [2021-03-29T16:29:06.238Z] ---> 9d2614f1538f [2021-03-29T16:29:06.238Z] [2021-03-29T16:29:06.238Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T16:29:06.238Z] ---> e47305ac9786 [2021-03-29T16:29:06.238Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T16:29:06.530Z] ---> Running in 005ba07209d4 [2021-03-29T16:29:06.805Z] ---> 794ab24f86e6 [2021-03-29T16:29:06.805Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T16:29:08.278Z] ---> 08e7681c117a [2021-03-29T16:29:08.278Z] 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/ [2021-03-29T16:29:08.278Z] ---> Running in b914a8d38568 [2021-03-29T16:29:08.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:29:08.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:29:09.241Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T16:29:09.241Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T16:29:09.241Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:29:09.241Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:29:09.535Z] OK: 6 MiB in 16 packages [2021-03-29T16:29:11.109Z] Removing intermediate container b914a8d38568 [2021-03-29T16:29:11.109Z] ---> be0636609edf [2021-03-29T16:29:11.109Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T16:29:11.395Z] ---> Running in 59cb3985fee8 [2021-03-29T16:29:11.395Z] Removing intermediate container 005ba07209d4 [2021-03-29T16:29:11.395Z] ---> 11f259177862 [2021-03-29T16:29:11.395Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:29:11.681Z] ---> Running in 816db7a32e41 [2021-03-29T16:29:11.681Z] Removing intermediate container 59cb3985fee8 [2021-03-29T16:29:11.681Z] ---> f42ab42f6020 [2021-03-29T16:29:11.681Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T16:29:11.957Z] ---> Running in a57ec5fbfab2 [2021-03-29T16:29:12.230Z] Removing intermediate container 816db7a32e41 [2021-03-29T16:29:12.230Z] ---> c2b16c01fdca [2021-03-29T16:29:12.230Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T16:29:12.231Z] ---> Running in d34b6dd5580c [2021-03-29T16:29:12.513Z] Removing intermediate container a57ec5fbfab2 [2021-03-29T16:29:12.513Z] ---> 954da8fa2e8a [2021-03-29T16:29:12.513Z] Step 23/24 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:29:12.513Z] ---> Running in 7d02401b1b02 [2021-03-29T16:29:12.805Z] Removing intermediate container d34b6dd5580c [2021-03-29T16:29:12.805Z] ---> 59a5c30b3117 [2021-03-29T16:29:12.805Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T16:29:13.412Z] ---> Running in 97451716de53 [2021-03-29T16:29:13.412Z] Removing intermediate container 7d02401b1b02 [2021-03-29T16:29:13.412Z] ---> 7a9158370af0 [2021-03-29T16:29:13.412Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T16:29:13.702Z] ---> Running in c448ffffbc03 [2021-03-29T16:29:13.988Z] Removing intermediate container 97451716de53 [2021-03-29T16:29:13.988Z] ---> 0e43b3ace122 [2021-03-29T16:29:13.988Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:29:14.285Z] Removing intermediate container c448ffffbc03 [2021-03-29T16:29:14.285Z] ---> e75444ca833a [2021-03-29T16:29:14.285Z] [2021-03-29T16:29:14.565Z] Successfully built e75444ca833a [2021-03-29T16:29:14.565Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T16:29:15.219Z]  Building docker-security-secretstore-setup-go ... done  ---> bd7f38256442 [2021-03-29T16:29:15.219Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T16:29:16.663Z] ---> 4fc25345d9a3 [2021-03-29T16:29:16.664Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T16:29:17.265Z] ---> d5393a4d0f46 [2021-03-29T16:29:17.265Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T16:29:17.265Z] ---> Running in 7e7fcbd0d305 [2021-03-29T16:29:17.868Z] Removing intermediate container 7e7fcbd0d305 [2021-03-29T16:29:17.868Z] ---> dbeed3897f34 [2021-03-29T16:29:17.868Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:29:17.868Z] ---> Running in 68e8d55d33ac [2021-03-29T16:29:18.462Z] Removing intermediate container 68e8d55d33ac [2021-03-29T16:29:18.462Z] ---> 2d3e1d4b685a [2021-03-29T16:29:18.462Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T16:29:18.735Z] ---> Running in ac9e641b7e83 [2021-03-29T16:29:19.010Z] Removing intermediate container ac9e641b7e83 [2021-03-29T16:29:19.010Z] ---> af92d932662e [2021-03-29T16:29:19.010Z] Step 21/22 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:29:19.282Z] ---> Running in d9ae151d44ce [2021-03-29T16:29:19.877Z] Removing intermediate container d9ae151d44ce [2021-03-29T16:29:19.877Z] ---> 061f47a2eb43 [2021-03-29T16:29:19.877Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T16:29:20.149Z] ---> Running in c90087d0d865 [2021-03-29T16:29:21.135Z] Removing intermediate container c90087d0d865 [2021-03-29T16:29:21.135Z] ---> c361f6513b57 [2021-03-29T16:29:21.135Z] [2021-03-29T16:29:21.411Z] Successfully built c361f6513b57 [2021-03-29T16:29:21.683Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T16:29:21.965Z]  Building docker-support-notifications-go ... done Removing intermediate container 9945ba07a465 [2021-03-29T16:29:21.965Z] ---> c6ed5da08947 [2021-03-29T16:29:21.965Z] [2021-03-29T16:29:21.965Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:29:21.965Z] ---> e47305ac9786 [2021-03-29T16:29:21.965Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T16:29:21.965Z] ---> Running in 89064a227f8b [2021-03-29T16:29:22.564Z] Removing intermediate container 89064a227f8b [2021-03-29T16:29:22.564Z] ---> 4b04cf4fffff [2021-03-29T16:29:22.564Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T16:29:22.564Z] ---> Running in ebfd1fd608ef [2021-03-29T16:29:23.158Z] Removing intermediate container ebfd1fd608ef [2021-03-29T16:29:23.158Z] ---> ce7bf5fcc0db [2021-03-29T16:29:23.158Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T16:29:23.158Z] ---> Running in 4112725879fc [2021-03-29T16:29:23.437Z] Removing intermediate container 4112725879fc [2021-03-29T16:29:23.437Z] ---> 7d822669463a [2021-03-29T16:29:23.437Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:29:23.707Z] ---> Running in 462370a570ae [2021-03-29T16:29:25.673Z] Removing intermediate container 462370a570ae [2021-03-29T16:29:25.673Z] ---> e14f41357999 [2021-03-29T16:29:25.673Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T16:29:25.951Z] ---> Running in d585b15fa295 [2021-03-29T16:29:26.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:29:27.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:29:28.528Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T16:29:28.528Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T16:29:28.528Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T16:29:28.797Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T16:29:29.065Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T16:29:29.333Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T16:29:29.333Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:29:29.333Z] OK: 8 MiB in 20 packages [2021-03-29T16:29:30.760Z] Removing intermediate container d585b15fa295 [2021-03-29T16:29:30.760Z] ---> f8e2758d1b89 [2021-03-29T16:29:30.760Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:29:31.071Z] ---> 418a17a4c49c [2021-03-29T16:29:31.071Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T16:29:32.502Z] ---> efbc54502e8a [2021-03-29T16:29:32.502Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T16:29:33.096Z] ---> 05902643aafe [2021-03-29T16:29:33.096Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T16:29:33.096Z] ---> Running in d6ac02648956 [2021-03-29T16:29:33.691Z] Removing intermediate container d6ac02648956 [2021-03-29T16:29:33.691Z] ---> 29dc820c7cdf [2021-03-29T16:29:33.691Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:29:33.691Z] ---> Running in 26335f9ca1ed [2021-03-29T16:29:33.962Z] Removing intermediate container 26335f9ca1ed [2021-03-29T16:29:33.962Z] ---> a47e14991262 [2021-03-29T16:29:33.962Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T16:29:34.235Z] ---> Running in 4032f47fea17 [2021-03-29T16:29:34.504Z] Removing intermediate container 4032f47fea17 [2021-03-29T16:29:34.504Z] ---> 6208c24a7406 [2021-03-29T16:29:34.504Z] Step 22/23 : LABEL git_sha=3bfca1cd62533e13c63a2c650612c7fcb1c5b241 [2021-03-29T16:29:34.780Z] ---> Running in 8e5ec3538644 [2021-03-29T16:29:35.373Z] Removing intermediate container 8e5ec3538644 [2021-03-29T16:29:35.373Z] ---> b0c5f767dd68 [2021-03-29T16:29:35.373Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:29:35.373Z] ---> Running in e0e4dc06aadf [2021-03-29T16:29:35.645Z] Removing intermediate container e0e4dc06aadf [2021-03-29T16:29:35.645Z] ---> 8b579f18f4a0 [2021-03-29T16:29:35.645Z] [2021-03-29T16:29:36.236Z] Successfully built 8b579f18f4a0 [2021-03-29T16:29:36.236Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T16:29:36.525Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-29T16:29:36.550Z] $ docker stop --time=1 0f2e1cb8a6a0444106b37de2a995dfc623ef0751964248d2c1656d35e9df9443 [2021-03-29T16:29:38.437Z] $ docker rm -f 0f2e1cb8a6a0444106b37de2a995dfc623ef0751964248d2c1656d35e9df9443 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T16:29:39.220Z] + grep+ dockerdocker [2021-03-29T16:29:39.220Z] images [2021-03-29T16:29:39.491Z] docker-core-data-go-arm64 latest 8b579f18f4a0 4 seconds ago 21.4MB [2021-03-29T16:29:39.491Z] docker-support-notifications-go-arm64 latest c361f6513b57 19 seconds ago 16.9MB [2021-03-29T16:29:39.491Z] docker-security-secretstore-setup-go-arm64 latest e75444ca833a 26 seconds ago 23.7MB [2021-03-29T16:29:39.491Z] docker-core-command-go-arm64 latest 825f19baa966 38 seconds ago 16.3MB [2021-03-29T16:29:39.491Z] docker-sys-mgmt-agent-go-arm64 latest b5ec07cb77f9 About a minute ago 300MB [2021-03-29T16:29:39.491Z] docker-security-bootstrapper-go-arm64 latest ebac74e70ae0 3 minutes ago 17.9MB [2021-03-29T16:29:39.491Z] docker-core-metadata-go-arm64 latest 0a0dc5b5cd20 3 minutes ago 17.9MB [2021-03-29T16:29:39.491Z] docker-support-scheduler-go-arm64 latest fcf732b67b52 3 minutes ago 16.4MB [2021-03-29T16:29:39.491Z] docker-security-proxy-setup-go-arm64 latest cce4a9b45e37 3 minutes ago 23.4MB [2021-03-29T16:29:39.491Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:29:40.675Z] ---> job-cost.sh [2021-03-29T16:29:40.675Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LCoj [2021-03-29T16:30:19.612Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T16:31:57.041Z] lf-activate-venv(): INFO: Adding /tmp/venv-LCoj/bin to PATH [2021-03-29T16:31:57.041Z] INFO: No Stack... [2021-03-29T16:31:57.041Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T16:31:57.041Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T16:31:57.398Z] + + cut -d, -f6 [2021-03-29T16:31:57.398Z] cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2021-03-29T16:31:57.538Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3314-1-stack-cost] [2021-03-29T16:31:57.545Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3314-1-stack-cost] did not exist. Created. [2021-03-29T16:31:57.545Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3314-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T16:31:58.068Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T16:31:58.353Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T16:31:58.376Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3314-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:32:02.383Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:32:03.308Z] ---> package-listing.sh [2021-03-29T16:32:03.308Z] ++ facter osfamily [2021-03-29T16:32:03.308Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T16:32:03.308Z] + OS_FAMILY=redhat [2021-03-29T16:32:03.308Z] + workspace=/w/workspace/edgex-go/1 [2021-03-29T16:32:03.308Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T16:32:03.308Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T16:32:03.308Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T16:32:03.308Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T16:32:03.308Z] + '[' /w/workspace/edgex-go/1 ']' [2021-03-29T16:32:03.308Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T16:32:03.308Z] + case "${OS_FAMILY}" in [2021-03-29T16:32:03.308Z] + rpm -qa [2021-03-29T16:32:03.308Z] + sort [2021-03-29T16:32:08.651Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T16:32:08.651Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T16:32:08.651Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T16:32:08.651Z] + '[' /w/workspace/edgex-go/1 ']' [2021-03-29T16:32:08.651Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-03-29T16:32:08.651Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-03-29T16:32:08.683Z] 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 [2021-03-29T16:32:08.999Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:32:09.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T16:32:09.338Z] [2021-03-29T16:32:09.338Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:32:09.759Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T16:32:09.759Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T16:32:09.759Z] df20fa9351a1: Pulling fs layer [2021-03-29T16:32:09.759Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T16:32:09.759Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T16:32:09.759Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T16:32:09.759Z] 93b61091891f: Pulling fs layer [2021-03-29T16:32:09.759Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T16:32:09.759Z] 5e14af77c1be: Pulling fs layer [2021-03-29T16:32:09.759Z] 01666e4c0597: Pulling fs layer [2021-03-29T16:32:09.759Z] aa168da1d23b: Pulling fs layer [2021-03-29T16:32:09.759Z] 46f8f816bc3b: Waiting [2021-03-29T16:32:09.759Z] 93b61091891f: Waiting [2021-03-29T16:32:09.759Z] 93b9cdb0e59b: Waiting [2021-03-29T16:32:09.759Z] 5e14af77c1be: Waiting [2021-03-29T16:32:09.759Z] 01666e4c0597: Waiting [2021-03-29T16:32:09.759Z] aa168da1d23b: Waiting [2021-03-29T16:32:09.759Z] 36b3adc4ff6f: Download complete [2021-03-29T16:32:09.759Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T16:32:09.759Z] 46f8f816bc3b: Download complete [2021-03-29T16:32:10.024Z] df20fa9351a1: Verifying Checksum [2021-03-29T16:32:10.024Z] df20fa9351a1: Download complete [2021-03-29T16:32:10.024Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T16:32:10.024Z] 93b9cdb0e59b: Download complete [2021-03-29T16:32:10.024Z] 5e14af77c1be: Verifying Checksum [2021-03-29T16:32:10.024Z] 5e14af77c1be: Download complete [2021-03-29T16:32:10.024Z] 93b61091891f: Verifying Checksum [2021-03-29T16:32:10.024Z] 93b61091891f: Download complete [2021-03-29T16:32:10.024Z] 01666e4c0597: Verifying Checksum [2021-03-29T16:32:10.024Z] 01666e4c0597: Download complete [2021-03-29T16:32:10.288Z] df20fa9351a1: Pull complete [2021-03-29T16:32:10.552Z] 36b3adc4ff6f: Pull complete [2021-03-29T16:32:10.832Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T16:32:10.832Z] 8ad3a11d3b57: Download complete [2021-03-29T16:32:11.790Z] 8ad3a11d3b57: Pull complete [2021-03-29T16:32:11.790Z] 46f8f816bc3b: Pull complete [2021-03-29T16:32:12.754Z] aa168da1d23b: Verifying Checksum [2021-03-29T16:32:12.754Z] aa168da1d23b: Download complete [2021-03-29T16:32:13.709Z] 93b61091891f: Pull complete [2021-03-29T16:32:13.709Z] 93b9cdb0e59b: Pull complete [2021-03-29T16:32:13.971Z] 5e14af77c1be: Pull complete [2021-03-29T16:32:13.971Z] 01666e4c0597: Pull complete [2021-03-29T16:32:22.335Z] aa168da1d23b: Pull complete [2021-03-29T16:32:22.335Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T16:32:22.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T16:32:22.335Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T16:32:22.576Z] prd-centos7-docker-4c-2g-31751 does not seem to be running inside a container [2021-03-29T16:32:22.642Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T16:32:30.473Z] $ docker top a71b58f0d19df1090a2ed5c215d12256984bd84b15831da50ad51b56ffe2a2a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:32:31.142Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T16:32:31.472Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T16:32:31.804Z] + ls /var/log/sa-host [2021-03-29T16:32:31.804Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T16:32:31.804Z] file_magic: OK [2021-03-29T16:32:31.804Z] HZ: Using current value: 100 [2021-03-29T16:32:31.804Z] file_header: OK [2021-03-29T16:32:31.804Z] 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 [2021-03-29T16:32:31.804Z] Statistics: [2021-03-29T16:32:31.804Z] Hnuu...uuuununununu... [2021-03-29T16:32:31.804Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T16:32:31.804Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T16:32:31.804Z] file_magic: OK [2021-03-29T16:32:31.804Z] HZ: Using current value: 100 [2021-03-29T16:32:31.804Z] file_header: OK [2021-03-29T16:32:31.804Z] 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 [2021-03-29T16:32:31.804Z] Statistics: [2021-03-29T16:32:31.804Z] 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... [2021-03-29T16:32:31.804Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T16:32:32.098Z] provisioning config files... [2021-03-29T16:32:32.118Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5842461491484972721tmp [Pipeline] { [Pipeline] echo [2021-03-29T16:32:32.284Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:32:32.630Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T16:32:32.654Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T16:32:32.817Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:32:33.161Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T16:32:33.196Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:32:33.537Z] ---> sudo-logs.sh [2021-03-29T16:32:33.537Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T16:32:33.848Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:32:34.188Z] ---> job-cost.sh [2021-03-29T16:32:34.188Z] lf-activate-venv: SKIPPING [2021-03-29T16:32:34.188Z] DEBUG: total: 0.20999999344348907 [2021-03-29T16:32:34.188Z] INFO: Retrieving Stack Cost... [2021-03-29T16:32:35.134Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T16:32:35.709Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T16:32:35.754Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:32:36.097Z] ---> logs-deploy.sh [2021-03-29T16:32:36.097Z] lf-activate-venv: SKIPPING [2021-03-29T16:32:36.097Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3314/1 [2021-03-29T16:32:36.097Z] INFO: archiving workspace using pattern(s): [2021-03-29T16:32:38.024Z] Archives upload complete. [2021-03-29T16:32:38.024Z] INFO: archiving logs to Nexus [2021-03-29T16:32:38.977Z] ---> uname -a: [2021-03-29T16:32:38.977Z] Linux prd-centos7-docker-4c-2g-31751.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] ---> lscpu: [2021-03-29T16:32:38.977Z] Architecture: x86_64 [2021-03-29T16:32:38.977Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-29T16:32:38.977Z] Byte Order: Little Endian [2021-03-29T16:32:38.977Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-29T16:32:38.977Z] CPU(s): 4 [2021-03-29T16:32:38.977Z] On-line CPU(s) list: 0-3 [2021-03-29T16:32:38.977Z] Thread(s) per core: 1 [2021-03-29T16:32:38.977Z] Core(s) per socket: 1 [2021-03-29T16:32:38.977Z] Socket(s): 4 [2021-03-29T16:32:38.977Z] NUMA node(s): 1 [2021-03-29T16:32:38.977Z] Vendor ID: GenuineIntel [2021-03-29T16:32:38.977Z] CPU family: 6 [2021-03-29T16:32:38.977Z] Model: 44 [2021-03-29T16:32:38.977Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-29T16:32:38.977Z] Stepping: 1 [2021-03-29T16:32:38.977Z] CPU MHz: 2933.436 [2021-03-29T16:32:38.977Z] BogoMIPS: 5866.87 [2021-03-29T16:32:38.977Z] Virtualization: VT-x [2021-03-29T16:32:38.977Z] Hypervisor vendor: KVM [2021-03-29T16:32:38.977Z] Virtualization type: full [2021-03-29T16:32:38.977Z] L1d cache: 128 KiB [2021-03-29T16:32:38.977Z] L1i cache: 128 KiB [2021-03-29T16:32:38.977Z] L2 cache: 16 MiB [2021-03-29T16:32:38.977Z] L3 cache: 64 MiB [2021-03-29T16:32:38.977Z] NUMA node0 CPU(s): 0-3 [2021-03-29T16:32:38.977Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-29T16:32:38.977Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-29T16:32:38.977Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-29T16:32:38.977Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-29T16:32:38.977Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-29T16:32:38.977Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-29T16:32:38.977Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-29T16:32:38.977Z] Vulnerability Srbds: Not affected [2021-03-29T16:32:38.977Z] Vulnerability Tsx async abort: Not affected [2021-03-29T16:32:38.977Z] 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 [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] ---> nproc: [2021-03-29T16:32:38.977Z] 4 [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] ---> df -h: [2021-03-29T16:32:38.977Z] Filesystem Size Used Available Use% Mounted on [2021-03-29T16:32:38.977Z] overlay 50.0G 11.3G 38.7G 23% / [2021-03-29T16:32:38.977Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-29T16:32:38.977Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-29T16:32:38.977Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-29T16:32:38.977Z] /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os [2021-03-29T16:32:38.977Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf [2021-03-29T16:32:38.977Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname [2021-03-29T16:32:38.977Z] /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts [2021-03-29T16:32:38.977Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log [2021-03-29T16:32:38.977Z] /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json [2021-03-29T16:32:38.977Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host [2021-03-29T16:32:38.977Z] /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure [2021-03-29T16:32:38.977Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/1@tmp [2021-03-29T16:32:38.977Z] /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/1 [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] ---> free -m: [2021-03-29T16:32:38.977Z] total used free shared buff/cache available [2021-03-29T16:32:38.977Z] Mem: 1837 719 158 0 959 1035 [2021-03-29T16:32:38.977Z] Swap: 1023 77 946 [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] ---> ip addr: [2021-03-29T16:32:38.977Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-29T16:32:38.977Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-29T16:32:38.977Z] inet 127.0.0.1/8 scope host lo [2021-03-29T16:32:38.977Z] valid_lft forever preferred_lft forever [2021-03-29T16:32:38.977Z] inet6 ::1/128 scope host [2021-03-29T16:32:38.977Z] valid_lft forever preferred_lft forever [2021-03-29T16:32:38.977Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-29T16:32:38.977Z] link/ether fa:16:3e:04:e1:9e brd ff:ff:ff:ff:ff:ff [2021-03-29T16:32:38.977Z] inet 10.30.123.181/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-29T16:32:38.977Z] valid_lft 84896sec preferred_lft 84896sec [2021-03-29T16:32:38.977Z] inet6 fe80::f816:3eff:fe04:e19e/64 scope link [2021-03-29T16:32:38.977Z] valid_lft forever preferred_lft forever [2021-03-29T16:32:38.977Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-29T16:32:38.977Z] link/ether 02:42:e9:ea:0c:9b brd ff:ff:ff:ff:ff:ff [2021-03-29T16:32:38.977Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-29T16:32:38.977Z] valid_lft forever preferred_lft forever [2021-03-29T16:32:38.977Z] inet6 fe80::42:e9ff:feea:c9b/64 scope link [2021-03-29T16:32:38.977Z] valid_lft forever preferred_lft forever [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] ---> sar -b -r -n DEV: [2021-03-29T16:32:38.977Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] 16:07:22 LINUX RESTART (4 CPU) [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] 16:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-29T16:32:38.977Z] 16:09:02 56.91 16.17 40.73 0.00 4927.12 8366.77 0.00 [2021-03-29T16:32:38.977Z] 16:10:01 234.83 124.04 110.79 0.00 7633.69 44983.98 0.00 [2021-03-29T16:32:38.977Z] 16:11:01 234.57 83.00 151.57 0.00 3473.10 17738.55 0.00 [2021-03-29T16:32:38.977Z] 16:12:01 131.69 43.37 88.33 0.00 1633.65 12694.78 0.00 [2021-03-29T16:32:38.977Z] 16:13:01 149.53 87.35 62.17 0.00 4155.50 6419.44 0.00 [2021-03-29T16:32:38.977Z] 16:14:01 132.66 20.94 111.72 0.00 6329.92 47363.35 0.00 [2021-03-29T16:32:38.977Z] 16:15:03 1660.68 1304.23 356.45 0.00 176320.45 214267.21 0.00 [2021-03-29T16:32:38.977Z] 16:16:01 1315.93 1124.22 191.71 0.00 63114.08 76907.42 0.00 [2021-03-29T16:32:38.977Z] 16:17:01 1003.94 661.74 342.20 0.00 81330.11 137829.18 0.00 [2021-03-29T16:32:38.977Z] 16:18:03 1145.63 870.99 274.64 0.00 71104.03 83530.69 0.00 [2021-03-29T16:32:38.977Z] 16:19:01 160.99 27.56 133.43 0.00 3381.79 17692.77 0.00 [2021-03-29T16:32:38.977Z] 16:20:01 2.60 1.32 1.28 0.00 101.37 18.61 0.00 [2021-03-29T16:32:38.977Z] 16:21:01 0.62 0.35 0.27 0.00 32.50 3.00 0.00 [2021-03-29T16:32:38.977Z] 16:22:01 0.27 0.08 0.18 0.00 1.47 2.15 0.00 [2021-03-29T16:32:38.977Z] 16:23:01 1.70 1.47 0.23 0.00 48.75 3.53 0.00 [2021-03-29T16:32:38.977Z] 16:24:01 0.83 0.05 0.78 0.00 1.60 14.90 0.00 [2021-03-29T16:32:38.977Z] 16:25:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 [2021-03-29T16:32:38.977Z] 16:26:01 0.30 0.05 0.25 0.00 0.80 2.78 0.00 [2021-03-29T16:32:38.977Z] 16:27:01 0.35 0.07 0.28 0.00 0.53 3.28 0.00 [2021-03-29T16:32:38.977Z] 16:28:02 0.70 0.45 0.25 0.00 161.87 2.43 0.00 [2021-03-29T16:32:38.977Z] 16:29:01 0.20 0.02 0.19 0.00 0.54 1.54 0.00 [2021-03-29T16:32:38.977Z] 16:30:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 [2021-03-29T16:32:38.977Z] 16:31:01 0.27 0.02 0.25 0.00 0.53 2.70 0.00 [2021-03-29T16:32:38.977Z] 16:32:01 0.28 0.02 0.27 0.00 0.27 2.98 0.00 [2021-03-29T16:32:38.977Z] Average: 261.39 183.17 78.22 0.00 17867.86 28060.67 0.00 [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] 16:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-29T16:32:38.977Z] 16:09:02 146412 0 637876 33.90 2620 1094636 1322440 45.13 495652 1036376 60 [2021-03-29T16:32:38.977Z] 16:10:01 155176 0 716812 38.10 1744 1007812 1445024 49.32 571308 915316 44 [2021-03-29T16:32:38.977Z] 16:11:01 161108 0 796620 42.34 1240 922576 1746220 59.60 593604 847960 30016 [2021-03-29T16:32:38.977Z] 16:12:01 315832 0 828500 44.03 604 736608 1875256 64.00 650276 627532 65212 [2021-03-29T16:32:38.977Z] 16:13:01 224548 0 870592 46.27 604 785800 1519552 51.86 622588 733400 35584 [2021-03-29T16:32:38.977Z] 16:14:01 76240 0 743008 39.49 288 1062008 1253572 42.78 560132 970648 90840 [2021-03-29T16:32:38.977Z] 16:15:03 76812 0 848872 45.12 72 955788 2307516 78.75 729452 843916 55656 [2021-03-29T16:32:38.977Z] 16:16:01 465720 0 738376 39.24 72 677376 1540904 52.59 544736 613776 3304 [2021-03-29T16:32:38.977Z] 16:17:01 205548 0 843116 44.81 72 832808 2786664 95.10 560308 877116 9016 [2021-03-29T16:32:38.977Z] 16:18:03 297212 0 657864 34.96 72 926396 1335628 45.58 616056 732040 8 [2021-03-29T16:32:38.977Z] 16:19:01 122680 0 632400 33.61 72 1126392 1185728 40.47 583868 927896 20 [2021-03-29T16:32:38.977Z] 16:20:01 125080 0 626936 33.32 72 1129456 1154516 39.40 579788 930308 16 [2021-03-29T16:32:38.977Z] 16:21:01 124124 0 627096 33.33 72 1130252 1154624 39.41 580344 931252 8 [2021-03-29T16:32:38.977Z] 16:22:01 123924 0 627252 33.34 72 1130296 1154612 39.40 580348 931328 8 [2021-03-29T16:32:38.977Z] 16:23:01 122900 0 627488 33.35 72 1131084 1154588 39.40 579892 932112 16 [2021-03-29T16:32:38.977Z] 16:24:01 122836 0 627552 33.35 72 1131084 1154576 39.40 579908 932116 12 [2021-03-29T16:32:38.977Z] 16:25:01 123120 0 627248 33.34 72 1131104 1154516 39.40 579824 932132 8 [2021-03-29T16:32:38.977Z] 16:26:01 122784 0 627576 33.35 72 1131112 1154516 39.40 579956 932152 8 [2021-03-29T16:32:38.977Z] 16:27:01 122940 0 627412 33.35 72 1131120 1154516 39.40 579960 932160 8 [2021-03-29T16:32:38.977Z] 16:28:02 115260 0 630320 33.50 72 1135892 1154600 39.40 585696 934188 12 [2021-03-29T16:32:38.977Z] 16:29:01 115212 0 630348 33.50 72 1135912 1154564 39.40 585552 934216 12 [2021-03-29T16:32:38.977Z] 16:30:01 115064 0 630488 33.51 72 1135920 1154588 39.40 585672 934216 8 [2021-03-29T16:32:38.977Z] 16:31:01 114668 0 630892 33.53 72 1135912 1154600 39.40 586016 934216 8 [2021-03-29T16:32:38.977Z] 16:32:01 114644 0 630892 33.53 72 1135936 1154636 39.41 585944 934240 8 [2021-03-29T16:32:38.977Z] Average: 158744 0 686897 36.51 350 1035553 1388665 47.39 587370 885442 12079 [2021-03-29T16:32:38.977Z] [2021-03-29T16:32:38.977Z] 16:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-29T16:32:38.977Z] 16:09:02 veth87605aa 0.22 0.38 0.04 0.06 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:09:02 eth0 761.83 626.94 3208.37 90.12 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:09:02 docker0 0.22 0.28 0.03 0.05 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:10:01 veth759b9ce 1.64 3.03 0.11 15.67 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:10:01 eth0 1080.02 1338.55 5631.85 124.58 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:10:01 docker0 1075.95 767.42 81.69 2745.36 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:11:01 eth0 184.76 146.75 843.99 22.77 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:11:01 vethf583ab1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:11:01 docker0 129.81 155.68 9.37 816.37 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:12:01 eth0 38.46 26.02 22.52 69.05 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:12:01 vethf583ab1 0.73 0.75 0.06 0.06 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.977Z] 16:12:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:13:01 eth0 22.07 12.18 16.81 9.23 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:13:01 vethf583ab1 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:13:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:14:01 veth5abfb7b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:14:01 eth0 205.72 157.80 1703.83 89.19 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:15:03 veth5abfb7b 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:15:03 eth0 41.86 19.31 156.31 7.70 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:15:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:15:03 docker0 10.86 25.88 0.58 143.25 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:16:01 veth5abfb7b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:16:01 eth0 8.74 4.45 7.25 3.81 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:17:01 veth3f67298 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:17:01 veth5abfb7b 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:17:01 eth0 94.91 54.73 297.28 73.35 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:18:03 veth5abfb7b 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:18:03 eth0 140.57 107.09 1252.40 19.54 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:18:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:18:03 docker0 1194.10 961.85 89.50 3831.12 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:19:01 eth0 125.56 77.33 493.49 87.78 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:19:01 docker0 33.21 66.14 2.09 461.91 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:20:01 eth0 0.40 0.08 0.04 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:21:01 eth0 1.23 0.30 0.36 0.20 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:22:01 eth0 0.63 0.32 0.28 0.20 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:23:01 eth0 0.25 0.10 0.09 0.06 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:24:01 eth0 0.13 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:25:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:26:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:27:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:28:02 eth0 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:29:01 eth0 0.66 0.12 0.12 0.01 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:30:01 eth0 1.03 0.32 0.33 0.20 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:31:01 eth0 1.18 0.47 0.36 0.22 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:32:01 eth0 0.60 0.32 0.28 0.20 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] Average: eth0 112.49 106.58 566.39 24.82 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] Average: docker0 52.38 43.78 3.91 182.40 0.00 0.00 0.00 0.00 [2021-03-29T16:32:38.978Z] [2021-03-29T16:32:38.978Z] [2021-03-29T16:32:38.978Z] ---> sar -P ALL: [2021-03-29T16:32:38.978Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) [2021-03-29T16:32:38.978Z] [2021-03-29T16:32:38.978Z] 16:07:22 LINUX RESTART (4 CPU) [2021-03-29T16:32:38.978Z] [2021-03-29T16:32:38.978Z] 16:08:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T16:32:38.978Z] 16:09:02 all 7.35 0.00 3.57 1.28 0.24 87.56 [2021-03-29T16:32:38.978Z] 16:09:02 0 7.57 0.00 4.10 0.72 0.26 87.35 [2021-03-29T16:32:38.978Z] 16:09:02 1 8.75 0.00 3.19 2.03 0.30 85.73 [2021-03-29T16:32:38.978Z] 16:09:02 2 7.34 0.00 3.87 1.46 0.24 87.10 [2021-03-29T16:32:38.978Z] 16:09:02 3 5.76 0.00 3.14 0.89 0.15 90.05 [2021-03-29T16:32:38.978Z] 16:10:01 all 15.19 0.00 8.68 1.90 0.66 73.56 [2021-03-29T16:32:38.978Z] 16:10:01 0 17.07 0.00 9.97 1.39 0.54 71.02 [2021-03-29T16:32:38.978Z] 16:10:01 1 12.86 0.00 8.35 2.04 0.70 76.05 [2021-03-29T16:32:38.978Z] 16:10:01 2 17.74 0.00 7.67 1.46 0.69 72.44 [2021-03-29T16:32:38.978Z] 16:10:01 3 13.12 0.00 8.77 2.69 0.72 74.69 [2021-03-29T16:32:38.978Z] 16:11:01 all 10.31 0.00 7.37 5.90 0.91 75.51 [2021-03-29T16:32:38.978Z] 16:11:01 0 11.07 0.00 8.33 5.24 0.98 74.39 [2021-03-29T16:32:38.978Z] 16:11:01 1 10.74 0.00 7.08 5.24 0.90 76.04 [2021-03-29T16:32:38.978Z] 16:11:01 2 10.30 0.00 7.09 7.31 0.90 74.39 [2021-03-29T16:32:38.978Z] 16:11:01 3 9.13 0.00 6.96 5.81 0.88 77.21 [2021-03-29T16:32:38.978Z] 16:12:01 all 56.39 0.00 13.33 3.30 1.58 25.40 [2021-03-29T16:32:38.978Z] 16:12:01 0 55.45 0.00 13.98 3.15 1.57 25.85 [2021-03-29T16:32:38.978Z] 16:12:01 1 55.17 0.00 13.57 3.85 1.70 25.72 [2021-03-29T16:32:38.978Z] 16:12:01 2 55.60 0.00 13.71 2.66 1.46 26.57 [2021-03-29T16:32:38.978Z] 16:12:01 3 59.34 0.00 12.08 3.56 1.59 23.44 [2021-03-29T16:32:38.978Z] 16:13:01 all 47.82 0.00 14.56 3.75 0.98 32.89 [2021-03-29T16:32:38.978Z] 16:13:01 0 49.35 0.00 14.07 3.12 0.80 32.65 [2021-03-29T16:32:38.978Z] 16:13:01 1 47.39 0.00 14.47 1.30 0.83 36.00 [2021-03-29T16:32:38.978Z] 16:13:01 2 47.80 0.00 15.08 5.82 1.20 30.11 [2021-03-29T16:32:38.978Z] 16:13:01 3 46.73 0.00 14.63 4.74 1.09 32.81 [2021-03-29T16:32:38.978Z] 16:14:01 all 26.45 0.00 12.22 5.08 1.60 54.64 [2021-03-29T16:32:38.978Z] 16:14:01 0 27.07 0.00 11.65 4.03 1.65 55.59 [2021-03-29T16:32:38.978Z] 16:14:01 1 24.63 0.00 11.37 6.40 1.48 56.12 [2021-03-29T16:32:38.978Z] 16:14:01 2 26.32 0.00 12.82 5.06 1.65 54.16 [2021-03-29T16:32:38.978Z] 16:14:01 3 27.81 0.00 13.04 4.81 1.64 52.70 [2021-03-29T16:32:38.978Z] 16:15:03 all 22.98 0.00 32.35 15.23 1.52 27.92 [2021-03-29T16:32:38.978Z] 16:15:03 0 23.01 0.00 31.70 14.71 1.61 28.97 [2021-03-29T16:32:38.978Z] 16:15:03 1 23.11 0.00 32.10 14.96 1.55 28.28 [2021-03-29T16:32:38.978Z] 16:15:03 2 21.91 0.00 33.28 15.91 1.50 27.42 [2021-03-29T16:32:38.978Z] 16:15:03 3 23.91 0.00 32.31 15.36 1.41 27.01 [2021-03-29T16:32:38.978Z] 16:16:01 all 62.74 0.00 20.96 7.21 0.40 8.68 [2021-03-29T16:32:38.978Z] 16:16:01 0 63.08 0.00 20.79 6.31 0.35 9.46 [2021-03-29T16:32:38.978Z] 16:16:01 1 61.69 0.00 21.55 7.87 0.41 8.49 [2021-03-29T16:32:38.978Z] 16:16:01 2 62.44 0.00 21.37 8.00 0.39 7.80 [2021-03-29T16:32:38.978Z] 16:16:01 3 63.74 0.00 20.13 6.68 0.47 8.98 [2021-03-29T16:32:38.978Z] 16:17:01 all 24.49 0.00 24.67 18.21 0.63 32.00 [2021-03-29T16:32:38.978Z] 16:17:01 0 23.60 0.00 24.43 14.33 0.72 36.92 [2021-03-29T16:32:38.978Z] 16:17:01 1 25.00 0.00 24.55 19.18 0.62 30.66 [2021-03-29T16:32:38.978Z] 16:17:01 2 24.73 0.00 25.14 19.72 0.58 29.83 [2021-03-29T16:32:38.978Z] 16:17:01 3 24.64 0.00 24.57 19.64 0.59 30.57 [2021-03-29T16:32:38.978Z] 16:18:03 all 48.42 0.00 22.15 16.03 0.54 12.85 [2021-03-29T16:32:38.978Z] 16:18:03 0 48.88 0.00 22.20 16.52 0.52 11.88 [2021-03-29T16:32:38.978Z] 16:18:03 1 47.19 0.00 22.54 16.65 0.57 13.05 [2021-03-29T16:32:38.978Z] 16:18:03 2 48.18 0.00 23.26 16.95 0.57 11.04 [2021-03-29T16:32:38.978Z] 16:18:03 3 49.44 0.00 20.61 13.99 0.51 15.45 [2021-03-29T16:32:38.978Z] 16:19:01 all 8.58 0.00 6.34 5.69 0.25 79.13 [2021-03-29T16:32:38.978Z] 16:19:01 0 9.25 0.00 6.45 6.06 0.23 78.01 [2021-03-29T16:32:38.978Z] 16:19:01 1 8.11 0.00 5.79 4.52 0.30 81.28 [2021-03-29T16:32:38.978Z] 16:19:01 2 8.21 0.00 5.88 6.16 0.23 79.52 [2021-03-29T16:32:38.978Z] 16:19:01 3 8.77 0.00 7.27 6.01 0.25 77.71 [2021-03-29T16:32:38.978Z] [2021-03-29T16:32:38.978Z] 16:19:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T16:32:38.978Z] 16:20:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-03-29T16:32:38.978Z] 16:20:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2021-03-29T16:32:38.978Z] 16:20:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-03-29T16:32:38.978Z] 16:20:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T16:32:38.978Z] 16:20:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-29T16:32:38.978Z] 16:21:01 all 0.20 0.00 0.15 0.01 0.01 99.63 [2021-03-29T16:32:38.978Z] 16:21:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2021-03-29T16:32:38.978Z] 16:21:01 1 0.57 0.00 0.10 0.02 0.02 99.30 [2021-03-29T16:32:38.978Z] 16:21:01 2 0.13 0.00 0.40 0.00 0.02 99.45 [2021-03-29T16:32:38.978Z] 16:21:01 3 0.07 0.00 0.05 0.02 0.02 99.85 [2021-03-29T16:32:38.978Z] 16:22:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-03-29T16:32:38.979Z] 16:22:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-29T16:32:38.979Z] 16:22:01 1 0.43 0.00 0.07 0.00 0.00 99.50 [2021-03-29T16:32:38.979Z] 16:22:01 2 0.10 0.00 0.02 0.00 0.00 99.88 [2021-03-29T16:32:38.979Z] 16:22:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2021-03-29T16:32:38.979Z] 16:23:01 all 0.08 0.00 0.07 0.03 0.02 99.81 [2021-03-29T16:32:38.979Z] 16:23:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2021-03-29T16:32:38.979Z] 16:23:01 1 0.03 0.00 0.10 0.10 0.03 99.73 [2021-03-29T16:32:38.979Z] 16:23:01 2 0.17 0.00 0.05 0.00 0.02 99.77 [2021-03-29T16:32:38.979Z] 16:23:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-29T16:32:38.979Z] 16:24:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-03-29T16:32:38.979Z] 16:24:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2021-03-29T16:32:38.979Z] 16:24:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-29T16:32:38.979Z] 16:24:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-29T16:32:38.979Z] 16:24:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-03-29T16:32:38.979Z] 16:25:01 all 0.16 0.00 0.02 0.00 0.01 99.81 [2021-03-29T16:32:38.979Z] 16:25:01 0 0.07 0.00 0.07 0.00 0.03 99.83 [2021-03-29T16:32:38.979Z] 16:25:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-29T16:32:38.979Z] 16:25:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-03-29T16:32:38.979Z] 16:25:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2021-03-29T16:32:38.979Z] 16:26:01 all 0.14 0.00 0.03 0.00 0.01 99.82 [2021-03-29T16:32:38.979Z] 16:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T16:32:38.979Z] 16:26:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-03-29T16:32:38.979Z] 16:26:01 2 0.48 0.00 0.02 0.00 0.00 99.50 [2021-03-29T16:32:38.979Z] 16:26:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-03-29T16:32:38.979Z] 16:27:01 all 0.14 0.00 0.02 0.01 0.00 99.83 [2021-03-29T16:32:38.979Z] 16:27:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2021-03-29T16:32:38.979Z] 16:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T16:32:38.979Z] 16:27:01 2 0.50 0.00 0.02 0.02 0.00 99.47 [2021-03-29T16:32:38.979Z] 16:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-03-29T16:32:38.979Z] 16:28:02 all 0.12 0.00 0.05 0.01 0.00 99.81 [2021-03-29T16:32:38.979Z] 16:28:02 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T16:32:38.979Z] 16:28:02 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-29T16:32:38.979Z] 16:28:02 2 0.35 0.00 0.03 0.00 0.00 99.62 [2021-03-29T16:32:38.979Z] 16:28:02 3 0.03 0.00 0.10 0.05 0.00 99.82 [2021-03-29T16:32:38.979Z] 16:29:01 all 0.04 0.00 0.03 0.00 0.00 99.94 [2021-03-29T16:32:38.979Z] 16:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-29T16:32:38.979Z] 16:29:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-29T16:32:38.979Z] 16:29:01 2 0.10 0.00 0.05 0.00 0.00 99.85 [2021-03-29T16:32:38.979Z] 16:29:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2021-03-29T16:32:38.979Z] 16:30:01 all 0.17 0.00 0.02 0.00 0.01 99.80 [2021-03-29T16:32:38.979Z] 16:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T16:32:38.979Z] 16:30:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-29T16:32:38.979Z] 16:30:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-03-29T16:32:38.979Z] 16:30:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2021-03-29T16:32:38.979Z] [2021-03-29T16:32:38.979Z] 16:30:01 CPU %user %nice %system %iowait %steal %idle [2021-03-29T16:32:38.979Z] 16:31:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-03-29T16:32:38.979Z] 16:31:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-03-29T16:32:38.979Z] 16:31:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-29T16:32:38.979Z] 16:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-29T16:32:38.979Z] 16:31:01 3 0.48 0.00 0.03 0.00 0.00 99.48 [2021-03-29T16:32:38.979Z] 16:32:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-03-29T16:32:38.979Z] 16:32:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-29T16:32:38.979Z] 16:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-29T16:32:38.979Z] 16:32:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-29T16:32:38.979Z] 16:32:01 3 0.52 0.00 0.05 0.00 0.00 99.43 [2021-03-29T16:32:38.979Z] Average: all 13.32 0.00 6.72 3.37 0.38 76.21 [2021-03-29T16:32:38.979Z] Average: 0 13.47 0.00 6.79 3.06 0.38 76.31 [2021-03-29T16:32:38.979Z] Average: 1 13.08 0.00 6.65 3.40 0.38 76.49 [2021-03-29T16:32:38.979Z] Average: 2 13.39 0.00 6.85 3.66 0.38 75.72 [2021-03-29T16:32:38.979Z] Average: 3 13.33 0.00 6.58 3.39 0.38 76.33 [2021-03-29T16:32:38.979Z] [2021-03-29T16:32:38.979Z] [2021-03-29T16:32:38.979Z]