Pull request #3396 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e43bf7cada016736cb12b4b6d36e41ebdfc98de9+78fade22505eae315bd953aec98210b437e07b35 (c862d75107fe9fb2ab08eeba64133f579509a306) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1574 in /w/workspace/edgexfoundry_edgex-go_PR-3396 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3396/head:refs/remotes/origin/PR-3396 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit e43bf7cada016736cb12b4b6d36e41ebdfc98de9 Merge succeeded, producing e43bf7cada016736cb12b4b6d36e41ebdfc98de9 Checking out Revision e43bf7cada016736cb12b4b6d36e41ebdfc98de9 (PR-3396) > git config core.sparsecheckout # timeout=10 > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-23T18:23:16.818Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-23T18:23:16.909Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-23T18:23:16.937Z] ========================================================= [2021-04-23T18:23:16.937Z] EdgeX Global Pipelines Version Info [2021-04-23T18:23:16.937Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 724f40526e391802f698c28f6854e8675694636a # timeout=10 [2021-04-23T18:23:18.478Z] ------------------- [2021-04-23T18:23:18.478Z] stable info: [2021-04-23T18:23:18.478Z] ------------------- [2021-04-23T18:23:18.478Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-23T18:23:18.478Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-23T18:23:18.478Z] Message: update stable to v1.0.186 [2021-04-23T18:23:19.429Z] ------------------- [2021-04-23T18:23:19.429Z] experimental info: [2021-04-23T18:23:19.429Z] ------------------- [2021-04-23T18:23:19.429Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-23T18:23:19.429Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-23T18:23:19.429Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-23T18:23:19.553Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-23T18:23:19.602Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-23T18:23:19.623Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-23T18:23:19.644Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-23T18:23:19.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-23T18:23:19.705Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-23T18:23:19.727Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-23T18:23:19.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-23T18:23:19.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-23T18:23:19.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-23T18:23:19.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-23T18:23:19.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-23T18:23:19.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-23T18:23:19.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-23T18:23:19.921Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-23T18:23:19.941Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-23T18:23:19.981Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-23T18:23:20.002Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-23T18:23:20.022Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-23T18:23:20.042Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-23T18:23:20.062Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-23T18:23:20.084Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-23T18:23:20.124Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3396 [Pipeline] echo [2021-04-23T18:23:20.146Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3396 [Pipeline] echo [2021-04-23T18:23:20.168Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3396 [Pipeline] echo [2021-04-23T18:23:20.189Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [Pipeline] echo [2021-04-23T18:23:20.209Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e43bf7c [Pipeline] echo [2021-04-23T18:23:20.230Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-23T18:23:20.324Z] provisioning config files... [2021-04-23T18:23:20.355Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2475341975637685624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:23:20.673Z] ---> docker-login.sh [2021-04-23T18:23:20.673Z] nexus3.edgexfoundry.org:10001 [2021-04-23T18:23:20.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:23:20.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:23:20.935Z] Configure a credential helper to remove this warning. See [2021-04-23T18:23:20.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:23:20.935Z] [2021-04-23T18:23:20.935Z] Login Succeeded [2021-04-23T18:23:20.935Z] nexus3.edgexfoundry.org:10002 [2021-04-23T18:23:20.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:23:21.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:23:21.197Z] Configure a credential helper to remove this warning. See [2021-04-23T18:23:21.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:23:21.197Z] [2021-04-23T18:23:21.197Z] Login Succeeded [2021-04-23T18:23:21.197Z] nexus3.edgexfoundry.org:10003 [2021-04-23T18:23:21.197Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:23:21.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:23:21.197Z] Configure a credential helper to remove this warning. See [2021-04-23T18:23:21.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:23:21.197Z] [2021-04-23T18:23:21.197Z] Login Succeeded [2021-04-23T18:23:21.197Z] nexus3.edgexfoundry.org:10004 [2021-04-23T18:23:21.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:23:21.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:23:21.459Z] Configure a credential helper to remove this warning. See [2021-04-23T18:23:21.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:23:21.459Z] [2021-04-23T18:23:21.459Z] Login Succeeded [2021-04-23T18:23:21.459Z] docker.io [2021-04-23T18:23:21.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:23:21.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:23:21.720Z] Configure a credential helper to remove this warning. See [2021-04-23T18:23:21.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:23:21.720Z] [2021-04-23T18:23:21.720Z] Login Succeeded [2021-04-23T18:23:21.720Z] ---> docker-login.sh ends [Pipeline] } [2021-04-23T18:23:21.729Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-23T18:23:22.059Z] ++ 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-04-23T18:23:22.059Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:23:22.059Z] ++ dirname cmd/core-command/Dockerfile [2021-04-23T18:23:22.059Z] ++ cut -d/ -f2 [2021-04-23T18:23:22.059Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-23T18:23:22.059Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:23:22.059Z] ++ dirname cmd/core-data/Dockerfile [2021-04-23T18:23:22.059Z] ++ cut -d/ -f2 [2021-04-23T18:23:22.059Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-23T18:23:22.059Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:23:22.059Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-23T18:23:22.059Z] ++ cut -d/ -f2 [2021-04-23T18:23:22.059Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-23T18:23:22.059Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:23:22.059Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-23T18:23:22.059Z] ++ cut -d/ -f2 [2021-04-23T18:23:22.059Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-23T18:23:22.059Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:23:22.059Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-23T18:23:22.059Z] ++ cut -d/ -f2 [2021-04-23T18:23:22.059Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-23T18:23:22.059Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:23:22.059Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-23T18:23:22.059Z] ++ cut -d/ -f2 [2021-04-23T18:23:22.059Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-23T18:23:22.059Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:23:22.059Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-23T18:23:22.059Z] ++ cut -d/ -f2 [2021-04-23T18:23:22.059Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-23T18:23:22.059Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:23:22.059Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-23T18:23:22.059Z] ++ cut -d/ -f2 [2021-04-23T18:23:22.059Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-23T18:23:22.059Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-23T18:23:22.059Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-23T18:23:22.059Z] ++ cut -d/ -f2 [2021-04-23T18:23:22.059Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-23T18:23:22.135Z] 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-04-23T18:23:22.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T18:23:22.756Z] [2021-04-23T18:23:22.756Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:23:23.065Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T18:23:23.065Z] latest: Pulling from edgex-devops/git-semver [2021-04-23T18:23:23.065Z] 31603596830f: Pulling fs layer [2021-04-23T18:23:23.065Z] 2a8b12db71e7: Pulling fs layer [2021-04-23T18:23:23.065Z] 6ca5941a6612: Pulling fs layer [2021-04-23T18:23:23.065Z] ecc8261a40a4: Pulling fs layer [2021-04-23T18:23:23.065Z] ecc8261a40a4: Waiting [2021-04-23T18:23:23.065Z] 2a8b12db71e7: Verifying Checksum [2021-04-23T18:23:23.065Z] 2a8b12db71e7: Download complete [2021-04-23T18:23:23.326Z] 31603596830f: Verifying Checksum [2021-04-23T18:23:23.326Z] 31603596830f: Download complete [2021-04-23T18:23:23.326Z] ecc8261a40a4: Verifying Checksum [2021-04-23T18:23:23.326Z] ecc8261a40a4: Download complete [2021-04-23T18:23:23.326Z] 6ca5941a6612: Verifying Checksum [2021-04-23T18:23:23.326Z] 6ca5941a6612: Download complete [2021-04-23T18:23:23.588Z] 31603596830f: Pull complete [2021-04-23T18:23:23.588Z] 2a8b12db71e7: Pull complete [2021-04-23T18:23:24.168Z] 6ca5941a6612: Pull complete [2021-04-23T18:23:24.429Z] ecc8261a40a4: Pull complete [2021-04-23T18:23:24.429Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-23T18:23:24.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-23T18:23:24.692Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-23T18:23:24.790Z] prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container [2021-04-23T18:23:24.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-23T18:23:27.615Z] $ docker top bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-23T18:23:27.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-23T18:23:27.775Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-23T18:23:27.959Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-23T18:23:27.963Z] $ docker exec bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 ssh-agent [2021-04-23T18:23:28.116Z] SSH_AUTH_SOCK=/tmp/ssh-maiu4id6R98K/agent.12 [2021-04-23T18:23:28.116Z] SSH_AGENT_PID=17 [2021-04-23T18:23:28.128Z] Running ssh-add (command line suppressed) [2021-04-23T18:23:28.243Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8892514813092118091.key (/w/workspace/edgex-go/3@tmp/private_key_8892514813092118091.key) [2021-04-23T18:23:28.291Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-23T18:23:28.592Z] + git tag --points-at HEAD [Pipeline] } [2021-04-23T18:23:28.612Z] $ docker exec --env ******** --env ******** bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 ssh-agent -k [2021-04-23T18:23:28.723Z] unset SSH_AUTH_SOCK; [2021-04-23T18:23:28.724Z] unset SSH_AGENT_PID; [2021-04-23T18:23:28.724Z] echo Agent pid 17 killed; [2021-04-23T18:23:28.767Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-23T18:23:28.802Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-23T18:23:28.802Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-23T18:23:28.958Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-23T18:23:28.962Z] $ docker exec bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 ssh-agent [2021-04-23T18:23:29.109Z] SSH_AUTH_SOCK=/tmp/ssh-w59hLdnSliUR/agent.47 [2021-04-23T18:23:29.109Z] SSH_AGENT_PID=52 [2021-04-23T18:23:29.115Z] Running ssh-add (command line suppressed) [2021-04-23T18:23:29.237Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6941047253523122495.key (/w/workspace/edgex-go/3@tmp/private_key_6941047253523122495.key) [2021-04-23T18:23:29.290Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-23T18:23:29.593Z] + git semver init [2021-04-23T18:23:29.593Z] # -> Open(): unable to determine branch for HEAD [2021-04-23T18:23:29.593Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-04-23T18:23:29.593Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-04-23T18:23:29.593Z] # $SEMVER_REMOTE_NAME = origin [2021-04-23T18:23:29.593Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-23T18:23:29.593Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-23T18:23:29.593Z] # $SEMVER_BRANCH = PR-3396 [2021-04-23T18:23:29.593Z] # $SEMVER_TEMP = /tmp/semver-591356872 [2021-04-23T18:23:29.593Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-23T18:23:47.754Z] # '/tmp/semver-591356872' -> '/w/workspace/edgex-go/3/.semver' [2021-04-23T18:23:48.016Z] # -> Force: false [2021-04-23T18:23:48.278Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-04-23T18:23:48.557Z] $ docker exec --env ******** --env ******** bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 ssh-agent -k [2021-04-23T18:23:48.833Z] unset SSH_AUTH_SOCK; [2021-04-23T18:23:48.833Z] unset SSH_AGENT_PID; [2021-04-23T18:23:48.833Z] echo Agent pid 52 killed; [2021-04-23T18:23:48.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-23T18:23:49.221Z] + git semver [Pipeline] } [2021-04-23T18:23:49.242Z] $ docker stop --time=1 bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 [2021-04-23T18:23:51.070Z] $ docker rm -f bb982c7ff735e8daa02d47c03c5ce0bcbb35f8c3e7113232a7ea19027f3d17c5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-23T18:23:51.524Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-23T18:23:51.929Z] Stashed 1 file(s) [Pipeline] echo [2021-04-23T18:23:51.932Z] [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-04-23T18:23:52.432Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-23T18:23:52.726Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-23T18:23:53.323Z] + sudo service docker restart [2021-04-23T18:23:53.323Z] + true [2021-04-23T18:23:53.323Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-23T18:23:53.921Z] ========================================================= [2021-04-23T18:23:53.921Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-23T18:23:53.921Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:23:54.232Z] + 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-04-23T18:23:57.551Z] Sending build context to Docker daemon 329.6MB [2021-04-23T18:23:57.551Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-23T18:23:57.551Z] Step 2/6 : FROM ${BASE} [2021-04-23T18:23:57.812Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-23T18:23:57.812Z] 188c0c94c7c5: Pulling fs layer [2021-04-23T18:23:57.812Z] 0ef7d3d256c8: Pulling fs layer [2021-04-23T18:23:57.812Z] de9db76c5a1d: Pulling fs layer [2021-04-23T18:23:57.812Z] bca2f99d35d6: Pulling fs layer [2021-04-23T18:23:57.812Z] 93359f2a8cfa: Pulling fs layer [2021-04-23T18:23:57.812Z] 7c6f9722023f: Pulling fs layer [2021-04-23T18:23:57.812Z] a35cf1a2eb13: Pulling fs layer [2021-04-23T18:23:57.812Z] 93359f2a8cfa: Waiting [2021-04-23T18:23:57.812Z] bca2f99d35d6: Waiting [2021-04-23T18:23:57.812Z] 7c6f9722023f: Waiting [2021-04-23T18:23:57.812Z] a35cf1a2eb13: Waiting [2021-04-23T18:23:57.812Z] de9db76c5a1d: Verifying Checksum [2021-04-23T18:23:57.812Z] de9db76c5a1d: Download complete [2021-04-23T18:23:57.812Z] 0ef7d3d256c8: Verifying Checksum [2021-04-23T18:23:57.812Z] 0ef7d3d256c8: Download complete [2021-04-23T18:23:57.812Z] 93359f2a8cfa: Verifying Checksum [2021-04-23T18:23:57.812Z] 93359f2a8cfa: Download complete [2021-04-23T18:23:57.812Z] 7c6f9722023f: Verifying Checksum [2021-04-23T18:23:57.812Z] 7c6f9722023f: Download complete [2021-04-23T18:23:57.812Z] 188c0c94c7c5: Verifying Checksum [2021-04-23T18:23:57.812Z] 188c0c94c7c5: Download complete [2021-04-23T18:23:58.075Z] 188c0c94c7c5: Pull complete [2021-04-23T18:23:58.338Z] 0ef7d3d256c8: Pull complete [2021-04-23T18:23:58.600Z] de9db76c5a1d: Pull complete [2021-04-23T18:23:59.992Z] a35cf1a2eb13: Verifying Checksum [2021-04-23T18:23:59.992Z] a35cf1a2eb13: Download complete [2021-04-23T18:24:00.577Z] bca2f99d35d6: Verifying Checksum [2021-04-23T18:24:00.577Z] bca2f99d35d6: Download complete [2021-04-23T18:24:05.911Z] bca2f99d35d6: Pull complete [2021-04-23T18:24:05.911Z] 93359f2a8cfa: Pull complete [2021-04-23T18:24:05.911Z] 7c6f9722023f: Pull complete [2021-04-23T18:24:07.062Z] Still waiting to schedule task [2021-04-23T18:24:07.063Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1573’ [2021-04-23T18:24:10.147Z] a35cf1a2eb13: Pull complete [2021-04-23T18:24:10.148Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-23T18:24:10.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-23T18:24:10.148Z] ---> a62c8e92a672 [2021-04-23T18:24:10.148Z] 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-04-23T18:24:10.412Z] ---> Running in dc977192c2d6 [2021-04-23T18:24:10.987Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:24:11.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:24:12.129Z] (1/12) Installing libmagic (5.38-r0) [2021-04-23T18:24:12.390Z] (2/12) Installing file (5.38-r0) [2021-04-23T18:24:12.654Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-23T18:24:12.654Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-23T18:24:17.953Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-23T18:24:17.953Z] (6/12) Installing patch (2.7.6-r6) [2021-04-23T18:24:17.953Z] (7/12) Installing build-base (0.5-r2) [2021-04-23T18:24:17.953Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-23T18:24:17.953Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-23T18:24:17.953Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-23T18:24:17.953Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-23T18:24:17.953Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-23T18:24:17.953Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T18:24:17.953Z] OK: 233 MiB in 51 packages [2021-04-23T18:24:22.202Z] Removing intermediate container dc977192c2d6 [2021-04-23T18:24:22.202Z] ---> 705132ecfa5f [2021-04-23T18:24:22.202Z] Step 4/6 : WORKDIR /edgex-go [2021-04-23T18:24:22.202Z] ---> Running in dce8c509d2ec [2021-04-23T18:24:22.202Z] Removing intermediate container dce8c509d2ec [2021-04-23T18:24:22.202Z] ---> 7697453b1358 [2021-04-23T18:24:22.202Z] Step 5/6 : COPY go.mod . [2021-04-23T18:24:22.464Z] ---> 4b567dd90c09 [2021-04-23T18:24:22.464Z] Step 6/6 : RUN go mod download [2021-04-23T18:24:22.464Z] ---> Running in adad044354fc [2021-04-23T18:24:44.461Z] Removing intermediate container adad044354fc [2021-04-23T18:24:44.461Z] ---> 4092aefaa8f0 [2021-04-23T18:24:44.461Z] Successfully built 4092aefaa8f0 [2021-04-23T18:24:44.461Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:24:44.766Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-23T18:24:44.766Z] . [Pipeline] withDockerContainer [2021-04-23T18:24:44.863Z] prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container [2021-04-23T18:24:44.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-04-23T18:24:45.804Z] $ docker top 3f29d1152a9153d7a3aac5716c15eff58064a90680702514cb6af88e8079ea96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:24:46.204Z] + go version [2021-04-23T18:24:46.204Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-23T18:24:46.218Z] $ docker stop --time=1 3f29d1152a9153d7a3aac5716c15eff58064a90680702514cb6af88e8079ea96 [2021-04-23T18:24:47.555Z] $ docker rm -f 3f29d1152a9153d7a3aac5716c15eff58064a90680702514cb6af88e8079ea96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:24:48.030Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-23T18:24:48.030Z] . [Pipeline] withDockerContainer [2021-04-23T18:24:48.138Z] prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container [2021-04-23T18:24:48.185Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-04-23T18:24:48.738Z] $ docker top f3ecb5513ad65eef18622245e38784532bfe06bea77d8ff9475bf5effacfe4d1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-23T18:24:48.857Z] ========================================================= [2021-04-23T18:24:48.857Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-23T18:24:48.857Z] ========================================================= [Pipeline] sh [2021-04-23T18:24:49.147Z] + make test [2021-04-23T18:24:49.147Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-23T18:24:59.179Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-23T18:25:17.412Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-23T18:25:18.828Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-23T18:25:23.199Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-23T18:25:23.199Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-23T18:25:24.666Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-23T18:25:24.666Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-23T18:25:24.666Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-23T18:25:24.666Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-23T18:25:26.093Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-23T18:25:26.093Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-23T18:25:28.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-23T18:25:28.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-23T18:25:28.679Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-23T18:25:31.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 45.9% of statements [2021-04-23T18:25:31.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-23T18:25:31.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-23T18:25:31.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-23T18:25:31.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-23T18:25:31.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-23T18:25:31.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-23T18:25:31.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements [2021-04-23T18:25:31.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements [2021-04-23T18:25:35.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.1% of statements [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-23T18:25:35.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-23T18:25:35.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-23T18:25:35.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.127s coverage: 71.3% of statements [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-23T18:25:35.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-23T18:25:35.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.165s coverage: 82.9% of statements [2021-04-23T18:25:35.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-23T18:25:35.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:25:35.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements [2021-04-23T18:25:35.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-23T18:25:38.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.337s coverage: 28.6% of statements [2021-04-23T18:25:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-23T18:25:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-23T18:25:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-23T18:25:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-23T18:25:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-23T18:25:38.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2021-04-23T18:25:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-23T18:25:38.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-04-23T18:25:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-23T18:25:38.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.250s coverage: 86.7% of statements [2021-04-23T18:25:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-23T18:25:38.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.155s coverage: 97.5% of statements [2021-04-23T18:25:38.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-23T18:25:38.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-04-23T18:25:38.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-23T18:25:38.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-23T18:25:38.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-23T18:25:38.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-23T18:25:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 93.0% of statements [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-23T18:25:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-23T18:25:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.9% of statements [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-23T18:25:41.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-23T18:25:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.098s coverage: 47.1% of statements [2021-04-23T18:25:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.106s coverage: 79.5% of statements [2021-04-23T18:25:41.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-04-23T18:25:41.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2021-04-23T18:25:41.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-04-23T18:25:53.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements [2021-04-23T18:25:53.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-04-23T18:25:56.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.410s coverage: 81.9% of statements [2021-04-23T18:25:56.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.098s coverage: 87.2% of statements [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.6% of statements [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.6% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 64.4% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 69.0% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 38.4% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.032s coverage: 89.5% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.055s coverage: 9.6% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 88.6% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.733s coverage: 28.7% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-23T18:26:04.628Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-23T18:26:04.628Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-23T18:26:04.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.097s coverage: 64.6% of statements [2021-04-23T18:26:04.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-23T18:26:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.149s coverage: 95.6% of statements [2021-04-23T18:26:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-23T18:26:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:26:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-23T18:26:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-04-23T18:26:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-23T18:26:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-04-23T18:26:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-23T18:26:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-23T18:26:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-23T18:26:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-23T18:26:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-04-23T18:26:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-23T18:26:06.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-23T18:26:06.317Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-04-23T18:26:06.709Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 28.1% of statements [2021-04-23T18:26:06.709Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-23T18:26:06.992Z] GO111MODULE=on go vet ./... [2021-04-23T18:26:33.865Z] gofmt -l . [2021-04-23T18:26:34.436Z] [ "`gofmt -l .`" = "" ] [2021-04-23T18:26:35.385Z] ./bin/test-go-mod-tidy.sh [2021-04-23T18:26:35.648Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-23T18:26:36.522Z] + ls -al . [2021-04-23T18:26:36.522Z] total 812 [2021-04-23T18:26:36.522Z] drwxrwxr-x 10 1001 1001 4096 Apr 23 18:26 . [2021-04-23T18:26:36.522Z] drwxr-xr-x 4 root root 28 Apr 23 18:24 .. [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 11 Apr 23 18:23 .dockerignore [2021-04-23T18:26:36.522Z] drwxrwxr-x 8 1001 1001 179 Apr 23 18:23 .git [2021-04-23T18:26:36.522Z] drwxrwxr-x 3 1001 1001 125 Apr 23 18:23 .github [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 818 Apr 23 18:23 .gitignore [2021-04-23T18:26:36.522Z] drwx------ 3 1001 1001 60 Apr 23 18:23 .semver [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 166 Apr 23 18:23 .sonarcloud.properties [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 8609 Apr 23 18:23 Attribution.txt [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 3804 Apr 23 18:23 CONTRIBUTING.md [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 931 Apr 23 18:23 Dockerfile.build [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 863 Apr 23 18:23 Jenkinsfile [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 10775 Apr 23 18:23 LICENSE [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 5774 Apr 23 18:23 Makefile [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 7978 Apr 23 18:23 README.md [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 6755 Apr 23 18:23 SECURITY.md [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 5 Apr 23 18:23 VERSION [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 4131 Apr 23 18:23 ZMQWindows.md [2021-04-23T18:26:36.522Z] drwxrwxr-x 2 1001 1001 117 Apr 23 18:23 bin [2021-04-23T18:26:36.522Z] drwxrwxr-x 14 1001 1001 4096 Apr 23 18:23 cmd [2021-04-23T18:26:36.522Z] -rw-r--r-- 1 root root 703598 Apr 23 18:26 coverage.out [2021-04-23T18:26:36.522Z] -rw-r--r-- 1 root root 1060 Apr 23 18:26 go.mod [2021-04-23T18:26:36.522Z] -rw-r--r-- 1 root root 22420 Apr 23 18:26 go.sum [2021-04-23T18:26:36.522Z] drwxrwxr-x 8 1001 1001 127 Apr 23 18:23 internal [2021-04-23T18:26:36.522Z] drwxrwxr-x 4 1001 1001 26 Apr 23 18:23 openapi [2021-04-23T18:26:36.522Z] drwxrwxr-x 4 1001 1001 71 Apr 23 18:23 snap [2021-04-23T18:26:36.522Z] -rw-rw-r-- 1 1001 1001 168 Apr 23 18:23 version.go [Pipeline] sh [2021-04-23T18:26:36.818Z] + '[' -e coverage.out ] [2021-04-23T18:26:36.818Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-23T18:26:37.006Z] Stashed 1 file(s) [Pipeline] sh [2021-04-23T18:26:37.300Z] + make build [2021-04-23T18:26:37.300Z] 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-04-23T18:26:41.518Z] 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-04-23T18:26:49.727Z] 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-04-23T18:26:51.126Z] 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-04-23T18:26:52.519Z] 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-04-23T18:26:53.102Z] 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-04-23T18:26:54.513Z] 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-04-23T18:26:56.450Z] 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-04-23T18:26:57.399Z] 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-04-23T18:26:58.791Z] 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-04-23T18:26:59.741Z] 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-04-23T18:27:01.134Z] 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-04-23T18:27:03.069Z] $ docker stop --time=1 f3ecb5513ad65eef18622245e38784532bfe06bea77d8ff9475bf5effacfe4d1 [2021-04-23T18:27:04.647Z] $ docker rm -f f3ecb5513ad65eef18622245e38784532bfe06bea77d8ff9475bf5effacfe4d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:27:06.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T18:27:06.124Z] [2021-04-23T18:27:06.124Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:27:06.440Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T18:27:06.440Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-23T18:27:06.440Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-23T18:27:06.440Z] ca9280d653b3: Pulling fs layer [2021-04-23T18:27:06.440Z] 7e9c9ca2126c: Pulling fs layer [2021-04-23T18:27:06.704Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-23T18:27:06.704Z] cbdbe7a5bc2a: Download complete [2021-04-23T18:27:06.868Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1575 in /w/workspace/edgexfoundry_edgex-go_PR-3396 [Pipeline] { [Pipeline] ws [2021-04-23T18:27:06.888Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-23T18:27:06.984Z] cbdbe7a5bc2a: Pull complete [2021-04-23T18:27:07.251Z] ca9280d653b3: Verifying Checksum [2021-04-23T18:27:07.251Z] ca9280d653b3: Download complete [2021-04-23T18:27:08.202Z] ca9280d653b3: Pull complete [2021-04-23T18:27:08.469Z] 7e9c9ca2126c: Download complete [2021-04-23T18:27:12.291Z] using credential edgex-jenkins-ssh [2021-04-23T18:27:12.311Z] Cloning the remote Git repository [2021-04-23T18:27:12.358Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:27:12.460Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-23T18:27:12.548Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:27:12.549Z] > git --version # timeout=10 [2021-04-23T18:27:12.565Z] > git --version # 'git version 2.17.1' [2021-04-23T18:27:12.566Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:27:12.613Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-23T18:27:15.075Z] 7e9c9ca2126c: Pull complete [2021-04-23T18:27:15.075Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-23T18:27:15.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T18:27:15.075Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-23T18:27:15.217Z] prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container [2021-04-23T18:27:15.268Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-devops/edgex-compose:latest cat [2021-04-23T18:27:17.380Z] $ docker top 362726c9fc9289f653a2b1254e60ef7cefbf4eec9e69134ab2a4f7d22b4ff4d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:27:17.782Z] + docker-compose build --help [2021-04-23T18:27:17.782Z] + grep parallel [2021-04-23T18:27:18.747Z] --parallel Build images in parallel. [Pipeline] } [2021-04-23T18:27:19.024Z] $ docker stop --time=1 362726c9fc9289f653a2b1254e60ef7cefbf4eec9e69134ab2a4f7d22b4ff4d8 [2021-04-23T18:27:20.376Z] $ docker rm -f 362726c9fc9289f653a2b1254e60ef7cefbf4eec9e69134ab2a4f7d22b4ff4d8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:27:20.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-23T18:27:21.097Z] . [Pipeline] withDockerContainer [2021-04-23T18:27:21.186Z] prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container [2021-04-23T18:27:21.229Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-04-23T18:27:21.777Z] $ docker top 15383ac1853a29d1b75dbfedc5df804ed49fee382bddccf0978680eb3fb9fc42 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:27:22.170Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-23T18:27:23.116Z] Building docker-core-command-go ... [2021-04-23T18:27:23.116Z] Building docker-core-data-go ... [2021-04-23T18:27:23.116Z] Building docker-core-metadata-go ... [2021-04-23T18:27:23.116Z] Building docker-security-bootstrapper-go ... [2021-04-23T18:27:23.116Z] Building docker-security-proxy-setup-go ... [2021-04-23T18:27:23.116Z] Building docker-security-secretstore-setup-go ... [2021-04-23T18:27:23.116Z] Building docker-support-notifications-go ... [2021-04-23T18:27:23.116Z] Building docker-support-scheduler-go ... [2021-04-23T18:27:23.116Z] Building docker-sys-mgmt-agent-go ... [2021-04-23T18:27:23.116Z] Building docker-security-secretstore-setup-go [2021-04-23T18:27:23.116Z] Building docker-support-scheduler-go [2021-04-23T18:27:23.116Z] Building docker-security-proxy-setup-go [2021-04-23T18:27:23.116Z] Building docker-security-bootstrapper-go [2021-04-23T18:27:23.116Z] Building docker-core-command-go [2021-04-23T18:27:32.854Z] Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:27:33.266Z] Merge succeeded, producing e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:27:33.267Z] Checking out Revision e43bf7cada016736cb12b4b6d36e41ebdfc98de9 (PR-3396) [2021-04-23T18:27:32.079Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-23T18:27:32.100Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-23T18:27:32.122Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-23T18:27:32.158Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:27:32.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:27:32.172Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3396/head:refs/remotes/origin/PR-3396 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T18:27:32.876Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T18:27:32.890Z] > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 [2021-04-23T18:27:33.194Z] > git remote # timeout=10 [2021-04-23T18:27:33.211Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T18:27:33.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:27:33.235Z] > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 [2021-04-23T18:27:33.256Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-23T18:27:33.277Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T18:27:33.287Z] > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 [2021-04-23T18:27:37.621Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-23T18:27:39.126Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-23T18:27:39.515Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-23T18:27:39.861Z] + sudo service docker restart [2021-04-23T18:27:39.861Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-23T18:27:41.881Z] provisioning config files... [2021-04-23T18:27:41.944Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1408571304490174687tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:27:42.330Z] ---> docker-login.sh [2021-04-23T18:27:42.331Z] nexus3.edgexfoundry.org:10001 [2021-04-23T18:27:42.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:27:43.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:27:43.544Z] Configure a credential helper to remove this warning. See [2021-04-23T18:27:43.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:27:43.544Z] [2021-04-23T18:27:43.544Z] Login Succeeded [2021-04-23T18:27:43.544Z] nexus3.edgexfoundry.org:10002 [2021-04-23T18:27:43.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:27:44.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:27:44.114Z] Configure a credential helper to remove this warning. See [2021-04-23T18:27:44.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:27:44.114Z] [2021-04-23T18:27:44.114Z] Login Succeeded [2021-04-23T18:27:44.114Z] nexus3.edgexfoundry.org:10003 [2021-04-23T18:27:44.388Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:27:44.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:27:44.661Z] Configure a credential helper to remove this warning. See [2021-04-23T18:27:44.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:27:44.661Z] [2021-04-23T18:27:44.661Z] Login Succeeded [2021-04-23T18:27:44.661Z] nexus3.edgexfoundry.org:10004 [2021-04-23T18:27:44.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:27:45.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:27:45.211Z] Configure a credential helper to remove this warning. See [2021-04-23T18:27:45.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:27:45.211Z] [2021-04-23T18:27:45.211Z] Login Succeeded [2021-04-23T18:27:45.211Z] docker.io [2021-04-23T18:27:45.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-23T18:27:45.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-23T18:27:45.755Z] Configure a credential helper to remove this warning. See [2021-04-23T18:27:45.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-23T18:27:45.755Z] [2021-04-23T18:27:45.755Z] Login Succeeded [2021-04-23T18:27:45.755Z] ---> docker-login.sh ends [Pipeline] } [2021-04-23T18:27:45.771Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-23T18:27:46.056Z] ========================================================= [2021-04-23T18:27:46.056Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-23T18:27:46.056Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:27:46.402Z] + 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-04-23T18:27:49.018Z] Sending build context to Docker daemon 167.4MB [2021-04-23T18:27:49.018Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-23T18:27:49.018Z] Step 2/6 : FROM ${BASE} [2021-04-23T18:27:49.018Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-23T18:27:49.018Z] 5f621e34cdf4: Pulling fs layer [2021-04-23T18:27:49.018Z] a4357932f1b6: Pulling fs layer [2021-04-23T18:27:49.018Z] 18c013af1878: Pulling fs layer [2021-04-23T18:27:49.018Z] 00ac8860ef70: Pulling fs layer [2021-04-23T18:27:49.018Z] 63d7cb157983: Pulling fs layer [2021-04-23T18:27:49.018Z] b116817d02f9: Pulling fs layer [2021-04-23T18:27:49.018Z] 745a02a5169b: Pulling fs layer [2021-04-23T18:27:49.018Z] 63d7cb157983: Waiting [2021-04-23T18:27:49.018Z] 00ac8860ef70: Waiting [2021-04-23T18:27:49.018Z] 745a02a5169b: Waiting [2021-04-23T18:27:49.018Z] b116817d02f9: Waiting [2021-04-23T18:27:49.018Z] 18c013af1878: Verifying Checksum [2021-04-23T18:27:49.018Z] 18c013af1878: Download complete [2021-04-23T18:27:49.018Z] a4357932f1b6: Verifying Checksum [2021-04-23T18:27:49.018Z] a4357932f1b6: Download complete [2021-04-23T18:27:49.018Z] 63d7cb157983: Download complete [2021-04-23T18:27:49.018Z] b116817d02f9: Verifying Checksum [2021-04-23T18:27:49.019Z] b116817d02f9: Download complete [2021-04-23T18:27:49.019Z] 5f621e34cdf4: Verifying Checksum [2021-04-23T18:27:49.019Z] 5f621e34cdf4: Download complete [2021-04-23T18:27:49.623Z] 5f621e34cdf4: Pull complete [2021-04-23T18:27:50.226Z] a4357932f1b6: Pull complete [2021-04-23T18:27:50.502Z] 18c013af1878: Pull complete [2021-04-23T18:27:51.099Z] 745a02a5169b: Verifying Checksum [2021-04-23T18:27:51.099Z] 745a02a5169b: Download complete [2021-04-23T18:27:52.082Z] 00ac8860ef70: Verifying Checksum [2021-04-23T18:27:52.082Z] 00ac8860ef70: Download complete [2021-04-23T18:27:55.288Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:27:55.288Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:27:55.288Z] ---> 4092aefaa8f0 [2021-04-23T18:27:55.288Z] Step 3/31 : WORKDIR /edgex-go [2021-04-23T18:27:55.288Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:27:55.288Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:27:55.288Z] ---> 4092aefaa8f0 [2021-04-23T18:27:55.288Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:27:55.288Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:27:55.288Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:27:55.288Z] ---> 4092aefaa8f0 [2021-04-23T18:27:55.288Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:27:55.288Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:27:55.288Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:27:55.288Z] ---> 4092aefaa8f0 [2021-04-23T18:27:55.288Z] Step 3/24 : WORKDIR /edgex-go [2021-04-23T18:27:55.288Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:27:55.288Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:27:55.288Z] ---> 4092aefaa8f0 [2021-04-23T18:27:55.288Z] Step 3/21 : WORKDIR /edgex-go [2021-04-23T18:27:55.288Z] ---> Running in c522dca3b7fb [2021-04-23T18:27:55.288Z] ---> Running in b4cb8ca2380e [2021-04-23T18:27:55.288Z] ---> Running in 9c4dee7eb6ee [2021-04-23T18:27:55.288Z] ---> Running in 5bba46308a65 [2021-04-23T18:27:55.288Z] ---> Running in 4e6a9e6fba7a [2021-04-23T18:27:55.288Z] Removing intermediate container 9c4dee7eb6ee [2021-04-23T18:27:55.288Z] ---> 0fd9d73c439b [2021-04-23T18:27:55.288Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:27:55.288Z] Removing intermediate container 5bba46308a65 [2021-04-23T18:27:55.288Z] ---> bb6217e1db01 [2021-04-23T18:27:55.288Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:27:55.288Z] Removing intermediate container b4cb8ca2380e [2021-04-23T18:27:55.288Z] ---> 734012329757 [2021-04-23T18:27:55.288Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:27:55.288Z] Removing intermediate container 4e6a9e6fba7a [2021-04-23T18:27:55.288Z] ---> 42798141922b [2021-04-23T18:27:55.288Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:27:55.288Z] Removing intermediate container c522dca3b7fb [2021-04-23T18:27:55.288Z] ---> f7f1f44a23fa [2021-04-23T18:27:55.288Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:27:55.288Z] ---> Running in ea668ce20ac3 [2021-04-23T18:27:55.288Z] ---> Running in 903d67132129 [2021-04-23T18:27:55.288Z] ---> Running in d3ebe52d2e37 [2021-04-23T18:27:55.288Z] ---> Running in 58a674efc9ff [2021-04-23T18:27:55.288Z] ---> Running in 4f5958a0776e [2021-04-23T18:27:56.694Z] Removing intermediate container ea668ce20ac3 [2021-04-23T18:27:56.694Z] ---> 120800e631b1 [2021-04-23T18:27:56.694Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-23T18:27:56.694Z] Removing intermediate container d3ebe52d2e37 [2021-04-23T18:27:56.694Z] ---> 9bb49825b0c5 [2021-04-23T18:27:56.694Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:27:56.694Z] ---> Running in 95fe636e9fa7 [2021-04-23T18:27:56.955Z] ---> Running in ed0417fb9108 [2021-04-23T18:27:57.219Z] Removing intermediate container 903d67132129 [2021-04-23T18:27:57.219Z] ---> 5b9e5df37c56 [2021-04-23T18:27:57.219Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-23T18:27:57.219Z] Removing intermediate container 4f5958a0776e [2021-04-23T18:27:57.219Z] ---> 6f00651dddf3 [2021-04-23T18:27:57.219Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-23T18:27:57.535Z] Removing intermediate container 58a674efc9ff [2021-04-23T18:27:57.535Z] ---> 4cfc101a2cde [2021-04-23T18:27:57.535Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-23T18:27:57.535Z] ---> Running in 0a13202b3b8e [2021-04-23T18:27:57.535Z] ---> Running in 7f605af22915 [2021-04-23T18:27:57.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:57.535Z] ---> Running in cff2d876e06d [2021-04-23T18:27:57.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:58.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:58.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:58.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:58.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:58.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:58.813Z] OK: 233 MiB in 51 packages [2021-04-23T18:27:58.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:59.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:59.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:27:59.123Z] Removing intermediate container 95fe636e9fa7 [2021-04-23T18:27:59.123Z] ---> f7fa4cafe39b [2021-04-23T18:27:59.123Z] Step 6/22 : COPY go.mod . [2021-04-23T18:27:59.123Z] OK: 233 MiB in 51 packages [2021-04-23T18:27:59.386Z] ---> cd165f91f67c [2021-04-23T18:27:59.386Z] Step 7/22 : RUN go mod download [2021-04-23T18:27:59.386Z] OK: 233 MiB in 51 packages [2021-04-23T18:27:59.386Z] ---> Running in 7fda127c228f [2021-04-23T18:27:59.386Z] OK: 233 MiB in 51 packages [2021-04-23T18:27:59.651Z] OK: 233 MiB in 51 packages [2021-04-23T18:27:59.924Z] Removing intermediate container ed0417fb9108 [2021-04-23T18:27:59.924Z] ---> 4d2bd86e4cd5 [2021-04-23T18:27:59.924Z] Step 6/23 : COPY go.mod . [2021-04-23T18:28:00.190Z] Removing intermediate container 0a13202b3b8e [2021-04-23T18:28:00.190Z] ---> 94f4d33156c6 [2021-04-23T18:28:00.190Z] Step 6/24 : COPY go.mod . [2021-04-23T18:28:00.450Z] ---> eb500a03fd01 [2021-04-23T18:28:00.450Z] Step 7/23 : RUN go mod download [2021-04-23T18:28:00.450Z] Removing intermediate container cff2d876e06d [2021-04-23T18:28:00.450Z] ---> d2a14f206924 [2021-04-23T18:28:00.450Z] Step 6/21 : COPY go.mod . [2021-04-23T18:28:00.450Z] ---> Running in 369f6784c644 [2021-04-23T18:28:00.711Z] Removing intermediate container 7f605af22915 [2021-04-23T18:28:00.711Z] ---> 5e53dde5f5d7 [2021-04-23T18:28:00.711Z] Step 6/31 : COPY go.mod . [2021-04-23T18:28:00.711Z] ---> b1da956926a0 [2021-04-23T18:28:00.711Z] Step 7/24 : RUN go mod download [2021-04-23T18:28:00.711Z] ---> 3920f07b8ac1 [2021-04-23T18:28:00.711Z] Step 7/21 : RUN go mod download [2021-04-23T18:28:00.971Z] ---> Running in f57d3572342c [2021-04-23T18:28:00.971Z] ---> Running in fb00dfee0723 [2021-04-23T18:28:01.233Z] ---> 74201b127fda [2021-04-23T18:28:01.233Z] Step 7/31 : RUN go mod download [2021-04-23T18:28:01.233Z] ---> Running in a6f3f60221c4 [2021-04-23T18:28:01.498Z] Removing intermediate container 7fda127c228f [2021-04-23T18:28:01.498Z] ---> a085e06f3a43 [2021-04-23T18:28:01.498Z] Step 8/22 : COPY . . [2021-04-23T18:28:04.493Z] 00ac8860ef70: Pull complete [2021-04-23T18:28:04.493Z] 63d7cb157983: Pull complete [2021-04-23T18:28:04.493Z] b116817d02f9: Pull complete [2021-04-23T18:28:04.827Z] Removing intermediate container 369f6784c644 [2021-04-23T18:28:04.827Z] ---> 8eca63650350 [2021-04-23T18:28:04.827Z] Step 8/23 : COPY . . [2021-04-23T18:28:07.118Z] 745a02a5169b: Pull complete [2021-04-23T18:28:07.119Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-23T18:28:07.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-23T18:28:07.119Z] ---> b7e6874047d6 [2021-04-23T18:28:07.119Z] 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-04-23T18:28:10.125Z] Removing intermediate container f57d3572342c [2021-04-23T18:28:10.125Z] ---> 8fb7b17583bf [2021-04-23T18:28:10.125Z] Step 8/24 : COPY . . [2021-04-23T18:28:10.516Z] ---> Running in 63cd106e4c65 [2021-04-23T18:28:11.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:28:12.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:28:13.063Z] (1/12) Installing libmagic (5.38-r0) [2021-04-23T18:28:13.337Z] (2/12) Installing file (5.38-r0) [2021-04-23T18:28:13.337Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-23T18:28:13.615Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-23T18:28:14.353Z] Removing intermediate container fb00dfee0723 [2021-04-23T18:28:14.353Z] ---> 2a30ff9555a0 [2021-04-23T18:28:14.353Z] Step 8/21 : COPY . . [2021-04-23T18:28:14.353Z] Removing intermediate container a6f3f60221c4 [2021-04-23T18:28:14.353Z] ---> bfc62c5c289e [2021-04-23T18:28:14.353Z] Step 8/31 : COPY . . [2021-04-23T18:28:18.997Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-23T18:28:18.997Z] (6/12) Installing patch (2.7.6-r6) [2021-04-23T18:28:18.997Z] (7/12) Installing build-base (0.5-r2) [2021-04-23T18:28:18.997Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-23T18:28:18.997Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-23T18:28:18.997Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-23T18:28:18.997Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-23T18:28:18.997Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-23T18:28:18.997Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T18:28:18.997Z] OK: 217 MiB in 51 packages [2021-04-23T18:28:23.297Z] Removing intermediate container 63cd106e4c65 [2021-04-23T18:28:23.297Z] ---> 534d4822cbe1 [2021-04-23T18:28:23.297Z] Step 4/6 : WORKDIR /edgex-go [2021-04-23T18:28:23.297Z] ---> Running in 782359a4d6df [2021-04-23T18:28:24.271Z] Removing intermediate container 782359a4d6df [2021-04-23T18:28:24.271Z] ---> e67b355305a4 [2021-04-23T18:28:24.271Z] Step 5/6 : COPY go.mod . [2021-04-23T18:28:24.866Z] ---> adcd7700f0ec [2021-04-23T18:28:24.866Z] Step 6/6 : RUN go mod download [2021-04-23T18:28:25.145Z] ---> Running in 498d8bcee85b [2021-04-23T18:28:36.371Z] ---> 34ebbc1fda8f [2021-04-23T18:28:36.371Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-23T18:28:38.299Z] ---> Running in fbb6be14cc73 [2021-04-23T18:28:46.484Z] ---> 191d3430014f [2021-04-23T18:28:46.484Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-23T18:28:47.891Z] 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-04-23T18:28:48.841Z] ---> Running in 82e594437dfb [2021-04-23T18:28:49.796Z] ---> 65176aa15e53 [2021-04-23T18:28:49.796Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-23T18:28:50.768Z] ---> ce612b6eff19 [2021-04-23T18:28:50.768Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-23T18:28:50.768Z] ---> Running in f22d8dcc7989 [2021-04-23T18:28:51.035Z] ---> 2c2fd19bd2df [2021-04-23T18:28:51.035Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-23T18:28:51.301Z] ---> Running in 8f8cf8889cd0 [2021-04-23T18:28:51.563Z] 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-04-23T18:28:51.929Z] Removing intermediate container 498d8bcee85b [2021-04-23T18:28:51.929Z] ---> 286a7165a6e6 [2021-04-23T18:28:51.929Z] Successfully built 286a7165a6e6 [2021-04-23T18:28:51.929Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:28:52.283Z] + docker inspect -f . ci-base-image-arm64 [2021-04-23T18:28:52.283Z] . [Pipeline] withDockerContainer [2021-04-23T18:28:52.525Z] ---> Running in e2f521bfc49f [2021-04-23T18:28:52.565Z] prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container [2021-04-23T18:28:52.644Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-04-23T18:28:53.110Z] 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-04-23T18:28:53.378Z] 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-04-23T18:28:53.378Z] 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-04-23T18:28:54.174Z] $ docker top 334e948d387254d85b6e557979adcbcab481e21817a71b38da39a6fae7630516 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:28:55.090Z] + go version [2021-04-23T18:28:55.090Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-23T18:28:55.116Z] $ docker stop --time=1 334e948d387254d85b6e557979adcbcab481e21817a71b38da39a6fae7630516 [2021-04-23T18:28:57.044Z] $ docker rm -f 334e948d387254d85b6e557979adcbcab481e21817a71b38da39a6fae7630516 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:28:57.729Z] + docker inspect -f . ci-base-image-arm64 [2021-04-23T18:28:57.729Z] . [Pipeline] withDockerContainer [2021-04-23T18:28:57.993Z] prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container [2021-04-23T18:28:58.069Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-04-23T18:28:59.348Z] $ docker top bfda9e0dba8adbe49c6cbf0b58535be3a98d40f1f1f6cfeb79b91c0c89ef95d5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-23T18:28:59.655Z] ========================================================= [2021-04-23T18:28:59.655Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-23T18:28:59.655Z] ========================================================= [Pipeline] sh [2021-04-23T18:29:00.292Z] + make test [2021-04-23T18:29:00.292Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-23T18:29:22.459Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-23T18:29:25.592Z] 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-04-23T18:29:25.592Z] 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-04-23T18:29:27.001Z] Removing intermediate container fbb6be14cc73 [2021-04-23T18:29:27.001Z] ---> ab46e34dc655 [2021-04-23T18:29:27.001Z] [2021-04-23T18:29:27.001Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:29:27.001Z] 3.12: Pulling from library/alpine [2021-04-23T18:29:27.599Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-23T18:29:27.599Z] Status: Downloaded newer image for alpine:3.12 [2021-04-23T18:29:27.599Z] ---> 13621d1b12d4 [2021-04-23T18:29:27.599Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:29:30.908Z] ---> Running in e3861f56e61d [2021-04-23T18:29:30.908Z] Removing intermediate container 82e594437dfb [2021-04-23T18:29:30.908Z] ---> 9fef29bfe4c8 [2021-04-23T18:29:30.908Z] [2021-04-23T18:29:30.908Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:29:30.908Z] ---> 13621d1b12d4 [2021-04-23T18:29:30.908Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:29:30.908Z] Removing intermediate container 8f8cf8889cd0 [2021-04-23T18:29:30.908Z] ---> d522999bbf55 [2021-04-23T18:29:30.908Z] [2021-04-23T18:29:30.908Z] Step 10/31 : FROM alpine:3.12 [2021-04-23T18:29:30.908Z] ---> 13621d1b12d4 [2021-04-23T18:29:30.908Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-23T18:29:31.170Z] ---> Running in 38647808fa70 [2021-04-23T18:29:31.170Z] ---> Running in 4a320418087b [2021-04-23T18:29:31.745Z] Removing intermediate container 4a320418087b [2021-04-23T18:29:31.745Z] ---> 32e128a8cde3 [2021-04-23T18:29:31.745Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-23T18:29:34.309Z] ---> Running in a809435397f1 [2021-04-23T18:29:34.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:34.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:34.309Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-23T18:29:34.309Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:29:34.569Z] OK: 6 MiB in 15 packages [2021-04-23T18:29:35.143Z] Removing intermediate container e2f521bfc49f [2021-04-23T18:29:35.143Z] Removing intermediate container f22d8dcc7989 [2021-04-23T18:29:35.143Z] ---> af083d495216 [2021-04-23T18:29:35.143Z] [2021-04-23T18:29:35.143Z] Step 10/24 : FROM alpine:3.12 [2021-04-23T18:29:35.143Z] ---> 13621d1b12d4 [2021-04-23T18:29:35.143Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-23T18:29:35.143Z] ---> a9869180d4b0 [2021-04-23T18:29:35.143Z] [2021-04-23T18:29:35.143Z] Step 10/21 : FROM alpine:3.12 [2021-04-23T18:29:35.143Z] ---> 13621d1b12d4 [2021-04-23T18:29:35.143Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-23T18:29:35.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:35.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:35.407Z] ---> Running in 4310d6e9439c [2021-04-23T18:29:35.407Z] ---> Running in 4af79d8cdb74 [2021-04-23T18:29:35.407Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-23T18:29:35.407Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:29:35.407Z] OK: 6 MiB in 15 packages [2021-04-23T18:29:35.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:35.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:35.671Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:29:35.671Z] (2/2) Installing su-exec (0.2-r1) [2021-04-23T18:29:35.671Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:29:35.671Z] OK: 6 MiB in 16 packages [2021-04-23T18:29:35.937Z] Removing intermediate container e3861f56e61d [2021-04-23T18:29:35.937Z] ---> e2153f9699bc [2021-04-23T18:29:35.937Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:29:35.937Z] ---> Running in 2cb5cebae5e8 [2021-04-23T18:29:36.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:36.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:36.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:36.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:29:36.201Z] Removing intermediate container 38647808fa70 [2021-04-23T18:29:36.201Z] ---> d927ccdaf139 [2021-04-23T18:29:36.201Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:29:36.201Z] Removing intermediate container 2cb5cebae5e8 [2021-04-23T18:29:36.201Z] ---> 3375139a2aa2 [2021-04-23T18:29:36.201Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-23T18:29:36.463Z] ---> Running in e2c0bd1220b5 [2021-04-23T18:29:36.463Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-23T18:29:36.463Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-23T18:29:36.463Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:29:36.463Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-23T18:29:36.463Z] (4/4) Installing curl (7.76.1-r0) [2021-04-23T18:29:36.463Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:29:36.463Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-23T18:29:36.463Z] (4/6) Installing curl (7.76.1-r0) [2021-04-23T18:29:36.463Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:29:36.463Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:29:36.463Z] (6/6) Installing su-exec (0.2-r1) [2021-04-23T18:29:36.463Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:29:36.463Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:29:36.463Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:29:36.463Z] OK: 7 MiB in 18 packages [2021-04-23T18:29:36.724Z] OK: 7 MiB in 20 packages [2021-04-23T18:29:36.985Z] ---> Running in 30a8823bfc93 [2021-04-23T18:29:37.556Z] Removing intermediate container a809435397f1 [2021-04-23T18:29:37.556Z] ---> 02d5cc9d950b [2021-04-23T18:29:37.556Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-23T18:29:37.821Z] Removing intermediate container e2c0bd1220b5 [2021-04-23T18:29:37.821Z] ---> 036e45105886 [2021-04-23T18:29:37.821Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-23T18:29:37.821Z] ---> Running in 19668323d66b [2021-04-23T18:29:37.821Z] Removing intermediate container 30a8823bfc93 [2021-04-23T18:29:37.821Z] ---> e803e1867f4c [2021-04-23T18:29:37.821Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:29:38.082Z] ---> Running in 562f237235f9 [2021-04-23T18:29:38.082Z] ---> Running in db83872ff30b [2021-04-23T18:29:39.024Z] Removing intermediate container 19668323d66b [2021-04-23T18:29:39.024Z] ---> 6a456f68b892 [2021-04-23T18:29:39.024Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-23T18:29:39.024Z] Removing intermediate container 4310d6e9439c [2021-04-23T18:29:39.024Z] ---> 782cc8c4537d [2021-04-23T18:29:39.024Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:29:39.024Z] Removing intermediate container 562f237235f9 [2021-04-23T18:29:39.024Z] ---> cac0c2a3e35d [2021-04-23T18:29:39.024Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:29:39.289Z] ---> Running in 101b5b499c10 [2021-04-23T18:29:39.289Z] ---> Running in eb15f1fa08a8 [2021-04-23T18:29:39.289Z] Removing intermediate container db83872ff30b [2021-04-23T18:29:39.289Z] ---> 5e3daebf3a22 [2021-04-23T18:29:39.289Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:29:39.289Z] Removing intermediate container 4af79d8cdb74 [2021-04-23T18:29:39.289Z] ---> 006f3f4e1a61 [2021-04-23T18:29:39.289Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:29:39.289Z] ---> Running in ce7d78fed767 [2021-04-23T18:29:39.551Z] ---> Running in b4ba4eacdd1b [2021-04-23T18:29:39.551Z] Removing intermediate container 101b5b499c10 [2021-04-23T18:29:39.551Z] ---> 17f8b6cccce3 [2021-04-23T18:29:39.551Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-23T18:29:39.551Z] Removing intermediate container eb15f1fa08a8 [2021-04-23T18:29:39.551Z] ---> a455e2087b24 [2021-04-23T18:29:39.551Z] Step 13/21 : WORKDIR /edgex [2021-04-23T18:29:40.496Z] ---> 9c1d3c7c2a4c [2021-04-23T18:29:40.496Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-23T18:29:40.496Z] Removing intermediate container ce7d78fed767 [2021-04-23T18:29:40.496Z] ---> e5f4c9a2efa3 [2021-04-23T18:29:40.496Z] Step 15/23 : WORKDIR / [2021-04-23T18:29:40.496Z] ---> Running in 59b153e476cd [2021-04-23T18:29:40.496Z] ---> Running in 58cbb88dab9a [2021-04-23T18:29:40.496Z] Removing intermediate container b4ba4eacdd1b [2021-04-23T18:29:40.496Z] ---> ee4d455dbb22 [2021-04-23T18:29:40.496Z] Step 13/24 : WORKDIR / [2021-04-23T18:29:40.496Z] ---> Running in c676388b4c7b [2021-04-23T18:29:40.758Z] ---> Running in 924e83c9cb86 [2021-04-23T18:29:41.025Z] Removing intermediate container 59b153e476cd [2021-04-23T18:29:41.025Z] ---> 4039e172a3a6 [2021-04-23T18:29:41.025Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-23T18:29:41.025Z] Removing intermediate container c676388b4c7b [2021-04-23T18:29:41.025Z] ---> 69babd7906f6 [2021-04-23T18:29:41.025Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:29:41.296Z] ---> 1c480f95b2a7 [2021-04-23T18:29:41.296Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-23T18:29:41.296Z] Removing intermediate container 924e83c9cb86 [2021-04-23T18:29:41.296Z] ---> 00f83590f2fa [2021-04-23T18:29:41.296Z] 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-04-23T18:29:41.556Z] ---> 8cb9b0c8c2dd [2021-04-23T18:29:41.556Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-23T18:29:41.556Z] ---> bce38effd8a1 [2021-04-23T18:29:41.556Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-23T18:29:41.820Z] ---> bd3f9fb063c2 [2021-04-23T18:29:41.820Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-23T18:29:41.820Z] ---> c9af6ea989fd [2021-04-23T18:29:41.820Z] 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-04-23T18:29:42.085Z] ---> Running in 79a6957dfb6f [2021-04-23T18:29:42.085Z] ---> c8cc582a51e9 [2021-04-23T18:29:42.085Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-23T18:29:42.345Z] Removing intermediate container 58cbb88dab9a [2021-04-23T18:29:42.345Z] ---> 6ab95265f81c [2021-04-23T18:29:42.345Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-23T18:29:42.345Z] ---> f5b947288dc9 [2021-04-23T18:29:42.345Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-23T18:29:42.345Z] Removing intermediate container 79a6957dfb6f [2021-04-23T18:29:42.345Z] ---> 09574ac64540 [2021-04-23T18:29:42.345Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:29:42.606Z] ---> c7c9f80b594c [2021-04-23T18:29:42.606Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-23T18:29:42.606Z] ---> Running in a61fec075200 [2021-04-23T18:29:42.868Z] ---> Running in b5e2dd081679 [2021-04-23T18:29:42.868Z] ---> 16a1424474f7 [2021-04-23T18:29:42.868Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-23T18:29:42.868Z] ---> 4a55d9f0abe5 [2021-04-23T18:29:42.868Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-23T18:29:43.130Z] ---> d9234d65d412 [2021-04-23T18:29:43.130Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-23T18:29:43.130Z] ---> Running in 8b22e4d156e0 [2021-04-23T18:29:43.130Z] ---> Running in 86880e82f3ed [2021-04-23T18:29:43.130Z] Removing intermediate container a61fec075200 [2021-04-23T18:29:43.130Z] ---> 04b5649313cf [2021-04-23T18:29:43.130Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-23T18:29:43.130Z] Removing intermediate container b5e2dd081679 [2021-04-23T18:29:43.130Z] ---> 0f3677decff9 [2021-04-23T18:29:43.130Z] Step 20/22 : LABEL arch=x86_64 [2021-04-23T18:29:43.392Z] ---> Running in 092f23326617 [2021-04-23T18:29:43.651Z] Removing intermediate container 86880e82f3ed [2021-04-23T18:29:43.651Z] ---> 0f9ceab069a4 [2021-04-23T18:29:43.651Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:29:43.651Z] Removing intermediate container 8b22e4d156e0 [2021-04-23T18:29:43.651Z] ---> 89c27f19de19 [2021-04-23T18:29:43.651Z] Step 18/21 : CMD ["--init=true"] [2021-04-23T18:29:43.651Z] ---> 13d5368b7849 [2021-04-23T18:29:43.651Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-23T18:29:43.651Z] ---> c7b33f0c0daa [2021-04-23T18:29:43.651Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-23T18:29:43.911Z] ---> Running in b14bc9b80e9d [2021-04-23T18:29:43.911Z] ---> Running in 3a8b506e6544 [2021-04-23T18:29:43.911Z] ---> Running in 2d76f9dbd34d [2021-04-23T18:29:43.911Z] Removing intermediate container 092f23326617 [2021-04-23T18:29:43.911Z] ---> 3b023777c62f [2021-04-23T18:29:43.911Z] Step 21/22 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:29:44.484Z] ---> Running in 06ba38671d81 [2021-04-23T18:29:44.484Z] Removing intermediate container 3a8b506e6544 [2021-04-23T18:29:44.484Z] ---> 30eb2eb03ead [2021-04-23T18:29:44.484Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:29:44.484Z] Removing intermediate container b14bc9b80e9d [2021-04-23T18:29:44.484Z] ---> 5ca3ef7af418 [2021-04-23T18:29:44.484Z] Step 19/21 : LABEL arch=x86_64 [2021-04-23T18:29:44.484Z] ---> 555929e3fd36 [2021-04-23T18:29:44.484Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-23T18:29:44.744Z] ---> Running in bc8e611b609f [2021-04-23T18:29:44.744Z] ---> Running in 144e1c302b54 [2021-04-23T18:29:44.744Z] Removing intermediate container 06ba38671d81 [2021-04-23T18:29:44.744Z] ---> d0013e8e95c5 [2021-04-23T18:29:44.744Z] Step 22/22 : LABEL version=0.0.0 [2021-04-23T18:29:45.005Z] ---> Running in 135f64c25c2b [2021-04-23T18:29:45.005Z] ---> 084af4399877 [2021-04-23T18:29:45.005Z] 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-04-23T18:29:45.267Z] Removing intermediate container bc8e611b609f [2021-04-23T18:29:45.267Z] ---> 8880658f54cc [2021-04-23T18:29:45.267Z] Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:29:45.267Z] Removing intermediate container 144e1c302b54 [2021-04-23T18:29:45.267Z] ---> 3b1dd4339c50 [2021-04-23T18:29:45.267Z] Step 20/21 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:29:45.533Z] ---> Running in f7913584ee6a [2021-04-23T18:29:45.533Z] ---> Running in a8052c7568bd [2021-04-23T18:29:45.533Z] ---> Running in 91e486c4e67f [2021-04-23T18:29:45.799Z] Removing intermediate container 135f64c25c2b [2021-04-23T18:29:45.799Z] ---> 147d4ffdfb6c [2021-04-23T18:29:45.799Z] [2021-04-23T18:29:46.063Z] Removing intermediate container 2d76f9dbd34d [2021-04-23T18:29:46.063Z] ---> 2f1a6569fb0f [2021-04-23T18:29:46.063Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:29:46.063Z] Removing intermediate container a8052c7568bd [2021-04-23T18:29:46.063Z] ---> 889d977a8df5 [2021-04-23T18:29:46.063Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:29:46.063Z] Successfully built 147d4ffdfb6c [2021-04-23T18:29:46.063Z] Removing intermediate container 91e486c4e67f [2021-04-23T18:29:46.063Z] ---> e04e1f57b727 [2021-04-23T18:29:46.063Z] Step 21/21 : LABEL version=0.0.0 [2021-04-23T18:29:46.063Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-23T18:29:46.063Z] Building docker-support-notifications-go [2021-04-23T18:29:46.325Z]  Building docker-support-scheduler-go ... done  ---> Running in 9eb756d590eb [2021-04-23T18:29:46.325Z] ---> Running in 7785296d4f4b [2021-04-23T18:29:46.325Z] ---> dd2782e974df [2021-04-23T18:29:46.325Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-23T18:29:46.601Z] Removing intermediate container 9eb756d590eb [2021-04-23T18:29:46.601Z] ---> ecdbe9cb938b [2021-04-23T18:29:46.601Z] [2021-04-23T18:29:46.864Z] Removing intermediate container 7785296d4f4b [2021-04-23T18:29:46.864Z] ---> ca6892e5f2ea [2021-04-23T18:29:46.864Z] [2021-04-23T18:29:47.438Z] Successfully built ecdbe9cb938b [2021-04-23T18:29:48.386Z] Successfully built ca6892e5f2ea [2021-04-23T18:29:48.386Z] Successfully tagged docker-core-command-go:latest [2021-04-23T18:29:48.386Z] Building docker-core-metadata-go [2021-04-23T18:29:48.386Z]  Building docker-core-command-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-04-23T18:29:48.386Z] Building docker-core-data-go [2021-04-23T18:29:49.340Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f7913584ee6a [2021-04-23T18:29:49.340Z] ---> c821f0d0cdaa [2021-04-23T18:29:49.340Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-23T18:29:49.603Z] ---> e5982d616fa3 [2021-04-23T18:29:49.603Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-23T18:29:56.206Z] ---> Running in c735f81343b6 [2021-04-23T18:29:56.481Z] ---> 4b9456c09abd [2021-04-23T18:29:56.481Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-23T18:29:56.753Z] Removing intermediate container c735f81343b6 [2021-04-23T18:29:56.753Z] ---> e034aba3e9db [2021-04-23T18:29:56.753Z] Step 22/24 : LABEL arch=x86_64 [2021-04-23T18:29:57.014Z] ---> Running in 6da6df1a8628 [2021-04-23T18:29:57.014Z] ---> b186fdec6f77 [2021-04-23T18:29:57.014Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-23T18:29:57.014Z] Removing intermediate container 6da6df1a8628 [2021-04-23T18:29:57.014Z] ---> af4b16f48531 [2021-04-23T18:29:57.014Z] Step 23/24 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:29:57.281Z] ---> Running in 1b0bb064ec44 [2021-04-23T18:29:57.281Z] ---> 892d93c023b9 [2021-04-23T18:29:57.281Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-23T18:29:57.548Z] Removing intermediate container 1b0bb064ec44 [2021-04-23T18:29:57.548Z] ---> f92a0f89d59e [2021-04-23T18:29:57.548Z] Step 24/24 : LABEL version=0.0.0 [2021-04-23T18:29:57.548Z] ---> Running in 5ff7335d78c3 [2021-04-23T18:29:57.548Z] ---> Running in 4cb1752b59cf [2021-04-23T18:30:00.147Z] Removing intermediate container 5ff7335d78c3 [2021-04-23T18:30:00.147Z] ---> 42804c997d90 [2021-04-23T18:30:00.147Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-23T18:30:00.147Z] Removing intermediate container 4cb1752b59cf [2021-04-23T18:30:00.147Z] ---> 403faf9c22b0 [2021-04-23T18:30:00.147Z] [2021-04-23T18:30:00.415Z] Successfully built 403faf9c22b0 [2021-04-23T18:30:00.415Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-23T18:30:00.415Z] Building docker-sys-mgmt-agent-go [2021-04-23T18:30:01.402Z]  Building docker-security-secretstore-setup-go ... done  ---> 113160ba7211 [2021-04-23T18:30:01.402Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-23T18:30:03.361Z] ---> Running in b04ac0dde6ec [2021-04-23T18:30:11.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:30:11.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:30:11.553Z] ---> 4092aefaa8f0 [2021-04-23T18:30:11.553Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:30:11.553Z] ---> Using cache [2021-04-23T18:30:11.553Z] ---> f7f1f44a23fa [2021-04-23T18:30:11.553Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:30:11.553Z] ---> Using cache [2021-04-23T18:30:11.553Z] ---> 6f00651dddf3 [2021-04-23T18:30:11.553Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-23T18:30:11.553Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:30:11.553Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:30:11.553Z] ---> 4092aefaa8f0 [2021-04-23T18:30:11.553Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:30:11.553Z] ---> Using cache [2021-04-23T18:30:11.553Z] ---> f7f1f44a23fa [2021-04-23T18:30:11.553Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:30:11.553Z] ---> Using cache [2021-04-23T18:30:11.553Z] ---> 6f00651dddf3 [2021-04-23T18:30:11.553Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:30:11.553Z] ---> Using cache [2021-04-23T18:30:11.553Z] ---> 5e53dde5f5d7 [2021-04-23T18:30:11.553Z] Step 6/23 : COPY go.mod . [2021-04-23T18:30:11.553Z] ---> Using cache [2021-04-23T18:30:11.553Z] ---> 74201b127fda [2021-04-23T18:30:11.553Z] Step 7/23 : RUN go mod download [2021-04-23T18:30:11.553Z] ---> Using cache [2021-04-23T18:30:11.553Z] ---> bfc62c5c289e [2021-04-23T18:30:11.553Z] Step 8/23 : COPY . . [2021-04-23T18:30:11.553Z] ---> Using cache [2021-04-23T18:30:11.553Z] ---> ce612b6eff19 [2021-04-23T18:30:11.553Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-23T18:30:11.553Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:30:11.553Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:30:11.553Z] ---> 4092aefaa8f0 [2021-04-23T18:30:11.553Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:30:11.553Z] ---> Using cache [2021-04-23T18:30:11.553Z] ---> f7f1f44a23fa [2021-04-23T18:30:11.553Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:30:11.553Z] ---> Using cache [2021-04-23T18:30:11.553Z] ---> 6f00651dddf3 [2021-04-23T18:30:11.553Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-23T18:30:12.125Z] Removing intermediate container b04ac0dde6ec [2021-04-23T18:30:12.125Z] ---> 9f67565b6163 [2021-04-23T18:30:12.125Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-23T18:30:12.125Z] ---> Running in c3be130a182c [2021-04-23T18:30:12.125Z] ---> Running in 6bc8c5031a25 [2021-04-23T18:30:12.125Z] ---> Running in 2eeb281778a3 [2021-04-23T18:30:12.411Z] ---> Running in 5f814ff0feee [2021-04-23T18:30:12.694Z] Removing intermediate container 5f814ff0feee [2021-04-23T18:30:12.694Z] ---> dcd94ffd4752 [2021-04-23T18:30:12.694Z] Step 28/31 : CMD ["gate"] [2021-04-23T18:30:12.977Z] ---> Running in 170a002f53ca [2021-04-23T18:30:13.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:30:13.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:30:14.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:30:14.353Z] 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-04-23T18:30:14.353Z] OK: 233 MiB in 51 packages [2021-04-23T18:30:14.617Z] Removing intermediate container 170a002f53ca [2021-04-23T18:30:14.617Z] ---> 9011ddd89380 [2021-04-23T18:30:14.617Z] Step 29/31 : LABEL arch=x86_64 [2021-04-23T18:30:14.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:30:15.144Z] OK: 233 MiB in 51 packages [2021-04-23T18:30:16.095Z] ---> Running in a2b5a91725d2 [2021-04-23T18:30:18.022Z] Removing intermediate container a2b5a91725d2 [2021-04-23T18:30:18.022Z] ---> 69380d271091 [2021-04-23T18:30:18.022Z] Step 30/31 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:30:18.606Z] Removing intermediate container c3be130a182c [2021-04-23T18:30:18.606Z] ---> 313a01b83458 [2021-04-23T18:30:18.606Z] Step 6/22 : COPY go.mod . [2021-04-23T18:30:19.319Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-23T18:30:19.319Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-23T18:30:19.563Z] ---> Running in acf0d7ec285c [2021-04-23T18:30:19.825Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:30:19.825Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:30:19.825Z] ---> 4092aefaa8f0 [2021-04-23T18:30:19.825Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:30:19.825Z] ---> Using cache [2021-04-23T18:30:19.825Z] ---> f7f1f44a23fa [2021-04-23T18:30:19.825Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:30:19.825Z] ---> Using cache [2021-04-23T18:30:19.825Z] ---> 6f00651dddf3 [2021-04-23T18:30:19.825Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-23T18:30:20.867Z] Removing intermediate container 6bc8c5031a25 [2021-04-23T18:30:20.867Z] ---> a6387c83d55b [2021-04-23T18:30:20.867Z] Step 6/23 : COPY go.mod . [2021-04-23T18:30:20.867Z] ---> fd31882444c4 [2021-04-23T18:30:20.867Z] Step 7/22 : RUN go mod download [2021-04-23T18:30:20.867Z] ---> Running in 1428adb7eac1 [2021-04-23T18:30:20.867Z] Removing intermediate container acf0d7ec285c [2021-04-23T18:30:20.867Z] ---> ceb5e7139ef6 [2021-04-23T18:30:20.867Z] Step 31/31 : LABEL version=0.0.0 [2021-04-23T18:30:21.271Z] ---> Running in 4fa4aa6e4fcb [2021-04-23T18:30:21.706Z] ---> Running in a5554c45817d [2021-04-23T18:30:21.706Z] ---> 9f88239d9076 [2021-04-23T18:30:21.706Z] Step 7/23 : RUN go mod download [2021-04-23T18:30:22.461Z] ---> Running in 458d143d5174 [2021-04-23T18:30:22.461Z] Removing intermediate container a5554c45817d [2021-04-23T18:30:22.461Z] ---> e7351c13a34c [2021-04-23T18:30:22.461Z] [2021-04-23T18:30:22.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:30:22.786Z] Successfully built e7351c13a34c [2021-04-23T18:30:22.786Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-23T18:30:23.372Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:30:23.639Z] OK: 233 MiB in 51 packages [2021-04-23T18:30:25.067Z] Removing intermediate container 4fa4aa6e4fcb [2021-04-23T18:30:25.067Z] ---> a2285cca5a0f [2021-04-23T18:30:25.067Z] Step 8/22 : COPY . . [2021-04-23T18:30:25.067Z] Removing intermediate container 458d143d5174 [2021-04-23T18:30:25.067Z] ---> 5c9ebf6087b0 [2021-04-23T18:30:25.067Z] Step 8/23 : COPY . . [2021-04-23T18:30:25.067Z] Removing intermediate container 1428adb7eac1 [2021-04-23T18:30:25.067Z] ---> 9fd7bc770f45 [2021-04-23T18:30:25.067Z] Step 6/23 : COPY go.mod . [2021-04-23T18:30:26.065Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-23T18:30:26.065Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-23T18:30:28.709Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-23T18:30:28.709Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-23T18:30:28.709Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-23T18:30:28.709Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-23T18:30:29.308Z] ---> 8bd090f49caf [2021-04-23T18:30:29.308Z] Step 7/23 : RUN go mod download [2021-04-23T18:30:31.856Z] ---> Running in 29a6a6cb583a [2021-04-23T18:30:32.111Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-23T18:30:33.103Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-23T18:30:41.415Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-23T18:30:41.415Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-23T18:30:41.415Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-23T18:30:46.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.281s coverage: 45.9% of statements [2021-04-23T18:30:46.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-23T18:30:46.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-23T18:30:46.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-23T18:30:46.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-23T18:30:46.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-23T18:30:46.846Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-23T18:30:46.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.124s coverage: 19.8% of statements [2021-04-23T18:30:46.846Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.318s coverage: 100.0% of statements [2021-04-23T18:30:46.870Z] Removing intermediate container 29a6a6cb583a [2021-04-23T18:30:46.870Z] ---> 0e2a7f0aaca1 [2021-04-23T18:30:46.870Z] Step 8/23 : COPY . . [2021-04-23T18:30:55.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.467s coverage: 27.1% of statements [2021-04-23T18:30:55.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-23T18:30:55.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-23T18:30:55.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-23T18:30:55.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-23T18:30:55.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-23T18:30:55.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-23T18:30:55.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.188s coverage: 100.0% of statements [2021-04-23T18:30:55.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-23T18:30:55.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements [2021-04-23T18:30:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-23T18:30:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-23T18:30:55.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.238s coverage: 71.3% of statements [2021-04-23T18:30:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-23T18:30:55.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-23T18:30:56.946Z] ---> 5921fccc0d3c [2021-04-23T18:30:56.947Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-23T18:30:57.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.668s coverage: 82.9% of statements [2021-04-23T18:30:57.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-23T18:30:57.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:30:57.138Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.202s coverage: 78.9% of statements [2021-04-23T18:30:57.138Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-23T18:30:57.520Z] ---> 4f254d45d6e4 [2021-04-23T18:30:57.520Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-23T18:30:58.905Z] Removing intermediate container 2eeb281778a3 [2021-04-23T18:30:58.905Z] ---> 22cb462fc4c1 [2021-04-23T18:30:58.905Z] [2021-04-23T18:30:58.905Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:30:58.905Z] ---> 13621d1b12d4 [2021-04-23T18:30:58.905Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:30:58.905Z] ---> Using cache [2021-04-23T18:30:58.905Z] ---> d927ccdaf139 [2021-04-23T18:30:58.905Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:30:58.905Z] ---> Using cache [2021-04-23T18:30:58.905Z] ---> 036e45105886 [2021-04-23T18:30:58.905Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-23T18:31:00.838Z] ---> Running in 70a64a1a0e43 [2021-04-23T18:31:00.838Z] ---> Running in b6ee193b1796 [2021-04-23T18:31:01.100Z] ---> Running in 8dcb0520f104 [2021-04-23T18:31:02.048Z] Removing intermediate container 8dcb0520f104 [2021-04-23T18:31:02.048Z] ---> f359eb2fe948 [2021-04-23T18:31:02.048Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:31:03.436Z] ---> Running in 9076d1f154c0 [2021-04-23T18:31:04.837Z] ---> 8ad91cd1c58d [2021-04-23T18:31:04.837Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-23T18:31:04.837Z] Removing intermediate container 9076d1f154c0 [2021-04-23T18:31:04.837Z] ---> f4a0491f4a90 [2021-04-23T18:31:04.837Z] Step 15/23 : WORKDIR / [2021-04-23T18:31:04.837Z] 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-04-23T18:31:04.837Z] 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-04-23T18:31:04.837Z] ---> Running in d4138d5c5d63 [2021-04-23T18:31:05.099Z] ---> Running in 8eec60056aa6 [2021-04-23T18:31:05.362Z] Removing intermediate container 8eec60056aa6 [2021-04-23T18:31:05.362Z] ---> 11960cf75821 [2021-04-23T18:31:05.362Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:31:05.632Z] 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-04-23T18:31:05.632Z] ---> 70c1a2677507 [2021-04-23T18:31:05.632Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-23T18:31:06.606Z] ---> 07d855f2eeaf [2021-04-23T18:31:06.606Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-23T18:31:07.194Z] ---> 6664bcc9918f [2021-04-23T18:31:07.194Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-23T18:31:07.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.094s coverage: 28.6% of statements [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-23T18:31:07.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-23T18:31:07.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.130s coverage: 100.0% of statements [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-23T18:31:07.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.451s coverage: 86.7% of statements [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-23T18:31:07.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.382s coverage: 97.5% of statements [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-23T18:31:07.318Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-23T18:31:07.318Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-23T18:31:07.461Z] ---> Running in 69477c574dfb [2021-04-23T18:31:07.733Z] Removing intermediate container 69477c574dfb [2021-04-23T18:31:07.733Z] ---> c010fe1c783d [2021-04-23T18:31:07.733Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:31:07.733Z] ---> Running in 0e044267e56b [2021-04-23T18:31:08.002Z] Removing intermediate container 0e044267e56b [2021-04-23T18:31:08.002Z] ---> a46b25999c3c [2021-04-23T18:31:08.002Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:31:08.002Z] ---> Running in fd98f18654c1 [2021-04-23T18:31:08.587Z] Removing intermediate container fd98f18654c1 [2021-04-23T18:31:08.587Z] ---> b7a2a9e0a0f7 [2021-04-23T18:31:08.587Z] Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:31:08.587Z] ---> Running in 0e4774e1ea85 [2021-04-23T18:31:08.855Z] Removing intermediate container 0e4774e1ea85 [2021-04-23T18:31:08.855Z] ---> ef746a093fb4 [2021-04-23T18:31:08.855Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:31:09.123Z] ---> Running in 46d3b6f60da6 [2021-04-23T18:31:09.391Z] Removing intermediate container 46d3b6f60da6 [2021-04-23T18:31:09.391Z] ---> d0d5047af7e8 [2021-04-23T18:31:09.391Z] [2021-04-23T18:31:09.391Z] Successfully built d0d5047af7e8 [2021-04-23T18:31:09.662Z] Successfully tagged docker-core-metadata-go:latest [2021-04-23T18:31:15.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.280s coverage: 93.0% of statements [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-23T18:31:15.644Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.124s coverage: 58.8% of statements [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-23T18:31:15.644Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.267s coverage: 0.9% of statements [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-23T18:31:15.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-23T18:31:15.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.175s coverage: 47.1% of statements [2021-04-23T18:31:15.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.171s coverage: 79.5% of statements [2021-04-23T18:31:15.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.119s coverage: 94.1% of statements [2021-04-23T18:31:15.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.204s coverage: 96.3% of statements [2021-04-23T18:31:15.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.175s coverage: 87.5% of statements [2021-04-23T18:31:28.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.141s coverage: 94.4% of statements [2021-04-23T18:31:28.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements [2021-04-23T18:31:31.725Z]  Building docker-core-metadata-go ... done Removing intermediate container d4138d5c5d63 [2021-04-23T18:31:31.725Z] ---> 8d9d3cc34944 [2021-04-23T18:31:31.725Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-23T18:31:33.108Z] ---> Running in 170fbd264b63 [2021-04-23T18:31:33.369Z] Removing intermediate container 70a64a1a0e43 [2021-04-23T18:31:33.369Z] ---> f190089a50ea [2021-04-23T18:31:33.369Z] [2021-04-23T18:31:33.369Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:31:33.369Z] ---> 13621d1b12d4 [2021-04-23T18:31:33.369Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-23T18:31:33.632Z] ---> Running in 6a7109e42631 [2021-04-23T18:31:33.894Z] 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-04-23T18:31:34.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:31:34.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:31:34.418Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-23T18:31:34.418Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:31:34.418Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:31:34.418Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:31:34.678Z] OK: 6 MiB in 16 packages [2021-04-23T18:31:34.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.505s coverage: 81.9% of statements [2021-04-23T18:31:34.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-23T18:31:36.590Z] Removing intermediate container b6ee193b1796 [2021-04-23T18:31:36.590Z] ---> 044739339ec8 [2021-04-23T18:31:36.590Z] [2021-04-23T18:31:36.590Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:31:36.590Z] ---> 13621d1b12d4 [2021-04-23T18:31:36.590Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-23T18:31:36.590Z] ---> Running in 66b3f3b65da4 [2021-04-23T18:31:36.590Z] Removing intermediate container 66b3f3b65da4 [2021-04-23T18:31:36.590Z] ---> 9a2b9c9e127b [2021-04-23T18:31:36.590Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-23T18:31:37.163Z] ---> Running in 7c10e6ced820 [2021-04-23T18:31:37.163Z] Removing intermediate container 170fbd264b63 [2021-04-23T18:31:37.163Z] ---> ebb26d296aee [2021-04-23T18:31:37.163Z] [2021-04-23T18:31:37.163Z] Step 11/23 : FROM docker:20.10.0 [2021-04-23T18:31:37.163Z] 20.10.0: Pulling from library/docker [2021-04-23T18:31:37.163Z] Removing intermediate container 6a7109e42631 [2021-04-23T18:31:37.163Z] ---> 262ac3412588 [2021-04-23T18:31:37.163Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:31:37.424Z] ---> Running in b92d8ef02820 [2021-04-23T18:31:37.424Z] Removing intermediate container 7c10e6ced820 [2021-04-23T18:31:37.424Z] ---> a62c0c8887a9 [2021-04-23T18:31:37.424Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-23T18:31:37.687Z] ---> Running in dd703d68359e [2021-04-23T18:31:37.952Z] Removing intermediate container b92d8ef02820 [2021-04-23T18:31:37.952Z] ---> ef96d0027856 [2021-04-23T18:31:37.952Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-23T18:31:37.952Z] ---> Running in 1956e100f077 [2021-04-23T18:31:38.216Z] Removing intermediate container dd703d68359e [2021-04-23T18:31:38.216Z] ---> 3337c9592816 [2021-04-23T18:31:38.216Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:31:39.602Z] ---> Running in 6e5802d6251e [2021-04-23T18:31:39.602Z] Removing intermediate container 1956e100f077 [2021-04-23T18:31:39.602Z] ---> e575bb94de0c [2021-04-23T18:31:39.602Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:31:39.873Z] ---> Running in 41ea372ce590 [2021-04-23T18:31:40.136Z] Removing intermediate container 41ea372ce590 [2021-04-23T18:31:40.136Z] ---> 40cf9fc1a83f [2021-04-23T18:31:40.136Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:31:40.716Z] ---> 3ee322398ef5 [2021-04-23T18:31:40.716Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-23T18:31:40.982Z] Removing intermediate container 6e5802d6251e [2021-04-23T18:31:40.982Z] ---> ce7f72702c51 [2021-04-23T18:31:40.982Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-23T18:31:41.247Z] ---> Running in 7819459a5ced [2021-04-23T18:31:41.247Z] ---> c865fa977928 [2021-04-23T18:31:41.247Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-23T18:31:41.508Z] ---> 6d02e60505f4 [2021-04-23T18:31:41.508Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-23T18:31:41.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:31:41.787Z] ---> Running in df96338a812b [2021-04-23T18:31:41.787Z] Removing intermediate container df96338a812b [2021-04-23T18:31:41.787Z] ---> 5a2f2a482604 [2021-04-23T18:31:41.787Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:31:42.050Z] ---> Running in e86d19fa4d3d [2021-04-23T18:31:42.315Z] Removing intermediate container e86d19fa4d3d [2021-04-23T18:31:42.315Z] ---> 3fbcbaaabda7 [2021-04-23T18:31:42.315Z] Step 20/22 : LABEL arch=x86_64 [2021-04-23T18:31:42.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:31:42.315Z] ---> Running in 4a1cfb9de941 [2021-04-23T18:31:42.581Z] Removing intermediate container 4a1cfb9de941 [2021-04-23T18:31:42.581Z] ---> b7bd9b40a633 [2021-04-23T18:31:42.581Z] Step 21/22 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:31:42.581Z] ---> Running in aa331965b238 [2021-04-23T18:31:42.581Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:31:42.843Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-23T18:31:42.843Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-23T18:31:42.843Z] Removing intermediate container aa331965b238 [2021-04-23T18:31:42.843Z] ---> f994673bfc41 [2021-04-23T18:31:42.843Z] Step 22/22 : LABEL version=0.0.0 [2021-04-23T18:31:42.843Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-23T18:31:43.104Z] ---> Running in 7ac37d588180 [2021-04-23T18:31:43.104Z] Removing intermediate container 7ac37d588180 [2021-04-23T18:31:43.104Z] ---> 25e3ed9d9361 [2021-04-23T18:31:43.104Z] [2021-04-23T18:31:43.365Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-23T18:31:43.365Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-23T18:31:43.365Z] ---> aefe523efa57 [2021-04-23T18:31:43.365Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:31:43.627Z] Successfully built 25e3ed9d9361 [2021-04-23T18:31:43.627Z] Successfully tagged docker-support-notifications-go:latest [2021-04-23T18:31:43.627Z]  Building docker-support-notifications-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-04-23T18:31:43.627Z] ---> Running in 752087caaf21 [2021-04-23T18:31:43.889Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-23T18:31:43.889Z] Removing intermediate container 752087caaf21 [2021-04-23T18:31:43.889Z] ---> 097ae3c66307 [2021-04-23T18:31:43.889Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-23T18:31:43.889Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:31:43.889Z] OK: 8 MiB in 20 packages [2021-04-23T18:31:43.889Z] ---> Running in 37635d72bcba [2021-04-23T18:31:44.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-23T18:31:44.464Z] Removing intermediate container 7819459a5ced [2021-04-23T18:31:44.464Z] ---> 193a1e19bb01 [2021-04-23T18:31:44.464Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:31:44.464Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-23T18:31:44.728Z] (1/39) Installing readline (8.0.4-r0) [2021-04-23T18:31:44.728Z] (2/39) Installing bash (5.0.17-r0) [2021-04-23T18:31:44.728Z] Executing bash-5.0.17-r0.post-install [2021-04-23T18:31:44.728Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:31:44.728Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-23T18:31:44.728Z] (5/39) Installing curl (7.76.1-r0) [2021-04-23T18:31:44.728Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-23T18:31:44.728Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-23T18:31:44.728Z] (8/39) Installing expat (2.2.9-r1) [2021-04-23T18:31:44.728Z] (9/39) Installing libffi (3.3-r2) [2021-04-23T18:31:44.728Z] (10/39) Installing gdbm (1.13-r1) [2021-04-23T18:31:44.729Z] ---> 6bbaada87464 [2021-04-23T18:31:44.729Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-23T18:31:44.729Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-23T18:31:44.729Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-23T18:31:44.729Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-23T18:31:44.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.178s coverage: 92.9% of statements [2021-04-23T18:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-23T18:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-23T18:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-23T18:31:44.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-23T18:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-23T18:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-23T18:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-23T18:31:44.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-23T18:31:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-04-23T18:31:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-23T18:31:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-04-23T18:31:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements [2021-04-23T18:31:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.180s coverage: 87.2% of statements [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.200s coverage: 84.6% of statements [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.254s coverage: 91.6% of statements [2021-04-23T18:31:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.576s coverage: 64.4% of statements [2021-04-23T18:31:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-23T18:31:44.952Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.130s coverage: 100.0% of statements [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-04-23T18:31:44.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-04-23T18:31:45.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-04-23T18:31:45.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-04-23T18:31:48.030Z] ---> c64c24dd5879 [2021-04-23T18:31:48.030Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-23T18:31:48.030Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-23T18:31:48.030Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-23T18:31:48.030Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-23T18:31:48.030Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-23T18:31:48.030Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-23T18:31:48.291Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-23T18:31:48.291Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-23T18:31:48.291Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-23T18:31:48.291Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-23T18:31:48.291Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-23T18:31:48.862Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-23T18:31:48.862Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-23T18:31:48.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.909s coverage: 69.0% of statements [2021-04-23T18:31:48.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-23T18:31:48.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-23T18:31:48.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-23T18:31:49.122Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-23T18:31:49.122Z] ---> e14c21ee63cd [2021-04-23T18:31:49.122Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-23T18:31:49.122Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-23T18:31:49.122Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-23T18:31:49.122Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-23T18:31:49.383Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-23T18:31:49.383Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-23T18:31:49.383Z] ---> Running in b75459f4895a [2021-04-23T18:31:49.383Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-23T18:31:49.383Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-23T18:31:49.383Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-23T18:31:49.383Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-23T18:31:49.383Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-23T18:31:49.643Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-23T18:31:49.643Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-23T18:31:49.643Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-23T18:31:50.588Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T18:31:50.588Z] OK: 72 MiB in 59 packages [2021-04-23T18:31:50.588Z] Removing intermediate container b75459f4895a [2021-04-23T18:31:50.588Z] ---> 84c91d5e7aec [2021-04-23T18:31:50.588Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:31:50.588Z] ---> Running in 82fc4c2a66a6 [2021-04-23T18:31:50.588Z] Removing intermediate container 82fc4c2a66a6 [2021-04-23T18:31:50.588Z] ---> bb1cbb3b3552 [2021-04-23T18:31:50.588Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:31:50.851Z] ---> Running in 21599adb4b78 [2021-04-23T18:31:50.851Z] Removing intermediate container 21599adb4b78 [2021-04-23T18:31:50.851Z] ---> f184f20c3a03 [2021-04-23T18:31:50.851Z] Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:31:50.851Z] ---> Running in 11789de1b22a [2021-04-23T18:31:50.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.539s coverage: 38.4% of statements [2021-04-23T18:31:50.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-23T18:31:50.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-23T18:31:50.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements [2021-04-23T18:31:50.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-23T18:31:50.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements [2021-04-23T18:31:51.113Z] Removing intermediate container 11789de1b22a [2021-04-23T18:31:51.113Z] ---> ae3e723e35f9 [2021-04-23T18:31:51.113Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:31:51.113Z] ---> Running in 33ee10fa9dab [2021-04-23T18:31:51.374Z] Removing intermediate container 33ee10fa9dab [2021-04-23T18:31:51.374Z] ---> 5fa04217c723 [2021-04-23T18:31:51.374Z] [2021-04-23T18:31:51.374Z] Collecting docker-compose==1.23.2 [2021-04-23T18:31:51.374Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-23T18:31:51.634Z] Successfully built 5fa04217c723 [2021-04-23T18:31:51.634Z] Successfully tagged docker-core-data-go:latest [2021-04-23T18:31:51.634Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2021-04-23T18:31:51.634Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-23T18:31:52.206Z] Collecting texttable<0.10,>=0.9.0 [2021-04-23T18:31:52.206Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-23T18:31:53.592Z] Collecting docker<4.0,>=3.6.0 [2021-04-23T18:31:53.593Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-23T18:31:53.853Z] Collecting jsonschema<3,>=2.5.1 [2021-04-23T18:31:53.853Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-23T18:31:54.115Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-23T18:31:54.115Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-23T18:31:54.115Z] Collecting docopt<0.7,>=0.6.1 [2021-04-23T18:31:54.115Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-23T18:31:54.687Z] Collecting PyYAML<4,>=3.10 [2021-04-23T18:31:54.687Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-23T18:31:55.632Z] 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-04-23T18:31:55.632Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-23T18:31:55.632Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-23T18:31:55.632Z] Collecting cached-property<2,>=1.2.0 [2021-04-23T18:31:55.632Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-23T18:31:55.893Z] Collecting docker-pycreds>=0.4.0 [2021-04-23T18:31:55.893Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-23T18:31:55.893Z] 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-04-23T18:31:55.893Z] 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-04-23T18:31:55.893Z] Collecting idna<2.8,>=2.5 [2021-04-23T18:31:55.893Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-23T18:31:56.154Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-23T18:31:56.154Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-23T18:31:56.154Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-23T18:31:56.154Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-23T18:31:56.154Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-23T18:31:56.154Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-23T18:31:56.414Z] Installing collected packages: dockerpty, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docopt, PyYAML, cached-property, docker-compose [2021-04-23T18:31:56.414Z] Running setup.py install for dockerpty: started [2021-04-23T18:31:56.676Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-23T18:31:56.676Z] Running setup.py install for texttable: started [2021-04-23T18:31:57.248Z] Running setup.py install for texttable: finished with status 'done' [2021-04-23T18:31:57.248Z] Attempting uninstall: idna [2021-04-23T18:31:57.248Z] Found existing installation: idna 2.9 [2021-04-23T18:31:57.248Z] Uninstalling idna-2.9: [2021-04-23T18:31:57.248Z] Successfully uninstalled idna-2.9 [2021-04-23T18:31:57.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.498s coverage: 47.0% of statements [2021-04-23T18:31:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-23T18:31:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-23T18:31:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-23T18:31:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-23T18:31:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-23T18:31:57.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements [2021-04-23T18:31:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-23T18:31:57.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-04-23T18:31:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-23T18:31:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-23T18:31:57.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.136s coverage: 9.6% of statements [2021-04-23T18:31:57.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-23T18:31:57.819Z] Attempting uninstall: urllib3 [2021-04-23T18:31:57.819Z] Found existing installation: urllib3 1.25.9 [2021-04-23T18:31:57.819Z] Uninstalling urllib3-1.25.9: [2021-04-23T18:31:57.819Z] Successfully uninstalled urllib3-1.25.9 [2021-04-23T18:31:58.079Z] Attempting uninstall: requests [2021-04-23T18:31:58.079Z] Found existing installation: requests 2.23.0 [2021-04-23T18:31:58.079Z] Uninstalling requests-2.23.0: [2021-04-23T18:31:58.079Z] Successfully uninstalled requests-2.23.0 [2021-04-23T18:31:58.301Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.493s coverage: 88.6% of statements [2021-04-23T18:31:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-23T18:31:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:31:58.301Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-23T18:31:58.338Z] Running setup.py install for docopt: started [2021-04-23T18:31:58.908Z] Running setup.py install for docopt: finished with status 'done' [2021-04-23T18:31:58.908Z] Running setup.py install for PyYAML: started [2021-04-23T18:31:59.479Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-23T18:31:59.739Z] 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-04-23T18:32:06.544Z] Removing intermediate container 37635d72bcba [2021-04-23T18:32:06.544Z] ---> 5cee30bd0f48 [2021-04-23T18:32:06.544Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-23T18:32:06.544Z] ---> Running in b68d479b1e7d [2021-04-23T18:32:06.544Z] Removing intermediate container b68d479b1e7d [2021-04-23T18:32:06.544Z] ---> 296f3a4b5ca5 [2021-04-23T18:32:06.544Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-23T18:32:06.544Z] ---> Running in 634d8e79b0cf [2021-04-23T18:32:06.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.369s coverage: 28.7% of statements [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-23T18:32:06.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.222s coverage: 99.0% of statements [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-23T18:32:06.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.220s coverage: 100.0% of statements [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-23T18:32:06.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.157s coverage: 64.6% of statements [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-23T18:32:06.607Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.347s coverage: 95.6% of statements [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-23T18:32:06.607Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.107s coverage: 0.0% of statements [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-23T18:32:06.607Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-23T18:32:06.607Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-23T18:32:06.809Z] Removing intermediate container 634d8e79b0cf [2021-04-23T18:32:06.809Z] ---> e87974034e40 [2021-04-23T18:32:06.809Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-23T18:32:06.883Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-04-23T18:32:06.883Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-23T18:32:06.883Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-23T18:32:06.883Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-04-23T18:32:07.388Z] ---> ac164b820161 [2021-04-23T18:32:07.388Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-23T18:32:07.655Z] ---> f2caa7daa1b9 [2021-04-23T18:32:07.655Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-23T18:32:07.918Z] ---> 7c3925d29377 [2021-04-23T18:32:07.918Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-23T18:32:07.918Z] ---> Running in 67b93da11018 [2021-04-23T18:32:08.182Z] Removing intermediate container 67b93da11018 [2021-04-23T18:32:08.182Z] ---> 3b70c5cc94fb [2021-04-23T18:32:08.182Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:32:08.182Z] ---> Running in 37edc55ebbcd [2021-04-23T18:32:08.444Z] Removing intermediate container 37edc55ebbcd [2021-04-23T18:32:08.444Z] ---> 617a796741cd [2021-04-23T18:32:08.444Z] Step 21/23 : LABEL arch=x86_64 [2021-04-23T18:32:08.444Z] ---> Running in bc5f328c0625 [2021-04-23T18:32:08.707Z] Removing intermediate container bc5f328c0625 [2021-04-23T18:32:08.707Z] ---> 45bffd5b5fea [2021-04-23T18:32:08.707Z] Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:32:08.707Z] ---> Running in 947e20a2453d [2021-04-23T18:32:08.874Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.132s coverage: 28.1% of statements [2021-04-23T18:32:08.980Z] Removing intermediate container 947e20a2453d [2021-04-23T18:32:08.981Z] ---> 0fbbe966ec85 [2021-04-23T18:32:08.981Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:32:08.981Z] ---> Running in 3f816f013a4d [2021-04-23T18:32:09.146Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-23T18:32:09.246Z] Removing intermediate container 3f816f013a4d [2021-04-23T18:32:09.246Z] ---> 9bc6b81f3ecf [2021-04-23T18:32:09.246Z] [2021-04-23T18:32:09.246Z] Successfully built 9bc6b81f3ecf [2021-04-23T18:32:09.508Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-23T18:32:09.738Z] GO111MODULE=on go vet ./... [2021-04-23T18:32:09.783Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-23T18:32:09.795Z] $ docker stop --time=1 15383ac1853a29d1b75dbfedc5df804ed49fee382bddccf0978680eb3fb9fc42 [2021-04-23T18:32:11.390Z] $ docker rm -f 15383ac1853a29d1b75dbfedc5df804ed49fee382bddccf0978680eb3fb9fc42 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-23T18:32:11.836Z] + docker images [2021-04-23T18:32:11.836Z] + grep docker [2021-04-23T18:32:12.097Z] docker-sys-mgmt-agent-go latest 9bc6b81f3ecf 3 seconds ago 312MB [2021-04-23T18:32:12.097Z] docker-core-data-go latest 5fa04217c723 21 seconds ago 22.9MB [2021-04-23T18:32:12.097Z] docker-support-notifications-go latest 25e3ed9d9361 30 seconds ago 18.2MB [2021-04-23T18:32:12.097Z] docker-core-metadata-go latest d0d5047af7e8 About a minute ago 19.2MB [2021-04-23T18:32:12.097Z] docker-security-bootstrapper-go latest e7351c13a34c About a minute ago 19.3MB [2021-04-23T18:32:12.097Z] docker-security-secretstore-setup-go latest 403faf9c22b0 2 minutes ago 26.3MB [2021-04-23T18:32:12.097Z] docker-core-command-go latest ecdbe9cb938b 2 minutes ago 17.5MB [2021-04-23T18:32:12.097Z] docker-security-proxy-setup-go latest ca6892e5f2ea 2 minutes ago 26MB [2021-04-23T18:32:12.097Z] docker-support-scheduler-go latest 147d4ffdfb6c 2 minutes ago 17.7MB [2021-04-23T18:32:12.097Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-23T18:32:27.652Z] Still waiting to schedule task [2021-04-23T18:32:27.652Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-23T18:33:21.998Z] Running on prd-ubuntu18.04-docker-8c-8g-1576 in /w/workspace/edgexfoundry_edgex-go_PR-3396 [Pipeline] { [Pipeline] ws [2021-04-23T18:33:22.016Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-23T18:33:24.420Z] using credential edgex-jenkins-ssh [2021-04-23T18:33:24.436Z] Cloning the remote Git repository [2021-04-23T18:33:24.459Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:33:24.531Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-23T18:33:24.563Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:33:24.564Z] > git --version # timeout=10 [2021-04-23T18:33:24.569Z] > git --version # 'git version 2.17.1' [2021-04-23T18:33:24.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:33:24.596Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-23T18:33:31.412Z] Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:33:31.542Z] gofmt -l . [2021-04-23T18:33:31.542Z] [ "`gofmt -l .`" = "" ] [2021-04-23T18:33:31.542Z] ./bin/test-go-mod-tidy.sh [2021-04-23T18:33:31.564Z] Merge succeeded, producing e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:33:31.564Z] Checking out Revision e43bf7cada016736cb12b4b6d36e41ebdfc98de9 (PR-3396) [2021-04-23T18:33:30.893Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-23T18:33:30.901Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-23T18:33:30.913Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-23T18:33:30.940Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-23T18:33:30.941Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:33:30.945Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3396/head:refs/remotes/origin/PR-3396 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-23T18:33:31.446Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T18:33:31.453Z] > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 [2021-04-23T18:33:31.528Z] > git remote # timeout=10 [2021-04-23T18:33:31.535Z] > git config --get remote.origin.url # timeout=10 [2021-04-23T18:33:31.538Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-23T18:33:31.541Z] > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 [2021-04-23T18:33:31.556Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-23T18:33:31.565Z] > git config core.sparsecheckout # timeout=10 [2021-04-23T18:33:31.570Z] > git checkout -f e43bf7cada016736cb12b4b6d36e41ebdfc98de9 # timeout=10 [2021-04-23T18:33:32.143Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-23T18:33:34.891Z] + ls -al . [2021-04-23T18:33:34.891Z] total 840 [2021-04-23T18:33:34.891Z] drwxrwxr-x 9 1001 1001 4096 Apr 23 18:33 . [2021-04-23T18:33:34.891Z] drwxr-xr-x 4 root root 4096 Apr 23 18:28 .. [2021-04-23T18:33:34.891Z] -rw-rw-r-- 1 1001 1001 11 Apr 23 18:27 .dockerignore [2021-04-23T18:33:34.891Z] drwxrwxr-x 8 1001 1001 4096 Apr 23 18:27 .git [2021-04-23T18:33:34.891Z] drwxrwxr-x 3 1001 1001 4096 Apr 23 18:27 .github [2021-04-23T18:33:34.891Z] -rw-rw-r-- 1 1001 1001 818 Apr 23 18:27 .gitignore [2021-04-23T18:33:34.891Z] -rw-rw-r-- 1 1001 1001 166 Apr 23 18:27 .sonarcloud.properties [2021-04-23T18:33:34.891Z] -rw-rw-r-- 1 1001 1001 8609 Apr 23 18:27 Attribution.txt [2021-04-23T18:33:34.891Z] -rw-rw-r-- 1 1001 1001 3804 Apr 23 18:27 CONTRIBUTING.md [2021-04-23T18:33:34.891Z] -rw-rw-r-- 1 1001 1001 931 Apr 23 18:27 Dockerfile.build [2021-04-23T18:33:34.892Z] -rw-rw-r-- 1 1001 1001 863 Apr 23 18:27 Jenkinsfile [2021-04-23T18:33:34.892Z] -rw-rw-r-- 1 1001 1001 10775 Apr 23 18:27 LICENSE [2021-04-23T18:33:34.892Z] -rw-rw-r-- 1 1001 1001 5774 Apr 23 18:27 Makefile [2021-04-23T18:33:34.892Z] -rw-rw-r-- 1 1001 1001 7978 Apr 23 18:27 README.md [2021-04-23T18:33:34.892Z] -rw-rw-r-- 1 1001 1001 6755 Apr 23 18:27 SECURITY.md [2021-04-23T18:33:34.892Z] -rw-rw-r-- 1 1001 1001 5 Apr 23 18:23 VERSION [2021-04-23T18:33:34.892Z] -rw-rw-r-- 1 1001 1001 4131 Apr 23 18:27 ZMQWindows.md [2021-04-23T18:33:34.892Z] drwxrwxr-x 2 1001 1001 4096 Apr 23 18:27 bin [2021-04-23T18:33:34.892Z] drwxrwxr-x 14 1001 1001 4096 Apr 23 18:27 cmd [2021-04-23T18:33:34.892Z] -rw-r--r-- 1 root root 703598 Apr 23 18:32 coverage.out [2021-04-23T18:33:34.892Z] -rw-r--r-- 1 root root 1060 Apr 23 18:33 go.mod [2021-04-23T18:33:34.892Z] -rw-r--r-- 1 root root 22420 Apr 23 18:33 go.sum [2021-04-23T18:33:34.892Z] drwxrwxr-x 8 1001 1001 4096 Apr 23 18:27 internal [2021-04-23T18:33:34.892Z] drwxrwxr-x 4 1001 1001 4096 Apr 23 18:27 openapi [2021-04-23T18:33:34.892Z] drwxrwxr-x 4 1001 1001 4096 Apr 23 18:27 snap [2021-04-23T18:33:34.892Z] -rw-rw-r-- 1 1001 1001 168 Apr 23 18:27 version.go [Pipeline] sh [2021-04-23T18:33:35.201Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-04-23T18:33:35.564Z] + '[' -e coverage.out ] [2021-04-23T18:33:35.564Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-23T18:33:35.596Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:33:36.504Z] + echo snap-build.sh [2021-04-23T18:33:36.504Z] snap-build.sh [2021-04-23T18:33:36.504Z] + SNAP_BASE_DIR=. [2021-04-23T18:33:36.504Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-04-23T18:33:36.504Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-04-23T18:33:36.504Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-04-23T18:33:36.504Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-04-23T18:33:36.504Z] + cd /w/workspace/edgex-go/3 [2021-04-23T18:33:36.504Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-23T18:33:36.504Z] Reading package lists... [2021-04-23T18:33:36.697Z] Stashed 1 file(s) [Pipeline] sh [2021-04-23T18:33:36.765Z] Building dependency tree... [2021-04-23T18:33:36.765Z] Reading state information... [2021-04-23T18:33:36.765Z] The following packages were automatically installed and are no longer required: [2021-04-23T18:33:36.765Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-23T18:33:36.765Z] uidmap xdelta3 [2021-04-23T18:33:36.765Z] Use 'sudo apt autoremove' to remove them. [2021-04-23T18:33:36.765Z] The following packages will be REMOVED: [2021-04-23T18:33:36.765Z] lxd* lxd-client* [2021-04-23T18:33:37.338Z] + make build [2021-04-23T18:33:37.339Z] 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-04-23T18:33:37.341Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-23T18:33:37.341Z] After this operation, 31.7 MB disk space will be freed. [2021-04-23T18:33:38.392Z] (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-04-23T18:33:38.392Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-23T18:33:38.966Z] Removing lxd dnsmasq configuration [2021-04-23T18:33:39.227Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-23T18:33:39.227Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-23T18:33:40.177Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-23T18:33:40.438Z] (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-04-23T18:33:40.438Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-23T18:33:41.827Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-23T18:33:41.827Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-23T18:33:43.237Z] + sudo snap remove --purge lxd [2021-04-23T18:33:43.237Z] snap "lxd" is not installed [2021-04-23T18:33:43.237Z] + sudo groupadd --force --system lxd [2021-04-23T18:33:43.237Z] ++ whoami [2021-04-23T18:33:43.237Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-23T18:33:43.499Z] + newgrp - lxd [2021-04-23T18:33:43.499Z] + sudo snap install lxd [2021-04-23T18:33:49.740Z] 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-04-23T18:33:51.658Z] 2021-04-23T18:33:49Z INFO Waiting for automatic snapd restart... [2021-04-23T18:34:06.592Z] lxd 4.13 from Canonical* installed [2021-04-23T18:34:06.592Z] + sudo lxd init --auto [2021-04-23T18:34:11.922Z] 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-04-23T18:34:14.741Z] + sudo snap install --classic snapcraft [2021-04-23T18:34:16.232Z] 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-04-23T18:34:20.923Z] 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-04-23T18:34:22.358Z] 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-04-23T18:34:24.758Z] snapcraft 4.6.2 from Canonical* installed [2021-04-23T18:34:24.758Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-23T18:34:24.758Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-23T18:34:24.758Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:34:24.758Z] Dload Upload Total Spent Left Speed [2021-04-23T18:34:24.758Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4415 0 --:--:-- --:--:-- --:--:-- 4415 [2021-04-23T18:34:24.758Z] 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M [2021-04-23T18:34:24.758Z] ./yq_linux_amd64 [2021-04-23T18:34:24.758Z] + sudo snapcraft prime --use-lxd [2021-04-23T18:34:25.702Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-23T18:34:25.965Z] 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-04-23T18:34:25.965Z] - README.md [2021-04-23T18:34:25.965Z] [2021-04-23T18:34:25.965Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-23T18:34:26.538Z] Launching a container. [2021-04-23T18:34:29.078Z] 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-04-23T18:34:33.377Z] 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-04-23T18:34:38.772Z] Waiting for container to be ready [2021-04-23T18:34:38.772Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-23T18:34:38.772Z] [2021-04-23T18:34:40.089Z] 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-04-23T18:34:42.077Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-23T18:34:42.342Z] Waiting for network to be ready... [2021-04-23T18:34:42.914Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-23T18:34:42.914Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-23T18:34:43.486Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-23T18:34:43.486Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-23T18:34:43.486Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-23T18:34:43.747Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-23T18:34:43.747Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-23T18:34:43.747Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-23T18:34:43.747Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-23T18:34:43.747Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-23T18:34:43.747Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-23T18:34:44.007Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-23T18:34:44.007Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-23T18:34:44.007Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-23T18:34:44.007Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-23T18:34:44.007Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-23T18:34:44.007Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-23T18:34:44.007Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-23T18:34:44.268Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-23T18:34:44.384Z] 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-04-23T18:34:44.529Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-23T18:34:44.529Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-23T18:34:44.529Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-23T18:34:44.529Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-23T18:34:44.529Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-23T18:34:44.529Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-23T18:34:44.529Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-23T18:34:44.788Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-23T18:34:47.333Z] Fetched 24.4 MB in 4s (5446 kB/s) [2021-04-23T18:34:47.783Z] 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-04-23T18:34:47.903Z] Reading package lists... [2021-04-23T18:34:48.166Z] Reading package lists... [2021-04-23T18:34:48.428Z] Building dependency tree... [2021-04-23T18:34:48.428Z] Reading state information... [2021-04-23T18:34:48.428Z] The following additional packages will be installed: [2021-04-23T18:34:48.428Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-23T18:34:48.428Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-23T18:34:48.428Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-23T18:34:48.428Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-23T18:34:48.428Z] Suggested packages: [2021-04-23T18:34:48.428Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-23T18:34:48.428Z] Recommended packages: [2021-04-23T18:34:48.428Z] gnupg libsasl2-modules [2021-04-23T18:34:48.428Z] The following NEW packages will be installed: [2021-04-23T18:34:48.428Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-23T18:34:48.428Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-23T18:34:48.428Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-23T18:34:48.428Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-23T18:34:48.428Z] The following packages will be upgraded: [2021-04-23T18:34:48.428Z] gpg gpg-agent gpgconf libudev1 [2021-04-23T18:34:48.689Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-04-23T18:34:48.689Z] Need to get 3529 kB of archives. [2021-04-23T18:34:48.689Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-23T18:34:48.689Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-04-23T18:34:48.689Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-23T18:34:48.950Z] 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-04-23T18:34:48.950Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-04-23T18:34:48.950Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-23T18:34:48.950Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-23T18:34:49.522Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-23T18:34:49.522Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-23T18:34:49.522Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-23T18:34:49.522Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-23T18:34:49.522Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-23T18:34:49.522Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-23T18:34:49.522Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-23T18:34:49.522Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-23T18:34:49.522Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-23T18:34:49.522Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-23T18:34:49.522Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-23T18:34:49.522Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-23T18:34:49.522Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-23T18:34:49.522Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-23T18:34:49.522Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-23T18:34:49.522Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-23T18:34:49.783Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T18:34:49.783Z] Fetched 3529 kB in 1s (3453 kB/s) [2021-04-23T18:34:49.783Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-23T18:34:49.783Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-04-23T18:34:49.783Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-23T18:34:49.783Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-04-23T18:34:50.049Z] Selecting previously unselected package udev. [2021-04-23T18:34:50.049Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-23T18:34:50.049Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-04-23T18:34:50.049Z] Unpacking udev (237-3ubuntu10.46) ... [2021-04-23T18:34:50.309Z] Selecting previously unselected package libfuse2:amd64. [2021-04-23T18:34:50.309Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-23T18:34:50.309Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-23T18:34:50.570Z] Selecting previously unselected package fuse. [2021-04-23T18:34:50.570Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-23T18:34:50.570Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-23T18:34:50.570Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-23T18:34:50.570Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-23T18:34:51.956Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-23T18:34:51.956Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-23T18:34:52.079Z] 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-04-23T18:34:52.218Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-23T18:34:52.218Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-23T18:34:52.218Z] Selecting previously unselected package libksba8:amd64. [2021-04-23T18:34:52.218Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-23T18:34:52.218Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-23T18:34:52.479Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-23T18:34:52.479Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:34:52.479Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:52.479Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-23T18:34:52.479Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:34:52.479Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:52.738Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-23T18:34:52.738Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:34:52.738Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:52.738Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-23T18:34:52.739Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:34:52.739Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:52.739Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-23T18:34:52.739Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:34:52.739Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:53.000Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-23T18:34:53.000Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:34:53.000Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:53.000Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-23T18:34:53.000Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:34:53.000Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:53.262Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-23T18:34:53.262Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:34:53.262Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:53.262Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-23T18:34:53.262Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-23T18:34:53.262Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:53.262Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-23T18:34:53.262Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-23T18:34:53.262Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-23T18:34:53.525Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-23T18:34:53.525Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-23T18:34:53.525Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-23T18:34:53.525Z] Selecting previously unselected package libldap-common. [2021-04-23T18:34:53.525Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-23T18:34:53.525Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-23T18:34:53.786Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-23T18:34:53.786Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-23T18:34:53.786Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-23T18:34:53.786Z] Selecting previously unselected package dirmngr. [2021-04-23T18:34:53.786Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-23T18:34:53.786Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-23T18:34:54.046Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-23T18:34:54.046Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-23T18:34:54.046Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-23T18:34:54.046Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-23T18:34:54.046Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-23T18:34:54.046Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-23T18:34:54.046Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:54.046Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-23T18:34:54.306Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-23T18:34:54.306Z] Setting up udev (237-3ubuntu10.46) ... [2021-04-23T18:34:54.568Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-23T18:34:54.568Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:54.829Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-23T18:34:54.829Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-23T18:34:54.829Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-23T18:34:54.829Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:54.829Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:54.829Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:54.829Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:54.829Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:55.090Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:55.090Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-23T18:34:55.090Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-23T18:34:55.090Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-23T18:34:55.090Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-23T18:34:57.649Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-23T18:34:57.649Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-23T18:34:57.649Z] This means they are not meant to be enabled using systemctl. [2021-04-23T18:34:57.649Z] Possible reasons for having this kind of units are: [2021-04-23T18:34:57.649Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-23T18:34:57.649Z] .wants/ or .requires/ directory. [2021-04-23T18:34:57.649Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-23T18:34:57.649Z] a requirement dependency on it. [2021-04-23T18:34:57.649Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-23T18:34:57.649Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-23T18:34:57.649Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-23T18:34:57.649Z] instance name specified. [2021-04-23T18:34:57.909Z] Reading package lists... [2021-04-23T18:34:58.172Z] Building dependency tree... [2021-04-23T18:34:58.172Z] Reading state information... [2021-04-23T18:34:58.172Z] The following additional packages will be installed: [2021-04-23T18:34:58.172Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-23T18:34:58.172Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-23T18:34:58.172Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-23T18:34:58.172Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-23T18:34:58.172Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-23T18:34:58.172Z] Suggested packages: [2021-04-23T18:34:58.172Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-23T18:34:58.172Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-23T18:34:58.172Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-23T18:34:58.172Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-23T18:34:58.172Z] systemd-container policykit-1 [2021-04-23T18:34:58.172Z] Recommended packages: [2021-04-23T18:34:58.172Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-23T18:34:58.172Z] The following NEW packages will be installed: [2021-04-23T18:34:58.172Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-23T18:34:58.172Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-23T18:34:58.172Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-23T18:34:58.172Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-23T18:34:58.172Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-23T18:34:58.172Z] The following packages will be upgraded: [2021-04-23T18:34:58.172Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-23T18:34:58.433Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-04-23T18:34:58.433Z] Need to get 35.2 MB of archives. [2021-04-23T18:34:58.433Z] After this operation, 141 MB of additional disk space will be used. [2021-04-23T18:34:58.433Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-04-23T18:34:58.433Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-23T18:34:59.006Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-23T18:34:59.006Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-23T18:34:59.006Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-23T18:34:59.268Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-04-23T18:34:59.268Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-23T18:34:59.268Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-23T18:34:59.268Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-23T18:34:59.268Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-23T18:34:59.268Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-23T18:34:59.268Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-23T18:34:59.268Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-23T18:34:59.268Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-23T18:34:59.268Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-23T18:34:59.268Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-23T18:34:59.268Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-23T18:34:59.268Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-23T18:34:59.268Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-23T18:34:59.268Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-23T18:34:59.268Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-23T18:34:59.268Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-23T18:34:59.268Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-23T18:34:59.268Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-23T18:34:59.268Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-23T18:34:59.528Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-23T18:34:59.528Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-23T18:34:59.528Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-23T18:34:59.528Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-23T18:34:59.528Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [Pipeline] } [2021-04-23T18:35:00.374Z] $ docker stop --time=1 bfda9e0dba8adbe49c6cbf0b58535be3a98d40f1f1f6cfeb79b91c0c89ef95d5 [2021-04-23T18:35:00.913Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T18:35:00.913Z] Fetched 35.2 MB in 2s (15.2 MB/s) [2021-04-23T18:35:00.913Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-23T18:35:00.913Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-04-23T18:35:00.913Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-23T18:35:01.485Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-04-23T18:35:01.485Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-23T18:35:01.485Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-04-23T18:35:01.747Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-23T18:35:01.747Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-23T18:35:01.747Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-23T18:35:01.747Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-23T18:35:02.008Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-23T18:35:02.008Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-23T18:35:02.008Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-23T18:35:02.731Z] $ docker rm -f bfda9e0dba8adbe49c6cbf0b58535be3a98d40f1f1f6cfeb79b91c0c89ef95d5 [2021-04-23T18:35:02.991Z] Setting up apt (1.6.13) ... [2021-04-23T18:35:02.991Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-23T18:35:02.992Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-23T18:35:02.992Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-23T18:35:02.992Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-23T18:35:02.992Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-23T18:35:02.992Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-23T18:35:02.992Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-23T18:35:02.992Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:35:03.252Z] Selecting previously unselected package libexpat1:amd64. [2021-04-23T18:35:03.252Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-23T18:35:03.252Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-23T18:35:03.513Z] Selecting previously unselected package python3.6-minimal. [2021-04-23T18:35:03.513Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-23T18:35:03.513Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:35:03.776Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-23T18:35:03.776Z] Checking for services that may need to be restarted...done. [2021-04-23T18:35:03.776Z] Checking for services that may need to be restarted...done. [2021-04-23T18:35:03.776Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:35:03.776Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [Pipeline] // withDockerContainer [Pipeline] } [2021-04-23T18:35:04.037Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:35:04.300Z] Selecting previously unselected package python3-minimal. [2021-04-23T18:35:04.300Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-23T18:35:04.300Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-23T18:35:04.300Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-23T18:35:04.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:35:04.444Z] [2021-04-23T18:35:04.444Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:35:04.562Z] Selecting previously unselected package mime-support. [2021-04-23T18:35:04.562Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-23T18:35:04.562Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-23T18:35:04.562Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-23T18:35:04.562Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-23T18:35:04.562Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:35:04.823Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-23T18:35:04.823Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-23T18:35:04.823Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:35:05.059Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:35:05.059Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-23T18:35:05.059Z] 29e5d40040c1: Pulling fs layer [2021-04-23T18:35:05.059Z] 1ce36da41761: Pulling fs layer [2021-04-23T18:35:05.059Z] 25b303627fd3: Pulling fs layer [2021-04-23T18:35:05.083Z] Selecting previously unselected package python3.6. [2021-04-23T18:35:05.083Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-23T18:35:05.083Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:35:05.083Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-23T18:35:05.083Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-23T18:35:05.083Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-23T18:35:05.083Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-23T18:35:05.351Z] Selecting previously unselected package python3. [2021-04-23T18:35:05.351Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-23T18:35:05.351Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-23T18:35:05.351Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-23T18:35:05.616Z] Selecting previously unselected package multiarch-support. [2021-04-23T18:35:05.616Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-23T18:35:05.616Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-23T18:35:05.616Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-23T18:35:05.651Z] 29e5d40040c1: Verifying Checksum [2021-04-23T18:35:05.652Z] 29e5d40040c1: Download complete [2021-04-23T18:35:05.879Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-23T18:35:05.879Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-23T18:35:05.879Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-23T18:35:05.879Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-23T18:35:05.926Z] 1ce36da41761: Verifying Checksum [2021-04-23T18:35:05.926Z] 1ce36da41761: Download complete [2021-04-23T18:35:06.198Z] 29e5d40040c1: Pull complete [2021-04-23T18:35:06.829Z] Selecting previously unselected package libbsd0:amd64. [2021-04-23T18:35:06.829Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-23T18:35:06.829Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-23T18:35:06.829Z] Selecting previously unselected package sudo. [2021-04-23T18:35:06.829Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-23T18:35:06.829Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-23T18:35:06.829Z] Selecting previously unselected package apparmor. [2021-04-23T18:35:06.829Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-23T18:35:07.091Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-23T18:35:07.091Z] Selecting previously unselected package libedit2:amd64. [2021-04-23T18:35:07.091Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-23T18:35:07.091Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-23T18:35:07.352Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-23T18:35:07.352Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-23T18:35:07.352Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:35:07.352Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-23T18:35:07.352Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-23T18:35:07.352Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:35:07.352Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-23T18:35:07.352Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-23T18:35:07.352Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-23T18:35:07.614Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-23T18:35:07.614Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-23T18:35:07.614Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:35:07.614Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-23T18:35:07.614Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-23T18:35:07.614Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:35:07.640Z] 1ce36da41761: Pull complete [2021-04-23T18:35:07.640Z] 25b303627fd3: Verifying Checksum [2021-04-23T18:35:07.640Z] 25b303627fd3: Download complete [2021-04-23T18:35:07.876Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-23T18:35:07.876Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-23T18:35:07.876Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-23T18:35:07.876Z] Selecting previously unselected package openssh-client. [2021-04-23T18:35:07.876Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-23T18:35:07.876Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-23T18:35:08.137Z] Selecting previously unselected package squashfs-tools. [2021-04-23T18:35:08.137Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-23T18:35:08.137Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-23T18:35:08.137Z] Selecting previously unselected package snapd. [2021-04-23T18:35:08.137Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-23T18:35:08.137Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-23T18:35:10.681Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-23T18:35:10.681Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-23T18:35:10.681Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-23T18:35:10.681Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-23T18:35:10.681Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-23T18:35:10.681Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:35:10.681Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-23T18:35:10.681Z] Setting up systemd (237-3ubuntu10.46) ... [2021-04-23T18:35:10.681Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-23T18:35:11.623Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-23T18:35:11.623Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-23T18:35:11.623Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-23T18:35:11.623Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:35:11.623Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:35:11.623Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-23T18:35:12.200Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-23T18:35:12.200Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:35:12.200Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-23T18:35:12.200Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-23T18:35:12.200Z] running python rtupdate hooks for python3.6... [2021-04-23T18:35:12.200Z] running python post-rtupdate hooks for python3.6... [2021-04-23T18:35:12.461Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-23T18:35:13.846Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-23T18:35:14.138Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-23T18:35:14.138Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-23T18:35:14.138Z] Setting up snapd (2.48.3+18.04) ... [2021-04-23T18:35:14.709Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-23T18:35:14.709Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-23T18:35:14.970Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-23T18:35:15.231Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-23T18:35:15.231Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-23T18:35:15.231Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-23T18:35:15.492Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-23T18:35:15.755Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-23T18:35:15.755Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-23T18:35:16.022Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-23T18:35:16.022Z] /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-04-23T18:35:16.022Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-23T18:35:16.283Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-23T18:35:17.256Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-23T18:35:17.525Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-23T18:35:17.525Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-23T18:35:17.784Z] 25b303627fd3: Pull complete [2021-04-23T18:35:17.784Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-23T18:35:17.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:35:17.784Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-23T18:35:18.058Z] prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container [2021-04-23T18:35:18.136Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-devops/edgex-compose-arm64:latest cat [2021-04-23T18:35:18.739Z] Reading package lists... [2021-04-23T18:35:18.739Z] Reading package lists... [2021-04-23T18:35:19.000Z] Building dependency tree... [2021-04-23T18:35:19.000Z] Reading state information... [2021-04-23T18:35:19.261Z] Calculating upgrade... [2021-04-23T18:35:19.261Z] The following packages will be upgraded: [2021-04-23T18:35:19.261Z] advancecomp base-files bash binutils binutils-common [2021-04-23T18:35:19.261Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-23T18:35:19.261Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-23T18:35:19.261Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-23T18:35:19.261Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-23T18:35:19.261Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-23T18:35:19.261Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-23T18:35:19.261Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-04-23T18:35:19.261Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-04-23T18:35:19.261Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-04-23T18:35:19.261Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-04-23T18:35:19.261Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-04-23T18:35:19.261Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-04-23T18:35:19.261Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-04-23T18:35:19.261Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-23T18:35:19.550Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-23T18:35:19.550Z] Need to get 64.0 MB of archives. [2021-04-23T18:35:19.550Z] After this operation, 5034 kB of additional disk space will be used. [2021-04-23T18:35:19.550Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-04-23T18:35:19.551Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-23T18:35:19.551Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-23T18:35:19.551Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-23T18:35:19.551Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-23T18:35:19.551Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-23T18:35:19.551Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-23T18:35:19.551Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-23T18:35:19.551Z] 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-04-23T18:35:19.551Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-23T18:35:19.551Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-23T18:35:19.551Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-23T18:35:19.551Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-23T18:35:19.551Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-23T18:35:19.551Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-23T18:35:19.551Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-23T18:35:19.551Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-23T18:35:19.551Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-23T18:35:19.813Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-23T18:35:19.813Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-23T18:35:19.813Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-23T18:35:19.813Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-23T18:35:19.813Z] 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-04-23T18:35:19.813Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-23T18:35:19.813Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-23T18:35:19.813Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-23T18:35:19.813Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-23T18:35:19.813Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-23T18:35:19.813Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-23T18:35:19.813Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-23T18:35:19.813Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-23T18:35:19.813Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-23T18:35:19.813Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-23T18:35:19.813Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-23T18:35:19.813Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-23T18:35:19.813Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-23T18:35:19.813Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-04-23T18:35:19.813Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-04-23T18:35:19.813Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-23T18:35:19.813Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-23T18:35:19.813Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-23T18:35:19.813Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-23T18:35:19.813Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-23T18:35:19.813Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-23T18:35:19.813Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-23T18:35:19.813Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-23T18:35:19.813Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-23T18:35:19.813Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-23T18:35:19.813Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-23T18:35:19.813Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-23T18:35:19.813Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-23T18:35:19.813Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-23T18:35:20.075Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-23T18:35:20.075Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-23T18:35:20.075Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-23T18:35:20.076Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-23T18:35:20.076Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-23T18:35:20.337Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-23T18:35:20.337Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-23T18:35:20.337Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-23T18:35:20.598Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-23T18:35:20.598Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-23T18:35:20.598Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-23T18:35:20.598Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-23T18:35:20.598Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-23T18:35:20.598Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-23T18:35:20.598Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-23T18:35:20.598Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-23T18:35:20.598Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-23T18:35:20.598Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-23T18:35:20.598Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-23T18:35:20.598Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-23T18:35:20.858Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-23T18:35:20.858Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-23T18:35:20.858Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-23T18:35:20.858Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-23T18:35:20.858Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-23T18:35:20.858Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-23T18:35:20.858Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-23T18:35:20.858Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-23T18:35:20.858Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-23T18:35:20.858Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-23T18:35:20.858Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-23T18:35:20.858Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-23T18:35:20.858Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-04-23T18:35:20.858Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-23T18:35:20.858Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-23T18:35:20.858Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-23T18:35:20.858Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-23T18:35:21.120Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-23T18:35:21.120Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-04-23T18:35:21.120Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-23T18:35:21.120Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-23T18:35:21.120Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-23T18:35:21.120Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-23T18:35:21.120Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-23T18:35:21.120Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-23T18:35:21.120Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-23T18:35:21.120Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-23T18:35:21.120Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-23T18:35:21.120Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-23T18:35:21.382Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T18:35:21.382Z] Fetched 64.0 MB in 2s (34.1 MB/s) [2021-04-23T18:35:21.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:21.382Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-23T18:35:21.382Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-23T18:35:21.377Z] $ docker top ea65e152b34f855b7f91a962bc4c66d75d267ac2015709fc82314957b71f7697 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:35:22.295Z] + docker-compose build+ --helpgrep parallel [2021-04-23T18:35:22.295Z] [2021-04-23T18:35:22.326Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-23T18:35:22.326Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-23T18:35:22.326Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-04-23T18:35:22.326Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-04-23T18:35:23.266Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:23.266Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:35:23.266Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:23.266Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:35:23.527Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:23.527Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:35:23.527Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:23.527Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:35:23.788Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:23.788Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:35:24.050Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:24.050Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:35:24.050Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:24.050Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:35:24.050Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:24.311Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-23T18:35:24.311Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:24.311Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-23T18:35:24.311Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:24.572Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-23T18:35:24.572Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:24.572Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:35:24.572Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:24.572Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:35:24.834Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:24.834Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-23T18:35:24.834Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:25.095Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-23T18:35:25.095Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-23T18:35:25.095Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-23T18:35:25.660Z] --parallel Build images in parallel. [2021-04-23T18:35:25.674Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-23T18:35:25.934Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-23T18:35:25.934Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-23T18:35:25.934Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-23T18:35:25.934Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-23T18:35:25.934Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [Pipeline] } [2021-04-23T18:35:25.950Z] $ docker stop --time=1 ea65e152b34f855b7f91a962bc4c66d75d267ac2015709fc82314957b71f7697 [2021-04-23T18:35:26.195Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-23T18:35:26.195Z] Installing new version of config file /etc/issue ... [2021-04-23T18:35:26.195Z] Installing new version of config file /etc/issue.net ... [2021-04-23T18:35:26.195Z] Installing new version of config file /etc/lsb-release ... [2021-04-23T18:35:26.195Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-23T18:35:26.456Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-23T18:35:26.716Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-23T18:35:26.716Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-23T18:35:26.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:26.716Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-23T18:35:26.716Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-23T18:35:26.977Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-23T18:35:26.977Z] 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-04-23T18:35:27.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:27.238Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:35:27.238Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-23T18:35:27.238Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:35:27.934Z] $ docker rm -f ea65e152b34f855b7f91a962bc4c66d75d267ac2015709fc82314957b71f7697 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:35:28.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-23T18:35:28.597Z] . [Pipeline] withDockerContainer [2021-04-23T18:35:28.855Z] prd-ubuntu18.04-docker-arm64-4c-16g-1575 does not seem to be running inside a container [2021-04-23T18:35:28.929Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-04-23T18:35:29.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:29.782Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-23T18:35:29.782Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-23T18:35:29.782Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-23T18:35:29.782Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:29.782Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-23T18:35:29.782Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-23T18:35:29.782Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-23T18:35:30.043Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:30.043Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-23T18:35:30.043Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-23T18:35:30.043Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-23T18:35:30.303Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:30.303Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-23T18:35:30.303Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-23T18:35:30.303Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-23T18:35:30.358Z] $ docker top 268c72a5b6dc659d252c59e25ced631acd5da3bfb1bec4149f73bc52297c8605 -eo pid,comm [2021-04-23T18:35:30.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:30.565Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-23T18:35:30.565Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-23T18:35:30.565Z] Setting up grep (3.1-2build1) ... [2021-04-23T18:35:30.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:30.565Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-23T18:35:30.565Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-04-23T18:35:30.825Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-23T18:35:31.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:31.086Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-23T18:35:31.086Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-23T18:35:31.086Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-23T18:35:31.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:31.086Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-23T18:35:31.275Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-23T18:35:31.346Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-23T18:35:31.607Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-23T18:35:31.607Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-23T18:35:31.867Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-23T18:35:31.867Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-23T18:35:32.438Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-23T18:35:32.438Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:32.438Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-23T18:35:32.438Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-23T18:35:33.377Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-23T18:35:33.637Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-23T18:35:33.637Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-23T18:35:33.637Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-23T18:35:33.637Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-23T18:35:33.898Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:33.898Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-23T18:35:33.898Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-23T18:35:34.158Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-23T18:35:34.158Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:34.158Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:35:34.158Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:35:34.420Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:35:34.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:34.420Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:35:34.420Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:35:34.420Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:35:34.650Z] Building docker-core-command-go ... [2021-04-23T18:35:34.650Z] Building docker-core-data-go ... [2021-04-23T18:35:34.650Z] Building docker-core-metadata-go ... [2021-04-23T18:35:34.650Z] Building docker-security-bootstrapper-go ... [2021-04-23T18:35:34.650Z] Building docker-security-proxy-setup-go ... [2021-04-23T18:35:34.650Z] Building docker-security-secretstore-setup-go ... [2021-04-23T18:35:34.650Z] Building docker-support-notifications-go ... [2021-04-23T18:35:34.650Z] Building docker-support-scheduler-go ... [2021-04-23T18:35:34.650Z] Building docker-sys-mgmt-agent-go ... [2021-04-23T18:35:34.650Z] Building docker-support-notifications-go [2021-04-23T18:35:34.650Z] Building docker-sys-mgmt-agent-go [2021-04-23T18:35:34.650Z] Building docker-core-command-go [2021-04-23T18:35:34.650Z] Building docker-security-proxy-setup-go [2021-04-23T18:35:34.650Z] Building docker-security-bootstrapper-go [2021-04-23T18:35:34.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:34.681Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:35:34.681Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:35:34.681Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:35:34.946Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:34.946Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:35:34.946Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:35:34.946Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:35:35.208Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:35.208Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-23T18:35:35.208Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-23T18:35:35.208Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-23T18:35:35.208Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-23T18:35:35.469Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-23T18:35:35.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:35.469Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-23T18:35:35.469Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-23T18:35:35.469Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-23T18:35:35.731Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:35.731Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:35:35.731Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:35:35.731Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:35:35.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:35.992Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:35:35.992Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:35:35.992Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:35:36.254Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:36.254Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:35:36.254Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:35:36.825Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:35:37.086Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-23T18:35:37.346Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-23T18:35:37.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:37.346Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-23T18:35:37.346Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-23T18:35:37.607Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-23T18:35:37.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-23T18:35:37.868Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-23T18:35:37.868Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-23T18:35:37.868Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-23T18:35:38.129Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:38.129Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-23T18:35:38.129Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-23T18:35:38.129Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-23T18:35:38.391Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:38.391Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-23T18:35:38.391Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-23T18:35:38.666Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-23T18:35:38.666Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:38.666Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-23T18:35:38.666Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-23T18:35:38.927Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-23T18:35:38.927Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:38.927Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-23T18:35:38.927Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-23T18:35:39.189Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-23T18:35:39.189Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:39.189Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-23T18:35:39.450Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-23T18:35:39.450Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-23T18:35:39.450Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:39.450Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-23T18:35:39.716Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-23T18:35:39.716Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-23T18:35:39.986Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:39.986Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-23T18:35:39.986Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-23T18:35:40.246Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-04-23T18:35:40.246Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-04-23T18:35:40.246Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-23T18:35:40.511Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-23T18:35:40.511Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-23T18:35:40.511Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:40.511Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-23T18:35:40.511Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-23T18:35:40.778Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-23T18:35:40.778Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:40.778Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-23T18:35:40.778Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-23T18:35:41.039Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-23T18:35:41.302Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:41.302Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-23T18:35:41.302Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-23T18:35:41.302Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-23T18:35:41.562Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:41.562Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-23T18:35:41.562Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-23T18:35:41.562Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-23T18:35:41.823Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:41.823Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-23T18:35:41.823Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-23T18:35:42.395Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-23T18:35:42.395Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:42.395Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-23T18:35:42.395Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-23T18:35:42.395Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-23T18:35:42.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:42.656Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-04-23T18:35:42.656Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-23T18:35:42.918Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-04-23T18:35:42.918Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:42.918Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-04-23T18:35:42.918Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-04-23T18:35:43.178Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-04-23T18:35:43.179Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:43.179Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-23T18:35:43.179Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-23T18:35:43.179Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-23T18:35:43.440Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:43.440Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-23T18:35:43.440Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-23T18:35:43.440Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-23T18:35:43.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:43.701Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-23T18:35:43.701Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-23T18:35:43.701Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-23T18:35:43.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:43.701Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-23T18:35:43.701Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-23T18:35:43.962Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-23T18:35:44.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:44.223Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-04-23T18:35:44.223Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-04-23T18:35:44.223Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-04-23T18:35:44.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-23T18:35:44.223Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-23T18:35:44.489Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-23T18:35:44.490Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-23T18:35:44.490Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-23T18:35:44.490Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-23T18:35:44.490Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-23T18:35:44.752Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-23T18:35:44.752Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-23T18:35:45.014Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-23T18:35:45.014Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-23T18:35:45.014Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-23T18:35:45.275Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-23T18:35:45.275Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-23T18:35:45.275Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-23T18:35:45.538Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-23T18:35:45.538Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-23T18:35:45.538Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-23T18:35:45.810Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-23T18:35:45.810Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-23T18:35:45.810Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-23T18:35:46.071Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-23T18:35:46.071Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-23T18:35:46.071Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-23T18:35:46.071Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-23T18:35:46.331Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-23T18:35:46.331Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-23T18:35:46.331Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-23T18:35:46.331Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-23T18:35:47.275Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-23T18:35:47.275Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-23T18:35:47.536Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-23T18:35:47.536Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-23T18:35:47.536Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-23T18:35:47.536Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-23T18:35:48.108Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-23T18:35:48.108Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-23T18:35:48.369Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-23T18:35:48.369Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-23T18:35:48.369Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-23T18:35:48.369Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-23T18:35:48.629Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:48.629Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:35:48.629Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:48.629Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:35:48.890Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:48.890Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:35:49.151Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:49.151Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:35:50.092Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:50.092Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:35:51.040Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:51.040Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:35:51.608Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:51.608Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:35:51.869Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:51.869Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:35:52.810Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-23T18:35:52.810Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-23T18:35:52.810Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-23T18:35:52.810Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-23T18:35:53.072Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-23T18:35:53.072Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-23T18:35:53.643Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-23T18:35:53.643Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-23T18:35:53.643Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-23T18:35:53.643Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-23T18:35:53.905Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-23T18:35:53.905Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-23T18:35:53.905Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-23T18:35:53.905Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-23T18:35:54.166Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-23T18:35:54.166Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-23T18:35:54.166Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:54.428Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-23T18:35:54.428Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:54.428Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:54.428Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:54.428Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-23T18:35:54.428Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-23T18:35:54.428Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-23T18:35:54.689Z] [2021-04-23T18:35:54.689Z] Current default time zone: 'Etc/UTC' [2021-04-23T18:35:54.689Z] Local time is now: Fri Apr 23 18:35:54 UTC 2021. [2021-04-23T18:35:54.689Z] Universal Time is now: Fri Apr 23 18:35:54 UTC 2021. [2021-04-23T18:35:54.689Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-23T18:35:54.689Z] [2021-04-23T18:35:54.689Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-04-23T18:35:54.689Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:54.689Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-04-23T18:35:54.689Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-23T18:35:54.689Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-23T18:35:54.950Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-23T18:35:54.950Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-23T18:35:54.950Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-23T18:35:54.950Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-23T18:35:54.950Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-23T18:35:54.950Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:54.950Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-23T18:35:55.211Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:35:55.211Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-23T18:35:55.211Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:55.211Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-23T18:35:55.211Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-23T18:35:55.211Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-23T18:35:55.472Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-23T18:35:55.472Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-23T18:35:55.472Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-23T18:35:55.472Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-23T18:35:55.472Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-23T18:35:57.384Z] Updating certificates in /etc/ssl/certs... [2021-04-23T18:35:58.344Z] 23 added, 27 removed; done. [2021-04-23T18:35:58.344Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-23T18:35:58.344Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-23T18:35:58.344Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-23T18:35:58.344Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-23T18:35:58.344Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-23T18:35:58.605Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:35:58.605Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-23T18:35:58.605Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:35:58.605Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:35:58.605Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:35:58.605Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:35:58.605Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:35:58.866Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-23T18:35:58.866Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-23T18:35:58.866Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-23T18:35:58.866Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-23T18:35:58.866Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-23T18:35:58.866Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:35:58.866Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-23T18:35:58.866Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-23T18:35:58.866Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-23T18:35:59.128Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-23T18:35:59.128Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-23T18:35:59.128Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-04-23T18:35:59.128Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-23T18:35:59.128Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-23T18:35:59.128Z] Updating certificates in /etc/ssl/certs... [2021-04-23T18:36:00.071Z] 0 added, 0 removed; done. [2021-04-23T18:36:00.071Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-23T18:36:00.071Z] done. [2021-04-23T18:36:00.332Z] Reading package lists... [2021-04-23T18:36:00.332Z] Building dependency tree... [2021-04-23T18:36:00.332Z] Reading state information... [2021-04-23T18:36:00.593Z] The following NEW packages will be installed: [2021-04-23T18:36:00.593Z] apt-transport-https [2021-04-23T18:36:00.855Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-23T18:36:00.855Z] Need to get 1692 B of archives. [2021-04-23T18:36:00.855Z] After this operation, 154 kB of additional disk space will be used. [2021-04-23T18:36:00.855Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-23T18:36:00.855Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T18:36:00.855Z] Fetched 1692 B in 0s (8428 B/s) [2021-04-23T18:36:00.855Z] Selecting previously unselected package apt-transport-https. [2021-04-23T18:36:00.855Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-23T18:36:00.855Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-23T18:36:00.855Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-23T18:36:00.855Z] Setting up apt-transport-https (1.6.13) ... [2021-04-23T18:36:01.116Z] Waiting for network to be ready... [2021-04-23T18:36:07.714Z] 2021-04-23T18:36:04Z INFO Waiting for automatic snapd restart... [2021-04-23T18:36:07.714Z] snapd 2.49.2 from Canonical* installed [2021-04-23T18:36:07.978Z] "snapd" switched to the "latest/stable" channel [2021-04-23T18:36:07.978Z] [2021-04-23T18:36:10.526Z] core18 20210309 from Canonical* installed [2021-04-23T18:36:10.786Z] "core18" switched to the "latest/stable" channel [2021-04-23T18:36:10.786Z] [2021-04-23T18:36:14.091Z] snapcraft 4.6.2 from Canonical* installed [2021-04-23T18:36:14.353Z] "snapcraft" switched to the "latest/stable" channel [2021-04-23T18:36:14.353Z] [2021-04-23T18:36:18.560Z] 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-04-23T18:36:18.560Z] - README.md [2021-04-23T18:36:18.560Z] [2021-04-23T18:36:18.560Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-23T18:36:25.154Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-23T18:36:25.154Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-23T18:36:25.154Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-23T18:36:25.154Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-23T18:36:25.726Z] Reading package lists... [2021-04-23T18:36:26.300Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-23T18:36:32.905Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-23T18:36:32.905Z] Reading package lists... [2021-04-23T18:36:32.905Z] Building dependency tree... [2021-04-23T18:36:32.905Z] Reading state information... [2021-04-23T18:36:32.905Z] Suggested packages: [2021-04-23T18:36:32.905Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-23T18:36:32.905Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-23T18:36:32.905Z] Recommended packages: [2021-04-23T18:36:32.905Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-23T18:36:32.905Z] The following NEW packages will be installed: [2021-04-23T18:36:32.905Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-23T18:36:32.905Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-23T18:36:32.905Z] pkg-config zip [2021-04-23T18:36:32.905Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-23T18:36:32.905Z] Need to get 7663 kB of archives. [2021-04-23T18:36:32.905Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-23T18:36:32.905Z] 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-04-23T18:36:32.905Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-23T18:36:32.905Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-23T18:36:32.906Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-23T18:36:32.906Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-23T18:36:32.906Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-23T18:36:32.906Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-23T18:36:33.167Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-23T18:36:33.167Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-23T18:36:33.167Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-23T18:36:33.428Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-23T18:36:33.428Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-23T18:36:33.428Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-23T18:36:33.428Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-23T18:36:33.428Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-23T18:36:33.689Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-23T18:36:33.689Z] Fetched 7663 kB in 1s (9550 kB/s) [2021-04-23T18:36:33.689Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-23T18:36:33.689Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-23T18:36:33.689Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-23T18:36:33.689Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-23T18:36:33.949Z] Selecting previously unselected package libpsl5:amd64. [2021-04-23T18:36:33.950Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-23T18:36:33.950Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-23T18:36:33.950Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-23T18:36:33.950Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-23T18:36:33.950Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-23T18:36:34.221Z] Selecting previously unselected package librtmp1:amd64. [2021-04-23T18:36:34.222Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-23T18:36:34.222Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-23T18:36:34.222Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-23T18:36:34.222Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-23T18:36:34.222Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-23T18:36:34.482Z] Selecting previously unselected package liberror-perl. [2021-04-23T18:36:34.482Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-23T18:36:34.482Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-23T18:36:34.482Z] Selecting previously unselected package git-man. [2021-04-23T18:36:34.482Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-23T18:36:34.483Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-23T18:36:34.744Z] Selecting previously unselected package git. [2021-04-23T18:36:34.744Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-23T18:36:34.744Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-23T18:36:35.686Z] Selecting previously unselected package libnorm1:amd64. [2021-04-23T18:36:35.686Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-23T18:36:35.686Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-23T18:36:35.686Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-23T18:36:35.686Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-23T18:36:35.686Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-23T18:36:35.686Z] Selecting previously unselected package libsodium23:amd64. [2021-04-23T18:36:35.686Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-23T18:36:35.686Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-23T18:36:35.947Z] Selecting previously unselected package libzmq5:amd64. [2021-04-23T18:36:35.947Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-23T18:36:35.947Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-23T18:36:35.947Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-23T18:36:35.947Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-23T18:36:35.947Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-23T18:36:36.208Z] Selecting previously unselected package pkg-config. [2021-04-23T18:36:36.208Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-23T18:36:36.208Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-23T18:36:36.208Z] Selecting previously unselected package zip. [2021-04-23T18:36:36.208Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-23T18:36:36.208Z] Unpacking zip (3.0-11build1) ... [2021-04-23T18:36:36.208Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-23T18:36:36.208Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-23T18:36:36.470Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-23T18:36:36.470Z] Setting up liberror-perl (0.17025-1) ... [2021-04-23T18:36:36.470Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-23T18:36:36.470Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-23T18:36:36.470Z] No schema files found: doing nothing. [2021-04-23T18:36:36.470Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-23T18:36:36.470Z] Setting up zip (3.0-11build1) ... [2021-04-23T18:36:36.470Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-23T18:36:36.470Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-23T18:36:36.470Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-23T18:36:36.470Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-23T18:36:36.470Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-23T18:36:36.731Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-23T18:36:36.731Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-23T18:36:36.731Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-23T18:36:43.331Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-23T18:36:43.331Z] git set to automatically installed. [2021-04-23T18:36:43.331Z] git-man set to automatically installed. [2021-04-23T18:36:43.331Z] libcurl3-gnutls set to automatically installed. [2021-04-23T18:36:43.331Z] liberror-perl set to automatically installed. [2021-04-23T18:36:43.331Z] libglib2.0-0 set to automatically installed. [2021-04-23T18:36:43.331Z] libnghttp2-14 set to automatically installed. [2021-04-23T18:36:43.331Z] libnorm1 set to automatically installed. [2021-04-23T18:36:43.331Z] libpgm-5.2-0 set to automatically installed. [2021-04-23T18:36:43.331Z] libpsl5 set to automatically installed. [2021-04-23T18:36:43.331Z] librtmp1 set to automatically installed. [2021-04-23T18:36:43.331Z] libsodium23 set to automatically installed. [2021-04-23T18:36:43.331Z] libzmq3-dev set to automatically installed. [2021-04-23T18:36:43.331Z] libzmq5 set to automatically installed. [2021-04-23T18:36:43.331Z] pkg-config set to automatically installed. [2021-04-23T18:36:43.331Z] zip set to automatically installed. [2021-04-23T18:36:45.881Z] snapd is not logged in, snap install commands will use sudo [2021-04-23T18:36:52.504Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-23T18:36:56.544Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:36:56.544Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:36:56.544Z] ---> 286a7165a6e6 [2021-04-23T18:36:56.544Z] Step 3/21 : WORKDIR /edgex-go [2021-04-23T18:36:56.544Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:36:56.544Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:36:56.544Z] ---> 286a7165a6e6 [2021-04-23T18:36:56.544Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:36:56.544Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:36:56.544Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:36:56.544Z] ---> 286a7165a6e6 [2021-04-23T18:36:56.544Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:36:56.544Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:36:56.544Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:36:56.544Z] ---> 286a7165a6e6 [2021-04-23T18:36:56.544Z] Step 3/31 : WORKDIR /edgex-go [2021-04-23T18:36:56.544Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:36:56.544Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:36:56.544Z] ---> 286a7165a6e6 [2021-04-23T18:36:56.544Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:36:56.544Z] ---> Running in 7ae2a3b7a7ee [2021-04-23T18:36:56.544Z] ---> Running in 092878b35d1c [2021-04-23T18:36:56.544Z] ---> Running in 4998b4048d0b [2021-04-23T18:36:56.544Z] ---> Running in 5354e9e04f2f [2021-04-23T18:36:56.544Z] ---> Running in 05f9c0bcf209 [2021-04-23T18:36:56.544Z] Removing intermediate container 092878b35d1c [2021-04-23T18:36:56.544Z] ---> 8c68c8be0cfb [2021-04-23T18:36:56.544Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:36:56.544Z] Removing intermediate container 7ae2a3b7a7ee [2021-04-23T18:36:56.544Z] ---> 409b97133ca6 [2021-04-23T18:36:56.544Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:36:56.544Z] Removing intermediate container 4998b4048d0b [2021-04-23T18:36:56.544Z] ---> 2fa8ed7b5dc4 [2021-04-23T18:36:56.544Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:36:56.544Z] Removing intermediate container 5354e9e04f2f [2021-04-23T18:36:56.544Z] ---> 5084e5f506bc [2021-04-23T18:36:56.544Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:36:56.544Z] Removing intermediate container 05f9c0bcf209 [2021-04-23T18:36:56.544Z] ---> be0d4180cb02 [2021-04-23T18:36:56.544Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:36:56.544Z] ---> Running in 2425ae251d7d [2021-04-23T18:36:56.544Z] ---> Running in c8ef742c53da [2021-04-23T18:36:56.544Z] ---> Running in 331ea1692e7e [2021-04-23T18:36:56.544Z] ---> Running in 57ccba01930b [2021-04-23T18:36:56.544Z] ---> Running in 00044b35e127 [2021-04-23T18:36:56.544Z] Removing intermediate container c8ef742c53da [2021-04-23T18:36:56.544Z] ---> 169c1c83cb3d [2021-04-23T18:36:56.544Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-23T18:36:56.544Z] ---> Running in 48a6ac07d427 [2021-04-23T18:36:56.544Z] Removing intermediate container 57ccba01930b [2021-04-23T18:36:56.544Z] ---> 35f988915a5c [2021-04-23T18:36:56.544Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-23T18:36:56.544Z] Removing intermediate container 331ea1692e7e [2021-04-23T18:36:56.544Z] ---> be91a5712a77 [2021-04-23T18:36:56.544Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-23T18:36:56.818Z] Removing intermediate container 2425ae251d7d [2021-04-23T18:36:56.818Z] ---> 73c0838ae034 [2021-04-23T18:36:56.818Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:36:56.818Z] ---> Running in e2100290d651 [2021-04-23T18:36:56.818Z] ---> Running in f082ee968f3a [2021-04-23T18:36:56.818Z] ---> Running in f735902cb4c2 [2021-04-23T18:36:57.089Z] Removing intermediate container 00044b35e127 [2021-04-23T18:36:57.089Z] ---> 4c226ba0cf48 [2021-04-23T18:36:57.089Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-23T18:36:57.359Z] ---> Running in df96b4c690e0 [2021-04-23T18:36:57.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:36:58.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:36:59.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:36:59.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:36:59.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:36:59.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:36:59.431Z] OK: 217 MiB in 51 packages [2021-04-23T18:36:59.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:36:59.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:36:59.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:36:59.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:37:00.258Z] OK: 217 MiB in 51 packages [2021-04-23T18:37:00.860Z] OK: 217 MiB in 51 packages [2021-04-23T18:37:00.860Z] Removing intermediate container 48a6ac07d427 [2021-04-23T18:37:00.860Z] ---> 807de87ff7bc [2021-04-23T18:37:00.860Z] Step 6/21 : COPY go.mod . [2021-04-23T18:37:00.860Z] OK: 217 MiB in 51 packages [2021-04-23T18:37:00.860Z] OK: 217 MiB in 51 packages [2021-04-23T18:37:02.309Z] Removing intermediate container f082ee968f3a [2021-04-23T18:37:02.309Z] ---> def84a6df7e8 [2021-04-23T18:37:02.309Z] Step 6/31 : COPY go.mod . [2021-04-23T18:37:02.309Z] ---> 10898f0142a8 [2021-04-23T18:37:02.309Z] Step 7/21 : RUN go mod download [2021-04-23T18:37:02.584Z] Removing intermediate container f735902cb4c2 [2021-04-23T18:37:02.584Z] ---> da532a49af79 [2021-04-23T18:37:02.584Z] Step 6/23 : COPY go.mod . [2021-04-23T18:37:02.584Z] ---> Running in 7da462c27c41 [2021-04-23T18:37:03.192Z] Removing intermediate container df96b4c690e0 [2021-04-23T18:37:03.192Z] ---> 28ce03626c2d [2021-04-23T18:37:03.192Z] Step 6/23 : COPY go.mod . [2021-04-23T18:37:03.192Z] Removing intermediate container e2100290d651 [2021-04-23T18:37:03.192Z] ---> 6a2b591ec673 [2021-04-23T18:37:03.192Z] Step 6/22 : COPY go.mod . [2021-04-23T18:37:03.465Z] ---> 84c0ef9a9f3b [2021-04-23T18:37:03.465Z] Step 7/31 : RUN go mod download [2021-04-23T18:37:03.465Z] ---> f8e1514011a0 [2021-04-23T18:37:03.465Z] Step 7/23 : RUN go mod download [2021-04-23T18:37:03.743Z] ---> Running in 3ce2e7f441a4 [2021-04-23T18:37:03.743Z] ---> Running in 5a26b2c317ad [2021-04-23T18:37:04.342Z] ---> 3ab773728180 [2021-04-23T18:37:04.342Z] Step 7/23 : RUN go mod download [2021-04-23T18:37:04.342Z] ---> 622e33bf6201 [2021-04-23T18:37:04.342Z] Step 7/22 : RUN go mod download [2021-04-23T18:37:04.624Z] ---> Running in 3a4ac3737111 [2021-04-23T18:37:04.624Z] ---> Running in 13a9daf20771 [2021-04-23T18:37:06.625Z] Removing intermediate container 7da462c27c41 [2021-04-23T18:37:06.625Z] ---> f702d473a8bb [2021-04-23T18:37:06.625Z] Step 8/21 : COPY . . [2021-04-23T18:37:07.423Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-23T18:37:07.423Z] snapd is not logged in, snap install commands will use sudo [2021-04-23T18:37:09.262Z] Removing intermediate container 3ce2e7f441a4 [2021-04-23T18:37:09.262Z] ---> 8aa8d06b376a [2021-04-23T18:37:09.262Z] Step 8/31 : COPY . . [2021-04-23T18:37:09.262Z] Removing intermediate container 5a26b2c317ad [2021-04-23T18:37:09.262Z] ---> d476fba9ea3b [2021-04-23T18:37:09.262Z] Step 8/23 : COPY . . [2021-04-23T18:37:09.537Z] Removing intermediate container 3a4ac3737111 [2021-04-23T18:37:09.537Z] ---> 2fd0faf94749 [2021-04-23T18:37:09.537Z] Step 8/23 : COPY . . [2021-04-23T18:37:09.537Z] Removing intermediate container 13a9daf20771 [2021-04-23T18:37:09.537Z] ---> 3832d11f21df [2021-04-23T18:37:09.537Z] Step 8/22 : COPY . . [2021-04-23T18:37:12.716Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-23T18:37:12.717Z] snap "core18" has no updates available [2021-04-23T18:37:13.288Z] Pulling go-build-helper [2021-04-23T18:37:13.288Z] + snapcraftctl pull [2021-04-23T18:37:14.674Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-23T18:37:14.674Z] Skipping pull go-build-helper (already ran) [2021-04-23T18:37:14.674Z] Building go-build-helper [2021-04-23T18:37:14.674Z] + snapcraftctl build [2021-04-23T18:37:16.586Z] Staging go-build-helper [2021-04-23T18:37:16.586Z] + snapcraftctl stage [2021-04-23T18:37:26.592Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-23T18:37:26.592Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-23T18:37:26.592Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-04-23T18:37:26.592Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-23T18:37:26.592Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-23T18:37:26.592Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-04-23T18:37:26.592Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-23T18:37:26.592Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-23T18:37:26.592Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-04-23T18:37:26.592Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-04-23T18:37:26.592Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-04-23T18:37:26.592Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-04-23T18:37:26.592Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-23T18:37:26.592Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-23T18:37:26.592Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-23T18:37:26.592Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-23T18:37:26.592Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-23T18:37:26.592Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-23T18:37:26.592Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-23T18:37:26.592Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] [2021-04-23T18:37:26.592Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-04-23T18:37:26.592Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-04-23T18:37:26.592Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-23T18:37:26.592Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] [2021-04-23T18:37:26.592Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] [2021-04-23T18:37:26.592Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] [2021-04-23T18:37:26.592Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-04-23T18:37:26.592Z] Fetched 24.4 MB in 0s (0 B/s) [2021-04-23T18:37:26.592Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-23T18:37:26.592Z] Fetched 224 kB in 0s (0 B/s) [2021-04-23T18:37:26.592Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-23T18:37:26.592Z] Fetched 157 kB in 0s (0 B/s) [2021-04-23T18:37:26.592Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-23T18:37:26.592Z] Fetched 221 kB in 0s (0 B/s) [2021-04-23T18:37:26.592Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-23T18:37:26.592Z] Fetched 143 kB in 0s (0 B/s) [2021-04-23T18:37:26.592Z] Pulling app-service-config [2021-04-23T18:37:26.592Z] + snapcraftctl pull [2021-04-23T18:37:27.164Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-23T18:37:27.736Z] Pulling config-common [2021-04-23T18:37:27.736Z] + snapcraftctl pull [2021-04-23T18:37:31.946Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-23T18:37:31.946Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-23T18:37:31.946Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-23T18:37:31.946Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:37:31.946Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-23T18:37:31.946Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:37:31.946Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-23T18:37:31.946Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:37:31.946Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-23T18:37:31.946Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:37:31.946Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-23T18:37:31.946Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:37:31.946Z] Pulling edgex-go [2021-04-23T18:37:31.946Z] + snapcraftctl pull [2021-04-23T18:37:36.352Z] ---> 64205130bdd4 [2021-04-23T18:37:36.352Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-23T18:37:36.352Z] ---> e7fd4efe6309 [2021-04-23T18:37:36.352Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-23T18:37:36.352Z] ---> 66f68da76352 [2021-04-23T18:37:36.352Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-23T18:37:36.352Z] ---> Running in 97af45d9cfc1 [2021-04-23T18:37:36.352Z] ---> Running in d6b9f4d4ccd4 [2021-04-23T18:37:36.352Z] ---> Running in 5c125e8a750f [2021-04-23T18:37:36.352Z] ---> 652b5b15ee05 [2021-04-23T18:37:36.352Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-23T18:37:36.352Z] ---> 6213cffb2cee [2021-04-23T18:37:36.352Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-23T18:37:36.352Z] ---> Running in a0ed075b6449 [2021-04-23T18:37:36.352Z] ---> Running in 33b5d4af379e [2021-04-23T18:37:36.352Z] 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-04-23T18:37:36.629Z] 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-04-23T18:37:36.904Z] 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-04-23T18:37:37.504Z] 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-04-23T18:37:37.779Z] 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-04-23T18:37:53.927Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-23T18:37:53.927Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-23T18:37:53.927Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-23T18:37:53.927Z] Fetched 0 B in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-23T18:37:53.927Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-23T18:37:53.927Z] Fetched 279 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-23T18:37:53.927Z] Fetched 122 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-23T18:37:53.927Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-23T18:37:53.927Z] Fetched 8848 B in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-23T18:37:53.927Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-23T18:37:53.927Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-23T18:37:53.927Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-23T18:37:53.927Z] Fetched 219 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-23T18:37:53.927Z] Fetched 154 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-23T18:37:53.927Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-23T18:37:53.927Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-23T18:37:53.927Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-23T18:37:53.927Z] Fetched 499 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-23T18:37:53.927Z] Fetched 111 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-23T18:37:53.927Z] Fetched 240 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-23T18:37:53.927Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-23T18:37:53.927Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-23T18:37:53.927Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-23T18:37:53.927Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-23T18:37:53.927Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-23T18:37:53.927Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-23T18:37:53.927Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-23T18:37:53.927Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-23T18:37:53.927Z] Fetched 8720 B in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-04-23T18:37:53.927Z] Fetched 137 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-23T18:37:53.927Z] Fetched 119 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-04-23T18:37:53.927Z] Fetched 110 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-23T18:37:53.927Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-23T18:37:53.927Z] Fetched 645 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-23T18:37:53.927Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-23T18:37:53.927Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-23T18:37:53.927Z] Fetched 368 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-23T18:37:53.927Z] Fetched 187 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-23T18:37:53.927Z] Fetched 175 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-23T18:37:53.927Z] Fetched 206 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-23T18:37:53.927Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-23T18:37:53.927Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-23T18:37:53.927Z] Fetched 159 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-23T18:37:53.927Z] Fetched 107 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-23T18:37:53.927Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-23T18:37:53.927Z] Pulling static-packages [2021-04-23T18:37:53.927Z] + snapcraftctl pull [2021-04-23T18:37:53.927Z] Pulling version [2021-04-23T18:37:53.927Z] + cd /root/project [2021-04-23T18:37:53.927Z] + [ -f VERSION ] [2021-04-23T18:37:53.927Z] + PROJECT_VERSION=local-dev [2021-04-23T18:37:53.927Z] + git rev-parse --short HEAD [2021-04-23T18:37:53.927Z] + GIT_REVISION=e43bf7ca [2021-04-23T18:37:53.927Z] + snapcraftctl set-version local-dev [2021-04-23T18:37:54.870Z] Skipping build go-build-helper (already ran) [2021-04-23T18:37:54.870Z] Building app-service-config [2021-04-23T18:37:54.870Z] + make build [2021-04-23T18:37:54.870Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-23T18:37:57.432Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-23T18:37:57.432Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-23T18:37:57.432Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-23T18:37:57.432Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-23T18:37:57.432Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-23T18:37:57.432Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-23T18:37:57.432Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-23T18:37:57.432Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-23T18:37:57.432Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-23T18:37:57.432Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-23T18:37:57.432Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-23T18:37:57.702Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-23T18:37:57.703Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-23T18:37:57.703Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-23T18:37:57.703Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-23T18:37:57.703Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-23T18:37:57.962Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-23T18:37:57.962Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-23T18:37:57.962Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-23T18:37:58.221Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-23T18:37:58.221Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-23T18:37:58.221Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-23T18:37:58.221Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-23T18:37:58.221Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-23T18:37:58.221Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-23T18:37:58.481Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-23T18:37:58.481Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-23T18:37:58.481Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-23T18:37:58.481Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-23T18:37:58.481Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-23T18:37:58.481Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-23T18:37:58.481Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-23T18:37:58.481Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-23T18:37:58.481Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-23T18:37:58.481Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-23T18:37:58.481Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-23T18:37:58.481Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-23T18:37:58.481Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-23T18:37:58.481Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-23T18:37:58.481Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-23T18:37:58.481Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-23T18:37:58.481Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-23T18:37:58.481Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-23T18:37:58.481Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-23T18:37:58.741Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-23T18:38:08.778Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-23T18:38:08.778Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-23T18:38:08.778Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-23T18:38:08.778Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-23T18:38:08.778Z] Building config-common [2021-04-23T18:38:08.778Z] + snapcraftctl build [2021-04-23T18:38:11.329Z] Building edgex-go [2021-04-23T18:38:11.329Z] + cd /root/parts/edgex-go/src [2021-04-23T18:38:11.329Z] + make build [2021-04-23T18:38:11.329Z] 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-04-23T18:38:11.589Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-04-23T18:38:11.589Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.74 [2021-04-23T18:38:11.589Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-23T18:38:11.856Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-04-23T18:38:11.856Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-04-23T18:38:11.856Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-04-23T18:38:11.856Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-23T18:38:11.856Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-04-23T18:38:11.856Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-23T18:38:11.856Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-04-23T18:38:11.856Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-04-23T18:38:11.856Z] go: downloading golang.org/x/text v0.3.2 [2021-04-23T18:38:17.143Z] 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-04-23T18:38:17.143Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-23T18:38:22.467Z] 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-04-23T18:38:23.418Z] 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-04-23T18:38:24.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-23T18:38:25.371Z] 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-04-23T18:38:25.631Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-23T18:38:25.631Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-23T18:38:25.631Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-23T18:38:25.631Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-23T18:38:27.549Z] 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-04-23T18:38:27.549Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-23T18:38:27.549Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-23T18:38:28.955Z] 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-04-23T18:38:30.458Z] 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-04-23T18:38:31.602Z] 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-04-23T18:38:32.612Z] 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-04-23T18:38:32.612Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-23T18:38:34.272Z] 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-04-23T18:38:34.272Z] go: downloading github.com/lib/pq v1.10.1 [2021-04-23T18:38:36.228Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-23T18:38:36.228Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-23T18:38:36.228Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-23T18:38:36.228Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-23T18:38:36.228Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-23T18:38:36.228Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-23T18:38:36.228Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-23T18:38:36.228Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-23T18:38:36.228Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-23T18:38:36.228Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-23T18:38:36.228Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-23T18:38:36.228Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-23T18:38:36.228Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-23T18:38:36.228Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-23T18:38:36.228Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-23T18:38:39.545Z] Building static-packages [2021-04-23T18:38:39.545Z] + snapcraftctl build [2021-04-23T18:38:40.929Z] Building version [2021-04-23T18:38:40.929Z] + snapcraftctl build [2021-04-23T18:38:42.844Z] Skipping stage go-build-helper (already ran) [2021-04-23T18:38:42.845Z] Staging app-service-config [2021-04-23T18:38:42.845Z] + snapcraftctl stage [2021-04-23T18:38:44.230Z] Staging config-common [2021-04-23T18:38:44.230Z] + snapcraftctl stage [2021-04-23T18:38:45.173Z] Staging edgex-go [2021-04-23T18:38:45.173Z] + snapcraftctl stage [2021-04-23T18:38:46.121Z] Staging static-packages [2021-04-23T18:38:46.121Z] + snapcraftctl stage [2021-04-23T18:38:47.064Z] Staging version [2021-04-23T18:38:47.064Z] + snapcraftctl stage [2021-04-23T18:38:48.006Z] Priming go-build-helper [2021-04-23T18:38:48.006Z] + snapcraftctl prime [2021-04-23T18:38:48.944Z] Priming app-service-config [2021-04-23T18:38:48.944Z] + snapcraftctl prime [2021-04-23T18:38:50.329Z] Priming config-common [2021-04-23T18:38:50.329Z] + snapcraftctl prime [2021-04-23T18:38:50.906Z] Priming edgex-go [2021-04-23T18:38:50.906Z] + snapcraftctl prime [2021-04-23T18:38:52.290Z] Priming static-packages [2021-04-23T18:38:52.290Z] + snapcraftctl prime [2021-04-23T18:38:54.829Z] Priming version [2021-04-23T18:38:54.829Z] + snapcraftctl prime [2021-04-23T18:38:55.768Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-23T18:39:14.627Z] 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-04-23T18:39:29.710Z] Removing intermediate container 5c125e8a750f [2021-04-23T18:39:29.710Z] ---> 6e56d45d65fa [2021-04-23T18:39:29.710Z] [2021-04-23T18:39:29.710Z] Step 10/31 : FROM alpine:3.12 [2021-04-23T18:39:29.710Z] 3.12: Pulling from library/alpine [2021-04-23T18:39:30.700Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-23T18:39:30.700Z] Status: Downloaded newer image for alpine:3.12 [2021-04-23T18:39:30.700Z] ---> 9852663dfa18 [2021-04-23T18:39:30.700Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-23T18:39:32.684Z] ---> Running in e7a53a1df10b [2021-04-23T18:39:32.960Z] Removing intermediate container d6b9f4d4ccd4 [2021-04-23T18:39:32.960Z] ---> 89b1ef9201bb [2021-04-23T18:39:32.960Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-23T18:39:32.960Z] Removing intermediate container 97af45d9cfc1 [2021-04-23T18:39:32.960Z] ---> c50f76c4d40e [2021-04-23T18:39:32.960Z] [2021-04-23T18:39:32.960Z] Step 10/21 : FROM alpine:3.12 [2021-04-23T18:39:32.960Z] ---> 9852663dfa18 [2021-04-23T18:39:32.960Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-23T18:39:33.557Z] ---> Running in 68bf05617a65 [2021-04-23T18:39:33.557Z] ---> Running in 7dbcdd0df64d [2021-04-23T18:39:33.557Z] Removing intermediate container e7a53a1df10b [2021-04-23T18:39:33.557Z] ---> 72c8dddf6e0b [2021-04-23T18:39:33.557Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-23T18:39:34.154Z] ---> Running in f99dcf3c1bac [2021-04-23T18:39:36.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:39:36.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:39:36.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:39:36.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:39:36.690Z] 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-04-23T18:39:36.978Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-23T18:39:37.254Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:39:37.254Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-23T18:39:37.254Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:39:37.254Z] (2/2) Installing su-exec (0.2-r1) [2021-04-23T18:39:37.254Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:39:37.254Z] Removing intermediate container 33b5d4af379e [2021-04-23T18:39:37.254Z] ---> 23155b163d98 [2021-04-23T18:39:37.254Z] [2021-04-23T18:39:37.254Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:39:37.254Z] ---> 9852663dfa18 [2021-04-23T18:39:37.254Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:39:37.254Z] OK: 5 MiB in 16 packages [2021-04-23T18:39:37.254Z] (4/4) Installing curl (7.76.1-r0) [2021-04-23T18:39:37.254Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:39:37.254Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:39:37.534Z] Removing intermediate container a0ed075b6449 [2021-04-23T18:39:37.534Z] ---> 2a018a98a9e5 [2021-04-23T18:39:37.534Z] [2021-04-23T18:39:37.534Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:39:37.534Z] ---> 9852663dfa18 [2021-04-23T18:39:37.534Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-23T18:39:37.534Z] OK: 7 MiB in 18 packages [2021-04-23T18:39:37.817Z] ---> Running in c3abd4e86068 [2021-04-23T18:39:38.091Z] ---> Running in 9be92ef822d5 [2021-04-23T18:39:39.099Z] Removing intermediate container f99dcf3c1bac [2021-04-23T18:39:39.099Z] ---> 754ecb397bce [2021-04-23T18:39:39.099Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-23T18:39:39.376Z] ---> Running in 2573d765518c [2021-04-23T18:39:39.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:39:40.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:39:40.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:39:40.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:39:40.523Z] Removing intermediate container 2573d765518c [2021-04-23T18:39:40.523Z] ---> d2aec8c815ce [2021-04-23T18:39:40.523Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-23T18:39:40.797Z] Removing intermediate container 7dbcdd0df64d [2021-04-23T18:39:40.797Z] ---> 2a5528b1e730 [2021-04-23T18:39:40.797Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:39:40.797Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-23T18:39:40.797Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:39:40.797Z] OK: 5 MiB in 15 packages [2021-04-23T18:39:40.797Z] ---> Running in 39a9893bb4d7 [2021-04-23T18:39:41.073Z] ---> Running in 5b3bb8f24a47 [2021-04-23T18:39:41.073Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-23T18:39:41.073Z] Removing intermediate container 68bf05617a65 [2021-04-23T18:39:41.073Z] ---> f7ef49bfec45 [2021-04-23T18:39:41.073Z] [2021-04-23T18:39:41.073Z] Step 11/23 : FROM docker:20.10.0 [2021-04-23T18:39:41.073Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-23T18:39:41.073Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:39:41.372Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:39:41.372Z] 20.10.0: Pulling from library/docker [2021-04-23T18:39:41.372Z] OK: 6 MiB in 16 packages [2021-04-23T18:39:41.976Z] Removing intermediate container 39a9893bb4d7 [2021-04-23T18:39:41.976Z] ---> c947d9e95b01 [2021-04-23T18:39:41.976Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-23T18:39:42.258Z] Removing intermediate container 5b3bb8f24a47 [2021-04-23T18:39:42.258Z] ---> 26b066fded5e [2021-04-23T18:39:42.258Z] Step 13/21 : WORKDIR /edgex [2021-04-23T18:39:42.258Z] ---> Running in d1764fa583e9 [2021-04-23T18:39:42.534Z] ---> Running in 387f72937304 [2021-04-23T18:39:43.138Z] Removing intermediate container c3abd4e86068 [2021-04-23T18:39:43.138Z] ---> ac404419c87b [2021-04-23T18:39:43.138Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:39:43.731Z] ---> Running in abf43e971824 [2021-04-23T18:39:43.731Z] Removing intermediate container 387f72937304 [2021-04-23T18:39:43.731Z] ---> e772a5a3578d [2021-04-23T18:39:43.731Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-23T18:39:44.330Z] Removing intermediate container 9be92ef822d5 [2021-04-23T18:39:44.330Z] ---> 573b9c325be0 [2021-04-23T18:39:44.331Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:39:44.604Z] Removing intermediate container abf43e971824 [2021-04-23T18:39:44.604Z] ---> 0c17a5bbcad2 [2021-04-23T18:39:44.604Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-23T18:39:44.880Z] ---> Running in 5b3dc97305ff [2021-04-23T18:39:44.880Z] ---> Running in 7c332d79cfde [2021-04-23T18:39:45.160Z] ---> 130bbb30b5ce [2021-04-23T18:39:45.160Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-23T18:39:45.454Z] Removing intermediate container 5b3dc97305ff [2021-04-23T18:39:45.454Z] ---> fa9ba4c823e6 [2021-04-23T18:39:45.454Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-23T18:39:45.454Z] Removing intermediate container 7c332d79cfde [2021-04-23T18:39:45.454Z] ---> 9cf82315621e [2021-04-23T18:39:45.454Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:39:45.726Z] ---> Running in 2631b6af2675 [2021-04-23T18:39:45.726Z] ---> Running in 5715dcf76710 [2021-04-23T18:39:46.001Z] Removing intermediate container d1764fa583e9 [2021-04-23T18:39:46.001Z] ---> ee5b1abf598a [2021-04-23T18:39:46.001Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-23T18:39:46.277Z] ---> Running in e083e5d9dfef [2021-04-23T18:39:46.566Z] Removing intermediate container 5715dcf76710 [2021-04-23T18:39:46.566Z] ---> 0306a7a6dbd9 [2021-04-23T18:39:46.566Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:39:46.566Z] Removing intermediate container 2631b6af2675 [2021-04-23T18:39:46.566Z] ---> 49fd4449dad1 [2021-04-23T18:39:46.566Z] Step 15/23 : WORKDIR / [2021-04-23T18:39:47.160Z] ---> a2c4e1cc9b38 [2021-04-23T18:39:47.160Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-23T18:39:47.160Z] ---> Running in 2c463e6fb5be [2021-04-23T18:39:47.160Z] ---> Running in 807650f2945a [2021-04-23T18:39:47.437Z] Removing intermediate container e083e5d9dfef [2021-04-23T18:39:47.437Z] ---> b8021530f50b [2021-04-23T18:39:47.437Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-23T18:39:48.035Z] Removing intermediate container 2c463e6fb5be [2021-04-23T18:39:48.035Z] ---> a4b49e48200e [2021-04-23T18:39:48.035Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:39:48.035Z] Removing intermediate container 807650f2945a [2021-04-23T18:39:48.035Z] ---> d73dfe601175 [2021-04-23T18:39:48.035Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:39:49.198Z] ---> 401b213405af [2021-04-23T18:39:49.199Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-23T18:39:49.199Z] ---> 779caba3c9ee [2021-04-23T18:39:49.199Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-23T18:39:49.490Z] ---> Running in bfcae1b46473 [2021-04-23T18:39:49.490Z] ---> c3f9ef1af189 [2021-04-23T18:39:49.490Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-23T18:39:49.836Z] ---> Running in 8936e782dd8c [2021-04-23T18:39:49.836Z] ---> 01eafab8bfd5 [2021-04-23T18:39:49.836Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-23T18:39:50.869Z] Removing intermediate container 8936e782dd8c [2021-04-23T18:39:50.869Z] ---> ba86d542ed10 [2021-04-23T18:39:50.869Z] Step 18/21 : CMD ["--init=true"] [2021-04-23T18:39:51.144Z] ---> Running in d9d6663c8073 [2021-04-23T18:39:52.132Z] Removing intermediate container d9d6663c8073 [2021-04-23T18:39:52.132Z] ---> 44cca37690e7 [2021-04-23T18:39:52.132Z] Step 19/21 : LABEL arch=arm64 [2021-04-23T18:39:52.408Z] ---> Running in 9c36d5ff4505 [2021-04-23T18:39:52.408Z] ---> 7c1d2ad84e83 [2021-04-23T18:39:52.408Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-23T18:39:52.683Z] ---> c4489c98e144 [2021-04-23T18:39:52.683Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-23T18:39:52.956Z] Removing intermediate container bfcae1b46473 [2021-04-23T18:39:52.956Z] ---> d6cbcb36834a [2021-04-23T18:39:52.956Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:39:53.231Z] Removing intermediate container 9c36d5ff4505 [2021-04-23T18:39:53.231Z] ---> eca3b51fdd41 [2021-04-23T18:39:53.231Z] Step 20/21 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:39:53.510Z] ---> Running in 8b76c20c117c [2021-04-23T18:39:53.781Z] ---> e618f61076ee [2021-04-23T18:39:53.781Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-23T18:39:53.781Z] ---> 7161e9280c80 [2021-04-23T18:39:53.781Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-23T18:39:54.061Z] ---> Running in f0a436488fb6 [2021-04-23T18:39:54.334Z] ---> Running in a86adfb82bf2 [2021-04-23T18:39:54.334Z] ---> 192bcbf05e39 [2021-04-23T18:39:54.334Z] Removing intermediate container 8b76c20c117c [2021-04-23T18:39:54.334Z] ---> 6a4665d90a51 [2021-04-23T18:39:54.334Z] Step 21/21 : LABEL version=0.0.0 [2021-04-23T18:39:54.334Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-23T18:39:54.616Z] ---> Running in e0ae0082a101 [2021-04-23T18:39:54.616Z] Removing intermediate container f0a436488fb6 [2021-04-23T18:39:54.616Z] ---> 0704b1c45aef [2021-04-23T18:39:54.616Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:39:55.211Z] ---> Running in 3d84345568c7 [2021-04-23T18:39:55.211Z] Removing intermediate container a86adfb82bf2 [2021-04-23T18:39:55.211Z] ---> 241739dc76fe [2021-04-23T18:39:55.211Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:39:55.494Z] ---> Running in 8916d1f1abc8 [2021-04-23T18:39:55.494Z] Removing intermediate container e0ae0082a101 [2021-04-23T18:39:55.494Z] ---> fc165a685dca [2021-04-23T18:39:55.494Z] [2021-04-23T18:39:55.771Z] Removing intermediate container 3d84345568c7 [2021-04-23T18:39:55.771Z] ---> 1a5d9f35fffd [2021-04-23T18:39:55.771Z] Step 20/22 : LABEL arch=arm64 [2021-04-23T18:39:56.043Z] ---> Running in 4afe979c06fd [2021-04-23T18:39:56.043Z] Successfully built fc165a685dca [2021-04-23T18:39:56.317Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-23T18:39:56.317Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-23T18:39:56.317Z] ---> cc5125bd1d78 [2021-04-23T18:39:56.317Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-23T18:39:56.317Z] Removing intermediate container 8916d1f1abc8 [2021-04-23T18:39:56.317Z] ---> ada8d0e52f5c [2021-04-23T18:39:56.317Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:39:56.600Z] ---> Running in cc235eb9df4f [2021-04-23T18:39:56.600Z] Removing intermediate container 4afe979c06fd [2021-04-23T18:39:56.600Z] ---> 7f74cba204ca [2021-04-23T18:39:56.600Z] Step 21/22 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:39:56.884Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-23T18:39:56.884Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-23T18:39:56.884Z] ---> eeaf43b92773 [2021-04-23T18:39:56.884Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:39:56.884Z] ---> Running in f7dcebca88bf [2021-04-23T18:39:57.160Z] ---> Running in b2062a3ff291 [2021-04-23T18:39:57.160Z] Removing intermediate container cc235eb9df4f [2021-04-23T18:39:57.160Z] ---> 02d4c1682576 [2021-04-23T18:39:57.160Z] Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:39:57.431Z] ---> b90861db9766 [2021-04-23T18:39:57.431Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-23T18:39:57.431Z] ---> Running in d373b899a531 [2021-04-23T18:39:57.701Z] Removing intermediate container f7dcebca88bf [2021-04-23T18:39:57.701Z] ---> 353da5a62b12 [2021-04-23T18:39:57.701Z] Step 22/22 : LABEL version=0.0.0 [2021-04-23T18:39:57.981Z] Removing intermediate container b2062a3ff291 [2021-04-23T18:39:57.981Z] ---> 1647a68957f6 [2021-04-23T18:39:57.981Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-23T18:39:57.981Z] ---> Running in ff89b3a6397b [2021-04-23T18:39:58.263Z] ---> Running in 8c577460aeb8 [2021-04-23T18:39:58.541Z] Removing intermediate container d373b899a531 [2021-04-23T18:39:58.542Z] ---> 57c0adafa0a0 [2021-04-23T18:39:58.542Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:39:59.133Z] ---> 6002e552079d [2021-04-23T18:39:59.133Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-23T18:39:59.133Z] Removing intermediate container ff89b3a6397b [2021-04-23T18:39:59.133Z] ---> 03f16be64a5a [2021-04-23T18:39:59.133Z] [2021-04-23T18:39:59.133Z] ---> Running in 60d464249857 [2021-04-23T18:40:00.115Z] Successfully built 03f16be64a5a [2021-04-23T18:40:00.389Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-23T18:40:00.389Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-23T18:40:00.664Z] Removing intermediate container 60d464249857 [2021-04-23T18:40:00.664Z] ---> c523964f4c5e [2021-04-23T18:40:00.664Z] [2021-04-23T18:40:00.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:40:00.982Z] ---> 36bac38f8554 [2021-04-23T18:40:00.982Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-23T18:40:00.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:40:00.982Z] Successfully built c523964f4c5e [2021-04-23T18:40:00.982Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-23T18:40:00.982Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-04-23T18:40:01.262Z] ---> Running in dcacd6b09200 [2021-04-23T18:40:01.535Z] (1/39) Installing readline (8.0.4-r0) [2021-04-23T18:40:01.535Z] (2/39) Installing bash (5.0.17-r0) [2021-04-23T18:40:01.535Z] Executing bash-5.0.17-r0.post-install [2021-04-23T18:40:01.535Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:40:01.535Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-23T18:40:01.535Z] (5/39) Installing curl (7.76.1-r0) [2021-04-23T18:40:01.535Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-23T18:40:01.535Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-23T18:40:01.535Z] (8/39) Installing expat (2.2.9-r1) [2021-04-23T18:40:01.535Z] (9/39) Installing libffi (3.3-r2) [2021-04-23T18:40:01.535Z] (10/39) Installing gdbm (1.13-r1) [2021-04-23T18:40:01.808Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-23T18:40:01.808Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-23T18:40:01.808Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-23T18:40:01.808Z] Removing intermediate container dcacd6b09200 [2021-04-23T18:40:01.808Z] ---> 3a38e927ab1f [2021-04-23T18:40:01.808Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-23T18:40:03.808Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-23T18:40:03.808Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-23T18:40:03.808Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-23T18:40:03.808Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-23T18:40:03.808Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-23T18:40:03.808Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-23T18:40:03.808Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-23T18:40:03.808Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-23T18:40:03.808Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-23T18:40:03.808Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-23T18:40:03.808Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-23T18:40:03.808Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-23T18:40:03.808Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-23T18:40:03.808Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-23T18:40:03.808Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-23T18:40:03.808Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-23T18:40:03.808Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-23T18:40:03.808Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-23T18:40:04.080Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-23T18:40:04.080Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-23T18:40:04.080Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-23T18:40:04.080Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-23T18:40:04.080Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-23T18:40:04.080Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-23T18:40:04.080Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-23T18:40:04.080Z] ---> a3f703ddf4b9 [2021-04-23T18:40:04.080Z] Step 26/31 : RUN chmod +x /entrypoint.sh(39/39) Installing py3-pip (20.1.1-r0) [2021-04-23T18:40:04.080Z] [2021-04-23T18:40:04.375Z] Executing busybox-1.31.1-r19.trigger [2021-04-23T18:40:04.375Z] OK: 72 MiB in 59 packages [2021-04-23T18:40:04.972Z] ---> Running in 0a6f5acb3a00 [2021-04-23T18:40:08.379Z] Removing intermediate container 0a6f5acb3a00 [2021-04-23T18:40:08.379Z] ---> 2db275a4bf95 [2021-04-23T18:40:08.379Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-23T18:40:08.980Z] ---> Running in a4c2bf52fdde [2021-04-23T18:40:08.980Z] Collecting docker-compose==1.23.2 [2021-04-23T18:40:09.256Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-23T18:40:09.529Z] Removing intermediate container a4c2bf52fdde [2021-04-23T18:40:09.529Z] ---> 6c070452390b [2021-04-23T18:40:09.529Z] Step 28/31 : CMD ["gate"] [2021-04-23T18:40:09.809Z] ---> Running in 26299ec4a63b [2021-04-23T18:40:10.082Z] Collecting docker<4.0,>=3.6.0 [2021-04-23T18:40:10.082Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-23T18:40:10.359Z] Removing intermediate container 26299ec4a63b [2021-04-23T18:40:10.359Z] ---> 1bfd05913423 [2021-04-23T18:40:10.359Z] Step 29/31 : LABEL arch=arm64 [2021-04-23T18:40:10.963Z] ---> Running in 8e40b5fb72ed [2021-04-23T18:40:11.244Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-23T18:40:11.244Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-23T18:40:11.520Z] Removing intermediate container 8e40b5fb72ed [2021-04-23T18:40:11.520Z] ---> 2ac0fb1b3fe4 [2021-04-23T18:40:11.520Z] Step 30/31 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:40:11.793Z] Collecting jsonschema<3,>=2.5.1 [2021-04-23T18:40:11.793Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-23T18:40:11.793Z] ---> Running in 39d4d338da13 [2021-04-23T18:40:12.400Z] Collecting docopt<0.7,>=0.6.1 [2021-04-23T18:40:12.400Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-23T18:40:12.674Z] Removing intermediate container 39d4d338da13 [2021-04-23T18:40:12.674Z] ---> 0bfe2669058b [2021-04-23T18:40:12.674Z] Step 31/31 : LABEL version=0.0.0 [2021-04-23T18:40:13.280Z] ---> Running in 38c477333a64 [2021-04-23T18:40:13.887Z] Removing intermediate container 38c477333a64 [2021-04-23T18:40:13.887Z] ---> 44547371f5c9 [2021-04-23T18:40:13.887Z] [2021-04-23T18:40:14.489Z] Successfully built 44547371f5c9 [2021-04-23T18:40:14.489Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-23T18:40:14.489Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-04-23T18:40:14.489Z] Collecting texttable<0.10,>=0.9.0 [2021-04-23T18:40:14.489Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-23T18:40:16.464Z] 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-04-23T18:40:16.464Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-23T18:40:16.464Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-23T18:40:19.075Z] Collecting cached-property<2,>=1.2.0 [2021-04-23T18:40:19.075Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-23T18:40:20.051Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-23T18:40:20.051Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-23T18:40:21.027Z] Collecting PyYAML<4,>=3.10 [2021-04-23T18:40:21.027Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-23T18:40:24.413Z] Collecting docker-pycreds>=0.4.0 [2021-04-23T18:40:24.413Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-23T18:40:25.014Z] Collecting idna<2.8,>=2.5 [2021-04-23T18:40:25.014Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-23T18:40:25.611Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-23T18:40:25.612Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-23T18:40:25.884Z] 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-04-23T18:40:25.884Z] 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-04-23T18:40:25.885Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-23T18:40:25.885Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-23T18:40:25.885Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-23T18:40:25.885Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-23T18:40:27.341Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, texttable, dockerpty, cached-property, PyYAML, docker-compose [2021-04-23T18:40:27.341Z] Attempting uninstall: idna [2021-04-23T18:40:27.341Z] Found existing installation: idna 2.9 [2021-04-23T18:40:27.341Z] Uninstalling idna-2.9: [2021-04-23T18:40:27.341Z] Successfully uninstalled idna-2.9 [2021-04-23T18:40:27.944Z] Attempting uninstall: urllib3 [2021-04-23T18:40:27.944Z] Found existing installation: urllib3 1.25.9 [2021-04-23T18:40:27.944Z] Uninstalling urllib3-1.25.9: [2021-04-23T18:40:27.944Z] Successfully uninstalled urllib3-1.25.9 [2021-04-23T18:40:28.544Z] Attempting uninstall: requests [2021-04-23T18:40:28.544Z] Found existing installation: requests 2.23.0 [2021-04-23T18:40:28.544Z] Uninstalling requests-2.23.0: [2021-04-23T18:40:28.544Z] Successfully uninstalled requests-2.23.0 [2021-04-23T18:40:30.530Z] Running setup.py install for docopt: started [2021-04-23T18:40:32.516Z] Running setup.py install for docopt: finished with status 'done' [2021-04-23T18:40:32.516Z] Running setup.py install for texttable: started [2021-04-23T18:40:35.138Z] Running setup.py install for texttable: finished with status 'done' [2021-04-23T18:40:35.138Z] Running setup.py install for dockerpty: started [2021-04-23T18:40:37.122Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-23T18:40:37.122Z] Running setup.py install for PyYAML: started [2021-04-23T18:40:39.766Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-23T18:40:40.371Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:40:40.371Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:40:40.371Z] ---> 286a7165a6e6 [2021-04-23T18:40:40.371Z] Step 3/24 : WORKDIR /edgex-go [2021-04-23T18:40:40.371Z] ---> Using cache [2021-04-23T18:40:40.371Z] ---> be0d4180cb02 [2021-04-23T18:40:40.371Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:40:40.371Z] ---> Using cache [2021-04-23T18:40:40.371Z] ---> 4c226ba0cf48 [2021-04-23T18:40:40.371Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-23T18:40:40.970Z] 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-04-23T18:40:45.299Z] ---> Running in 4fb25696bcdb [2021-04-23T18:40:46.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:40:47.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:40:48.000Z] OK: 217 MiB in 51 packages [2021-04-23T18:40:48.618Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:40:48.618Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:40:48.618Z] ---> 286a7165a6e6 [2021-04-23T18:40:48.618Z] Step 3/22 : WORKDIR /edgex-go [2021-04-23T18:40:48.618Z] ---> Using cache [2021-04-23T18:40:48.618Z] ---> be0d4180cb02 [2021-04-23T18:40:48.618Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:40:48.618Z] ---> Using cache [2021-04-23T18:40:48.618Z] ---> 4c226ba0cf48 [2021-04-23T18:40:48.618Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-23T18:40:48.900Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:40:48.900Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:40:48.900Z] ---> 286a7165a6e6 [2021-04-23T18:40:48.900Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:40:48.900Z] ---> Using cache [2021-04-23T18:40:48.900Z] ---> be0d4180cb02 [2021-04-23T18:40:48.900Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:40:48.900Z] ---> Using cache [2021-04-23T18:40:48.900Z] ---> 4c226ba0cf48 [2021-04-23T18:40:48.900Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-23T18:40:50.369Z] ---> Running in a2cd8ab35e3c [2021-04-23T18:40:50.369Z] ---> Running in 9ece0940cd96 [2021-04-23T18:40:50.968Z] Removing intermediate container 4fb25696bcdb [2021-04-23T18:40:50.968Z] ---> 320379a4ba64 [2021-04-23T18:40:50.968Z] Step 6/24 : COPY go.mod . [2021-04-23T18:40:52.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:40:52.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:40:53.129Z] ---> 7edd01728f23 [2021-04-23T18:40:53.129Z] Step 7/24 : RUN go mod download [2021-04-23T18:40:53.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:40:53.457Z] ---> Running in ab4eb6082ecc [2021-04-23T18:40:53.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:40:54.135Z] OK: 217 MiB in 51 packages [2021-04-23T18:40:54.522Z] OK: 217 MiB in 51 packages [2021-04-23T18:40:56.532Z] Removing intermediate container 9ece0940cd96 [2021-04-23T18:40:56.532Z] ---> 3e1c6cbd1a1b [2021-04-23T18:40:56.532Z] Step 6/23 : COPY go.mod . [2021-04-23T18:40:56.810Z] Removing intermediate container 8c577460aeb8 [2021-04-23T18:40:56.810Z] ---> 385ef0364fcc [2021-04-23T18:40:56.810Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-23T18:40:56.810Z] Removing intermediate container a2cd8ab35e3c [2021-04-23T18:40:56.810Z] ---> d62f87e08e94 [2021-04-23T18:40:56.810Z] Step 6/22 : COPY go.mod . [2021-04-23T18:40:57.092Z] ---> Running in 884d6ea993a7 [2021-04-23T18:40:57.366Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-23T18:40:57.366Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-23T18:40:57.366Z] ---> 286a7165a6e6 [2021-04-23T18:40:57.366Z] Step 3/23 : WORKDIR /edgex-go [2021-04-23T18:40:57.641Z] ---> Using cache [2021-04-23T18:40:57.641Z] ---> be0d4180cb02 [2021-04-23T18:40:57.641Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:40:57.641Z] ---> Using cache [2021-04-23T18:40:57.641Z] ---> 4c226ba0cf48 [2021-04-23T18:40:57.641Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-23T18:40:57.641Z] ---> Running in 17bb3e21041f [2021-04-23T18:40:57.924Z] ---> c2b616b387cd [2021-04-23T18:40:57.924Z] Step 7/23 : RUN go mod download [2021-04-23T18:40:57.924Z] Removing intermediate container 884d6ea993a7 [2021-04-23T18:40:57.924Z] ---> 7955c99f17f2 [2021-04-23T18:40:57.924Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-23T18:40:58.197Z] ---> Running in 704b2304ef11 [2021-04-23T18:40:58.197Z] ---> Running in ced85e03d21f [2021-04-23T18:40:58.473Z] ---> 117926ea009e [2021-04-23T18:40:58.473Z] Step 7/22 : RUN go mod download [2021-04-23T18:40:58.473Z] Removing intermediate container ab4eb6082ecc [2021-04-23T18:40:58.473Z] ---> 97cef0fe8e07 [2021-04-23T18:40:58.473Z] Step 8/24 : COPY . . [2021-04-23T18:40:58.747Z] ---> Running in e2e65249596d [2021-04-23T18:40:59.020Z] Removing intermediate container ced85e03d21f [2021-04-23T18:40:59.020Z] ---> 8fe46ede8be6 [2021-04-23T18:40:59.020Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-23T18:40:59.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:41:00.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:41:01.595Z] OK: 217 MiB in 51 packages [2021-04-23T18:41:01.595Z] ---> 1dab9a4c48b5 [2021-04-23T18:41:01.595Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-23T18:41:03.055Z] ---> 1d2472ab1099 [2021-04-23T18:41:03.055Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-23T18:41:03.654Z] Removing intermediate container 704b2304ef11 [2021-04-23T18:41:03.654Z] ---> b84855632750 [2021-04-23T18:41:03.654Z] Step 8/23 : COPY . . [2021-04-23T18:41:03.654Z] Removing intermediate container e2e65249596d [2021-04-23T18:41:03.654Z] ---> 5f0c50583862 [2021-04-23T18:41:03.654Z] Step 8/22 : COPY . . [2021-04-23T18:41:03.941Z] Removing intermediate container 17bb3e21041f [2021-04-23T18:41:03.941Z] ---> 0ed2fc4ce2c3 [2021-04-23T18:41:03.941Z] Step 6/23 : COPY go.mod . [2021-04-23T18:41:05.525Z] ---> 33c5c076506d [2021-04-23T18:41:05.525Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-23T18:41:06.121Z] ---> 0c1ee1fb5056 [2021-04-23T18:41:06.121Z] Step 7/23 : RUN go mod download [2021-04-23T18:41:07.559Z] ---> Running in 9f567e4f6d91 [2021-04-23T18:41:08.542Z] ---> Running in a0491c913827 [2021-04-23T18:41:09.586Z] Removing intermediate container 9f567e4f6d91 [2021-04-23T18:41:09.586Z] ---> dcbcdbc8f7af [2021-04-23T18:41:09.586Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:41:10.585Z] ---> Running in b14d9395cee1 [2021-04-23T18:41:11.571Z] Removing intermediate container b14d9395cee1 [2021-04-23T18:41:11.571Z] ---> e30031d5d9f7 [2021-04-23T18:41:11.571Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:41:12.171Z] ---> Running in 33f844779ba8 [2021-04-23T18:41:13.608Z] Removing intermediate container 33f844779ba8 [2021-04-23T18:41:13.608Z] ---> 1b1850c8b563 [2021-04-23T18:41:13.608Z] Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:41:14.652Z] Removing intermediate container a0491c913827 [2021-04-23T18:41:14.652Z] ---> 20d5834e1a57 [2021-04-23T18:41:14.652Z] Step 8/23 : COPY . . [2021-04-23T18:41:15.255Z] ---> Running in 1e62c3957ddb [2021-04-23T18:41:16.719Z] Removing intermediate container 1e62c3957ddb [2021-04-23T18:41:16.719Z] ---> 298142192144 [2021-04-23T18:41:16.719Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:41:17.314Z] ---> Running in c13314da7be9 [2021-04-23T18:41:18.293Z] ---> 91f462bfed54 [2021-04-23T18:41:18.293Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-23T18:41:19.274Z] Removing intermediate container c13314da7be9 [2021-04-23T18:41:19.274Z] ---> 4f73125ec314 [2021-04-23T18:41:19.274Z] [2021-04-23T18:41:19.548Z] Successfully built 4f73125ec314 [2021-04-23T18:41:20.149Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-23T18:41:20.149Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in ffc45a4c65e5 [2021-04-23T18:41:22.125Z] 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-04-23T18:41:23.120Z] ---> 42b13147f17c [2021-04-23T18:41:23.120Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-23T18:41:23.120Z] ---> Running in 6f30e1597a05 [2021-04-23T18:41:23.397Z] ---> 53f3b6ef69da [2021-04-23T18:41:23.397Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-23T18:41:23.999Z] ---> Running in 8c5c54c4b5db [2021-04-23T18:41:25.991Z] 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-04-23T18:41:26.271Z] 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-04-23T18:41:36.443Z] ---> 33e6d061570e [2021-04-23T18:41:36.443Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-23T18:41:36.443Z] ---> Running in aa20c02914e9 [2021-04-23T18:41:37.903Z] 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-04-23T18:42:34.469Z] 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-04-23T18:42:52.812Z] Removing intermediate container ffc45a4c65e5 [2021-04-23T18:42:52.812Z] ---> 4f976ef8d95d [2021-04-23T18:42:52.812Z] [2021-04-23T18:42:52.812Z] Step 10/24 : FROM alpine:3.12 [2021-04-23T18:42:52.813Z] ---> 9852663dfa18 [2021-04-23T18:42:52.813Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-23T18:42:52.813Z] ---> Running in f53eb88b79dc [2021-04-23T18:42:52.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:42:52.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:42:53.409Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-23T18:42:53.682Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-23T18:42:53.682Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-23T18:42:53.682Z] (4/6) Installing curl (7.76.1-r0) [2021-04-23T18:42:53.682Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:42:53.682Z] (6/6) Installing su-exec (0.2-r1) [2021-04-23T18:42:53.682Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:42:53.682Z] Executing ca-certificates-20191127-r4.trigger [2021-04-23T18:42:53.958Z] OK: 7 MiB in 20 packages [2021-04-23T18:42:56.595Z] Removing intermediate container f53eb88b79dc [2021-04-23T18:42:56.595Z] ---> 40ef1880ea51 [2021-04-23T18:42:56.595Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-23T18:42:56.868Z] ---> Running in 8cc3bde84769 [2021-04-23T18:42:57.466Z] Removing intermediate container 8cc3bde84769 [2021-04-23T18:42:57.466Z] ---> 8ea948ed5e61 [2021-04-23T18:42:57.466Z] Step 13/24 : WORKDIR / [2021-04-23T18:42:57.743Z] ---> Running in d1788c6d9753 [2021-04-23T18:42:58.354Z] Removing intermediate container d1788c6d9753 [2021-04-23T18:42:58.354Z] ---> 1abe17cf80ab [2021-04-23T18:42:58.354Z] 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-04-23T18:42:59.336Z] ---> 802916064dcf [2021-04-23T18:42:59.336Z] 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-04-23T18:43:00.878Z] ---> 71213e408211 [2021-04-23T18:43:00.878Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-23T18:43:01.943Z] ---> 0323025d11d7 [2021-04-23T18:43:01.943Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-23T18:43:03.940Z] ---> 44763614f888 [2021-04-23T18:43:03.940Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-23T18:43:05.922Z] ---> 563b8bfd7320 [2021-04-23T18:43:05.922Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-23T18:43:07.925Z] ---> be6b67165589 [2021-04-23T18:43:07.925Z] 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-04-23T18:43:08.211Z] ---> Running in 583739d37915 [2021-04-23T18:43:10.209Z] Removing intermediate container 8c5c54c4b5db [2021-04-23T18:43:10.209Z] ---> a39764ef8a08 [2021-04-23T18:43:10.209Z] [2021-04-23T18:43:10.209Z] Step 10/22 : FROM alpine:3.12 [2021-04-23T18:43:10.209Z] ---> 9852663dfa18 [2021-04-23T18:43:10.209Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:43:10.209Z] ---> Using cache [2021-04-23T18:43:10.209Z] ---> ac404419c87b [2021-04-23T18:43:10.209Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:43:10.209Z] ---> Using cache [2021-04-23T18:43:10.209Z] ---> 0c17a5bbcad2 [2021-04-23T18:43:10.209Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-23T18:43:10.209Z] ---> Running in 6553b2505c1f [2021-04-23T18:43:11.199Z] Removing intermediate container 6553b2505c1f [2021-04-23T18:43:11.199Z] ---> 51a707027426 [2021-04-23T18:43:11.199Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-23T18:43:11.475Z] ---> Running in 09f4c3f0d45f [2021-04-23T18:43:12.081Z] Removing intermediate container 583739d37915 [2021-04-23T18:43:12.081Z] ---> b037ddda868a [2021-04-23T18:43:12.081Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-23T18:43:12.360Z] Removing intermediate container 09f4c3f0d45f [2021-04-23T18:43:12.360Z] ---> 5bf72561ff52 [2021-04-23T18:43:12.360Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:43:12.360Z] ---> Running in d4d78ddbfdeb [2021-04-23T18:43:13.348Z] Removing intermediate container d4d78ddbfdeb [2021-04-23T18:43:13.348Z] ---> 54b0081fccf9 [2021-04-23T18:43:13.348Z] Step 22/24 : LABEL arch=arm64 [2021-04-23T18:43:13.348Z] ---> Running in 76b5ab3e4a17 [2021-04-23T18:43:13.623Z] ---> 78f35d680d6b [2021-04-23T18:43:13.623Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-23T18:43:14.226Z] Removing intermediate container 76b5ab3e4a17 [2021-04-23T18:43:14.226Z] ---> 39f77fc59598 [2021-04-23T18:43:14.226Z] Step 23/24 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:43:14.832Z] ---> Running in 077c2fdf8397 [2021-04-23T18:43:15.814Z] Removing intermediate container 077c2fdf8397 [2021-04-23T18:43:15.814Z] ---> 54864b98c4d8 [2021-04-23T18:43:15.814Z] Step 24/24 : LABEL version=0.0.0 [2021-04-23T18:43:15.814Z] ---> 04f0f86fe0ee [2021-04-23T18:43:15.814Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-23T18:43:16.085Z] ---> Running in 2f8d91594da1 [2021-04-23T18:43:16.689Z] Removing intermediate container 2f8d91594da1 [2021-04-23T18:43:16.689Z] ---> f5e28e52205a [2021-04-23T18:43:16.689Z] [2021-04-23T18:43:17.287Z] ---> 15c26b73772a [2021-04-23T18:43:17.287Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-23T18:43:17.287Z] Successfully built f5e28e52205a [2021-04-23T18:43:17.287Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-23T18:43:17.287Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 39c291021340 [2021-04-23T18:43:17.287Z] Removing intermediate container 6f30e1597a05 [2021-04-23T18:43:17.287Z] ---> f3e299061cf9 [2021-04-23T18:43:17.287Z] [2021-04-23T18:43:17.287Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:43:17.287Z] ---> 9852663dfa18 [2021-04-23T18:43:17.287Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-23T18:43:17.287Z] ---> Using cache [2021-04-23T18:43:17.287Z] ---> ac404419c87b [2021-04-23T18:43:17.287Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-23T18:43:17.287Z] ---> Using cache [2021-04-23T18:43:17.287Z] ---> 0c17a5bbcad2 [2021-04-23T18:43:17.287Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-23T18:43:17.571Z] ---> Running in 14a3423fdd01 [2021-04-23T18:43:18.168Z] Removing intermediate container 39c291021340 [2021-04-23T18:43:18.168Z] ---> 4b17930c0016 [2021-04-23T18:43:18.168Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:43:18.439Z] Removing intermediate container 14a3423fdd01 [2021-04-23T18:43:18.439Z] ---> 45fcef72d491 [2021-04-23T18:43:18.439Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-23T18:43:18.439Z] ---> Running in fd586783f69e [2021-04-23T18:43:18.713Z] ---> Running in de6ea7ab6d6e [2021-04-23T18:43:19.307Z] Removing intermediate container fd586783f69e [2021-04-23T18:43:19.307Z] ---> 4bb0449b5922 [2021-04-23T18:43:19.307Z] Step 20/22 : LABEL arch=arm64 [2021-04-23T18:43:19.307Z] Removing intermediate container de6ea7ab6d6e [2021-04-23T18:43:19.307Z] ---> 03a5be2395aa [2021-04-23T18:43:19.307Z] Step 15/23 : WORKDIR / [2021-04-23T18:43:19.307Z] ---> Running in 665f6c30ea91 [2021-04-23T18:43:19.575Z] ---> Running in f526a53558b9 [2021-04-23T18:43:19.845Z] Removing intermediate container 665f6c30ea91 [2021-04-23T18:43:19.845Z] ---> 660195906145 [2021-04-23T18:43:19.845Z] Step 21/22 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:43:20.114Z] ---> Running in 88127f80a84f [2021-04-23T18:43:20.400Z] Removing intermediate container f526a53558b9 [2021-04-23T18:43:20.400Z] ---> 0eb811c2ef1b [2021-04-23T18:43:20.400Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:43:20.674Z] Removing intermediate container 88127f80a84f [2021-04-23T18:43:20.674Z] ---> 5dacb317832c [2021-04-23T18:43:20.674Z] Step 22/22 : LABEL version=0.0.0 [2021-04-23T18:43:20.952Z] ---> Running in 9cae7c64dde6 [2021-04-23T18:43:21.226Z] ---> 7a3b2abe630a [2021-04-23T18:43:21.226Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-23T18:43:21.820Z] Removing intermediate container 9cae7c64dde6 [2021-04-23T18:43:21.820Z] ---> bb7922743429 [2021-04-23T18:43:21.820Z] [2021-04-23T18:43:22.094Z] Successfully built bb7922743429 [2021-04-23T18:43:22.094Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-23T18:43:22.651Z]  Building docker-support-scheduler-go ... done  ---> 92573cbcfa1a [2021-04-23T18:43:22.651Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-23T18:43:23.627Z] ---> 4cf19472c778 [2021-04-23T18:43:23.627Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-23T18:43:23.627Z] ---> Running in 17a77a710aed [2021-04-23T18:43:24.222Z] Removing intermediate container 17a77a710aed [2021-04-23T18:43:24.222Z] ---> bbc6ea1e929c [2021-04-23T18:43:24.222Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:43:24.492Z] ---> Running in d6574dba8044 [2021-04-23T18:43:25.085Z] Removing intermediate container d6574dba8044 [2021-04-23T18:43:25.085Z] ---> e139b72f8372 [2021-04-23T18:43:25.085Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:43:26.059Z] ---> Running in d19db4a46553 [2021-04-23T18:43:27.033Z] Removing intermediate container d19db4a46553 [2021-04-23T18:43:27.033Z] ---> 8b1d7ea4bf96 [2021-04-23T18:43:27.033Z] Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:43:27.304Z] ---> Running in 6ad7a9806282 [2021-04-23T18:43:27.304Z] Removing intermediate container aa20c02914e9 [2021-04-23T18:43:27.304Z] ---> edfc63643310 [2021-04-23T18:43:27.304Z] [2021-04-23T18:43:27.304Z] Step 10/23 : FROM alpine:3.12 [2021-04-23T18:43:27.304Z] ---> 9852663dfa18 [2021-04-23T18:43:27.304Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-23T18:43:27.576Z] ---> Running in 4f2b951d1e15 [2021-04-23T18:43:27.848Z] Removing intermediate container 6ad7a9806282 [2021-04-23T18:43:27.848Z] ---> 2e2e5487220d [2021-04-23T18:43:27.848Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:43:27.848Z] ---> Running in 55413e4b4e01 [2021-04-23T18:43:28.126Z] Removing intermediate container 4f2b951d1e15 [2021-04-23T18:43:28.126Z] ---> 1971fc535748 [2021-04-23T18:43:28.126Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-23T18:43:28.425Z] ---> Running in 32bcbdf085de [2021-04-23T18:43:28.425Z] Removing intermediate container 55413e4b4e01 [2021-04-23T18:43:28.425Z] ---> 05cfa4d67483 [2021-04-23T18:43:28.425Z] [2021-04-23T18:43:28.696Z] Successfully built 05cfa4d67483 [2021-04-23T18:43:28.971Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-23T18:43:28.971Z]  Building docker-core-metadata-go ... done Removing intermediate container 32bcbdf085de [2021-04-23T18:43:28.971Z] ---> 8112ee4d6432 [2021-04-23T18:43:28.971Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-23T18:43:28.971Z] ---> Running in 031e7fc722ff [2021-04-23T18:43:29.562Z] Removing intermediate container 031e7fc722ff [2021-04-23T18:43:29.562Z] ---> 6f22f176a93e [2021-04-23T18:43:29.562Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-23T18:43:29.562Z] ---> Running in 19468c7846d4 [2021-04-23T18:43:31.536Z] Removing intermediate container 19468c7846d4 [2021-04-23T18:43:31.536Z] ---> 4df2985a9353 [2021-04-23T18:43:31.536Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-23T18:43:31.808Z] ---> Running in f82f31b08af5 [2021-04-23T18:43:32.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-23T18:43:33.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-23T18:43:34.340Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-23T18:43:34.340Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-23T18:43:34.340Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-23T18:43:34.612Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-23T18:43:34.883Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-23T18:43:34.883Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-23T18:43:34.883Z] Executing busybox-1.31.1-r20.trigger [2021-04-23T18:43:34.883Z] OK: 8 MiB in 20 packages [2021-04-23T18:43:36.313Z] Removing intermediate container f82f31b08af5 [2021-04-23T18:43:36.313Z] ---> 8699518dbdb0 [2021-04-23T18:43:36.313Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-23T18:43:37.286Z] ---> b3e01c2c6510 [2021-04-23T18:43:37.286Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-23T18:43:38.711Z] ---> 6438187fd03e [2021-04-23T18:43:38.711Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-23T18:43:39.302Z] ---> 2255b18092c2 [2021-04-23T18:43:39.302Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-23T18:43:39.302Z] ---> Running in baa5abab1fed [2021-04-23T18:43:39.893Z] Removing intermediate container baa5abab1fed [2021-04-23T18:43:39.893Z] ---> 356d66640f86 [2021-04-23T18:43:39.893Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-23T18:43:39.893Z] ---> Running in f8d6ca896199 [2021-04-23T18:43:40.165Z] Removing intermediate container f8d6ca896199 [2021-04-23T18:43:40.165Z] ---> ad03259a835a [2021-04-23T18:43:40.165Z] Step 21/23 : LABEL arch=arm64 [2021-04-23T18:43:40.436Z] ---> Running in d1136e145eb3 [2021-04-23T18:43:41.028Z] Removing intermediate container d1136e145eb3 [2021-04-23T18:43:41.028Z] ---> c3c9a9cb0f43 [2021-04-23T18:43:41.028Z] Step 22/23 : LABEL git_sha=e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [2021-04-23T18:43:41.028Z] ---> Running in 9867ae198fa3 [2021-04-23T18:43:41.624Z] Removing intermediate container 9867ae198fa3 [2021-04-23T18:43:41.624Z] ---> 9fd8edb257cc [2021-04-23T18:43:41.624Z] Step 23/23 : LABEL version=0.0.0 [2021-04-23T18:43:41.624Z] ---> Running in 3343b4d9f39d [2021-04-23T18:43:42.215Z] Removing intermediate container 3343b4d9f39d [2021-04-23T18:43:42.215Z] ---> 6950abd29de1 [2021-04-23T18:43:42.215Z] [2021-04-23T18:43:42.486Z] Successfully built 6950abd29de1 [2021-04-23T18:43:42.757Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-23T18:43:43.042Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-23T18:43:43.046Z] $ docker stop --time=1 268c72a5b6dc659d252c59e25ced631acd5da3bfb1bec4149f73bc52297c8605 [2021-04-23T18:43:45.028Z] $ docker rm -f 268c72a5b6dc659d252c59e25ced631acd5da3bfb1bec4149f73bc52297c8605 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-23T18:43:45.646Z] + + grep docker [2021-04-23T18:43:45.646Z] docker images [2021-04-23T18:43:45.916Z] docker-core-data-go-arm64 latest 6950abd29de1 4 seconds ago 21.6MB [2021-04-23T18:43:45.916Z] docker-core-metadata-go-arm64 latest 05cfa4d67483 17 seconds ago 18.1MB [2021-04-23T18:43:45.916Z] docker-support-scheduler-go-arm64 latest bb7922743429 24 seconds ago 16.6MB [2021-04-23T18:43:45.916Z] docker-security-secretstore-setup-go-arm64 latest f5e28e52205a 29 seconds ago 24.9MB [2021-04-23T18:43:45.916Z] docker-sys-mgmt-agent-go-arm64 latest 4f73125ec314 2 minutes ago 299MB [2021-04-23T18:43:45.916Z] docker-security-bootstrapper-go-arm64 latest 44547371f5c9 3 minutes ago 18.1MB [2021-04-23T18:43:45.916Z] docker-core-command-go-arm64 latest c523964f4c5e 3 minutes ago 16.5MB [2021-04-23T18:43:45.916Z] docker-support-notifications-go-arm64 latest 03f16be64a5a 3 minutes ago 17.2MB [2021-04-23T18:43:45.916Z] docker-security-proxy-setup-go-arm64 latest fc165a685dca 3 minutes ago 24.6MB [2021-04-23T18:43:45.916Z] docker 20.10.0 eeaf43b92773 4 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-04-23T18:43:46.524Z] ---> job-cost.sh [2021-04-23T18:43:46.524Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-F17b [2021-04-23T18:44:25.505Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-23T18:46:02.229Z] lf-activate-venv(): INFO: Adding /tmp/venv-F17b/bin to PATH [2021-04-23T18:46:02.229Z] INFO: No Stack... [2021-04-23T18:46:02.229Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-23T18:46:02.229Z] INFO: Archiving Costs [Pipeline] sh [2021-04-23T18:46:02.572Z] + cut -d, -f6 [2021-04-23T18:46:02.572Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-04-23T18:46:02.698Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3396-3-stack-cost] [2021-04-23T18:46:02.708Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3396-3-stack-cost] did not exist. Created. [2021-04-23T18:46:02.708Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3396-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-23T18:46:03.081Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-23T18:46:03.367Z] Stashed 1 file(s) [Pipeline] } [2021-04-23T18:46:03.377Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3396-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-23T18:46:03.832Z] provisioning config files... [2021-04-23T18:46:03.844Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5226574846045456586tmp [Pipeline] { [Pipeline] sh [2021-04-23T18:46:04.172Z] + set +x [2021-04-23T18:46:04.172Z] + curl -s https://codecov.io/bash [2021-04-23T18:46:04.172Z] + bash -s -- [2021-04-23T18:46:04.433Z] [2021-04-23T18:46:04.433Z] _____ _ [2021-04-23T18:46:04.433Z] / ____| | | [2021-04-23T18:46:04.433Z] | | ___ __| | ___ ___ _____ __ [2021-04-23T18:46:04.433Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-23T18:46:04.433Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-23T18:46:04.433Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-23T18:46:04.433Z] Bash-1.0.2 [2021-04-23T18:46:04.433Z] [2021-04-23T18:46:04.433Z] [2021-04-23T18:46:04.433Z] ==> git version 2.24.3 found [2021-04-23T18:46:04.433Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-23T18:46:04.433Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-23T18:46:04.433Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-23T18:46:04.694Z] ==> Jenkins CI detected. [2021-04-23T18:46:04.694Z] project root: . [2021-04-23T18:46:04.694Z] --> token set from env [2021-04-23T18:46:04.694Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-23T18:46:04.694Z] ==> Running gcov in . (disable via -X gcov) [2021-04-23T18:46:04.694Z] ==> Python coveragepy not found [2021-04-23T18:46:04.694Z] ==> Searching for coverage reports in: [2021-04-23T18:46:04.694Z] + . [2021-04-23T18:46:04.694Z] -> Found 1 reports [2021-04-23T18:46:04.694Z] ==> Detecting git/mercurial file structure [2021-04-23T18:46:04.694Z] ==> Reading reports [2021-04-23T18:46:04.694Z] + ./coverage.out bytes=703598 [2021-04-23T18:46:04.955Z] ==> Appending adjustments [2021-04-23T18:46:04.955Z] https://docs.codecov.io/docs/fixing-reports [2021-04-23T18:46:08.271Z] + Found adjustments [2021-04-23T18:46:08.271Z] ==> Gzipping contents [2021-04-23T18:46:08.271Z] 100K /tmp/codecov.aqLj0w.gz [2021-04-23T18:46:08.271Z] ==> Uploading reports [2021-04-23T18:46:08.271Z] url: https://codecov.io [2021-04-23T18:46:08.271Z] query: branch=PR-3396&commit=e43bf7cada016736cb12b4b6d36e41ebdfc98de9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3396%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3396&job=&cmd_args= [2021-04-23T18:46:08.271Z] -> Pinging Codecov [2021-04-23T18:46:08.271Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3396&commit=e43bf7cada016736cb12b4b6d36e41ebdfc98de9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3396%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3396&job=&cmd_args= [2021-04-23T18:46:08.841Z] -> Uploading to [2021-04-23T18:46:08.842Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-23/00271124DB129430A58F1EEE437C3FCB/e43bf7cada016736cb12b4b6d36e41ebdfc98de9/29621adb-76b5-4fed-9eef-73029ec4bab4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210423%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210423T184608Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=db354f8801c8c53778002abe1fd4b4905926f74b5d107ae9f3854ebb1eb04050 [2021-04-23T18:46:08.842Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-23T18:46:08.842Z] Dload Upload Total Spent Left Speed [2021-04-23T18:46:09.412Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 204k --:--:-- --:--:-- --:--:-- 205k [2021-04-23T18:46:09.412Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e43bf7cada016736cb12b4b6d36e41ebdfc98de9 [Pipeline] } [2021-04-23T18:46:09.421Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:46:10.191Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:46:11.064Z] ---> package-listing.sh [2021-04-23T18:46:11.064Z] ++ facter osfamily [2021-04-23T18:46:11.064Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-23T18:46:11.064Z] + OS_FAMILY=redhat [2021-04-23T18:46:11.064Z] + workspace=/w/workspace/edgex-go/3 [2021-04-23T18:46:11.064Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-23T18:46:11.064Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-23T18:46:11.064Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-23T18:46:11.064Z] + PACKAGES=/tmp/packages_start.txt [2021-04-23T18:46:11.064Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-23T18:46:11.064Z] + PACKAGES=/tmp/packages_end.txt [2021-04-23T18:46:11.064Z] + case "${OS_FAMILY}" in [2021-04-23T18:46:11.064Z] + rpm -qa [2021-04-23T18:46:11.064Z] + sort [2021-04-23T18:46:15.297Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-23T18:46:15.297Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-23T18:46:15.297Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-23T18:46:15.297Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-23T18:46:15.297Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-04-23T18:46:15.297Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-04-23T18:46:15.310Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-23T18:46:15.598Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:46:15.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-23T18:46:15.902Z] [2021-04-23T18:46:15.902Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-23T18:46:16.213Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-23T18:46:16.213Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-23T18:46:16.213Z] df20fa9351a1: Pulling fs layer [2021-04-23T18:46:16.213Z] 36b3adc4ff6f: Pulling fs layer [2021-04-23T18:46:16.213Z] 8ad3a11d3b57: Pulling fs layer [2021-04-23T18:46:16.213Z] 46f8f816bc3b: Pulling fs layer [2021-04-23T18:46:16.213Z] 93b61091891f: Pulling fs layer [2021-04-23T18:46:16.213Z] 93b9cdb0e59b: Pulling fs layer [2021-04-23T18:46:16.213Z] 5e14af77c1be: Pulling fs layer [2021-04-23T18:46:16.213Z] 01666e4c0597: Pulling fs layer [2021-04-23T18:46:16.213Z] aa168da1d23b: Pulling fs layer [2021-04-23T18:46:16.213Z] 46f8f816bc3b: Waiting [2021-04-23T18:46:16.213Z] 93b61091891f: Waiting [2021-04-23T18:46:16.213Z] 93b9cdb0e59b: Waiting [2021-04-23T18:46:16.213Z] 5e14af77c1be: Waiting [2021-04-23T18:46:16.213Z] 01666e4c0597: Waiting [2021-04-23T18:46:16.213Z] aa168da1d23b: Waiting [2021-04-23T18:46:16.213Z] 36b3adc4ff6f: Verifying Checksum [2021-04-23T18:46:16.213Z] 36b3adc4ff6f: Download complete [2021-04-23T18:46:16.213Z] 46f8f816bc3b: Verifying Checksum [2021-04-23T18:46:16.213Z] 46f8f816bc3b: Download complete [2021-04-23T18:46:16.475Z] df20fa9351a1: Download complete [2021-04-23T18:46:16.475Z] 93b9cdb0e59b: Verifying Checksum [2021-04-23T18:46:16.475Z] 93b9cdb0e59b: Download complete [2021-04-23T18:46:16.475Z] 5e14af77c1be: Verifying Checksum [2021-04-23T18:46:16.475Z] 5e14af77c1be: Download complete [2021-04-23T18:46:16.475Z] 93b61091891f: Verifying Checksum [2021-04-23T18:46:16.475Z] 93b61091891f: Download complete [2021-04-23T18:46:16.475Z] 01666e4c0597: Verifying Checksum [2021-04-23T18:46:16.475Z] 01666e4c0597: Download complete [2021-04-23T18:46:16.475Z] 8ad3a11d3b57: Verifying Checksum [2021-04-23T18:46:16.475Z] 8ad3a11d3b57: Download complete [2021-04-23T18:46:16.735Z] df20fa9351a1: Pull complete [2021-04-23T18:46:16.997Z] 36b3adc4ff6f: Pull complete [2021-04-23T18:46:17.577Z] 8ad3a11d3b57: Pull complete [2021-04-23T18:46:17.838Z] 46f8f816bc3b: Pull complete [2021-04-23T18:46:18.410Z] aa168da1d23b: Verifying Checksum [2021-04-23T18:46:18.410Z] aa168da1d23b: Download complete [2021-04-23T18:46:19.801Z] 93b61091891f: Pull complete [2021-04-23T18:46:20.062Z] 93b9cdb0e59b: Pull complete [2021-04-23T18:46:20.062Z] 5e14af77c1be: Pull complete [2021-04-23T18:46:20.325Z] 01666e4c0597: Pull complete [2021-04-23T18:46:28.482Z] aa168da1d23b: Pull complete [2021-04-23T18:46:28.482Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-23T18:46:28.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-23T18:46:28.483Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-23T18:46:28.625Z] prd-centos7-docker-4c-2g-1574 does not seem to be running inside a container [2021-04-23T18:46:28.670Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-23T18:46:37.239Z] $ docker top bd1d81932725e32c1636a4e107f0fc2ab5198f66a8d14f0b92d158ce09c2184f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-23T18:46:37.693Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-23T18:46:37.989Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-23T18:46:38.284Z] + ls /var/log/sa-host [2021-04-23T18:46:38.284Z] + sadf -c /var/log/sa-host/sa23 [2021-04-23T18:46:38.284Z] file_magic: OK [2021-04-23T18:46:38.284Z] HZ: Using current value: 100 [2021-04-23T18:46:38.284Z] file_header: OK [2021-04-23T18:46:38.284Z] 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-04-23T18:46:38.284Z] Statistics: [2021-04-23T18:46:38.284Z] 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... [2021-04-23T18:46:38.284Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-23T18:46:38.446Z] provisioning config files... [2021-04-23T18:46:38.477Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4170480553621865803tmp [Pipeline] { [Pipeline] echo [2021-04-23T18:46:38.500Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:46:38.795Z] ---> create-netrc.sh [Pipeline] } [2021-04-23T18:46:38.804Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-23T18:46:38.830Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:46:39.123Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-23T18:46:39.132Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:46:39.425Z] ---> sudo-logs.sh [2021-04-23T18:46:39.425Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-23T18:46:39.456Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:46:39.748Z] ---> job-cost.sh [2021-04-23T18:46:39.748Z] lf-activate-venv: SKIPPING [2021-04-23T18:46:39.748Z] DEBUG: total: 0.20999999344348907 [2021-04-23T18:46:39.748Z] INFO: Retrieving Stack Cost... [2021-04-23T18:46:40.320Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-23T18:46:40.891Z] INFO: Archiving Costs [Pipeline] echo [2021-04-23T18:46:40.906Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-23T18:46:41.207Z] ---> logs-deploy.sh [2021-04-23T18:46:41.207Z] lf-activate-venv: SKIPPING [2021-04-23T18:46:41.207Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3396/3 [2021-04-23T18:46:41.207Z] INFO: archiving workspace using pattern(s): [2021-04-23T18:46:43.122Z] Archives upload complete. [2021-04-23T18:46:43.122Z] INFO: archiving logs to Nexus