Pull request #3300 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 004dcdb273b5416b80131c32e844fcd87a59a9a7+198f9b068ce8fd0f3750699c6138f775e08cd39d (a39ad4cae21aba3483a537dd9847b0dc92cfdbc7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31881’ is offline Running on prd-centos7-docker-4c-2g-31883 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 198f9b068ce8fd0f3750699c6138f775e08cd39d into PR head commit 004dcdb273b5416b80131c32e844fcd87a59a9a7 > 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/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 Merge succeeded, producing 004dcdb273b5416b80131c32e844fcd87a59a9a7 Checking out Revision 004dcdb273b5416b80131c32e844fcd87a59a9a7 (PR-3300) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 198f9b068ce8fd0f3750699c6138f775e08cd39d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" > git rev-list --no-walk 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T22:45:12.406Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T22:45:12.686Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T22:45:12.800Z] ========================================================= [2021-03-29T22:45:12.800Z] EdgeX Global Pipelines Version Info [2021-03-29T22:45:12.800Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T22:45:15.775Z] ------------------- [2021-03-29T22:45:15.775Z] stable info: [2021-03-29T22:45:15.775Z] ------------------- [2021-03-29T22:45:15.775Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T22:45:15.775Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T22:45:15.776Z] Message: update stable to v1.0.186 [2021-03-29T22:45:16.732Z] ------------------- [2021-03-29T22:45:16.732Z] experimental info: [2021-03-29T22:45:16.732Z] ------------------- [2021-03-29T22:45:16.732Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T22:45:16.732Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T22:45:16.732Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T22:45:17.018Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T22:45:17.104Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T22:45:17.197Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T22:45:17.294Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T22:45:17.377Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T22:45:17.460Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T22:45:17.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T22:45:17.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T22:45:17.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T22:45:17.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T22:45:17.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T22:45:17.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T22:45:18.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T22:45:18.163Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T22:45:18.245Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T22:45:18.328Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T22:45:18.409Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T22:45:18.536Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T22:45:18.619Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T22:45:18.700Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T22:45:18.784Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T22:45:18.942Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T22:45:19.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3300 [Pipeline] echo [2021-03-29T22:45:19.114Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3300 [Pipeline] echo [2021-03-29T22:45:19.234Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3300 [Pipeline] echo [2021-03-29T22:45:19.337Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 004dcdb273b5416b80131c32e844fcd87a59a9a7 [Pipeline] echo [2021-03-29T22:45:19.422Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 004dcdb [Pipeline] echo [2021-03-29T22:45:19.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T22:45:19.680Z] provisioning config files... [2021-03-29T22:45:19.716Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7261963026086539573tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T22:45:20.085Z] ---> docker-login.sh [2021-03-29T22:45:20.085Z] nexus3.edgexfoundry.org:10001 [2021-03-29T22:45:21.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T22:45:21.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T22:45:21.377Z] Configure a credential helper to remove this warning. See [2021-03-29T22:45:21.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T22:45:21.377Z] [2021-03-29T22:45:21.377Z] Login Succeeded [2021-03-29T22:45:21.377Z] nexus3.edgexfoundry.org:10002 [2021-03-29T22:45:21.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T22:45:21.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T22:45:21.648Z] Configure a credential helper to remove this warning. See [2021-03-29T22:45:21.648Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T22:45:21.648Z] [2021-03-29T22:45:21.648Z] Login Succeeded [2021-03-29T22:45:21.648Z] nexus3.edgexfoundry.org:10003 [2021-03-29T22:45:21.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T22:45:21.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T22:45:21.916Z] Configure a credential helper to remove this warning. See [2021-03-29T22:45:21.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T22:45:21.916Z] [2021-03-29T22:45:21.916Z] Login Succeeded [2021-03-29T22:45:21.916Z] nexus3.edgexfoundry.org:10004 [2021-03-29T22:45:22.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T22:45:22.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T22:45:22.188Z] Configure a credential helper to remove this warning. See [2021-03-29T22:45:22.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T22:45:22.188Z] [2021-03-29T22:45:22.188Z] Login Succeeded [2021-03-29T22:45:22.188Z] docker.io [2021-03-29T22:45:22.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T22:45:22.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T22:45:22.740Z] Configure a credential helper to remove this warning. See [2021-03-29T22:45:22.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T22:45:22.740Z] [2021-03-29T22:45:22.740Z] Login Succeeded [2021-03-29T22:45:22.740Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T22:45:22.763Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T22:45:23.270Z] ++ 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-29T22:45:23.270Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T22:45:23.270Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T22:45:23.270Z] ++ cut -d/ -f2 [2021-03-29T22:45:23.270Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T22:45:23.270Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T22:45:23.270Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T22:45:23.270Z] ++ cut -d/ -f2 [2021-03-29T22:45:23.270Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T22:45:23.270Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T22:45:23.270Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T22:45:23.270Z] ++ cut -d/ -f2 [2021-03-29T22:45:23.270Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T22:45:23.270Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T22:45:23.270Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T22:45:23.270Z] ++ cut -d/ -f2 [2021-03-29T22:45:23.270Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T22:45:23.270Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T22:45:23.270Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T22:45:23.270Z] ++ cut -d/ -f2 [2021-03-29T22:45:23.270Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T22:45:23.270Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T22:45:23.270Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T22:45:23.270Z] ++ cut -d/ -f2 [2021-03-29T22:45:23.270Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T22:45:23.270Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T22:45:23.270Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T22:45:23.270Z] ++ cut -d/ -f2 [2021-03-29T22:45:23.270Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T22:45:23.270Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T22:45:23.270Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T22:45:23.270Z] ++ cut -d/ -f2 [2021-03-29T22:45:23.270Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T22:45:23.270Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T22:45:23.270Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T22:45:23.270Z] ++ cut -d/ -f2 [2021-03-29T22:45:23.270Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T22:45:23.389Z] 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-29T22:45:24.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T22:45:24.337Z] [2021-03-29T22:45:24.337Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:45:24.710Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T22:45:24.710Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T22:45:24.710Z] 31603596830f: Pulling fs layer [2021-03-29T22:45:24.710Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T22:45:24.710Z] 6ca5941a6612: Pulling fs layer [2021-03-29T22:45:24.710Z] ecc8261a40a4: Pulling fs layer [2021-03-29T22:45:24.710Z] ecc8261a40a4: Waiting [2021-03-29T22:45:24.710Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T22:45:24.710Z] 2a8b12db71e7: Download complete [2021-03-29T22:45:24.993Z] 31603596830f: Verifying Checksum [2021-03-29T22:45:24.993Z] 31603596830f: Download complete [2021-03-29T22:45:24.993Z] 6ca5941a6612: Verifying Checksum [2021-03-29T22:45:24.993Z] 6ca5941a6612: Download complete [2021-03-29T22:45:25.304Z] ecc8261a40a4: Verifying Checksum [2021-03-29T22:45:25.304Z] ecc8261a40a4: Download complete [2021-03-29T22:45:25.905Z] 31603596830f: Pull complete [2021-03-29T22:45:26.197Z] 2a8b12db71e7: Pull complete [2021-03-29T22:45:28.317Z] 6ca5941a6612: Pull complete [2021-03-29T22:45:29.319Z] ecc8261a40a4: Pull complete [2021-03-29T22:45:29.319Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T22:45:29.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T22:45:29.319Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T22:45:29.478Z] prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container [2021-03-29T22:45:29.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10004/edgex-devops/git-semver:latest cat [2021-03-29T22:45:32.886Z] $ docker top 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T22:45:33.402Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T22:45:33.402Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T22:45:34.640Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T22:45:34.646Z] $ docker exec 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 ssh-agent [2021-03-29T22:45:34.933Z] SSH_AUTH_SOCK=/tmp/ssh-xwEK08BrdNyi/agent.11 [2021-03-29T22:45:34.933Z] SSH_AGENT_PID=17 [2021-03-29T22:45:34.947Z] Running ssh-add (command line suppressed) [2021-03-29T22:45:35.224Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1199061024605519215.key (/w/workspace/edgex-go/5@tmp/private_key_1199061024605519215.key) [2021-03-29T22:45:35.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T22:45:36.068Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T22:45:36.096Z] $ docker exec --env ******** --env ******** 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 ssh-agent -k [2021-03-29T22:45:36.289Z] unset SSH_AUTH_SOCK; [2021-03-29T22:45:36.290Z] unset SSH_AGENT_PID; [2021-03-29T22:45:36.290Z] echo Agent pid 17 killed; [2021-03-29T22:45:36.370Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T22:45:36.524Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T22:45:36.524Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T22:45:36.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T22:45:36.825Z] $ docker exec 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 ssh-agent [2021-03-29T22:45:37.197Z] SSH_AUTH_SOCK=/tmp/ssh-u1ofzK3rp5Ql/agent.45 [2021-03-29T22:45:37.197Z] SSH_AGENT_PID=50 [2021-03-29T22:45:37.214Z] Running ssh-add (command line suppressed) [2021-03-29T22:45:37.404Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_6126201488543305160.key (/w/workspace/edgex-go/5@tmp/private_key_6126201488543305160.key) [2021-03-29T22:45:37.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T22:45:37.893Z] + git semver init [2021-03-29T22:45:38.175Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T22:45:38.175Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-03-29T22:45:38.175Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-03-29T22:45:38.175Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T22:45:38.175Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T22:45:38.175Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T22:45:38.175Z] # $SEMVER_BRANCH = PR-3300 [2021-03-29T22:45:38.175Z] # $SEMVER_TEMP = /tmp/semver-801463692 [2021-03-29T22:45:38.175Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T22:46:17.520Z] # '/tmp/semver-801463692' -> '/w/workspace/edgex-go/5/.semver' [2021-03-29T22:46:17.520Z] # -> Force: false [2021-03-29T22:46:17.520Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-03-29T22:46:17.559Z] $ docker exec --env ******** --env ******** 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 ssh-agent -k [2021-03-29T22:46:18.462Z] unset SSH_AUTH_SOCK; [2021-03-29T22:46:18.467Z] unset SSH_AGENT_PID; [2021-03-29T22:46:18.467Z] echo Agent pid 50 killed; [2021-03-29T22:46:18.728Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T22:46:19.479Z] + git semver [Pipeline] } [2021-03-29T22:46:19.784Z] $ docker stop --time=1 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 [2021-03-29T22:46:22.033Z] $ docker rm -f 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T22:46:22.789Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T22:46:23.859Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T22:46:23.862Z] [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-29T22:46:24.751Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T22:46:25.100Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T22:46:25.489Z] + sudo service docker restart [2021-03-29T22:46:25.489Z] + true [2021-03-29T22:46:25.489Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T22:46:26.943Z] ========================================================= [2021-03-29T22:46:26.943Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T22:46:26.943Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:46:27.347Z] + 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-29T22:46:37.767Z] Sending build context to Docker daemon 329MB [2021-03-29T22:46:37.767Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T22:46:37.767Z] Step 2/6 : FROM ${BASE} [2021-03-29T22:46:37.767Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T22:46:37.767Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T22:46:37.767Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T22:46:37.767Z] de9db76c5a1d: Pulling fs layer [2021-03-29T22:46:37.767Z] bca2f99d35d6: Pulling fs layer [2021-03-29T22:46:37.767Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T22:46:37.767Z] 7c6f9722023f: Pulling fs layer [2021-03-29T22:46:37.767Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T22:46:37.767Z] 7c6f9722023f: Waiting [2021-03-29T22:46:37.767Z] a35cf1a2eb13: Waiting [2021-03-29T22:46:37.767Z] 93359f2a8cfa: Waiting [2021-03-29T22:46:37.767Z] de9db76c5a1d: Verifying Checksum [2021-03-29T22:46:37.767Z] de9db76c5a1d: Download complete [2021-03-29T22:46:37.767Z] 0ef7d3d256c8: Download complete [2021-03-29T22:46:37.767Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T22:46:37.767Z] 93359f2a8cfa: Download complete [2021-03-29T22:46:37.767Z] 7c6f9722023f: Verifying Checksum [2021-03-29T22:46:37.767Z] 7c6f9722023f: Download complete [2021-03-29T22:46:37.767Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T22:46:37.767Z] 188c0c94c7c5: Download complete [2021-03-29T22:46:38.156Z] 188c0c94c7c5: Pull complete [2021-03-29T22:46:38.532Z] 0ef7d3d256c8: Pull complete [2021-03-29T22:46:38.895Z] de9db76c5a1d: Pull complete [2021-03-29T22:46:39.237Z] Still waiting to schedule task [2021-03-29T22:46:39.238Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-29T22:46:42.509Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T22:46:42.509Z] a35cf1a2eb13: Download complete [2021-03-29T22:46:43.626Z] bca2f99d35d6: Verifying Checksum [2021-03-29T22:46:43.627Z] bca2f99d35d6: Download complete [2021-03-29T22:46:56.253Z] bca2f99d35d6: Pull complete [2021-03-29T22:46:56.253Z] 93359f2a8cfa: Pull complete [2021-03-29T22:46:56.253Z] 7c6f9722023f: Pull complete [2021-03-29T22:47:06.901Z] a35cf1a2eb13: Pull complete [2021-03-29T22:47:06.901Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T22:47:06.901Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T22:47:06.901Z] ---> a62c8e92a672 [2021-03-29T22:47:06.901Z] 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-29T22:47:07.632Z] ---> Running in 7b9cbee8397d [2021-03-29T22:47:09.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T22:47:10.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T22:47:10.757Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T22:47:10.758Z] (2/12) Installing file (5.38-r0) [2021-03-29T22:47:10.758Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T22:47:11.037Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T22:47:16.553Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T22:47:16.553Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T22:47:16.836Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T22:47:16.836Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T22:47:16.836Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T22:47:17.121Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T22:47:17.121Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T22:47:17.121Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T22:47:17.410Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T22:47:17.410Z] OK: 233 MiB in 51 packages [2021-03-29T22:47:23.360Z] Removing intermediate container 7b9cbee8397d [2021-03-29T22:47:23.360Z] ---> 80a07f884310 [2021-03-29T22:47:23.360Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T22:47:23.360Z] ---> Running in a259dac80ad0 [2021-03-29T22:47:24.053Z] Removing intermediate container a259dac80ad0 [2021-03-29T22:47:24.053Z] ---> eff1e22c9c27 [2021-03-29T22:47:24.053Z] Step 5/6 : COPY go.mod . [2021-03-29T22:47:24.932Z] ---> 959f346628ae [2021-03-29T22:47:24.932Z] Step 6/6 : RUN go mod download [2021-03-29T22:47:25.271Z] ---> Running in 23759f4d1093 [2021-03-29T22:48:04.755Z] Removing intermediate container 23759f4d1093 [2021-03-29T22:48:04.755Z] ---> dae510fc3120 [2021-03-29T22:48:04.755Z] Successfully built dae510fc3120 [2021-03-29T22:48:04.755Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:48:05.204Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T22:48:05.477Z] . [Pipeline] withDockerContainer [2021-03-29T22:48:05.679Z] prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container [2021-03-29T22:48:05.859Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T22:48:07.610Z] $ docker top 434ec06f72e8c973b6fea3e1769ce7b82aa30120afc36f4a171470f1db7a680a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T22:48:09.073Z] + go version [2021-03-29T22:48:09.073Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T22:48:09.090Z] $ docker stop --time=1 434ec06f72e8c973b6fea3e1769ce7b82aa30120afc36f4a171470f1db7a680a [2021-03-29T22:48:10.746Z] $ docker rm -f 434ec06f72e8c973b6fea3e1769ce7b82aa30120afc36f4a171470f1db7a680a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:48:11.630Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T22:48:11.630Z] . [Pipeline] withDockerContainer [2021-03-29T22:48:11.819Z] prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container [2021-03-29T22:48:12.068Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T22:48:13.261Z] $ docker top bd56b833e9bd95bdf51b637d2037ea3d30c5f3e14bf74cecdca9be5edd45a999 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T22:48:13.652Z] ========================================================= [2021-03-29T22:48:13.652Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T22:48:13.652Z] ========================================================= [Pipeline] sh [2021-03-29T22:48:14.457Z] + make test [2021-03-29T22:48:14.457Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T22:48:37.203Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T22:49:17.538Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T22:49:33.586Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T22:49:33.586Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T22:49:33.586Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T22:49:40.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T22:49:40.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T22:49:40.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T22:49:40.818Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T22:49:43.227Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T22:49:44.661Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T22:49:52.203Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T22:49:52.203Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T22:49:52.203Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T22:49:56.034Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31888 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws [2021-03-29T22:49:56.126Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-29T22:49:57.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.270s coverage: 45.9% of statements [2021-03-29T22:49:57.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T22:49:57.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T22:49:57.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T22:49:57.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T22:49:57.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T22:49:57.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T22:49:57.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.122s coverage: 19.8% of statements [2021-03-29T22:49:57.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.222s coverage: 100.0% of statements [2021-03-29T22:50:01.251Z] using credential edgex-jenkins-ssh [2021-03-29T22:50:01.309Z] Cloning the remote Git repository [2021-03-29T22:50:01.374Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T22:50:01.495Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-29T22:50:01.566Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T22:50:01.567Z] > git --version # timeout=10 [2021-03-29T22:50:01.588Z] > git --version # 'git version 2.17.1' [2021-03-29T22:50:01.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T22:50:01.729Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T22:50:06.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.641s coverage: 27.1% of statements [2021-03-29T22:50:06.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T22:50:06.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T22:50:06.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T22:50:06.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T22:50:06.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T22:50:06.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T22:50:06.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.101s coverage: 100.0% of statements [2021-03-29T22:50:06.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T22:50:06.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.125s coverage: 100.0% of statements [2021-03-29T22:50:06.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T22:50:06.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T22:50:06.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 71.3% of statements [2021-03-29T22:50:06.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T22:50:06.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T22:50:07.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.486s coverage: 82.9% of statements [2021-03-29T22:50:07.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T22:50:07.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T22:50:07.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.302s coverage: 78.9% of statements [2021-03-29T22:50:07.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T22:50:15.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.766s coverage: 28.6% of statements [2021-03-29T22:50:15.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T22:50:15.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T22:50:15.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T22:50:15.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T22:50:15.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T22:50:15.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.262s coverage: 100.0% of statements [2021-03-29T22:50:15.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T22:50:15.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.121s coverage: 100.0% of statements [2021-03-29T22:50:15.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T22:50:15.991Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.359s coverage: 86.7% of statements [2021-03-29T22:50:15.991Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T22:50:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.727s coverage: 97.5% of statements [2021-03-29T22:50:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T22:50:16.622Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.219s coverage: 78.3% of statements [2021-03-29T22:50:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T22:50:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T22:50:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T22:50:16.622Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T22:50:20.045Z] Merging remotes/origin/master commit 198f9b068ce8fd0f3750699c6138f775e08cd39d into PR head commit 004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T22:50:19.229Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T22:50:19.246Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T22:50:19.285Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T22:50:19.322Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T22:50:19.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T22:50:19.339Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T22:50:20.068Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T22:50:20.081Z] > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 [2021-03-29T22:50:20.403Z] > git remote # timeout=10 [2021-03-29T22:50:20.419Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T22:50:20.472Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T22:50:20.584Z] Merge succeeded, producing 004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T22:50:20.585Z] Checking out Revision 004dcdb273b5416b80131c32e844fcd87a59a9a7 (PR-3300) [2021-03-29T22:50:20.503Z] > git merge 198f9b068ce8fd0f3750699c6138f775e08cd39d # timeout=10 [2021-03-29T22:50:20.563Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T22:50:20.594Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T22:50:20.630Z] > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 [2021-03-29T22:50:25.159Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" [2021-03-29T22:50:25.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.268s coverage: 92.8% of statements [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T22:50:25.345Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.216s coverage: 58.8% of statements [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T22:50:25.345Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 1.0% of statements [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T22:50:25.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T22:50:25.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.248s coverage: 47.1% of statements [2021-03-29T22:50:25.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.276s coverage: 79.5% of statements [2021-03-29T22:50:25.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.161s coverage: 94.1% of statements [2021-03-29T22:50:25.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.118s coverage: 96.3% of statements [2021-03-29T22:50:25.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.137s coverage: 87.5% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T22:50:26.678Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-29T22:50:27.091Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T22:50:27.447Z] + + sudo servicetrue docker restart [2021-03-29T22:50:27.447Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T22:50:30.170Z] provisioning config files... [2021-03-29T22:50:30.216Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5905700691451114025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T22:50:30.727Z] ---> docker-login.sh [2021-03-29T22:50:30.727Z] nexus3.edgexfoundry.org:10001 [2021-03-29T22:50:31.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T22:50:31.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T22:50:31.941Z] Configure a credential helper to remove this warning. See [2021-03-29T22:50:31.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T22:50:31.941Z] [2021-03-29T22:50:31.941Z] Login Succeeded [2021-03-29T22:50:31.941Z] nexus3.edgexfoundry.org:10002 [2021-03-29T22:50:32.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T22:50:32.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T22:50:32.497Z] Configure a credential helper to remove this warning. See [2021-03-29T22:50:32.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T22:50:32.497Z] [2021-03-29T22:50:32.497Z] Login Succeeded [2021-03-29T22:50:32.497Z] nexus3.edgexfoundry.org:10003 [2021-03-29T22:50:32.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T22:50:33.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T22:50:33.058Z] Configure a credential helper to remove this warning. See [2021-03-29T22:50:33.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T22:50:33.058Z] [2021-03-29T22:50:33.058Z] Login Succeeded [2021-03-29T22:50:33.058Z] nexus3.edgexfoundry.org:10004 [2021-03-29T22:50:33.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T22:50:33.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T22:50:33.616Z] Configure a credential helper to remove this warning. See [2021-03-29T22:50:33.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T22:50:33.616Z] [2021-03-29T22:50:33.616Z] Login Succeeded [2021-03-29T22:50:33.616Z] docker.io [2021-03-29T22:50:33.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T22:50:34.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T22:50:34.161Z] Configure a credential helper to remove this warning. See [2021-03-29T22:50:34.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T22:50:34.161Z] [2021-03-29T22:50:34.161Z] Login Succeeded [2021-03-29T22:50:34.161Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T22:50:34.178Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T22:50:34.588Z] ========================================================= [2021-03-29T22:50:34.588Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T22:50:34.588Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:50:34.973Z] + 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-29T22:50:37.636Z] Sending build context to Docker daemon 167MB [2021-03-29T22:50:37.636Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T22:50:37.636Z] Step 2/6 : FROM ${BASE} [2021-03-29T22:50:37.636Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T22:50:37.636Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T22:50:37.636Z] a4357932f1b6: Pulling fs layer [2021-03-29T22:50:37.636Z] 18c013af1878: Pulling fs layer [2021-03-29T22:50:37.636Z] 00ac8860ef70: Pulling fs layer [2021-03-29T22:50:37.636Z] 63d7cb157983: Pulling fs layer [2021-03-29T22:50:37.636Z] b116817d02f9: Pulling fs layer [2021-03-29T22:50:37.636Z] 745a02a5169b: Pulling fs layer [2021-03-29T22:50:37.636Z] 00ac8860ef70: Waiting [2021-03-29T22:50:37.636Z] 63d7cb157983: Waiting [2021-03-29T22:50:37.636Z] b116817d02f9: Waiting [2021-03-29T22:50:37.636Z] 745a02a5169b: Waiting [2021-03-29T22:50:37.636Z] 18c013af1878: Verifying Checksum [2021-03-29T22:50:37.636Z] 18c013af1878: Download complete [2021-03-29T22:50:37.636Z] a4357932f1b6: Verifying Checksum [2021-03-29T22:50:37.636Z] a4357932f1b6: Download complete [2021-03-29T22:50:37.636Z] 63d7cb157983: Download complete [2021-03-29T22:50:37.636Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T22:50:37.636Z] 5f621e34cdf4: Download complete [2021-03-29T22:50:37.636Z] b116817d02f9: Verifying Checksum [2021-03-29T22:50:37.636Z] b116817d02f9: Download complete [2021-03-29T22:50:37.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.152s coverage: 94.4% of statements [2021-03-29T22:50:37.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.077s coverage: 44.8% of statements [2021-03-29T22:50:38.244Z] 5f621e34cdf4: Pull complete [2021-03-29T22:50:38.851Z] a4357932f1b6: Pull complete [2021-03-29T22:50:39.458Z] 18c013af1878: Pull complete [2021-03-29T22:50:40.436Z] 745a02a5169b: Verifying Checksum [2021-03-29T22:50:40.436Z] 745a02a5169b: Download complete [2021-03-29T22:50:40.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.727s coverage: 82.6% of statements [2021-03-29T22:50:41.425Z] 00ac8860ef70: Verifying Checksum [2021-03-29T22:50:41.425Z] 00ac8860ef70: Download complete [2021-03-29T22:50:51.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.188s coverage: 92.9% of statements [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T22:50:51.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 77.8% of statements [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T22:50:51.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.129s coverage: 87.2% of statements [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T22:50:51.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T22:50:51.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements [2021-03-29T22:50:51.165Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T22:50:51.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.123s coverage: 80.8% of statements [2021-03-29T22:50:51.165Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.155s coverage: 84.6% of statements [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.486s coverage: 91.6% of statements [2021-03-29T22:50:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.377s coverage: 64.4% of statements [2021-03-29T22:50:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T22:50:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.896s coverage: 69.0% of statements [2021-03-29T22:50:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T22:50:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T22:50:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.311s coverage: 38.4% of statements [2021-03-29T22:50:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T22:50:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements [2021-03-29T22:50:51.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T22:50:51.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.089s coverage: 84.8% of statements [2021-03-29T22:50:51.591Z] 00ac8860ef70: Pull complete [2021-03-29T22:50:51.866Z] 63d7cb157983: Pull complete [2021-03-29T22:50:52.138Z] b116817d02f9: Pull complete [2021-03-29T22:50:55.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.244s coverage: 47.0% of statements [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T22:50:55.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.265s coverage: 100.0% of statements [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T22:50:55.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.177s coverage: 100.0% of statements [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T22:50:55.729Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.292s coverage: 87.1% of statements [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T22:50:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T22:50:56.463Z] 745a02a5169b: Pull complete [2021-03-29T22:50:56.463Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T22:50:56.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T22:50:56.463Z] ---> b7e6874047d6 [2021-03-29T22:50:56.463Z] 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-29T22:50:59.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.138s coverage: 29.1% of statements [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T22:50:59.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.139s coverage: 99.0% of statements [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T22:50:59.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.199s coverage: 100.0% of statements [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T22:50:59.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.166s coverage: 94.6% of statements [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T22:50:59.266Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.085s coverage: 0.0% of statements [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T22:50:59.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.095s coverage: 100.0% of statements [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T22:50:59.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T22:50:59.266Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T22:50:59.851Z] ---> Running in fb8376785793 [2021-03-29T22:50:59.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-03-29T22:51:00.548Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.076s coverage: 32.1% of statements [2021-03-29T22:51:00.820Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.105s coverage: 100.0% of statements [2021-03-29T22:51:00.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T22:51:01.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T22:51:02.321Z] GO111MODULE=on go vet ./... [2021-03-29T22:51:02.793Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T22:51:02.793Z] (2/12) Installing file (5.38-r0) [2021-03-29T22:51:03.065Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T22:51:03.065Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T22:51:07.374Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T22:51:07.374Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T22:51:07.374Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T22:51:07.374Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T22:51:07.374Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T22:51:07.374Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T22:51:07.374Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T22:51:07.374Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T22:51:07.374Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T22:51:07.374Z] OK: 217 MiB in 51 packages [2021-03-29T22:51:11.679Z] Removing intermediate container fb8376785793 [2021-03-29T22:51:11.679Z] ---> 14ef2c17481f [2021-03-29T22:51:11.679Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T22:51:11.679Z] ---> Running in 2cccff255f97 [2021-03-29T22:51:12.273Z] Removing intermediate container 2cccff255f97 [2021-03-29T22:51:12.273Z] ---> 43f29e169b65 [2021-03-29T22:51:12.273Z] Step 5/6 : COPY go.mod . [2021-03-29T22:51:12.869Z] ---> 4e079d712d87 [2021-03-29T22:51:12.869Z] Step 6/6 : RUN go mod download [2021-03-29T22:51:13.143Z] ---> Running in e32d5ad94503 [2021-03-29T22:51:39.939Z] Removing intermediate container e32d5ad94503 [2021-03-29T22:51:39.939Z] ---> c7295e2bb559 [2021-03-29T22:51:39.939Z] Successfully built c7295e2bb559 [2021-03-29T22:51:39.939Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:51:40.291Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T22:51:40.291Z] . [Pipeline] withDockerContainer [2021-03-29T22:51:40.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-31888 does not seem to be running inside a container [2021-03-29T22:51:40.691Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T22:51:42.320Z] $ docker top c52b89ad328510c49b72d31bd634a3c8863e9572d16d22e6571813bb17dbc8ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T22:51:43.397Z] + go version [2021-03-29T22:51:43.397Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T22:51:43.428Z] $ docker stop --time=1 c52b89ad328510c49b72d31bd634a3c8863e9572d16d22e6571813bb17dbc8ed [2021-03-29T22:51:45.465Z] $ docker rm -f c52b89ad328510c49b72d31bd634a3c8863e9572d16d22e6571813bb17dbc8ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:51:46.593Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T22:51:46.593Z] . [Pipeline] withDockerContainer [2021-03-29T22:51:46.881Z] prd-ubuntu18.04-docker-arm64-4c-16g-31888 does not seem to be running inside a container [2021-03-29T22:51:47.000Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T22:51:48.592Z] $ docker top 36ab66c1cf2a3d21b889c24f0f2b12e49517d4c867eda540d8863a9e90ab37a8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T22:51:49.023Z] ========================================================= [2021-03-29T22:51:49.023Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T22:51:49.023Z] ========================================================= [Pipeline] sh [2021-03-29T22:51:49.675Z] + make test [2021-03-29T22:51:49.675Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T22:52:12.130Z] gofmt -l . [2021-03-29T22:52:12.131Z] [ "`gofmt -l .`" = "" ] [2021-03-29T22:52:12.402Z] ./bin/test-go-mod-tidy.sh [2021-03-29T22:52:14.427Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T22:52:16.492Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T22:52:16.637Z] + ls -al . [2021-03-29T22:52:16.637Z] total 780 [2021-03-29T22:52:16.637Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 22:52 . [2021-03-29T22:52:16.637Z] drwxr-xr-x 4 root root 28 Mar 29 22:48 .. [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 22:45 .dockerignore [2021-03-29T22:52:16.637Z] drwxrwxr-x 8 1001 1001 179 Mar 29 22:45 .git [2021-03-29T22:52:16.637Z] drwxrwxr-x 3 1001 1001 125 Mar 29 22:45 .github [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 22:45 .gitignore [2021-03-29T22:52:16.637Z] drwx------ 3 1001 1001 60 Mar 29 22:46 .semver [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 22:45 .sonarcloud.properties [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 22:45 Attribution.txt [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 22:45 CONTRIBUTING.md [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 22:45 Dockerfile.build [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 22:45 Jenkinsfile [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 22:45 LICENSE [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 22:45 Makefile [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 22:45 README.md [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 22:45 SECURITY.md [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 22:46 VERSION [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 22:45 ZMQWindows.md [2021-03-29T22:52:16.637Z] drwxrwxr-x 2 1001 1001 117 Mar 29 22:45 bin [2021-03-29T22:52:16.637Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 22:45 cmd [2021-03-29T22:52:16.637Z] -rw-r--r-- 1 root root 668090 Mar 29 22:51 coverage.out [2021-03-29T22:52:16.637Z] -rw-r--r-- 1 root root 1056 Mar 29 22:52 go.mod [2021-03-29T22:52:16.637Z] -rw-r--r-- 1 root root 22757 Mar 29 22:52 go.sum [2021-03-29T22:52:16.637Z] drwxrwxr-x 8 1001 1001 127 Mar 29 22:45 internal [2021-03-29T22:52:16.637Z] drwxrwxr-x 4 1001 1001 26 Mar 29 22:45 openapi [2021-03-29T22:52:16.637Z] drwxrwxr-x 4 1001 1001 71 Mar 29 22:45 snap [2021-03-29T22:52:16.637Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 22:45 version.go [Pipeline] sh [2021-03-29T22:52:17.005Z] + '[' -e coverage.out ] [2021-03-29T22:52:17.005Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T22:52:17.367Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T22:52:17.705Z] + make build [2021-03-29T22:52:17.705Z] 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-29T22:52:24.597Z] 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-29T22:52:47.279Z] 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-29T22:52:52.999Z] 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-29T22:52:58.576Z] 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-29T22:53:00.254Z] 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-29T22:53:07.576Z] 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-29T22:53:13.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T22:53:13.387Z] 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-29T22:53:13.688Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T22:53:21.025Z] 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-29T22:53:22.147Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T22:53:22.148Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T22:53:24.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T22:53:24.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T22:53:24.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T22:53:24.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T22:53:25.265Z] 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-29T22:53:28.223Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T22:53:28.503Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T22:53:29.974Z] 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-29T22:53:34.532Z] 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-29T22:53:36.822Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T22:53:36.822Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T22:53:36.822Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] } [2021-03-29T22:53:41.767Z] $ docker stop --time=1 bd56b833e9bd95bdf51b637d2037ea3d30c5f3e14bf74cecdca9be5edd45a999 [2021-03-29T22:53:43.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.357s coverage: 45.9% of statements [2021-03-29T22:53:43.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T22:53:43.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T22:53:43.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T22:53:43.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T22:53:43.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T22:53:43.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T22:53:43.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.166s coverage: 19.8% of statements [2021-03-29T22:53:43.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.205s coverage: 100.0% of statements [2021-03-29T22:53:44.705Z] $ docker rm -f bd56b833e9bd95bdf51b637d2037ea3d30c5f3e14bf74cecdca9be5edd45a999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:53:47.574Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T22:53:47.849Z] [2021-03-29T22:53:47.849Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:53:48.302Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T22:53:48.569Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T22:53:48.569Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T22:53:48.569Z] ca9280d653b3: Pulling fs layer [2021-03-29T22:53:48.569Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T22:53:49.202Z] cbdbe7a5bc2a: Download complete [2021-03-29T22:53:50.295Z] cbdbe7a5bc2a: Pull complete [2021-03-29T22:53:50.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.557s coverage: 27.1% of statements [2021-03-29T22:53:50.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T22:53:50.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T22:53:50.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T22:53:50.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T22:53:50.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T22:53:50.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T22:53:50.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.223s coverage: 100.0% of statements [2021-03-29T22:53:50.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T22:53:50.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.142s coverage: 100.0% of statements [2021-03-29T22:53:50.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T22:53:50.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T22:53:50.942Z] ca9280d653b3: Verifying Checksum [2021-03-29T22:53:50.942Z] ca9280d653b3: Download complete [2021-03-29T22:53:51.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 71.3% of statements [2021-03-29T22:53:51.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T22:53:51.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T22:53:53.736Z] 7e9c9ca2126c: Verifying Checksum [2021-03-29T22:53:53.736Z] 7e9c9ca2126c: Download complete [2021-03-29T22:53:53.736Z] ca9280d653b3: Pull complete [2021-03-29T22:53:53.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.507s coverage: 82.9% of statements [2021-03-29T22:53:53.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T22:53:53.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T22:53:53.783Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.146s coverage: 78.9% of statements [2021-03-29T22:53:53.783Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T22:54:04.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.228s coverage: 28.6% of statements [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T22:54:04.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.217s coverage: 100.0% of statements [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T22:54:04.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T22:54:04.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.468s coverage: 86.7% of statements [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T22:54:04.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.522s coverage: 97.5% of statements [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T22:54:04.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.237s coverage: 78.3% of statements [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T22:54:04.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T22:54:09.149Z] 7e9c9ca2126c: Pull complete [2021-03-29T22:54:09.149Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T22:54:09.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T22:54:09.149Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T22:54:09.350Z] prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container [2021-03-29T22:54:09.469Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T22:54:11.276Z] $ docker top 4b8e15def4e2d501dd89416c75026307d10db33e0a55e232d8862481940c5327 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T22:54:11.812Z] + docker-compose build --help [2021-03-29T22:54:11.812Z] + grep parallel [2021-03-29T22:54:13.229Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T22:54:13.245Z] $ docker stop --time=1 4b8e15def4e2d501dd89416c75026307d10db33e0a55e232d8862481940c5327 [2021-03-29T22:54:14.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.377s coverage: 92.8% of statements [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T22:54:14.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T22:54:14.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 1.0% of statements [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T22:54:14.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T22:54:14.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements [2021-03-29T22:54:14.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.174s coverage: 79.5% of statements [2021-03-29T22:54:14.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.136s coverage: 94.1% of statements [2021-03-29T22:54:14.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.177s coverage: 96.3% of statements [2021-03-29T22:54:14.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.155s coverage: 87.5% of statements [2021-03-29T22:54:14.768Z] $ docker rm -f 4b8e15def4e2d501dd89416c75026307d10db33e0a55e232d8862481940c5327 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:54:15.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T22:54:15.538Z] . [Pipeline] withDockerContainer [2021-03-29T22:54:15.666Z] prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container [2021-03-29T22:54:15.731Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T22:54:16.774Z] $ docker top 82693ea86c810f1985d8710a5090cbe9b7281afbdbae0e407d5d7cfdb180e7b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T22:54:17.345Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T22:54:19.312Z] Building docker-core-command-go ... [2021-03-29T22:54:19.312Z] Building docker-core-data-go ... [2021-03-29T22:54:19.312Z] Building docker-core-metadata-go ... [2021-03-29T22:54:19.312Z] Building docker-security-bootstrapper-go ... [2021-03-29T22:54:19.312Z] Building docker-security-proxy-setup-go ... [2021-03-29T22:54:19.312Z] Building docker-security-secretstore-setup-go ... [2021-03-29T22:54:19.312Z] Building docker-support-notifications-go ... [2021-03-29T22:54:19.312Z] Building docker-support-scheduler-go ... [2021-03-29T22:54:19.312Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T22:54:19.312Z] Building docker-sys-mgmt-agent-go [2021-03-29T22:54:19.312Z] Building docker-support-scheduler-go [2021-03-29T22:54:19.312Z] Building docker-security-secretstore-setup-go [2021-03-29T22:54:19.312Z] Building docker-security-bootstrapper-go [2021-03-29T22:54:19.312Z] Building docker-core-data-go [2021-03-29T22:54:26.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.160s coverage: 94.4% of statements [2021-03-29T22:54:26.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements [2021-03-29T22:54:30.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.551s coverage: 82.6% of statements [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.221s coverage: 92.9% of statements [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.117s coverage: 100.0% of statements [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.165s coverage: 75.5% of statements [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.141s coverage: 80.8% of statements [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.201s coverage: 87.2% of statements [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.254s coverage: 84.6% of statements [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.276s coverage: 91.6% of statements [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.711s coverage: 64.4% of statements [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T22:54:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.178s coverage: 100.0% of statements [2021-03-29T22:54:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements [2021-03-29T22:54:42.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-03-29T22:54:43.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-03-29T22:54:43.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-03-29T22:54:47.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.915s coverage: 69.0% of statements [2021-03-29T22:54:47.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T22:54:47.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T22:54:47.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T22:54:50.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.467s coverage: 38.4% of statements [2021-03-29T22:54:50.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T22:54:50.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T22:54:50.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.142s coverage: 89.5% of statements [2021-03-29T22:54:50.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T22:54:50.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements [2021-03-29T22:54:55.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.441s coverage: 47.0% of statements [2021-03-29T22:54:55.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T22:54:55.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T22:54:55.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T22:54:55.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T22:54:55.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T22:54:55.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.156s coverage: 100.0% of statements [2021-03-29T22:54:55.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T22:54:55.885Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-03-29T22:54:55.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T22:54:55.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T22:54:55.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T22:54:55.885Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T22:54:56.876Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 87.1% of statements [2021-03-29T22:54:56.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T22:54:56.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T22:54:56.876Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T22:55:03.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.610s coverage: 29.1% of statements [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T22:55:03.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T22:55:03.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.159s coverage: 100.0% of statements [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T22:55:03.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.233s coverage: 94.6% of statements [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T22:55:03.631Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T22:55:03.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T22:55:03.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T22:55:03.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T22:55:03.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-03-29T22:55:05.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.123s coverage: 32.1% of statements [2021-03-29T22:55:06.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-29T22:55:06.802Z] GO111MODULE=on go vet ./... [2021-03-29T22:55:57.453Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T22:55:57.453Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T22:55:57.453Z] ---> dae510fc3120 [2021-03-29T22:55:57.453Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T22:55:57.453Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T22:55:57.453Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T22:55:57.453Z] ---> dae510fc3120 [2021-03-29T22:55:57.453Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T22:55:57.453Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T22:55:57.453Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T22:55:57.453Z] ---> dae510fc3120 [2021-03-29T22:55:57.453Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T22:55:57.453Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T22:55:57.453Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T22:55:57.453Z] ---> dae510fc3120 [2021-03-29T22:55:57.453Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T22:55:57.453Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T22:55:57.453Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T22:55:57.453Z] ---> dae510fc3120 [2021-03-29T22:55:57.453Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T22:55:57.453Z] ---> Running in 7e9f3a3943c8 [2021-03-29T22:55:57.453Z] ---> Running in 2ce196ca6b1b [2021-03-29T22:55:57.453Z] ---> Running in dd741527268b [2021-03-29T22:55:57.453Z] ---> Running in 3dcbcd36f0db [2021-03-29T22:55:57.453Z] ---> Running in dd519d7bc2ba [2021-03-29T22:55:57.453Z] Removing intermediate container 7e9f3a3943c8 [2021-03-29T22:55:57.453Z] ---> 005dcfc52f4e [2021-03-29T22:55:57.453Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T22:55:57.453Z] Removing intermediate container 3dcbcd36f0db [2021-03-29T22:55:57.453Z] ---> 2ee60472182f [2021-03-29T22:55:57.453Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T22:55:57.453Z] Removing intermediate container dd519d7bc2ba [2021-03-29T22:55:57.453Z] ---> 936cd31d5050 [2021-03-29T22:55:57.453Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T22:55:57.453Z] Removing intermediate container dd741527268b [2021-03-29T22:55:57.453Z] ---> 64f90dbd07b7 [2021-03-29T22:55:57.453Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T22:55:57.453Z] Removing intermediate container 2ce196ca6b1b [2021-03-29T22:55:57.453Z] ---> 26f12a0a32bc [2021-03-29T22:55:57.453Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T22:55:57.453Z] ---> Running in e5a3fd8a43a7 [2021-03-29T22:55:57.453Z] ---> Running in 1894bfae5d70 [2021-03-29T22:55:57.453Z] ---> Running in d8882288c073 [2021-03-29T22:55:57.453Z] ---> Running in d463b1a377a4 [2021-03-29T22:55:57.453Z] ---> Running in 2d7b26c207e1 [2021-03-29T22:55:57.453Z] Removing intermediate container 2d7b26c207e1 [2021-03-29T22:55:57.453Z] ---> 9c3354beab00 [2021-03-29T22:55:57.453Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T22:55:57.453Z] Removing intermediate container e5a3fd8a43a7 [2021-03-29T22:55:57.453Z] ---> a21da6e67e10 [2021-03-29T22:55:57.453Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T22:55:57.453Z] ---> Running in 4d872e0f2638 [2021-03-29T22:55:57.453Z] ---> Running in a187522f9e97 [2021-03-29T22:55:57.453Z] Removing intermediate container d463b1a377a4 [2021-03-29T22:55:57.453Z] ---> c498c7fc80b7 [2021-03-29T22:55:57.453Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T22:55:57.453Z] Removing intermediate container d8882288c073 [2021-03-29T22:55:57.453Z] ---> cbe47256d876 [2021-03-29T22:55:57.453Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T22:55:57.453Z] Removing intermediate container 1894bfae5d70 [2021-03-29T22:55:57.453Z] ---> 82acbfc52dab [2021-03-29T22:55:57.453Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T22:55:57.453Z] ---> Running in 69a9a099596d [2021-03-29T22:55:57.453Z] ---> Running in 3835d1a9ce45 [2021-03-29T22:55:57.453Z] ---> Running in 7bef181f86dd [2021-03-29T22:55:57.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T22:55:57.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T22:55:57.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T22:55:57.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T22:55:57.453Z] OK: 233 MiB in 51 packages [2021-03-29T22:55:57.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T22:55:57.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T22:55:57.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T22:55:57.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T22:55:57.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T22:55:57.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T22:55:57.453Z] OK: 233 MiB in 51 packages [2021-03-29T22:55:57.453Z] Removing intermediate container 4d872e0f2638 [2021-03-29T22:55:57.453Z] ---> dad37a4804e5 [2021-03-29T22:55:57.453Z] Step 6/31 : COPY go.mod . [2021-03-29T22:55:57.453Z] OK: 233 MiB in 51 packages [2021-03-29T22:55:57.453Z] OK: 233 MiB in 51 packages [2021-03-29T22:55:57.756Z] OK: 233 MiB in 51 packages [2021-03-29T22:55:58.038Z] ---> b13a6a5ca946 [2021-03-29T22:55:58.038Z] Step 7/31 : RUN go mod download [2021-03-29T22:55:58.331Z] ---> Running in 5fd7f2732b55 [2021-03-29T22:55:58.629Z] Removing intermediate container 69a9a099596d [2021-03-29T22:55:58.629Z] ---> db18232704f5 [2021-03-29T22:55:58.629Z] Step 6/24 : COPY go.mod . [2021-03-29T22:55:58.919Z] Removing intermediate container 7bef181f86dd [2021-03-29T22:55:58.919Z] ---> d03a9ea0cf00 [2021-03-29T22:55:58.919Z] Step 6/22 : COPY go.mod . [2021-03-29T22:55:58.919Z] Removing intermediate container a187522f9e97 [2021-03-29T22:55:58.919Z] ---> 419519163682 [2021-03-29T22:55:58.919Z] Step 6/26 : COPY go.mod . [2021-03-29T22:55:59.205Z] Removing intermediate container 3835d1a9ce45 [2021-03-29T22:55:59.205Z] ---> c0efcc563d84 [2021-03-29T22:55:59.205Z] Step 6/23 : COPY go.mod . [2021-03-29T22:55:59.205Z] ---> 69f41f112bd7 [2021-03-29T22:55:59.205Z] Step 7/24 : RUN go mod download [2021-03-29T22:55:59.500Z] ---> Running in 01215dd4c5ce [2021-03-29T22:55:59.805Z] ---> d26490a9a5c0 [2021-03-29T22:55:59.805Z] Step 7/22 : RUN go mod download [2021-03-29T22:55:59.805Z] ---> e0e4b49c3b1e [2021-03-29T22:55:59.805Z] Step 7/26 : RUN go mod download [2021-03-29T22:56:00.227Z] ---> Running in 9878fbb24710 [2021-03-29T22:56:00.227Z] ---> e5f49db74efa [2021-03-29T22:56:00.227Z] Step 7/23 : RUN go mod download [2021-03-29T22:56:00.227Z] ---> Running in 427dbca188ff [2021-03-29T22:56:00.547Z] ---> Running in 8ae5e736585c [2021-03-29T22:56:07.588Z] Removing intermediate container 5fd7f2732b55 [2021-03-29T22:56:07.588Z] ---> ccfbaa4ea243 [2021-03-29T22:56:07.588Z] Step 8/31 : COPY . . [2021-03-29T22:56:07.937Z] Removing intermediate container 9878fbb24710 [2021-03-29T22:56:07.937Z] ---> 18ebe0f99742 [2021-03-29T22:56:07.937Z] Step 8/22 : COPY . . [2021-03-29T22:56:07.937Z] Removing intermediate container 01215dd4c5ce [2021-03-29T22:56:07.937Z] ---> 3dc20a83fb41 [2021-03-29T22:56:07.937Z] Step 8/24 : COPY . . [2021-03-29T22:56:07.937Z] Removing intermediate container 427dbca188ff [2021-03-29T22:56:07.937Z] ---> 7671deb66291 [2021-03-29T22:56:07.937Z] Step 8/26 : COPY . . [2021-03-29T22:56:07.937Z] Removing intermediate container 8ae5e736585c [2021-03-29T22:56:07.937Z] ---> 3cc6d41e57c0 [2021-03-29T22:56:07.937Z] Step 8/23 : COPY . . [2021-03-29T22:56:28.712Z] gofmt -l . [2021-03-29T22:56:28.712Z] [ "`gofmt -l .`" = "" ] [2021-03-29T22:56:31.387Z] ./bin/test-go-mod-tidy.sh [2021-03-29T22:56:31.988Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T22:56:34.629Z] + ls -al . [2021-03-29T22:56:34.629Z] total 808 [2021-03-29T22:56:34.629Z] drwxrwxr-x 9 1001 1001 4096 Mar 29 22:56 . [2021-03-29T22:56:34.629Z] drwxr-xr-x 4 root root 4096 Mar 29 22:51 .. [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 22:50 .dockerignore [2021-03-29T22:56:34.629Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 22:50 .git [2021-03-29T22:56:34.629Z] drwxrwxr-x 3 1001 1001 4096 Mar 29 22:50 .github [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 22:50 .gitignore [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 22:50 .sonarcloud.properties [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 22:50 Attribution.txt [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 22:50 CONTRIBUTING.md [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 22:50 Dockerfile.build [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 22:50 Jenkinsfile [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 22:50 LICENSE [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 22:50 Makefile [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 22:50 README.md [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 22:50 SECURITY.md [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 22:46 VERSION [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 22:50 ZMQWindows.md [2021-03-29T22:56:34.629Z] drwxrwxr-x 2 1001 1001 4096 Mar 29 22:50 bin [2021-03-29T22:56:34.629Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 22:50 cmd [2021-03-29T22:56:34.629Z] -rw-r--r-- 1 root root 668090 Mar 29 22:55 coverage.out [2021-03-29T22:56:34.629Z] -rw-r--r-- 1 root root 1056 Mar 29 22:56 go.mod [2021-03-29T22:56:34.629Z] -rw-r--r-- 1 root root 22757 Mar 29 22:56 go.sum [2021-03-29T22:56:34.629Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 22:50 internal [2021-03-29T22:56:34.629Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 22:50 openapi [2021-03-29T22:56:34.629Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 22:50 snap [2021-03-29T22:56:34.629Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 22:50 version.go [Pipeline] sh [2021-03-29T22:56:35.306Z] + '[' -e coverage.out ] [2021-03-29T22:56:35.306Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T22:56:35.413Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T22:56:36.626Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T22:56:37.280Z] + make build [2021-03-29T22:56:37.280Z] 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-29T22:56:49.714Z] 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-29T22:57:16.541Z] 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-29T22:57:19.925Z] 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-29T22:57:26.634Z] 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-29T22:57:27.234Z] 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-29T22:57:32.634Z] 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-29T22:57:39.375Z] 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-29T22:57:44.780Z] 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-29T22:57:50.205Z] 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-29T22:57:53.615Z] 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-29T22:57:57.913Z] 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-29T22:58:04.658Z] $ docker stop --time=1 36ab66c1cf2a3d21b889c24f0f2b12e49517d4c867eda540d8863a9e90ab37a8 [2021-03-29T22:58:07.235Z] $ docker rm -f 36ab66c1cf2a3d21b889c24f0f2b12e49517d4c867eda540d8863a9e90ab37a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:58:09.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T22:58:09.396Z] [2021-03-29T22:58:09.396Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:58:09.794Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T22:58:09.794Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T22:58:09.794Z] 29e5d40040c1: Pulling fs layer [2021-03-29T22:58:09.794Z] 1ce36da41761: Pulling fs layer [2021-03-29T22:58:09.794Z] 25b303627fd3: Pulling fs layer [2021-03-29T22:58:10.386Z] 29e5d40040c1: Verifying Checksum [2021-03-29T22:58:10.662Z] 1ce36da41761: Verifying Checksum [2021-03-29T22:58:10.662Z] 1ce36da41761: Download complete [2021-03-29T22:58:10.935Z] 29e5d40040c1: Pull complete [2021-03-29T22:58:12.368Z] 1ce36da41761: Pull complete [2021-03-29T22:58:12.645Z] 25b303627fd3: Verifying Checksum [2021-03-29T22:58:12.645Z] 25b303627fd3: Download complete [2021-03-29T22:58:22.795Z] 25b303627fd3: Pull complete [2021-03-29T22:58:22.795Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T22:58:22.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T22:58:22.795Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-29T22:58:23.079Z] prd-ubuntu18.04-docker-arm64-4c-16g-31888 does not seem to be running inside a container [2021-03-29T22:58:23.172Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T22:58:26.565Z] $ docker top f0719de348be109ac595611becd52e34b2e8f2399071ff31e2c955e8c08c6025 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T22:58:27.660Z] + docker-compose build --help [2021-03-29T22:58:27.660Z] + grep parallel [2021-03-29T22:58:33.047Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T22:58:33.348Z] $ docker stop --time=1 f0719de348be109ac595611becd52e34b2e8f2399071ff31e2c955e8c08c6025 [2021-03-29T22:58:34.049Z] ---> 483fe85c22bb [2021-03-29T22:58:34.049Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T22:58:34.049Z] ---> b366cfd05e8f [2021-03-29T22:58:34.049Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T22:58:34.049Z] ---> ba2eb20a2156 [2021-03-29T22:58:34.049Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T22:58:34.049Z] ---> 5809c7f4b568 [2021-03-29T22:58:34.049Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T22:58:34.049Z] ---> Running in 4b55f27af520 [2021-03-29T22:58:34.049Z] ---> Running in f152d0bb38f1 [2021-03-29T22:58:34.049Z] ---> Running in a824dd4800f0 [2021-03-29T22:58:34.049Z] ---> Running in 0e2509909151 [2021-03-29T22:58:34.049Z] ---> ecedae3ed801 [2021-03-29T22:58:34.049Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T22:58:34.049Z] ---> Running in e11a90596988 [2021-03-29T22:58:34.049Z] 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-29T22:58:34.049Z] 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-29T22:58:34.049Z] 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-29T22:58:34.049Z] 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-29T22:58:34.049Z] 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-29T22:58:35.363Z] $ docker rm -f f0719de348be109ac595611becd52e34b2e8f2399071ff31e2c955e8c08c6025 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T22:58:36.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T22:58:36.169Z] . [Pipeline] withDockerContainer [2021-03-29T22:58:36.458Z] prd-ubuntu18.04-docker-arm64-4c-16g-31888 does not seem to be running inside a container [2021-03-29T22:58:36.556Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T22:58:38.117Z] $ docker top 6a260b165ae6441700701d40cd1e15185ffa6a224a33c4592cdd66ed23aa84fa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T22:58:39.197Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T22:58:44.624Z] Building docker-core-command-go ... [2021-03-29T22:58:44.624Z] Building docker-core-data-go ... [2021-03-29T22:58:44.624Z] Building docker-core-metadata-go ... [2021-03-29T22:58:44.624Z] Building docker-security-bootstrapper-go ... [2021-03-29T22:58:44.624Z] Building docker-security-proxy-setup-go ... [2021-03-29T22:58:44.624Z] Building docker-security-secretstore-setup-go ... [2021-03-29T22:58:44.624Z] Building docker-support-notifications-go ... [2021-03-29T22:58:44.624Z] Building docker-support-scheduler-go ... [2021-03-29T22:58:44.624Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T22:58:44.624Z] Building docker-core-data-go [2021-03-29T22:58:44.624Z] Building docker-security-bootstrapper-go [2021-03-29T22:58:44.624Z] Building docker-security-secretstore-setup-go [2021-03-29T22:58:44.624Z] Building docker-security-proxy-setup-go [2021-03-29T22:58:44.624Z] Building docker-core-metadata-go [2021-03-29T22:59:32.088Z] 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-29T22:59:39.475Z] Removing intermediate container e11a90596988 [2021-03-29T22:59:39.475Z] ---> dd257ed2aea9 [2021-03-29T22:59:39.475Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T22:59:40.155Z] ---> Running in fee618d2a336 [2021-03-29T22:59:40.155Z] Removing intermediate container a824dd4800f0 [2021-03-29T22:59:40.155Z] ---> 65763ff028f2 [2021-03-29T22:59:40.155Z] [2021-03-29T22:59:40.155Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T22:59:40.529Z] 3.12: Pulling from library/alpine [2021-03-29T22:59:40.529Z] Removing intermediate container f152d0bb38f1 [2021-03-29T22:59:40.529Z] ---> 8e79a95f38be [2021-03-29T22:59:40.529Z] [2021-03-29T22:59:40.529Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T22:59:40.961Z] 3.12: Pulling from library/alpine [2021-03-29T22:59:41.753Z] 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-29T22:59:43.519Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T22:59:43.519Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T22:59:43.519Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T22:59:43.519Z] ---> 42cb162f0360 [2021-03-29T22:59:43.519Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T22:59:43.519Z] Status: Image is up to date for alpine:3.12 [2021-03-29T22:59:43.519Z] ---> 42cb162f0360 [2021-03-29T22:59:43.519Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T22:59:46.560Z] ---> Running in 6b127da96bc3 [2021-03-29T22:59:46.560Z] ---> Running in d69a491ba722 [2021-03-29T22:59:48.477Z] Removing intermediate container 4b55f27af520 [2021-03-29T22:59:48.477Z] ---> 917267226405 [2021-03-29T22:59:48.477Z] [2021-03-29T22:59:48.477Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T22:59:48.477Z] ---> 42cb162f0360 [2021-03-29T22:59:48.477Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T22:59:49.303Z] Removing intermediate container d69a491ba722 [2021-03-29T22:59:49.303Z] ---> 076a7ee80b5e [2021-03-29T22:59:49.303Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T22:59:49.303Z] ---> Running in 3e70ffa03522 [2021-03-29T22:59:49.638Z] ---> Running in d9ae8e66c61d [2021-03-29T22:59:51.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T22:59:51.091Z] Removing intermediate container 0e2509909151 [2021-03-29T22:59:51.091Z] ---> 0b51220dbeb8 [2021-03-29T22:59:51.091Z] [2021-03-29T22:59:51.091Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T22:59:51.091Z] ---> 42cb162f0360 [2021-03-29T22:59:51.091Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T22:59:51.091Z] Removing intermediate container fee618d2a336 [2021-03-29T22:59:51.091Z] ---> 759aceeaab14 [2021-03-29T22:59:51.091Z] [2021-03-29T22:59:51.091Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T22:59:51.091Z] ---> Running in 34232d90f5f9 [2021-03-29T22:59:51.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T22:59:51.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T22:59:51.610Z] Removing intermediate container 34232d90f5f9 [2021-03-29T22:59:51.610Z] ---> a7152bd4905c [2021-03-29T22:59:51.610Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T22:59:51.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T22:59:51.610Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T22:59:51.610Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T22:59:51.610Z] ---> Running in 81568402d090 [2021-03-29T22:59:51.610Z] OK: 6 MiB in 15 packages [2021-03-29T22:59:51.610Z] 20.10.0: Pulling from library/docker [2021-03-29T22:59:51.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T22:59:52.080Z] Removing intermediate container 81568402d090 [2021-03-29T22:59:52.080Z] ---> b77ef051cb85 [2021-03-29T22:59:52.080Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T22:59:52.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T22:59:52.080Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T22:59:52.616Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T22:59:52.616Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T22:59:52.616Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T22:59:52.616Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T22:59:52.616Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T22:59:52.616Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T22:59:52.616Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T22:59:52.616Z] ---> Running in 74515ba8abdf [2021-03-29T22:59:52.616Z] OK: 7 MiB in 20 packages [2021-03-29T22:59:53.157Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T22:59:53.157Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T22:59:53.157Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T22:59:53.532Z] OK: 6 MiB in 16 packages [2021-03-29T22:59:54.094Z] Removing intermediate container 74515ba8abdf [2021-03-29T22:59:54.094Z] ---> 958ddd5421b8 [2021-03-29T22:59:54.094Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T22:59:54.445Z] ---> Running in 016e29603f01 [2021-03-29T22:59:55.192Z] Removing intermediate container 6b127da96bc3 [2021-03-29T22:59:55.192Z] ---> b9c992b516a0 [2021-03-29T22:59:55.192Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T22:59:56.746Z] Removing intermediate container 3e70ffa03522 [2021-03-29T22:59:56.746Z] ---> 48ec2429bbbe [2021-03-29T22:59:56.746Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T22:59:56.746Z] ---> Running in 5cfec1ebb2b4 [2021-03-29T22:59:56.746Z] Removing intermediate container d9ae8e66c61d [2021-03-29T22:59:56.746Z] ---> b6b4648c7d7a [2021-03-29T22:59:56.746Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T22:59:56.746Z] ---> Running in 3e3c565a0053 [2021-03-29T22:59:56.746Z] ---> Running in c21c43f081d6 [2021-03-29T22:59:57.232Z] Removing intermediate container 5cfec1ebb2b4 [2021-03-29T22:59:57.232Z] ---> 76892a98984e [2021-03-29T22:59:57.232Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T22:59:57.713Z] Removing intermediate container 3e3c565a0053 [2021-03-29T22:59:57.713Z] ---> f3329cd5d6c9 [2021-03-29T22:59:57.713Z] Step 13/24 : WORKDIR / [2021-03-29T22:59:57.713Z] ---> Running in 9034801b7e52 [2021-03-29T22:59:57.713Z] Removing intermediate container c21c43f081d6 [2021-03-29T22:59:57.713Z] ---> b3af259a6947 [2021-03-29T22:59:57.713Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T22:59:58.124Z] ---> Running in 196806d4cb0b [2021-03-29T22:59:58.124Z] ---> Running in 3a8478e759ba [2021-03-29T22:59:58.694Z] Removing intermediate container 9034801b7e52 [2021-03-29T22:59:58.694Z] ---> dd7e21fe92d7 [2021-03-29T22:59:58.694Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T22:59:58.694Z] Removing intermediate container 3a8478e759ba [2021-03-29T22:59:58.694Z] ---> 313a86035ad0 [2021-03-29T22:59:58.694Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T22:59:58.694Z] Removing intermediate container 196806d4cb0b [2021-03-29T22:59:58.694Z] ---> b97682276669 [2021-03-29T22:59:58.694Z] 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-29T22:59:58.694Z] ---> Running in 8f818572db7a [2021-03-29T22:59:59.145Z] Removing intermediate container 016e29603f01 [2021-03-29T22:59:59.145Z] ---> a01ae21c5f67 [2021-03-29T22:59:59.145Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T22:59:59.145Z] ---> Running in 57228b685010 [2021-03-29T22:59:59.674Z] ---> Running in cd37e4e46124 [2021-03-29T23:00:00.269Z] Removing intermediate container 8f818572db7a [2021-03-29T23:00:00.269Z] ---> 5f2a9cc897cf [2021-03-29T23:00:00.269Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:00:00.776Z] ---> e0370b5a3f85 [2021-03-29T23:00:00.776Z] 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-29T23:00:02.706Z] ---> 05867777b618 [2021-03-29T23:00:02.706Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T23:00:02.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T23:00:02.706Z] ---> 4a465b78b893 [2021-03-29T23:00:02.706Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T23:00:05.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T23:00:05.598Z] Removing intermediate container 57228b685010 [2021-03-29T23:00:05.598Z] ---> f91da566f5a9 [2021-03-29T23:00:05.598Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T23:00:05.598Z] ---> e652361e176a [2021-03-29T23:00:05.598Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T23:00:05.598Z] ---> f95d72c8850e [2021-03-29T23:00:05.598Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T23:00:06.453Z] ---> Running in e89a3d43a895 [2021-03-29T23:00:06.479Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:00:06.479Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:00:06.479Z] ---> c7295e2bb559 [2021-03-29T23:00:06.479Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T23:00:06.479Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:00:06.479Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:00:06.479Z] ---> c7295e2bb559 [2021-03-29T23:00:06.479Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T23:00:06.479Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:00:06.479Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:00:06.479Z] [2021-03-29T23:00:06.479Z] ---> c7295e2bb559 [2021-03-29T23:00:06.479Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 3/31 : WORKDIR /edgex-go [2021-03-29T23:00:06.479Z] [2021-03-29T23:00:06.479Z] ---> c7295e2bb559 [2021-03-29T23:00:06.479Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T23:00:06.479Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:00:06.479Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:00:06.479Z] ---> c7295e2bb559 [2021-03-29T23:00:06.479Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T23:00:06.479Z] ---> Running in 48cedda3f8a7 [2021-03-29T23:00:06.479Z] ---> Running in 88f39f4cecf3 [2021-03-29T23:00:06.479Z] ---> Running in 1791ef2b82ed [2021-03-29T23:00:06.479Z] ---> Running in 7982883300ec [2021-03-29T23:00:06.479Z] ---> Running in e5ebb7c775e4 [2021-03-29T23:00:06.479Z] Removing intermediate container 7982883300ec [2021-03-29T23:00:06.479Z] Removing intermediate container 48cedda3f8a7 [2021-03-29T23:00:06.479Z] ---> ec145de676b0 [2021-03-29T23:00:06.479Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:00:06.479Z] Removing intermediate container 1791ef2b82ed [2021-03-29T23:00:06.479Z] ---> 1b60afe11b60 [2021-03-29T23:00:06.479Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:00:06.479Z] ---> 0934e6383ee3 [2021-03-29T23:00:06.479Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:00:06.479Z] Removing intermediate container e5ebb7c775e4 [2021-03-29T23:00:06.479Z] ---> 62b05f9c5fc5 [2021-03-29T23:00:06.479Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:00:06.479Z] Removing intermediate container 88f39f4cecf3 [2021-03-29T23:00:06.479Z] ---> 20e1715c45ad [2021-03-29T23:00:06.479Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:00:06.479Z] ---> Running in 0f1bc02a1a28 [2021-03-29T23:00:06.479Z] ---> Running in 319621e2c561 [2021-03-29T23:00:06.479Z] ---> Running in 76c9197c884f [2021-03-29T23:00:06.479Z] ---> Running in 86217f2368e9 [2021-03-29T23:00:06.479Z] ---> Running in 2b06aceea496 [2021-03-29T23:00:06.479Z] Removing intermediate container 319621e2c561 [2021-03-29T23:00:06.479Z] ---> cfb5ba5d97fe [2021-03-29T23:00:06.479Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T23:00:06.479Z] Removing intermediate container 0f1bc02a1a28 [2021-03-29T23:00:06.479Z] ---> 984763a6b0d2 [2021-03-29T23:00:06.479Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T23:00:06.479Z] ---> Running in 2c60c9ad3a8f [2021-03-29T23:00:06.479Z] ---> Running in 697cfb40533a [2021-03-29T23:00:06.479Z] Removing intermediate container 76c9197c884f [2021-03-29T23:00:06.479Z] ---> 865418b99de2 [2021-03-29T23:00:06.479Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T23:00:06.479Z] Removing intermediate container 86217f2368e9 [2021-03-29T23:00:06.479Z] ---> 0dbbd031db75 [2021-03-29T23:00:06.479Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T23:00:06.479Z] Removing intermediate container 2b06aceea496 [2021-03-29T23:00:06.479Z] ---> f1ab1bf6c0eb [2021-03-29T23:00:06.479Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T23:00:06.479Z] ---> Running in fb8124839409 [2021-03-29T23:00:06.479Z] ---> Running in aa87948bc034 [2021-03-29T23:00:06.479Z] ---> Running in 90f2d6522f74 [2021-03-29T23:00:06.846Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T23:00:06.846Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T23:00:06.846Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T23:00:07.564Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T23:00:07.564Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T23:00:07.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:00:07.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:00:08.108Z] ---> e48f3363740e [2021-03-29T23:00:08.108Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T23:00:08.108Z] ---> 4249458fa0f1 [2021-03-29T23:00:08.108Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T23:00:08.108Z] Removing intermediate container e89a3d43a895 [2021-03-29T23:00:08.108Z] ---> 9c9bf2be394d [2021-03-29T23:00:08.108Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T23:00:08.108Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T23:00:08.108Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:00:08.108Z] OK: 8 MiB in 20 packages [2021-03-29T23:00:08.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:00:08.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:00:08.468Z] ---> Running in bb4f784d8922 [2021-03-29T23:00:08.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:00:08.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:00:08.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:00:09.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:00:09.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:00:09.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:00:09.358Z] OK: 217 MiB in 51 packages [2021-03-29T23:00:09.358Z] OK: 217 MiB in 51 packages [2021-03-29T23:00:09.617Z] ---> 5f2f996c4d99 [2021-03-29T23:00:09.617Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T23:00:09.979Z] OK: 217 MiB in 51 packages [2021-03-29T23:00:09.979Z] OK: 217 MiB in 51 packages [2021-03-29T23:00:09.979Z] OK: 217 MiB in 51 packages [2021-03-29T23:00:10.115Z] Removing intermediate container bb4f784d8922 [2021-03-29T23:00:10.115Z] ---> 27156a9ef7f9 [2021-03-29T23:00:10.115Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:00:10.115Z] ---> Running in 1625ee847d88 [2021-03-29T23:00:10.670Z] ---> b7fc26907355 [2021-03-29T23:00:10.670Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T23:00:10.670Z] ---> Running in dcde572f2d31 [2021-03-29T23:00:11.429Z] Removing intermediate container 2c60c9ad3a8f [2021-03-29T23:00:11.429Z] ---> 02d4f1fc3479 [2021-03-29T23:00:11.429Z] Step 6/23 : COPY go.mod . [2021-03-29T23:00:11.429Z] Removing intermediate container 697cfb40533a [2021-03-29T23:00:11.429Z] ---> c5458fd32be5 [2021-03-29T23:00:11.429Z] Step 6/31 : COPY go.mod . [2021-03-29T23:00:12.042Z] Removing intermediate container 90f2d6522f74 [2021-03-29T23:00:12.042Z] ---> 51b8f213262b [2021-03-29T23:00:12.042Z] Step 6/21 : COPY go.mod . [2021-03-29T23:00:12.042Z] Removing intermediate container aa87948bc034 [2021-03-29T23:00:12.042Z] ---> 94190e22a33f [2021-03-29T23:00:12.042Z] Step 6/24 : COPY go.mod . [2021-03-29T23:00:12.314Z] ---> fcf586e43ff7 [2021-03-29T23:00:12.314Z] Step 7/23 : RUN go mod download [2021-03-29T23:00:12.314Z] Removing intermediate container fb8124839409 [2021-03-29T23:00:12.314Z] ---> f43c8ce63656 [2021-03-29T23:00:12.314Z] Step 6/23 : COPY go.mod . [2021-03-29T23:00:12.579Z] Removing intermediate container cd37e4e46124 [2021-03-29T23:00:12.579Z] ---> 3f5d07882a97 [2021-03-29T23:00:12.579Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:00:12.579Z] Removing intermediate container dcde572f2d31 [2021-03-29T23:00:12.579Z] ---> 52151f0a1aa9 [2021-03-29T23:00:12.579Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T23:00:12.579Z] ---> Running in a785aab5d4a0 [2021-03-29T23:00:12.579Z] ---> 2eccfd3315f7 [2021-03-29T23:00:12.579Z] 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-29T23:00:12.579Z] ---> Running in f59e020f575b [2021-03-29T23:00:12.591Z] ---> Running in 7159f1677de6 [2021-03-29T23:00:12.591Z] ---> 68173ea9f9d6 [2021-03-29T23:00:12.591Z] Step 7/31 : RUN go mod download [2021-03-29T23:00:12.877Z] ---> Running in f4d58d1265aa [2021-03-29T23:00:13.494Z] ---> fd6b5009c741 [2021-03-29T23:00:13.494Z] Step 7/24 : RUN go mod download [2021-03-29T23:00:13.494Z] ---> ab3dc1e68487 [2021-03-29T23:00:13.494Z] Step 7/21 : RUN go mod download [2021-03-29T23:00:13.494Z] ---> Running in 4259dc176b7b [2021-03-29T23:00:13.778Z] ---> e0870c880691 [2021-03-29T23:00:13.779Z] Step 7/23 : RUN go mod download [2021-03-29T23:00:13.779Z] ---> Running in 6ad1104382cf [2021-03-29T23:00:14.150Z] ---> Running in c6be4b2e6b50 [2021-03-29T23:00:14.309Z] ---> 02d28a45b8f3 [2021-03-29T23:00:14.309Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T23:00:14.309Z] Removing intermediate container a785aab5d4a0 [2021-03-29T23:00:14.309Z] ---> 400a7f9da4dc [2021-03-29T23:00:14.309Z] Step 21/22 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:00:14.309Z] ---> Running in 9fbfae698503 [2021-03-29T23:00:16.795Z] Removing intermediate container 9fbfae698503 [2021-03-29T23:00:16.795Z] ---> cd92714ae827 [2021-03-29T23:00:16.795Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T23:00:16.795Z] ---> Running in 269d0757af56 [2021-03-29T23:00:17.573Z] Removing intermediate container 7159f1677de6 [2021-03-29T23:00:17.573Z] ---> 39878d998572 [2021-03-29T23:00:17.573Z] Step 8/23 : COPY . . [2021-03-29T23:00:17.845Z] Removing intermediate container f4d58d1265aa [2021-03-29T23:00:17.845Z] ---> 8282b2f68643 [2021-03-29T23:00:17.845Z] Step 8/31 : COPY . . [2021-03-29T23:00:18.119Z] Removing intermediate container 4259dc176b7b [2021-03-29T23:00:18.119Z] ---> 1b452b122bd9 [2021-03-29T23:00:18.119Z] Step 8/24 : COPY . . [2021-03-29T23:00:18.348Z] ---> f883a8102926 [2021-03-29T23:00:18.348Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T23:00:18.348Z] Removing intermediate container 1625ee847d88 [2021-03-29T23:00:18.348Z] ---> 9733ca767360 [2021-03-29T23:00:18.348Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:00:18.765Z] Removing intermediate container 6ad1104382cf [2021-03-29T23:00:18.766Z] ---> faed7ed9dbbc [2021-03-29T23:00:18.766Z] Step 8/21 : COPY . . [2021-03-29T23:00:18.942Z] Removing intermediate container 269d0757af56 [2021-03-29T23:00:18.942Z] ---> 10b2454e1d90 [2021-03-29T23:00:18.942Z] [2021-03-29T23:00:19.039Z] Removing intermediate container c6be4b2e6b50 [2021-03-29T23:00:19.039Z] ---> c0197c1c52d3 [2021-03-29T23:00:19.039Z] Step 8/23 : COPY . . [2021-03-29T23:00:19.773Z] ---> 4102c49bb207 [2021-03-29T23:00:19.773Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T23:00:19.773Z] ---> 9b4ed3053836 [2021-03-29T23:00:19.773Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T23:00:19.773Z] ---> Running in 1f16e8912ced [2021-03-29T23:00:19.773Z] Removing intermediate container f59e020f575b [2021-03-29T23:00:19.773Z] ---> de400936100f [2021-03-29T23:00:19.773Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T23:00:20.394Z] Successfully built 10b2454e1d90 [2021-03-29T23:00:20.704Z] ---> Running in b769ce74c27a [2021-03-29T23:00:20.704Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T23:00:20.704Z] Building docker-core-metadata-go [2021-03-29T23:00:21.001Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1f16e8912ced [2021-03-29T23:00:21.001Z] ---> 576b33413e9e [2021-03-29T23:00:21.001Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:00:21.457Z] ---> Running in 09be3452fdcf [2021-03-29T23:00:21.457Z] Removing intermediate container b769ce74c27a [2021-03-29T23:00:21.457Z] ---> 30c8381c04e3 [2021-03-29T23:00:21.457Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T23:00:22.204Z] ---> Running in ad7332755870 [2021-03-29T23:00:22.536Z] ---> eddd27d14ed7 [2021-03-29T23:00:22.536Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T23:00:22.536Z] Removing intermediate container 09be3452fdcf [2021-03-29T23:00:22.536Z] ---> 19b6c55f1114 [2021-03-29T23:00:22.536Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T23:00:24.604Z] Removing intermediate container ad7332755870 [2021-03-29T23:00:24.604Z] ---> c7b10de7d0c7 [2021-03-29T23:00:24.604Z] Step 23/24 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:00:24.604Z] ---> Running in 0a50a8311288 [2021-03-29T23:00:25.233Z] ---> 72086d288a32 [2021-03-29T23:00:25.233Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T23:00:26.364Z] ---> Running in 2039e769b679 [2021-03-29T23:00:26.637Z] Removing intermediate container 0a50a8311288 [2021-03-29T23:00:26.637Z] ---> efbe2632511b [2021-03-29T23:00:26.637Z] Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:00:27.258Z] ---> Running in 5d3b50e08c6b [2021-03-29T23:00:27.972Z] ---> 5b368ffaaff3 [2021-03-29T23:00:27.972Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T23:00:27.972Z] Removing intermediate container 2039e769b679 [2021-03-29T23:00:27.972Z] ---> a4650b91d083 [2021-03-29T23:00:27.972Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T23:00:29.212Z] ---> Running in 96ae9b72b369 [2021-03-29T23:00:29.212Z] Removing intermediate container 5d3b50e08c6b [2021-03-29T23:00:29.212Z] ---> 1185be49c2c5 [2021-03-29T23:00:29.212Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T23:00:29.712Z] ---> Running in 9afb32014077 [2021-03-29T23:00:30.447Z] ---> 9694d19e5d15 [2021-03-29T23:00:30.447Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T23:00:37.685Z] Removing intermediate container 96ae9b72b369 [2021-03-29T23:00:37.685Z] ---> 042114bf4061 [2021-03-29T23:00:37.685Z] [2021-03-29T23:00:37.685Z] ---> Running in 808a2dd0d390 [2021-03-29T23:00:37.685Z] Removing intermediate container 9afb32014077 [2021-03-29T23:00:37.685Z] ---> 0f32974ffc02 [2021-03-29T23:00:37.685Z] [2021-03-29T23:00:39.875Z] Successfully built 042114bf4061 [2021-03-29T23:00:39.875Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T23:00:39.875Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-29T23:00:39.875Z] Successfully built 0f32974ffc02 [2021-03-29T23:00:40.198Z] Successfully tagged docker-core-data-go:latest [2021-03-29T23:00:40.198Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-03-29T23:00:42.022Z] Removing intermediate container 808a2dd0d390 [2021-03-29T23:00:42.023Z] ---> 5bf0e3e616c9 [2021-03-29T23:00:42.023Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T23:00:45.630Z] ---> 3a60c26fb88f [2021-03-29T23:00:45.630Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T23:00:45.849Z] ---> de8a4a519fd9 [2021-03-29T23:00:45.849Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T23:00:45.849Z] ---> 2f35df701751 [2021-03-29T23:00:45.849Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T23:00:45.849Z] ---> 8113bc358855 [2021-03-29T23:00:45.849Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T23:00:45.849Z] ---> c4d6d66c10dd [2021-03-29T23:00:45.849Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T23:00:45.849Z] ---> Running in a6ab59bbd5f0 [2021-03-29T23:00:45.849Z] ---> Running in 2b2a25252be1 [2021-03-29T23:00:45.849Z] ---> Running in 0784fa030c21 [2021-03-29T23:00:45.849Z] ---> Running in 8388d01c4d87 [2021-03-29T23:00:45.849Z] ---> 5f51da537b42 [2021-03-29T23:00:45.849Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T23:00:46.001Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T23:00:46.001Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T23:00:46.001Z] ---> aefe523efa57 [2021-03-29T23:00:46.001Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T23:00:46.383Z] ---> Running in e09548e12594 [2021-03-29T23:00:46.448Z] ---> Running in 981b3cf52e21 [2021-03-29T23:00:47.175Z] ---> Running in 10a15aca949e [2021-03-29T23:00:47.901Z] 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-29T23:00:48.175Z] 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-29T23:00:48.452Z] 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-29T23:00:48.452Z] 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-29T23:00:48.729Z] 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-29T23:00:50.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T23:00:50.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T23:00:50.986Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T23:00:50.986Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T23:00:50.986Z] Executing bash-5.0.17-r0.post-install [2021-03-29T23:00:50.986Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:00:50.986Z] OK: 12 MiB in 22 packages [2021-03-29T23:00:58.873Z] Removing intermediate container e09548e12594 [2021-03-29T23:00:58.873Z] ---> f99f246cee64 [2021-03-29T23:00:58.873Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T23:00:58.873Z] Removing intermediate container 10a15aca949e [2021-03-29T23:00:58.873Z] ---> c2361967ce41 [2021-03-29T23:00:58.873Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T23:00:58.873Z] ---> Running in 9722f3af26e8 [2021-03-29T23:00:58.873Z] ---> Running in daaa2820081b [2021-03-29T23:00:58.873Z] Removing intermediate container 9722f3af26e8 [2021-03-29T23:00:58.873Z] ---> ad10b3d14002 [2021-03-29T23:00:58.873Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T23:01:00.689Z] ---> Running in 3ffd6e636cfb [2021-03-29T23:01:01.985Z] Removing intermediate container daaa2820081b [2021-03-29T23:01:01.985Z] ---> d1b64c94fa69 [2021-03-29T23:01:01.986Z] Step 28/31 : CMD ["gate"] [2021-03-29T23:01:03.129Z] Removing intermediate container 3ffd6e636cfb [2021-03-29T23:01:03.129Z] ---> f7eed922dba1 [2021-03-29T23:01:03.575Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T23:01:03.575Z] ---> Running in efdc80214fcd [2021-03-29T23:01:03.975Z] ---> Running in 9f1ea48e562e [2021-03-29T23:01:04.917Z] Removing intermediate container efdc80214fcd [2021-03-29T23:01:04.917Z] ---> f308c9e8e151 [2021-03-29T23:01:04.917Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T23:01:05.239Z] Removing intermediate container 9f1ea48e562e [2021-03-29T23:01:05.239Z] ---> 5b01f2b2abdd [2021-03-29T23:01:05.239Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T23:01:06.078Z] ---> Running in 89a78ba7ec0d [2021-03-29T23:01:07.692Z] Removing intermediate container 89a78ba7ec0d [2021-03-29T23:01:07.692Z] ---> c04a513593f5 [2021-03-29T23:01:07.692Z] Step 30/31 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:01:08.706Z] ---> Running in 846c17e87786 [2021-03-29T23:01:09.209Z] ---> 8edffd186e0b [2021-03-29T23:01:09.209Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T23:01:14.146Z] Removing intermediate container 846c17e87786 [2021-03-29T23:01:14.146Z] ---> f5f6b05fea5a [2021-03-29T23:01:14.146Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T23:01:15.415Z] ---> Running in 919c6903d278 [2021-03-29T23:01:16.365Z] ---> 3a2eb147c3f0 [2021-03-29T23:01:16.366Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T23:01:18.004Z] Removing intermediate container 919c6903d278 [2021-03-29T23:01:18.004Z] ---> 3e4d349d4604 [2021-03-29T23:01:18.004Z] [2021-03-29T23:01:19.907Z] Successfully built 3e4d349d4604 [2021-03-29T23:01:20.276Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T23:01:20.276Z] Building docker-support-notifications-go [2021-03-29T23:01:23.514Z]  Building docker-security-bootstrapper-go ... done  ---> d83145f79d8b [2021-03-29T23:01:23.514Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T23:01:30.984Z] ---> Running in 5a834dc1c598 [2021-03-29T23:01:37.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T23:01:38.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T23:01:38.306Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T23:01:38.306Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T23:01:38.306Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T23:01:38.306Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T23:01:40.692Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T23:01:40.692Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T23:01:40.692Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T23:01:48.253Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T23:01:48.253Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T23:01:48.253Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T23:01:48.253Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T23:01:48.253Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T23:01:48.579Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T23:01:48.579Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T23:01:49.377Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T23:01:49.377Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T23:01:49.906Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T23:01:50.452Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T23:01:50.452Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T23:01:50.775Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T23:01:51.165Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T23:01:51.503Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T23:01:51.503Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T23:01:53.400Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T23:01:53.401Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T23:01:53.401Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T23:01:53.401Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T23:01:53.401Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T23:01:53.401Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T23:01:53.401Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T23:01:54.060Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T23:01:54.419Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T23:01:54.419Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T23:01:57.108Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:02:00.529Z] OK: 71 MiB in 55 packages [2021-03-29T23:02:04.081Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:02:04.081Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:02:04.081Z] ---> dae510fc3120 [2021-03-29T23:02:04.081Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T23:02:04.736Z] ---> Using cache [2021-03-29T23:02:04.737Z] ---> 26f12a0a32bc [2021-03-29T23:02:04.737Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:02:06.141Z] ---> Using cache [2021-03-29T23:02:06.141Z] ---> 9c3354beab00 [2021-03-29T23:02:06.141Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T23:02:06.141Z] ---> Using cache [2021-03-29T23:02:06.141Z] ---> dad37a4804e5 [2021-03-29T23:02:06.142Z] Step 6/23 : COPY go.mod . [2021-03-29T23:02:06.142Z] ---> Using cache [2021-03-29T23:02:06.142Z] ---> b13a6a5ca946 [2021-03-29T23:02:06.142Z] Step 7/23 : RUN go mod download [2021-03-29T23:02:06.142Z] ---> Using cache [2021-03-29T23:02:06.142Z] ---> ccfbaa4ea243 [2021-03-29T23:02:06.142Z] Step 8/23 : COPY . . [2021-03-29T23:02:06.471Z] ---> Using cache [2021-03-29T23:02:06.471Z] ---> 483fe85c22bb [2021-03-29T23:02:06.471Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T23:02:09.667Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:02:09.667Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:02:09.667Z] ---> dae510fc3120 [2021-03-29T23:02:09.667Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T23:02:09.667Z] ---> Using cache [2021-03-29T23:02:09.667Z] ---> 26f12a0a32bc [2021-03-29T23:02:09.667Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:02:09.667Z] ---> Using cache [2021-03-29T23:02:09.667Z] ---> 9c3354beab00 [2021-03-29T23:02:09.667Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T23:02:09.667Z] ---> Using cache [2021-03-29T23:02:09.667Z] ---> dad37a4804e5 [2021-03-29T23:02:09.667Z] Step 6/21 : COPY go.mod . [2021-03-29T23:02:09.667Z] ---> Using cache [2021-03-29T23:02:09.667Z] ---> b13a6a5ca946 [2021-03-29T23:02:09.667Z] Step 7/21 : RUN go mod download [2021-03-29T23:02:09.667Z] ---> Using cache [2021-03-29T23:02:09.667Z] ---> ccfbaa4ea243 [2021-03-29T23:02:09.667Z] Step 8/21 : COPY . . [2021-03-29T23:02:10.352Z] ---> Using cache [2021-03-29T23:02:10.352Z] ---> 483fe85c22bb [2021-03-29T23:02:10.352Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T23:02:10.739Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:02:10.739Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:02:10.739Z] ---> dae510fc3120 [2021-03-29T23:02:10.739Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T23:02:10.739Z] ---> Using cache [2021-03-29T23:02:10.739Z] ---> 26f12a0a32bc [2021-03-29T23:02:10.739Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:02:10.739Z] ---> Using cache [2021-03-29T23:02:10.739Z] ---> 9c3354beab00 [2021-03-29T23:02:10.739Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T23:02:10.739Z] ---> Using cache [2021-03-29T23:02:10.739Z] ---> dad37a4804e5 [2021-03-29T23:02:10.739Z] Step 6/23 : COPY go.mod . [2021-03-29T23:02:10.739Z] ---> Using cache [2021-03-29T23:02:10.739Z] ---> b13a6a5ca946 [2021-03-29T23:02:10.739Z] Step 7/23 : RUN go mod download [2021-03-29T23:02:10.739Z] ---> Using cache [2021-03-29T23:02:10.739Z] ---> ccfbaa4ea243 [2021-03-29T23:02:10.739Z] Step 8/23 : COPY . . [2021-03-29T23:02:11.202Z] ---> Using cache [2021-03-29T23:02:11.202Z] ---> 483fe85c22bb [2021-03-29T23:02:11.202Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T23:02:11.202Z] ---> Running in 5a06e3ea1b96 [2021-03-29T23:02:12.061Z] ---> Running in be381cf7b6a8 [2021-03-29T23:02:12.061Z] ---> Running in f748d0e65339 [2021-03-29T23:02:15.415Z] 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-29T23:02:15.843Z] 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-29T23:02:15.843Z] 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-29T23:02:40.659Z] 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-29T23:02:40.659Z] 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-29T23:02:47.425Z] Removing intermediate container 2b2a25252be1 [2021-03-29T23:02:47.425Z] ---> 070841db1ea1 [2021-03-29T23:02:47.425Z] [2021-03-29T23:02:47.425Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T23:02:47.712Z] 3.12: Pulling from library/alpine [2021-03-29T23:02:49.722Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T23:02:49.722Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T23:02:49.722Z] ---> e47305ac9786 [2021-03-29T23:02:49.722Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T23:02:50.719Z] ---> Running in 2bba452bd26d [2021-03-29T23:02:52.165Z] Removing intermediate container 2bba452bd26d [2021-03-29T23:02:52.165Z] ---> eb2a2f2d82e7 [2021-03-29T23:02:52.165Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T23:02:52.444Z] ---> Running in c7c00593093b [2021-03-29T23:02:53.049Z] Removing intermediate container 8388d01c4d87 [2021-03-29T23:02:53.049Z] ---> 28c012ede839 [2021-03-29T23:02:53.049Z] [2021-03-29T23:02:53.049Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T23:02:53.049Z] ---> e47305ac9786 [2021-03-29T23:02:53.049Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T23:02:53.331Z] Removing intermediate container 981b3cf52e21 [2021-03-29T23:02:53.331Z] ---> 0b8d46a367bd [2021-03-29T23:02:53.331Z] [2021-03-29T23:02:53.331Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T23:02:53.331Z] ---> e47305ac9786 [2021-03-29T23:02:53.331Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T23:02:53.609Z] ---> Running in c4a5d23ae577 [2021-03-29T23:02:53.609Z] ---> Running in a6c69add2f98 [2021-03-29T23:02:55.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:02:55.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:02:55.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:02:55.938Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T23:02:55.938Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T23:02:55.938Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:02:55.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:02:55.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:02:55.938Z] OK: 5 MiB in 16 packages [2021-03-29T23:02:56.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:02:56.498Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T23:02:56.775Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T23:02:56.775Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T23:02:56.775Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T23:02:56.775Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:02:56.775Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T23:02:56.775Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T23:02:57.056Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T23:02:57.056Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T23:02:57.056Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T23:02:57.056Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T23:02:57.056Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T23:02:57.056Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:02:57.056Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T23:02:57.056Z] OK: 7 MiB in 18 packages [2021-03-29T23:02:57.334Z] OK: 7 MiB in 20 packages [2021-03-29T23:02:58.321Z] Removing intermediate container c7c00593093b [2021-03-29T23:02:58.321Z] ---> 7c8a056abcb8 [2021-03-29T23:02:58.321Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T23:02:58.602Z] ---> Running in cb9fedc7d814 [2021-03-29T23:02:59.582Z] Removing intermediate container cb9fedc7d814 [2021-03-29T23:02:59.582Z] ---> 50a8914c506f [2021-03-29T23:02:59.582Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T23:02:59.857Z] ---> Running in c4f45085928f [2021-03-29T23:03:00.133Z] Removing intermediate container a6c69add2f98 [2021-03-29T23:03:00.133Z] ---> e1c35874d07d [2021-03-29T23:03:00.133Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T23:03:00.406Z] Removing intermediate container c4a5d23ae577 [2021-03-29T23:03:00.406Z] ---> 0c468c98c447 [2021-03-29T23:03:00.406Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T23:03:00.406Z] ---> Running in ccc8d61aaf74 [2021-03-29T23:03:00.678Z] ---> Running in 396a672c7c30 [2021-03-29T23:03:00.678Z] Removing intermediate container c4f45085928f [2021-03-29T23:03:00.678Z] ---> 1953a0436d7d [2021-03-29T23:03:00.678Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T23:03:00.678Z] ---> Running in ab054c8a9a16 [2021-03-29T23:03:01.286Z] Removing intermediate container ccc8d61aaf74 [2021-03-29T23:03:01.286Z] ---> ffe4eae7f0e0 [2021-03-29T23:03:01.286Z] Step 13/21 : WORKDIR /edgex [2021-03-29T23:03:01.286Z] Removing intermediate container 396a672c7c30 [2021-03-29T23:03:01.286Z] ---> d9149f8228c9 [2021-03-29T23:03:01.286Z] Step 13/24 : WORKDIR / [2021-03-29T23:03:01.561Z] ---> Running in 84e27481b04d [2021-03-29T23:03:01.561Z] ---> Running in 8574c63e4dd5 [2021-03-29T23:03:02.655Z] Removing intermediate container 84e27481b04d [2021-03-29T23:03:02.655Z] ---> a56feba829b9 [2021-03-29T23:03:02.655Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T23:03:02.655Z] Removing intermediate container 8574c63e4dd5 [2021-03-29T23:03:02.655Z] ---> 2a0c1f71a118 [2021-03-29T23:03:02.655Z] 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-29T23:03:04.226Z] ---> 9de256e6fc2e [2021-03-29T23:03:04.226Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T23:03:04.523Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:03:04.523Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:03:04.523Z] ---> dae510fc3120 [2021-03-29T23:03:04.523Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T23:03:04.523Z] ---> Using cache [2021-03-29T23:03:04.523Z] ---> 26f12a0a32bc [2021-03-29T23:03:04.523Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:03:04.523Z] ---> Using cache [2021-03-29T23:03:04.523Z] ---> 9c3354beab00 [2021-03-29T23:03:04.523Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T23:03:04.523Z] ---> Running in 88381331a728 [2021-03-29T23:03:04.571Z] ---> c2f6d5513af8 [2021-03-29T23:03:04.571Z] 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-29T23:03:04.890Z] Removing intermediate container ab054c8a9a16 [2021-03-29T23:03:04.890Z] ---> 8e09e12fdeae [2021-03-29T23:03:04.890Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T23:03:05.488Z] ---> Running in 69ffb7c76eee [2021-03-29T23:03:06.097Z] ---> 40976f1031da [2021-03-29T23:03:06.097Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T23:03:06.382Z] ---> 8892facc1fe5 [2021-03-29T23:03:06.382Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T23:03:06.655Z] Removing intermediate container 69ffb7c76eee [2021-03-29T23:03:06.655Z] ---> e5055892b037 [2021-03-29T23:03:06.655Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T23:03:08.094Z] ---> 34ff0bd8e5d0 [2021-03-29T23:03:08.094Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T23:03:08.376Z] ---> 70707ca59b96 [2021-03-29T23:03:08.376Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T23:03:08.376Z] ---> e9012a1a257c [2021-03-29T23:03:08.376Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T23:03:08.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T23:03:08.968Z] ---> Running in 6da88694a988 [2021-03-29T23:03:08.969Z] ---> Running in b0cabfbec596 [2021-03-29T23:03:09.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T23:03:09.948Z] Removing intermediate container 6da88694a988 [2021-03-29T23:03:09.948Z] ---> 593c433c8c4f [2021-03-29T23:03:09.948Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T23:03:09.948Z] ---> 536daf98c626 [2021-03-29T23:03:09.948Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T23:03:10.544Z] ---> Running in 0cfe231f2a30 [2021-03-29T23:03:11.981Z] Removing intermediate container 0cfe231f2a30 [2021-03-29T23:03:11.981Z] ---> 5dd555a38a16 [2021-03-29T23:03:11.981Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T23:03:11.981Z] ---> f62a507c952e [2021-03-29T23:03:11.981Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T23:03:12.195Z] OK: 233 MiB in 51 packages [2021-03-29T23:03:12.262Z] ---> Running in e7942eeea780 [2021-03-29T23:03:12.263Z] Removing intermediate container 0784fa030c21 [2021-03-29T23:03:12.263Z] ---> a0669522f681 [2021-03-29T23:03:12.263Z] [2021-03-29T23:03:12.263Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T23:03:12.263Z] ---> e47305ac9786 [2021-03-29T23:03:12.263Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T23:03:12.871Z] ---> Running in a5c9cd7dd158 [2021-03-29T23:03:12.871Z] Removing intermediate container b0cabfbec596 [2021-03-29T23:03:12.871Z] ---> 40a34d95070a [2021-03-29T23:03:12.871Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:03:13.165Z] Removing intermediate container e7942eeea780 [2021-03-29T23:03:13.165Z] ---> d158b7f71959 [2021-03-29T23:03:13.165Z] Step 20/21 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:03:13.439Z] ---> c4e6efc8832c [2021-03-29T23:03:13.439Z] 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-29T23:03:13.439Z] ---> Running in e1b24884059d [2021-03-29T23:03:13.726Z] ---> Running in 04efada8fbc2 [2021-03-29T23:03:14.331Z] ---> 67888d4cc9be [2021-03-29T23:03:14.331Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T23:03:14.331Z] Removing intermediate container e1b24884059d [2021-03-29T23:03:14.331Z] ---> 50a1700481be [2021-03-29T23:03:14.331Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T23:03:14.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:03:14.922Z] ---> Running in b38a361c27e9 [2021-03-29T23:03:15.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:03:15.791Z] Removing intermediate container a6ab59bbd5f0 [2021-03-29T23:03:15.791Z] ---> 682b96fec680 [2021-03-29T23:03:15.791Z] [2021-03-29T23:03:15.791Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T23:03:15.791Z] ---> e47305ac9786 [2021-03-29T23:03:15.791Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T23:03:15.791Z] Removing intermediate container b38a361c27e9 [2021-03-29T23:03:15.791Z] ---> 23df5e967c45 [2021-03-29T23:03:15.791Z] [2021-03-29T23:03:15.791Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T23:03:15.791Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:03:15.791Z] OK: 5 MiB in 15 packages [2021-03-29T23:03:16.080Z] ---> Running in aff941ad6bb5 [2021-03-29T23:03:16.355Z] ---> 9d5d32d8f586 [2021-03-29T23:03:16.355Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T23:03:16.355Z] Successfully built 23df5e967c45 [2021-03-29T23:03:16.634Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T23:03:16.634Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-29T23:03:16.904Z] Removing intermediate container aff941ad6bb5 [2021-03-29T23:03:16.904Z] ---> b1233371a984 [2021-03-29T23:03:16.904Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T23:03:16.904Z] Removing intermediate container 04efada8fbc2 [2021-03-29T23:03:16.904Z] ---> 9c4fb1184aec [2021-03-29T23:03:16.904Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T23:03:17.177Z] ---> Running in b27f03b371b3 [2021-03-29T23:03:17.177Z] ---> Running in 6e691068540d [2021-03-29T23:03:17.177Z] ---> 500c9ca397aa [2021-03-29T23:03:17.177Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T23:03:17.457Z] Removing intermediate container a5c9cd7dd158 [2021-03-29T23:03:17.457Z] ---> 402a6ee09825 [2021-03-29T23:03:17.457Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T23:03:17.725Z] Removing intermediate container b27f03b371b3 [2021-03-29T23:03:17.725Z] ---> f15984e29f2d [2021-03-29T23:03:17.725Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T23:03:17.725Z] ---> Running in 7e2519b13918 [2021-03-29T23:03:17.995Z] Removing intermediate container 6e691068540d [2021-03-29T23:03:17.995Z] ---> e81bc21b8469 [2021-03-29T23:03:17.995Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T23:03:18.265Z] ---> Running in 4c775c32bb47 [2021-03-29T23:03:18.550Z] ---> Running in 80e66b12c5f3 [2021-03-29T23:03:19.040Z] Removing intermediate container 88381331a728 [2021-03-29T23:03:19.040Z] ---> 76a1875da48e [2021-03-29T23:03:19.040Z] Step 6/22 : COPY go.mod . [2021-03-29T23:03:19.156Z] Removing intermediate container 7e2519b13918 [2021-03-29T23:03:19.156Z] ---> 6ddd050b52a4 [2021-03-29T23:03:19.156Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T23:03:19.462Z] ---> 80fc0eb90dc9 [2021-03-29T23:03:19.462Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T23:03:19.735Z] Removing intermediate container 4c775c32bb47 [2021-03-29T23:03:19.735Z] ---> 30f7517c2682 [2021-03-29T23:03:19.735Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:03:20.015Z] ---> Running in ee90c8669467 [2021-03-29T23:03:20.015Z] Removing intermediate container 80e66b12c5f3 [2021-03-29T23:03:20.015Z] ---> 1d87804ad014 [2021-03-29T23:03:20.015Z] Step 23/24 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:03:20.289Z] ---> Running in 01f03aa6fef6 [2021-03-29T23:03:20.563Z] ---> Running in 52c489556bd2 [2021-03-29T23:03:20.563Z] ---> 17422f439eb4 [2021-03-29T23:03:20.563Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T23:03:20.845Z] Removing intermediate container ee90c8669467 [2021-03-29T23:03:20.845Z] ---> 8826166a2a1d [2021-03-29T23:03:20.845Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T23:03:21.443Z] ---> Running in e8caac9c62fb [2021-03-29T23:03:21.443Z] ---> Running in a40b188e1f17 [2021-03-29T23:03:21.457Z] ---> 94180093d5a1 [2021-03-29T23:03:21.457Z] Step 7/22 : RUN go mod download [2021-03-29T23:03:21.719Z] Removing intermediate container 52c489556bd2 [2021-03-29T23:03:21.719Z] ---> 1721308090b8 [2021-03-29T23:03:21.719Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T23:03:21.836Z] ---> Running in ef6a36e5dc2c [2021-03-29T23:03:22.715Z] ---> Running in 30c7054bc236 [2021-03-29T23:03:22.715Z] Removing intermediate container a40b188e1f17 [2021-03-29T23:03:22.715Z] ---> 7b6b5a79da4d [2021-03-29T23:03:22.715Z] Step 15/23 : WORKDIR / [2021-03-29T23:03:22.715Z] Removing intermediate container e8caac9c62fb [2021-03-29T23:03:22.715Z] ---> c70f3edb0540 [2021-03-29T23:03:22.715Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T23:03:22.993Z] ---> Running in 0c4e92105d50 [2021-03-29T23:03:23.275Z] Removing intermediate container 30c7054bc236 [2021-03-29T23:03:23.275Z] ---> d2e884854169 [2021-03-29T23:03:23.275Z] [2021-03-29T23:03:23.888Z] Successfully built d2e884854169 [2021-03-29T23:03:23.888Z] ---> 1cd9cbcc2812 [2021-03-29T23:03:23.888Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T23:03:23.888Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T23:03:23.888Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-29T23:03:24.160Z] Removing intermediate container 01f03aa6fef6 [2021-03-29T23:03:24.160Z] ---> 6a9ab15c0c26 [2021-03-29T23:03:24.160Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T23:03:24.160Z] Removing intermediate container 0c4e92105d50 [2021-03-29T23:03:24.160Z] ---> 4d943ac6fbb8 [2021-03-29T23:03:24.160Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:03:24.436Z] ---> Running in f95987bfb7ce [2021-03-29T23:03:24.715Z] ---> Running in 1a06681ccaf3 [2021-03-29T23:03:24.992Z] ---> d2a6715729c8 [2021-03-29T23:03:24.992Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T23:03:26.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:03:27.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:03:28.051Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T23:03:28.051Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T23:03:28.051Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T23:03:28.328Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T23:03:28.603Z] ---> 47a6e8417e0b [2021-03-29T23:03:28.603Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T23:03:28.883Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T23:03:29.157Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T23:03:29.157Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:03:29.157Z] OK: 8 MiB in 20 packages [2021-03-29T23:03:29.157Z] Removing intermediate container f95987bfb7ce [2021-03-29T23:03:29.157Z] ---> 595e80e428ff [2021-03-29T23:03:29.157Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T23:03:30.629Z] ---> Running in d68c093bbe39 [2021-03-29T23:03:30.629Z] ---> 85a54d059507 [2021-03-29T23:03:30.629Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T23:03:31.227Z] ---> Running in 254afaaa49b0 [2021-03-29T23:03:31.503Z] Removing intermediate container d68c093bbe39 [2021-03-29T23:03:31.503Z] ---> defb5d5bbee8 [2021-03-29T23:03:31.503Z] Step 28/31 : CMD ["gate"] [2021-03-29T23:03:32.104Z] Removing intermediate container 254afaaa49b0 [2021-03-29T23:03:32.104Z] ---> 8f0c95a644f1 [2021-03-29T23:03:32.104Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:03:32.104Z] Removing intermediate container 1a06681ccaf3 [2021-03-29T23:03:32.104Z] ---> f3962e265f24 [2021-03-29T23:03:32.104Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:03:32.727Z] ---> Running in 01f21e03ae9e [2021-03-29T23:03:33.327Z] ---> Running in 0148f98d873b [2021-03-29T23:03:33.927Z] ---> b6e46bd6c8ed [2021-03-29T23:03:33.927Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T23:03:34.204Z] Removing intermediate container 01f21e03ae9e [2021-03-29T23:03:34.204Z] ---> 91de202fa3b1 [2021-03-29T23:03:34.204Z] Step 29/31 : LABEL arch=arm64 [2021-03-29T23:03:34.478Z] Removing intermediate container 0148f98d873b [2021-03-29T23:03:34.478Z] ---> dbae8acb6963 [2021-03-29T23:03:34.478Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T23:03:35.083Z] ---> Running in 9e7a1df2873e [2021-03-29T23:03:35.360Z] ---> Running in 1ad8753cbfa7 [2021-03-29T23:03:35.641Z] ---> 248e309afced [2021-03-29T23:03:35.641Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T23:03:35.916Z] Removing intermediate container 9e7a1df2873e [2021-03-29T23:03:35.916Z] ---> 0fd55fabb09f [2021-03-29T23:03:35.916Z] Step 30/31 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:03:36.191Z] Removing intermediate container 1ad8753cbfa7 [2021-03-29T23:03:36.191Z] ---> 66739b4324d3 [2021-03-29T23:03:36.191Z] Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:03:36.469Z] ---> Running in 110f014652aa [2021-03-29T23:03:36.469Z] ---> Running in 638d96239a3b [2021-03-29T23:03:36.742Z] ---> f6550d50dbef [2021-03-29T23:03:36.742Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T23:03:37.020Z] ---> Running in 3081f9d94e2e [2021-03-29T23:03:37.303Z] Removing intermediate container 110f014652aa [2021-03-29T23:03:37.303Z] ---> 132ba294a959 [2021-03-29T23:03:37.303Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T23:03:37.583Z] Removing intermediate container 638d96239a3b [2021-03-29T23:03:37.583Z] ---> 43dee01bcaf3 [2021-03-29T23:03:37.583Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T23:03:38.192Z] ---> Running in 47251e0ef41c [2021-03-29T23:03:38.192Z] Removing intermediate container 3081f9d94e2e [2021-03-29T23:03:38.192Z] ---> dc1dc578c3d7 [2021-03-29T23:03:38.192Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:03:38.333Z] Removing intermediate container ef6a36e5dc2c [2021-03-29T23:03:38.333Z] ---> 7bbc08af3c34 [2021-03-29T23:03:38.333Z] Step 8/22 : COPY . . [2021-03-29T23:03:38.472Z] ---> Running in 669c27ab8ec9 [2021-03-29T23:03:38.473Z] ---> Running in 5c34f26283dd [2021-03-29T23:03:38.706Z] 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-29T23:03:39.069Z] Removing intermediate container 47251e0ef41c [2021-03-29T23:03:39.069Z] ---> b383b04ca1ba [2021-03-29T23:03:39.069Z] [2021-03-29T23:03:39.353Z] Removing intermediate container 5c34f26283dd [2021-03-29T23:03:39.353Z] ---> 76bafe8648db [2021-03-29T23:03:39.353Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T23:03:39.353Z] Removing intermediate container 669c27ab8ec9 [2021-03-29T23:03:39.353Z] ---> f07c35179fed [2021-03-29T23:03:39.353Z] [2021-03-29T23:03:39.636Z] Successfully built b383b04ca1ba [2021-03-29T23:03:39.636Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T23:03:39.636Z]  Building docker-security-bootstrapper-go ... done Building docker-sys-mgmt-agent-go [2021-03-29T23:03:39.924Z] Successfully built f07c35179fed [2021-03-29T23:03:40.198Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T23:03:40.198Z] Building docker-core-command-go [2021-03-29T23:03:40.198Z]  Building docker-core-metadata-go ... done  ---> Running in bf953284bc15 [2021-03-29T23:03:40.473Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:03:40.473Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:03:40.473Z] ---> c7295e2bb559 [2021-03-29T23:03:40.473Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T23:03:40.473Z] ---> Using cache [2021-03-29T23:03:40.473Z] ---> 20e1715c45ad [2021-03-29T23:03:40.473Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:03:40.473Z] ---> Using cache [2021-03-29T23:03:40.473Z] ---> cfb5ba5d97fe [2021-03-29T23:03:40.473Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T23:03:40.473Z] ---> Running in bc6830c8bd83 [2021-03-29T23:03:40.747Z] Removing intermediate container bf953284bc15 [2021-03-29T23:03:40.747Z] ---> 73303deb6c48 [2021-03-29T23:03:40.747Z] Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:03:41.032Z] ---> Running in 0ca0edc90790 [2021-03-29T23:03:41.651Z] Removing intermediate container 0ca0edc90790 [2021-03-29T23:03:41.651Z] ---> 95499bd5ee64 [2021-03-29T23:03:41.651Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T23:03:41.930Z] ---> Running in 1b22fef2435f [2021-03-29T23:03:42.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:03:42.485Z] Removing intermediate container 1b22fef2435f [2021-03-29T23:03:42.485Z] ---> e4f99e32613b [2021-03-29T23:03:42.485Z] [2021-03-29T23:03:43.088Z] Successfully built e4f99e32613b [2021-03-29T23:03:43.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:03:43.088Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T23:03:44.071Z]  Building docker-core-data-go ... done OK: 217 MiB in 51 packages [2021-03-29T23:03:47.473Z] Removing intermediate container bc6830c8bd83 [2021-03-29T23:03:47.473Z] ---> 0e889abf64a9 [2021-03-29T23:03:47.473Z] Step 6/22 : COPY go.mod . [2021-03-29T23:03:48.913Z] ---> 8cec8cf7f826 [2021-03-29T23:03:48.913Z] Step 7/22 : RUN go mod download [2021-03-29T23:03:49.099Z] Removing intermediate container 5a834dc1c598 [2021-03-29T23:03:49.099Z] ---> 76b385902683 [2021-03-29T23:03:49.099Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T23:03:49.195Z] ---> Running in 46dde9d92632 [2021-03-29T23:03:51.589Z] ---> Running in 9233907eb381 [2021-03-29T23:03:53.545Z] Removing intermediate container 46dde9d92632 [2021-03-29T23:03:53.545Z] ---> 4d8b163af1f2 [2021-03-29T23:03:53.545Z] Step 8/22 : COPY . . [2021-03-29T23:04:00.295Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:04:00.295Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:04:00.295Z] ---> c7295e2bb559 [2021-03-29T23:04:00.295Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T23:04:00.295Z] ---> Using cache [2021-03-29T23:04:00.295Z] ---> 20e1715c45ad [2021-03-29T23:04:00.295Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:04:00.295Z] ---> Using cache [2021-03-29T23:04:00.295Z] ---> cfb5ba5d97fe [2021-03-29T23:04:00.295Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T23:04:04.638Z] ---> Running in 8a75721a4c25 [2021-03-29T23:04:06.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:04:06.196Z] ---> 8ff2f356ffb2 [2021-03-29T23:04:06.196Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T23:04:06.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:04:07.165Z] ---> Running in 18c2cec2c783 [2021-03-29T23:04:07.785Z] OK: 217 MiB in 51 packages [2021-03-29T23:04:08.781Z] 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-29T23:04:09.783Z] Removing intermediate container 8a75721a4c25 [2021-03-29T23:04:09.783Z] ---> e17be4dbcef6 [2021-03-29T23:04:09.783Z] Step 6/22 : COPY go.mod . [2021-03-29T23:04:11.244Z] ---> 4010d66925fd [2021-03-29T23:04:11.244Z] Step 7/22 : RUN go mod download [2021-03-29T23:04:11.244Z] ---> Running in a1dcf51b9a07 [2021-03-29T23:04:14.672Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:04:14.673Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:04:14.673Z] ---> c7295e2bb559 [2021-03-29T23:04:14.673Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T23:04:14.673Z] ---> Using cache [2021-03-29T23:04:14.673Z] ---> 20e1715c45ad [2021-03-29T23:04:14.673Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:04:14.673Z] ---> Using cache [2021-03-29T23:04:14.673Z] ---> cfb5ba5d97fe [2021-03-29T23:04:14.673Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T23:04:14.673Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T23:04:14.673Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T23:04:14.673Z] ---> c7295e2bb559 [2021-03-29T23:04:14.673Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T23:04:14.673Z] ---> Using cache [2021-03-29T23:04:14.673Z] ---> 20e1715c45ad [2021-03-29T23:04:14.673Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T23:04:14.673Z] ---> Using cache [2021-03-29T23:04:14.673Z] ---> cfb5ba5d97fe [2021-03-29T23:04:14.673Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T23:04:14.673Z] ---> Using cache [2021-03-29T23:04:14.673Z] ---> 0e889abf64a9 [2021-03-29T23:04:14.673Z] Step 6/23 : COPY go.mod . [2021-03-29T23:04:14.673Z] ---> Using cache [2021-03-29T23:04:14.673Z] ---> 8cec8cf7f826 [2021-03-29T23:04:14.673Z] Step 7/23 : RUN go mod download [2021-03-29T23:04:14.673Z] ---> Using cache [2021-03-29T23:04:14.673Z] ---> 4d8b163af1f2 [2021-03-29T23:04:14.673Z] Step 8/23 : COPY . . [2021-03-29T23:04:14.673Z] ---> Using cache [2021-03-29T23:04:14.673Z] ---> 8ff2f356ffb2 [2021-03-29T23:04:14.673Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T23:04:14.673Z] ---> Running in b9f218435402 [2021-03-29T23:04:14.950Z] ---> Running in 9585fcf6ced5 [2021-03-29T23:04:15.624Z] Removing intermediate container f748d0e65339 [2021-03-29T23:04:15.624Z] ---> 2417fd6d7575 [2021-03-29T23:04:15.624Z] [2021-03-29T23:04:15.624Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T23:04:15.624Z] ---> 42cb162f0360 [2021-03-29T23:04:15.624Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T23:04:15.624Z] ---> Using cache [2021-03-29T23:04:15.624Z] ---> b9c992b516a0 [2021-03-29T23:04:15.624Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T23:04:15.624Z] ---> Using cache [2021-03-29T23:04:15.624Z] ---> 76892a98984e [2021-03-29T23:04:15.624Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T23:04:15.907Z] ---> Running in 266b42cc0c99 [2021-03-29T23:04:16.413Z] Removing intermediate container a1dcf51b9a07 [2021-03-29T23:04:16.413Z] ---> 1d4597697d96 [2021-03-29T23:04:16.413Z] Step 8/22 : COPY . . [2021-03-29T23:04:17.871Z] 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-29T23:04:17.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:04:18.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:04:18.969Z] Removing intermediate container 5a06e3ea1b96 [2021-03-29T23:04:18.969Z] ---> d040ae5e829d [2021-03-29T23:04:18.969Z] [2021-03-29T23:04:18.969Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T23:04:18.969Z] ---> 42cb162f0360 [2021-03-29T23:04:18.969Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T23:04:18.969Z] ---> Using cache [2021-03-29T23:04:18.969Z] ---> b9c992b516a0 [2021-03-29T23:04:18.969Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T23:04:18.969Z] ---> Using cache [2021-03-29T23:04:18.969Z] ---> 76892a98984e [2021-03-29T23:04:18.969Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T23:04:18.969Z] Removing intermediate container 266b42cc0c99 [2021-03-29T23:04:18.969Z] ---> 709817748d4c [2021-03-29T23:04:18.969Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T23:04:19.859Z] OK: 217 MiB in 51 packages [2021-03-29T23:04:20.014Z] ---> Running in 7954db317ad6 [2021-03-29T23:04:20.568Z] ---> Running in 501c32f46c78 [2021-03-29T23:04:20.919Z] Removing intermediate container be381cf7b6a8 [2021-03-29T23:04:20.919Z] ---> dcf30cc283d3 [2021-03-29T23:04:20.919Z] [2021-03-29T23:04:20.919Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T23:04:20.919Z] ---> 42cb162f0360 [2021-03-29T23:04:20.919Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T23:04:21.235Z] ---> Running in b82787d72f48 [2021-03-29T23:04:21.554Z] Removing intermediate container 7954db317ad6 [2021-03-29T23:04:21.554Z] ---> c0de084773d6 [2021-03-29T23:04:21.554Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T23:04:21.994Z] Removing intermediate container 501c32f46c78 [2021-03-29T23:04:21.994Z] ---> bd4162c2dce6 [2021-03-29T23:04:21.994Z] Step 15/23 : WORKDIR / [2021-03-29T23:04:23.186Z] ---> Running in df899e7bcc02 [2021-03-29T23:04:23.308Z] Removing intermediate container b9f218435402 [2021-03-29T23:04:23.308Z] ---> 444b22273708 [2021-03-29T23:04:23.308Z] Step 6/26 : COPY go.mod . [2021-03-29T23:04:23.653Z] ---> Running in dbb0d66639a4 [2021-03-29T23:04:24.793Z] ---> c5ee200f5ecd [2021-03-29T23:04:24.793Z] Step 7/26 : RUN go mod download [2021-03-29T23:04:24.793Z] ---> Running in ea850283f269 [2021-03-29T23:04:26.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T23:04:27.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T23:04:27.929Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T23:04:27.929Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T23:04:27.929Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T23:04:27.929Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T23:04:29.592Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:04:29.592Z] Removing intermediate container dbb0d66639a4 [2021-03-29T23:04:29.592Z] ---> aa3684d343d8 [2021-03-29T23:04:29.592Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:04:29.592Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T23:04:29.592Z] Removing intermediate container df899e7bcc02 [2021-03-29T23:04:29.592Z] ---> 6793fabb7d68 [2021-03-29T23:04:29.592Z] Step 15/23 : WORKDIR / [2021-03-29T23:04:29.592Z] OK: 7 MiB in 18 packages [2021-03-29T23:04:29.592Z] Collecting docker-compose==1.23.2 [2021-03-29T23:04:29.592Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T23:04:29.592Z] ---> Running in bc80e5292986 [2021-03-29T23:04:31.259Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T23:04:31.259Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T23:04:31.560Z] Removing intermediate container ea850283f269 [2021-03-29T23:04:31.560Z] ---> 1520ac5586f4 [2021-03-29T23:04:31.560Z] Step 8/26 : COPY . . [2021-03-29T23:04:31.754Z] ---> 694b2103803b [2021-03-29T23:04:31.754Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T23:04:31.754Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T23:04:32.283Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T23:04:33.200Z] Removing intermediate container bc80e5292986 [2021-03-29T23:04:33.200Z] ---> 90d05fc3666e [2021-03-29T23:04:33.200Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:04:35.549Z] Removing intermediate container b82787d72f48 [2021-03-29T23:04:35.549Z] ---> 3d2d085071b9 [2021-03-29T23:04:35.549Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T23:04:37.665Z] ---> Running in 9618dbdda110 [2021-03-29T23:04:38.567Z] ---> 34f13e73e492 [2021-03-29T23:04:38.567Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T23:04:38.567Z] ---> 193fe05961d8 [2021-03-29T23:04:38.567Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T23:04:39.922Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T23:04:39.922Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T23:04:40.993Z] Removing intermediate container 9618dbdda110 [2021-03-29T23:04:40.993Z] ---> d98c66218e3c [2021-03-29T23:04:40.993Z] Step 13/21 : WORKDIR /edgex [2021-03-29T23:04:40.993Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T23:04:40.993Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T23:04:42.044Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T23:04:42.044Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T23:04:43.640Z] ---> be216fdf59c6 [2021-03-29T23:04:43.640Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T23:04:43.640Z] ---> Running in c1677b6f043e [2021-03-29T23:04:43.640Z] 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-29T23:04:43.640Z] ---> Running in 6dc7fa9b6cb0 [2021-03-29T23:04:43.640Z] Collecting PyYAML<4,>=3.10 [2021-03-29T23:04:43.640Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T23:04:43.640Z] ---> fe271cf02564 [2021-03-29T23:04:43.640Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T23:04:43.989Z] ---> 3703d9a481e4 [2021-03-29T23:04:43.989Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T23:04:43.989Z] ---> Running in 4380cc173f22 [2021-03-29T23:04:44.388Z] Removing intermediate container c1677b6f043e [2021-03-29T23:04:44.388Z] ---> c8c096391c9f [2021-03-29T23:04:44.388Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T23:04:44.588Z] 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-29T23:04:45.032Z] Removing intermediate container 6dc7fa9b6cb0 [2021-03-29T23:04:45.032Z] ---> 77c298969295 [2021-03-29T23:04:45.032Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:04:45.333Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T23:04:45.333Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T23:04:45.667Z] ---> Running in 6eddba878046 [2021-03-29T23:04:45.667Z] ---> 2061329c1ca4 [2021-03-29T23:04:45.667Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T23:04:46.015Z] ---> ea6d73d6a809 [2021-03-29T23:04:46.015Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T23:04:46.747Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T23:04:46.747Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T23:04:48.670Z] ---> Running in bbb60e363c1a [2021-03-29T23:04:49.349Z] Removing intermediate container 6eddba878046 [2021-03-29T23:04:49.349Z] ---> f356e0c68491 [2021-03-29T23:04:49.349Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T23:04:49.658Z] ---> 4e76c7c7cf0d [2021-03-29T23:04:49.658Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T23:04:50.323Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T23:04:50.323Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T23:04:50.323Z] Removing intermediate container bbb60e363c1a [2021-03-29T23:04:50.323Z] ---> 2b4f65e10fdf [2021-03-29T23:04:50.323Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:04:50.710Z] ---> Running in 4cb8d1e6ba36 [2021-03-29T23:04:51.917Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T23:04:51.917Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T23:04:52.267Z] ---> Running in 11e14ee29a77 [2021-03-29T23:04:52.637Z] 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-29T23:04:52.957Z] Collecting idna<2.8,>=2.5 [2021-03-29T23:04:52.957Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T23:04:53.430Z] Removing intermediate container 4cb8d1e6ba36 [2021-03-29T23:04:53.430Z] ---> fde7171b10c2 [2021-03-29T23:04:53.430Z] Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:04:53.430Z] 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-29T23:04:53.751Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T23:04:54.032Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T23:04:54.378Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T23:04:54.378Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T23:04:54.378Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T23:04:54.378Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T23:04:54.717Z] ---> Running in eb1455d7162d [2021-03-29T23:04:54.717Z] Removing intermediate container 11e14ee29a77 [2021-03-29T23:04:54.717Z] ---> c7bbe3028f7e [2021-03-29T23:04:54.717Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T23:04:54.717Z] Installing collected packages: urllib3, idna, requests, texttable, cached-property, websocket-client, jsonschema, PyYAML, dockerpty, docopt, docker-pycreds, docker, docker-compose [2021-03-29T23:04:54.717Z] Attempting uninstall: urllib3 [2021-03-29T23:04:54.717Z] Found existing installation: urllib3 1.25.9 [2021-03-29T23:04:54.717Z] Uninstalling urllib3-1.25.9: [2021-03-29T23:04:54.796Z] ---> 40a0c1a56ac7 [2021-03-29T23:04:54.796Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T23:04:54.796Z] ---> Running in 63ec98593eab [2021-03-29T23:04:55.340Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T23:04:55.709Z] ---> 0a829deaa0b5 [2021-03-29T23:04:55.709Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T23:04:56.113Z] ---> Running in 3fe7c686e97c [2021-03-29T23:04:56.113Z] ---> Running in a96576a17139 [2021-03-29T23:04:56.113Z] Removing intermediate container eb1455d7162d [2021-03-29T23:04:56.113Z] ---> a04d90fd7827 [2021-03-29T23:04:56.113Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T23:04:56.113Z] Attempting uninstall: idna [2021-03-29T23:04:56.113Z] Found existing installation: idna 2.9 [2021-03-29T23:04:56.256Z] 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-29T23:04:56.520Z] Uninstalling idna-2.9: [2021-03-29T23:04:56.871Z] Successfully uninstalled idna-2.9 [2021-03-29T23:04:57.928Z] Attempting uninstall: requests [2021-03-29T23:04:57.928Z] Found existing installation: requests 2.23.0 [2021-03-29T23:04:57.928Z] Uninstalling requests-2.23.0: [2021-03-29T23:04:57.928Z] ---> Running in 03f709d314f1 [2021-03-29T23:04:58.214Z] Removing intermediate container a96576a17139 [2021-03-29T23:04:58.214Z] ---> c639c0134e4f [2021-03-29T23:04:58.214Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T23:04:58.214Z] Successfully uninstalled requests-2.23.0 [2021-03-29T23:04:58.500Z] Removing intermediate container 3fe7c686e97c [2021-03-29T23:04:58.500Z] ---> 3938066724e2 [2021-03-29T23:04:58.500Z] Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:04:58.860Z] Running setup.py install for texttable: started [2021-03-29T23:04:58.860Z] ---> Running in fddb98a3e839 [2021-03-29T23:04:58.860Z] ---> Running in 96079598033b [2021-03-29T23:04:59.143Z] Removing intermediate container 03f709d314f1 [2021-03-29T23:04:59.143Z] ---> adc52a687f3f [2021-03-29T23:04:59.143Z] [2021-03-29T23:05:00.724Z] Removing intermediate container fddb98a3e839 [2021-03-29T23:05:00.724Z] ---> 34e0e2917b70 [2021-03-29T23:05:00.724Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T23:05:00.724Z] Removing intermediate container 96079598033b [2021-03-29T23:05:00.724Z] ---> c7378fca38df [2021-03-29T23:05:00.724Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T23:05:02.306Z] ---> Running in bad2d8590c2b [2021-03-29T23:05:02.306Z] Successfully built adc52a687f3f [2021-03-29T23:05:02.306Z] ---> Running in a1bf15b06c90 [2021-03-29T23:05:02.306Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T23:05:02.306Z] Successfully tagged docker-core-command-go:latest [2021-03-29T23:05:03.396Z]  Building docker-core-command-go ... done  Running setup.py install for PyYAML: started [2021-03-29T23:05:03.396Z] Removing intermediate container a1bf15b06c90 [2021-03-29T23:05:03.396Z] ---> 5bdfdf594bf4 [2021-03-29T23:05:03.396Z] [2021-03-29T23:05:03.396Z] Removing intermediate container bad2d8590c2b [2021-03-29T23:05:03.396Z] ---> b539d419a8ea [2021-03-29T23:05:03.396Z] Step 20/21 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:05:03.705Z] ---> Running in 669f849b1f72 [2021-03-29T23:05:04.011Z] ---> 216d9b255646 [2021-03-29T23:05:04.011Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T23:05:04.376Z] Successfully built 5bdfdf594bf4 [2021-03-29T23:05:04.376Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T23:05:04.675Z]  Building docker-core-metadata-go ... done  ---> Running in bea92e819f7e [2021-03-29T23:05:04.675Z] Removing intermediate container 669f849b1f72 [2021-03-29T23:05:04.675Z] ---> 1f574de8cf30 [2021-03-29T23:05:04.675Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T23:05:04.675Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T23:05:04.675Z] Running setup.py install for dockerpty: started [2021-03-29T23:05:04.986Z] ---> Running in de65be4c8848 [2021-03-29T23:05:05.638Z] Removing intermediate container de65be4c8848 [2021-03-29T23:05:05.638Z] ---> 0ce61e734cec [2021-03-29T23:05:05.638Z] [2021-03-29T23:05:05.918Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T23:05:05.918Z] Running setup.py install for docopt: started [2021-03-29T23:05:06.309Z] Successfully built 0ce61e734cec [2021-03-29T23:05:06.309Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T23:05:06.309Z]  Building docker-security-proxy-setup-go ... done 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-29T23:05:07.356Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T23:05:08.652Z] 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-29T23:05:17.552Z] Removing intermediate container 9233907eb381 [2021-03-29T23:05:17.552Z] ---> ed02d60b4ca7 [2021-03-29T23:05:17.552Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T23:05:17.552Z] ---> Running in 7acc24bee36c [2021-03-29T23:05:18.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T23:05:19.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T23:05:19.391Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T23:05:19.391Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T23:05:19.391Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T23:05:19.391Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:05:19.720Z] OK: 72 MiB in 58 packages [2021-03-29T23:05:22.070Z] Removing intermediate container 7acc24bee36c [2021-03-29T23:05:22.070Z] ---> 2770a792ff1e [2021-03-29T23:05:22.070Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T23:05:22.451Z] ---> Running in 248ab208b76f [2021-03-29T23:05:23.248Z] Removing intermediate container 248ab208b76f [2021-03-29T23:05:23.248Z] ---> f30c75dc8eb6 [2021-03-29T23:05:23.248Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:05:25.598Z] ---> Running in 47442ac70ffe [2021-03-29T23:05:26.428Z] Removing intermediate container 47442ac70ffe [2021-03-29T23:05:26.428Z] ---> 98c4dccb343e [2021-03-29T23:05:26.428Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T23:05:26.762Z] ---> Running in 849533b582d8 [2021-03-29T23:05:27.476Z] Removing intermediate container 849533b582d8 [2021-03-29T23:05:27.476Z] ---> 2e3638e48715 [2021-03-29T23:05:27.476Z] Step 25/26 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:05:27.829Z] ---> Running in 7acf1878c298 [2021-03-29T23:05:28.984Z] Removing intermediate container 7acf1878c298 [2021-03-29T23:05:28.984Z] ---> 7f48e36aad0f [2021-03-29T23:05:28.984Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T23:05:29.309Z] ---> Running in 5886b7d15882 [2021-03-29T23:05:30.009Z] Removing intermediate container 5886b7d15882 [2021-03-29T23:05:30.009Z] ---> a39c134ab70f [2021-03-29T23:05:30.009Z] [2021-03-29T23:05:30.420Z] Successfully built a39c134ab70f [2021-03-29T23:05:30.736Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T23:05:43.291Z] Removing intermediate container 18c2cec2c783 [2021-03-29T23:05:43.291Z] ---> e0613751ec06 [2021-03-29T23:05:43.291Z] [2021-03-29T23:05:43.291Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T23:05:43.291Z] ---> e47305ac9786 [2021-03-29T23:05:43.291Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T23:05:43.291Z] ---> Using cache [2021-03-29T23:05:43.291Z] ---> 402a6ee09825 [2021-03-29T23:05:43.291Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T23:05:43.291Z] ---> Using cache [2021-03-29T23:05:43.291Z] ---> 6ddd050b52a4 [2021-03-29T23:05:43.291Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T23:05:43.291Z] ---> Running in 5aad6d8da81d [2021-03-29T23:05:43.570Z] Removing intermediate container 5aad6d8da81d [2021-03-29T23:05:43.570Z] ---> 1c549230833c [2021-03-29T23:05:43.570Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T23:05:43.846Z] ---> Running in 1f0da970f8ca [2021-03-29T23:05:44.446Z] Removing intermediate container 1f0da970f8ca [2021-03-29T23:05:44.446Z] ---> 4136aba2af6d [2021-03-29T23:05:44.446Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:05:45.440Z] ---> 432c096da4e6 [2021-03-29T23:05:45.440Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T23:05:47.424Z] ---> af5f3d6fcd28 [2021-03-29T23:05:47.424Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T23:05:48.885Z] ---> 2e1319d6af80 [2021-03-29T23:05:48.885Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T23:05:48.885Z] ---> Running in 5e8c601e571e [2021-03-29T23:05:49.866Z] Removing intermediate container 5e8c601e571e [2021-03-29T23:05:49.866Z] ---> 9d14214fab8c [2021-03-29T23:05:49.866Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:05:50.141Z] ---> Running in 607b361aa893 [2021-03-29T23:05:50.338Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bea92e819f7e [2021-03-29T23:05:50.338Z] ---> 649a0feb050f [2021-03-29T23:05:50.338Z] [2021-03-29T23:05:50.338Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T23:05:50.338Z] ---> 42cb162f0360 [2021-03-29T23:05:50.338Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T23:05:50.338Z] ---> Running in a024edd64d73 [2021-03-29T23:05:50.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T23:05:50.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T23:05:50.730Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T23:05:50.730Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T23:05:50.730Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:05:50.730Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T23:05:50.730Z] OK: 6 MiB in 16 packages [2021-03-29T23:05:51.129Z] Removing intermediate container 607b361aa893 [2021-03-29T23:05:51.129Z] ---> 1d113c571ea4 [2021-03-29T23:05:51.129Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T23:05:51.409Z] ---> Running in 28ac76c5e511 [2021-03-29T23:05:52.407Z] Removing intermediate container 28ac76c5e511 [2021-03-29T23:05:52.407Z] ---> cbdc028f3145 [2021-03-29T23:05:52.407Z] Step 21/22 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:05:52.678Z] ---> Running in 88578d6e9075 [2021-03-29T23:05:52.824Z] Removing intermediate container a024edd64d73 [2021-03-29T23:05:52.824Z] ---> ec63dd6e3c5e [2021-03-29T23:05:52.824Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T23:05:52.824Z] ---> Running in 9e85d6a5cadd [2021-03-29T23:05:53.267Z] Removing intermediate container 9585fcf6ced5 [2021-03-29T23:05:53.268Z] ---> 5d52e332717b [2021-03-29T23:05:53.268Z] [2021-03-29T23:05:53.268Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T23:05:53.268Z] ---> e47305ac9786 [2021-03-29T23:05:53.268Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T23:05:53.268Z] ---> Using cache [2021-03-29T23:05:53.544Z] ---> 402a6ee09825 [2021-03-29T23:05:53.544Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T23:05:53.544Z] ---> Using cache [2021-03-29T23:05:53.544Z] ---> 6ddd050b52a4 [2021-03-29T23:05:53.544Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T23:05:53.544Z] Removing intermediate container 88578d6e9075 [2021-03-29T23:05:53.544Z] ---> 20aeccb3a493 [2021-03-29T23:05:53.544Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T23:05:53.544Z] ---> Running in ab91546d60a7 [2021-03-29T23:05:53.585Z] Removing intermediate container 9e85d6a5cadd [2021-03-29T23:05:53.585Z] ---> 88874005791c [2021-03-29T23:05:53.585Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T23:05:53.585Z] ---> Running in bb4ada17d232 [2021-03-29T23:05:53.819Z] ---> Running in a692964841e0 [2021-03-29T23:05:53.906Z] Removing intermediate container bb4ada17d232 [2021-03-29T23:05:53.906Z] ---> a97f59e54152 [2021-03-29T23:05:53.906Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T23:05:54.429Z] Removing intermediate container ab91546d60a7 [2021-03-29T23:05:54.429Z] ---> b10e39d57268 [2021-03-29T23:05:54.429Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T23:05:54.429Z] ---> Running in bb4e7c1d4bb6 [2021-03-29T23:05:54.710Z] Removing intermediate container a692964841e0 [2021-03-29T23:05:54.710Z] ---> c47190e1926d [2021-03-29T23:05:54.710Z] [2021-03-29T23:05:54.977Z] ---> Running in ef70cb958da6 [2021-03-29T23:05:55.317Z] Successfully built c47190e1926d [2021-03-29T23:05:55.317Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T23:05:55.317Z]  Building docker-support-scheduler-go ... done Removing intermediate container bb4e7c1d4bb6 [2021-03-29T23:05:55.317Z] ---> f67c5936c370 [2021-03-29T23:05:55.317Z] Step 15/23 : WORKDIR / [2021-03-29T23:05:55.594Z] ---> Running in 08b70b6fbaf0 [2021-03-29T23:05:55.714Z] Removing intermediate container ef70cb958da6 [2021-03-29T23:05:55.714Z] ---> b7c8af6e4276 [2021-03-29T23:05:55.714Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:05:56.583Z] Removing intermediate container 08b70b6fbaf0 [2021-03-29T23:05:56.583Z] ---> 607c56d72996 [2021-03-29T23:05:56.583Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:05:56.863Z] ---> 597cdc953ac1 [2021-03-29T23:05:56.863Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T23:05:57.582Z] ---> d2bb776598b5 [2021-03-29T23:05:57.582Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T23:05:58.399Z] ---> f823f819e4ee [2021-03-29T23:05:58.399Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T23:05:59.034Z] ---> 371b2b4f407f [2021-03-29T23:05:59.034Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T23:05:59.705Z] ---> 7f42d42d7a32 [2021-03-29T23:05:59.705Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T23:05:59.705Z] ---> Running in 1dac9982a118 [2021-03-29T23:06:00.035Z] ---> 21134c0cd2f2 [2021-03-29T23:06:00.035Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T23:06:00.315Z] ---> Running in f06f00615ee5 [2021-03-29T23:06:00.831Z] Removing intermediate container 1dac9982a118 [2021-03-29T23:06:00.832Z] ---> 46800fd39cd9 [2021-03-29T23:06:00.832Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:06:00.832Z] ---> Running in e083a89616a0 [2021-03-29T23:06:01.129Z] Removing intermediate container f06f00615ee5 [2021-03-29T23:06:01.129Z] ---> 7eff74bd9802 [2021-03-29T23:06:01.129Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:06:01.438Z] ---> Running in 2209c6941b5a [2021-03-29T23:06:01.783Z] Removing intermediate container 2209c6941b5a [2021-03-29T23:06:01.783Z] ---> 7f7ebc07db2d [2021-03-29T23:06:01.783Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T23:06:02.087Z] ---> Running in be77ef6f311f [2021-03-29T23:06:02.412Z] Removing intermediate container e083a89616a0 [2021-03-29T23:06:02.413Z] ---> 2e202ac4c568 [2021-03-29T23:06:02.413Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T23:06:02.693Z] Removing intermediate container be77ef6f311f [2021-03-29T23:06:02.693Z] ---> a3239544b245 [2021-03-29T23:06:02.693Z] Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:06:02.721Z] ---> Running in 70d621a1064d [2021-03-29T23:06:02.969Z] ---> Running in 49675349652e [2021-03-29T23:06:03.569Z] Removing intermediate container 49675349652e [2021-03-29T23:06:03.569Z] ---> e8d8ab60d8f2 [2021-03-29T23:06:03.569Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T23:06:03.843Z] ---> Running in f42ed32734df [2021-03-29T23:06:04.353Z] Removing intermediate container 70d621a1064d [2021-03-29T23:06:04.353Z] ---> ab280fbd8a9a [2021-03-29T23:06:04.353Z] Step 21/22 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:06:04.456Z] Removing intermediate container f42ed32734df [2021-03-29T23:06:04.456Z] ---> d3c2554aa104 [2021-03-29T23:06:04.456Z] [2021-03-29T23:06:04.726Z] ---> Running in 59386140497b [2021-03-29T23:06:05.051Z] Successfully built d3c2554aa104 [2021-03-29T23:06:05.051Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T23:06:05.752Z] Removing intermediate container 59386140497b [2021-03-29T23:06:05.752Z] ---> b669bce52c2d [2021-03-29T23:06:05.752Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T23:06:05.752Z] ---> Running in ed6b41a3821e [2021-03-29T23:06:06.448Z] Removing intermediate container ed6b41a3821e [2021-03-29T23:06:06.448Z] ---> 8b028690709d [2021-03-29T23:06:06.448Z] [2021-03-29T23:06:07.109Z] Successfully built 8b028690709d [2021-03-29T23:06:07.391Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T23:06:08.091Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-29T23:06:08.301Z] $ docker stop --time=1 82693ea86c810f1985d8710a5090cbe9b7281afbdbae0e407d5d7cfdb180e7b7 [2021-03-29T23:06:11.068Z] $ docker rm -f 82693ea86c810f1985d8710a5090cbe9b7281afbdbae0e407d5d7cfdb180e7b7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T23:06:12.092Z] + docker images [2021-03-29T23:06:12.092Z] + grep docker [2021-03-29T23:06:13.122Z] docker-support-notifications-go latest 8b028690709d 6 seconds ago 17.9MB [2021-03-29T23:06:13.122Z] docker-sys-mgmt-agent-go latest a39c134ab70f 43 seconds ago 314MB [2021-03-29T23:06:13.122Z] docker-security-proxy-setup-go latest 0ce61e734cec About a minute ago 25.4MB [2021-03-29T23:06:13.122Z] docker-core-metadata-go latest 5bdfdf594bf4 About a minute ago 19MB [2021-03-29T23:06:13.123Z] docker-core-command-go latest adc52a687f3f About a minute ago 17.3MB [2021-03-29T23:06:13.123Z] docker-security-bootstrapper-go latest 3e4d349d4604 4 minutes ago 18.9MB [2021-03-29T23:06:13.123Z] docker-security-secretstore-setup-go latest 042114bf4061 5 minutes ago 25.7MB [2021-03-29T23:06:13.123Z] docker-core-data-go latest 0f32974ffc02 5 minutes ago 22.7MB [2021-03-29T23:06:13.123Z] docker-support-scheduler-go latest 10b2454e1d90 5 minutes ago 17.4MB [2021-03-29T23:06:13.123Z] 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-29T23:06:15.202Z]  Building docker-core-command-go ... done Removing intermediate container 63ec98593eab [2021-03-29T23:06:15.202Z] ---> 2dd12f20b0c1 [2021-03-29T23:06:15.202Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T23:06:15.202Z] Removing intermediate container 4380cc173f22 [2021-03-29T23:06:15.202Z] ---> bf855b8e48fd [2021-03-29T23:06:15.202Z] [2021-03-29T23:06:15.202Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T23:06:15.202Z] ---> e47305ac9786 [2021-03-29T23:06:15.202Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T23:06:15.202Z] ---> Running in 03c816be2fda [2021-03-29T23:06:15.202Z] ---> Running in a4ffb7d46872 [2021-03-29T23:06:15.796Z] 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-29T23:06:15.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:06:15.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:06:16.391Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T23:06:16.391Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T23:06:16.391Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:06:16.391Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T23:06:16.663Z] OK: 6 MiB in 16 packages [2021-03-29T23:06:18.636Z] Removing intermediate container a4ffb7d46872 [2021-03-29T23:06:18.636Z] ---> fcbe2ec389d1 [2021-03-29T23:06:18.636Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T23:06:18.636Z] ---> Running in 6b7a18121286 [2021-03-29T23:06:18.636Z] Removing intermediate container 03c816be2fda [2021-03-29T23:06:18.636Z] ---> 59229d3c16e0 [2021-03-29T23:06:18.636Z] [2021-03-29T23:06:18.636Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T23:06:18.636Z] 20.10.0: Pulling from library/docker [2021-03-29T23:06:19.249Z] Removing intermediate container 6b7a18121286 [2021-03-29T23:06:19.249Z] ---> ca03ce397478 [2021-03-29T23:06:19.249Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T23:06:19.524Z] ---> Running in da05a5d31cb0 [2021-03-29T23:06:20.125Z] Removing intermediate container da05a5d31cb0 [2021-03-29T23:06:20.125Z] ---> bddd71e78819 [2021-03-29T23:06:20.125Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T23:06:20.401Z] ---> Running in 90124f952ee5 [2021-03-29T23:06:20.995Z] Removing intermediate container 90124f952ee5 [2021-03-29T23:06:20.995Z] ---> f4ec239476fb [2021-03-29T23:06:20.995Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T23:06:22.430Z] ---> 61e0c32be886 [2021-03-29T23:06:22.430Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T23:06:25.046Z] ---> f0f2ecbcc3e2 [2021-03-29T23:06:25.046Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T23:06:26.022Z] ---> 162a8e0aa6d9 [2021-03-29T23:06:26.022Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T23:06:26.022Z] ---> Running in 1a2aec757da1 [2021-03-29T23:06:26.618Z] Removing intermediate container 1a2aec757da1 [2021-03-29T23:06:26.618Z] ---> 8b2cbf245f34 [2021-03-29T23:06:26.618Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:06:26.618Z] ---> Running in dfb0931545af [2021-03-29T23:06:27.224Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T23:06:27.224Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T23:06:27.224Z] ---> eeaf43b92773 [2021-03-29T23:06:27.224Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T23:06:27.224Z] Removing intermediate container dfb0931545af [2021-03-29T23:06:27.224Z] ---> d841e0c724ca [2021-03-29T23:06:27.224Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T23:06:27.224Z] ---> Running in c964ddd77473 [2021-03-29T23:06:27.498Z] ---> Running in 73db1a668d4e [2021-03-29T23:06:28.126Z] Removing intermediate container 73db1a668d4e [2021-03-29T23:06:28.127Z] ---> ac3f583daa13 [2021-03-29T23:06:28.127Z] Step 21/22 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:06:28.127Z] ---> Running in c54659d1fd4d [2021-03-29T23:06:28.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:06:28.728Z] Removing intermediate container c54659d1fd4d [2021-03-29T23:06:28.728Z] ---> c73dee010a00 [2021-03-29T23:06:28.728Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T23:06:28.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:06:28.729Z] ---> Running in 102388eb3c92 [2021-03-29T23:06:29.052Z] Still waiting to schedule task [2021-03-29T23:06:29.052Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-29T23:06:29.324Z] Removing intermediate container 102388eb3c92 [2021-03-29T23:06:29.324Z] ---> 2faa073c49b9 [2021-03-29T23:06:29.324Z] [2021-03-29T23:06:29.324Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T23:06:29.324Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T23:06:29.324Z] Executing bash-5.0.17-r0.post-install [2021-03-29T23:06:29.324Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:06:29.324Z] OK: 12 MiB in 22 packages [2021-03-29T23:06:29.918Z] Successfully built 2faa073c49b9 [2021-03-29T23:06:29.918Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T23:06:30.896Z]  Building docker-support-notifications-go ... done Removing intermediate container c964ddd77473 [2021-03-29T23:06:30.896Z] ---> ba7b44e4af58 [2021-03-29T23:06:30.896Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T23:06:31.170Z] ---> Running in 3ba502e3e751 [2021-03-29T23:06:31.441Z] Removing intermediate container 3ba502e3e751 [2021-03-29T23:06:31.441Z] ---> 168001d142c9 [2021-03-29T23:06:31.441Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T23:06:31.712Z] ---> Running in e08c8f48216e [2021-03-29T23:06:32.303Z] Removing intermediate container e08c8f48216e [2021-03-29T23:06:32.303Z] ---> 03ecc975c158 [2021-03-29T23:06:32.303Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T23:06:32.303Z] ---> Running in 78feb9d4e2b4 [2021-03-29T23:06:32.573Z] Removing intermediate container 78feb9d4e2b4 [2021-03-29T23:06:32.573Z] ---> 7cdef521e97a [2021-03-29T23:06:32.573Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T23:06:33.998Z] ---> 693a9ec0a004 [2021-03-29T23:06:33.998Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T23:06:34.590Z] ---> 78599dc69cd8 [2021-03-29T23:06:34.590Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T23:06:35.590Z] ---> 508566a2f63d [2021-03-29T23:06:35.590Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T23:06:35.590Z] ---> Running in 003aec2e46c0 [2021-03-29T23:06:36.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:06:36.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:06:37.434Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T23:06:37.434Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T23:06:37.434Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T23:06:37.434Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T23:06:37.434Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T23:06:37.434Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T23:06:37.434Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T23:06:39.395Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T23:06:39.395Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T23:06:39.395Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T23:06:39.395Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T23:06:39.395Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T23:06:39.395Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T23:06:39.395Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T23:06:39.395Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T23:06:39.395Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T23:06:39.395Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T23:06:39.395Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T23:06:39.395Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T23:06:39.395Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T23:06:39.395Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T23:06:39.395Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T23:06:39.395Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T23:06:39.395Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T23:06:39.395Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T23:06:39.395Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T23:06:39.666Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T23:06:39.666Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T23:06:39.666Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T23:06:39.666Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T23:06:39.666Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T23:06:39.666Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T23:06:39.666Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T23:06:39.666Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:06:39.937Z] OK: 71 MiB in 55 packages [2021-03-29T23:06:46.629Z] Removing intermediate container 003aec2e46c0 [2021-03-29T23:06:46.629Z] ---> 29759aff15a4 [2021-03-29T23:06:46.629Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T23:06:46.630Z] ---> Running in aa5aeb253951 [2021-03-29T23:06:52.003Z] Collecting docker-compose==1.23.2 [2021-03-29T23:06:52.003Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T23:06:52.003Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T23:06:52.003Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T23:06:52.593Z] 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-29T23:06:53.185Z] Collecting PyYAML<4,>=3.10 [2021-03-29T23:06:53.185Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T23:06:56.552Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T23:06:56.552Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T23:06:58.513Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T23:06:58.513Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T23:06:58.783Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T23:06:58.783Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T23:07:01.388Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T23:07:01.388Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T23:07:01.663Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T23:07:01.663Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T23:07:03.630Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T23:07:03.630Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T23:07:04.219Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T23:07:04.219Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T23:07:04.487Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T23:07:04.487Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T23:07:04.487Z] 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-29T23:07:05.076Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T23:07:05.076Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T23:07:05.345Z] 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-29T23:07:05.345Z] Collecting idna<2.8,>=2.5 [2021-03-29T23:07:05.345Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T23:07:05.615Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T23:07:05.615Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T23:07:05.615Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T23:07:05.615Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T23:07:06.204Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docopt, dockerpty, texttable, jsonschema, cached-property, docker-compose [2021-03-29T23:07:06.795Z] Attempting uninstall: urllib3 [2021-03-29T23:07:06.795Z] Found existing installation: urllib3 1.25.9 [2021-03-29T23:07:06.795Z] Uninstalling urllib3-1.25.9: [2021-03-29T23:07:06.795Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T23:07:07.384Z] Attempting uninstall: idna [2021-03-29T23:07:07.384Z] Found existing installation: idna 2.9 [2021-03-29T23:07:07.384Z] Uninstalling idna-2.9: [2021-03-29T23:07:07.654Z] Successfully uninstalled idna-2.9 [2021-03-29T23:07:08.278Z] Attempting uninstall: requests [2021-03-29T23:07:08.278Z] Found existing installation: requests 2.23.0 [2021-03-29T23:07:08.278Z] Uninstalling requests-2.23.0: [2021-03-29T23:07:08.278Z] Successfully uninstalled requests-2.23.0 [2021-03-29T23:07:09.293Z] Running setup.py install for PyYAML: started [2021-03-29T23:07:11.928Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T23:07:11.928Z] Running setup.py install for docopt: started [2021-03-29T23:07:13.358Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T23:07:13.629Z] Running setup.py install for dockerpty: started [2021-03-29T23:07:15.604Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T23:07:15.604Z] Running setup.py install for texttable: started [2021-03-29T23:07:17.027Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T23:07:18.449Z] 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-29T23:07:22.759Z] Removing intermediate container aa5aeb253951 [2021-03-29T23:07:22.760Z] ---> 26bc709c871e [2021-03-29T23:07:22.760Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T23:07:22.760Z] ---> Running in 84fd863e8003 [2021-03-29T23:07:23.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T23:07:23.622Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T23:07:24.595Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T23:07:24.595Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T23:07:24.595Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T23:07:24.595Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T23:07:24.595Z] OK: 72 MiB in 58 packages [2021-03-29T23:07:25.884Z] Running on prd-ubuntu18.04-docker-8c-8g-31896 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws [2021-03-29T23:07:25.937Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-29T23:07:26.022Z] Removing intermediate container 84fd863e8003 [2021-03-29T23:07:26.022Z] ---> 12d4e35a3f31 [2021-03-29T23:07:26.022Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T23:07:26.022Z] ---> Running in c98007a08171 [2021-03-29T23:07:26.296Z] Removing intermediate container c98007a08171 [2021-03-29T23:07:26.296Z] ---> 961c8e9c7f4d [2021-03-29T23:07:26.296Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T23:07:26.575Z] ---> Running in 6b5554c524aa [2021-03-29T23:07:26.853Z] Removing intermediate container 6b5554c524aa [2021-03-29T23:07:26.853Z] ---> e7b58664e50b [2021-03-29T23:07:26.853Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T23:07:27.126Z] ---> Running in 67b3261e7651 [2021-03-29T23:07:27.399Z] Removing intermediate container 67b3261e7651 [2021-03-29T23:07:27.399Z] ---> 4f3db53ed9f6 [2021-03-29T23:07:27.399Z] Step 25/26 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:07:27.670Z] ---> Running in 05455e0ce95d [2021-03-29T23:07:27.946Z] Removing intermediate container 05455e0ce95d [2021-03-29T23:07:28.224Z] ---> 61259a8831ef [2021-03-29T23:07:28.224Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T23:07:28.224Z] ---> Running in f64e0e45e49f [2021-03-29T23:07:28.271Z] using credential edgex-jenkins-ssh [2021-03-29T23:07:28.332Z] Cloning the remote Git repository [2021-03-29T23:07:28.356Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T23:07:28.817Z] Removing intermediate container f64e0e45e49f [2021-03-29T23:07:28.817Z] ---> bd844187c3ba [2021-03-29T23:07:28.817Z] [2021-03-29T23:07:29.088Z] Successfully built bd844187c3ba [2021-03-29T23:07:29.088Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T23:07:28.451Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-29T23:07:28.479Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T23:07:28.479Z] > git --version # timeout=10 [2021-03-29T23:07:28.485Z] > git --version # 'git version 2.17.1' [2021-03-29T23:07:28.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T23:07:28.514Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T23:07:29.696Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T23:07:29.709Z] $ docker stop --time=1 6a260b165ae6441700701d40cd1e15185ffa6a224a33c4592cdd66ed23aa84fa [2021-03-29T23:07:31.605Z] $ docker rm -f 6a260b165ae6441700701d40cd1e15185ffa6a224a33c4592cdd66ed23aa84fa [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T23:07:32.240Z] + grep docker [2021-03-29T23:07:32.240Z] + docker images [2021-03-29T23:07:32.511Z] docker-sys-mgmt-agent-go-arm64 latest bd844187c3ba 4 seconds ago 301MB [2021-03-29T23:07:32.511Z] docker-support-notifications-go-arm64 latest 2faa073c49b9 About a minute ago 16.9MB [2021-03-29T23:07:32.511Z] docker-core-command-go-arm64 latest d3c2554aa104 About a minute ago 16.3MB [2021-03-29T23:07:32.511Z] docker-support-scheduler-go-arm64 latest c47190e1926d About a minute ago 16.4MB [2021-03-29T23:07:32.511Z] docker-core-data-go-arm64 latest e4f99e32613b 3 minutes ago 21.4MB [2021-03-29T23:07:32.511Z] docker-core-metadata-go-arm64 latest f07c35179fed 3 minutes ago 17.9MB [2021-03-29T23:07:32.511Z] docker-security-bootstrapper-go-arm64 latest b383b04ca1ba 3 minutes ago 17.9MB [2021-03-29T23:07:32.511Z] docker-security-secretstore-setup-go-arm64 latest d2e884854169 4 minutes ago 24.4MB [2021-03-29T23:07:32.511Z] docker-security-proxy-setup-go-arm64 latest 23df5e967c45 4 minutes ago 24.1MB [2021-03-29T23:07:32.511Z] 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-29T23:07:33.557Z] ---> job-cost.sh [2021-03-29T23:07:33.557Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QD6S [2021-03-29T23:07:36.484Z] Merging remotes/origin/master commit 198f9b068ce8fd0f3750699c6138f775e08cd39d into PR head commit 004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:07:36.652Z] Merge succeeded, producing 004dcdb273b5416b80131c32e844fcd87a59a9a7 [2021-03-29T23:07:36.652Z] Checking out Revision 004dcdb273b5416b80131c32e844fcd87a59a9a7 (PR-3300) [2021-03-29T23:07:35.974Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T23:07:35.983Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T23:07:35.995Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T23:07:36.011Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T23:07:36.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T23:07:36.017Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T23:07:36.496Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T23:07:36.500Z] > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 [2021-03-29T23:07:36.627Z] > git remote # timeout=10 [2021-03-29T23:07:36.633Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T23:07:36.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T23:07:36.641Z] > git merge 198f9b068ce8fd0f3750699c6138f775e08cd39d # timeout=10 [2021-03-29T23:07:36.649Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T23:07:36.657Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T23:07:36.661Z] > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 [2021-03-29T23:07:40.388Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" [2021-03-29T23:07:40.709Z] [2021-03-29T23:07:40.709Z] GitHub has been notified of this commit’s build result [2021-03-29T23:07:40.709Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:07:41.583Z] + echo snap-build.sh [2021-03-29T23:07:41.583Z] snap-build.sh [2021-03-29T23:07:41.583Z] + SNAP_BASE_DIR=. [2021-03-29T23:07:41.583Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-03-29T23:07:41.583Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-03-29T23:07:41.583Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-03-29T23:07:41.583Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-03-29T23:07:41.583Z] + cd /w/workspace/edgex-go/5 [2021-03-29T23:07:41.583Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-29T23:07:41.583Z] Reading package lists... [2021-03-29T23:07:41.845Z] Building dependency tree... [2021-03-29T23:07:41.845Z] Reading state information... [2021-03-29T23:07:41.845Z] The following packages were automatically installed and are no longer required: [2021-03-29T23:07:41.845Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-29T23:07:41.845Z] uidmap xdelta3 [2021-03-29T23:07:41.845Z] Use 'sudo apt autoremove' to remove them. [2021-03-29T23:07:42.105Z] The following packages will be REMOVED: [2021-03-29T23:07:42.105Z] lxd* lxd-client* [2021-03-29T23:07:42.678Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-29T23:07:42.678Z] After this operation, 31.7 MB disk space will be freed. [2021-03-29T23:07:43.760Z] (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-29T23:07:43.760Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T23:07:45.145Z] Removing lxd dnsmasq configuration [2021-03-29T23:07:45.145Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T23:07:45.145Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-29T23:07:46.089Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-29T23:07:46.350Z] (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-29T23:07:46.350Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T23:07:47.739Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-29T23:07:48.000Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-29T23:07:49.388Z] + sudo snap remove --purge lxd [2021-03-29T23:07:49.650Z] snap "lxd" is not installed [2021-03-29T23:07:49.650Z] + sudo groupadd --force --system lxd [2021-03-29T23:07:49.650Z] ++ whoami [2021-03-29T23:07:49.650Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-29T23:07:49.650Z] + newgrp - lxd [2021-03-29T23:07:49.650Z] + sudo snap install lxd [2021-03-29T23:07:59.704Z] 2021-03-29T23:07:56Z INFO Waiting for automatic snapd restart... [2021-03-29T23:08:11.984Z] lxd 4.12 from Canonical* installed [2021-03-29T23:08:11.984Z] + sudo lxd init --auto [2021-03-29T23:08:20.501Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T23:08:22.019Z] + sudo snap install --classic snapcraft [2021-03-29T23:08:28.628Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T23:08:28.628Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-29T23:08:28.628Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-29T23:08:28.628Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T23:08:28.628Z] Dload Upload Total Spent Left Speed [2021-03-29T23:08:28.628Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4294 [2021-03-29T23:08:28.628Z] 100 3325k 100 3325k 0 0 9313k 0 --:--:-- --:--:-- --:--:-- 9313k [2021-03-29T23:08:28.628Z] ./yq_linux_amd64 [2021-03-29T23:08:28.890Z] + sudo snapcraft prime --use-lxd [2021-03-29T23:08:30.813Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-29T23:08:30.813Z] 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-29T23:08:30.813Z] - README.md [2021-03-29T23:08:30.813Z] [2021-03-29T23:08:30.813Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T23:08:31.389Z] Launching a container. [2021-03-29T23:08:46.318Z] Waiting for container to be ready [2021-03-29T23:08:46.318Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-29T23:08:46.318Z] [2021-03-29T23:08:48.879Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-29T23:08:49.453Z] Waiting for network to be ready... [2021-03-29T23:08:50.026Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T23:08:50.026Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T23:08:50.599Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T23:08:50.599Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T23:08:50.599Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T23:08:50.860Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T23:08:50.860Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T23:08:50.860Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T23:08:50.860Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T23:08:50.860Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T23:08:50.860Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T23:08:50.860Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T23:08:50.860Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T23:08:50.860Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T23:08:50.860Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T23:08:50.860Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T23:08:50.860Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T23:08:51.121Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T23:08:51.121Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T23:08:51.693Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T23:08:51.693Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T23:08:51.693Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T23:08:51.693Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T23:08:51.693Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T23:08:51.693Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T23:08:51.693Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T23:08:51.693Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T23:08:55.903Z] Fetched 24.2 MB in 6s (3994 kB/s) [2021-03-29T23:08:56.845Z] Reading package lists... [2021-03-29T23:08:57.105Z] Reading package lists... [2021-03-29T23:08:57.366Z] Building dependency tree... [2021-03-29T23:08:57.366Z] Reading state information... [2021-03-29T23:08:57.626Z] The following additional packages will be installed: [2021-03-29T23:08:57.626Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T23:08:57.626Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T23:08:57.626Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T23:08:57.626Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-29T23:08:57.627Z] Suggested packages: [2021-03-29T23:08:57.627Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-29T23:08:57.627Z] Recommended packages: [2021-03-29T23:08:57.627Z] gnupg libsasl2-modules [2021-03-29T23:08:57.627Z] The following NEW packages will be installed: [2021-03-29T23:08:57.627Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T23:08:57.627Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T23:08:57.627Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T23:08:57.627Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-29T23:08:57.627Z] The following packages will be upgraded: [2021-03-29T23:08:57.627Z] gpg gpg-agent gpgconf libudev1 [2021-03-29T23:08:57.627Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-29T23:08:57.627Z] Need to get 3530 kB of archives. [2021-03-29T23:08:57.627Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-29T23:08:57.627Z] 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-29T23:08:57.627Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-29T23:08:57.889Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-29T23:08:57.889Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-29T23:08:57.889Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-29T23:08:57.889Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-29T23:08:58.473Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-29T23:08:58.473Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-29T23:08:58.473Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-29T23:08:58.473Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-29T23:08:58.473Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-29T23:08:58.473Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-29T23:08:58.473Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-29T23:08:58.473Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-29T23:08:58.473Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-29T23:08:58.473Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-29T23:08:58.473Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-29T23:08:58.473Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-29T23:08:58.473Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-29T23:08:58.473Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-29T23:08:58.473Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-29T23:08:58.474Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-29T23:08:58.734Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T23:08:58.734Z] Fetched 3530 kB in 1s (3451 kB/s) [2021-03-29T23:08:58.734Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T23:08:58.734Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-29T23:08:58.995Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T23:08:58.995Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-29T23:08:58.995Z] Selecting previously unselected package udev. [2021-03-29T23:08:58.995Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T23:08:58.996Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-29T23:08:58.996Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-29T23:08:59.258Z] Selecting previously unselected package libfuse2:amd64. [2021-03-29T23:08:59.258Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T23:08:59.258Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T23:08:59.519Z] Selecting previously unselected package fuse. [2021-03-29T23:08:59.519Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T23:08:59.519Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-29T23:08:59.519Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T23:08:59.519Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T23:08:59.779Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T23:08:59.780Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T23:08:59.780Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T23:08:59.780Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T23:09:00.040Z] Selecting previously unselected package libksba8:amd64. [2021-03-29T23:09:00.040Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-29T23:09:00.040Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-29T23:09:00.040Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-29T23:09:00.040Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T23:09:00.040Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:00.040Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-29T23:09:00.040Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T23:09:00.300Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:00.300Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-29T23:09:00.300Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T23:09:00.300Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:00.300Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-29T23:09:00.300Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T23:09:00.300Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:00.560Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-29T23:09:00.560Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T23:09:00.560Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:00.560Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-29T23:09:00.560Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T23:09:00.560Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:00.821Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-29T23:09:00.821Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T23:09:00.821Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:00.821Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-29T23:09:00.821Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T23:09:00.821Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:01.080Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-29T23:09:01.080Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T23:09:01.080Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:01.080Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-29T23:09:01.080Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T23:09:01.080Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T23:09:01.080Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-29T23:09:01.080Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T23:09:01.080Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T23:09:01.343Z] Selecting previously unselected package libldap-common. [2021-03-29T23:09:01.343Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-29T23:09:01.343Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T23:09:01.343Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-29T23:09:01.343Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-29T23:09:01.343Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T23:09:01.603Z] Selecting previously unselected package dirmngr. [2021-03-29T23:09:01.603Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T23:09:01.603Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T23:09:01.603Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T23:09:01.873Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-29T23:09:01.874Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T23:09:01.874Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T23:09:01.874Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T23:09:01.874Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-29T23:09:01.874Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:01.874Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-29T23:09:02.140Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T23:09:02.140Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-29T23:09:02.400Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-29T23:09:02.662Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:02.662Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-29T23:09:02.662Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-29T23:09:02.923Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-29T23:09:02.923Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:02.923Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:02.923Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:02.923Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:02.924Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:02.924Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:02.924Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T23:09:02.924Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T23:09:02.924Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T23:09:03.185Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T23:09:03.758Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-29T23:09:03.758Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-29T23:09:03.758Z] This means they are not meant to be enabled using systemctl. [2021-03-29T23:09:03.758Z] Possible reasons for having this kind of units are: [2021-03-29T23:09:03.758Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-29T23:09:03.758Z] .wants/ or .requires/ directory. [2021-03-29T23:09:03.758Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-29T23:09:03.758Z] a requirement dependency on it. [2021-03-29T23:09:03.758Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-29T23:09:03.758Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-29T23:09:03.758Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-29T23:09:03.758Z] instance name specified. [2021-03-29T23:09:04.018Z] Reading package lists... [2021-03-29T23:09:04.279Z] Building dependency tree... [2021-03-29T23:09:04.279Z] Reading state information... [2021-03-29T23:09:04.279Z] The following additional packages will be installed: [2021-03-29T23:09:04.279Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-29T23:09:04.279Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-29T23:09:04.279Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-29T23:09:04.279Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-29T23:09:04.279Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-29T23:09:04.540Z] Suggested packages: [2021-03-29T23:09:04.540Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-29T23:09:04.540Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-29T23:09:04.540Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-29T23:09:04.540Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-29T23:09:04.540Z] systemd-container policykit-1 [2021-03-29T23:09:04.540Z] Recommended packages: [2021-03-29T23:09:04.540Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-29T23:09:04.540Z] The following NEW packages will be installed: [2021-03-29T23:09:04.540Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-29T23:09:04.540Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-29T23:09:04.540Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-29T23:09:04.540Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-29T23:09:04.540Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-29T23:09:04.540Z] The following packages will be upgraded: [2021-03-29T23:09:04.540Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-29T23:09:04.540Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-29T23:09:04.540Z] Need to get 35.2 MB of archives. [2021-03-29T23:09:04.540Z] After this operation, 141 MB of additional disk space will be used. [2021-03-29T23:09:04.540Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-29T23:09:04.540Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-29T23:09:05.482Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-29T23:09:05.482Z] 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-29T23:09:05.482Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-29T23:09:05.482Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-29T23:09:05.482Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-29T23:09:05.482Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-29T23:09:05.482Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-29T23:09:05.482Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-29T23:09:05.482Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-29T23:09:05.482Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-29T23:09:05.482Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-29T23:09:05.482Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-29T23:09:05.482Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-29T23:09:05.482Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-29T23:09:05.482Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-29T23:09:05.482Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-29T23:09:05.743Z] 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-29T23:09:05.743Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-29T23:09:05.743Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-29T23:09:05.743Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-29T23:09:05.743Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-29T23:09:05.743Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-29T23:09:05.743Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-29T23:09:05.743Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-29T23:09:05.743Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-29T23:09:05.743Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-29T23:09:05.743Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-29T23:09:05.743Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-29T23:09:07.140Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T23:09:07.140Z] Fetched 35.2 MB in 2s (14.5 MB/s) [2021-03-29T23:09:07.140Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T23:09:07.140Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-29T23:09:07.410Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T23:09:07.992Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-29T23:09:07.992Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T23:09:07.992Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-29T23:09:08.255Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T23:09:08.256Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T23:09:08.256Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T23:09:08.518Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-29T23:09:08.518Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T23:09:08.518Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T23:09:08.518Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T23:09:09.090Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-29T23:09:09.090Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-29T23:09:09.352Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-29T23:09:09.617Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-29T23:09:09.617Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T23:09:09.617Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T23:09:09.879Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-29T23:09:09.879Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T23:09:09.879Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T23:09:09.879Z] Selecting previously unselected package libexpat1:amd64. [2021-03-29T23:09:09.879Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-29T23:09:09.879Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T23:09:10.139Z] Selecting previously unselected package python3.6-minimal. [2021-03-29T23:09:10.139Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T23:09:10.139Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T23:09:10.400Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T23:09:10.661Z] Checking for services that may need to be restarted...done. [2021-03-29T23:09:10.661Z] Checking for services that may need to be restarted...done. [2021-03-29T23:09:10.661Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T23:09:10.661Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T23:09:10.661Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T23:09:11.233Z] Selecting previously unselected package python3-minimal. [2021-03-29T23:09:11.233Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-29T23:09:11.234Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-29T23:09:11.234Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-29T23:09:11.496Z] Selecting previously unselected package mime-support. [2021-03-29T23:09:11.496Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-29T23:09:11.496Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-29T23:09:11.496Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-29T23:09:11.496Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-29T23:09:11.496Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T23:09:11.759Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-29T23:09:11.759Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T23:09:11.759Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T23:09:12.718Z] Selecting previously unselected package python3.6. [2021-03-29T23:09:12.718Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T23:09:12.718Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T23:09:12.718Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-29T23:09:12.718Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-29T23:09:12.718Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T23:09:12.979Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-29T23:09:13.241Z] Selecting previously unselected package python3. [2021-03-29T23:09:13.241Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-29T23:09:13.241Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-29T23:09:13.241Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-29T23:09:13.241Z] Selecting previously unselected package multiarch-support. [2021-03-29T23:09:13.241Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T23:09:13.241Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T23:09:13.241Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T23:09:13.241Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-29T23:09:13.241Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-29T23:09:13.241Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-29T23:09:13.505Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T23:09:13.505Z] Selecting previously unselected package libbsd0:amd64. [2021-03-29T23:09:13.505Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-29T23:09:13.505Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T23:09:13.505Z] Selecting previously unselected package sudo. [2021-03-29T23:09:13.505Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-29T23:09:13.505Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T23:09:13.768Z] Selecting previously unselected package apparmor. [2021-03-29T23:09:13.768Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T23:09:13.768Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-29T23:09:13.768Z] Selecting previously unselected package libedit2:amd64. [2021-03-29T23:09:13.768Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-29T23:09:13.768Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T23:09:14.057Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-29T23:09:14.057Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T23:09:14.057Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T23:09:14.057Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-29T23:09:14.057Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T23:09:14.057Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T23:09:14.057Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-29T23:09:14.057Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-29T23:09:14.057Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T23:09:14.320Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-29T23:09:14.320Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T23:09:14.320Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T23:09:14.320Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-29T23:09:14.320Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T23:09:14.320Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T23:09:14.582Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-29T23:09:14.582Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-29T23:09:14.582Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T23:09:14.842Z] Selecting previously unselected package openssh-client. [2021-03-29T23:09:14.842Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-29T23:09:14.842Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T23:09:14.842Z] Selecting previously unselected package squashfs-tools. [2021-03-29T23:09:14.842Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-29T23:09:14.842Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T23:09:15.105Z] Selecting previously unselected package snapd. [2021-03-29T23:09:15.105Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-29T23:09:15.105Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-29T23:09:17.669Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T23:09:17.669Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T23:09:17.669Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-29T23:09:17.669Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T23:09:17.669Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T23:09:17.669Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T23:09:17.669Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T23:09:17.669Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-29T23:09:17.669Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-29T23:09:19.055Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T23:09:19.055Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T23:09:19.055Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T23:09:19.055Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T23:09:19.055Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T23:09:19.055Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T23:09:20.001Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T23:09:20.001Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T23:09:20.001Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T23:09:20.001Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-29T23:09:20.001Z] running python rtupdate hooks for python3.6... [2021-03-29T23:09:20.001Z] running python post-rtupdate hooks for python3.6... [2021-03-29T23:09:20.001Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-29T23:09:21.924Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-29T23:09:21.924Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T23:09:21.924Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T23:09:21.924Z] Setting up snapd (2.48.3+18.04) ... [2021-03-29T23:09:22.495Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-29T23:09:22.757Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-29T23:09:22.757Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-29T23:09:23.020Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-29T23:09:23.283Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T23:09:23.283Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T23:09:23.544Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-29T23:09:23.806Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-29T23:09:24.068Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-29T23:09:24.330Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-29T23:09:24.330Z] /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-29T23:09:24.330Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T23:09:24.592Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T23:09:25.540Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T23:09:25.801Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T23:09:25.801Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T23:09:27.453Z] Reading package lists... [2021-03-29T23:09:27.731Z] Reading package lists... [2021-03-29T23:09:27.993Z] Building dependency tree... [2021-03-29T23:09:27.993Z] Reading state information... [2021-03-29T23:09:28.256Z] Calculating upgrade... [2021-03-29T23:09:28.256Z] The following packages will be upgraded: [2021-03-29T23:09:28.256Z] advancecomp base-files bash binutils binutils-common [2021-03-29T23:09:28.256Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-29T23:09:28.256Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-29T23:09:28.256Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-29T23:09:28.256Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-29T23:09:28.256Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-29T23:09:28.256Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-29T23:09:28.256Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-29T23:09:28.256Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-29T23:09:28.256Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-29T23:09:28.256Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-29T23:09:28.256Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-29T23:09:28.256Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-29T23:09:28.256Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-29T23:09:28.256Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-29T23:09:28.521Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T23:09:28.521Z] Need to get 63.8 MB of archives. [2021-03-29T23:09:28.521Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-29T23:09:28.521Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-29T23:09:28.521Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-29T23:09:28.521Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-29T23:09:28.521Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-29T23:09:28.521Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-29T23:09:28.521Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-29T23:09:28.521Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-29T23:09:28.521Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-29T23:09:28.521Z] 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-29T23:09:28.521Z] 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-29T23:09:28.521Z] 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-29T23:09:28.521Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-29T23:09:28.521Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-29T23:09:28.521Z] 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-29T23:09:28.521Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-29T23:09:28.521Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-29T23:09:28.521Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-29T23:09:28.521Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-29T23:09:28.783Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-29T23:09:28.783Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-29T23:09:28.783Z] 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-29T23:09:28.783Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-29T23:09:28.783Z] 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-29T23:09:28.783Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-29T23:09:28.783Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-29T23:09:28.783Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-29T23:09:28.783Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-29T23:09:28.783Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-29T23:09:28.783Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-29T23:09:28.783Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-29T23:09:28.783Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-29T23:09:28.783Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-29T23:09:28.783Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-29T23:09:28.783Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-29T23:09:28.783Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-29T23:09:28.783Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-29T23:09:28.783Z] 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-29T23:09:28.783Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-29T23:09:28.783Z] 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-29T23:09:28.783Z] 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-29T23:09:29.051Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-29T23:09:29.051Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-29T23:09:29.051Z] 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-29T23:09:29.051Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-29T23:09:29.051Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-29T23:09:29.051Z] 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-29T23:09:29.051Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-29T23:09:29.051Z] 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-29T23:09:29.051Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-29T23:09:29.051Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-29T23:09:29.051Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-29T23:09:29.051Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-29T23:09:29.051Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-29T23:09:29.051Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-29T23:09:29.051Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-29T23:09:29.318Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-29T23:09:29.318Z] 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-29T23:09:29.579Z] 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-29T23:09:29.579Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-29T23:09:29.579Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-29T23:09:29.579Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-29T23:09:29.579Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-29T23:09:29.579Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-29T23:09:29.579Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-29T23:09:29.579Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-29T23:09:29.579Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-29T23:09:29.579Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-29T23:09:29.579Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-29T23:09:29.579Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-29T23:09:29.579Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-29T23:09:29.579Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-29T23:09:29.579Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-29T23:09:29.579Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-29T23:09:29.579Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-29T23:09:29.579Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-29T23:09:29.840Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-29T23:09:29.840Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-29T23:09:29.840Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-29T23:09:29.840Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-29T23:09:29.840Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-29T23:09:29.840Z] 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-29T23:09:29.840Z] 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-29T23:09:29.840Z] 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-29T23:09:29.840Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-29T23:09:29.840Z] 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-29T23:09:29.840Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-29T23:09:30.101Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-29T23:09:30.101Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-29T23:09:30.101Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-29T23:09:30.101Z] 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-29T23:09:30.101Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-29T23:09:30.101Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-29T23:09:30.101Z] 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-29T23:09:30.101Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-29T23:09:30.101Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-29T23:09:30.101Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-29T23:09:30.101Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-29T23:09:30.363Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-29T23:09:30.363Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-29T23:09:30.625Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T23:09:30.626Z] Fetched 63.8 MB in 2s (33.2 MB/s) [2021-03-29T23:09:30.626Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:30.626Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T23:09:30.626Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T23:09:31.199Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T23:09:31.199Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T23:09:31.461Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-29T23:09:31.461Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-29T23:09:32.416Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:32.416Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T23:09:32.416Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:32.416Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T23:09:32.678Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:32.678Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T23:09:32.678Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:32.678Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T23:09:32.938Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:32.938Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T23:09:32.938Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:32.938Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T23:09:33.197Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:33.197Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T23:09:33.197Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:09:33.197Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T23:09:33.197Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:33.457Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-29T23:09:33.457Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:09:33.457Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T23:09:33.457Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:33.457Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T23:09:33.718Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:33.718Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T23:09:33.718Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:33.979Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T23:09:33.979Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:09:34.240Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T23:09:34.240Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T23:09:34.501Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T23:09:34.762Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T23:09:35.024Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T23:09:35.024Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-29T23:09:35.285Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-29T23:09:35.285Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-29T23:09:35.285Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-29T23:09:35.546Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-29T23:09:35.546Z] Installing new version of config file /etc/issue ... [2021-03-29T23:09:35.546Z] Installing new version of config file /etc/issue.net ... [2021-03-29T23:09:35.546Z] Installing new version of config file /etc/lsb-release ... [2021-03-29T23:09:35.546Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-29T23:09:35.810Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-29T23:09:36.070Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-29T23:09:36.070Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-29T23:09:36.070Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:36.070Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-29T23:09:36.070Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-29T23:09:36.331Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-29T23:09:36.331Z] 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-29T23:09:36.591Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:36.591Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T23:09:36.591Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-29T23:09:36.591Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-29T23:09:36.591Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:36.591Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-29T23:09:36.862Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-29T23:09:36.862Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-29T23:09:37.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:37.124Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-29T23:09:37.124Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T23:09:37.387Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-29T23:09:37.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:37.387Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T23:09:37.387Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T23:09:37.650Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T23:09:37.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:37.650Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T23:09:37.650Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T23:09:37.911Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-29T23:09:37.911Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:37.911Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-29T23:09:38.172Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-29T23:09:38.172Z] Setting up grep (3.1-2build1) ... [2021-03-29T23:09:38.172Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:38.172Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T23:09:38.434Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T23:09:38.434Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-29T23:09:38.696Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:38.696Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T23:09:38.696Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T23:09:38.957Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-29T23:09:38.957Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:38.957Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T23:09:38.957Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T23:09:39.540Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T23:09:39.540Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T23:09:39.801Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T23:09:39.801Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T23:09:40.373Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-29T23:09:40.373Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:40.373Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-29T23:09:40.373Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T23:09:41.762Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T23:09:41.762Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T23:09:41.762Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T23:09:41.762Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T23:09:41.762Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T23:09:42.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:42.029Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-29T23:09:42.029Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-29T23:09:42.202Z] lf-activate-venv(): INFO: Adding /tmp/venv-QD6S/bin to PATH [2021-03-29T23:09:42.202Z] INFO: No Stack... [2021-03-29T23:09:42.202Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T23:09:42.289Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-29T23:09:42.289Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:42.289Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T23:09:42.289Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T23:09:42.472Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T23:09:42.550Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T23:09:42.551Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:42.551Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T23:09:42.551Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T23:09:42.810Z] + + cat /w/workspace/edgex-go/5/archives/cost.csvcut [2021-03-29T23:09:42.810Z] -d, -f6 [2021-03-29T23:09:42.811Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T23:09:42.811Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:42.811Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T23:09:42.811Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T23:09:42.811Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] lock [2021-03-29T23:09:42.914Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3300-5-stack-cost] [2021-03-29T23:09:42.928Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3300-5-stack-cost] did not exist. Created. [2021-03-29T23:09:42.928Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3300-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T23:09:43.072Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:43.072Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T23:09:43.072Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T23:09:43.333Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T23:09:43.333Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:43.333Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T23:09:43.333Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T23:09:43.369Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T23:09:43.595Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T23:09:43.595Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T23:09:43.595Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T23:09:43.595Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:43.595Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T23:09:43.595Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T23:09:43.704Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T23:09:43.719Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3300-5-stack-cost] [Pipeline] // lock [Pipeline] } [2021-03-29T23:09:43.856Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2021-03-29T23:09:44.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:44.117Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T23:09:44.117Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T23:09:44.117Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T23:09:44.117Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:44.117Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T23:09:44.381Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T23:09:44.381Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-29T23:09:44.381Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:44.381Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T23:09:44.643Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T23:09:45.217Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-29T23:09:45.478Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-29T23:09:45.739Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-29T23:09:46.001Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:46.001Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T23:09:46.001Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T23:09:46.264Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T23:09:46.264Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T23:09:46.264Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-29T23:09:46.264Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T23:09:46.551Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-29T23:09:46.551Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:46.551Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-29T23:09:46.551Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-29T23:09:46.813Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-29T23:09:47.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:47.075Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-29T23:09:47.075Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T23:09:47.337Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-29T23:09:47.337Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:47.337Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-29T23:09:47.337Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T23:09:47.598Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-29T23:09:47.598Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:47.598Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T23:09:47.598Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T23:09:47.859Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T23:09:48.121Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:48.121Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T23:09:48.121Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T23:09:48.384Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T23:09:48.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:48.384Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T23:09:48.646Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T23:09:48.646Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T23:09:49.589Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:49.589Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T23:09:49.589Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T23:09:49.589Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-29T23:09:49.589Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T23:09:49.589Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T23:09:49.850Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T23:09:49.850Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T23:09:50.111Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:50.111Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-29T23:09:50.111Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-29T23:09:50.111Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-29T23:09:50.372Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:50.372Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-29T23:09:50.372Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T23:09:50.372Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T23:09:50.634Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:50.634Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T23:09:50.895Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T23:09:50.895Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T23:09:50.895Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:50.895Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-29T23:09:50.895Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-29T23:09:51.188Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-29T23:09:51.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:51.188Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T23:09:51.188Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T23:09:51.464Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-29T23:09:51.735Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:51.735Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T23:09:51.735Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T23:09:52.011Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-29T23:09:52.011Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:52.011Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-29T23:09:52.011Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-29T23:09:52.292Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-29T23:09:52.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:52.292Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-29T23:09:52.292Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-29T23:09:52.573Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-29T23:09:52.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:52.573Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-29T23:09:52.573Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-29T23:09:52.573Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-29T23:09:52.842Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:52.842Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-29T23:09:52.842Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-29T23:09:53.107Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-29T23:09:53.107Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:53.107Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T23:09:53.107Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-29T23:09:53.372Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-29T23:09:53.372Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T23:09:53.372Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-29T23:09:53.372Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-29T23:09:53.635Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-29T23:09:53.635Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-29T23:09:53.635Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T23:09:53.635Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T23:09:53.897Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T23:09:53.897Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T23:09:54.163Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T23:09:54.163Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T23:09:54.424Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-29T23:09:54.424Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-29T23:09:54.424Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T23:09:54.685Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-29T23:09:54.685Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T23:09:54.685Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-29T23:09:54.946Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-29T23:09:54.946Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-29T23:09:54.946Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-29T23:09:54.946Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-29T23:09:55.207Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-29T23:09:55.207Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-29T23:09:55.207Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-29T23:09:55.207Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-29T23:09:55.207Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-29T23:09:55.468Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-29T23:09:55.468Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-29T23:09:55.468Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-29T23:09:56.409Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-29T23:09:56.409Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-29T23:09:56.409Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-29T23:09:56.409Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-29T23:09:56.669Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T23:09:56.669Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T23:09:56.929Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T23:09:57.189Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T23:09:57.189Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T23:09:57.189Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T23:09:57.449Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T23:09:57.450Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T23:09:57.450Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:57.450Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T23:09:57.710Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:57.710Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T23:09:57.710Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:57.710Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T23:09:57.972Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:57.972Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T23:09:58.916Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T23:09:58.916Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T23:10:00.302Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T23:10:00.302Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T23:10:00.875Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T23:10:00.875Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T23:10:01.451Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T23:10:01.451Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T23:10:02.398Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T23:10:02.398Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T23:10:02.398Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T23:10:02.398Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T23:10:02.398Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T23:10:02.398Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T23:10:02.665Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T23:10:02.665Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T23:10:02.926Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-29T23:10:02.926Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-29T23:10:02.926Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T23:10:02.926Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T23:10:03.188Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T23:10:03.188Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T23:10:03.188Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-29T23:10:03.451Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-29T23:10:03.451Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:10:03.451Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T23:10:03.451Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:10:03.451Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:10:03.717Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:10:03.717Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-29T23:10:03.717Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-29T23:10:03.717Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-29T23:10:03.717Z] [2021-03-29T23:10:03.717Z] Current default time zone: 'Etc/UTC' [2021-03-29T23:10:03.717Z] Local time is now: Mon Mar 29 23:10:03 UTC 2021. [2021-03-29T23:10:03.717Z] Universal Time is now: Mon Mar 29 23:10:03 UTC 2021. [2021-03-29T23:10:03.717Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-29T23:10:03.717Z] [2021-03-29T23:10:03.717Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-29T23:10:03.981Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:10:03.981Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-29T23:10:03.981Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-29T23:10:03.981Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-29T23:10:03.981Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-29T23:10:03.981Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-29T23:10:03.981Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-29T23:10:03.981Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-29T23:10:04.245Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T23:10:04.245Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:10:04.245Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-29T23:10:04.506Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T23:10:04.506Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T23:10:04.506Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:10:04.506Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-29T23:10:04.506Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-29T23:10:04.767Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-29T23:10:04.767Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T23:10:04.767Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-29T23:10:04.767Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-29T23:10:04.767Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-29T23:10:04.767Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-29T23:10:06.687Z] Updating certificates in /etc/ssl/certs... [2021-03-29T23:10:07.258Z] 23 added, 27 removed; done. [2021-03-29T23:10:07.258Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T23:10:07.519Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T23:10:07.519Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-29T23:10:07.519Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-29T23:10:07.519Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-29T23:10:07.519Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T23:10:07.519Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T23:10:07.779Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T23:10:07.779Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T23:10:07.779Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T23:10:07.779Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T23:10:07.779Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T23:10:07.779Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-29T23:10:07.779Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-29T23:10:08.039Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-29T23:10:08.039Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-29T23:10:08.039Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-29T23:10:08.039Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T23:10:08.039Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T23:10:08.039Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-29T23:10:08.039Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-29T23:10:08.300Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-29T23:10:08.300Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T23:10:08.300Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T23:10:08.300Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-29T23:10:08.562Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-29T23:10:08.562Z] Updating certificates in /etc/ssl/certs... [2021-03-29T23:10:09.135Z] 0 added, 0 removed; done. [2021-03-29T23:10:09.136Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-29T23:10:09.136Z] done. [2021-03-29T23:10:09.710Z] Reading package lists... [2021-03-29T23:10:09.972Z] Building dependency tree... [2021-03-29T23:10:09.972Z] Reading state information... [2021-03-29T23:10:10.233Z] The following NEW packages will be installed: [2021-03-29T23:10:10.233Z] apt-transport-https [2021-03-29T23:10:10.233Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T23:10:10.233Z] Need to get 1696 B of archives. [2021-03-29T23:10:10.233Z] After this operation, 153 kB of additional disk space will be used. [2021-03-29T23:10:10.233Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-29T23:10:10.495Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T23:10:10.495Z] Fetched 1696 B in 0s (26.7 kB/s) [2021-03-29T23:10:10.495Z] Selecting previously unselected package apt-transport-https. [2021-03-29T23:10:10.495Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-29T23:10:10.495Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-29T23:10:10.495Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T23:10:10.495Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T23:10:11.070Z] Waiting for network to be ready... [2021-03-29T23:10:19.225Z] 2021-03-29T23:10:15Z INFO Waiting for automatic snapd restart... [2021-03-29T23:10:19.486Z] snapd 2.49.1 from Canonical* installed [2021-03-29T23:10:20.874Z] "snapd" switched to the "latest/stable" channel [2021-03-29T23:10:20.874Z] [2021-03-29T23:10:26.195Z] core18 20210128 from Canonical* installed [2021-03-29T23:10:26.195Z] "core18" switched to the "latest/stable" channel [2021-03-29T23:10:26.195Z] [2021-03-29T23:10:32.807Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T23:10:32.807Z] "snapcraft" switched to the "latest/stable" channel [2021-03-29T23:10:32.807Z] [2021-03-29T23:10:36.122Z] 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-29T23:10:36.122Z] - README.md [2021-03-29T23:10:36.122Z] [2021-03-29T23:10:36.122Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T23:10:42.723Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T23:10:42.723Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T23:10:42.723Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T23:10:42.985Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T23:10:44.373Z] Reading package lists... [2021-03-29T23:10:44.947Z] 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-29T23:10:51.537Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T23:10:51.537Z] Reading package lists... [2021-03-29T23:10:51.537Z] Building dependency tree... [2021-03-29T23:10:51.537Z] Reading state information... [2021-03-29T23:10:51.537Z] Suggested packages: [2021-03-29T23:10:51.537Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-29T23:10:51.537Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-29T23:10:51.537Z] Recommended packages: [2021-03-29T23:10:51.537Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-29T23:10:51.537Z] The following NEW packages will be installed: [2021-03-29T23:10:51.537Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-29T23:10:51.537Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-29T23:10:51.537Z] pkg-config zip [2021-03-29T23:10:51.537Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T23:10:51.537Z] Need to get 7657 kB of archives. [2021-03-29T23:10:51.537Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-29T23:10:51.537Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-29T23:10:51.537Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-29T23:10:51.537Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-29T23:10:51.537Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-29T23:10:51.537Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-29T23:10:51.537Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-29T23:10:51.537Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-29T23:10:51.805Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-29T23:10:51.805Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-29T23:10:52.069Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-29T23:10:52.069Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-29T23:10:52.069Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-29T23:10:52.069Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-29T23:10:52.069Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-29T23:10:52.069Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-29T23:10:52.331Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T23:10:52.331Z] Fetched 7657 kB in 1s (8773 kB/s) [2021-03-29T23:10:52.331Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-29T23:10:52.331Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-29T23:10:52.331Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-29T23:10:52.593Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T23:10:52.593Z] Selecting previously unselected package libpsl5:amd64. [2021-03-29T23:10:52.593Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-29T23:10:52.855Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T23:10:52.855Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-29T23:10:52.855Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-29T23:10:52.855Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T23:10:52.855Z] Selecting previously unselected package librtmp1:amd64. [2021-03-29T23:10:52.855Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-29T23:10:52.855Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T23:10:53.116Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-29T23:10:53.117Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-29T23:10:53.117Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T23:10:53.117Z] Selecting previously unselected package liberror-perl. [2021-03-29T23:10:53.117Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-29T23:10:53.379Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-29T23:10:53.379Z] Selecting previously unselected package git-man. [2021-03-29T23:10:53.379Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-29T23:10:53.379Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T23:10:53.641Z] Selecting previously unselected package git. [2021-03-29T23:10:53.641Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-29T23:10:53.641Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T23:10:54.585Z] Selecting previously unselected package libnorm1:amd64. [2021-03-29T23:10:54.585Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-29T23:10:54.585Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T23:10:54.585Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-29T23:10:54.585Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-29T23:10:54.585Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T23:10:54.585Z] Selecting previously unselected package libsodium23:amd64. [2021-03-29T23:10:54.585Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-29T23:10:54.585Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-29T23:10:54.847Z] Selecting previously unselected package libzmq5:amd64. [2021-03-29T23:10:54.847Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T23:10:54.847Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T23:10:54.847Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-29T23:10:54.847Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T23:10:54.847Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T23:10:55.109Z] Selecting previously unselected package pkg-config. [2021-03-29T23:10:55.109Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-29T23:10:55.109Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T23:10:55.109Z] Selecting previously unselected package zip. [2021-03-29T23:10:55.109Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-29T23:10:55.109Z] Unpacking zip (3.0-11build1) ... [2021-03-29T23:10:55.109Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T23:10:55.109Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T23:10:55.369Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T23:10:55.369Z] Setting up liberror-perl (0.17025-1) ... [2021-03-29T23:10:55.369Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T23:10:55.369Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T23:10:55.369Z] No schema files found: doing nothing. [2021-03-29T23:10:55.369Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T23:10:55.369Z] Setting up zip (3.0-11build1) ... [2021-03-29T23:10:55.369Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T23:10:55.369Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-29T23:10:55.369Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T23:10:55.630Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T23:10:55.630Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T23:10:55.630Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T23:10:55.630Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T23:10:55.630Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T23:11:02.219Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T23:11:02.482Z] git set to automatically installed. [2021-03-29T23:11:02.482Z] git-man set to automatically installed. [2021-03-29T23:11:02.482Z] libcurl3-gnutls set to automatically installed. [2021-03-29T23:11:02.482Z] liberror-perl set to automatically installed. [2021-03-29T23:11:02.482Z] libglib2.0-0 set to automatically installed. [2021-03-29T23:11:02.482Z] libnghttp2-14 set to automatically installed. [2021-03-29T23:11:02.482Z] libnorm1 set to automatically installed. [2021-03-29T23:11:02.482Z] libpgm-5.2-0 set to automatically installed. [2021-03-29T23:11:02.482Z] libpsl5 set to automatically installed. [2021-03-29T23:11:02.482Z] librtmp1 set to automatically installed. [2021-03-29T23:11:02.482Z] libsodium23 set to automatically installed. [2021-03-29T23:11:02.482Z] libzmq3-dev set to automatically installed. [2021-03-29T23:11:02.482Z] libzmq5 set to automatically installed. [2021-03-29T23:11:02.482Z] pkg-config set to automatically installed. [2021-03-29T23:11:02.482Z] zip set to automatically installed. [2021-03-29T23:11:03.871Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T23:11:10.706Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T23:11:10.968Z] error: cannot refresh "core18": unexpectedly empty response from the server [2021-03-29T23:11:10.968Z] (try again later) [2021-03-29T23:11:10.968Z] Error while refreshing snap 'core18' to channel 'latest/stable' [2021-03-29T23:11:11.230Z] 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-29T23:11:13.803Z] Failed in branch amd64 [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-29T23:11:15.862Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:11:17.819Z] ---> package-listing.sh [2021-03-29T23:11:17.819Z] ++ facter osfamily [2021-03-29T23:11:17.819Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T23:11:18.089Z] + OS_FAMILY=redhat [2021-03-29T23:11:18.089Z] + workspace=/w/workspace/edgex-go/5 [2021-03-29T23:11:18.089Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T23:11:18.089Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T23:11:18.089Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T23:11:18.089Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T23:11:18.089Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-29T23:11:18.089Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T23:11:18.089Z] + case "${OS_FAMILY}" in [2021-03-29T23:11:18.089Z] + sort [2021-03-29T23:11:18.089Z] + rpm -qa [2021-03-29T23:11:28.499Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T23:11:28.499Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T23:11:28.499Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T23:11:28.499Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-29T23:11:28.499Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-03-29T23:11:28.499Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-03-29T23:11:28.640Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T23:11:29.033Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:11:29.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T23:11:29.972Z] [2021-03-29T23:11:29.972Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T23:11:30.339Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T23:11:30.942Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T23:11:30.942Z] df20fa9351a1: Pulling fs layer [2021-03-29T23:11:30.942Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T23:11:30.942Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T23:11:30.942Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T23:11:30.942Z] 93b61091891f: Pulling fs layer [2021-03-29T23:11:30.942Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T23:11:30.942Z] 5e14af77c1be: Pulling fs layer [2021-03-29T23:11:30.942Z] 01666e4c0597: Pulling fs layer [2021-03-29T23:11:30.942Z] aa168da1d23b: Pulling fs layer [2021-03-29T23:11:30.942Z] 46f8f816bc3b: Waiting [2021-03-29T23:11:30.942Z] 93b61091891f: Waiting [2021-03-29T23:11:30.942Z] 93b9cdb0e59b: Waiting [2021-03-29T23:11:30.942Z] 5e14af77c1be: Waiting [2021-03-29T23:11:30.942Z] 01666e4c0597: Waiting [2021-03-29T23:11:30.942Z] aa168da1d23b: Waiting [2021-03-29T23:11:30.942Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T23:11:30.942Z] 36b3adc4ff6f: Download complete [2021-03-29T23:11:30.942Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T23:11:30.942Z] 46f8f816bc3b: Download complete [2021-03-29T23:11:31.229Z] df20fa9351a1: Verifying Checksum [2021-03-29T23:11:31.229Z] df20fa9351a1: Download complete [2021-03-29T23:11:31.229Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T23:11:31.229Z] 93b9cdb0e59b: Download complete [2021-03-29T23:11:31.229Z] 5e14af77c1be: Verifying Checksum [2021-03-29T23:11:31.229Z] 5e14af77c1be: Download complete [2021-03-29T23:11:31.229Z] 93b61091891f: Verifying Checksum [2021-03-29T23:11:31.229Z] 93b61091891f: Download complete [2021-03-29T23:11:31.229Z] 01666e4c0597: Verifying Checksum [2021-03-29T23:11:31.229Z] 01666e4c0597: Download complete [2021-03-29T23:11:32.287Z] df20fa9351a1: Pull complete [2021-03-29T23:11:32.287Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T23:11:32.287Z] 8ad3a11d3b57: Download complete [2021-03-29T23:11:32.637Z] 36b3adc4ff6f: Pull complete [2021-03-29T23:11:34.345Z] 8ad3a11d3b57: Pull complete [2021-03-29T23:11:34.345Z] 46f8f816bc3b: Pull complete [2021-03-29T23:11:35.485Z] 93b61091891f: Pull complete [2021-03-29T23:11:36.699Z] 93b9cdb0e59b: Pull complete [2021-03-29T23:11:37.014Z] 5e14af77c1be: Pull complete [2021-03-29T23:11:37.643Z] 01666e4c0597: Pull complete [2021-03-29T23:11:39.774Z] aa168da1d23b: Verifying Checksum [2021-03-29T23:11:39.774Z] aa168da1d23b: Download complete [2021-03-29T23:11:58.857Z] aa168da1d23b: Pull complete [2021-03-29T23:11:58.857Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T23:11:58.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T23:11:58.857Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T23:11:59.318Z] prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container [2021-03-29T23:11:59.495Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T23:12:03.999Z] $ docker top c2f92505989ac7f2bb76d5d5ad4545a5edd6b8377dba1c8e4aacc7ecf464e9e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T23:12:05.893Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T23:12:07.009Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T23:12:08.367Z] + ls /var/log/sa-host [2021-03-29T23:12:08.367Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T23:12:08.367Z] file_magic: OK [2021-03-29T23:12:08.367Z] HZ: Using current value: 100 [2021-03-29T23:12:08.367Z] file_header: OK [2021-03-29T23:12:08.367Z] 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-29T23:12:08.367Z] Statistics: [2021-03-29T23:12:08.367Z] Hnuu...uuuununununu... [2021-03-29T23:12:08.367Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T23:12:08.367Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T23:12:08.367Z] file_magic: OK [2021-03-29T23:12:08.367Z] HZ: Using current value: 100 [2021-03-29T23:12:08.367Z] file_header: OK [2021-03-29T23:12:08.367Z] 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-29T23:12:08.367Z] Statistics: [2021-03-29T23:12:08.367Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T23:12:08.367Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T23:12:08.690Z] provisioning config files... [2021-03-29T23:12:08.753Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config5533360385432828530tmp [Pipeline] { [Pipeline] echo [2021-03-29T23:12:08.830Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:12:10.436Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T23:12:10.452Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T23:12:10.567Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:12:12.293Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T23:12:12.310Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:12:13.231Z] ---> sudo-logs.sh [2021-03-29T23:12:13.231Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T23:12:13.728Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:12:14.969Z] ---> job-cost.sh [2021-03-29T23:12:14.969Z] lf-activate-venv: SKIPPING [2021-03-29T23:12:14.969Z] DEBUG: total: 0.20999999344348907 [2021-03-29T23:12:14.969Z] INFO: Retrieving Stack Cost... [2021-03-29T23:12:15.932Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T23:12:16.542Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T23:12:16.560Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T23:12:17.001Z] ---> logs-deploy.sh [2021-03-29T23:12:17.002Z] lf-activate-venv: SKIPPING [2021-03-29T23:12:17.002Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3300/5 [2021-03-29T23:12:17.002Z] INFO: archiving workspace using pattern(s): [2021-03-29T23:12:19.892Z] Archives upload complete. [2021-03-29T23:12:19.893Z] INFO: archiving logs to Nexus [2021-03-29T23:12:21.980Z] ---> uname -a: [2021-03-29T23:12:21.980Z] Linux prd-centos7-docker-4c-2g-31883.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-29T23:12:21.980Z] [2021-03-29T23:12:21.980Z]