Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 99e46cabfeb65656223fcf03e226b976d141ea52+afdb9f2a3541b593beed41fd247753118ef1ae38 (776749eb9d810885b24db710764a2548841aa7cc) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 5a4b2863d981ac6c14e44fa4f963a690d64f08cf using credential edgex-jenkins-ssh > 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27424 in /w/workspace/edgexfoundry_edgex-go_PR-3186 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit afdb9f2a3541b593beed41fd247753118ef1ae38 into PR head commit 99e46cabfeb65656223fcf03e226b976d141ea52 Merge succeeded, producing 542f72c83b85410d99c354125e04b3c910342b95 Checking out Revision 542f72c83b85410d99c354125e04b3c910342b95 (PR-3186) > 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/3186/head:refs/remotes/origin/PR-3186 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99e46cabfeb65656223fcf03e226b976d141ea52 # 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 afdb9f2a3541b593beed41fd247753118ef1ae38 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 542f72c83b85410d99c354125e04b3c910342b95 # timeout=10 Commit message: "Merge commit 'afdb9f2a3541b593beed41fd247753118ef1ae38' into HEAD" > git rev-list --no-walk 99e46cabfeb65656223fcf03e226b976d141ea52 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-24T00:30:03.349Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-24T00:30:03.660Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-24T00:30:03.745Z] ========================================================= [2021-02-24T00:30:03.745Z] EdgeX Global Pipelines Version Info [2021-02-24T00:30:03.745Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:30:05.242Z] ------------------- [2021-02-24T00:30:05.242Z] stable info: [2021-02-24T00:30:05.242Z] ------------------- [2021-02-24T00:30:05.242Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-24T00:30:05.242Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T00:30:05.242Z] Message: update stable to v1.0.181 [2021-02-24T00:30:06.188Z] ------------------- [2021-02-24T00:30:06.188Z] experimental info: [2021-02-24T00:30:06.188Z] ------------------- [2021-02-24T00:30:06.188Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-24T00:30:06.188Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T00:30:06.188Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-24T00:30:34.011Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-24T00:30:34.100Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-24T00:30:34.193Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-24T00:30:34.286Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-24T00:30:34.390Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-24T00:30:34.477Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-24T00:30:34.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-24T00:30:34.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-24T00:30:34.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-24T00:30:34.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-24T00:30:34.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-24T00:30:35.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-24T00:30:35.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-24T00:30:35.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-24T00:30:35.408Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-24T00:30:35.498Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-24T00:30:35.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-24T00:30:35.682Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-24T00:30:35.779Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-24T00:30:35.892Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-24T00:30:35.974Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-24T00:30:36.057Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3186 [Pipeline] echo [2021-02-24T00:30:36.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3186 [Pipeline] echo [2021-02-24T00:30:36.289Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3186 [Pipeline] echo [2021-02-24T00:30:36.374Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 542f72c83b85410d99c354125e04b3c910342b95 [Pipeline] echo [2021-02-24T00:30:36.473Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 542f72c [Pipeline] echo [2021-02-24T00:30:36.556Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T00:30:36.744Z] provisioning config files... [2021-02-24T00:30:36.800Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7337808239776273798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:30:37.234Z] ---> docker-login.sh [2021-02-24T00:30:37.234Z] nexus3.edgexfoundry.org:10001 [2021-02-24T00:30:37.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:30:37.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:30:37.519Z] Configure a credential helper to remove this warning. See [2021-02-24T00:30:37.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:30:37.519Z] [2021-02-24T00:30:37.519Z] Login Succeeded [2021-02-24T00:30:37.519Z] nexus3.edgexfoundry.org:10002 [2021-02-24T00:30:37.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:30:37.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:30:37.784Z] Configure a credential helper to remove this warning. See [2021-02-24T00:30:37.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:30:37.784Z] [2021-02-24T00:30:37.784Z] Login Succeeded [2021-02-24T00:30:37.784Z] nexus3.edgexfoundry.org:10003 [2021-02-24T00:30:38.049Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:30:38.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:30:38.049Z] Configure a credential helper to remove this warning. See [2021-02-24T00:30:38.049Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:30:38.049Z] [2021-02-24T00:30:38.049Z] Login Succeeded [2021-02-24T00:30:38.049Z] nexus3.edgexfoundry.org:10004 [2021-02-24T00:30:38.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:30:38.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:30:38.331Z] Configure a credential helper to remove this warning. See [2021-02-24T00:30:38.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:30:38.331Z] [2021-02-24T00:30:38.331Z] Login Succeeded [2021-02-24T00:30:38.331Z] docker.io [2021-02-24T00:30:38.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:30:38.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:30:38.598Z] Configure a credential helper to remove this warning. See [2021-02-24T00:30:38.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:30:38.598Z] [2021-02-24T00:30:38.598Z] Login Succeeded [2021-02-24T00:30:38.598Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T00:30:38.611Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T00:30:39.092Z] ++ 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-02-24T00:30:39.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:30:39.093Z] ++ dirname cmd/core-command/Dockerfile [2021-02-24T00:30:39.093Z] ++ cut -d/ -f2 [2021-02-24T00:30:39.093Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-24T00:30:39.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:30:39.093Z] ++ dirname cmd/core-data/Dockerfile [2021-02-24T00:30:39.093Z] ++ cut -d/ -f2 [2021-02-24T00:30:39.093Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-24T00:30:39.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:30:39.093Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-24T00:30:39.093Z] ++ cut -d/ -f2 [2021-02-24T00:30:39.093Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-24T00:30:39.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:30:39.093Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-24T00:30:39.093Z] ++ cut -d/ -f2 [2021-02-24T00:30:39.093Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-24T00:30:39.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:30:39.093Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-24T00:30:39.093Z] ++ cut -d/ -f2 [2021-02-24T00:30:39.093Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-24T00:30:39.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:30:39.093Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-24T00:30:39.093Z] ++ cut -d/ -f2 [2021-02-24T00:30:39.093Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-24T00:30:39.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:30:39.093Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-24T00:30:39.093Z] ++ cut -d/ -f2 [2021-02-24T00:30:39.093Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-24T00:30:39.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:30:39.093Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-24T00:30:39.093Z] ++ cut -d/ -f2 [2021-02-24T00:30:39.093Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-24T00:30:39.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T00:30:39.093Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-24T00:30:39.093Z] ++ cut -d/ -f2 [2021-02-24T00:30:39.093Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-24T00:30:39.186Z] 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-02-24T00:30:40.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T00:30:40.742Z] [2021-02-24T00:30:40.742Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:30:41.094Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T00:30:41.094Z] latest: Pulling from edgex-devops/git-semver [2021-02-24T00:30:41.094Z] 31603596830f: Pulling fs layer [2021-02-24T00:30:41.094Z] 2a8b12db71e7: Pulling fs layer [2021-02-24T00:30:41.094Z] 6ca5941a6612: Pulling fs layer [2021-02-24T00:30:41.094Z] ecc8261a40a4: Pulling fs layer [2021-02-24T00:30:41.094Z] ecc8261a40a4: Waiting [2021-02-24T00:30:41.094Z] 2a8b12db71e7: Verifying Checksum [2021-02-24T00:30:41.094Z] 2a8b12db71e7: Download complete [2021-02-24T00:30:41.094Z] 31603596830f: Verifying Checksum [2021-02-24T00:30:41.094Z] 31603596830f: Download complete [2021-02-24T00:30:41.357Z] ecc8261a40a4: Verifying Checksum [2021-02-24T00:30:41.357Z] ecc8261a40a4: Download complete [2021-02-24T00:30:41.357Z] 6ca5941a6612: Verifying Checksum [2021-02-24T00:30:41.357Z] 6ca5941a6612: Download complete [2021-02-24T00:30:41.624Z] 31603596830f: Pull complete [2021-02-24T00:30:41.900Z] 2a8b12db71e7: Pull complete [2021-02-24T00:30:42.864Z] 6ca5941a6612: Pull complete [2021-02-24T00:30:43.128Z] ecc8261a40a4: Pull complete [2021-02-24T00:30:43.128Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-24T00:30:43.128Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T00:30:43.128Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-24T00:30:43.247Z] prd-centos7-docker-4c-2g-27424 does not seem to be running inside a container [2021-02-24T00:30:43.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-24T00:30:45.653Z] $ docker top 92251fb3edb5f6d410c4fc0bad8799c3b31846903f81acdd10661187caa75d96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-24T00:30:45.983Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T00:30:45.983Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T00:30:46.215Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T00:30:46.219Z] $ docker exec 92251fb3edb5f6d410c4fc0bad8799c3b31846903f81acdd10661187caa75d96 ssh-agent [2021-02-24T00:30:46.405Z] SSH_AUTH_SOCK=/tmp/ssh-kv5jMGRDPV29/agent.12 [2021-02-24T00:30:46.405Z] SSH_AGENT_PID=18 [2021-02-24T00:30:46.416Z] Running ssh-add (command line suppressed) [2021-02-24T00:30:46.541Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2433535731533258278.key (/w/workspace/edgex-go/2@tmp/private_key_2433535731533258278.key) [2021-02-24T00:30:46.601Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T00:30:46.964Z] + git tag --points-at HEAD [Pipeline] } [2021-02-24T00:30:46.990Z] $ docker exec --env ******** --env ******** 92251fb3edb5f6d410c4fc0bad8799c3b31846903f81acdd10661187caa75d96 ssh-agent -k [2021-02-24T00:30:47.106Z] unset SSH_AUTH_SOCK; [2021-02-24T00:30:47.107Z] unset SSH_AGENT_PID; [2021-02-24T00:30:47.107Z] echo Agent pid 18 killed; [2021-02-24T00:30:47.157Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-24T00:30:47.351Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T00:30:47.351Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T00:30:47.524Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T00:30:47.528Z] $ docker exec 92251fb3edb5f6d410c4fc0bad8799c3b31846903f81acdd10661187caa75d96 ssh-agent [2021-02-24T00:30:47.709Z] SSH_AUTH_SOCK=/tmp/ssh-o2o55m9Iy95I/agent.48 [2021-02-24T00:30:47.709Z] SSH_AGENT_PID=53 [2021-02-24T00:30:47.716Z] Running ssh-add (command line suppressed) [2021-02-24T00:30:47.843Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6558488805609608386.key (/w/workspace/edgex-go/2@tmp/private_key_6558488805609608386.key) [2021-02-24T00:30:47.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T00:30:48.248Z] + git semver init [2021-02-24T00:30:48.248Z] # -> Open(): unable to determine branch for HEAD [2021-02-24T00:30:48.248Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-24T00:30:48.248Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-24T00:30:48.248Z] # $SEMVER_REMOTE_NAME = origin [2021-02-24T00:30:48.248Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-24T00:30:48.248Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-24T00:30:48.248Z] # $SEMVER_BRANCH = PR-3186 [2021-02-24T00:30:48.248Z] # $SEMVER_TEMP = /tmp/semver-484672585 [2021-02-24T00:30:48.248Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-24T00:31:10.308Z] # '/tmp/semver-484672585' -> '/w/workspace/edgex-go/2/.semver' [2021-02-24T00:31:10.601Z] # -> Force: false [2021-02-24T00:31:10.601Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-24T00:31:10.627Z] $ docker exec --env ******** --env ******** 92251fb3edb5f6d410c4fc0bad8799c3b31846903f81acdd10661187caa75d96 ssh-agent -k [2021-02-24T00:31:10.903Z] unset SSH_AUTH_SOCK; [2021-02-24T00:31:10.903Z] unset SSH_AGENT_PID; [2021-02-24T00:31:10.903Z] echo Agent pid 53 killed; [2021-02-24T00:31:11.029Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T00:31:11.541Z] + git semver [Pipeline] } [2021-02-24T00:31:11.564Z] $ docker stop --time=1 92251fb3edb5f6d410c4fc0bad8799c3b31846903f81acdd10661187caa75d96 [2021-02-24T00:31:13.252Z] $ docker rm -f 92251fb3edb5f6d410c4fc0bad8799c3b31846903f81acdd10661187caa75d96 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T00:31:13.825Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-24T00:31:14.401Z] Stashed 1 file(s) [Pipeline] echo [2021-02-24T00:31:14.403Z] [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-02-24T00:31:15.316Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-24T00:31:15.663Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-24T00:31:16.018Z] + sudo service docker restart [2021-02-24T00:31:16.018Z] + true [2021-02-24T00:31:16.018Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-24T00:31:16.616Z] ========================================================= [2021-02-24T00:31:16.616Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-24T00:31:16.616Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:31:16.959Z] + 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-02-24T00:31:21.230Z] Sending build context to Docker daemon 328MB [2021-02-24T00:31:21.230Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T00:31:21.230Z] Step 2/6 : FROM ${BASE} [2021-02-24T00:31:21.230Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-24T00:31:21.230Z] 188c0c94c7c5: Pulling fs layer [2021-02-24T00:31:21.230Z] 0ef7d3d256c8: Pulling fs layer [2021-02-24T00:31:21.230Z] de9db76c5a1d: Pulling fs layer [2021-02-24T00:31:21.230Z] bca2f99d35d6: Pulling fs layer [2021-02-24T00:31:21.230Z] 93359f2a8cfa: Pulling fs layer [2021-02-24T00:31:21.230Z] 7c6f9722023f: Pulling fs layer [2021-02-24T00:31:21.230Z] a35cf1a2eb13: Pulling fs layer [2021-02-24T00:31:21.230Z] bca2f99d35d6: Waiting [2021-02-24T00:31:21.230Z] 93359f2a8cfa: Waiting [2021-02-24T00:31:21.230Z] 7c6f9722023f: Waiting [2021-02-24T00:31:21.230Z] a35cf1a2eb13: Waiting [2021-02-24T00:31:21.230Z] de9db76c5a1d: Verifying Checksum [2021-02-24T00:31:21.230Z] de9db76c5a1d: Download complete [2021-02-24T00:31:21.230Z] 0ef7d3d256c8: Verifying Checksum [2021-02-24T00:31:21.230Z] 0ef7d3d256c8: Download complete [2021-02-24T00:31:21.230Z] 93359f2a8cfa: Verifying Checksum [2021-02-24T00:31:21.230Z] 93359f2a8cfa: Download complete [2021-02-24T00:31:21.230Z] 188c0c94c7c5: Verifying Checksum [2021-02-24T00:31:21.230Z] 188c0c94c7c5: Download complete [2021-02-24T00:31:21.230Z] 7c6f9722023f: Verifying Checksum [2021-02-24T00:31:21.230Z] 7c6f9722023f: Download complete [2021-02-24T00:31:21.498Z] 188c0c94c7c5: Pull complete [2021-02-24T00:31:21.761Z] 0ef7d3d256c8: Pull complete [2021-02-24T00:31:22.028Z] de9db76c5a1d: Pull complete [2021-02-24T00:31:23.440Z] a35cf1a2eb13: Verifying Checksum [2021-02-24T00:31:23.440Z] a35cf1a2eb13: Download complete [2021-02-24T00:31:24.050Z] bca2f99d35d6: Verifying Checksum [2021-02-24T00:31:24.050Z] bca2f99d35d6: Download complete [2021-02-24T00:31:29.382Z] bca2f99d35d6: Pull complete [2021-02-24T00:31:29.382Z] 93359f2a8cfa: Pull complete [2021-02-24T00:31:29.382Z] 7c6f9722023f: Pull complete [2021-02-24T00:31:29.782Z] Still waiting to schedule task [2021-02-24T00:31:29.782Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-24T00:31:33.654Z] a35cf1a2eb13: Pull complete [2021-02-24T00:31:33.654Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-24T00:31:33.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-24T00:31:33.654Z] ---> a62c8e92a672 [2021-02-24T00:31:33.654Z] 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-02-24T00:31:33.939Z] ---> Running in dfb1399b0ef1 [2021-02-24T00:31:34.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:31:35.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:31:35.738Z] (1/12) Installing libmagic (5.38-r0) [2021-02-24T00:31:36.001Z] (2/12) Installing file (5.38-r0) [2021-02-24T00:31:36.001Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-24T00:31:36.264Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-24T00:31:44.473Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-24T00:31:44.473Z] (6/12) Installing patch (2.7.6-r6) [2021-02-24T00:31:44.473Z] (7/12) Installing build-base (0.5-r2) [2021-02-24T00:31:44.473Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-24T00:31:44.473Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-24T00:31:44.473Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-24T00:31:44.473Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-24T00:31:44.736Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-24T00:31:44.736Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:31:45.003Z] OK: 233 MiB in 51 packages [2021-02-24T00:31:49.241Z] Removing intermediate container dfb1399b0ef1 [2021-02-24T00:31:49.241Z] ---> 8167fb9ed77f [2021-02-24T00:31:49.241Z] Step 4/6 : WORKDIR /edgex-go [2021-02-24T00:31:49.241Z] ---> Running in d421d2efb03c [2021-02-24T00:31:49.241Z] Removing intermediate container d421d2efb03c [2021-02-24T00:31:49.241Z] ---> be6869912d5b [2021-02-24T00:31:49.241Z] Step 5/6 : COPY go.mod . [2021-02-24T00:31:49.241Z] ---> 3b686812c576 [2021-02-24T00:31:49.241Z] Step 6/6 : RUN go mod download [2021-02-24T00:31:49.241Z] ---> Running in 4f4d32506fdf [2021-02-24T00:32:11.283Z] Removing intermediate container 4f4d32506fdf [2021-02-24T00:32:11.283Z] ---> ef70c4b5317b [2021-02-24T00:32:11.283Z] Successfully built ef70c4b5317b [2021-02-24T00:32:11.283Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:32:11.664Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-24T00:32:11.664Z] . [Pipeline] withDockerContainer [2021-02-24T00:32:11.777Z] prd-centos7-docker-4c-2g-27424 does not seem to be running inside a container [2021-02-24T00:32:11.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2021-02-24T00:32:12.803Z] $ docker top 9310fa9f537534f397b34b94ff66353e7089743cc58518df0fc330c2587dd4c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T00:32:13.375Z] + go version [2021-02-24T00:32:13.375Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-24T00:32:13.394Z] $ docker stop --time=1 9310fa9f537534f397b34b94ff66353e7089743cc58518df0fc330c2587dd4c2 [2021-02-24T00:32:14.787Z] $ docker rm -f 9310fa9f537534f397b34b94ff66353e7089743cc58518df0fc330c2587dd4c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:32:15.567Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-24T00:32:15.567Z] . [Pipeline] withDockerContainer [2021-02-24T00:32:15.676Z] prd-centos7-docker-4c-2g-27424 does not seem to be running inside a container [2021-02-24T00:32:15.740Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2021-02-24T00:32:16.574Z] $ docker top f73ccd5bf70557757f5461359731d0a3b34a1e830e9d1c4e05bb1681c746021b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-24T00:32:16.760Z] ========================================================= [2021-02-24T00:32:16.760Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-24T00:32:16.760Z] ========================================================= [Pipeline] sh [2021-02-24T00:32:17.049Z] + make test [2021-02-24T00:32:17.050Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-24T00:32:27.114Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-24T00:32:45.391Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-24T00:32:50.747Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-24T00:32:50.747Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-24T00:32:50.747Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-24T00:32:52.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-24T00:32:52.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-24T00:32:52.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-24T00:32:52.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-24T00:32:52.768Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-24T00:32:53.361Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-24T00:32:56.713Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-24T00:32:56.713Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-24T00:32:56.713Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-24T00:32:58.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.183s coverage: 45.9% of statements [2021-02-24T00:32:58.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-24T00:32:58.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-24T00:32:58.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-24T00:32:58.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-24T00:32:58.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-24T00:32:58.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-24T00:32:58.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-24T00:32:58.150Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements [2021-02-24T00:33:02.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.234s coverage: 27.1% of statements [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-24T00:33:02.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-24T00:33:02.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-24T00:33:02.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 65.8% of statements [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-24T00:33:02.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-24T00:33:02.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.478s coverage: 82.3% of statements [2021-02-24T00:33:02.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-24T00:33:02.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:33:02.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-24T00:33:02.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-24T00:33:02.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.483s coverage: 28.6% of statements [2021-02-24T00:33:02.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-24T00:33:02.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-24T00:33:02.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-24T00:33:02.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-24T00:33:02.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-24T00:33:03.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-02-24T00:33:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-24T00:33:03.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2021-02-24T00:33:03.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-24T00:33:04.544Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements [2021-02-24T00:33:04.544Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-24T00:33:04.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.145s coverage: 97.5% of statements [2021-02-24T00:33:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-24T00:33:04.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-02-24T00:33:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-24T00:33:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-24T00:33:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-24T00:33:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-24T00:33:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.435s coverage: 92.8% of statements [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-24T00:33:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-24T00:33:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-24T00:33:07.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-24T00:33:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 45.5% of statements [2021-02-24T00:33:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements [2021-02-24T00:33:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-02-24T00:33:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements [2021-02-24T00:33:07.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-02-24T00:33:19.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.036s coverage: 94.4% of statements [2021-02-24T00:33:19.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 62.4% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 68.9% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 36.6% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 47.0% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.127s coverage: 89.4% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.787s coverage: 29.1% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-02-24T00:33:32.041Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-24T00:33:32.041Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-24T00:33:32.042Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 92.9% of statements [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-24T00:33:32.042Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-24T00:33:32.042Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-24T00:33:32.042Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-24T00:33:32.042Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-24T00:33:32.042Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-24T00:33:32.042Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-02-24T00:33:32.042Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-24T00:33:32.042Z] GO111MODULE=on go vet ./... [2021-02-24T00:33:58.808Z] gofmt -l . [2021-02-24T00:33:58.808Z] [ "`gofmt -l .`" = "" ] [2021-02-24T00:33:58.808Z] ./bin/test-go-mod-tidy.sh [2021-02-24T00:33:59.079Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-24T00:33:59.969Z] + ls -al . [2021-02-24T00:33:59.969Z] total 708 [2021-02-24T00:33:59.969Z] drwxrwxr-x 10 1001 1001 4096 Feb 24 00:33 . [2021-02-24T00:33:59.969Z] drwxr-xr-x 4 root root 28 Feb 24 00:32 .. [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 11 Feb 24 00:29 .dockerignore [2021-02-24T00:33:59.969Z] drwxrwxr-x 8 1001 1001 179 Feb 24 00:30 .git [2021-02-24T00:33:59.969Z] drwxrwxr-x 3 1001 1001 125 Feb 24 00:29 .github [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 818 Feb 24 00:29 .gitignore [2021-02-24T00:33:59.969Z] drwx------ 3 1001 1001 60 Feb 24 00:31 .semver [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 166 Feb 24 00:29 .sonarcloud.properties [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 8475 Feb 24 00:29 Attribution.txt [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 3804 Feb 24 00:29 CONTRIBUTING.md [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 931 Feb 24 00:29 Dockerfile.build [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 863 Feb 24 00:29 Jenkinsfile [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 10775 Feb 24 00:29 LICENSE [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 5774 Feb 24 00:29 Makefile [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 6524 Feb 24 00:29 README.md [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 6755 Feb 24 00:29 SECURITY.md [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 5 Feb 24 00:31 VERSION [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 4131 Feb 24 00:29 ZMQWindows.md [2021-02-24T00:33:59.969Z] drwxrwxr-x 2 1001 1001 117 Feb 24 00:29 bin [2021-02-24T00:33:59.969Z] drwxrwxr-x 14 1001 1001 4096 Feb 24 00:29 cmd [2021-02-24T00:33:59.969Z] -rw-r--r-- 1 root root 594620 Feb 24 00:33 coverage.out [2021-02-24T00:33:59.969Z] -rw-r--r-- 1 root root 1055 Feb 24 00:33 go.mod [2021-02-24T00:33:59.969Z] -rw-r--r-- 1 root root 21528 Feb 24 00:33 go.sum [2021-02-24T00:33:59.969Z] drwxrwxr-x 8 1001 1001 127 Feb 24 00:29 internal [2021-02-24T00:33:59.969Z] drwxrwxr-x 4 1001 1001 26 Feb 24 00:29 openapi [2021-02-24T00:33:59.969Z] drwxrwxr-x 4 1001 1001 71 Feb 24 00:29 snap [2021-02-24T00:33:59.969Z] -rw-rw-r-- 1 1001 1001 168 Feb 24 00:29 version.go [Pipeline] sh [2021-02-24T00:34:00.283Z] + '[' -e coverage.out ] [2021-02-24T00:34:00.283Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-24T00:34:00.550Z] Stashed 1 file(s) [Pipeline] sh [2021-02-24T00:34:00.851Z] + make build [2021-02-24T00:34:00.851Z] 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-02-24T00:34:06.207Z] 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-02-24T00:34:08.597Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27429 in /w/workspace/edgexfoundry_edgex-go_PR-3186 [Pipeline] { [Pipeline] ws [2021-02-24T00:34:08.650Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-24T00:34:13.442Z] using credential edgex-jenkins-ssh [2021-02-24T00:34:13.505Z] Cloning the remote Git repository [2021-02-24T00:34:13.563Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:34:13.668Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-24T00:34:14.470Z] 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-02-24T00:34:13.769Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:34:13.770Z] > git --version # timeout=10 [2021-02-24T00:34:13.786Z] > git --version # 'git version 2.17.1' [2021-02-24T00:34:13.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:34:13.841Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T00:34:15.489Z] 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-02-24T00:34:17.434Z] 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-02-24T00:34:17.700Z] 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-02-24T00:34:19.629Z] 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-02-24T00:34:21.034Z] 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-02-24T00:34:22.445Z] 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-02-24T00:34:23.398Z] 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-02-24T00:34:24.354Z] 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-02-24T00:34:25.767Z] 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-02-24T00:34:27.736Z] $ docker stop --time=1 f73ccd5bf70557757f5461359731d0a3b34a1e830e9d1c4e05bb1681c746021b [2021-02-24T00:34:29.502Z] $ docker rm -f f73ccd5bf70557757f5461359731d0a3b34a1e830e9d1c4e05bb1681c746021b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:34:33.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T00:34:33.399Z] [2021-02-24T00:34:33.399Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:34:33.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T00:34:33.753Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-24T00:34:33.753Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-24T00:34:33.753Z] ca9280d653b3: Pulling fs layer [2021-02-24T00:34:33.753Z] 7e9c9ca2126c: Pulling fs layer [2021-02-24T00:34:34.328Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-24T00:34:34.328Z] cbdbe7a5bc2a: Download complete [2021-02-24T00:34:34.908Z] cbdbe7a5bc2a: Pull complete [2021-02-24T00:34:34.908Z] ca9280d653b3: Download complete [2021-02-24T00:34:35.869Z] 7e9c9ca2126c: Download complete [2021-02-24T00:34:35.869Z] ca9280d653b3: Pull complete [2021-02-24T00:34:42.503Z] 7e9c9ca2126c: Pull complete [2021-02-24T00:34:42.503Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-24T00:34:42.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T00:34:42.503Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-24T00:34:42.697Z] prd-centos7-docker-4c-2g-27424 does not seem to be running inside a container [2021-02-24T00:34:42.751Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-24T00:34:45.734Z] $ docker top 878bd3d7463def62730d9d95acd6418fb45fd6ffd487bb9e2e9dbb81626f0a2c -eo pid,comm [2021-02-24T00:34:45.872Z] Merging remotes/origin/master commit afdb9f2a3541b593beed41fd247753118ef1ae38 into PR head commit 99e46cabfeb65656223fcf03e226b976d141ea52 [Pipeline] { [Pipeline] sh [2021-02-24T00:34:46.265Z] + docker-compose build --help [2021-02-24T00:34:46.265Z] + grep parallel [2021-02-24T00:34:46.512Z] Merge succeeded, producing f45488537494f4e363f4e9bc158b9f253c4d4238 [2021-02-24T00:34:46.512Z] Checking out Revision f45488537494f4e363f4e9bc158b9f253c4d4238 (PR-3186) [2021-02-24T00:34:47.212Z] --parallel Build images in parallel. [Pipeline] } [2021-02-24T00:34:47.489Z] $ docker stop --time=1 878bd3d7463def62730d9d95acd6418fb45fd6ffd487bb9e2e9dbb81626f0a2c [2021-02-24T00:34:45.056Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-24T00:34:45.085Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T00:34:45.112Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-24T00:34:45.141Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:34:45.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:34:45.154Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3186/head:refs/remotes/origin/PR-3186 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-24T00:34:45.894Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T00:34:45.911Z] > git checkout -f 99e46cabfeb65656223fcf03e226b976d141ea52 # timeout=10 [2021-02-24T00:34:46.221Z] > git remote # timeout=10 [2021-02-24T00:34:46.239Z] > git config --get remote.origin.url # timeout=10 [2021-02-24T00:34:46.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:34:46.266Z] > git merge afdb9f2a3541b593beed41fd247753118ef1ae38 # timeout=10 [2021-02-24T00:34:46.501Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-24T00:34:46.520Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T00:34:46.534Z] > git checkout -f f45488537494f4e363f4e9bc158b9f253c4d4238 # timeout=10 [2021-02-24T00:34:48.864Z] $ docker rm -f 878bd3d7463def62730d9d95acd6418fb45fd6ffd487bb9e2e9dbb81626f0a2c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:34:49.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T00:34:49.486Z] . [Pipeline] withDockerContainer [2021-02-24T00:34:49.654Z] prd-centos7-docker-4c-2g-27424 does not seem to be running inside a container [2021-02-24T00:34:49.765Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-02-24T00:34:50.409Z] $ docker top 2a74487fea4ad7d42a8fa376cdd11b08e4a0064caabd3cd6b757ab99e969f263 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T00:34:50.817Z] Commit message: "Merge commit 'afdb9f2a3541b593beed41fd247753118ef1ae38' into HEAD" [2021-02-24T00:34:50.826Z] > git rev-list --no-walk 99e46cabfeb65656223fcf03e226b976d141ea52 # timeout=10 [2021-02-24T00:34:50.961Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-24T00:34:51.910Z] Building docker-core-command-go ... [2021-02-24T00:34:51.910Z] Building docker-core-data-go ... [2021-02-24T00:34:51.910Z] Building docker-core-metadata-go ... [2021-02-24T00:34:51.910Z] Building docker-security-bootstrapper-go ... [2021-02-24T00:34:51.910Z] Building docker-security-proxy-setup-go ... [2021-02-24T00:34:51.910Z] Building docker-security-secretstore-setup-go ... [2021-02-24T00:34:51.910Z] Building docker-support-notifications-go ... [2021-02-24T00:34:51.910Z] Building docker-support-scheduler-go ... [2021-02-24T00:34:51.910Z] Building docker-sys-mgmt-agent-go ... [2021-02-24T00:34:51.910Z] Building docker-support-notifications-go [2021-02-24T00:34:51.910Z] Building docker-sys-mgmt-agent-go [2021-02-24T00:34:51.910Z] Building docker-core-command-go [2021-02-24T00:34:51.910Z] Building docker-security-proxy-setup-go [2021-02-24T00:34:51.910Z] Building docker-core-metadata-go [2021-02-24T00:34:52.482Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-24T00:34:52.890Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-24T00:34:53.227Z] + sudo service docker restart [2021-02-24T00:34:53.227Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T00:34:55.918Z] provisioning config files... [2021-02-24T00:34:55.961Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5477676273962072312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:34:56.383Z] ---> docker-login.sh [2021-02-24T00:34:56.383Z] nexus3.edgexfoundry.org:10001 [2021-02-24T00:34:56.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:34:57.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:34:57.580Z] Configure a credential helper to remove this warning. See [2021-02-24T00:34:57.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:34:57.580Z] [2021-02-24T00:34:57.580Z] Login Succeeded [2021-02-24T00:34:57.580Z] nexus3.edgexfoundry.org:10002 [2021-02-24T00:34:57.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:34:58.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:34:58.129Z] Configure a credential helper to remove this warning. See [2021-02-24T00:34:58.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:34:58.129Z] [2021-02-24T00:34:58.129Z] Login Succeeded [2021-02-24T00:34:58.129Z] nexus3.edgexfoundry.org:10003 [2021-02-24T00:34:58.402Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:34:58.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:34:58.679Z] Configure a credential helper to remove this warning. See [2021-02-24T00:34:58.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:34:58.679Z] [2021-02-24T00:34:58.679Z] Login Succeeded [2021-02-24T00:34:58.679Z] nexus3.edgexfoundry.org:10004 [2021-02-24T00:34:58.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:34:58.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:34:58.954Z] Configure a credential helper to remove this warning. See [2021-02-24T00:34:58.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:34:58.954Z] [2021-02-24T00:34:58.954Z] Login Succeeded [2021-02-24T00:34:58.954Z] docker.io [2021-02-24T00:34:59.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T00:34:59.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T00:34:59.823Z] Configure a credential helper to remove this warning. See [2021-02-24T00:34:59.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T00:34:59.823Z] [2021-02-24T00:34:59.823Z] Login Succeeded [2021-02-24T00:34:59.823Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T00:34:59.841Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-24T00:35:00.272Z] ========================================================= [2021-02-24T00:35:00.272Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-24T00:35:00.272Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:35:00.663Z] + 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-02-24T00:35:03.315Z] Sending build context to Docker daemon 166.3MB [2021-02-24T00:35:03.315Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T00:35:03.315Z] Step 2/6 : FROM ${BASE} [2021-02-24T00:35:03.315Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-24T00:35:03.315Z] 5f621e34cdf4: Pulling fs layer [2021-02-24T00:35:03.315Z] a4357932f1b6: Pulling fs layer [2021-02-24T00:35:03.315Z] 18c013af1878: Pulling fs layer [2021-02-24T00:35:03.315Z] 00ac8860ef70: Pulling fs layer [2021-02-24T00:35:03.315Z] 63d7cb157983: Pulling fs layer [2021-02-24T00:35:03.315Z] b116817d02f9: Pulling fs layer [2021-02-24T00:35:03.315Z] 745a02a5169b: Pulling fs layer [2021-02-24T00:35:03.315Z] 00ac8860ef70: Waiting [2021-02-24T00:35:03.315Z] 63d7cb157983: Waiting [2021-02-24T00:35:03.315Z] b116817d02f9: Waiting [2021-02-24T00:35:03.315Z] 745a02a5169b: Waiting [2021-02-24T00:35:03.315Z] 18c013af1878: Download complete [2021-02-24T00:35:03.315Z] a4357932f1b6: Download complete [2021-02-24T00:35:03.315Z] 63d7cb157983: Verifying Checksum [2021-02-24T00:35:03.315Z] 63d7cb157983: Download complete [2021-02-24T00:35:03.315Z] 5f621e34cdf4: Verifying Checksum [2021-02-24T00:35:03.315Z] 5f621e34cdf4: Download complete [2021-02-24T00:35:03.315Z] b116817d02f9: Verifying Checksum [2021-02-24T00:35:03.315Z] b116817d02f9: Download complete [2021-02-24T00:35:03.919Z] 5f621e34cdf4: Pull complete [2021-02-24T00:35:04.528Z] a4357932f1b6: Pull complete [2021-02-24T00:35:04.803Z] 18c013af1878: Pull complete [2021-02-24T00:35:05.090Z] 745a02a5169b: Verifying Checksum [2021-02-24T00:35:05.090Z] 745a02a5169b: Download complete [2021-02-24T00:35:07.069Z] 00ac8860ef70: Download complete [2021-02-24T00:35:17.257Z] 00ac8860ef70: Pull complete [2021-02-24T00:35:17.532Z] 63d7cb157983: Pull complete [2021-02-24T00:35:17.807Z] b116817d02f9: Pull complete [2021-02-24T00:35:22.123Z] 745a02a5169b: Pull complete [2021-02-24T00:35:22.123Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-24T00:35:22.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-24T00:35:22.124Z] ---> b7e6874047d6 [2021-02-24T00:35:22.124Z] 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-02-24T00:35:24.291Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:35:24.291Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:35:24.291Z] ---> ef70c4b5317b [2021-02-24T00:35:24.291Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T00:35:24.573Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:35:24.573Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:35:24.573Z] ---> ef70c4b5317b [2021-02-24T00:35:24.573Z] Step 3/21 : WORKDIR /edgex-go [2021-02-24T00:35:24.573Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:35:24.573Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:35:24.573Z] ---> ef70c4b5317b [2021-02-24T00:35:24.573Z] Step 3/26 : WORKDIR /edgex-go [2021-02-24T00:35:24.754Z] ---> Running in 63a207837829 [2021-02-24T00:35:24.837Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:35:24.837Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:35:24.837Z] ---> ef70c4b5317b [2021-02-24T00:35:24.837Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:35:25.415Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:35:25.415Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:35:25.415Z] ---> ef70c4b5317b [2021-02-24T00:35:25.415Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:35:25.990Z] ---> Running in c649d88d4ad3 [2021-02-24T00:35:26.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:35:26.261Z] ---> Running in dd76e118de6c [2021-02-24T00:35:26.261Z] ---> Running in 4534196f5f36 [2021-02-24T00:35:26.261Z] ---> Running in bac25a083b83 [2021-02-24T00:35:26.261Z] ---> Running in 96d54c2904f3 [2021-02-24T00:35:26.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:35:26.838Z] Removing intermediate container dd76e118de6c [2021-02-24T00:35:26.838Z] ---> 2ace34cd641e [2021-02-24T00:35:26.838Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:35:26.838Z] Removing intermediate container c649d88d4ad3 [2021-02-24T00:35:26.838Z] ---> eb8036f31dd5 [2021-02-24T00:35:26.838Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:35:26.838Z] Removing intermediate container 4534196f5f36 [2021-02-24T00:35:26.838Z] ---> bace4ea2266d [2021-02-24T00:35:26.838Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:35:26.838Z] Removing intermediate container bac25a083b83 [2021-02-24T00:35:26.838Z] ---> 01295b52f3eb [2021-02-24T00:35:26.838Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:35:26.838Z] Removing intermediate container 96d54c2904f3 [2021-02-24T00:35:26.838Z] ---> d03cdbcc789f [2021-02-24T00:35:26.838Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:35:26.838Z] ---> Running in 8e8e9dc8ad4e [2021-02-24T00:35:26.838Z] ---> Running in 80f963956c75 [2021-02-24T00:35:26.838Z] ---> Running in 9a3fed624794 [2021-02-24T00:35:26.838Z] ---> Running in 66151c9a6b5d [2021-02-24T00:35:26.838Z] ---> Running in f6effe172cd4 [2021-02-24T00:35:28.208Z] (1/12) Installing libmagic (5.38-r0) [2021-02-24T00:35:28.208Z] (2/12) Installing file (5.38-r0) [2021-02-24T00:35:28.479Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-24T00:35:28.479Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-24T00:35:28.789Z] Removing intermediate container 9a3fed624794 [2021-02-24T00:35:28.789Z] ---> da94271d8b82 [2021-02-24T00:35:28.789Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-24T00:35:29.058Z] ---> Running in 7c2a518bbf6c [2021-02-24T00:35:29.058Z] Removing intermediate container 80f963956c75 [2021-02-24T00:35:29.058Z] ---> efd8873caa12 [2021-02-24T00:35:29.058Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-24T00:35:29.328Z] ---> Running in 84327c585619 [2021-02-24T00:35:29.592Z] Removing intermediate container 8e8e9dc8ad4e [2021-02-24T00:35:29.592Z] ---> a7b90cf837de [2021-02-24T00:35:29.592Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T00:35:29.592Z] Removing intermediate container 66151c9a6b5d [2021-02-24T00:35:29.592Z] ---> 549963b86c2d [2021-02-24T00:35:29.592Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-24T00:35:29.592Z] Removing intermediate container f6effe172cd4 [2021-02-24T00:35:29.592Z] ---> f620eaf4ec07 [2021-02-24T00:35:29.592Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T00:35:29.855Z] ---> Running in bf55119b5dae [2021-02-24T00:35:29.855Z] ---> Running in fce362f833b6 [2021-02-24T00:35:29.855Z] ---> Running in c560f6425970 [2021-02-24T00:35:29.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:35:30.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:35:30.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:35:30.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:35:30.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:35:30.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:35:31.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:35:31.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:35:31.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:35:31.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:35:32.015Z] OK: 233 MiB in 51 packages [2021-02-24T00:35:32.281Z] OK: 233 MiB in 51 packages [2021-02-24T00:35:32.548Z] OK: 233 MiB in 51 packages [2021-02-24T00:35:32.548Z] Removing intermediate container 84327c585619 [2021-02-24T00:35:32.548Z] ---> 4a3deb17bc50 [2021-02-24T00:35:32.548Z] Step 6/21 : COPY go.mod . [2021-02-24T00:35:32.817Z] OK: 233 MiB in 51 packages [2021-02-24T00:35:32.817Z] OK: 233 MiB in 51 packages [2021-02-24T00:35:33.083Z] Removing intermediate container bf55119b5dae [2021-02-24T00:35:33.083Z] ---> fead14fa6842 [2021-02-24T00:35:33.083Z] Step 6/23 : COPY go.mod . [2021-02-24T00:35:33.083Z] ---> df0b0d48a68e [2021-02-24T00:35:33.083Z] Step 7/21 : RUN go mod download [2021-02-24T00:35:33.349Z] ---> Running in 4250eb999617 [2021-02-24T00:35:33.643Z] ---> 833c6c5708c2 [2021-02-24T00:35:33.644Z] Step 7/23 : RUN go mod download [2021-02-24T00:35:33.644Z] Removing intermediate container 7c2a518bbf6c [2021-02-24T00:35:33.644Z] ---> 6ddf1851c754 [2021-02-24T00:35:33.644Z] Step 6/22 : COPY go.mod . [2021-02-24T00:35:33.644Z] ---> Running in f5a3764f184b [2021-02-24T00:35:33.854Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-24T00:35:33.854Z] (6/12) Installing patch (2.7.6-r6) [2021-02-24T00:35:33.854Z] (7/12) Installing build-base (0.5-r2) [2021-02-24T00:35:33.854Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-24T00:35:33.854Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-24T00:35:33.916Z] Removing intermediate container fce362f833b6 [2021-02-24T00:35:33.916Z] ---> 95ae42eea379 [2021-02-24T00:35:33.916Z] Step 6/26 : COPY go.mod . [2021-02-24T00:35:34.124Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-24T00:35:34.124Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-24T00:35:34.124Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-24T00:35:34.190Z] Removing intermediate container c560f6425970 [2021-02-24T00:35:34.190Z] ---> 017dbe03ee6a [2021-02-24T00:35:34.190Z] Step 6/23 : COPY go.mod . [2021-02-24T00:35:34.190Z] ---> db51cb2ae16b [2021-02-24T00:35:34.190Z] Step 7/22 : RUN go mod download [2021-02-24T00:35:34.190Z] ---> 58766cb5d134 [2021-02-24T00:35:34.190Z] Step 7/26 : RUN go mod download [2021-02-24T00:35:34.396Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:35:34.396Z] OK: 217 MiB in 51 packages [2021-02-24T00:35:34.455Z] ---> Running in 97a6f0b03c6e [2021-02-24T00:35:34.455Z] ---> Running in 106d4398c259 [2021-02-24T00:35:34.740Z] ---> b7c89a953e11 [2021-02-24T00:35:34.740Z] Step 7/23 : RUN go mod download [2021-02-24T00:35:35.009Z] ---> Running in b992acdee273 [2021-02-24T00:35:35.976Z] Removing intermediate container 4250eb999617 [2021-02-24T00:35:35.976Z] ---> 54c42285ccc6 [2021-02-24T00:35:35.976Z] Step 8/21 : COPY . . [2021-02-24T00:35:35.976Z] Removing intermediate container f5a3764f184b [2021-02-24T00:35:35.976Z] ---> 7fab7756b659 [2021-02-24T00:35:35.976Z] Step 8/23 : COPY . . [2021-02-24T00:35:35.976Z] Removing intermediate container 97a6f0b03c6e [2021-02-24T00:35:35.976Z] ---> 9694e39627ee [2021-02-24T00:35:35.976Z] Step 8/22 : COPY . . [2021-02-24T00:35:38.717Z] Removing intermediate container 63a207837829 [2021-02-24T00:35:38.717Z] ---> e24c47a3c8e2 [2021-02-24T00:35:38.717Z] Step 4/6 : WORKDIR /edgex-go [2021-02-24T00:35:38.717Z] ---> Running in ecd5119ec7aa [2021-02-24T00:35:38.991Z] Removing intermediate container ecd5119ec7aa [2021-02-24T00:35:38.991Z] ---> 3b14494a6c81 [2021-02-24T00:35:38.991Z] Step 5/6 : COPY go.mod . [2021-02-24T00:35:39.966Z] ---> b0c833eca14a [2021-02-24T00:35:39.966Z] Step 6/6 : RUN go mod download [2021-02-24T00:35:39.966Z] ---> Running in 3ea17dde0d02 [2021-02-24T00:35:41.335Z] Removing intermediate container 106d4398c259 [2021-02-24T00:35:41.335Z] ---> ad0963bf9101 [2021-02-24T00:35:41.335Z] Step 8/26 : COPY . . [2021-02-24T00:35:42.752Z] Removing intermediate container b992acdee273 [2021-02-24T00:35:42.752Z] ---> b2772ae035d3 [2021-02-24T00:35:42.752Z] Step 8/23 : COPY . . [2021-02-24T00:36:06.767Z] Removing intermediate container 3ea17dde0d02 [2021-02-24T00:36:06.767Z] ---> dad50b1452f2 [2021-02-24T00:36:06.767Z] Successfully built dad50b1452f2 [2021-02-24T00:36:06.767Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:36:07.103Z] + docker inspect -f . ci-base-image-arm64 [2021-02-24T00:36:07.103Z] . [Pipeline] withDockerContainer [2021-02-24T00:36:07.362Z] prd-ubuntu18.04-docker-arm64-4c-16g-27429 does not seem to be running inside a container [2021-02-24T00:36:07.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-24T00:36:08.910Z] $ docker top af03c30845cea9dddd3a1adb199bf6061a8090c89620e119cadc2c25062e75ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T00:36:09.895Z] + go version [2021-02-24T00:36:09.895Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-24T00:36:09.924Z] $ docker stop --time=1 af03c30845cea9dddd3a1adb199bf6061a8090c89620e119cadc2c25062e75ea [2021-02-24T00:36:11.881Z] $ docker rm -f af03c30845cea9dddd3a1adb199bf6061a8090c89620e119cadc2c25062e75ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:36:12.851Z] + docker inspect -f . ci-base-image-arm64 [2021-02-24T00:36:12.851Z] . [Pipeline] withDockerContainer [2021-02-24T00:36:13.107Z] prd-ubuntu18.04-docker-arm64-4c-16g-27429 does not seem to be running inside a container [2021-02-24T00:36:13.190Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-24T00:36:14.469Z] $ docker top f3f20e7cf22376b8decf1de702f2f868afdcc404710fccaf7790104db574065c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-24T00:36:14.797Z] ========================================================= [2021-02-24T00:36:14.797Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-24T00:36:14.797Z] ========================================================= [Pipeline] sh [2021-02-24T00:36:15.432Z] + make test [2021-02-24T00:36:15.432Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-24T00:36:21.697Z] ---> 790ba51b8876 [2021-02-24T00:36:21.697Z] ---> d02622b580e6 [2021-02-24T00:36:21.697Z] ---> 12d2854232e7 [2021-02-24T00:36:21.697Z] Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 9/23 : RUN make cmd/core-command/core-command [2021-02-24T00:36:21.697Z] [2021-02-24T00:36:21.697Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-24T00:36:21.697Z] ---> Running in 578b3487916e [2021-02-24T00:36:21.697Z] ---> Running in db5bb90fb998 [2021-02-24T00:36:21.697Z] ---> Running in 54041a2a5b6a [2021-02-24T00:36:21.697Z] ---> 948f1e308685 [2021-02-24T00:36:21.697Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-24T00:36:21.697Z] ---> 1c31a3508ff7 [2021-02-24T00:36:21.697Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-24T00:36:21.697Z] ---> Running in 0313759184c7 [2021-02-24T00:36:21.697Z] ---> Running in cca975f7ebe2 [2021-02-24T00:36:21.697Z] 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-02-24T00:36:21.697Z] 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-02-24T00:36:21.697Z] 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-02-24T00:36:21.697Z] 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-02-24T00:36:21.697Z] 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-02-24T00:36:37.600Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-24T00:36:48.442Z] 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-02-24T00:36:56.705Z] Removing intermediate container 0313759184c7 [2021-02-24T00:36:56.705Z] ---> a70726e203d5 [2021-02-24T00:36:56.705Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-24T00:36:56.705Z] ---> Running in 4adb90497b1f [2021-02-24T00:36:58.139Z] 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-02-24T00:37:01.505Z] Removing intermediate container 54041a2a5b6a [2021-02-24T00:37:01.505Z] ---> 197919035bdb [2021-02-24T00:37:01.505Z] [2021-02-24T00:37:01.505Z] Step 10/21 : FROM alpine:3.12 [2021-02-24T00:37:01.505Z] Removing intermediate container db5bb90fb998 [2021-02-24T00:37:01.505Z] ---> d8eba588a837 [2021-02-24T00:37:01.505Z] [2021-02-24T00:37:01.505Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:37:01.505Z] Removing intermediate container 578b3487916e [2021-02-24T00:37:01.505Z] ---> a11b82f3091e [2021-02-24T00:37:01.505Z] [2021-02-24T00:37:01.505Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T00:37:01.505Z] 3.12: Pulling from library/alpine [2021-02-24T00:37:01.505Z] 3.12: Pulling from library/alpine [2021-02-24T00:37:01.505Z] 3.12: Pulling from library/alpine [2021-02-24T00:37:01.780Z] Removing intermediate container 4adb90497b1f [2021-02-24T00:37:01.780Z] ---> 8f440aea5a63 [2021-02-24T00:37:01.780Z] [2021-02-24T00:37:01.780Z] Step 11/26 : FROM docker:20.10.0 [2021-02-24T00:37:01.780Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T00:37:01.780Z] 20.10.0: Pulling from library/docker [2021-02-24T00:37:01.780Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T00:37:01.780Z] Status: Downloaded newer image for alpine:3.12 [2021-02-24T00:37:01.780Z] Status: Image is up to date for alpine:3.12 [2021-02-24T00:37:01.780Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T00:37:01.780Z] Status: Image is up to date for alpine:3.12 [2021-02-24T00:37:01.780Z] ---> 389fef711851 [2021-02-24T00:37:01.780Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:37:01.780Z] ---> 389fef711851 [2021-02-24T00:37:01.780Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-24T00:37:01.780Z] ---> 389fef711851 [2021-02-24T00:37:01.780Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-24T00:37:04.392Z] ---> Running in cbb4165f0cd2 [2021-02-24T00:37:04.392Z] ---> Running in bbf2085ff560 [2021-02-24T00:37:04.392Z] ---> Running in 43881249949a [2021-02-24T00:37:04.989Z] Removing intermediate container cca975f7ebe2 [2021-02-24T00:37:04.989Z] ---> 434409b93327 [2021-02-24T00:37:04.989Z] [2021-02-24T00:37:04.989Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:37:04.989Z] ---> 389fef711851 [2021-02-24T00:37:04.989Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:37:05.569Z] ---> Running in a532f9e41b47 [2021-02-24T00:37:06.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:06.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:06.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:06.536Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-24T00:37:06.802Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-24T00:37:06.802Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:06.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:06.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:06.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:06.802Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:37:06.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:06.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:06.802Z] OK: 6 MiB in 16 packages [2021-02-24T00:37:06.802Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-24T00:37:07.078Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:37:07.078Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-24T00:37:07.078Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-24T00:37:07.078Z] (4/4) Installing curl (7.69.1-r3) [2021-02-24T00:37:07.078Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:07.078Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:07.078Z] OK: 6 MiB in 15 packages [2021-02-24T00:37:07.078Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:37:07.078Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-24T00:37:07.078Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:07.078Z] OK: 6 MiB in 15 packages [2021-02-24T00:37:07.078Z] OK: 7 MiB in 18 packages [2021-02-24T00:37:09.025Z] Removing intermediate container cbb4165f0cd2 [2021-02-24T00:37:09.025Z] ---> 355ef75a7561 [2021-02-24T00:37:09.025Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:37:09.614Z] Removing intermediate container 43881249949a [2021-02-24T00:37:09.614Z] ---> 22f40a3d2dc9 [2021-02-24T00:37:09.614Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:37:09.614Z] ---> Running in 6bee6a3a4a3a [2021-02-24T00:37:09.614Z] Removing intermediate container a532f9e41b47 [2021-02-24T00:37:09.614Z] ---> ec686ff4dad7 [2021-02-24T00:37:09.614Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:37:09.614Z] Removing intermediate container bbf2085ff560 [2021-02-24T00:37:09.614Z] ---> 06f0bbe84662 [2021-02-24T00:37:09.614Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T00:37:09.614Z] ---> Running in 6ce60251c534 [2021-02-24T00:37:09.614Z] ---> Running in 424352424e92 [2021-02-24T00:37:09.890Z] ---> Running in cc257a860df7 [2021-02-24T00:37:09.890Z] Removing intermediate container 6bee6a3a4a3a [2021-02-24T00:37:09.890Z] ---> 516a0fb35d9a [2021-02-24T00:37:09.890Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-24T00:37:10.152Z] Removing intermediate container 424352424e92 [2021-02-24T00:37:10.152Z] ---> b42d5a3ab473 [2021-02-24T00:37:10.152Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-24T00:37:10.152Z] Removing intermediate container cc257a860df7 [2021-02-24T00:37:10.152Z] ---> 5de9837ff0bc [2021-02-24T00:37:10.152Z] Step 13/21 : WORKDIR /edgex [2021-02-24T00:37:10.152Z] Removing intermediate container 6ce60251c534 [2021-02-24T00:37:10.152Z] ---> 4fd7504d55f2 [2021-02-24T00:37:10.152Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-24T00:37:10.152Z] ---> Running in ad4c3129534a [2021-02-24T00:37:10.414Z] ---> Running in 4d3c1f5da5a4 [2021-02-24T00:37:10.414Z] ---> Running in b3e91f2dfd26 [2021-02-24T00:37:10.414Z] ---> Running in 040557983f90 [2021-02-24T00:37:10.677Z] Removing intermediate container ad4c3129534a [2021-02-24T00:37:10.677Z] ---> b3e830a67dbc [2021-02-24T00:37:10.677Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T00:37:11.252Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-24T00:37:11.252Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-24T00:37:11.252Z] ---> aefe523efa57 [2021-02-24T00:37:11.252Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-24T00:37:11.252Z] ---> Running in 28884bc08d88 [2021-02-24T00:37:11.252Z] Removing intermediate container 4d3c1f5da5a4 [2021-02-24T00:37:11.252Z] ---> 24c8dc857c63 [2021-02-24T00:37:11.252Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T00:37:11.518Z] Removing intermediate container 040557983f90 [2021-02-24T00:37:11.518Z] ---> 60571bc73956 [2021-02-24T00:37:11.518Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T00:37:11.518Z] Removing intermediate container b3e91f2dfd26 [2021-02-24T00:37:11.518Z] ---> b2cae350efb1 [2021-02-24T00:37:11.518Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-24T00:37:11.518Z] ---> Running in cdbf2bd768ce [2021-02-24T00:37:11.518Z] ---> Running in f9e8727b7b5b [2021-02-24T00:37:11.518Z] ---> Running in f8691ff87135 [2021-02-24T00:37:11.782Z] Removing intermediate container 28884bc08d88 [2021-02-24T00:37:11.782Z] ---> 36c7423ddee7 [2021-02-24T00:37:11.782Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:37:12.066Z] Removing intermediate container cdbf2bd768ce [2021-02-24T00:37:12.066Z] ---> 47d7c52b8f36 [2021-02-24T00:37:12.066Z] Step 15/23 : WORKDIR / [2021-02-24T00:37:12.066Z] ---> 5048944866cf [2021-02-24T00:37:12.066Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-24T00:37:12.066Z] Removing intermediate container f8691ff87135 [2021-02-24T00:37:12.066Z] ---> c4a0185d31a8 [2021-02-24T00:37:12.066Z] Step 15/23 : WORKDIR / [2021-02-24T00:37:12.066Z] ---> Running in 18cca3913e41 [2021-02-24T00:37:12.338Z] ---> Running in ac9e07b0b628 [2021-02-24T00:37:12.338Z] ---> ed739c028ed9 [2021-02-24T00:37:12.338Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-24T00:37:12.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:12.605Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:12.605Z] Removing intermediate container 18cca3913e41 [2021-02-24T00:37:12.605Z] ---> 9a95a5342d6c [2021-02-24T00:37:12.605Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:37:12.605Z] (1/2) Installing readline (8.0.4-r0) [2021-02-24T00:37:12.873Z] (2/2) Installing bash (5.0.17-r0) [2021-02-24T00:37:13.142Z] Executing bash-5.0.17-r0.post-install [2021-02-24T00:37:13.142Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:13.142Z] OK: 12 MiB in 22 packages [2021-02-24T00:37:13.723Z] Removing intermediate container ac9e07b0b628 [2021-02-24T00:37:13.723Z] ---> 4e834829a5eb [2021-02-24T00:37:13.723Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:37:13.723Z] ---> 0ef6372536a0 [2021-02-24T00:37:13.723Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-24T00:37:13.723Z] ---> 599b1f328b2d [2021-02-24T00:37:13.723Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-24T00:37:13.723Z] ---> 0d573c6c1b5f [2021-02-24T00:37:13.723Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-24T00:37:14.683Z] ---> 03eea1fc5c7f [2021-02-24T00:37:14.684Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-24T00:37:14.684Z] Removing intermediate container f9e8727b7b5b [2021-02-24T00:37:14.684Z] ---> 8001705c04ab [2021-02-24T00:37:14.684Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-24T00:37:14.957Z] ---> Running in d30785d40ea4 [2021-02-24T00:37:14.957Z] ---> 7d0aea33893e [2021-02-24T00:37:14.957Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-24T00:37:14.957Z] ---> Running in efa7e46dce96 [2021-02-24T00:37:14.957Z] ---> d1726d20bffc [2021-02-24T00:37:14.957Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-24T00:37:14.957Z] ---> 076279bdd20a [2021-02-24T00:37:14.957Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-24T00:37:14.957Z] ---> Running in 852c118a39f5 [2021-02-24T00:37:15.231Z] Removing intermediate container d30785d40ea4 [2021-02-24T00:37:15.231Z] ---> 8777b5c2bdf0 [2021-02-24T00:37:15.231Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-24T00:37:15.231Z] Removing intermediate container efa7e46dce96 [2021-02-24T00:37:15.231Z] ---> 4513dade2424 [2021-02-24T00:37:15.231Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:37:15.496Z] ---> Running in fd3ca0cdbf7a [2021-02-24T00:37:15.496Z] Removing intermediate container 852c118a39f5 [2021-02-24T00:37:15.496Z] ---> 65b4143e6b18 [2021-02-24T00:37:15.496Z] Step 18/21 : CMD ["--init=true"] [2021-02-24T00:37:15.496Z] ---> 1b3746f48734 [2021-02-24T00:37:15.496Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-24T00:37:15.496Z] ---> Running in f6d8d3a82c59 [2021-02-24T00:37:15.496Z] ---> Running in 9c54e4380c7e [2021-02-24T00:37:15.768Z] ---> 1b1bb2c2e829 [2021-02-24T00:37:15.768Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-24T00:37:15.768Z] ---> Running in 5f938dcdd73b [2021-02-24T00:37:15.768Z] Removing intermediate container fd3ca0cdbf7a [2021-02-24T00:37:15.768Z] ---> 7df4c5073b22 [2021-02-24T00:37:15.768Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-24T00:37:15.768Z] Removing intermediate container f6d8d3a82c59 [2021-02-24T00:37:15.768Z] ---> b16f76a89a1d [2021-02-24T00:37:15.768Z] Step 20/22 : LABEL arch=x86_64 [2021-02-24T00:37:16.034Z] ---> Running in 173ced8262cd [2021-02-24T00:37:16.034Z] Removing intermediate container 9c54e4380c7e [2021-02-24T00:37:16.035Z] ---> c45c153a8f6f [2021-02-24T00:37:16.035Z] Step 19/21 : LABEL arch=x86_64 [2021-02-24T00:37:16.035Z] Removing intermediate container 5f938dcdd73b [2021-02-24T00:37:16.035Z] ---> 13aef540eb2d [2021-02-24T00:37:16.035Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:37:16.035Z] ---> Running in 23ff316a4895 [2021-02-24T00:37:16.359Z] ---> e85a7b6cb2af [2021-02-24T00:37:16.359Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-24T00:37:16.359Z] ---> Running in 7100afd62cc9 [2021-02-24T00:37:16.359Z] ---> Running in 82899affe33b [2021-02-24T00:37:16.359Z] ---> Running in 1475a5fb1fbf [2021-02-24T00:37:16.359Z] Removing intermediate container 173ced8262cd [2021-02-24T00:37:16.359Z] ---> 3f20b721b8ec [2021-02-24T00:37:16.359Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-24T00:37:16.359Z] Removing intermediate container 23ff316a4895 [2021-02-24T00:37:16.359Z] ---> 1d0b798c26c7 [2021-02-24T00:37:16.359Z] Step 21/22 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:37:16.624Z] Removing intermediate container 82899affe33b [2021-02-24T00:37:16.624Z] ---> 25b2db6a99e8 [2021-02-24T00:37:16.624Z] Step 20/21 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:37:16.624Z] ---> Running in fbe3befd9c98 [2021-02-24T00:37:16.624Z] Removing intermediate container 7100afd62cc9 [2021-02-24T00:37:16.624Z] ---> 01bafa3289fe [2021-02-24T00:37:16.624Z] Step 21/23 : LABEL arch=x86_64 [2021-02-24T00:37:16.890Z] Removing intermediate container 1475a5fb1fbf [2021-02-24T00:37:16.890Z] ---> 7d6d08231fed [2021-02-24T00:37:16.890Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> Running in 773e4f375c65 [2021-02-24T00:37:16.890Z] [2021-02-24T00:37:16.890Z] ---> Running in c6adf6562b3f [2021-02-24T00:37:17.157Z] Removing intermediate container fbe3befd9c98 [2021-02-24T00:37:17.157Z] ---> 8734f275a5a8 [2021-02-24T00:37:17.157Z] Step 22/22 : LABEL version=0.0.0 [2021-02-24T00:37:17.157Z] ---> Running in d78e3600e431 [2021-02-24T00:37:17.157Z] ---> 325f9c955004 [2021-02-24T00:37:17.157Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-24T00:37:17.157Z] Removing intermediate container 773e4f375c65 [2021-02-24T00:37:17.157Z] ---> facd61fe3e5f [2021-02-24T00:37:17.157Z] Step 21/21 : LABEL version=0.0.0 [2021-02-24T00:37:17.157Z] ---> Running in 657bdb62a18f [2021-02-24T00:37:17.420Z] ---> Running in c49e4ad962b5 [2021-02-24T00:37:17.420Z] Removing intermediate container c6adf6562b3f [2021-02-24T00:37:17.420Z] ---> d528f9b515d2 [2021-02-24T00:37:17.420Z] Step 22/23 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:37:17.420Z] Removing intermediate container d78e3600e431 [2021-02-24T00:37:17.420Z] ---> aba1da90af6a [2021-02-24T00:37:17.420Z] Step 21/23 : LABEL arch=x86_64 [2021-02-24T00:37:17.683Z] ---> Running in 0e485e78f44f [2021-02-24T00:37:17.683Z] ---> Running in c4b22a9cc0fc [2021-02-24T00:37:17.683Z] ---> d0b195496fa8 [2021-02-24T00:37:17.683Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-24T00:37:17.683Z] Removing intermediate container 657bdb62a18f [2021-02-24T00:37:17.683Z] ---> ca884d63b21f [2021-02-24T00:37:17.683Z] [2021-02-24T00:37:17.683Z] Removing intermediate container c49e4ad962b5 [2021-02-24T00:37:17.683Z] ---> d64d225e1a7c [2021-02-24T00:37:17.683Z] [2021-02-24T00:37:17.952Z] Successfully built ca884d63b21f [2021-02-24T00:37:17.952Z] Removing intermediate container 0e485e78f44f [2021-02-24T00:37:17.952Z] ---> 6498ca0cdfb4 [2021-02-24T00:37:17.952Z] Step 22/23 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:37:17.952Z] Successfully tagged docker-support-notifications-go:latest [2021-02-24T00:37:17.952Z] Removing intermediate container c4b22a9cc0fc [2021-02-24T00:37:17.952Z] ---> 3d85424b48d8 [2021-02-24T00:37:17.952Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:37:17.952Z] Building docker-security-bootstrapper-go [2021-02-24T00:37:18.214Z]  Building docker-support-notifications-go ... done Successfully built d64d225e1a7c [2021-02-24T00:37:18.479Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-24T00:37:18.479Z] Building docker-security-secretstore-setup-go [2021-02-24T00:37:18.479Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 782e36a201ca [2021-02-24T00:37:18.479Z] ---> Running in 9d10277ba256 [2021-02-24T00:37:18.479Z] ---> 8186abaa5094 [2021-02-24T00:37:18.479Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-24T00:37:18.479Z] ---> Running in b4dd49d4fba6 [2021-02-24T00:37:18.745Z] Removing intermediate container 782e36a201ca [2021-02-24T00:37:18.745Z] ---> 87df1479bf61 [2021-02-24T00:37:18.745Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:37:18.745Z] Removing intermediate container 9d10277ba256 [2021-02-24T00:37:18.745Z] ---> 39adccb4d9e0 [2021-02-24T00:37:18.745Z] [2021-02-24T00:37:20.680Z] ---> Running in 89655bb86563 [2021-02-24T00:37:20.680Z] Successfully built 39adccb4d9e0 [2021-02-24T00:37:21.271Z] Successfully tagged docker-core-metadata-go:latest [2021-02-24T00:37:21.271Z] Building docker-support-scheduler-go [2021-02-24T00:37:22.680Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:22.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:22.680Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-24T00:37:22.680Z] (2/33) Installing expat (2.2.9-r1) [2021-02-24T00:37:22.680Z] (3/33) Installing libffi (3.3-r2) [2021-02-24T00:37:22.680Z] (4/33) Installing gdbm (1.13-r1) [2021-02-24T00:37:23.257Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-24T00:37:23.257Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-24T00:37:23.257Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-24T00:37:24.637Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-24T00:37:31.440Z] Removing intermediate container 89655bb86563 [2021-02-24T00:37:31.440Z] ---> 64a2af6f6d5e [2021-02-24T00:37:31.440Z] [2021-02-24T00:37:31.440Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-24T00:37:31.440Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-24T00:37:31.440Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-24T00:37:31.440Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-24T00:37:31.440Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-24T00:37:31.440Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-24T00:37:31.440Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-24T00:37:31.440Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-24T00:37:31.440Z] Successfully built 64a2af6f6d5e [2021-02-24T00:37:31.440Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-24T00:37:31.440Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-24T00:37:31.440Z] Successfully tagged docker-core-command-go:latest [2021-02-24T00:37:31.440Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-02-24T00:37:31.440Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-24T00:37:31.440Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-24T00:37:31.440Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-24T00:37:31.440Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-24T00:37:31.440Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-24T00:37:31.440Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-24T00:37:31.440Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-24T00:37:32.016Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-24T00:37:32.280Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-24T00:37:34.379Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-24T00:37:34.379Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-24T00:37:34.379Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-24T00:37:34.379Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-24T00:37:34.379Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-24T00:37:34.379Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-24T00:37:34.379Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-24T00:37:34.379Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:37:34.379Z] OK: 71 MiB in 55 packages [2021-02-24T00:37:43.601Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-24T00:37:43.601Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-24T00:37:43.601Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-24T00:37:43.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-24T00:37:43.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-24T00:37:43.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-24T00:37:43.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-24T00:37:43.890Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-24T00:37:45.360Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-24T00:37:50.023Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:37:50.023Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:37:50.023Z] ---> ef70c4b5317b [2021-02-24T00:37:50.023Z] Step 3/24 : WORKDIR /edgex-go [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> d03cdbcc789f [2021-02-24T00:37:50.023Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> f620eaf4ec07 [2021-02-24T00:37:50.023Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> 017dbe03ee6a [2021-02-24T00:37:50.023Z] Step 6/24 : COPY go.mod . [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> b7c89a953e11 [2021-02-24T00:37:50.023Z] Step 7/24 : RUN go mod download [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> b2772ae035d3 [2021-02-24T00:37:50.023Z] Step 8/24 : COPY . . [2021-02-24T00:37:50.023Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:37:50.023Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:37:50.023Z] ---> ef70c4b5317b [2021-02-24T00:37:50.023Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> d03cdbcc789f [2021-02-24T00:37:50.023Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> f620eaf4ec07 [2021-02-24T00:37:50.023Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> 017dbe03ee6a [2021-02-24T00:37:50.023Z] Step 6/22 : COPY go.mod . [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> b7c89a953e11 [2021-02-24T00:37:50.023Z] Step 7/22 : RUN go mod download [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> b2772ae035d3 [2021-02-24T00:37:50.023Z] Step 8/22 : COPY . . [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> 1c31a3508ff7 [2021-02-24T00:37:50.023Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> 1c31a3508ff7 [2021-02-24T00:37:50.023Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-24T00:37:50.023Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:37:50.023Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:37:50.023Z] ---> ef70c4b5317b [2021-02-24T00:37:50.023Z] Step 3/30 : WORKDIR /edgex-go [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> d03cdbcc789f [2021-02-24T00:37:50.023Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> f620eaf4ec07 [2021-02-24T00:37:50.023Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> 017dbe03ee6a [2021-02-24T00:37:50.023Z] Step 6/30 : COPY go.mod . [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> b7c89a953e11 [2021-02-24T00:37:50.023Z] Step 7/30 : RUN go mod download [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> b2772ae035d3 [2021-02-24T00:37:50.023Z] Step 8/30 : COPY . . [2021-02-24T00:37:50.023Z] ---> Using cache [2021-02-24T00:37:50.023Z] ---> 1c31a3508ff7 [2021-02-24T00:37:50.023Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-24T00:37:50.295Z] ---> Running in 378a6298bf9f [2021-02-24T00:37:50.295Z] ---> Running in 46e5980f9ad8 [2021-02-24T00:37:50.295Z] ---> Running in d4fb2db70d43 [2021-02-24T00:37:53.641Z] 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-02-24T00:37:53.641Z] 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-02-24T00:37:53.641Z] 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-02-24T00:37:53.675Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-24T00:37:53.676Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-24T00:37:53.676Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-24T00:37:56.225Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:37:56.225Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:37:56.225Z] ---> ef70c4b5317b [2021-02-24T00:37:56.225Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:37:56.225Z] ---> Using cache [2021-02-24T00:37:56.225Z] ---> d03cdbcc789f [2021-02-24T00:37:56.225Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:37:56.225Z] ---> Using cache [2021-02-24T00:37:56.225Z] ---> f620eaf4ec07 [2021-02-24T00:37:56.225Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-24T00:37:57.203Z] ---> Running in 8209eb57e24a [2021-02-24T00:37:58.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:59.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.308s coverage: 45.9% of statements [2021-02-24T00:37:59.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-24T00:37:59.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-24T00:37:59.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-24T00:37:59.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-24T00:37:59.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-24T00:37:59.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-24T00:37:59.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-24T00:37:59.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.265s coverage: 100.0% of statements [2021-02-24T00:37:59.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:37:59.887Z] OK: 233 MiB in 51 packages [2021-02-24T00:38:02.493Z] Removing intermediate container 8209eb57e24a [2021-02-24T00:38:02.493Z] ---> 9b98429f4af9 [2021-02-24T00:38:02.493Z] Step 6/23 : COPY go.mod . [2021-02-24T00:38:02.493Z] Removing intermediate container b4dd49d4fba6 [2021-02-24T00:38:02.493Z] ---> 64aacac92649 [2021-02-24T00:38:02.493Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-24T00:38:02.493Z] ---> Running in 9410c48c9d12 [2021-02-24T00:38:03.086Z] ---> f7b67d63238a [2021-02-24T00:38:03.086Z] Step 7/23 : RUN go mod download [2021-02-24T00:38:03.358Z] ---> Running in 1b009cfee29c [2021-02-24T00:38:05.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.613s coverage: 27.1% of statements [2021-02-24T00:38:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-24T00:38:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-24T00:38:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-24T00:38:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-24T00:38:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-24T00:38:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-24T00:38:05.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-02-24T00:38:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-24T00:38:05.840Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements [2021-02-24T00:38:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-24T00:38:05.840Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-24T00:38:06.742Z] Collecting docker-compose==1.23.2 [2021-02-24T00:38:06.742Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-24T00:38:06.742Z] Removing intermediate container 1b009cfee29c [2021-02-24T00:38:06.742Z] ---> 0215ec350ec6 [2021-02-24T00:38:06.742Z] Step 8/23 : COPY . . [2021-02-24T00:38:06.742Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-24T00:38:06.742Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-24T00:38:07.289Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 65.8% of statements [2021-02-24T00:38:07.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-24T00:38:07.289Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-24T00:38:09.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.713s coverage: 82.3% of statements [2021-02-24T00:38:09.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-24T00:38:09.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:38:09.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-24T00:38:09.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-24T00:38:10.152Z] Collecting docker<4.0,>=3.6.0 [2021-02-24T00:38:10.152Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-24T00:38:10.428Z] Collecting PyYAML<4,>=3.10 [2021-02-24T00:38:10.428Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-24T00:38:13.062Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-24T00:38:13.062Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-24T00:38:13.340Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-24T00:38:13.340Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-24T00:38:14.772Z] Collecting docopt<0.7,>=0.6.1 [2021-02-24T00:38:14.772Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-24T00:38:15.371Z] 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-02-24T00:38:15.647Z] Collecting jsonschema<3,>=2.5.1 [2021-02-24T00:38:15.647Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-24T00:38:15.939Z] Collecting cached-property<2,>=1.2.0 [2021-02-24T00:38:15.939Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-24T00:38:16.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.167s coverage: 28.6% of statements [2021-02-24T00:38:16.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-24T00:38:16.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-24T00:38:16.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-24T00:38:16.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-24T00:38:16.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-24T00:38:16.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements [2021-02-24T00:38:16.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-24T00:38:16.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2021-02-24T00:38:16.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-24T00:38:16.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements [2021-02-24T00:38:16.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-24T00:38:16.216Z] Collecting texttable<0.10,>=0.9.0 [2021-02-24T00:38:16.216Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-24T00:38:16.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.349s coverage: 97.5% of statements [2021-02-24T00:38:16.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-24T00:38:16.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements [2021-02-24T00:38:16.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-24T00:38:16.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-24T00:38:16.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-24T00:38:16.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-24T00:38:17.214Z] Collecting docker-pycreds>=0.4.0 [2021-02-24T00:38:17.214Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-24T00:38:19.194Z] 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-02-24T00:38:20.167Z] 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-02-24T00:38:20.167Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-24T00:38:20.167Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-24T00:38:20.748Z] 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-02-24T00:38:21.715Z] Collecting idna<2.8,>=2.5 [2021-02-24T00:38:21.715Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-24T00:38:21.715Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-24T00:38:21.715Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-24T00:38:21.715Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-24T00:38:21.715Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-24T00:38:21.984Z] Installing collected packages: dockerpty, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, docopt, jsonschema, cached-property, texttable, docker-compose [2021-02-24T00:38:21.984Z] Running setup.py install for dockerpty: started [2021-02-24T00:38:23.395Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-24T00:38:23.395Z] Attempting uninstall: urllib3 [2021-02-24T00:38:23.395Z] Found existing installation: urllib3 1.25.9 [2021-02-24T00:38:23.395Z] Uninstalling urllib3-1.25.9: [2021-02-24T00:38:24.360Z] Successfully uninstalled urllib3-1.25.9 [2021-02-24T00:38:25.754Z] Attempting uninstall: idna [2021-02-24T00:38:25.754Z] Found existing installation: idna 2.9 [2021-02-24T00:38:25.754Z] Uninstalling idna-2.9: [2021-02-24T00:38:26.701Z] Successfully uninstalled idna-2.9 [2021-02-24T00:38:26.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.172s coverage: 92.8% of statements [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-24T00:38:26.843Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-24T00:38:26.843Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.179s coverage: 0.1% of statements [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-24T00:38:26.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-24T00:38:26.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.096s coverage: 45.5% of statements [2021-02-24T00:38:26.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements [2021-02-24T00:38:26.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-02-24T00:38:26.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.107s coverage: 96.3% of statements [2021-02-24T00:38:26.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-02-24T00:38:28.644Z] Attempting uninstall: requests [2021-02-24T00:38:28.644Z] Found existing installation: requests 2.23.0 [2021-02-24T00:38:28.644Z] Uninstalling requests-2.23.0: [2021-02-24T00:38:28.919Z] Successfully uninstalled requests-2.23.0 [2021-02-24T00:38:30.349Z] Running setup.py install for PyYAML: started [2021-02-24T00:38:32.274Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-24T00:38:32.274Z] Running setup.py install for docopt: started [2021-02-24T00:38:32.274Z] ---> 60eff6cc099f [2021-02-24T00:38:32.274Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-24T00:38:32.538Z] Running setup.py install for docopt: finished with status 'done' [2021-02-24T00:38:33.933Z] Running setup.py install for texttable: started [2021-02-24T00:38:33.933Z] ---> Running in 785eda74dcfa [2021-02-24T00:38:34.196Z] Removing intermediate container 378a6298bf9f [2021-02-24T00:38:34.196Z] ---> 16dc9fdd5571 [2021-02-24T00:38:34.196Z] [2021-02-24T00:38:34.196Z] Step 10/24 : FROM alpine:3.12 [2021-02-24T00:38:34.196Z] ---> 389fef711851 [2021-02-24T00:38:34.196Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-24T00:38:34.465Z] Running setup.py install for texttable: finished with status 'done' [2021-02-24T00:38:35.052Z] ---> Running in eb6910c3a176 [2021-02-24T00:38:35.052Z] 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-02-24T00:38:35.339Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-24T00:38:37.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:38:37.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:38:37.287Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-24T00:38:37.549Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:38:37.549Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-24T00:38:37.549Z] (4/5) Installing curl (7.69.1-r3) [2021-02-24T00:38:37.549Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-24T00:38:37.549Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:38:37.549Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:38:37.813Z] Removing intermediate container 46e5980f9ad8 [2021-02-24T00:38:37.814Z] ---> a3cc9140655f [2021-02-24T00:38:37.814Z] [2021-02-24T00:38:37.814Z] Step 10/30 : FROM alpine:3.12 [2021-02-24T00:38:37.814Z] ---> 389fef711851 [2021-02-24T00:38:37.814Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-24T00:38:38.760Z] OK: 7 MiB in 19 packages [2021-02-24T00:38:39.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements [2021-02-24T00:38:39.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-24T00:38:39.338Z] Removing intermediate container d4fb2db70d43 [2021-02-24T00:38:39.338Z] ---> 40ecc9187e14 [2021-02-24T00:38:39.338Z] [2021-02-24T00:38:39.338Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T00:38:39.338Z] ---> 389fef711851 [2021-02-24T00:38:39.338Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:38:39.338Z] ---> Using cache [2021-02-24T00:38:39.338Z] ---> ec686ff4dad7 [2021-02-24T00:38:39.338Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:38:39.338Z] ---> Using cache [2021-02-24T00:38:39.338Z] ---> b42d5a3ab473 [2021-02-24T00:38:39.338Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-24T00:38:39.618Z] ---> Running in e141cc810a11 [2021-02-24T00:38:39.618Z] ---> Running in 86bcffc4a831 [2021-02-24T00:38:40.588Z] Removing intermediate container e141cc810a11 [2021-02-24T00:38:40.588Z] ---> da280b49e5fc [2021-02-24T00:38:40.588Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-24T00:38:42.534Z] Removing intermediate container eb6910c3a176 [2021-02-24T00:38:42.534Z] ---> 6bef08605bc1 [2021-02-24T00:38:42.534Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T00:38:42.534Z] ---> Running in d2a5d2f4e7d2 [2021-02-24T00:38:42.534Z] Removing intermediate container 9410c48c9d12 [2021-02-24T00:38:42.534Z] ---> 8457310e174c [2021-02-24T00:38:42.534Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-24T00:38:42.534Z] Removing intermediate container 86bcffc4a831 [2021-02-24T00:38:42.534Z] ---> 5f85ffadf229 [2021-02-24T00:38:42.534Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T00:38:42.800Z] ---> Running in f8ce30caa02b [2021-02-24T00:38:44.222Z] ---> Running in fadc1a0c909a [2021-02-24T00:38:44.222Z] ---> Running in c192b2c38714 [2021-02-24T00:38:44.222Z] Removing intermediate container f8ce30caa02b [2021-02-24T00:38:44.222Z] ---> e276236facb4 [2021-02-24T00:38:44.222Z] Step 13/24 : WORKDIR / [2021-02-24T00:38:44.496Z] ---> Running in ff18bf00f914 [2021-02-24T00:38:44.768Z] Removing intermediate container c192b2c38714 [2021-02-24T00:38:44.768Z] ---> e8c9b8354c3e [2021-02-24T00:38:44.768Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:38:44.768Z] Removing intermediate container ff18bf00f914 [2021-02-24T00:38:44.768Z] ---> debc7cbabc05 [2021-02-24T00:38:44.768Z] 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-02-24T00:38:45.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:38:45.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:38:45.322Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-24T00:38:45.322Z] (2/2) Installing su-exec (0.2-r1) [2021-02-24T00:38:45.322Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:38:45.594Z] OK: 6 MiB in 16 packages [2021-02-24T00:38:45.594Z] ---> 429bbf6e9398 [2021-02-24T00:38:45.594Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-24T00:38:45.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:38:45.594Z] ---> 9b3f1c8510ea [2021-02-24T00:38:45.594Z] 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-02-24T00:38:45.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:38:45.874Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:38:45.874Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-24T00:38:45.874Z] (3/3) Installing curl (7.69.1-r3) [2021-02-24T00:38:45.874Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:38:45.874Z] ---> f57eeb87fc95 [2021-02-24T00:38:45.874Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-24T00:38:46.153Z] OK: 72 MiB in 58 packages [2021-02-24T00:38:48.134Z] ---> e1e4312c3ab8 [2021-02-24T00:38:48.134Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-24T00:38:48.134Z] Removing intermediate container d2a5d2f4e7d2 [2021-02-24T00:38:48.134Z] ---> 087aa2861742 [2021-02-24T00:38:48.134Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-24T00:38:48.134Z] ---> 03e8c9a52942 [2021-02-24T00:38:48.134Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-24T00:38:48.134Z] ---> Running in 0b47dffdbfd4 [2021-02-24T00:38:48.407Z] Removing intermediate container fadc1a0c909a [2021-02-24T00:38:48.407Z] ---> 05a94e3811a8 [2021-02-24T00:38:48.407Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-24T00:38:48.407Z] Removing intermediate container 0b47dffdbfd4 [2021-02-24T00:38:48.407Z] ---> f21a01b60d52 [2021-02-24T00:38:48.407Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-24T00:38:48.675Z] ---> b663b4717c6c [2021-02-24T00:38:48.675Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-24T00:38:48.944Z] ---> Running in b89f94d1a173 [2021-02-24T00:38:48.944Z] ---> Running in fc075302d923 [2021-02-24T00:38:48.944Z] ---> Running in 7906a7ee157b [2021-02-24T00:38:48.944Z] ---> 173397160c28 [2021-02-24T00:38:48.944Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-24T00:38:49.210Z] Removing intermediate container b89f94d1a173 [2021-02-24T00:38:49.210Z] ---> 5c8d721353fc [2021-02-24T00:38:49.210Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:38:49.210Z] ---> Running in f3cd046aa0f5 [2021-02-24T00:38:49.210Z] Removing intermediate container fc075302d923 [2021-02-24T00:38:49.210Z] ---> c8b83dc762e9 [2021-02-24T00:38:49.210Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-24T00:38:49.480Z] ---> Running in 1664c4071cfb [2021-02-24T00:38:49.480Z] Removing intermediate container 7906a7ee157b [2021-02-24T00:38:49.480Z] ---> 26850c4deb3c [2021-02-24T00:38:49.480Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:38:49.746Z] ---> Running in 92ed1c3268dd [2021-02-24T00:38:49.746Z] Removing intermediate container f3cd046aa0f5 [2021-02-24T00:38:49.746Z] ---> 2a12e028e84d [2021-02-24T00:38:49.746Z] Step 24/26 : LABEL arch=x86_64 [2021-02-24T00:38:50.026Z] ---> c22a96964c29 [2021-02-24T00:38:50.026Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-24T00:38:50.026Z] ---> Running in 5bdbc3920e47 [2021-02-24T00:38:50.302Z] Removing intermediate container 92ed1c3268dd [2021-02-24T00:38:50.302Z] ---> 7b89c64641ac [2021-02-24T00:38:50.302Z] Step 20/22 : LABEL arch=x86_64 [2021-02-24T00:38:50.576Z] ---> Running in af5932a0ccf9 [2021-02-24T00:38:50.576Z] Removing intermediate container 5bdbc3920e47 [2021-02-24T00:38:50.576Z] ---> 09eff8585053 [2021-02-24T00:38:50.576Z] Step 25/26 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:38:50.873Z] ---> 0e4acbe08686 [2021-02-24T00:38:50.873Z] 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-02-24T00:38:50.873Z] ---> Running in cc66580af9a8 [2021-02-24T00:38:51.471Z] Removing intermediate container af5932a0ccf9 [2021-02-24T00:38:51.471Z] ---> 23dee124ff5f [2021-02-24T00:38:51.471Z] Step 21/22 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:38:51.471Z] ---> Running in 7f8e04712916 [2021-02-24T00:38:51.748Z] ---> Running in edc98335b4b9 [2021-02-24T00:38:51.748Z] Removing intermediate container cc66580af9a8 [2021-02-24T00:38:51.749Z] ---> 32424644aa71 [2021-02-24T00:38:51.749Z] Step 26/26 : LABEL version=0.0.0 [2021-02-24T00:38:52.020Z] ---> Running in df6a47f9fa61 [2021-02-24T00:38:52.020Z] Removing intermediate container 1664c4071cfb [2021-02-24T00:38:52.020Z] ---> 0dcfb86de24e [2021-02-24T00:38:52.020Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-24T00:38:52.020Z] Removing intermediate container edc98335b4b9 [2021-02-24T00:38:52.020Z] ---> 870a2d480e08 [2021-02-24T00:38:52.296Z] Step 22/22 : LABEL version=0.0.0 [2021-02-24T00:38:52.296Z] ---> Running in bfc074c76d6b [2021-02-24T00:38:52.296Z] ---> Running in 47a701f78edc [2021-02-24T00:38:52.296Z] Removing intermediate container df6a47f9fa61 [2021-02-24T00:38:52.296Z] ---> b0278e1be6e2 [2021-02-24T00:38:52.296Z] [2021-02-24T00:38:52.893Z] Successfully built b0278e1be6e2 [2021-02-24T00:38:52.893Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-24T00:38:52.893Z] Removing intermediate container 47a701f78edc [2021-02-24T00:38:52.893Z] ---> 36e2208d1b36 [2021-02-24T00:38:52.893Z] [2021-02-24T00:38:52.893Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bfc074c76d6b [2021-02-24T00:38:52.893Z] ---> f0896d45ab8a [2021-02-24T00:38:52.893Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-24T00:38:53.156Z] Successfully built 36e2208d1b36 [2021-02-24T00:38:53.419Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-24T00:38:53.692Z]  Building docker-support-scheduler-go ... done  ---> 277647c4d605 [2021-02-24T00:38:53.692Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-24T00:38:53.692Z] ---> Running in 9e4ece881bec [2021-02-24T00:38:53.973Z] Removing intermediate container 7f8e04712916 [2021-02-24T00:38:53.973Z] ---> 83307459d6b0 [2021-02-24T00:38:53.973Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-24T00:38:53.973Z] ---> Running in 2358e7b0dff9 [2021-02-24T00:38:54.247Z] Removing intermediate container 2358e7b0dff9 [2021-02-24T00:38:54.247Z] ---> bc93532a84e1 [2021-02-24T00:38:54.247Z] Step 22/24 : LABEL arch=x86_64 [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.109s coverage: 92.9% of statements [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.116s coverage: 84.6% of statements [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.6% of statements [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.523s coverage: 62.4% of statements [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.804s coverage: 68.9% of statements [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.402s coverage: 36.6% of statements [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-24T00:38:54.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-24T00:38:54.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements [2021-02-24T00:38:54.512Z] ---> Running in c861b8c88fd7 [2021-02-24T00:38:54.512Z] Removing intermediate container c861b8c88fd7 [2021-02-24T00:38:54.512Z] ---> 8cbc07c82ea6 [2021-02-24T00:38:54.512Z] Step 23/24 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:38:54.774Z] ---> Running in a05edbcafd15 [2021-02-24T00:38:54.774Z] Removing intermediate container a05edbcafd15 [2021-02-24T00:38:54.774Z] ---> 4e89deb43a44 [2021-02-24T00:38:54.774Z] Step 24/24 : LABEL version=0.0.0 [2021-02-24T00:38:55.037Z] ---> Running in 9f10121bec5f [2021-02-24T00:38:55.037Z] Removing intermediate container 9e4ece881bec [2021-02-24T00:38:55.037Z] ---> e157a9bb8b83 [2021-02-24T00:38:55.037Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:38:55.300Z] Removing intermediate container 9f10121bec5f [2021-02-24T00:38:55.300Z] ---> 81acd03c3fb3 [2021-02-24T00:38:55.300Z] [2021-02-24T00:38:55.300Z] Successfully built 81acd03c3fb3 [2021-02-24T00:38:55.565Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-24T00:38:55.831Z]  Building docker-security-secretstore-setup-go ... done  ---> 45057143d351 [2021-02-24T00:38:55.831Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-24T00:38:57.758Z] ---> 2cb3324fff18 [2021-02-24T00:38:57.758Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-24T00:38:57.758Z] ---> f464e7f85390 [2021-02-24T00:38:57.758Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-24T00:38:58.365Z] ---> 2cb2c92dd3f8 [2021-02-24T00:38:58.365Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-24T00:38:58.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.468s coverage: 47.0% of statements [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-24T00:38:58.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-24T00:38:58.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-24T00:38:58.733Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.379s coverage: 89.4% of statements [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:38:58.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-24T00:38:58.998Z] ---> Running in 17b14617a3f4 [2021-02-24T00:39:00.004Z] Removing intermediate container 785eda74dcfa [2021-02-24T00:39:00.004Z] ---> 59fc2ccbff13 [2021-02-24T00:39:00.004Z] [2021-02-24T00:39:00.004Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:39:00.004Z] ---> 389fef711851 [2021-02-24T00:39:00.004Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-24T00:39:00.004Z] Removing intermediate container 17b14617a3f4 [2021-02-24T00:39:00.004Z] ---> 426d5fb5f21e [2021-02-24T00:39:00.004Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-24T00:39:00.004Z] ---> Running in d42d6ebcb7e8 [2021-02-24T00:39:00.004Z] Removing intermediate container d42d6ebcb7e8 [2021-02-24T00:39:00.004Z] ---> 0128173bb263 [2021-02-24T00:39:00.004Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-24T00:39:00.004Z] ---> 6a7bb3bce374 [2021-02-24T00:39:00.004Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-24T00:39:00.004Z] ---> Running in 1628cbfb99ea [2021-02-24T00:39:00.284Z] ---> Running in 99a6bfe7e98a [2021-02-24T00:39:00.559Z] Removing intermediate container 1628cbfb99ea [2021-02-24T00:39:00.559Z] ---> d054a619026e [2021-02-24T00:39:00.559Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-24T00:39:00.559Z] ---> Running in f679a304d114 [2021-02-24T00:39:00.830Z] Removing intermediate container f679a304d114 [2021-02-24T00:39:00.830Z] ---> 5e8c86c19062 [2021-02-24T00:39:00.830Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:39:00.830Z] ---> Running in 5d14ecde1c9c [2021-02-24T00:39:01.424Z] Removing intermediate container 99a6bfe7e98a [2021-02-24T00:39:01.424Z] ---> 7ada2892bb18 [2021-02-24T00:39:01.424Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-24T00:39:01.690Z] ---> Running in df86cd1122af [2021-02-24T00:39:01.953Z] Removing intermediate container df86cd1122af [2021-02-24T00:39:01.953Z] ---> 471b0a4ac3cb [2021-02-24T00:39:01.953Z] Step 27/30 : CMD ["gate"] [2021-02-24T00:39:01.953Z] ---> Running in 095d01efcb46 [2021-02-24T00:39:01.953Z] Removing intermediate container 5d14ecde1c9c [2021-02-24T00:39:01.953Z] ---> 26152d0eb50e [2021-02-24T00:39:01.953Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-24T00:39:02.218Z] ---> Running in 1f268b9ad431 [2021-02-24T00:39:02.218Z] Removing intermediate container 095d01efcb46 [2021-02-24T00:39:02.218Z] ---> 3a3b337e57f3 [2021-02-24T00:39:02.218Z] Step 28/30 : LABEL arch=x86_64 [2021-02-24T00:39:02.483Z] ---> Running in b071eb0a5907 [2021-02-24T00:39:02.745Z] Removing intermediate container b071eb0a5907 [2021-02-24T00:39:02.745Z] ---> 75ceb7b9d5a7 [2021-02-24T00:39:02.745Z] Step 29/30 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:39:02.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T00:39:02.745Z] ---> Running in 529fc7b215e1 [2021-02-24T00:39:03.012Z] Removing intermediate container 529fc7b215e1 [2021-02-24T00:39:03.012Z] ---> 1175d218a864 [2021-02-24T00:39:03.012Z] Step 30/30 : LABEL version=0.0.0 [2021-02-24T00:39:03.275Z] ---> Running in 6debf4f93bc3 [2021-02-24T00:39:03.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T00:39:03.275Z] Removing intermediate container 6debf4f93bc3 [2021-02-24T00:39:03.275Z] ---> 4c63d34fbfb4 [2021-02-24T00:39:03.275Z] [2021-02-24T00:39:03.537Z] Successfully built 4c63d34fbfb4 [2021-02-24T00:39:03.537Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-24T00:39:03.803Z]  Building docker-security-bootstrapper-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-02-24T00:39:03.803Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-24T00:39:04.066Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-24T00:39:04.066Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-24T00:39:04.328Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-24T00:39:04.328Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-24T00:39:04.590Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:39:04.590Z] OK: 8 MiB in 20 packages [2021-02-24T00:39:05.169Z] Removing intermediate container 1f268b9ad431 [2021-02-24T00:39:05.169Z] ---> 3b9759744215 [2021-02-24T00:39:05.169Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:39:05.432Z] ---> 5e8509bd2b6f [2021-02-24T00:39:05.432Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-24T00:39:06.379Z] ---> 2b91ea1ad635 [2021-02-24T00:39:06.379Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-24T00:39:06.379Z] ---> 9c7fde71dd3d [2021-02-24T00:39:06.379Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-24T00:39:06.379Z] ---> Running in 56a8034b0a3b [2021-02-24T00:39:06.641Z] Removing intermediate container 56a8034b0a3b [2021-02-24T00:39:06.641Z] ---> 10c632fea1fd [2021-02-24T00:39:06.641Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:39:06.641Z] ---> Running in daa6e756cae3 [2021-02-24T00:39:06.904Z] Removing intermediate container daa6e756cae3 [2021-02-24T00:39:06.904Z] ---> 124b77a9dbc6 [2021-02-24T00:39:06.904Z] Step 21/23 : LABEL arch=x86_64 [2021-02-24T00:39:06.904Z] ---> Running in 5752152b5c0b [2021-02-24T00:39:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.140s coverage: 29.1% of statements [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-24T00:39:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-24T00:39:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-24T00:39:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.195s coverage: 92.9% of statements [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-24T00:39:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-24T00:39:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-24T00:39:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.148s coverage: 87.9% of statements [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-24T00:39:07.031Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-24T00:39:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-02-24T00:39:07.031Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-24T00:39:07.167Z] Removing intermediate container 5752152b5c0b [2021-02-24T00:39:07.167Z] ---> 5fc60efb02ec [2021-02-24T00:39:07.167Z] Step 22/23 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:39:07.167Z] ---> Running in ded22dafba2d [2021-02-24T00:39:07.428Z] Removing intermediate container ded22dafba2d [2021-02-24T00:39:07.428Z] ---> 73ca11ad8351 [2021-02-24T00:39:07.428Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:39:07.428Z] ---> Running in c38ebf3cf973 [2021-02-24T00:39:07.428Z] Removing intermediate container c38ebf3cf973 [2021-02-24T00:39:07.428Z] ---> 693665ea4d87 [2021-02-24T00:39:07.428Z] [2021-02-24T00:39:07.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-24T00:39:07.690Z] Successfully built 693665ea4d87 [2021-02-24T00:39:07.690Z] Successfully tagged docker-core-data-go:latest [2021-02-24T00:39:08.290Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-24T00:39:08.297Z] $ docker stop --time=1 2a74487fea4ad7d42a8fa376cdd11b08e4a0064caabd3cd6b757ab99e969f263 [2021-02-24T00:39:08.601Z] GO111MODULE=on go vet ./... [2021-02-24T00:39:10.440Z] $ docker rm -f 2a74487fea4ad7d42a8fa376cdd11b08e4a0064caabd3cd6b757ab99e969f263 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T00:39:11.033Z] + docker images [2021-02-24T00:39:11.033Z] + grep docker [2021-02-24T00:39:11.298Z] docker-core-data-go latest 693665ea4d87 4 seconds ago 22.4MB [2021-02-24T00:39:11.298Z] docker-security-bootstrapper-go latest 4c63d34fbfb4 8 seconds ago 18.3MB [2021-02-24T00:39:11.298Z] docker-security-secretstore-setup-go latest 81acd03c3fb3 17 seconds ago 24.9MB [2021-02-24T00:39:11.298Z] docker-support-scheduler-go latest 36e2208d1b36 19 seconds ago 17.2MB [2021-02-24T00:39:11.298Z] docker-sys-mgmt-agent-go latest b0278e1be6e2 19 seconds ago 313MB [2021-02-24T00:39:11.298Z] docker-core-command-go latest 64a2af6f6d5e About a minute ago 17MB [2021-02-24T00:39:11.298Z] docker-core-metadata-go latest 39adccb4d9e0 About a minute ago 19MB [2021-02-24T00:39:11.298Z] docker-security-proxy-setup-go latest d64d225e1a7c About a minute ago 24.7MB [2021-02-24T00:39:11.298Z] docker-support-notifications-go latest ca884d63b21f About a minute ago 17.7MB [2021-02-24T00:39:11.298Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-24T00:39:27.374Z] Still waiting to schedule task [2021-02-24T00:39:27.374Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-24T00:40:18.169Z] Running on prd-ubuntu18.04-docker-8c-8g-27432 in /w/workspace/edgexfoundry_edgex-go_PR-3186 [Pipeline] { [Pipeline] ws [2021-02-24T00:40:18.225Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-24T00:40:20.213Z] using credential edgex-jenkins-ssh [2021-02-24T00:40:20.266Z] Cloning the remote Git repository [2021-02-24T00:40:20.292Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:40:20.363Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-24T00:40:20.389Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:40:20.389Z] > git --version # timeout=10 [2021-02-24T00:40:20.402Z] > git --version # 'git version 2.17.1' [2021-02-24T00:40:20.403Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:40:20.429Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T00:40:25.068Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-24T00:40:25.074Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T00:40:25.085Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-24T00:40:25.093Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-24T00:40:25.094Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:40:25.097Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3186/head:refs/remotes/origin/PR-3186 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-24T00:40:25.567Z] Merging remotes/origin/master commit afdb9f2a3541b593beed41fd247753118ef1ae38 into PR head commit 99e46cabfeb65656223fcf03e226b976d141ea52 [2021-02-24T00:40:25.742Z] Merge succeeded, producing d56b025c33fc877f5dfb31f3d0f48c374401b1b1 [2021-02-24T00:40:25.743Z] Checking out Revision d56b025c33fc877f5dfb31f3d0f48c374401b1b1 (PR-3186) [2021-02-24T00:40:25.580Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T00:40:25.585Z] > git checkout -f 99e46cabfeb65656223fcf03e226b976d141ea52 # timeout=10 [2021-02-24T00:40:25.661Z] > git remote # timeout=10 [2021-02-24T00:40:25.668Z] > git config --get remote.origin.url # timeout=10 [2021-02-24T00:40:25.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T00:40:25.676Z] > git merge afdb9f2a3541b593beed41fd247753118ef1ae38 # timeout=10 [2021-02-24T00:40:25.740Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-24T00:40:25.749Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T00:40:25.753Z] > git checkout -f d56b025c33fc877f5dfb31f3d0f48c374401b1b1 # timeout=10 [2021-02-24T00:40:29.400Z] Commit message: "Merge commit 'afdb9f2a3541b593beed41fd247753118ef1ae38' into HEAD" [2021-02-24T00:40:29.407Z] > git rev-list --no-walk 99e46cabfeb65656223fcf03e226b976d141ea52 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:40:30.445Z] gofmt -l . [2021-02-24T00:40:30.445Z] [ "`gofmt -l .`" = "" ] [2021-02-24T00:40:30.445Z] ./bin/test-go-mod-tidy.sh [2021-02-24T00:40:30.445Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-24T00:40:30.561Z] + echo snap-build.sh [2021-02-24T00:40:30.561Z] snap-build.sh [2021-02-24T00:40:30.561Z] + SNAP_BASE_DIR=. [2021-02-24T00:40:30.561Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-24T00:40:30.561Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-24T00:40:30.561Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-24T00:40:30.561Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-24T00:40:30.561Z] + cd /w/workspace/edgex-go/2 [2021-02-24T00:40:30.561Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-24T00:40:30.561Z] Reading package lists... [2021-02-24T00:40:30.561Z] Building dependency tree... [2021-02-24T00:40:30.561Z] Reading state information... [2021-02-24T00:40:30.832Z] The following packages were automatically installed and are no longer required: [2021-02-24T00:40:30.832Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-24T00:40:30.832Z] uidmap xdelta3 [2021-02-24T00:40:30.832Z] Use 'sudo apt autoremove' to remove them. [2021-02-24T00:40:30.832Z] The following packages will be REMOVED: [2021-02-24T00:40:30.832Z] lxd* lxd-client* [2021-02-24T00:40:31.099Z] + ls -al . [2021-02-24T00:40:31.099Z] total 736 [2021-02-24T00:40:31.099Z] drwxrwxr-x 9 1001 1001 4096 Feb 24 00:40 . [2021-02-24T00:40:31.099Z] drwxr-xr-x 4 root root 4096 Feb 24 00:36 .. [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 11 Feb 24 00:34 .dockerignore [2021-02-24T00:40:31.099Z] drwxrwxr-x 8 1001 1001 4096 Feb 24 00:34 .git [2021-02-24T00:40:31.099Z] drwxrwxr-x 3 1001 1001 4096 Feb 24 00:34 .github [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 818 Feb 24 00:34 .gitignore [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 166 Feb 24 00:34 .sonarcloud.properties [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 8475 Feb 24 00:34 Attribution.txt [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 3804 Feb 24 00:34 CONTRIBUTING.md [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 931 Feb 24 00:34 Dockerfile.build [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 863 Feb 24 00:34 Jenkinsfile [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 10775 Feb 24 00:34 LICENSE [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 5774 Feb 24 00:34 Makefile [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 6524 Feb 24 00:34 README.md [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 6755 Feb 24 00:34 SECURITY.md [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 5 Feb 24 00:31 VERSION [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 4131 Feb 24 00:34 ZMQWindows.md [2021-02-24T00:40:31.099Z] drwxrwxr-x 2 1001 1001 4096 Feb 24 00:34 bin [2021-02-24T00:40:31.099Z] drwxrwxr-x 14 1001 1001 4096 Feb 24 00:34 cmd [2021-02-24T00:40:31.099Z] -rw-r--r-- 1 root root 594620 Feb 24 00:39 coverage.out [2021-02-24T00:40:31.099Z] -rw-r--r-- 1 root root 1055 Feb 24 00:40 go.mod [2021-02-24T00:40:31.099Z] -rw-r--r-- 1 root root 21528 Feb 24 00:40 go.sum [2021-02-24T00:40:31.099Z] drwxrwxr-x 8 1001 1001 4096 Feb 24 00:34 internal [2021-02-24T00:40:31.099Z] drwxrwxr-x 4 1001 1001 4096 Feb 24 00:34 openapi [2021-02-24T00:40:31.099Z] drwxrwxr-x 4 1001 1001 4096 Feb 24 00:34 snap [2021-02-24T00:40:31.099Z] -rw-rw-r-- 1 1001 1001 168 Feb 24 00:34 version.go [Pipeline] sh [2021-02-24T00:40:31.405Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-24T00:40:31.405Z] After this operation, 31.7 MB disk space will be freed. [2021-02-24T00:40:31.752Z] + '[' -e coverage.out ] [2021-02-24T00:40:31.752Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-24T00:40:31.772Z] Warning: overwriting stash ‘coverage-report’ [2021-02-24T00:40:32.448Z] (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-02-24T00:40:32.448Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-24T00:40:33.022Z] Stashed 1 file(s) [Pipeline] sh [2021-02-24T00:40:33.408Z] Removing lxd dnsmasq configuration [2021-02-24T00:40:33.408Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-24T00:40:33.669Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-24T00:40:33.744Z] + make build [2021-02-24T00:40:33.745Z] 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-02-24T00:40:34.613Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-24T00:40:34.613Z] (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-02-24T00:40:34.613Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-24T00:40:35.997Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-24T00:40:35.997Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-24T00:40:37.383Z] + sudo snap remove --purge lxd [2021-02-24T00:40:37.383Z] snap "lxd" is not installed [2021-02-24T00:40:37.383Z] + sudo groupadd --force --system lxd [2021-02-24T00:40:37.383Z] ++ whoami [2021-02-24T00:40:37.383Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-24T00:40:37.383Z] + newgrp - lxd [2021-02-24T00:40:37.644Z] + sudo snap install lxd [2021-02-24T00:40:46.162Z] 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-02-24T00:40:47.693Z] 2021-02-24T00:40:44Z INFO Waiting for automatic snapd restart... [2021-02-24T00:40:57.697Z] lxd 4.11 from Canonical* installed [2021-02-24T00:40:57.697Z] + sudo lxd init --auto [2021-02-24T00:41:07.711Z] + sudo snap install --classic snapcraft [2021-02-24T00:41:08.342Z] 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-02-24T00:41:12.641Z] 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-02-24T00:41:14.296Z] snapcraft 4.5.1 from Canonical* installed [2021-02-24T00:41:14.296Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-24T00:41:14.296Z] + patch --verbose -p1 [2021-02-24T00:41:14.296Z] Hmm... Looks like a unified diff to me... [2021-02-24T00:41:14.296Z] The text leading up to this was: [2021-02-24T00:41:14.296Z] -------------------------- [2021-02-24T00:41:14.296Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-24T00:41:14.296Z] |From: Tony Espy [2021-02-24T00:41:14.296Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-24T00:41:14.296Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-24T00:41:14.296Z] | [2021-02-24T00:41:14.296Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-24T00:41:14.296Z] |optimize the snap CI check run for pull requests. When [2021-02-24T00:41:14.296Z] |applied, it essentially strips out everything (apps and [2021-02-24T00:41:14.296Z] |parts) from the snapcraft.yaml file except those required [2021-02-24T00:41:14.296Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-24T00:41:14.296Z] |catch changes to edgex-go that break the snap build. [2021-02-24T00:41:14.296Z] | [2021-02-24T00:41:14.296Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-24T00:41:14.296Z] |to update this patch file, otherwise it may fail to apply, [2021-02-24T00:41:14.296Z] |resulting in a failed snap build CI check in the associated [2021-02-24T00:41:14.296Z] |pull request. [2021-02-24T00:41:14.296Z] | [2021-02-24T00:41:14.296Z] |Note - in addition to applying this patch, the pipeline also [2021-02-24T00:41:14.296Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-24T00:41:14.296Z] |need to build the finally binary .snap file (and it won't [2021-02-24T00:41:14.296Z] |work with the patch applied). This further reduces the build [2021-02-24T00:41:14.296Z] |time. [2021-02-24T00:41:14.296Z] |--- [2021-02-24T00:41:14.296Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-24T00:41:14.296Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-24T00:41:14.296Z] | [2021-02-24T00:41:14.296Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-24T00:41:14.296Z] |index 1e537489..faf42425 100644 [2021-02-24T00:41:14.296Z] |--- a/snap/snapcraft.yaml [2021-02-24T00:41:14.296Z] |+++ b/snap/snapcraft.yaml [2021-02-24T00:41:14.296Z] -------------------------- [2021-02-24T00:41:14.296Z] patching file snap/snapcraft.yaml [2021-02-24T00:41:14.296Z] Using Plan A... [2021-02-24T00:41:14.296Z] Hunk #1 succeeded at 73. [2021-02-24T00:41:14.296Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-24T00:41:14.296Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-24T00:41:14.296Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-24T00:41:14.296Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-24T00:41:14.296Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-24T00:41:14.296Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-24T00:41:14.296Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-24T00:41:14.296Z] Hmm... Ignoring the trailing garbage. [2021-02-24T00:41:14.296Z] done [2021-02-24T00:41:14.296Z] + sudo snapcraft prime --use-lxd [2021-02-24T00:41:15.239Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-24T00:41:15.239Z] 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-02-24T00:41:15.239Z] - README.md [2021-02-24T00:41:15.239Z] - snapcraft.yaml.orig [2021-02-24T00:41:15.239Z] [2021-02-24T00:41:15.239Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-24T00:41:15.809Z] Launching a container. [2021-02-24T00:41:18.039Z] 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-02-24T00:41:19.022Z] 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-02-24T00:41:24.440Z] 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-02-24T00:41:28.047Z] Waiting for container to be ready [2021-02-24T00:41:28.308Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-24T00:41:28.308Z] [2021-02-24T00:41:29.872Z] 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-02-24T00:41:31.606Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-24T00:41:32.177Z] Waiting for network to be ready... [2021-02-24T00:41:32.438Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-24T00:41:32.438Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1545 kB] [2021-02-24T00:41:32.438Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-24T00:41:32.697Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-24T00:41:32.697Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-24T00:41:32.697Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-24T00:41:32.697Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-24T00:41:32.697Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-24T00:41:32.697Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-24T00:41:32.697Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-24T00:41:32.957Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-24T00:41:33.218Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-24T00:41:33.261Z] 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-02-24T00:41:33.478Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-24T00:41:33.478Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-24T00:41:33.478Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-24T00:41:33.478Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-24T00:41:33.478Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-24T00:41:33.478Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-24T00:41:33.738Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-24T00:41:33.998Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-24T00:41:33.998Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-24T00:41:33.998Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-24T00:41:33.998Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-24T00:41:33.998Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-24T00:41:33.998Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-24T00:41:33.998Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-24T00:41:33.998Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-24T00:41:36.540Z] Fetched 23.9 MB in 4s (6020 kB/s) [2021-02-24T00:41:37.110Z] Reading package lists... [2021-02-24T00:41:37.371Z] Reading package lists... [2021-02-24T00:41:37.371Z] Building dependency tree... [2021-02-24T00:41:37.371Z] Reading state information... [2021-02-24T00:41:37.632Z] The following additional packages will be installed: [2021-02-24T00:41:37.632Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-24T00:41:37.632Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-24T00:41:37.632Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-24T00:41:37.632Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-24T00:41:37.632Z] Suggested packages: [2021-02-24T00:41:37.632Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-24T00:41:37.632Z] Recommended packages: [2021-02-24T00:41:37.632Z] gnupg libsasl2-modules [2021-02-24T00:41:37.632Z] The following NEW packages will be installed: [2021-02-24T00:41:37.632Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-24T00:41:37.632Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-24T00:41:37.632Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-24T00:41:37.632Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-24T00:41:37.632Z] The following packages will be upgraded: [2021-02-24T00:41:37.632Z] gpg gpg-agent gpgconf libudev1 [2021-02-24T00:41:37.632Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-24T00:41:37.632Z] Need to get 3530 kB of archives. [2021-02-24T00:41:37.632Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-24T00:41:37.632Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-24T00:41:37.632Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-24T00:41:37.632Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-02-24T00:41:37.632Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-02-24T00:41:37.892Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-24T00:41:38.152Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-24T00:41:38.412Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-24T00:41:38.667Z] 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-02-24T00:41:38.673Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-24T00:41:38.673Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-02-24T00:41:38.673Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-02-24T00:41:38.673Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-02-24T00:41:38.673Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-24T00:41:38.673Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-24T00:41:38.673Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-24T00:41:38.673Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-24T00:41:38.673Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-24T00:41:38.673Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-24T00:41:38.673Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-24T00:41:38.673Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-24T00:41:38.673Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-24T00:41:38.673Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-24T00:41:38.673Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-02-24T00:41:38.933Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-24T00:41:38.933Z] Fetched 3530 kB in 1s (3122 kB/s) [2021-02-24T00:41:38.933Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-24T00:41:38.933Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-24T00:41:38.933Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-24T00:41:38.933Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-24T00:41:39.193Z] Selecting previously unselected package udev. [2021-02-24T00:41:39.194Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-24T00:41:39.194Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-24T00:41:39.194Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-24T00:41:39.454Z] Selecting previously unselected package libfuse2:amd64. [2021-02-24T00:41:39.454Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-24T00:41:39.454Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-24T00:41:39.454Z] Selecting previously unselected package fuse. [2021-02-24T00:41:39.454Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-24T00:41:39.454Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-24T00:41:39.717Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-24T00:41:39.717Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-24T00:41:39.717Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-24T00:41:39.977Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-24T00:41:39.977Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-24T00:41:39.977Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-24T00:41:39.977Z] Selecting previously unselected package libksba8:amd64. [2021-02-24T00:41:39.977Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-24T00:41:40.237Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-24T00:41:40.237Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-24T00:41:40.237Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-24T00:41:40.237Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:40.237Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-24T00:41:40.237Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-24T00:41:40.237Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:40.496Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-24T00:41:40.497Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-24T00:41:40.497Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:40.497Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-24T00:41:40.497Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-24T00:41:40.497Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:40.757Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-24T00:41:40.757Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-24T00:41:40.757Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:40.757Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-24T00:41:40.757Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-24T00:41:40.757Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:40.757Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-24T00:41:40.757Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-24T00:41:40.757Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:41.017Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-24T00:41:41.017Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-24T00:41:41.017Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:41.017Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-24T00:41:41.017Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-24T00:41:41.017Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:41.278Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-24T00:41:41.278Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-24T00:41:41.278Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-24T00:41:41.278Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-24T00:41:41.278Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-24T00:41:41.278Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-24T00:41:41.278Z] Selecting previously unselected package libldap-common. [2021-02-24T00:41:41.278Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-02-24T00:41:41.278Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-24T00:41:41.539Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-24T00:41:41.539Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-02-24T00:41:41.539Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-24T00:41:41.539Z] Selecting previously unselected package dirmngr. [2021-02-24T00:41:41.539Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-24T00:41:41.539Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-24T00:41:41.539Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-24T00:41:41.799Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-02-24T00:41:41.799Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-24T00:41:41.799Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-24T00:41:41.799Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-24T00:41:41.799Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-02-24T00:41:41.799Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:41.799Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-24T00:41:42.059Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-24T00:41:42.059Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-24T00:41:42.059Z] 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-02-24T00:41:42.320Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-24T00:41:42.320Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:42.580Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-24T00:41:42.580Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-24T00:41:42.580Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-02-24T00:41:42.580Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:42.580Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:42.580Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:42.841Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:42.841Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:42.841Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:42.841Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-24T00:41:42.841Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-02-24T00:41:42.841Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-02-24T00:41:42.841Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-24T00:41:43.413Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-24T00:41:43.413Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-24T00:41:43.413Z] This means they are not meant to be enabled using systemctl. [2021-02-24T00:41:43.413Z] Possible reasons for having this kind of units are: [2021-02-24T00:41:43.413Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-24T00:41:43.413Z] .wants/ or .requires/ directory. [2021-02-24T00:41:43.413Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-24T00:41:43.413Z] a requirement dependency on it. [2021-02-24T00:41:43.413Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-24T00:41:43.413Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-24T00:41:43.413Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-24T00:41:43.413Z] instance name specified. [2021-02-24T00:41:43.673Z] Reading package lists... [2021-02-24T00:41:43.934Z] Building dependency tree... [2021-02-24T00:41:43.934Z] Reading state information... [2021-02-24T00:41:43.934Z] The following additional packages will be installed: [2021-02-24T00:41:43.934Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-24T00:41:43.934Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-24T00:41:43.934Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-24T00:41:43.934Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-24T00:41:43.934Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-24T00:41:43.934Z] Suggested packages: [2021-02-24T00:41:43.934Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-24T00:41:43.934Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-24T00:41:43.934Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-24T00:41:43.934Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-24T00:41:43.934Z] systemd-container policykit-1 [2021-02-24T00:41:43.934Z] Recommended packages: [2021-02-24T00:41:43.934Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-24T00:41:43.934Z] The following NEW packages will be installed: [2021-02-24T00:41:43.934Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-24T00:41:43.934Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-24T00:41:43.934Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-24T00:41:43.934Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-24T00:41:43.934Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-24T00:41:43.934Z] The following packages will be upgraded: [2021-02-24T00:41:43.934Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-24T00:41:43.934Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-24T00:41:43.934Z] Need to get 35.2 MB of archives. [2021-02-24T00:41:43.934Z] After this operation, 141 MB of additional disk space will be used. [2021-02-24T00:41:43.934Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-24T00:41:44.194Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-24T00:41:44.194Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-24T00:41:44.194Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-02-24T00:41:44.194Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-24T00:41:44.194Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-24T00:41:44.194Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-24T00:41:44.455Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-24T00:41:44.455Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-24T00:41:44.455Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-24T00:41:44.455Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-24T00:41:44.455Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-24T00:41:44.455Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-24T00:41:44.455Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-24T00:41:44.455Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-24T00:41:44.455Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-24T00:41:44.455Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-02-24T00:41:44.455Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-24T00:41:44.455Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-24T00:41:45.393Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-24T00:41:45.393Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-24T00:41:45.393Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-24T00:41:45.393Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-24T00:41:45.393Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-24T00:41:45.393Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-24T00:41:45.393Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-24T00:41:45.393Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-24T00:41:45.393Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-24T00:41:45.393Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-24T00:41:45.393Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-24T00:41:45.393Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-24T00:41:45.972Z] Fetched 35.2 MB in 1s (24.6 MB/s) [2021-02-24T00:41:45.972Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-24T00:41:45.972Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-24T00:41:45.972Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-24T00:41:46.233Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-24T00:41:46.233Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-24T00:41:46.370Z] 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-02-24T00:41:46.494Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-24T00:41:46.495Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-24T00:41:46.495Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-24T00:41:46.495Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-24T00:41:46.756Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-24T00:41:46.756Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-24T00:41:46.756Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-24T00:41:46.756Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-24T00:41:47.329Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-24T00:41:47.329Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-24T00:41:47.590Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-24T00:41:47.850Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-24T00:41:47.850Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-24T00:41:47.850Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-24T00:41:48.111Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-24T00:41:48.111Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-24T00:41:48.111Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-24T00:41:48.111Z] Selecting previously unselected package libexpat1:amd64. [2021-02-24T00:41:48.111Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-24T00:41:48.111Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-24T00:41:48.372Z] Selecting previously unselected package python3.6-minimal. [2021-02-24T00:41:48.372Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-24T00:41:48.372Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-24T00:41:48.633Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-24T00:41:48.633Z] Checking for services that may need to be restarted...done. [2021-02-24T00:41:48.633Z] Checking for services that may need to be restarted...done. [2021-02-24T00:41:48.633Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-24T00:41:48.893Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-24T00:41:48.893Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-24T00:41:49.153Z] Selecting previously unselected package python3-minimal. [2021-02-24T00:41:49.153Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-24T00:41:49.153Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-24T00:41:49.153Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-24T00:41:49.722Z] Selecting previously unselected package mime-support. [2021-02-24T00:41:49.722Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-24T00:41:49.722Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-24T00:41:49.722Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-24T00:41:49.722Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-24T00:41:49.722Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-24T00:41:49.722Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-24T00:41:49.722Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-24T00:41:49.722Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-24T00:41:49.982Z] Selecting previously unselected package python3.6. [2021-02-24T00:41:49.982Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-24T00:41:49.982Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-24T00:41:49.982Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-24T00:41:49.982Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-24T00:41:49.982Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-24T00:41:50.243Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-24T00:41:50.504Z] Selecting previously unselected package python3. [2021-02-24T00:41:50.504Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-24T00:41:50.504Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-24T00:41:50.504Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-24T00:41:50.504Z] Selecting previously unselected package multiarch-support. [2021-02-24T00:41:50.504Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-24T00:41:50.504Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-24T00:41:50.764Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-24T00:41:50.764Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-24T00:41:50.765Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-24T00:41:50.765Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-24T00:41:50.765Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-24T00:41:50.765Z] Selecting previously unselected package libbsd0:amd64. [2021-02-24T00:41:50.765Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-24T00:41:50.765Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-24T00:41:51.025Z] Selecting previously unselected package sudo. [2021-02-24T00:41:51.025Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-24T00:41:51.025Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-24T00:41:51.025Z] Selecting previously unselected package apparmor. [2021-02-24T00:41:51.025Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-24T00:41:51.025Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-24T00:41:51.286Z] Selecting previously unselected package libedit2:amd64. [2021-02-24T00:41:51.286Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-24T00:41:51.286Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-24T00:41:51.286Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-24T00:41:51.286Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-24T00:41:51.286Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-24T00:41:51.547Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-24T00:41:51.547Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-24T00:41:51.547Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-24T00:41:51.547Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-24T00:41:51.547Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-24T00:41:51.547Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-24T00:41:51.807Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-24T00:41:51.807Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-24T00:41:51.807Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-24T00:41:51.807Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-24T00:41:51.807Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-24T00:41:51.807Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-24T00:41:52.069Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-24T00:41:52.069Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-02-24T00:41:52.069Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-24T00:41:52.069Z] Selecting previously unselected package openssh-client. [2021-02-24T00:41:52.069Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-24T00:41:52.069Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-24T00:41:52.328Z] Selecting previously unselected package squashfs-tools. [2021-02-24T00:41:52.328Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-24T00:41:52.328Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-24T00:41:52.328Z] Selecting previously unselected package snapd. [2021-02-24T00:41:52.328Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-24T00:41:52.328Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-24T00:41:54.243Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-24T00:41:54.243Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-02-24T00:41:54.504Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-24T00:41:54.504Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-24T00:41:54.504Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-24T00:41:54.504Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-24T00:41:54.504Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-24T00:41:54.504Z] Setting up systemd (237-3ubuntu10.44) ... [Pipeline] } [2021-02-24T00:41:54.681Z] $ docker stop --time=1 f3f20e7cf22376b8decf1de702f2f868afdcc404710fccaf7790104db574065c [2021-02-24T00:41:54.765Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-24T00:41:56.151Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-24T00:41:56.151Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-24T00:41:56.151Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-24T00:41:56.151Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-24T00:41:56.151Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-24T00:41:56.151Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-24T00:41:56.723Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-24T00:41:56.723Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-24T00:41:56.723Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-24T00:41:56.723Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-24T00:41:56.723Z] running python rtupdate hooks for python3.6... [2021-02-24T00:41:56.723Z] running python post-rtupdate hooks for python3.6... [2021-02-24T00:41:56.723Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-24T00:41:57.206Z] $ docker rm -f f3f20e7cf22376b8decf1de702f2f868afdcc404710fccaf7790104db574065c [2021-02-24T00:41:58.107Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-24T00:41:58.368Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-24T00:41:58.368Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-24T00:41:58.634Z] Setting up snapd (2.48.3+18.04) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:41:58.896Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-24T00:41:59.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T00:41:59.138Z] [2021-02-24T00:41:59.138Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T00:41:59.160Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-24T00:41:59.160Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:41:59.422Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-24T00:41:59.523Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T00:41:59.682Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-24T00:41:59.682Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-24T00:41:59.682Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-24T00:41:59.795Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-24T00:41:59.795Z] 29e5d40040c1: Pulling fs layer [2021-02-24T00:41:59.795Z] 1ce36da41761: Pulling fs layer [2021-02-24T00:41:59.795Z] 25b303627fd3: Pulling fs layer [2021-02-24T00:41:59.943Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-24T00:42:00.068Z] 29e5d40040c1: Download complete [2021-02-24T00:42:00.204Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-24T00:42:00.204Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-24T00:42:00.466Z] /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-02-24T00:42:00.666Z] 1ce36da41761: Verifying Checksum [2021-02-24T00:42:00.666Z] 1ce36da41761: Download complete [2021-02-24T00:42:00.666Z] 29e5d40040c1: Pull complete [2021-02-24T00:42:00.728Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-24T00:42:00.988Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-24T00:42:01.930Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-24T00:42:01.930Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-24T00:42:01.930Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-24T00:42:02.100Z] 1ce36da41761: Pull complete [2021-02-24T00:42:02.100Z] 25b303627fd3: Verifying Checksum [2021-02-24T00:42:02.100Z] 25b303627fd3: Download complete [2021-02-24T00:42:03.128Z] Reading package lists... [2021-02-24T00:42:03.129Z] Reading package lists... [2021-02-24T00:42:03.389Z] Building dependency tree... [2021-02-24T00:42:03.389Z] Reading state information... [2021-02-24T00:42:03.389Z] Calculating upgrade... [2021-02-24T00:42:03.651Z] The following packages will be upgraded: [2021-02-24T00:42:03.651Z] advancecomp base-files bash binutils binutils-common [2021-02-24T00:42:03.651Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-24T00:42:03.651Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-24T00:42:03.651Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-24T00:42:03.651Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-24T00:42:03.651Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-24T00:42:03.651Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-24T00:42:03.651Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-24T00:42:03.651Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-24T00:42:03.651Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-24T00:42:03.651Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-24T00:42:03.651Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-24T00:42:03.651Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-24T00:42:03.651Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-24T00:42:03.651Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-24T00:42:03.913Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-24T00:42:03.913Z] Need to get 63.8 MB of archives. [2021-02-24T00:42:03.913Z] After this operation, 5201 kB of additional disk space will be used. [2021-02-24T00:42:03.913Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-24T00:42:03.913Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-24T00:42:04.173Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-24T00:42:04.173Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-24T00:42:04.173Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-24T00:42:04.173Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-24T00:42:04.433Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-24T00:42:04.433Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-24T00:42:04.433Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-24T00:42:04.433Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-24T00:42:04.433Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-24T00:42:04.433Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-24T00:42:04.433Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-24T00:42:04.433Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-24T00:42:04.433Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-24T00:42:04.433Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-24T00:42:04.433Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-24T00:42:04.433Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-24T00:42:04.433Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-02-24T00:42:04.695Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-24T00:42:04.695Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-24T00:42:04.695Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-24T00:42:04.695Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-24T00:42:04.695Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-24T00:42:04.695Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-24T00:42:04.695Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-24T00:42:04.695Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-24T00:42:04.695Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-24T00:42:04.695Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-24T00:42:04.695Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-24T00:42:04.695Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-24T00:42:04.695Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-24T00:42:04.963Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-24T00:42:04.963Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-24T00:42:04.963Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-24T00:42:04.964Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-24T00:42:04.964Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-24T00:42:04.964Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-24T00:42:04.964Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-24T00:42:04.964Z] Get:40 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-02-24T00:42:04.964Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-24T00:42:04.964Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-24T00:42:04.964Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-24T00:42:04.964Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-24T00:42:04.964Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-24T00:42:04.964Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-24T00:42:04.964Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-24T00:42:04.964Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-24T00:42:04.964Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-24T00:42:04.964Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-24T00:42:04.964Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-24T00:42:04.964Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-24T00:42:04.964Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-02-24T00:42:04.964Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-24T00:42:04.964Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-24T00:42:05.225Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-24T00:42:05.225Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-24T00:42:05.225Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-24T00:42:05.225Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-24T00:42:05.225Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-24T00:42:05.225Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-24T00:42:05.225Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-24T00:42:05.225Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-24T00:42:05.225Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-24T00:42:05.225Z] Get:65 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-02-24T00:42:05.225Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-24T00:42:05.225Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-24T00:42:05.225Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-24T00:42:05.226Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-24T00:42:05.226Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-24T00:42:05.226Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-24T00:42:05.226Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-24T00:42:05.226Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-24T00:42:05.226Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-02-24T00:42:05.226Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-24T00:42:05.226Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-24T00:42:05.486Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-24T00:42:05.486Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-24T00:42:05.486Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-24T00:42:05.486Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-24T00:42:05.486Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-24T00:42:05.486Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-24T00:42:05.486Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-24T00:42:05.486Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-24T00:42:05.486Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-24T00:42:05.486Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-24T00:42:05.486Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-24T00:42:05.486Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-24T00:42:05.747Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-24T00:42:05.747Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-24T00:42:06.008Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-24T00:42:06.268Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-24T00:42:06.527Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-24T00:42:06.527Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-24T00:42:06.788Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-24T00:42:06.788Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-24T00:42:06.788Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-24T00:42:06.788Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-24T00:42:06.788Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-24T00:42:07.048Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-24T00:42:07.048Z] Fetched 63.8 MB in 3s (19.4 MB/s) [2021-02-24T00:42:07.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:07.048Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-24T00:42:07.048Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-24T00:42:07.986Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-24T00:42:07.986Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-24T00:42:07.986Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-02-24T00:42:07.986Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-02-24T00:42:08.926Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:08.926Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-24T00:42:08.926Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:08.926Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-24T00:42:09.188Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:09.188Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-24T00:42:09.188Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:09.188Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-24T00:42:09.450Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:09.450Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-24T00:42:09.450Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:09.450Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-24T00:42:09.714Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:09.714Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-24T00:42:09.714Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:09.974Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-24T00:42:09.974Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:09.974Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-24T00:42:09.974Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:10.243Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-24T00:42:10.243Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:10.243Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-24T00:42:10.243Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:10.513Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-24T00:42:10.513Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:10.513Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-24T00:42:10.774Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:10.774Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-24T00:42:10.774Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-24T00:42:11.039Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-24T00:42:11.622Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-24T00:42:11.622Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-24T00:42:11.622Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-24T00:42:11.882Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-24T00:42:11.883Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-24T00:42:11.883Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-24T00:42:12.143Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-24T00:42:12.143Z] Installing new version of config file /etc/issue ... [2021-02-24T00:42:12.143Z] Installing new version of config file /etc/issue.net ... [2021-02-24T00:42:12.143Z] Installing new version of config file /etc/lsb-release ... [2021-02-24T00:42:12.143Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-24T00:42:12.246Z] 25b303627fd3: Pull complete [2021-02-24T00:42:12.247Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-24T00:42:12.247Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T00:42:12.247Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-24T00:42:12.408Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-24T00:42:12.408Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-24T00:42:12.408Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-24T00:42:12.510Z] prd-ubuntu18.04-docker-arm64-4c-16g-27429 does not seem to be running inside a container [2021-02-24T00:42:12.592Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-24T00:42:12.670Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:12.671Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-24T00:42:12.671Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-24T00:42:12.936Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-24T00:42:12.936Z] 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-02-24T00:42:12.936Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:12.936Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-24T00:42:12.936Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-24T00:42:13.203Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-24T00:42:13.203Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:13.203Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-24T00:42:13.203Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-24T00:42:13.479Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-24T00:42:13.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:13.479Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-24T00:42:13.745Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-24T00:42:13.745Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-24T00:42:14.015Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:14.015Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-24T00:42:14.015Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-24T00:42:14.015Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-24T00:42:14.276Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:14.276Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-24T00:42:14.276Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-24T00:42:14.276Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-24T00:42:14.537Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:14.537Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-24T00:42:14.537Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-24T00:42:14.537Z] Setting up grep (3.1-2build1) ... [2021-02-24T00:42:14.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:14.798Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-24T00:42:14.798Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-24T00:42:15.060Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-24T00:42:15.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:15.060Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-24T00:42:15.060Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-24T00:42:15.321Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-24T00:42:15.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:15.321Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-24T00:42:15.321Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-24T00:42:15.740Z] $ docker top 9c3d4b3683ca4c2fb99b721e81a39400bb97ed19f55d13f0df9fcc6026523737 -eo pid,comm [2021-02-24T00:42:15.893Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-24T00:42:15.893Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] { [Pipeline] sh [2021-02-24T00:42:16.154Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-24T00:42:16.154Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-24T00:42:16.728Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-24T00:42:16.769Z] + + docker-composegrep build --help [2021-02-24T00:42:16.769Z] parallel [2021-02-24T00:42:16.989Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:16.989Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-24T00:42:16.989Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-24T00:42:17.937Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-24T00:42:17.937Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-24T00:42:17.937Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-24T00:42:17.937Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-24T00:42:18.197Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-24T00:42:18.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:18.198Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-24T00:42:18.198Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-24T00:42:18.458Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-24T00:42:18.458Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:18.458Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-24T00:42:18.719Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-24T00:42:18.719Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-24T00:42:18.719Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:18.719Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-24T00:42:18.719Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-24T00:42:18.979Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-24T00:42:18.979Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:18.979Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-24T00:42:18.979Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-24T00:42:19.240Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-24T00:42:19.240Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:19.240Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-24T00:42:19.240Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-24T00:42:19.500Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-24T00:42:19.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:19.500Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-24T00:42:19.500Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-24T00:42:19.762Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-24T00:42:19.762Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-24T00:42:19.762Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-24T00:42:20.023Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:20.023Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-24T00:42:20.023Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-24T00:42:20.023Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-24T00:42:20.143Z] --parallel Build images in parallel. [2021-02-24T00:42:20.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:20.285Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-24T00:42:20.285Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-24T00:42:20.285Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-24T00:42:20.285Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:20.285Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-24T00:42:20.285Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] } [2021-02-24T00:42:20.452Z] $ docker stop --time=1 9c3d4b3683ca4c2fb99b721e81a39400bb97ed19f55d13f0df9fcc6026523737 [2021-02-24T00:42:20.546Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-24T00:42:20.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:20.546Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-24T00:42:20.546Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-24T00:42:21.116Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-24T00:42:21.377Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-24T00:42:21.637Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-24T00:42:21.637Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:21.637Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-24T00:42:21.637Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-24T00:42:21.901Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-24T00:42:22.167Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-24T00:42:22.167Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-24T00:42:22.167Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-24T00:42:22.167Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-24T00:42:22.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:22.427Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-24T00:42:22.427Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-24T00:42:22.448Z] $ docker rm -f 9c3d4b3683ca4c2fb99b721e81a39400bb97ed19f55d13f0df9fcc6026523737 [2021-02-24T00:42:22.688Z] Setting up debconf (1.5.66ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-24T00:42:22.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:22.949Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-24T00:42:22.949Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-24T00:42:22.949Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-24T00:42:22.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:22.949Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:42:23.210Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-24T00:42:23.210Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-24T00:42:23.210Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:23.210Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-24T00:42:23.210Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-24T00:42:23.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T00:42:23.297Z] . [Pipeline] withDockerContainer [2021-02-24T00:42:23.473Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-24T00:42:23.473Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:23.473Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-24T00:42:23.473Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-24T00:42:23.573Z] prd-ubuntu18.04-docker-arm64-4c-16g-27429 does not seem to be running inside a container [2021-02-24T00:42:23.672Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-24T00:42:23.733Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-24T00:42:23.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:23.733Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-24T00:42:23.993Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-24T00:42:23.994Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-24T00:42:24.255Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:24.255Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-24T00:42:24.255Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-24T00:42:24.255Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-24T00:42:24.255Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-24T00:42:24.517Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-24T00:42:24.517Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-24T00:42:24.517Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-24T00:42:24.783Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:24.783Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-24T00:42:24.783Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-24T00:42:24.783Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-24T00:42:25.054Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:25.054Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-24T00:42:25.054Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-24T00:42:25.054Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-24T00:42:25.137Z] $ docker top c875556c0392bbaaa08fd48477fce8d729e6a11a947d15f81d837cc47b0fe84c -eo pid,comm [2021-02-24T00:42:25.315Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:25.315Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [Pipeline] { [Pipeline] sh [2021-02-24T00:42:25.577Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-24T00:42:25.577Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-24T00:42:25.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:25.577Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-24T00:42:25.577Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-24T00:42:25.838Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-24T00:42:25.838Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:25.838Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-24T00:42:25.838Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-24T00:42:26.099Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-24T00:42:26.203Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-24T00:42:26.359Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:26.359Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-02-24T00:42:26.359Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-02-24T00:42:26.619Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-02-24T00:42:26.619Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:26.619Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-24T00:42:26.619Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-24T00:42:26.879Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-24T00:42:27.140Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:27.140Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-24T00:42:27.140Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-24T00:42:27.140Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-24T00:42:27.400Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:27.400Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-24T00:42:27.400Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-24T00:42:27.400Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-24T00:42:27.661Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:27.661Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-24T00:42:27.661Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-24T00:42:27.661Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-24T00:42:27.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:27.922Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-24T00:42:27.922Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-24T00:42:27.922Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-24T00:42:27.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-24T00:42:27.922Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-24T00:42:28.182Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-24T00:42:28.182Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-24T00:42:28.182Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-24T00:42:28.182Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-24T00:42:28.182Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-24T00:42:28.442Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-24T00:42:28.442Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-24T00:42:28.702Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-02-24T00:42:28.702Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-02-24T00:42:28.963Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-24T00:42:28.963Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-24T00:42:29.223Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-24T00:42:29.223Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-24T00:42:29.223Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-24T00:42:29.223Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-24T00:42:29.486Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-24T00:42:29.486Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-24T00:42:29.486Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-24T00:42:29.486Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-24T00:42:29.753Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-24T00:42:29.753Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-24T00:42:29.753Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-24T00:42:29.754Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-24T00:42:29.754Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-24T00:42:30.015Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-24T00:42:30.015Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-24T00:42:30.015Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-24T00:42:30.495Z] Building docker-core-command-go ... [2021-02-24T00:42:30.495Z] Building docker-core-data-go ... [2021-02-24T00:42:30.495Z] Building docker-core-metadata-go ... [2021-02-24T00:42:30.495Z] Building docker-security-bootstrapper-go ... [2021-02-24T00:42:30.495Z] Building docker-security-proxy-setup-go ... [2021-02-24T00:42:30.495Z] Building docker-security-secretstore-setup-go ... [2021-02-24T00:42:30.495Z] Building docker-support-notifications-go ... [2021-02-24T00:42:30.495Z] Building docker-support-scheduler-go ... [2021-02-24T00:42:30.495Z] Building docker-sys-mgmt-agent-go ... [2021-02-24T00:42:30.495Z] Building docker-core-data-go [2021-02-24T00:42:30.495Z] Building docker-security-bootstrapper-go [2021-02-24T00:42:30.495Z] Building docker-support-notifications-go [2021-02-24T00:42:30.495Z] Building docker-security-proxy-setup-go [2021-02-24T00:42:30.495Z] Building docker-support-scheduler-go [2021-02-24T00:42:30.964Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-24T00:42:30.964Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-24T00:42:31.235Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-24T00:42:31.235Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-24T00:42:31.235Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-24T00:42:31.235Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-24T00:42:31.502Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-24T00:42:31.768Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-24T00:42:31.768Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-24T00:42:31.768Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-24T00:42:32.094Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-24T00:42:32.094Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-24T00:42:32.437Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:32.437Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-24T00:42:32.437Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:32.437Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-24T00:42:32.760Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:32.760Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-24T00:42:32.760Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:32.760Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-24T00:42:33.827Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:33.827Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-24T00:42:34.847Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:34.847Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-24T00:42:35.418Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:35.418Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-24T00:42:35.679Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:35.679Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-24T00:42:36.626Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-24T00:42:36.626Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-24T00:42:36.626Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-24T00:42:36.626Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-24T00:42:36.626Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-24T00:42:36.626Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-24T00:42:36.891Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-24T00:42:36.891Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-24T00:42:37.157Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-24T00:42:37.157Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-24T00:42:37.157Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-24T00:42:37.157Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-24T00:42:37.468Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-24T00:42:37.468Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-24T00:42:37.730Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-24T00:42:37.730Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-24T00:42:37.730Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:37.730Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-24T00:42:37.992Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:37.992Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:37.992Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:37.992Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-24T00:42:37.992Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-24T00:42:37.992Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-24T00:42:38.251Z] [2021-02-24T00:42:38.251Z] Current default time zone: 'Etc/UTC' [2021-02-24T00:42:38.251Z] Local time is now: Wed Feb 24 00:42:38 UTC 2021. [2021-02-24T00:42:38.251Z] Universal Time is now: Wed Feb 24 00:42:38 UTC 2021. [2021-02-24T00:42:38.251Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-24T00:42:38.251Z] [2021-02-24T00:42:38.251Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-24T00:42:38.251Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:38.251Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-02-24T00:42:38.251Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-24T00:42:38.251Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-24T00:42:38.251Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-24T00:42:38.514Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-24T00:42:38.514Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-24T00:42:38.514Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-24T00:42:38.514Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-24T00:42:38.514Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:38.514Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-24T00:42:38.778Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-24T00:42:38.778Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-24T00:42:39.039Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:39.039Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-24T00:42:39.039Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-24T00:42:39.039Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-24T00:42:39.039Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-02-24T00:42:39.039Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-24T00:42:39.039Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-24T00:42:39.039Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-24T00:42:39.299Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-24T00:42:41.211Z] Updating certificates in /etc/ssl/certs... [2021-02-24T00:42:41.783Z] 23 added, 27 removed; done. [2021-02-24T00:42:41.784Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-24T00:42:41.784Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-24T00:42:41.784Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-24T00:42:41.784Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-24T00:42:42.050Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-24T00:42:42.050Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-24T00:42:42.051Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-24T00:42:42.051Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-24T00:42:42.051Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-24T00:42:42.051Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-24T00:42:42.051Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-24T00:42:42.312Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-24T00:42:42.312Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-24T00:42:42.312Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-24T00:42:42.312Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-24T00:42:42.312Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-24T00:42:42.312Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-24T00:42:42.573Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-24T00:42:42.573Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-24T00:42:42.573Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-24T00:42:42.573Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-24T00:42:42.573Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-24T00:42:42.833Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-24T00:42:42.833Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-24T00:42:42.833Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-24T00:42:42.833Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-24T00:42:42.833Z] Updating certificates in /etc/ssl/certs... [2021-02-24T00:42:43.413Z] 0 added, 0 removed; done. [2021-02-24T00:42:43.413Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-24T00:42:43.413Z] done. [2021-02-24T00:42:43.984Z] Reading package lists... [2021-02-24T00:42:43.984Z] Building dependency tree... [2021-02-24T00:42:43.984Z] Reading state information... [2021-02-24T00:42:44.245Z] The following NEW packages will be installed: [2021-02-24T00:42:44.245Z] apt-transport-https [2021-02-24T00:42:44.506Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-24T00:42:44.506Z] Need to get 1696 B of archives. [2021-02-24T00:42:44.506Z] After this operation, 153 kB of additional disk space will be used. [2021-02-24T00:42:44.506Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-24T00:42:44.506Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-24T00:42:44.506Z] Fetched 1696 B in 0s (8560 B/s) [2021-02-24T00:42:44.506Z] Selecting previously unselected package apt-transport-https. [2021-02-24T00:42:44.506Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-24T00:42:44.506Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-24T00:42:44.506Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-24T00:42:44.766Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-24T00:42:45.026Z] Waiting for network to be ready... [2021-02-24T00:42:50.312Z] 2021-02-24T00:42:47Z INFO Waiting for automatic snapd restart... [2021-02-24T00:42:50.312Z] snapd 2.48.2.1 from Canonical* installed [2021-02-24T00:42:50.312Z] "snapd" switched to the "latest/stable" channel [2021-02-24T00:42:50.312Z] [2021-02-24T00:42:52.856Z] core18 20210128 from Canonical* installed [2021-02-24T00:42:52.856Z] "core18" switched to the "latest/stable" channel [2021-02-24T00:42:52.856Z] [2021-02-24T00:42:56.152Z] snapcraft 4.5.1 from Canonical* installed [2021-02-24T00:42:56.152Z] "snapcraft" switched to the "latest/stable" channel [2021-02-24T00:42:56.152Z] [2021-02-24T00:42:59.449Z] 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-02-24T00:42:59.449Z] - README.md [2021-02-24T00:42:59.449Z] - snapcraft.yaml.orig [2021-02-24T00:42:59.449Z] [2021-02-24T00:42:59.449Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-24T00:43:06.055Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-24T00:43:06.055Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-24T00:43:06.055Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-24T00:43:06.055Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-24T00:43:07.255Z] Reading package lists... [2021-02-24T00:43:07.515Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-24T00:43:14.110Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-24T00:43:14.110Z] Reading package lists... [2021-02-24T00:43:14.110Z] Building dependency tree... [2021-02-24T00:43:14.110Z] Reading state information... [2021-02-24T00:43:14.110Z] Suggested packages: [2021-02-24T00:43:14.110Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-24T00:43:14.110Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-24T00:43:14.110Z] Recommended packages: [2021-02-24T00:43:14.110Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-24T00:43:14.110Z] The following NEW packages will be installed: [2021-02-24T00:43:14.110Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-24T00:43:14.110Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-24T00:43:14.110Z] pkg-config zip [2021-02-24T00:43:14.110Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-24T00:43:14.110Z] Need to get 7655 kB of archives. [2021-02-24T00:43:14.110Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-24T00:43:14.110Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-24T00:43:14.110Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-24T00:43:14.374Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-24T00:43:14.637Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-24T00:43:14.637Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-24T00:43:14.637Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-24T00:43:14.898Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-24T00:43:14.898Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-24T00:43:14.898Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-24T00:43:14.898Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-24T00:43:14.898Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-24T00:43:14.898Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-24T00:43:15.159Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-24T00:43:15.159Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-24T00:43:15.159Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-24T00:43:15.420Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-24T00:43:15.420Z] Fetched 7655 kB in 1s (5805 kB/s) [2021-02-24T00:43:15.420Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-24T00:43:15.420Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-24T00:43:15.420Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-24T00:43:15.420Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-24T00:43:15.681Z] Selecting previously unselected package libpsl5:amd64. [2021-02-24T00:43:15.681Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-24T00:43:15.681Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-24T00:43:15.681Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-24T00:43:15.681Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-24T00:43:15.681Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-24T00:43:15.942Z] Selecting previously unselected package librtmp1:amd64. [2021-02-24T00:43:15.942Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-24T00:43:15.942Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-24T00:43:15.942Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-24T00:43:15.942Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-24T00:43:15.942Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-24T00:43:16.203Z] Selecting previously unselected package liberror-perl. [2021-02-24T00:43:16.203Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-24T00:43:16.203Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-24T00:43:16.203Z] Selecting previously unselected package git-man. [2021-02-24T00:43:16.203Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-24T00:43:16.203Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-24T00:43:16.480Z] Selecting previously unselected package git. [2021-02-24T00:43:16.480Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-24T00:43:16.480Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-24T00:43:17.050Z] Selecting previously unselected package libnorm1:amd64. [2021-02-24T00:43:17.050Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-24T00:43:17.311Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-24T00:43:17.311Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-24T00:43:17.311Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-24T00:43:17.311Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-24T00:43:17.311Z] Selecting previously unselected package libsodium23:amd64. [2021-02-24T00:43:17.311Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-24T00:43:17.311Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-24T00:43:17.570Z] Selecting previously unselected package libzmq5:amd64. [2021-02-24T00:43:17.570Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-24T00:43:17.570Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-24T00:43:17.570Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-24T00:43:17.570Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-24T00:43:17.570Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-24T00:43:17.831Z] Selecting previously unselected package pkg-config. [2021-02-24T00:43:17.831Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-24T00:43:17.831Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-24T00:43:17.831Z] Selecting previously unselected package zip. [2021-02-24T00:43:17.831Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-24T00:43:17.831Z] Unpacking zip (3.0-11build1) ... [2021-02-24T00:43:18.092Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-24T00:43:18.092Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-24T00:43:18.092Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-24T00:43:18.092Z] Setting up liberror-perl (0.17025-1) ... [2021-02-24T00:43:18.092Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-24T00:43:18.092Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-24T00:43:18.092Z] No schema files found: doing nothing. [2021-02-24T00:43:18.092Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-24T00:43:18.092Z] Setting up zip (3.0-11build1) ... [2021-02-24T00:43:18.092Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-24T00:43:18.352Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-24T00:43:18.352Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-24T00:43:18.352Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-24T00:43:18.352Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-24T00:43:18.352Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-24T00:43:18.614Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-24T00:43:18.614Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-24T00:43:25.196Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-24T00:43:25.196Z] git set to automatically installed. [2021-02-24T00:43:25.196Z] git-man set to automatically installed. [2021-02-24T00:43:25.196Z] libcurl3-gnutls set to automatically installed. [2021-02-24T00:43:25.196Z] liberror-perl set to automatically installed. [2021-02-24T00:43:25.196Z] libglib2.0-0 set to automatically installed. [2021-02-24T00:43:25.196Z] libnghttp2-14 set to automatically installed. [2021-02-24T00:43:25.196Z] libnorm1 set to automatically installed. [2021-02-24T00:43:25.196Z] libpgm-5.2-0 set to automatically installed. [2021-02-24T00:43:25.196Z] libpsl5 set to automatically installed. [2021-02-24T00:43:25.196Z] librtmp1 set to automatically installed. [2021-02-24T00:43:25.196Z] libsodium23 set to automatically installed. [2021-02-24T00:43:25.196Z] libzmq3-dev set to automatically installed. [2021-02-24T00:43:25.196Z] libzmq5 set to automatically installed. [2021-02-24T00:43:25.196Z] pkg-config set to automatically installed. [2021-02-24T00:43:25.196Z] zip set to automatically installed. [2021-02-24T00:43:26.584Z] snapd is not logged in, snap install commands will use sudo [2021-02-24T00:43:33.181Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-24T00:43:33.752Z] snap "core18" has no updates available [2021-02-24T00:43:34.325Z] Pulling config-common [2021-02-24T00:43:34.325Z] + snapcraftctl pull [2021-02-24T00:43:35.269Z] Pulling go-build-helper [2021-02-24T00:43:35.269Z] + snapcraftctl pull [2021-02-24T00:43:52.302Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:43:52.303Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:43:52.303Z] ---> dad50b1452f2 [2021-02-24T00:43:52.303Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:43:52.303Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:43:52.303Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:43:52.303Z] [2021-02-24T00:43:52.303Z] ---> dad50b1452f2 [2021-02-24T00:43:52.303Z] Step 2/30 : FROM ${BUILDER_BASE} AS builderStep 3/22 : WORKDIR /edgex-go [2021-02-24T00:43:52.303Z] [2021-02-24T00:43:52.303Z] ---> dad50b1452f2 [2021-02-24T00:43:52.303Z] Step 3/30 : WORKDIR /edgex-go [2021-02-24T00:43:52.303Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:43:52.303Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:43:52.303Z] ---> dad50b1452f2 [2021-02-24T00:43:52.303Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T00:43:52.303Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:43:52.303Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:43:52.303Z] ---> dad50b1452f2 [2021-02-24T00:43:52.303Z] Step 3/21 : WORKDIR /edgex-go [2021-02-24T00:43:52.303Z] ---> Running in 6adea80ad104 [2021-02-24T00:43:52.303Z] ---> Running in 7244c3e5d036 [2021-02-24T00:43:52.303Z] ---> Running in ccb3eadfb919 [2021-02-24T00:43:52.303Z] ---> Running in a55b61dd2bca [2021-02-24T00:43:52.303Z] ---> Running in 67f389869d62 [2021-02-24T00:43:52.303Z] Removing intermediate container 6adea80ad104 [2021-02-24T00:43:52.303Z] Removing intermediate container 7244c3e5d036 [2021-02-24T00:43:52.303Z] ---> c364e956db16 [2021-02-24T00:43:52.303Z] ---> e5240ad5325a [2021-02-24T00:43:52.303Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:43:52.303Z] [2021-02-24T00:43:52.303Z] Removing intermediate container a55b61dd2bca [2021-02-24T00:43:52.303Z] ---> bb24c64232c6 [2021-02-24T00:43:52.303Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:43:52.303Z] Removing intermediate container ccb3eadfb919 [2021-02-24T00:43:52.303Z] ---> 9b56dfdff90b [2021-02-24T00:43:52.303Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:43:52.303Z] Removing intermediate container 67f389869d62 [2021-02-24T00:43:52.303Z] ---> a29dddb7d801 [2021-02-24T00:43:52.303Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:43:52.303Z] ---> Running in 56ec839083bb [2021-02-24T00:43:52.303Z] ---> Running in 2c6e6c38c589 [2021-02-24T00:43:52.303Z] ---> Running in a3efc5e58f22 [2021-02-24T00:43:52.303Z] ---> Running in bdf39158c5c8 [2021-02-24T00:43:52.303Z] ---> Running in f226c9ade595 [2021-02-24T00:43:52.303Z] Removing intermediate container a3efc5e58f22 [2021-02-24T00:43:52.303Z] ---> 08459e0a1148 [2021-02-24T00:43:52.303Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-24T00:43:52.303Z] ---> Running in f7250e05fdfa [2021-02-24T00:43:52.303Z] Removing intermediate container bdf39158c5c8 [2021-02-24T00:43:52.303Z] ---> 5c69bedbffad [2021-02-24T00:43:52.303Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-24T00:43:52.303Z] Removing intermediate container 56ec839083bb [2021-02-24T00:43:52.303Z] ---> 985075217206 [2021-02-24T00:43:52.303Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-24T00:43:52.303Z] ---> Running in 88a94cb4d1bd [2021-02-24T00:43:52.303Z] ---> Running in 719547bfda5b [2021-02-24T00:43:52.303Z] Removing intermediate container f226c9ade595 [2021-02-24T00:43:52.303Z] ---> b50ca4bd5a18 [2021-02-24T00:43:52.303Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-24T00:43:52.303Z] ---> Running in ebe53a2c3b7a [2021-02-24T00:43:52.303Z] Removing intermediate container 2c6e6c38c589 [2021-02-24T00:43:52.303Z] ---> cc753dfa1a6c [2021-02-24T00:43:52.303Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-24T00:43:52.303Z] ---> Running in ff7890942bae [2021-02-24T00:43:52.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:43:52.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:43:53.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:43:53.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:43:53.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:43:53.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:43:53.729Z] OK: 217 MiB in 51 packages [2021-02-24T00:43:54.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:43:54.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:43:54.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:43:54.881Z] OK: 217 MiB in 51 packages [2021-02-24T00:43:54.881Z] OK: 217 MiB in 51 packages [2021-02-24T00:43:55.158Z] OK: 217 MiB in 51 packages [2021-02-24T00:43:55.158Z] Removing intermediate container f7250e05fdfa [2021-02-24T00:43:55.158Z] ---> dc3d98670370 [2021-02-24T00:43:55.158Z] Step 6/30 : COPY go.mod . [2021-02-24T00:43:55.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:43:56.351Z] ---> 624681a13424 [2021-02-24T00:43:56.351Z] Step 7/30 : RUN go mod download [2021-02-24T00:43:56.351Z] Removing intermediate container 719547bfda5b [2021-02-24T00:43:56.351Z] ---> d2d09257a858 [2021-02-24T00:43:56.351Z] Step 6/23 : COPY go.mod . [2021-02-24T00:43:56.628Z] ---> Running in 7f2a5a6a5a22 [2021-02-24T00:43:56.903Z] Removing intermediate container 88a94cb4d1bd [2021-02-24T00:43:56.903Z] Removing intermediate container ebe53a2c3b7a [2021-02-24T00:43:56.903Z] ---> 977b92b12ca6 [2021-02-24T00:43:56.903Z] ---> 53a056bc1665 [2021-02-24T00:43:57.176Z] Step 6/22 : COPY go.mod .Step 6/22 : COPY go.mod . [2021-02-24T00:43:57.176Z] [2021-02-24T00:43:57.176Z] ---> 777255224874 [2021-02-24T00:43:57.176Z] Step 7/23 : RUN go mod download [2021-02-24T00:43:57.231Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-24T00:43:57.231Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-24T00:43:57.231Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1545 kB] [2021-02-24T00:43:57.231Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-24T00:43:57.231Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-24T00:43:57.231Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-24T00:43:57.231Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-24T00:43:57.231Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-24T00:43:57.231Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-24T00:43:57.231Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-24T00:43:57.231Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-24T00:43:57.231Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-24T00:43:57.231Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-24T00:43:57.231Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-24T00:43:57.231Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-24T00:43:57.231Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-24T00:43:57.231Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-24T00:43:57.231Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-24T00:43:57.231Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-24T00:43:57.231Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-02-24T00:43:57.231Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-02-24T00:43:57.231Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-24T00:43:57.231Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-24T00:43:57.231Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] [2021-02-24T00:43:57.231Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] [2021-02-24T00:43:57.231Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-24T00:43:57.231Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-24T00:43:57.231Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-24T00:43:57.231Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-24T00:43:57.231Z] Fetched 279 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-24T00:43:57.231Z] Fetched 122 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-24T00:43:57.231Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-24T00:43:57.231Z] Fetched 8848 B in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-24T00:43:57.231Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-24T00:43:57.231Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-24T00:43:57.231Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-24T00:43:57.231Z] Fetched 214 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-02-24T00:43:57.231Z] Fetched 154 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-24T00:43:57.231Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-24T00:43:57.231Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-24T00:43:57.231Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-24T00:43:57.231Z] Fetched 499 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-24T00:43:57.231Z] Fetched 111 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-24T00:43:57.231Z] Fetched 240 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-24T00:43:57.231Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-24T00:43:57.231Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-24T00:43:57.231Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-24T00:43:57.231Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-24T00:43:57.232Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-24T00:43:57.232Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-24T00:43:57.232Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-02-24T00:43:57.232Z] Fetched 15.8 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-24T00:43:57.232Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-24T00:43:57.232Z] Fetched 8720 B in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-24T00:43:57.232Z] Fetched 137 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-24T00:43:57.232Z] Fetched 119 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-24T00:43:57.232Z] Fetched 109 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-24T00:43:57.232Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-24T00:43:57.232Z] Fetched 645 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-24T00:43:57.232Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-24T00:43:57.232Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-24T00:43:57.232Z] Fetched 368 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-24T00:43:57.232Z] Fetched 187 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-24T00:43:57.232Z] Fetched 175 kB in 0s (0 B/s) [2021-02-24T00:43:57.232Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-24T00:43:57.450Z] ---> Running in 646225fbb169 [2021-02-24T00:43:58.061Z] ---> 6016c20a24bd [2021-02-24T00:43:58.061Z] Step 7/22 : RUN go mod download [2021-02-24T00:43:58.061Z] ---> 48a737b9f111 [2021-02-24T00:43:58.061Z] Step 7/22 : RUN go mod download [2021-02-24T00:43:58.333Z] ---> Running in ccb488e35512 [2021-02-24T00:43:58.605Z] ---> Running in 3e57ae4db440 [2021-02-24T00:43:58.605Z] OK: 217 MiB in 51 packages [2021-02-24T00:43:59.945Z] Fetched 206 kB in 0s (0 B/s) [2021-02-24T00:43:59.945Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-02-24T00:43:59.945Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-24T00:43:59.945Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-24T00:43:59.945Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-24T00:43:59.945Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-24T00:43:59.945Z] Fetched 159 kB in 0s (0 B/s) [2021-02-24T00:43:59.945Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-24T00:43:59.945Z] Fetched 107 kB in 0s (0 B/s) [2021-02-24T00:43:59.945Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-24T00:43:59.945Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-24T00:43:59.945Z] Pulling static-packages [2021-02-24T00:43:59.945Z] + snapcraftctl pull [2021-02-24T00:44:00.592Z] Removing intermediate container 7f2a5a6a5a22 [2021-02-24T00:44:00.592Z] ---> 8406d01796e5 [2021-02-24T00:44:00.592Z] Step 8/30 : COPY . . [2021-02-24T00:44:00.592Z] Removing intermediate container ff7890942bae [2021-02-24T00:44:00.592Z] ---> fd73a46c21c8 [2021-02-24T00:44:00.592Z] Step 6/21 : COPY go.mod . [2021-02-24T00:44:00.900Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-24T00:44:00.901Z] Skipping pull go-build-helper (already ran) [2021-02-24T00:44:00.901Z] Skipping pull static-packages (already ran) [2021-02-24T00:44:00.901Z] Building go-build-helper [2021-02-24T00:44:00.901Z] + snapcraftctl build [2021-02-24T00:44:01.578Z] Removing intermediate container 646225fbb169 [2021-02-24T00:44:01.578Z] ---> ac01a4c8a46d [2021-02-24T00:44:01.578Z] Step 8/23 : COPY . . [2021-02-24T00:44:02.178Z] ---> 6416f188fe1c [2021-02-24T00:44:02.178Z] Step 7/21 : RUN go mod download [2021-02-24T00:44:03.629Z] ---> Running in dc96e2ce2a2f [2021-02-24T00:44:03.904Z] Removing intermediate container 3e57ae4db440 [2021-02-24T00:44:03.904Z] ---> 3fd45b89d148 [2021-02-24T00:44:03.904Z] Step 8/22 : COPY . . [2021-02-24T00:44:04.180Z] Removing intermediate container ccb488e35512 [2021-02-24T00:44:04.180Z] ---> 2af6232ec5a8 [2021-02-24T00:44:04.180Z] Step 8/22 : COPY . . [2021-02-24T00:44:05.106Z] Building static-packages [2021-02-24T00:44:05.106Z] + snapcraftctl build [2021-02-24T00:44:06.494Z] Staging go-build-helper [2021-02-24T00:44:06.494Z] + snapcraftctl stage [2021-02-24T00:44:07.435Z] Staging static-packages [2021-02-24T00:44:07.435Z] + snapcraftctl stage [2021-02-24T00:44:08.376Z] Pulling go115 [2021-02-24T00:44:08.376Z] + snapcraftctl pull [2021-02-24T00:44:09.319Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-24T00:44:09.319Z] Skipping pull go115 (already ran) [2021-02-24T00:44:09.319Z] Building go115 [2021-02-24T00:44:09.319Z] + dpkg --print-architecture [2021-02-24T00:44:09.319Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-24T00:44:09.319Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-24T00:44:09.319Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-24T00:44:09.319Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T00:44:09.319Z] Dload Upload Total Spent Left Speed [2021-02-24T00:44:09.602Z] Removing intermediate container dc96e2ce2a2f [2021-02-24T00:44:09.602Z] ---> 642b043a02d7 [2021-02-24T00:44:09.602Z] Step 8/21 : COPY . . [2021-02-24T00:44:12.341Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 1031k 0 0 3935k 0 0:00:30 --:--:-- 0:00:30 3920k 46 115M 46 54.2M 0 0 42.9M 0 0:00:02 0:00:01 0:00:01 42.9M 82 115M 82 95.7M 0 0 41.9M 0 0:00:02 0:00:02 --:--:-- 41.9M 100 115M 100 115M 0 0 43.3M 0 0:00:02 0:00:02 --:--:-- 43.3M [2021-02-24T00:44:12.341Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-24T00:44:12.341Z] + + grep OK [2021-02-24T00:44:12.341Z] sha256sum -c sha256 [2021-02-24T00:44:12.341Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-24T00:44:12.341Z] + mkdir -p /root/stage/go1.15 [2021-02-24T00:44:12.341Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-24T00:44:16.549Z] Staging go115 [2021-02-24T00:44:16.549Z] + snapcraftctl stage [2021-02-24T00:44:21.834Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-24T00:44:21.834Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-24T00:44:21.834Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-24T00:44:21.834Z] Fetched 0 B in 0s (0 B/s) [2021-02-24T00:44:21.834Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-24T00:44:21.834Z] Fetched 224 kB in 0s (0 B/s) [2021-02-24T00:44:21.834Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-24T00:44:21.834Z] Fetched 157 kB in 0s (0 B/s) [2021-02-24T00:44:21.834Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-24T00:44:21.834Z] Fetched 221 kB in 0s (0 B/s) [2021-02-24T00:44:21.834Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-24T00:44:21.834Z] Fetched 143 kB in 0s (0 B/s) [2021-02-24T00:44:21.834Z] Pulling edgex-go [2021-02-24T00:44:21.834Z] + snapcraftctl pull [2021-02-24T00:44:22.428Z] Pulling version [2021-02-24T00:44:22.428Z] + cd /root/project [2021-02-24T00:44:22.428Z] + [ -f VERSION ] [2021-02-24T00:44:22.428Z] + PROJECT_VERSION=local-dev [2021-02-24T00:44:22.428Z] + git rev-parse --short HEAD [2021-02-24T00:44:22.428Z] + GIT_REVISION=d56b025c [2021-02-24T00:44:22.428Z] + snapcraftctl set-version local-dev [2021-02-24T00:44:23.370Z] Building config-common [2021-02-24T00:44:23.370Z] + snapcraftctl build [2021-02-24T00:44:25.284Z] Skipping build go-build-helper (already ran) [2021-02-24T00:44:25.284Z] Skipping build static-packages (already ran) [2021-02-24T00:44:25.284Z] Skipping build go115 (already ran) [2021-02-24T00:44:25.284Z] Building edgex-go [2021-02-24T00:44:25.544Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-24T00:44:25.544Z] + cd /root/parts/edgex-go/src [2021-02-24T00:44:25.544Z] + make build [2021-02-24T00:44:25.544Z] 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-02-24T00:44:27.457Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-24T00:44:27.457Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.35 [2021-02-24T00:44:27.457Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-02-24T00:44:27.457Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-24T00:44:27.457Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-24T00:44:27.457Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-02-24T00:44:27.457Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-24T00:44:27.457Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-24T00:44:27.457Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-24T00:44:27.457Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-02-24T00:44:27.457Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-24T00:44:27.457Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-24T00:44:27.457Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-24T00:44:27.457Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-02-24T00:44:27.457Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-24T00:44:27.457Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-24T00:44:27.457Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-24T00:44:27.457Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-24T00:44:27.457Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-24T00:44:27.457Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-24T00:44:27.457Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-24T00:44:27.457Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-24T00:44:27.717Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-02-24T00:44:27.717Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-24T00:44:27.717Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-24T00:44:27.717Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-24T00:44:27.717Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-24T00:44:27.717Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-24T00:44:27.717Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-24T00:44:27.717Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-24T00:44:27.717Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-24T00:44:27.717Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-02-24T00:44:27.717Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-24T00:44:27.718Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-02-24T00:44:27.718Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-24T00:44:27.718Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-02-24T00:44:27.718Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-24T00:44:27.718Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-24T00:44:27.718Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-24T00:44:27.979Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-02-24T00:44:27.979Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-24T00:44:27.979Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-24T00:44:28.241Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-24T00:44:28.241Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-24T00:44:29.674Z] ---> d433aa595c13 [2021-02-24T00:44:29.674Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-24T00:44:29.674Z] ---> b9a8407e172e [2021-02-24T00:44:29.674Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-24T00:44:29.674Z] ---> d869d6b8cb3c [2021-02-24T00:44:29.674Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-24T00:44:29.674Z] ---> 81fa42984a27 [2021-02-24T00:44:29.674Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-24T00:44:29.674Z] ---> Running in e929c2912f16 [2021-02-24T00:44:29.674Z] ---> Running in 88c72066fa36 [2021-02-24T00:44:29.674Z] ---> Running in 144377f7e80a [2021-02-24T00:44:29.674Z] ---> 2c2ff65f1286 [2021-02-24T00:44:29.674Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-24T00:44:29.674Z] ---> Running in 09ca7b307635 [2021-02-24T00:44:29.674Z] ---> Running in 2bb1edd24dd8 [2021-02-24T00:44:29.674Z] 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-02-24T00:44:29.674Z] 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-02-24T00:44:29.950Z] 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-02-24T00:44:30.229Z] 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-02-24T00:44:30.229Z] 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-02-24T00:44:34.827Z] 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-02-24T00:44:34.827Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-24T00:44:39.026Z] 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-02-24T00:44:39.598Z] 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-02-24T00:44:40.978Z] 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-02-24T00:44:41.238Z] 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-02-24T00:44:41.239Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-24T00:44:41.499Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-24T00:44:41.499Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-24T00:44:41.499Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-24T00:44:42.885Z] 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-02-24T00:44:42.885Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-24T00:44:42.885Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-24T00:44:44.265Z] 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-02-24T00:44:44.837Z] 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-02-24T00:44:44.837Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-02-24T00:44:46.219Z] 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-02-24T00:44:47.162Z] 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-02-24T00:44:47.162Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-24T00:44:48.105Z] 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-02-24T00:44:48.105Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-24T00:44:49.490Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-24T00:44:49.491Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-24T00:44:49.491Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-24T00:44:49.491Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-24T00:44:49.491Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-24T00:44:49.491Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-24T00:44:49.491Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-24T00:44:49.491Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-24T00:44:49.491Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-24T00:44:49.491Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-24T00:44:49.491Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-24T00:44:49.491Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-24T00:44:49.491Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-24T00:44:49.491Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-24T00:44:49.491Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-24T00:44:49.491Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-24T00:44:49.491Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-24T00:44:49.766Z] + 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-02-24T00:44:49.766Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-24T00:44:49.766Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-24T00:44:49.766Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-24T00:44:49.766Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-24T00:44:49.766Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-24T00:44:49.766Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-24T00:44:49.766Z] + 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-02-24T00:44:50.707Z] Building version [2021-02-24T00:44:50.707Z] + snapcraftctl build [2021-02-24T00:44:52.617Z] Staging config-common [2021-02-24T00:44:52.617Z] + snapcraftctl stage [2021-02-24T00:44:53.559Z] Skipping stage go-build-helper (already ran) [2021-02-24T00:44:53.559Z] Skipping stage static-packages (already ran) [2021-02-24T00:44:53.559Z] Skipping stage go115 (already ran) [2021-02-24T00:44:53.559Z] Staging edgex-go [2021-02-24T00:44:53.559Z] + snapcraftctl stage [2021-02-24T00:44:54.499Z] Staging version [2021-02-24T00:44:54.499Z] + snapcraftctl stage [2021-02-24T00:44:55.441Z] Priming config-common [2021-02-24T00:44:55.441Z] + snapcraftctl prime [2021-02-24T00:44:56.384Z] Priming go-build-helper [2021-02-24T00:44:56.384Z] + snapcraftctl prime [2021-02-24T00:44:57.324Z] Priming static-packages [2021-02-24T00:44:57.324Z] + snapcraftctl prime [2021-02-24T00:44:59.878Z] Priming go115 [2021-02-24T00:44:59.878Z] + snapcraftctl prime [2021-02-24T00:45:00.449Z] Priming edgex-go [2021-02-24T00:45:00.449Z] + snapcraftctl prime [2021-02-24T00:45:01.395Z] Priming version [2021-02-24T00:45:01.395Z] + snapcraftctl prime [2021-02-24T00:45:02.349Z] 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-02-24T00:46:07.125Z] 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-02-24T00:46:07.404Z] Removing intermediate container e929c2912f16 [2021-02-24T00:46:07.404Z] ---> 56a821fc85b9 [2021-02-24T00:46:07.404Z] [2021-02-24T00:46:07.689Z] Step 10/30 : FROM alpine:3.12 [2021-02-24T00:46:07.689Z] 3.12: Pulling from library/alpine [2021-02-24T00:46:09.693Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T00:46:09.693Z] Status: Downloaded newer image for alpine:3.12 [2021-02-24T00:46:09.693Z] ---> afeebe901d6b [2021-02-24T00:46:09.693Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-24T00:46:09.988Z] ---> Running in 0488246eb15c [2021-02-24T00:46:11.459Z] Removing intermediate container 0488246eb15c [2021-02-24T00:46:11.459Z] ---> 738506847bd8 [2021-02-24T00:46:11.459Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-24T00:46:11.747Z] ---> Running in e63d328b4604 [2021-02-24T00:46:14.403Z] Removing intermediate container 2bb1edd24dd8 [2021-02-24T00:46:14.403Z] ---> 05a6d2ec6469 [2021-02-24T00:46:14.403Z] [2021-02-24T00:46:14.403Z] Step 10/21 : FROM alpine:3.12 [2021-02-24T00:46:14.403Z] ---> afeebe901d6b [2021-02-24T00:46:14.403Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-24T00:46:14.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:46:14.403Z] ---> Running in c3afab206084 [2021-02-24T00:46:16.398Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:46:24.818Z] Removing intermediate container 09ca7b307635 [2021-02-24T00:46:24.818Z] ---> c5eb141e2d1e [2021-02-24T00:46:24.818Z] [2021-02-24T00:46:24.818Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T00:46:24.818Z] ---> afeebe901d6b [2021-02-24T00:46:24.818Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:46:24.818Z] ---> Running in ae115bcff788 [2021-02-24T00:46:25.419Z] Removing intermediate container 144377f7e80a [2021-02-24T00:46:25.419Z] ---> 42dc8b4a284a [2021-02-24T00:46:25.419Z] [2021-02-24T00:46:25.419Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T00:46:25.419Z] ---> afeebe901d6b [2021-02-24T00:46:25.419Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-24T00:46:26.015Z] ---> Running in b437cc7d006b [2021-02-24T00:46:26.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:46:26.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:46:27.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:46:27.498Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-24T00:46:27.498Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:46:27.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:46:27.498Z] OK: 5 MiB in 15 packages [2021-02-24T00:46:28.097Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-24T00:46:28.097Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-24T00:46:28.097Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:46:28.097Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:46:28.372Z] OK: 6 MiB in 16 packages [2021-02-24T00:46:29.356Z] Removing intermediate container ae115bcff788 [2021-02-24T00:46:29.356Z] ---> a63d3ddeb470 [2021-02-24T00:46:29.356Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:46:29.629Z] ---> Running in e73d09f81ac0 [2021-02-24T00:46:30.236Z] Removing intermediate container e73d09f81ac0 [2021-02-24T00:46:30.236Z] ---> f5c7ed34d2ed [2021-02-24T00:46:30.236Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-24T00:46:30.510Z] Removing intermediate container b437cc7d006b [2021-02-24T00:46:30.510Z] ---> 62d3071fb1ef [2021-02-24T00:46:30.510Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:46:30.511Z] ---> Running in 1d34308f4761 [2021-02-24T00:46:30.511Z] ---> Running in 58021de219a5 [2021-02-24T00:46:31.105Z] Removing intermediate container 1d34308f4761 [2021-02-24T00:46:31.105Z] ---> 6726137a908c [2021-02-24T00:46:31.105Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T00:46:31.105Z] Removing intermediate container 58021de219a5 [2021-02-24T00:46:31.105Z] ---> beb9c933332c [2021-02-24T00:46:31.105Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-24T00:46:31.105Z] ---> Running in 21395a6910e3 [2021-02-24T00:46:31.388Z] ---> Running in ecee897e0b6c [2021-02-24T00:46:31.983Z] Removing intermediate container 21395a6910e3 [2021-02-24T00:46:31.983Z] ---> c3afb6d545cf [2021-02-24T00:46:31.983Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:46:31.983Z] Removing intermediate container ecee897e0b6c [2021-02-24T00:46:31.983Z] ---> bc4d843dd589 [2021-02-24T00:46:31.983Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T00:46:32.257Z] ---> Running in 368acc5a1d4f [2021-02-24T00:46:32.847Z] Removing intermediate container 368acc5a1d4f [2021-02-24T00:46:32.847Z] ---> 631cb2739d97 [2021-02-24T00:46:32.847Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:46:32.847Z] ---> 6f1da0e5d8b7 [2021-02-24T00:46:32.847Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-24T00:46:34.280Z] ---> 3660b5a76afe [2021-02-24T00:46:34.280Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-24T00:46:34.877Z] ---> 32b9816e09b4 [2021-02-24T00:46:34.877Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-24T00:46:35.472Z] Removing intermediate container 88c72066fa36 [2021-02-24T00:46:35.472Z] ---> cf52850d8f3e [2021-02-24T00:46:35.472Z] [2021-02-24T00:46:35.472Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:46:35.472Z] ---> afeebe901d6b [2021-02-24T00:46:35.472Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-24T00:46:35.743Z] ---> Running in a58d47935f6e [2021-02-24T00:46:35.743Z] ---> 104f38042776 [2021-02-24T00:46:35.743Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-24T00:46:35.743Z] ---> 4a410db03420 [2021-02-24T00:46:35.743Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-24T00:46:36.014Z] ---> Running in acd22a50b244 [2021-02-24T00:46:36.290Z] Removing intermediate container a58d47935f6e [2021-02-24T00:46:36.290Z] ---> 641d2333e86c [2021-02-24T00:46:36.290Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-24T00:46:36.290Z] ---> Running in 321d5588575e [2021-02-24T00:46:36.563Z] Removing intermediate container acd22a50b244 [2021-02-24T00:46:36.563Z] ---> 421cea1995a3 [2021-02-24T00:46:36.563Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:46:36.563Z] ---> Running in c9b860c4acd8 [2021-02-24T00:46:36.836Z] ---> b64af9f8b36e [2021-02-24T00:46:36.836Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-24T00:46:36.836Z] ---> Running in cb07984f7c0f [2021-02-24T00:46:36.836Z] Removing intermediate container 321d5588575e [2021-02-24T00:46:36.836Z] ---> beb32951f82d [2021-02-24T00:46:36.836Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-24T00:46:37.111Z] ---> Running in 3c2e99cc21c9 [2021-02-24T00:46:37.386Z] Removing intermediate container c9b860c4acd8 [2021-02-24T00:46:37.386Z] ---> c6129a22d1fb [2021-02-24T00:46:37.386Z] Step 20/22 : LABEL arch=arm64 [2021-02-24T00:46:37.662Z] ---> Running in 192a9789ff53 [2021-02-24T00:46:37.662Z] Removing intermediate container cb07984f7c0f [2021-02-24T00:46:37.662Z] ---> 63b5bfd3e603 [2021-02-24T00:46:37.662Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:46:37.934Z] Removing intermediate container 3c2e99cc21c9 [2021-02-24T00:46:37.934Z] ---> 0eca8da37325 [2021-02-24T00:46:37.934Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:46:37.934Z] ---> Running in d1b18a02c67f [2021-02-24T00:46:38.206Z] ---> Running in 4913e1e1db04 [2021-02-24T00:46:38.206Z] Removing intermediate container 192a9789ff53 [2021-02-24T00:46:38.206Z] ---> 4d7a1e206e25 [2021-02-24T00:46:38.206Z] Step 21/22 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:46:38.483Z] ---> Running in bf3513744939 [2021-02-24T00:46:38.754Z] Removing intermediate container d1b18a02c67f [2021-02-24T00:46:38.754Z] ---> c4640baedb1a [2021-02-24T00:46:38.754Z] Step 20/22 : LABEL arch=arm64 [2021-02-24T00:46:39.027Z] ---> Running in 57ba46df8696 [2021-02-24T00:46:39.304Z] Removing intermediate container bf3513744939 [2021-02-24T00:46:39.304Z] ---> 7d92717ffb5c [2021-02-24T00:46:39.304Z] Step 22/22 : LABEL version=0.0.0 [2021-02-24T00:46:39.584Z] ---> Running in 5596dd15f3df [2021-02-24T00:46:39.584Z] Removing intermediate container 57ba46df8696 [2021-02-24T00:46:39.584Z] ---> c016276cfac8 [2021-02-24T00:46:39.584Z] Step 21/22 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:46:39.868Z] ---> Running in 297d9ae20fea [2021-02-24T00:46:40.140Z] Removing intermediate container 5596dd15f3df [2021-02-24T00:46:40.140Z] ---> a8fa5e37eccb [2021-02-24T00:46:40.140Z] [2021-02-24T00:46:40.428Z] Successfully built a8fa5e37eccb [2021-02-24T00:46:40.428Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-24T00:46:40.428Z] Removing intermediate container 297d9ae20fea [2021-02-24T00:46:40.428Z] ---> 7e5b2306f248 [2021-02-24T00:46:40.428Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-02-24T00:46:40.703Z] Step 22/22 : LABEL version=0.0.0 [2021-02-24T00:46:40.703Z] ---> Running in 9537470a7b91 [2021-02-24T00:46:40.979Z] Removing intermediate container 4913e1e1db04 [2021-02-24T00:46:40.979Z] ---> 824dbf26b716 [2021-02-24T00:46:40.979Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-24T00:46:41.250Z] ---> Running in c7adac57fffe [2021-02-24T00:46:41.250Z] Removing intermediate container 9537470a7b91 [2021-02-24T00:46:41.250Z] ---> ca3ca102c196 [2021-02-24T00:46:41.250Z] [2021-02-24T00:46:41.843Z] Successfully built ca3ca102c196 [2021-02-24T00:46:41.843Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-24T00:46:41.843Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-24T00:46:42.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:46:43.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:46:44.015Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-24T00:46:44.015Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-24T00:46:44.015Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-24T00:46:44.015Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-24T00:46:44.290Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-24T00:46:44.564Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-24T00:46:44.565Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:46:44.565Z] OK: 8 MiB in 20 packages [2021-02-24T00:46:50.015Z] Removing intermediate container c7adac57fffe [2021-02-24T00:46:50.015Z] ---> fa36df44cce3 [2021-02-24T00:46:50.015Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:46:50.015Z] ---> 20199a175e87 [2021-02-24T00:46:50.015Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-24T00:46:51.450Z] ---> 46fa97201e0f [2021-02-24T00:46:51.450Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-24T00:46:52.881Z] ---> f08d30523ffc [2021-02-24T00:46:52.882Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-24T00:46:53.154Z] ---> Running in 55f4cbe173d1 [2021-02-24T00:46:54.130Z] Removing intermediate container 55f4cbe173d1 [2021-02-24T00:46:54.130Z] ---> c0a1d0ca4383 [2021-02-24T00:46:54.130Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:46:54.407Z] ---> Running in d1ccd35b9a84 [2021-02-24T00:46:55.386Z] Removing intermediate container d1ccd35b9a84 [2021-02-24T00:46:55.386Z] ---> 8df347aee642 [2021-02-24T00:46:55.386Z] Step 21/23 : LABEL arch=arm64 [2021-02-24T00:46:55.980Z] ---> Running in 86bd42486d4d [2021-02-24T00:46:56.576Z] Removing intermediate container 86bd42486d4d [2021-02-24T00:46:56.576Z] ---> 6b92a808619c [2021-02-24T00:46:56.576Z] Step 22/23 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:46:57.168Z] ---> Running in 9eae0d886fd0 [2021-02-24T00:46:58.148Z] Removing intermediate container 9eae0d886fd0 [2021-02-24T00:46:58.148Z] ---> 7089fecc562a [2021-02-24T00:46:58.148Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:46:58.431Z] ---> Running in 6b4d1d567bd9 [2021-02-24T00:46:58.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:46:58.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:46:59.310Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-24T00:46:59.310Z] (2/2) Installing su-exec (0.2-r1) [2021-02-24T00:46:59.310Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-24T00:46:59.310Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:46:59.310Z] OK: 5 MiB in 16 packages [2021-02-24T00:46:59.310Z] Removing intermediate container 6b4d1d567bd9 [2021-02-24T00:46:59.310Z] ---> bb6453bd016a [2021-02-24T00:46:59.310Z] [2021-02-24T00:46:59.310Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:46:59.595Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-24T00:46:59.595Z] (4/4) Installing curl (7.69.1-r3) [2021-02-24T00:46:59.595Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:46:59.595Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:46:59.595Z] OK: 7 MiB in 18 packages [2021-02-24T00:47:00.202Z] Successfully built bb6453bd016a [2021-02-24T00:47:00.478Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-24T00:47:00.478Z] Building docker-core-metadata-go [2021-02-24T00:47:01.460Z]  Building docker-core-data-go ... done Removing intermediate container e63d328b4604 [2021-02-24T00:47:01.460Z] ---> ff237dcee67f [2021-02-24T00:47:01.460Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-24T00:47:02.062Z] ---> Running in e1d8d5c13a8e [2021-02-24T00:47:02.062Z] Removing intermediate container c3afab206084 [2021-02-24T00:47:02.062Z] ---> c3db4506307e [2021-02-24T00:47:02.062Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T00:47:02.655Z] ---> Running in 51aa064336db [2021-02-24T00:47:02.655Z] Removing intermediate container e1d8d5c13a8e [2021-02-24T00:47:02.655Z] ---> 7835937b67f5 [2021-02-24T00:47:02.655Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-24T00:47:02.935Z] ---> Running in 7a32e1f4ad60 [2021-02-24T00:47:03.530Z] Removing intermediate container 51aa064336db [2021-02-24T00:47:03.530Z] ---> a188547c9066 [2021-02-24T00:47:03.530Z] Step 13/21 : WORKDIR /edgex [2021-02-24T00:47:04.125Z] ---> Running in 84a41d8a454d [2021-02-24T00:47:04.125Z] Removing intermediate container 7a32e1f4ad60 [2021-02-24T00:47:04.125Z] ---> d25d2ad43da0 [2021-02-24T00:47:04.125Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-24T00:47:05.096Z] ---> Running in 1fa9d6bfdb8e [2021-02-24T00:47:05.380Z] Removing intermediate container 84a41d8a454d [2021-02-24T00:47:05.380Z] ---> 80c526def45e [2021-02-24T00:47:05.380Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-24T00:47:06.823Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:47:06.823Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:47:06.823Z] ---> dad50b1452f2 [2021-02-24T00:47:06.823Z] Step 3/26 : WORKDIR /edgex-go [2021-02-24T00:47:06.823Z] ---> Using cache [2021-02-24T00:47:06.823Z] ---> 9b56dfdff90b [2021-02-24T00:47:06.823Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:47:06.823Z] ---> Using cache [2021-02-24T00:47:06.823Z] ---> 5c69bedbffad [2021-02-24T00:47:06.823Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-24T00:47:07.429Z] ---> 1c7ba49c21c4 [2021-02-24T00:47:07.429Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-24T00:47:07.714Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:47:07.714Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:47:07.714Z] ---> dad50b1452f2 [2021-02-24T00:47:07.714Z] Step 3/24 : WORKDIR /edgex-go [2021-02-24T00:47:07.714Z] ---> Using cache [2021-02-24T00:47:07.714Z] ---> 9b56dfdff90b [2021-02-24T00:47:07.714Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:47:07.714Z] ---> Using cache [2021-02-24T00:47:07.714Z] ---> 5c69bedbffad [2021-02-24T00:47:07.714Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-24T00:47:07.991Z] ---> Running in 8b38417925b5 [2021-02-24T00:47:08.264Z] ---> Running in 4c42ca41a1fc [2021-02-24T00:47:09.708Z] Removing intermediate container 1fa9d6bfdb8e [2021-02-24T00:47:09.708Z] ---> 30451797216f [2021-02-24T00:47:09.708Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-24T00:47:09.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:47:09.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:47:10.262Z] ---> b0cb77fd7e3c [2021-02-24T00:47:10.262Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-24T00:47:10.262Z] ---> Running in b7063bdd79a1 [2021-02-24T00:47:10.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:47:10.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:47:11.141Z] Removing intermediate container b7063bdd79a1 [2021-02-24T00:47:11.141Z] ---> 344f492d2f88 [2021-02-24T00:47:11.141Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-24T00:47:11.753Z] OK: 217 MiB in 51 packages [2021-02-24T00:47:11.753Z] OK: 217 MiB in 51 packages [2021-02-24T00:47:11.753Z] ---> 47dc57b8ec48 [2021-02-24T00:47:11.753Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-24T00:47:12.038Z] ---> Running in 00ec5badb116 [2021-02-24T00:47:12.315Z] ---> ca65961a245d [2021-02-24T00:47:12.315Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-24T00:47:12.940Z] ---> Running in 62901d3da848 [2021-02-24T00:47:12.940Z] Removing intermediate container 00ec5badb116 [2021-02-24T00:47:12.940Z] ---> eefff961ee59 [2021-02-24T00:47:12.940Z] Step 18/21 : CMD ["--init=true"] [2021-02-24T00:47:14.400Z] ---> Running in 5af9976efc3c [2021-02-24T00:47:14.400Z] Removing intermediate container 4c42ca41a1fc [2021-02-24T00:47:14.400Z] ---> 4ceae9599301 [2021-02-24T00:47:14.400Z] Step 6/24 : COPY go.mod . [2021-02-24T00:47:14.400Z] Removing intermediate container 8b38417925b5 [2021-02-24T00:47:14.400Z] ---> 6921214d0f54 [2021-02-24T00:47:14.400Z] Step 6/26 : COPY go.mod . [2021-02-24T00:47:15.007Z] Removing intermediate container 5af9976efc3c [2021-02-24T00:47:15.008Z] ---> 6dd3a7726351 [2021-02-24T00:47:15.008Z] Step 19/21 : LABEL arch=arm64 [2021-02-24T00:47:15.626Z] ---> f14ab944831b [2021-02-24T00:47:15.626Z] Step 7/24 : RUN go mod download [2021-02-24T00:47:15.626Z] ---> Running in ccc313f14f3c [2021-02-24T00:47:15.904Z] ---> 4c24f94dcc05 [2021-02-24T00:47:15.904Z] Step 7/26 : RUN go mod download [2021-02-24T00:47:16.181Z] ---> Running in b701883144fb [2021-02-24T00:47:16.792Z] ---> Running in a61cf19a7037 [2021-02-24T00:47:16.792Z] Removing intermediate container ccc313f14f3c [2021-02-24T00:47:16.792Z] ---> e4ee1ad4c524 [2021-02-24T00:47:16.792Z] Step 20/21 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:47:17.393Z] Removing intermediate container 62901d3da848 [2021-02-24T00:47:17.393Z] ---> 0b2477efe311 [2021-02-24T00:47:17.393Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:47:17.670Z] ---> Running in 2580c86a6c4f [2021-02-24T00:47:19.145Z] ---> a84ab794ad5b [2021-02-24T00:47:19.145Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-24T00:47:19.145Z] Removing intermediate container 2580c86a6c4f [2021-02-24T00:47:19.145Z] ---> 414fc638645e [2021-02-24T00:47:19.145Z] Step 21/21 : LABEL version=0.0.0 [2021-02-24T00:47:19.753Z] ---> Running in fd7938f4f25b [2021-02-24T00:47:20.748Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:47:20.748Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:47:20.748Z] ---> dad50b1452f2 [2021-02-24T00:47:20.748Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:47:20.748Z] ---> Using cache [2021-02-24T00:47:20.748Z] ---> 9b56dfdff90b [2021-02-24T00:47:20.748Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:47:20.748Z] ---> Using cache [2021-02-24T00:47:20.748Z] ---> 5c69bedbffad [2021-02-24T00:47:21.022Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T00:47:21.022Z] ---> Using cache [2021-02-24T00:47:21.022Z] ---> 4ceae9599301 [2021-02-24T00:47:21.022Z] Step 6/23 : COPY go.mod . [2021-02-24T00:47:21.022Z] ---> Using cache [2021-02-24T00:47:21.022Z] ---> f14ab944831b [2021-02-24T00:47:21.022Z] Step 7/23 : RUN go mod download [2021-02-24T00:47:21.300Z] Removing intermediate container fd7938f4f25b [2021-02-24T00:47:21.300Z] ---> bc2d9490c6fb [2021-02-24T00:47:21.300Z] [2021-02-24T00:47:21.300Z] ---> Running in f507ad02a192 [2021-02-24T00:47:21.576Z] ---> 3e176d5226c0 [2021-02-24T00:47:21.576Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-24T00:47:22.190Z] Removing intermediate container b701883144fb [2021-02-24T00:47:22.190Z] ---> 8597393c56c6 [2021-02-24T00:47:22.190Z] Step 8/24 : COPY . . [2021-02-24T00:47:22.190Z] Successfully built bc2d9490c6fb [2021-02-24T00:47:22.190Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-24T00:47:22.190Z] Removing intermediate container a61cf19a7037 [2021-02-24T00:47:22.190Z] Building docker-core-command-go [2021-02-24T00:47:22.190Z] ---> eb407dae075e [2021-02-24T00:47:22.190Z] Step 8/26 : COPY . . [2021-02-24T00:47:23.027Z]  Building docker-security-proxy-setup-go ... done  ---> 10d797e199a1 [2021-02-24T00:47:23.027Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-24T00:47:28.590Z] ---> 44150952172a [2021-02-24T00:47:28.590Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-24T00:47:29.192Z] ---> Running in c5e9bff7f2b9 [2021-02-24T00:47:29.469Z] Removing intermediate container f507ad02a192 [2021-02-24T00:47:29.469Z] ---> cf5ad0d71580 [2021-02-24T00:47:29.469Z] Step 8/23 : COPY . . [2021-02-24T00:47:30.072Z] Removing intermediate container c5e9bff7f2b9 [2021-02-24T00:47:30.072Z] ---> f642edd61e57 [2021-02-24T00:47:30.072Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-24T00:47:32.078Z] ---> 1f1faa70b7fb [2021-02-24T00:47:32.078Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-24T00:47:32.354Z] ---> Running in db1261383e03 [2021-02-24T00:47:36.695Z] Removing intermediate container db1261383e03 [2021-02-24T00:47:36.695Z] ---> 7b022941394b [2021-02-24T00:47:36.695Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-24T00:47:37.687Z] ---> Running in 2a2c06a55642 [2021-02-24T00:47:38.695Z] Removing intermediate container 2a2c06a55642 [2021-02-24T00:47:38.695Z] ---> d260753f2f05 [2021-02-24T00:47:38.695Z] Step 27/30 : CMD ["gate"] [2021-02-24T00:47:39.309Z] ---> Running in 7ce026d9856a [2021-02-24T00:47:40.296Z] Removing intermediate container 7ce026d9856a [2021-02-24T00:47:40.296Z] ---> 9d7f165dd012 [2021-02-24T00:47:40.296Z] Step 28/30 : LABEL arch=arm64 [2021-02-24T00:47:41.304Z] ---> Running in 03039c8221b9 [2021-02-24T00:47:42.295Z] Removing intermediate container 03039c8221b9 [2021-02-24T00:47:42.295Z] ---> a80458e625df [2021-02-24T00:47:42.295Z] Step 29/30 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:47:42.572Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T00:47:42.572Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T00:47:42.572Z] ---> dad50b1452f2 [2021-02-24T00:47:42.572Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T00:47:42.572Z] ---> Using cache [2021-02-24T00:47:42.572Z] ---> 9b56dfdff90b [2021-02-24T00:47:42.572Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T00:47:42.572Z] ---> Using cache [2021-02-24T00:47:42.572Z] ---> 5c69bedbffad [2021-02-24T00:47:42.572Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T00:47:42.572Z] ---> Using cache [2021-02-24T00:47:42.572Z] ---> 4ceae9599301 [2021-02-24T00:47:42.572Z] Step 6/23 : COPY go.mod . [2021-02-24T00:47:42.572Z] ---> Using cache [2021-02-24T00:47:42.572Z] ---> f14ab944831b [2021-02-24T00:47:42.572Z] Step 7/23 : RUN go mod download [2021-02-24T00:47:42.572Z] ---> Using cache [2021-02-24T00:47:42.572Z] ---> cf5ad0d71580 [2021-02-24T00:47:42.573Z] Step 8/23 : COPY . . [2021-02-24T00:47:43.187Z] ---> Running in a6e2d52ee3e4 [2021-02-24T00:47:43.461Z] ---> 483617818331 [2021-02-24T00:47:43.461Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-24T00:47:43.736Z] ---> Running in 12791a2acbbe [2021-02-24T00:47:44.006Z] ---> 410e0098b12c [2021-02-24T00:47:44.007Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-24T00:47:44.618Z] Removing intermediate container a6e2d52ee3e4 [2021-02-24T00:47:44.618Z] ---> 7c146775826d [2021-02-24T00:47:44.618Z] Step 30/30 : LABEL version=0.0.0 [2021-02-24T00:47:44.902Z] ---> Running in f5555796b0e4 [2021-02-24T00:47:45.904Z] ---> Running in 298df75a2e83 [2021-02-24T00:47:45.904Z] 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-02-24T00:47:47.364Z] 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-02-24T00:47:47.364Z] Removing intermediate container 298df75a2e83 [2021-02-24T00:47:47.364Z] ---> a47136f654a5 [2021-02-24T00:47:47.364Z] [2021-02-24T00:47:48.820Z] Successfully built a47136f654a5 [2021-02-24T00:47:48.820Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-24T00:47:55.578Z]  Building docker-security-bootstrapper-go ... done  ---> 6bfca098e51f [2021-02-24T00:47:55.578Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-24T00:47:55.856Z] ---> Running in 486598c3f69b [2021-02-24T00:47:57.858Z] 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-02-24T00:48:04.614Z] ---> 0c87395d402a [2021-02-24T00:48:04.614Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-24T00:48:04.614Z] ---> Running in 5c0191ec6d7c [2021-02-24T00:48:06.068Z] 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-02-24T00:48:53.117Z] 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-02-24T00:49:05.590Z] Removing intermediate container 12791a2acbbe [2021-02-24T00:49:05.590Z] ---> 8f9f9259dc44 [2021-02-24T00:49:05.590Z] [2021-02-24T00:49:05.590Z] Step 10/24 : FROM alpine:3.12 [2021-02-24T00:49:05.590Z] ---> afeebe901d6b [2021-02-24T00:49:05.590Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-24T00:49:05.590Z] ---> Running in f192ea37d601 [2021-02-24T00:49:07.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:07.055Z] Removing intermediate container f5555796b0e4 [2021-02-24T00:49:07.055Z] ---> 4998714c6952 [2021-02-24T00:49:07.055Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-24T00:49:07.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:07.340Z] ---> Running in 1f34c2c262b5 [2021-02-24T00:49:07.944Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-24T00:49:07.944Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:49:08.224Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-24T00:49:08.224Z] (4/5) Installing curl (7.69.1-r3) [2021-02-24T00:49:08.224Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-24T00:49:08.224Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:49:08.224Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T00:49:08.516Z] OK: 7 MiB in 19 packages [2021-02-24T00:49:09.124Z] 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-02-24T00:49:11.140Z] Removing intermediate container f192ea37d601 [2021-02-24T00:49:11.140Z] ---> 8c49bac29e6d [2021-02-24T00:49:11.140Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T00:49:11.140Z] ---> Running in 88870cecb1c4 [2021-02-24T00:49:12.147Z] Removing intermediate container 88870cecb1c4 [2021-02-24T00:49:12.147Z] ---> 0ef26517da87 [2021-02-24T00:49:12.147Z] Step 13/24 : WORKDIR / [2021-02-24T00:49:12.147Z] ---> Running in 8f545392ca40 [2021-02-24T00:49:13.149Z] Removing intermediate container 8f545392ca40 [2021-02-24T00:49:13.149Z] ---> 8c3802b349f1 [2021-02-24T00:49:13.149Z] 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-02-24T00:49:14.151Z] ---> dd49c8fa9235 [2021-02-24T00:49:14.151Z] 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-02-24T00:49:14.760Z] Removing intermediate container 1f34c2c262b5 [2021-02-24T00:49:14.760Z] ---> 1384ecd89393 [2021-02-24T00:49:14.760Z] [2021-02-24T00:49:14.760Z] Step 11/26 : FROM docker:20.10.0 [2021-02-24T00:49:14.760Z] 20.10.0: Pulling from library/docker [2021-02-24T00:49:15.778Z] ---> f9057b8fc265 [2021-02-24T00:49:15.778Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-24T00:49:18.461Z] ---> a0145891df70 [2021-02-24T00:49:18.461Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-24T00:49:21.208Z] ---> 11b15376aa14 [2021-02-24T00:49:21.208Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-24T00:49:23.875Z] ---> f880f1597f04 [2021-02-24T00:49:23.875Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-24T00:49:25.324Z] ---> 911b00f90bf1 [2021-02-24T00:49:25.324Z] 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-02-24T00:49:25.617Z] ---> Running in 138c8bcdf211 [2021-02-24T00:49:29.971Z] Removing intermediate container 138c8bcdf211 [2021-02-24T00:49:29.971Z] ---> cfa632bab057 [2021-02-24T00:49:29.971Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-24T00:49:29.971Z] ---> Running in c0a4c96bc202 [2021-02-24T00:49:30.246Z] Removing intermediate container c0a4c96bc202 [2021-02-24T00:49:30.246Z] ---> 1fcf112d4d3e [2021-02-24T00:49:30.246Z] Step 22/24 : LABEL arch=arm64 [2021-02-24T00:49:30.854Z] ---> Running in be867d721403 [2021-02-24T00:49:31.847Z] Removing intermediate container be867d721403 [2021-02-24T00:49:31.847Z] ---> aa4954edbf16 [2021-02-24T00:49:31.847Z] Step 23/24 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:49:32.128Z] ---> Running in 60d232d3b790 [2021-02-24T00:49:33.117Z] Removing intermediate container 60d232d3b790 [2021-02-24T00:49:33.117Z] ---> 3bd537792c77 [2021-02-24T00:49:33.117Z] Step 24/24 : LABEL version=0.0.0 [2021-02-24T00:49:33.393Z] ---> Running in 89bb2bfb2abf [2021-02-24T00:49:33.680Z] Removing intermediate container 5c0191ec6d7c [2021-02-24T00:49:33.680Z] ---> 56d88ad449c3 [2021-02-24T00:49:33.680Z] [2021-02-24T00:49:33.680Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:49:33.680Z] ---> afeebe901d6b [2021-02-24T00:49:33.680Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:49:33.680Z] ---> Using cache [2021-02-24T00:49:33.680Z] ---> a63d3ddeb470 [2021-02-24T00:49:33.680Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:49:33.680Z] ---> Using cache [2021-02-24T00:49:33.680Z] ---> f5c7ed34d2ed [2021-02-24T00:49:33.680Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-24T00:49:33.955Z] ---> Running in d98d88398e49 [2021-02-24T00:49:33.955Z] Removing intermediate container 89bb2bfb2abf [2021-02-24T00:49:33.955Z] ---> 8ebcfa7ef9cf [2021-02-24T00:49:33.955Z] [2021-02-24T00:49:34.234Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-24T00:49:34.234Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-24T00:49:34.234Z] ---> eeaf43b92773 [2021-02-24T00:49:34.234Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-24T00:49:34.517Z] Successfully built 8ebcfa7ef9cf [2021-02-24T00:49:34.517Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-24T00:49:34.790Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in b540259ea9c2 [2021-02-24T00:49:34.790Z] Removing intermediate container d98d88398e49 [2021-02-24T00:49:34.790Z] ---> 41af9ef45cef [2021-02-24T00:49:34.790Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T00:49:35.389Z] ---> Running in b3432c677892 [2021-02-24T00:49:35.998Z] Removing intermediate container b3432c677892 [2021-02-24T00:49:35.998Z] ---> d81c01962a87 [2021-02-24T00:49:35.998Z] Step 15/23 : WORKDIR / [2021-02-24T00:49:36.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:36.286Z] ---> Running in 3b6056164e4d [2021-02-24T00:49:36.286Z] Removing intermediate container 486598c3f69b [2021-02-24T00:49:36.286Z] ---> 4974204f31e5 [2021-02-24T00:49:36.286Z] [2021-02-24T00:49:36.286Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T00:49:36.286Z] ---> afeebe901d6b [2021-02-24T00:49:36.286Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T00:49:36.286Z] ---> Using cache [2021-02-24T00:49:36.286Z] ---> a63d3ddeb470 [2021-02-24T00:49:36.286Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T00:49:36.286Z] ---> Using cache [2021-02-24T00:49:36.286Z] ---> f5c7ed34d2ed [2021-02-24T00:49:36.286Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-24T00:49:36.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:36.565Z] ---> Running in 291effab7d8b [2021-02-24T00:49:36.854Z] Removing intermediate container 3b6056164e4d [2021-02-24T00:49:36.854Z] ---> 6eff758b571c [2021-02-24T00:49:36.854Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:49:36.854Z] (1/2) Installing readline (8.0.4-r0) [2021-02-24T00:49:36.854Z] (2/2) Installing bash (5.0.17-r0) [2021-02-24T00:49:37.132Z] Executing bash-5.0.17-r0.post-install [2021-02-24T00:49:37.132Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:49:37.132Z] OK: 12 MiB in 22 packages [2021-02-24T00:49:37.132Z] Removing intermediate container 291effab7d8b [2021-02-24T00:49:37.132Z] ---> 0973e168f438 [2021-02-24T00:49:37.132Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T00:49:37.408Z] ---> Running in acdf9e11c3bf [2021-02-24T00:49:38.022Z] Removing intermediate container acdf9e11c3bf [2021-02-24T00:49:38.022Z] ---> 3fa1ca39ad4c [2021-02-24T00:49:38.022Z] Step 15/23 : WORKDIR / [2021-02-24T00:49:38.022Z] ---> d50bc1dde708 [2021-02-24T00:49:38.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-24T00:49:38.022Z] ---> Running in 15a20eb86493 [2021-02-24T00:49:38.626Z] Removing intermediate container b540259ea9c2 [2021-02-24T00:49:38.626Z] ---> 56756c55d655 [2021-02-24T00:49:38.626Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-24T00:49:38.904Z] ---> Running in c3aa88c9255e [2021-02-24T00:49:38.904Z] Removing intermediate container 15a20eb86493 [2021-02-24T00:49:38.904Z] ---> 9883d32ee6a0 [2021-02-24T00:49:38.904Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T00:49:39.505Z] ---> eb043ca86a32 [2021-02-24T00:49:39.505Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-24T00:49:39.505Z] Removing intermediate container c3aa88c9255e [2021-02-24T00:49:39.505Z] ---> 9ed58967cc24 [2021-02-24T00:49:39.505Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-24T00:49:39.785Z] ---> Running in 14db2cfed963 [2021-02-24T00:49:39.785Z] ---> fb1b898b190c [2021-02-24T00:49:39.785Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-24T00:49:40.404Z] Removing intermediate container 14db2cfed963 [2021-02-24T00:49:40.404Z] ---> f9cdc4f1c820 [2021-02-24T00:49:40.404Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-24T00:49:40.677Z] ---> d64f925c5f85 [2021-02-24T00:49:40.677Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-24T00:49:40.677Z] ---> Running in 01fdb5fb29d0 [2021-02-24T00:49:40.677Z] ---> Running in d72640fbc4dc [2021-02-24T00:49:41.290Z] ---> eab033f6e82c [2021-02-24T00:49:41.290Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-24T00:49:41.290Z] Removing intermediate container 01fdb5fb29d0 [2021-02-24T00:49:41.290Z] ---> 574b73b13018 [2021-02-24T00:49:41.290Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-24T00:49:41.572Z] Removing intermediate container d72640fbc4dc [2021-02-24T00:49:41.572Z] ---> 2be437dc74d4 [2021-02-24T00:49:41.572Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:49:41.572Z] ---> Running in 5d65d7b62ef5 [2021-02-24T00:49:42.168Z] Removing intermediate container 5d65d7b62ef5 [2021-02-24T00:49:42.168Z] ---> 78fc1572d543 [2021-02-24T00:49:42.168Z] Step 21/23 : LABEL arch=arm64 [2021-02-24T00:49:42.446Z] ---> 96eeaf9e69ec [2021-02-24T00:49:42.446Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-24T00:49:42.446Z] ---> Running in 54075ad9f349 [2021-02-24T00:49:42.446Z] ---> Running in 0a275c219b3c [2021-02-24T00:49:42.720Z] ---> f397bce7300a [2021-02-24T00:49:42.720Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-24T00:49:42.992Z] Removing intermediate container 54075ad9f349 [2021-02-24T00:49:42.992Z] ---> 0945f8e82808 [2021-02-24T00:49:42.992Z] Step 22/23 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:49:43.264Z] Removing intermediate container 0a275c219b3c [2021-02-24T00:49:43.264Z] ---> 6bac2061deaa [2021-02-24T00:49:43.264Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:49:43.264Z] ---> Running in 0d8f2f8865ae [2021-02-24T00:49:43.264Z] ---> Running in 62473d85fcc9 [2021-02-24T00:49:43.538Z] ---> d85ebfe10158 [2021-02-24T00:49:43.538Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-24T00:49:43.816Z] Removing intermediate container 0d8f2f8865ae [2021-02-24T00:49:43.816Z] ---> 4b9c054779bc [2021-02-24T00:49:43.816Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:49:44.088Z] Removing intermediate container 62473d85fcc9 [2021-02-24T00:49:44.088Z] ---> 3e8a00e0982d [2021-02-24T00:49:44.088Z] Step 21/23 : LABEL arch=arm64 [2021-02-24T00:49:44.088Z] ---> Running in c9b321be6be9 [2021-02-24T00:49:44.088Z] ---> Running in 6701fcacb49d [2021-02-24T00:49:44.677Z] ---> c01afbaf8a96 [2021-02-24T00:49:44.677Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-24T00:49:44.677Z] Removing intermediate container c9b321be6be9 [2021-02-24T00:49:44.677Z] ---> 33e4b7462cd6 [2021-02-24T00:49:44.677Z] [2021-02-24T00:49:44.962Z] Removing intermediate container 6701fcacb49d [2021-02-24T00:49:44.962Z] ---> 052bfe223234 [2021-02-24T00:49:44.962Z] Step 22/23 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:49:44.962Z] Successfully built 33e4b7462cd6 [2021-02-24T00:49:44.962Z] ---> Running in b91b0189e49a [2021-02-24T00:49:44.962Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-24T00:49:45.239Z]  Building docker-core-command-go ... done  ---> Running in 749d49e26daa [2021-02-24T00:49:45.843Z] Removing intermediate container 749d49e26daa [2021-02-24T00:49:45.843Z] ---> 86be4d28387c [2021-02-24T00:49:45.843Z] Step 23/23 : LABEL version=0.0.0 [2021-02-24T00:49:45.843Z] ---> Running in f3e01f261cd7 [2021-02-24T00:49:46.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:46.437Z] Removing intermediate container f3e01f261cd7 [2021-02-24T00:49:46.437Z] ---> 0fe4d65b602d [2021-02-24T00:49:46.437Z] [2021-02-24T00:49:46.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:49:46.985Z] Successfully built 0fe4d65b602d [2021-02-24T00:49:46.985Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-24T00:49:47.265Z]  Building docker-core-metadata-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2021-02-24T00:49:47.265Z] (2/33) Installing expat (2.2.9-r1) [2021-02-24T00:49:47.265Z] (3/33) Installing libffi (3.3-r2) [2021-02-24T00:49:47.265Z] (4/33) Installing gdbm (1.13-r1) [2021-02-24T00:49:47.265Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-24T00:49:47.265Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-24T00:49:47.265Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-24T00:49:49.249Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-24T00:49:49.249Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-24T00:49:49.249Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-24T00:49:49.249Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-24T00:49:49.249Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-24T00:49:49.249Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-24T00:49:49.249Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-24T00:49:49.249Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-24T00:49:49.249Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-24T00:49:49.249Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-24T00:49:49.249Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-24T00:49:49.249Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-24T00:49:49.249Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-24T00:49:49.249Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-24T00:49:49.249Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-24T00:49:49.249Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-24T00:49:49.249Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-24T00:49:49.249Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-24T00:49:49.249Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-24T00:49:49.249Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-24T00:49:49.249Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-24T00:49:49.249Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-24T00:49:49.521Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-24T00:49:49.521Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-24T00:49:49.521Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-24T00:49:49.521Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-24T00:49:49.521Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:49:49.521Z] OK: 71 MiB in 55 packages [2021-02-24T00:49:56.213Z] Removing intermediate container b91b0189e49a [2021-02-24T00:49:56.213Z] ---> 0bdaff03ab82 [2021-02-24T00:49:56.213Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-24T00:49:56.483Z] ---> Running in 31403dbd2675 [2021-02-24T00:50:00.773Z] Collecting docker-compose==1.23.2 [2021-02-24T00:50:00.773Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-24T00:50:02.263Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-24T00:50:02.263Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-24T00:50:03.234Z] Collecting PyYAML<4,>=3.10 [2021-02-24T00:50:03.234Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-24T00:50:06.605Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-24T00:50:06.605Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-24T00:50:08.025Z] Collecting docopt<0.7,>=0.6.1 [2021-02-24T00:50:08.025Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-24T00:50:09.983Z] Collecting jsonschema<3,>=2.5.1 [2021-02-24T00:50:09.983Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-24T00:50:10.571Z] Collecting docker<4.0,>=3.6.0 [2021-02-24T00:50:10.840Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-24T00:50:11.109Z] Collecting texttable<0.10,>=0.9.0 [2021-02-24T00:50:11.379Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-24T00:50:13.341Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-24T00:50:13.341Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-24T00:50:13.341Z] 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-02-24T00:50:13.610Z] Collecting cached-property<2,>=1.2.0 [2021-02-24T00:50:13.610Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-24T00:50:13.880Z] 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-02-24T00:50:13.880Z] 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-02-24T00:50:14.467Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-24T00:50:14.467Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-24T00:50:14.736Z] Collecting idna<2.8,>=2.5 [2021-02-24T00:50:14.736Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-24T00:50:15.006Z] Collecting docker-pycreds>=0.4.0 [2021-02-24T00:50:15.006Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-24T00:50:15.006Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-24T00:50:15.006Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-24T00:50:15.006Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-24T00:50:15.006Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-24T00:50:15.974Z] Installing collected packages: urllib3, idna, requests, PyYAML, dockerpty, docopt, jsonschema, websocket-client, docker-pycreds, docker, texttable, cached-property, docker-compose [2021-02-24T00:50:15.974Z] Attempting uninstall: urllib3 [2021-02-24T00:50:15.974Z] Found existing installation: urllib3 1.25.9 [2021-02-24T00:50:15.974Z] Uninstalling urllib3-1.25.9: [2021-02-24T00:50:15.974Z] Successfully uninstalled urllib3-1.25.9 [2021-02-24T00:50:16.563Z] Attempting uninstall: idna [2021-02-24T00:50:16.563Z] Found existing installation: idna 2.9 [2021-02-24T00:50:16.563Z] Uninstalling idna-2.9: [2021-02-24T00:50:16.563Z] Successfully uninstalled idna-2.9 [2021-02-24T00:50:17.534Z] Attempting uninstall: requests [2021-02-24T00:50:17.534Z] Found existing installation: requests 2.23.0 [2021-02-24T00:50:17.534Z] Uninstalling requests-2.23.0: [2021-02-24T00:50:17.534Z] Successfully uninstalled requests-2.23.0 [2021-02-24T00:50:17.810Z] Running setup.py install for PyYAML: started [2021-02-24T00:50:19.769Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-24T00:50:19.769Z] Running setup.py install for dockerpty: started [2021-02-24T00:50:21.730Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-24T00:50:21.730Z] Running setup.py install for docopt: started [2021-02-24T00:50:23.707Z] Running setup.py install for docopt: finished with status 'done' [2021-02-24T00:50:25.176Z] Running setup.py install for texttable: started [2021-02-24T00:50:27.140Z] Running setup.py install for texttable: finished with status 'done' [2021-02-24T00:50:27.732Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-24T00:50:32.043Z] Removing intermediate container 31403dbd2675 [2021-02-24T00:50:32.043Z] ---> 9b02a8f87cef [2021-02-24T00:50:32.043Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-24T00:50:32.043Z] ---> Running in b36a041a9016 [2021-02-24T00:50:32.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T00:50:32.915Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T00:50:33.511Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T00:50:33.511Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-24T00:50:33.511Z] (3/3) Installing curl (7.69.1-r3) [2021-02-24T00:50:33.511Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T00:50:33.511Z] OK: 71 MiB in 58 packages [2021-02-24T00:50:34.958Z] Removing intermediate container b36a041a9016 [2021-02-24T00:50:34.958Z] ---> 86853f1c9ce7 [2021-02-24T00:50:34.958Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-24T00:50:34.958Z] ---> Running in c66991a89c4a [2021-02-24T00:50:35.231Z] Removing intermediate container c66991a89c4a [2021-02-24T00:50:35.231Z] ---> 9a62b45eb0c9 [2021-02-24T00:50:35.231Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T00:50:35.507Z] ---> Running in 3833445b5845 [2021-02-24T00:50:35.777Z] Removing intermediate container 3833445b5845 [2021-02-24T00:50:35.778Z] ---> 7072fc464911 [2021-02-24T00:50:35.778Z] Step 24/26 : LABEL arch=arm64 [2021-02-24T00:50:36.051Z] ---> Running in 80fdd3575246 [2021-02-24T00:50:36.643Z] Removing intermediate container 80fdd3575246 [2021-02-24T00:50:36.643Z] ---> bf38dfb897ca [2021-02-24T00:50:36.643Z] Step 25/26 : LABEL git_sha=542f72c83b85410d99c354125e04b3c910342b95 [2021-02-24T00:50:36.643Z] ---> Running in 2c8764e39051 [2021-02-24T00:50:36.918Z] Removing intermediate container 2c8764e39051 [2021-02-24T00:50:36.918Z] ---> a71368e2f1b8 [2021-02-24T00:50:36.918Z] Step 26/26 : LABEL version=0.0.0 [2021-02-24T00:50:37.194Z] ---> Running in e608cae40daf [2021-02-24T00:50:37.783Z] Removing intermediate container e608cae40daf [2021-02-24T00:50:37.783Z] ---> bcb52b5c4792 [2021-02-24T00:50:37.783Z] [2021-02-24T00:50:38.057Z] Successfully built bcb52b5c4792 [2021-02-24T00:50:38.057Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-24T00:50:38.340Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-24T00:50:38.348Z] $ docker stop --time=1 c875556c0392bbaaa08fd48477fce8d729e6a11a947d15f81d837cc47b0fe84c [2021-02-24T00:50:40.189Z] $ docker rm -f c875556c0392bbaaa08fd48477fce8d729e6a11a947d15f81d837cc47b0fe84c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T00:50:40.889Z] + grep docker [2021-02-24T00:50:40.889Z] + docker images [2021-02-24T00:50:41.161Z] docker-sys-mgmt-agent-go-arm64 latest bcb52b5c4792 3 seconds ago 300MB [2021-02-24T00:50:41.161Z] docker-core-metadata-go-arm64 latest 0fe4d65b602d 54 seconds ago 17.9MB [2021-02-24T00:50:41.161Z] docker-core-command-go-arm64 latest 33e4b7462cd6 56 seconds ago 16.2MB [2021-02-24T00:50:41.161Z] docker-security-secretstore-setup-go-arm64 latest 8ebcfa7ef9cf About a minute ago 23.7MB [2021-02-24T00:50:41.161Z] docker-security-bootstrapper-go-arm64 latest a47136f654a5 2 minutes ago 17.3MB [2021-02-24T00:50:41.161Z] docker-security-proxy-setup-go-arm64 latest bc2d9490c6fb 3 minutes ago 23.4MB [2021-02-24T00:50:41.161Z] docker-core-data-go-arm64 latest bb6453bd016a 3 minutes ago 21.1MB [2021-02-24T00:50:41.161Z] docker-support-notifications-go-arm64 latest ca3ca102c196 3 minutes ago 16.8MB [2021-02-24T00:50:41.161Z] docker-support-scheduler-go-arm64 latest a8fa5e37eccb 4 minutes ago 16.3MB [2021-02-24T00:50:41.161Z] docker 20.10.0 eeaf43b92773 2 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-02-24T00:50:42.214Z] ---> job-cost.sh [2021-02-24T00:50:42.214Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Uo9r [2021-02-24T00:51:21.152Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-24T00:53:42.948Z] lf-activate-venv(): INFO: Adding /tmp/venv-Uo9r/bin to PATH [2021-02-24T00:53:42.948Z] INFO: No Stack... [2021-02-24T00:53:42.948Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-24T00:53:42.948Z] INFO: Archiving Costs [Pipeline] sh [2021-02-24T00:53:43.295Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-02-24T00:53:43.295Z] + cut -d, -f6 [Pipeline] lock [2021-02-24T00:53:43.422Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3186-2-stack-cost] [2021-02-24T00:53:43.431Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3186-2-stack-cost] did not exist. Created. [2021-02-24T00:53:43.431Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3186-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-24T00:53:43.896Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-24T00:53:44.211Z] Stashed 1 file(s) [Pipeline] } [2021-02-24T00:53:44.226Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3186-2-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-02-24T00:53:45.725Z] provisioning config files... [2021-02-24T00:53:45.746Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config8528455800707597984tmp [Pipeline] { [Pipeline] sh [2021-02-24T00:53:46.133Z] + set +x [2021-02-24T00:53:46.134Z] + curl -s https://codecov.io/bash [2021-02-24T00:53:46.134Z] + bash -s -- [2021-02-24T00:53:46.710Z] [2021-02-24T00:53:46.710Z] _____ _ [2021-02-24T00:53:46.710Z] / ____| | | [2021-02-24T00:53:46.710Z] | | ___ __| | ___ ___ _____ __ [2021-02-24T00:53:46.710Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-24T00:53:46.710Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-24T00:53:46.710Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-24T00:53:46.711Z] Bash-20210129-7c25fce [2021-02-24T00:53:46.711Z] [2021-02-24T00:53:46.711Z] [2021-02-24T00:53:46.711Z] ==> git version 2.24.3 found [2021-02-24T00:53:46.711Z] ==> 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-02-24T00:53:46.711Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-24T00:53:46.711Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-24T00:53:46.711Z] ==> Jenkins CI detected. [2021-02-24T00:53:46.711Z] project root: . [2021-02-24T00:53:46.711Z] --> token set from env [2021-02-24T00:53:46.711Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-24T00:53:46.711Z] ==> Running gcov in . (disable via -X gcov) [2021-02-24T00:53:46.977Z] ==> Python coveragepy not found [2021-02-24T00:53:46.977Z] ==> Searching for coverage reports in: [2021-02-24T00:53:46.977Z] + . [2021-02-24T00:53:46.977Z] -> Found 1 reports [2021-02-24T00:53:46.977Z] ==> Detecting git/mercurial file structure [2021-02-24T00:53:46.977Z] ==> Reading reports [2021-02-24T00:53:46.977Z] + ./coverage.out bytes=594620 [2021-02-24T00:53:46.977Z] ==> Appending adjustments [2021-02-24T00:53:46.977Z] https://docs.codecov.io/docs/fixing-reports [2021-02-24T00:53:50.307Z] + Found adjustments [2021-02-24T00:53:50.307Z] ==> Gzipping contents [2021-02-24T00:53:50.307Z] 88K /tmp/codecov.Cj3zKM.gz [2021-02-24T00:53:50.307Z] ==> Uploading reports [2021-02-24T00:53:50.307Z] url: https://codecov.io [2021-02-24T00:53:50.307Z] query: branch=PR-3186&commit=542f72c83b85410d99c354125e04b3c910342b95&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3186%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3186&job=&cmd_args= [2021-02-24T00:53:50.307Z] -> Pinging Codecov [2021-02-24T00:53:50.307Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3186&commit=542f72c83b85410d99c354125e04b3c910342b95&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3186%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3186&job=&cmd_args= [2021-02-24T00:53:52.875Z] -> Uploading to [2021-02-24T00:53:52.875Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-24/00271124DB129430A58F1EEE437C3FCB/542f72c83b85410d99c354125e04b3c910342b95/31a5fdbe-0a0f-426b-acbf-b766a5d8e797.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210224T005352Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=670a9b32f4aca76896bbdf344631667ba5541cdd8c8ed0be3007bd57aa6a0a81 [2021-02-24T00:53:52.875Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T00:53:52.875Z] Dload Upload Total Spent Left Speed [2021-02-24T00:53:52.875Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88665 0 0 100 88665 0 153k --:--:-- --:--:-- --:--:-- 153k 100 88665 0 0 100 88665 0 153k --:--:-- --:--:-- --:--:-- 153k [2021-02-24T00:53:52.875Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/542f72c83b85410d99c354125e04b3c910342b95 [Pipeline] } [2021-02-24T00:53:52.886Z] 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-02-24T00:53:54.725Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:53:55.611Z] ---> package-listing.sh [2021-02-24T00:53:55.611Z] ++ facter osfamily [2021-02-24T00:53:55.611Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-24T00:53:55.611Z] + OS_FAMILY=redhat [2021-02-24T00:53:55.611Z] + workspace=/w/workspace/edgex-go/2 [2021-02-24T00:53:55.611Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-24T00:53:55.611Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-24T00:53:55.611Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-24T00:53:55.611Z] + PACKAGES=/tmp/packages_start.txt [2021-02-24T00:53:55.611Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-24T00:53:55.611Z] + PACKAGES=/tmp/packages_end.txt [2021-02-24T00:53:55.611Z] + case "${OS_FAMILY}" in [2021-02-24T00:53:55.611Z] + rpm -qa [2021-02-24T00:53:55.611Z] + sort [2021-02-24T00:54:00.919Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-24T00:54:00.919Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-24T00:54:00.919Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-24T00:54:00.919Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-24T00:54:00.919Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-24T00:54:00.919Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-24T00:54:00.934Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-24T00:54:01.229Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:54:01.546Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T00:54:01.547Z] [2021-02-24T00:54:01.547Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-24T00:54:01.914Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T00:54:01.914Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-24T00:54:01.914Z] df20fa9351a1: Pulling fs layer [2021-02-24T00:54:01.914Z] 36b3adc4ff6f: Pulling fs layer [2021-02-24T00:54:01.914Z] 8ad3a11d3b57: Pulling fs layer [2021-02-24T00:54:01.914Z] 46f8f816bc3b: Pulling fs layer [2021-02-24T00:54:01.914Z] 93b61091891f: Pulling fs layer [2021-02-24T00:54:01.914Z] 93b9cdb0e59b: Pulling fs layer [2021-02-24T00:54:01.914Z] 5e14af77c1be: Pulling fs layer [2021-02-24T00:54:01.914Z] 01666e4c0597: Pulling fs layer [2021-02-24T00:54:01.914Z] aa168da1d23b: Pulling fs layer [2021-02-24T00:54:01.914Z] 93b9cdb0e59b: Waiting [2021-02-24T00:54:01.914Z] 5e14af77c1be: Waiting [2021-02-24T00:54:01.914Z] 01666e4c0597: Waiting [2021-02-24T00:54:01.914Z] aa168da1d23b: Waiting [2021-02-24T00:54:01.914Z] 46f8f816bc3b: Waiting [2021-02-24T00:54:01.914Z] 93b61091891f: Waiting [2021-02-24T00:54:01.914Z] 36b3adc4ff6f: Verifying Checksum [2021-02-24T00:54:01.914Z] 36b3adc4ff6f: Download complete [2021-02-24T00:54:01.914Z] 46f8f816bc3b: Verifying Checksum [2021-02-24T00:54:01.914Z] 46f8f816bc3b: Download complete [2021-02-24T00:54:02.179Z] df20fa9351a1: Verifying Checksum [2021-02-24T00:54:02.179Z] df20fa9351a1: Download complete [2021-02-24T00:54:02.179Z] 93b9cdb0e59b: Verifying Checksum [2021-02-24T00:54:02.179Z] 93b9cdb0e59b: Download complete [2021-02-24T00:54:02.179Z] 93b61091891f: Verifying Checksum [2021-02-24T00:54:02.179Z] 93b61091891f: Download complete [2021-02-24T00:54:02.179Z] 5e14af77c1be: Verifying Checksum [2021-02-24T00:54:02.179Z] 5e14af77c1be: Download complete [2021-02-24T00:54:02.179Z] 01666e4c0597: Verifying Checksum [2021-02-24T00:54:02.179Z] 01666e4c0597: Download complete [2021-02-24T00:54:02.443Z] df20fa9351a1: Pull complete [2021-02-24T00:54:02.716Z] 36b3adc4ff6f: Pull complete [2021-02-24T00:54:02.716Z] 8ad3a11d3b57: Download complete [2021-02-24T00:54:03.705Z] 8ad3a11d3b57: Pull complete [2021-02-24T00:54:03.705Z] 46f8f816bc3b: Pull complete [2021-02-24T00:54:04.654Z] aa168da1d23b: Verifying Checksum [2021-02-24T00:54:04.654Z] aa168da1d23b: Download complete [2021-02-24T00:54:05.603Z] 93b61091891f: Pull complete [2021-02-24T00:54:05.867Z] 93b9cdb0e59b: Pull complete [2021-02-24T00:54:06.133Z] 5e14af77c1be: Pull complete [2021-02-24T00:54:06.133Z] 01666e4c0597: Pull complete [2021-02-24T00:54:14.342Z] aa168da1d23b: Pull complete [2021-02-24T00:54:14.342Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-24T00:54:14.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T00:54:14.342Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-24T00:54:14.564Z] prd-centos7-docker-4c-2g-27424 does not seem to be running inside a container [2021-02-24T00:54:14.620Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-24T00:54:21.765Z] $ docker top 47693516481b62a308767cccd9a0124516420887355ca2339bb9a6cb5fe3b8af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T00:54:22.360Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-24T00:54:22.668Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-24T00:54:22.968Z] + ls /var/log/sa-host [2021-02-24T00:54:22.968Z] + sadf -c /var/log/sa-host/sa23 [2021-02-24T00:54:22.968Z] file_magic: OK [2021-02-24T00:54:22.968Z] HZ: Using current value: 100 [2021-02-24T00:54:22.968Z] file_header: OK [2021-02-24T00:54:22.968Z] 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-02-24T00:54:22.968Z] Statistics: [2021-02-24T00:54:22.968Z] Hnuu...uuuununununu... [2021-02-24T00:54:22.968Z] File successfully converted to sysstat format version 12.2.1 [2021-02-24T00:54:22.968Z] + sadf -c /var/log/sa-host/sa24 [2021-02-24T00:54:22.968Z] file_magic: OK [2021-02-24T00:54:22.968Z] HZ: Using current value: 100 [2021-02-24T00:54:22.968Z] file_header: OK [2021-02-24T00:54:22.968Z] 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-02-24T00:54:22.968Z] Statistics: [2021-02-24T00:54:22.969Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-24T00:54:22.969Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-24T00:54:23.184Z] provisioning config files... [2021-02-24T00:54:23.202Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8276914311862254369tmp [Pipeline] { [Pipeline] echo [2021-02-24T00:54:23.296Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:54:23.749Z] ---> create-netrc.sh [Pipeline] } [2021-02-24T00:54:23.775Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-24T00:54:23.871Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:54:24.187Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-24T00:54:24.200Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:54:24.501Z] ---> sudo-logs.sh [2021-02-24T00:54:24.501Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-24T00:54:24.595Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:54:24.912Z] ---> job-cost.sh [2021-02-24T00:54:24.913Z] lf-activate-venv: SKIPPING [2021-02-24T00:54:24.913Z] DEBUG: total: 0.20999999344348907 [2021-02-24T00:54:24.913Z] INFO: Retrieving Stack Cost... [2021-02-24T00:54:25.858Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-24T00:54:26.121Z] INFO: Archiving Costs [Pipeline] echo [2021-02-24T00:54:26.135Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T00:54:26.434Z] ---> logs-deploy.sh [2021-02-24T00:54:26.434Z] lf-activate-venv: SKIPPING [2021-02-24T00:54:26.434Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3186/2 [2021-02-24T00:54:26.434Z] INFO: archiving workspace using pattern(s): [2021-02-24T00:54:27.829Z] Archives upload complete. [2021-02-24T00:54:28.092Z] INFO: archiving logs to Nexus