Pull request #3324 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 4d59e47c1b9b124fda714d78f72d814514d1fe70+65f742f3c09a75b9cecbe50bc703c053f2863689 (28594a6ef379202da98188ae9a4faf86bb4d45bb) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32477 in /w/workspace/edgexfoundry_edgex-go_PR-3324 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3324/head:refs/remotes/origin/PR-3324 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 65f742f3c09a75b9cecbe50bc703c053f2863689 into PR head commit 4d59e47c1b9b124fda714d78f72d814514d1fe70 Merge succeeded, producing 4d59e47c1b9b124fda714d78f72d814514d1fe70 Checking out Revision 4d59e47c1b9b124fda714d78f72d814514d1fe70 (PR-3324) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # 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 65f742f3c09a75b9cecbe50bc703c053f2863689 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # timeout=10 Commit message: "feat(security): Implementation for generating consul tokens changes for security-bootstrapper on setupRegitrsyACL - add logic for deleting consul tokens for the 2nd time or later based on the consul-token files - add logic for generating consul tokens with go-mod-secret's API - add logic for re-set up the consul tokens for the 2nd time or later - add env. override STAGEGATE_REGISTRY_ACL_TOKENBASEDIR for snap on consul token base directory" First time build. Skipping changelog. > git rev-list --no-walk c0560a2a38f63bee3627cda774d90205c48dc5c8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T16:11:04.057Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T16:11:04.343Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T16:11:04.444Z] ========================================================= [2021-04-01T16:11:04.444Z] EdgeX Global Pipelines Version Info [2021-04-01T16:11:04.444Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:11:05.925Z] ------------------- [2021-04-01T16:11:05.925Z] stable info: [2021-04-01T16:11:05.925Z] ------------------- [2021-04-01T16:11:05.926Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T16:11:05.926Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T16:11:05.926Z] Message: update stable to v1.0.186 [2021-04-01T16:11:06.869Z] ------------------- [2021-04-01T16:11:06.869Z] experimental info: [2021-04-01T16:11:06.869Z] ------------------- [2021-04-01T16:11:06.869Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T16:11:06.870Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T16:11:06.870Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T16:11:07.180Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-01T16:11:07.275Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-01T16:11:07.382Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T16:11:07.486Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T16:11:07.577Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T16:11:07.665Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T16:11:07.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T16:11:07.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-01T16:11:07.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-01T16:11:08.082Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-01T16:11:08.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T16:11:08.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T16:11:08.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T16:11:08.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T16:11:08.581Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T16:11:08.671Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T16:11:08.755Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T16:11:08.869Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T16:11:08.959Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T16:11:09.049Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T16:11:09.135Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T16:11:09.220Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T16:11:09.296Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3324 [Pipeline] echo [2021-04-01T16:11:09.380Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3324 [Pipeline] echo [2021-04-01T16:11:09.462Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3324 [Pipeline] echo [2021-04-01T16:11:09.545Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d59e47c1b9b124fda714d78f72d814514d1fe70 [Pipeline] echo [2021-04-01T16:11:09.633Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d59e47 [Pipeline] echo [2021-04-01T16:11:09.723Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T16:11:09.898Z] provisioning config files... [2021-04-01T16:11:09.933Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2273831863472085919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:11:10.310Z] ---> docker-login.sh [2021-04-01T16:11:10.311Z] nexus3.edgexfoundry.org:10001 [2021-04-01T16:11:10.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T16:11:10.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T16:11:10.573Z] Configure a credential helper to remove this warning. See [2021-04-01T16:11:10.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T16:11:10.573Z] [2021-04-01T16:11:10.837Z] Login Succeeded [2021-04-01T16:11:10.837Z] nexus3.edgexfoundry.org:10002 [2021-04-01T16:11:10.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T16:11:10.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T16:11:10.837Z] Configure a credential helper to remove this warning. See [2021-04-01T16:11:10.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T16:11:10.837Z] [2021-04-01T16:11:10.837Z] Login Succeeded [2021-04-01T16:11:10.837Z] nexus3.edgexfoundry.org:10003 [2021-04-01T16:11:11.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T16:11:11.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T16:11:11.109Z] Configure a credential helper to remove this warning. See [2021-04-01T16:11:11.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T16:11:11.109Z] [2021-04-01T16:11:11.109Z] Login Succeeded [2021-04-01T16:11:11.109Z] nexus3.edgexfoundry.org:10004 [2021-04-01T16:11:11.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T16:11:11.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T16:11:11.370Z] Configure a credential helper to remove this warning. See [2021-04-01T16:11:11.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T16:11:11.370Z] [2021-04-01T16:11:11.370Z] Login Succeeded [2021-04-01T16:11:11.370Z] docker.io [2021-04-01T16:11:11.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T16:11:11.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T16:11:11.631Z] Configure a credential helper to remove this warning. See [2021-04-01T16:11:11.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T16:11:11.631Z] [2021-04-01T16:11:11.631Z] Login Succeeded [2021-04-01T16:11:11.631Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T16:11:11.640Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T16:11:12.121Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-01T16:11:12.121Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T16:11:12.121Z] ++ dirname cmd/core-command/Dockerfile [2021-04-01T16:11:12.121Z] ++ cut -d/ -f2 [2021-04-01T16:11:12.121Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-01T16:11:12.121Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T16:11:12.121Z] ++ dirname cmd/core-data/Dockerfile [2021-04-01T16:11:12.121Z] ++ cut -d/ -f2 [2021-04-01T16:11:12.121Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-01T16:11:12.121Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T16:11:12.121Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-01T16:11:12.121Z] ++ cut -d/ -f2 [2021-04-01T16:11:12.121Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-01T16:11:12.121Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T16:11:12.121Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-01T16:11:12.121Z] ++ cut -d/ -f2 [2021-04-01T16:11:12.121Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-01T16:11:12.121Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T16:11:12.121Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-01T16:11:12.121Z] ++ cut -d/ -f2 [2021-04-01T16:11:12.121Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-01T16:11:12.121Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T16:11:12.121Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-01T16:11:12.121Z] ++ cut -d/ -f2 [2021-04-01T16:11:12.121Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-01T16:11:12.121Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T16:11:12.121Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-01T16:11:12.121Z] ++ cut -d/ -f2 [2021-04-01T16:11:12.121Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-01T16:11:12.121Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T16:11:12.121Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-01T16:11:12.121Z] ++ cut -d/ -f2 [2021-04-01T16:11:12.121Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-01T16:11:12.121Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T16:11:12.121Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-01T16:11:12.121Z] ++ cut -d/ -f2 [2021-04-01T16:11:12.121Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-01T16:11:12.192Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:11:13.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T16:11:13.752Z] [2021-04-01T16:11:13.752Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:11:14.133Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T16:11:14.133Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T16:11:14.133Z] 31603596830f: Pulling fs layer [2021-04-01T16:11:14.133Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T16:11:14.133Z] 6ca5941a6612: Pulling fs layer [2021-04-01T16:11:14.133Z] ecc8261a40a4: Pulling fs layer [2021-04-01T16:11:14.133Z] ecc8261a40a4: Waiting [2021-04-01T16:11:14.133Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T16:11:14.133Z] 2a8b12db71e7: Download complete [2021-04-01T16:11:14.133Z] 31603596830f: Verifying Checksum [2021-04-01T16:11:14.133Z] 31603596830f: Download complete [2021-04-01T16:11:14.405Z] ecc8261a40a4: Verifying Checksum [2021-04-01T16:11:14.405Z] ecc8261a40a4: Download complete [2021-04-01T16:11:14.405Z] 6ca5941a6612: Verifying Checksum [2021-04-01T16:11:14.405Z] 6ca5941a6612: Download complete [2021-04-01T16:11:14.666Z] 31603596830f: Pull complete [2021-04-01T16:11:14.666Z] 2a8b12db71e7: Pull complete [2021-04-01T16:11:15.610Z] 6ca5941a6612: Pull complete [2021-04-01T16:11:15.610Z] ecc8261a40a4: Pull complete [2021-04-01T16:11:15.610Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T16:11:15.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T16:11:15.610Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T16:11:15.717Z] prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container [2021-04-01T16:11:15.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat [2021-04-01T16:11:18.295Z] $ docker top 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T16:11:18.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T16:11:18.617Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T16:11:18.839Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T16:11:18.841Z] $ docker exec 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 ssh-agent [2021-04-01T16:11:19.032Z] SSH_AUTH_SOCK=/tmp/ssh-6W2EiwHBvh26/agent.11 [2021-04-01T16:11:19.032Z] SSH_AGENT_PID=16 [2021-04-01T16:11:19.049Z] Running ssh-add (command line suppressed) [2021-04-01T16:11:19.167Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8376542429202837521.key (/w/workspace/edgex-go/4@tmp/private_key_8376542429202837521.key) [2021-04-01T16:11:19.221Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T16:11:19.565Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T16:11:19.587Z] $ docker exec --env ******** --env ******** 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 ssh-agent -k [2021-04-01T16:11:19.696Z] unset SSH_AUTH_SOCK; [2021-04-01T16:11:19.696Z] unset SSH_AGENT_PID; [2021-04-01T16:11:19.696Z] echo Agent pid 16 killed; [2021-04-01T16:11:19.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T16:11:19.888Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T16:11:19.888Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T16:11:20.051Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T16:11:20.054Z] $ docker exec 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 ssh-agent [2021-04-01T16:11:20.212Z] SSH_AUTH_SOCK=/tmp/ssh-u0VdnfQxw8Bz/agent.45 [2021-04-01T16:11:20.212Z] SSH_AGENT_PID=51 [2021-04-01T16:11:20.236Z] Running ssh-add (command line suppressed) [2021-04-01T16:11:20.404Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3327160703450114038.key (/w/workspace/edgex-go/4@tmp/private_key_3327160703450114038.key) [2021-04-01T16:11:20.462Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T16:11:20.859Z] + git semver init [2021-04-01T16:11:20.859Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T16:11:20.859Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-04-01T16:11:20.859Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-04-01T16:11:20.859Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T16:11:20.859Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T16:11:20.859Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T16:11:20.859Z] # $SEMVER_BRANCH = PR-3324 [2021-04-01T16:11:20.859Z] # $SEMVER_TEMP = /tmp/semver-460861060 [2021-04-01T16:11:20.859Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-01T16:11:53.002Z] # '/tmp/semver-460861060' -> '/w/workspace/edgex-go/4/.semver' [2021-04-01T16:11:53.002Z] # -> Force: false [2021-04-01T16:11:53.002Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-04-01T16:11:53.015Z] $ docker exec --env ******** --env ******** 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 ssh-agent -k [2021-04-01T16:11:53.267Z] unset SSH_AUTH_SOCK; [2021-04-01T16:11:53.268Z] unset SSH_AGENT_PID; [2021-04-01T16:11:53.268Z] echo Agent pid 51 killed; [2021-04-01T16:11:53.371Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T16:11:53.887Z] + git semver [Pipeline] } [2021-04-01T16:11:53.902Z] $ docker stop --time=1 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 [2021-04-01T16:11:55.444Z] $ docker rm -f 945f00610ebb520574725f266a5dca6d2f459864e4ac9d96676fd3d7e8076f46 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T16:11:55.951Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T16:11:56.468Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T16:11:56.471Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T16:11:57.417Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T16:11:57.715Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T16:11:58.013Z] + sudo service docker restart [2021-04-01T16:11:58.013Z] + true [2021-04-01T16:11:58.013Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-01T16:11:58.609Z] ========================================================= [2021-04-01T16:11:58.609Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T16:11:58.609Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:11:58.948Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-01T16:12:02.296Z] Sending build context to Docker daemon 329.3MB [2021-04-01T16:12:02.296Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T16:12:02.296Z] Step 2/6 : FROM ${BASE} [2021-04-01T16:12:02.296Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T16:12:02.296Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T16:12:02.296Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T16:12:02.296Z] de9db76c5a1d: Pulling fs layer [2021-04-01T16:12:02.296Z] bca2f99d35d6: Pulling fs layer [2021-04-01T16:12:02.296Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T16:12:02.296Z] 7c6f9722023f: Pulling fs layer [2021-04-01T16:12:02.296Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T16:12:02.296Z] 93359f2a8cfa: Waiting [2021-04-01T16:12:02.296Z] 7c6f9722023f: Waiting [2021-04-01T16:12:02.296Z] a35cf1a2eb13: Waiting [2021-04-01T16:12:02.296Z] bca2f99d35d6: Waiting [2021-04-01T16:12:02.296Z] de9db76c5a1d: Verifying Checksum [2021-04-01T16:12:02.296Z] de9db76c5a1d: Download complete [2021-04-01T16:12:02.296Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T16:12:02.296Z] 0ef7d3d256c8: Download complete [2021-04-01T16:12:02.296Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T16:12:02.296Z] 93359f2a8cfa: Download complete [2021-04-01T16:12:02.296Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T16:12:02.296Z] 188c0c94c7c5: Download complete [2021-04-01T16:12:02.296Z] 7c6f9722023f: Verifying Checksum [2021-04-01T16:12:02.296Z] 7c6f9722023f: Download complete [2021-04-01T16:12:03.254Z] 188c0c94c7c5: Pull complete [2021-04-01T16:12:03.520Z] 0ef7d3d256c8: Pull complete [2021-04-01T16:12:04.095Z] de9db76c5a1d: Pull complete [2021-04-01T16:12:04.672Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T16:12:04.672Z] a35cf1a2eb13: Download complete [2021-04-01T16:12:05.244Z] bca2f99d35d6: Verifying Checksum [2021-04-01T16:12:05.244Z] bca2f99d35d6: Download complete [2021-04-01T16:12:10.547Z] bca2f99d35d6: Pull complete [2021-04-01T16:12:10.547Z] 93359f2a8cfa: Pull complete [2021-04-01T16:12:10.809Z] 7c6f9722023f: Pull complete [2021-04-01T16:12:11.825Z] Still waiting to schedule task [2021-04-01T16:12:11.825Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-01T16:12:15.040Z] a35cf1a2eb13: Pull complete [2021-04-01T16:12:15.040Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T16:12:15.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T16:12:15.040Z] ---> a62c8e92a672 [2021-04-01T16:12:15.040Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-01T16:12:15.040Z] ---> Running in 042fe4ddf0a2 [2021-04-01T16:12:15.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:12:16.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:12:16.820Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T16:12:17.082Z] (2/12) Installing file (5.38-r0) [2021-04-01T16:12:17.082Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T16:12:17.082Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T16:12:21.294Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T16:12:21.294Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T16:12:21.294Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T16:12:21.294Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T16:12:21.294Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T16:12:21.294Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T16:12:21.294Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T16:12:21.557Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T16:12:21.557Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T16:12:21.557Z] OK: 233 MiB in 51 packages [2021-04-01T16:12:25.770Z] Removing intermediate container 042fe4ddf0a2 [2021-04-01T16:12:25.770Z] ---> 4b301c9f0e7b [2021-04-01T16:12:25.770Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T16:12:25.770Z] ---> Running in 28466c3c708c [2021-04-01T16:12:25.770Z] Removing intermediate container 28466c3c708c [2021-04-01T16:12:25.770Z] ---> a8ad86984f24 [2021-04-01T16:12:25.770Z] Step 5/6 : COPY go.mod . [2021-04-01T16:12:25.770Z] ---> fb79f4b577c9 [2021-04-01T16:12:25.770Z] Step 6/6 : RUN go mod download [2021-04-01T16:12:25.770Z] ---> Running in 4c006a89af3e [2021-04-01T16:12:47.768Z] Removing intermediate container 4c006a89af3e [2021-04-01T16:12:47.768Z] ---> c7c06884016f [2021-04-01T16:12:47.768Z] Successfully built c7c06884016f [2021-04-01T16:12:47.768Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:12:48.076Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T16:12:48.076Z] . [Pipeline] withDockerContainer [2021-04-01T16:12:48.181Z] prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container [2021-04-01T16:12:48.220Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T16:12:49.034Z] $ docker top 89e6ab2877ea4fd1565c885b98daa5eafd48a0fb7be8b55dcbe96ba21a7ba9c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T16:12:49.523Z] + go version [2021-04-01T16:12:49.523Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T16:12:49.534Z] $ docker stop --time=1 89e6ab2877ea4fd1565c885b98daa5eafd48a0fb7be8b55dcbe96ba21a7ba9c5 [2021-04-01T16:12:50.870Z] $ docker rm -f 89e6ab2877ea4fd1565c885b98daa5eafd48a0fb7be8b55dcbe96ba21a7ba9c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:12:51.677Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T16:12:51.677Z] . [Pipeline] withDockerContainer [2021-04-01T16:12:51.772Z] prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container [2021-04-01T16:12:51.812Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T16:12:52.440Z] $ docker top 55aca9c2075183bc43ccb0a060ae731b6105d7d8337ff3f5e38875f64d54ca5b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T16:12:52.629Z] ========================================================= [2021-04-01T16:12:52.629Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T16:12:52.629Z] ========================================================= [Pipeline] sh [2021-04-01T16:12:52.916Z] + make test [2021-04-01T16:12:52.916Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T16:13:02.941Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T16:13:17.951Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T16:13:23.295Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T16:13:23.295Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T16:13:23.295Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T16:13:24.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T16:13:24.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T16:13:24.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T16:13:24.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T16:13:25.688Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T16:13:26.274Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T16:13:28.217Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T16:13:28.217Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T16:13:28.217Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T16:13:30.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements [2021-04-01T16:13:30.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T16:13:30.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T16:13:30.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T16:13:30.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T16:13:30.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T16:13:30.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T16:13:30.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 19.8% of statements [2021-04-01T16:13:30.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements [2021-04-01T16:13:35.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T16:13:35.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T16:13:35.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T16:13:35.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T16:13:35.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.153s coverage: 82.9% of statements [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T16:13:35.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.048s coverage: 78.9% of statements [2021-04-01T16:13:35.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T16:13:37.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.314s coverage: 28.6% of statements [2021-04-01T16:13:37.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T16:13:37.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T16:13:37.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T16:13:37.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T16:13:37.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T16:13:37.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.112s coverage: 100.0% of statements [2021-04-01T16:13:37.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T16:13:37.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2021-04-01T16:13:37.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T16:13:37.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.156s coverage: 86.7% of statements [2021-04-01T16:13:37.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T16:13:37.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements [2021-04-01T16:13:37.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T16:13:37.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements [2021-04-01T16:13:37.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T16:13:37.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T16:13:37.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T16:13:37.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T16:13:40.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.350s coverage: 92.8% of statements [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T16:13:40.559Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T16:13:40.559Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 1.0% of statements [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T16:13:40.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T16:13:40.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements [2021-04-01T16:13:40.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.107s coverage: 79.5% of statements [2021-04-01T16:13:40.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements [2021-04-01T16:13:40.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2021-04-01T16:13:40.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-04-01T16:13:52.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.068s coverage: 94.4% of statements [2021-04-01T16:13:52.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-04-01T16:13:55.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.591s coverage: 81.5% of statements [2021-04-01T16:13:55.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-01T16:13:55.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.047s coverage: 87.1% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.077s coverage: 92.9% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.6% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.108s coverage: 91.6% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 64.4% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.299s coverage: 69.0% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 38.4% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.0% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.042s coverage: 100.0% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.121s coverage: 87.1% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.730s coverage: 29.1% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.115s coverage: 95.6% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T16:14:05.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements [2021-04-01T16:14:05.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-04-01T16:14:05.751Z] GO111MODULE=on go vet ./... [2021-04-01T16:14:32.935Z] gofmt -l . [2021-04-01T16:14:32.935Z] [ "`gofmt -l .`" = "" ] [2021-04-01T16:14:32.935Z] ./bin/test-go-mod-tidy.sh [2021-04-01T16:14:32.935Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T16:14:33.502Z] + ls -al . [2021-04-01T16:14:33.502Z] total 796 [2021-04-01T16:14:33.502Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 16:14 . [2021-04-01T16:14:33.502Z] drwxr-xr-x 4 root root 28 Apr 1 16:12 .. [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 16:10 .dockerignore [2021-04-01T16:14:33.502Z] drwxrwxr-x 8 1001 1001 179 Apr 1 16:11 .git [2021-04-01T16:14:33.502Z] drwxrwxr-x 3 1001 1001 125 Apr 1 16:10 .github [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 16:10 .gitignore [2021-04-01T16:14:33.502Z] drwx------ 3 1001 1001 60 Apr 1 16:11 .semver [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 16:10 .sonarcloud.properties [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 16:10 Attribution.txt [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 16:10 CONTRIBUTING.md [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 16:10 Dockerfile.build [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 16:10 Jenkinsfile [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 16:10 LICENSE [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 16:10 Makefile [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 16:10 README.md [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 16:10 SECURITY.md [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 16:11 VERSION [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 16:10 ZMQWindows.md [2021-04-01T16:14:33.502Z] drwxrwxr-x 2 1001 1001 117 Apr 1 16:10 bin [2021-04-01T16:14:33.502Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 16:10 cmd [2021-04-01T16:14:33.502Z] -rw-r--r-- 1 root root 686581 Apr 1 16:14 coverage.out [2021-04-01T16:14:33.502Z] -rw-r--r-- 1 root root 1056 Apr 1 16:14 go.mod [2021-04-01T16:14:33.502Z] -rw-r--r-- 1 root root 22360 Apr 1 16:14 go.sum [2021-04-01T16:14:33.502Z] drwxrwxr-x 8 1001 1001 127 Apr 1 16:10 internal [2021-04-01T16:14:33.502Z] drwxrwxr-x 4 1001 1001 26 Apr 1 16:10 openapi [2021-04-01T16:14:33.502Z] drwxrwxr-x 4 1001 1001 71 Apr 1 16:10 snap [2021-04-01T16:14:33.502Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 16:10 version.go [Pipeline] sh [2021-04-01T16:14:33.804Z] + '[' -e coverage.out ] [2021-04-01T16:14:33.804Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T16:14:34.033Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T16:14:34.334Z] + make build [2021-04-01T16:14:34.334Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T16:14:37.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T16:14:45.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T16:14:46.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T16:14:48.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T16:14:48.525Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T16:14:49.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T16:14:51.204Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32478 in /w/workspace/edgexfoundry_edgex-go_PR-3324 [Pipeline] { [Pipeline] ws [2021-04-01T16:14:51.272Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-01T16:14:51.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T16:14:52.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T16:14:53.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T16:14:54.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T16:14:56.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-04-01T16:14:56.231Z] using credential edgex-jenkins-ssh [2021-04-01T16:14:56.294Z] Cloning the remote Git repository [2021-04-01T16:14:56.347Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T16:14:56.481Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-01T16:14:56.577Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T16:14:56.578Z] > git --version # timeout=10 [2021-04-01T16:14:56.599Z] > git --version # 'git version 2.17.1' [2021-04-01T16:14:56.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T16:14:56.666Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-04-01T16:14:58.050Z] $ docker stop --time=1 55aca9c2075183bc43ccb0a060ae731b6105d7d8337ff3f5e38875f64d54ca5b [2021-04-01T16:14:59.628Z] $ docker rm -f 55aca9c2075183bc43ccb0a060ae731b6105d7d8337ff3f5e38875f64d54ca5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:15:03.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T16:15:03.282Z] [2021-04-01T16:15:03.282Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:15:03.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T16:15:03.628Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-01T16:15:03.628Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-01T16:15:03.628Z] ca9280d653b3: Pulling fs layer [2021-04-01T16:15:03.628Z] 7e9c9ca2126c: Pulling fs layer [2021-04-01T16:15:03.889Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-01T16:15:03.889Z] cbdbe7a5bc2a: Download complete [2021-04-01T16:15:04.150Z] cbdbe7a5bc2a: Pull complete [2021-04-01T16:15:04.738Z] ca9280d653b3: Verifying Checksum [2021-04-01T16:15:04.738Z] ca9280d653b3: Download complete [2021-04-01T16:15:05.692Z] ca9280d653b3: Pull complete [2021-04-01T16:15:05.692Z] 7e9c9ca2126c: Download complete [2021-04-01T16:15:12.319Z] 7e9c9ca2126c: Pull complete [2021-04-01T16:15:12.319Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-01T16:15:12.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T16:15:12.319Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-01T16:15:12.501Z] prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container [2021-04-01T16:15:12.540Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T16:15:13.456Z] $ docker top e2f62aca1936d953ef29bd407c7ee59f3647104adf8cc2e521ac7e8fffde2ae4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T16:15:13.966Z] + docker-compose build --help [2021-04-01T16:15:13.966Z] + grep parallel [2021-04-01T16:15:14.909Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T16:15:14.921Z] $ docker stop --time=1 e2f62aca1936d953ef29bd407c7ee59f3647104adf8cc2e521ac7e8fffde2ae4 [2021-04-01T16:15:14.938Z] Merging remotes/origin/master commit 65f742f3c09a75b9cecbe50bc703c053f2863689 into PR head commit 4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:15:15.537Z] Merge succeeded, producing 4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:15:15.537Z] Checking out Revision 4d59e47c1b9b124fda714d78f72d814514d1fe70 (PR-3324) [2021-04-01T16:15:14.025Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T16:15:14.052Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T16:15:14.082Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T16:15:14.116Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T16:15:14.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T16:15:14.129Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3324/head:refs/remotes/origin/PR-3324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T16:15:14.956Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T16:15:14.979Z] > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # timeout=10 [2021-04-01T16:15:15.311Z] > git remote # timeout=10 [2021-04-01T16:15:15.376Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T16:15:15.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T16:15:15.431Z] > git merge 65f742f3c09a75b9cecbe50bc703c053f2863689 # timeout=10 [2021-04-01T16:15:15.472Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T16:15:15.543Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T16:15:15.576Z] > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # timeout=10 [2021-04-01T16:15:16.266Z] $ docker rm -f e2f62aca1936d953ef29bd407c7ee59f3647104adf8cc2e521ac7e8fffde2ae4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:15:16.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T16:15:16.897Z] . [Pipeline] withDockerContainer [2021-04-01T16:15:16.992Z] prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container [2021-04-01T16:15:17.032Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T16:15:17.631Z] $ docker top 35ac6ab264a5f23a7c60d51c17dd52a98c058b90d4267f5aa8cf9483c33b45db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T16:15:18.103Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T16:15:19.049Z] Building docker-core-command-go ... [2021-04-01T16:15:19.049Z] Building docker-core-data-go ... [2021-04-01T16:15:19.049Z] Building docker-core-metadata-go ... [2021-04-01T16:15:19.049Z] Building docker-security-bootstrapper-go ... [2021-04-01T16:15:19.049Z] Building docker-security-proxy-setup-go ... [2021-04-01T16:15:19.049Z] Building docker-security-secretstore-setup-go ... [2021-04-01T16:15:19.049Z] Building docker-support-notifications-go ... [2021-04-01T16:15:19.049Z] Building docker-support-scheduler-go ... [2021-04-01T16:15:19.049Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T16:15:19.049Z] Building docker-security-proxy-setup-go [2021-04-01T16:15:19.049Z] Building docker-core-metadata-go [2021-04-01T16:15:19.049Z] Building docker-support-scheduler-go [2021-04-01T16:15:19.049Z] Building docker-security-bootstrapper-go [2021-04-01T16:15:19.049Z] Building docker-support-notifications-go [2021-04-01T16:15:20.120Z] Commit message: "feat(security): Implementation for generating consul tokens changes for security-bootstrapper on setupRegitrsyACL - add logic for deleting consul tokens for the 2nd time or later based on the consul-token files - add logic for generating consul tokens with go-mod-secret's API - add logic for re-set up the consul tokens for the 2nd time or later - add env. override STAGEGATE_REGISTRY_ACL_TOKENBASEDIR for snap on consul token base directory" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T16:15:21.810Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T16:15:22.224Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T16:15:22.630Z] + true [2021-04-01T16:15:22.630Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T16:15:25.388Z] provisioning config files... [2021-04-01T16:15:25.437Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8072672997961718693tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:15:25.847Z] ---> docker-login.sh [2021-04-01T16:15:25.847Z] nexus3.edgexfoundry.org:10001 [2021-04-01T16:15:26.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T16:15:27.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T16:15:27.098Z] Configure a credential helper to remove this warning. See [2021-04-01T16:15:27.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T16:15:27.098Z] [2021-04-01T16:15:27.098Z] Login Succeeded [2021-04-01T16:15:27.098Z] nexus3.edgexfoundry.org:10002 [2021-04-01T16:15:27.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T16:15:27.369Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T16:15:27.369Z] Configure a credential helper to remove this warning. See [2021-04-01T16:15:27.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T16:15:27.369Z] [2021-04-01T16:15:27.369Z] Login Succeeded [2021-04-01T16:15:27.369Z] nexus3.edgexfoundry.org:10003 [2021-04-01T16:15:27.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T16:15:27.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T16:15:27.966Z] Configure a credential helper to remove this warning. See [2021-04-01T16:15:27.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T16:15:27.966Z] [2021-04-01T16:15:27.966Z] Login Succeeded [2021-04-01T16:15:27.966Z] nexus3.edgexfoundry.org:10004 [2021-04-01T16:15:28.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T16:15:28.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T16:15:28.512Z] Configure a credential helper to remove this warning. See [2021-04-01T16:15:28.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T16:15:28.512Z] [2021-04-01T16:15:28.512Z] Login Succeeded [2021-04-01T16:15:28.512Z] docker.io [2021-04-01T16:15:28.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T16:15:29.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T16:15:29.055Z] Configure a credential helper to remove this warning. See [2021-04-01T16:15:29.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T16:15:29.055Z] [2021-04-01T16:15:29.055Z] Login Succeeded [2021-04-01T16:15:29.055Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T16:15:29.075Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T16:15:29.558Z] ========================================================= [2021-04-01T16:15:29.558Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T16:15:29.558Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:15:29.948Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-01T16:15:32.590Z] Sending build context to Docker daemon 167.1MB [2021-04-01T16:15:32.590Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T16:15:32.590Z] Step 2/6 : FROM ${BASE} [2021-04-01T16:15:32.590Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T16:15:32.590Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T16:15:32.590Z] a4357932f1b6: Pulling fs layer [2021-04-01T16:15:32.590Z] 18c013af1878: Pulling fs layer [2021-04-01T16:15:32.590Z] 00ac8860ef70: Pulling fs layer [2021-04-01T16:15:32.590Z] 63d7cb157983: Pulling fs layer [2021-04-01T16:15:32.590Z] b116817d02f9: Pulling fs layer [2021-04-01T16:15:32.590Z] 745a02a5169b: Pulling fs layer [2021-04-01T16:15:32.590Z] 00ac8860ef70: Waiting [2021-04-01T16:15:32.590Z] 63d7cb157983: Waiting [2021-04-01T16:15:32.590Z] b116817d02f9: Waiting [2021-04-01T16:15:32.590Z] 745a02a5169b: Waiting [2021-04-01T16:15:32.590Z] 18c013af1878: Verifying Checksum [2021-04-01T16:15:32.590Z] 18c013af1878: Download complete [2021-04-01T16:15:32.590Z] a4357932f1b6: Verifying Checksum [2021-04-01T16:15:32.590Z] a4357932f1b6: Download complete [2021-04-01T16:15:32.590Z] 63d7cb157983: Verifying Checksum [2021-04-01T16:15:32.590Z] 63d7cb157983: Download complete [2021-04-01T16:15:32.590Z] 5f621e34cdf4: Download complete [2021-04-01T16:15:32.590Z] b116817d02f9: Verifying Checksum [2021-04-01T16:15:32.590Z] b116817d02f9: Download complete [2021-04-01T16:15:33.189Z] 5f621e34cdf4: Pull complete [2021-04-01T16:15:33.788Z] a4357932f1b6: Pull complete [2021-04-01T16:15:34.061Z] 18c013af1878: Pull complete [2021-04-01T16:15:35.521Z] 745a02a5169b: Verifying Checksum [2021-04-01T16:15:35.521Z] 745a02a5169b: Download complete [2021-04-01T16:15:36.119Z] 00ac8860ef70: Verifying Checksum [2021-04-01T16:15:36.119Z] 00ac8860ef70: Download complete [2021-04-01T16:15:46.287Z] 00ac8860ef70: Pull complete [2021-04-01T16:15:46.287Z] 63d7cb157983: Pull complete [2021-04-01T16:15:46.563Z] b116817d02f9: Pull complete [2021-04-01T16:15:50.910Z] 745a02a5169b: Pull complete [2021-04-01T16:15:50.910Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T16:15:50.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T16:15:50.911Z] ---> b7e6874047d6 [2021-04-01T16:15:50.911Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-01T16:15:51.246Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:15:51.247Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:15:51.247Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:15:51.247Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:15:51.247Z] ---> c7c06884016f [2021-04-01T16:15:51.247Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T16:15:51.247Z] ---> c7c06884016f [2021-04-01T16:15:51.247Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T16:15:51.247Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:15:51.247Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:15:51.247Z] ---> c7c06884016f [2021-04-01T16:15:51.247Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T16:15:51.247Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:15:51.247Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:15:51.247Z] ---> c7c06884016f [2021-04-01T16:15:51.247Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T16:15:51.247Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:15:51.247Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:15:51.247Z] ---> c7c06884016f [2021-04-01T16:15:51.247Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T16:15:51.247Z] ---> Running in 783916d420e5 [2021-04-01T16:15:51.247Z] ---> Running in 3a77ba48f3da [2021-04-01T16:15:51.247Z] ---> Running in 69327d65dd89 [2021-04-01T16:15:51.247Z] ---> Running in 1a6349bddf49 [2021-04-01T16:15:51.247Z] ---> Running in dca7c3a3e9d0 [2021-04-01T16:15:51.247Z] Removing intermediate container 1a6349bddf49 [2021-04-01T16:15:51.247Z] ---> 2d0510239b70 [2021-04-01T16:15:51.247Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:15:51.247Z] Removing intermediate container 783916d420e5 [2021-04-01T16:15:51.247Z] Removing intermediate container 3a77ba48f3da [2021-04-01T16:15:51.247Z] ---> 5bd19a708951 [2021-04-01T16:15:51.247Z] ---> f932c01ba1fc [2021-04-01T16:15:51.247Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:15:51.247Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:15:51.247Z] Removing intermediate container 69327d65dd89 [2021-04-01T16:15:51.247Z] ---> 9b36c69eadca [2021-04-01T16:15:51.247Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:15:51.247Z] Removing intermediate container dca7c3a3e9d0 [2021-04-01T16:15:51.247Z] ---> cd6e5c9d5370 [2021-04-01T16:15:51.247Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:15:51.247Z] ---> Running in ded430d29f86 [2021-04-01T16:15:51.247Z] ---> Running in 0df4e726341e [2021-04-01T16:15:51.247Z] ---> Running in 80470abe0ba8 [2021-04-01T16:15:51.247Z] ---> Running in 90084f5ec8ee [2021-04-01T16:15:51.247Z] ---> Running in 904f7097dd68 [2021-04-01T16:15:53.257Z] Removing intermediate container 80470abe0ba8 [2021-04-01T16:15:53.257Z] ---> a69ec3e88551 [2021-04-01T16:15:53.257Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T16:15:53.257Z] ---> Running in 67a266a86207 [2021-04-01T16:15:53.257Z] Removing intermediate container 0df4e726341e [2021-04-01T16:15:53.257Z] ---> af2d46a248f4 [2021-04-01T16:15:53.257Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T16:15:53.562Z] ---> Running in 1b766788a1cc [2021-04-01T16:15:53.846Z] Removing intermediate container ded430d29f86 [2021-04-01T16:15:53.846Z] ---> f1612294e18c [2021-04-01T16:15:53.846Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T16:15:53.846Z] Removing intermediate container 904f7097dd68 [2021-04-01T16:15:53.846Z] ---> c33420115a51 [2021-04-01T16:15:53.846Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T16:15:53.846Z] ---> Running in 9c3b17f7ac6f [2021-04-01T16:15:54.133Z] Removing intermediate container 90084f5ec8ee [2021-04-01T16:15:54.133Z] ---> c06baae15836 [2021-04-01T16:15:54.133Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T16:15:54.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:15:54.133Z] ---> Running in 5cb7fc3e9b25 [2021-04-01T16:15:54.133Z] ---> Running in ac184a3e1934 [2021-04-01T16:15:54.316Z] ---> Running in 8f0527f97375 [2021-04-01T16:15:54.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:15:54.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:15:54.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:15:55.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:15:55.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:15:55.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:15:55.280Z] OK: 233 MiB in 51 packages [2021-04-01T16:15:55.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:15:55.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:15:55.543Z] OK: 233 MiB in 51 packages [2021-04-01T16:15:55.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:15:55.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:15:55.810Z] Removing intermediate container 67a266a86207 [2021-04-01T16:15:55.810Z] ---> 2045dd7ad900 [2021-04-01T16:15:55.810Z] Step 6/22 : COPY go.mod . [2021-04-01T16:15:55.810Z] OK: 233 MiB in 51 packages [2021-04-01T16:15:55.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:15:56.089Z] OK: 233 MiB in 51 packages [2021-04-01T16:15:56.089Z] OK: 233 MiB in 51 packages [2021-04-01T16:15:56.089Z] Removing intermediate container 1b766788a1cc [2021-04-01T16:15:56.089Z] ---> 659e31b93db0 [2021-04-01T16:15:56.089Z] Step 6/21 : COPY go.mod . [2021-04-01T16:15:56.089Z] ---> 9343398a9e73 [2021-04-01T16:15:56.089Z] Step 7/22 : RUN go mod download [2021-04-01T16:15:56.089Z] ---> Running in 1aabff6e2786 [2021-04-01T16:15:56.353Z] ---> 82376b6aada7 [2021-04-01T16:15:56.353Z] Step 7/21 : RUN go mod download [2021-04-01T16:15:56.617Z] Removing intermediate container 9c3b17f7ac6f [2021-04-01T16:15:56.617Z] ---> f9e338e49036 [2021-04-01T16:15:56.617Z] Step 6/23 : COPY go.mod . [2021-04-01T16:15:56.617Z] ---> Running in f11125445531 [2021-04-01T16:15:56.872Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T16:15:56.872Z] (2/12) Installing file (5.38-r0) [2021-04-01T16:15:56.872Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T16:15:57.145Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T16:15:57.198Z] ---> d03803e83413 [2021-04-01T16:15:57.198Z] Step 7/23 : RUN go mod download [2021-04-01T16:15:57.198Z] ---> Running in 7246011dd684 [2021-04-01T16:15:57.198Z] Removing intermediate container ac184a3e1934 [2021-04-01T16:15:57.198Z] ---> 76d7f61cd793 [2021-04-01T16:15:57.198Z] Step 6/31 : COPY go.mod . [2021-04-01T16:15:57.198Z] Removing intermediate container 5cb7fc3e9b25 [2021-04-01T16:15:57.198Z] ---> a69137e1f26a [2021-04-01T16:15:57.198Z] Step 6/22 : COPY go.mod . [2021-04-01T16:15:57.788Z] ---> aa3d291586e4 [2021-04-01T16:15:57.788Z] Step 7/31 : RUN go mod download [2021-04-01T16:15:57.788Z] ---> 81885f1fadb2 [2021-04-01T16:15:57.788Z] Step 7/22 : RUN go mod download [2021-04-01T16:15:57.788Z] ---> Running in 684a331da723 [2021-04-01T16:15:57.788Z] ---> Running in 46c4f1be3330 [2021-04-01T16:15:59.177Z] Removing intermediate container 1aabff6e2786 [2021-04-01T16:15:59.177Z] ---> 58df9e54651f [2021-04-01T16:15:59.177Z] Step 8/22 : COPY . . [2021-04-01T16:15:59.449Z] Removing intermediate container f11125445531 [2021-04-01T16:15:59.449Z] ---> f7fb17456f20 [2021-04-01T16:15:59.449Z] Step 8/21 : COPY . . [2021-04-01T16:16:02.782Z] Removing intermediate container 7246011dd684 [2021-04-01T16:16:02.782Z] ---> 98f846b62383 [2021-04-01T16:16:02.782Z] Step 8/23 : COPY . . [2021-04-01T16:16:07.010Z] Removing intermediate container 684a331da723 [2021-04-01T16:16:07.010Z] ---> c96159c62619 [2021-04-01T16:16:07.010Z] Step 8/31 : COPY . . [2021-04-01T16:16:08.413Z] Removing intermediate container 46c4f1be3330 [2021-04-01T16:16:08.413Z] ---> 703aa98eabb7 [2021-04-01T16:16:08.413Z] Step 8/22 : COPY . . [2021-04-01T16:16:09.518Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T16:16:09.518Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T16:16:09.518Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T16:16:09.518Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T16:16:09.518Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T16:16:09.518Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T16:16:09.518Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T16:16:09.518Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T16:16:09.518Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T16:16:09.518Z] OK: 217 MiB in 51 packages [2021-04-01T16:16:12.909Z] Removing intermediate container 8f0527f97375 [2021-04-01T16:16:12.909Z] ---> 438698637051 [2021-04-01T16:16:12.909Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T16:16:12.909Z] ---> Running in d646a1756419 [2021-04-01T16:16:13.183Z] Removing intermediate container d646a1756419 [2021-04-01T16:16:13.183Z] ---> b768702cf6e5 [2021-04-01T16:16:13.183Z] Step 5/6 : COPY go.mod . [2021-04-01T16:16:13.780Z] ---> ae1af11d6576 [2021-04-01T16:16:13.780Z] Step 6/6 : RUN go mod download [2021-04-01T16:16:14.054Z] ---> Running in ecceccda2cd6 [2021-04-01T16:16:40.636Z] ---> bf9f2f308f90 [2021-04-01T16:16:40.636Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T16:16:40.636Z] ---> 0355ec34c03c [2021-04-01T16:16:40.636Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T16:16:40.863Z] Removing intermediate container ecceccda2cd6 [2021-04-01T16:16:40.863Z] ---> 8a83b23727f0 [2021-04-01T16:16:40.863Z] Successfully built 8a83b23727f0 [2021-04-01T16:16:40.863Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:16:41.218Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T16:16:41.218Z] . [Pipeline] withDockerContainer [2021-04-01T16:16:41.501Z] prd-ubuntu18.04-docker-arm64-4c-16g-32478 does not seem to be running inside a container [2021-04-01T16:16:41.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T16:16:41.598Z] ---> bb2b194ae449 [2021-04-01T16:16:41.598Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T16:16:42.987Z] ---> Running in da9de2457206 [2021-04-01T16:16:42.987Z] ---> Running in db6f5285c9e3 [2021-04-01T16:16:42.987Z] ---> 57f4e0c212da [2021-04-01T16:16:42.987Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T16:16:43.144Z] $ docker top cf8f543acce405e86545ff4572881f79a97db8b44b6cbdc708deeb9df211ecb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T16:16:43.559Z] ---> Running in 0f44896f516c [2021-04-01T16:16:43.823Z] ---> Running in 2b07e2b1b1ca [2021-04-01T16:16:43.823Z] ---> 0348cfae1483 [2021-04-01T16:16:43.823Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T16:16:44.085Z] ---> Running in d207c585d864 [2021-04-01T16:16:44.202Z] + go version [2021-04-01T16:16:44.203Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T16:16:44.225Z] $ docker stop --time=1 cf8f543acce405e86545ff4572881f79a97db8b44b6cbdc708deeb9df211ecb4 [2021-04-01T16:16:44.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T16:16:44.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T16:16:44.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T16:16:44.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T16:16:44.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T16:16:46.201Z] $ docker rm -f cf8f543acce405e86545ff4572881f79a97db8b44b6cbdc708deeb9df211ecb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:16:47.270Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T16:16:47.271Z] . [Pipeline] withDockerContainer [2021-04-01T16:16:47.537Z] prd-ubuntu18.04-docker-arm64-4c-16g-32478 does not seem to be running inside a container [2021-04-01T16:16:47.617Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T16:16:49.144Z] $ docker top f7b8f6e99e73bffde621b57c793913f92ad9e850deab24557bd40f50dc432989 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T16:16:49.534Z] ========================================================= [2021-04-01T16:16:49.534Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T16:16:49.534Z] ========================================================= [Pipeline] sh [2021-04-01T16:16:50.180Z] + make test [2021-04-01T16:16:50.181Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T16:17:12.356Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T16:17:17.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T16:17:22.540Z] Removing intermediate container 2b07e2b1b1ca [2021-04-01T16:17:22.540Z] ---> eb8ab1c1a1dc [2021-04-01T16:17:22.540Z] [2021-04-01T16:17:22.540Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T16:17:22.540Z] 3.12: Pulling from library/alpine [2021-04-01T16:17:22.820Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T16:17:22.820Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T16:17:22.820Z] ---> 7230e588e954 [2021-04-01T16:17:22.820Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T16:17:26.146Z] ---> Running in d0dd1b7155a7 [2021-04-01T16:17:26.740Z] Removing intermediate container d207c585d864 [2021-04-01T16:17:26.740Z] ---> ae010db9f03c [2021-04-01T16:17:26.740Z] [2021-04-01T16:17:26.740Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T16:17:26.740Z] ---> 7230e588e954 [2021-04-01T16:17:26.740Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T16:17:26.740Z] Removing intermediate container da9de2457206 [2021-04-01T16:17:26.740Z] ---> 949c082b8467 [2021-04-01T16:17:26.740Z] [2021-04-01T16:17:26.740Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T16:17:26.740Z] ---> 7230e588e954 [2021-04-01T16:17:26.740Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T16:17:26.740Z] Removing intermediate container db6f5285c9e3 [2021-04-01T16:17:26.740Z] ---> 6c33f1a8032b [2021-04-01T16:17:26.740Z] [2021-04-01T16:17:26.740Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T16:17:26.740Z] ---> 7230e588e954 [2021-04-01T16:17:26.740Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T16:17:28.659Z] ---> Running in ce988dadefad [2021-04-01T16:17:28.659Z] Removing intermediate container d0dd1b7155a7 [2021-04-01T16:17:28.659Z] ---> 62f4e0b62a42 [2021-04-01T16:17:28.659Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T16:17:30.576Z] ---> Running in 1624579b9696 [2021-04-01T16:17:30.576Z] ---> Running in 1bda7b8cb16e [2021-04-01T16:17:30.576Z] ---> Running in bdb282bd4d71 [2021-04-01T16:17:30.576Z] Removing intermediate container 0f44896f516c [2021-04-01T16:17:30.576Z] ---> 013ef93f090b [2021-04-01T16:17:30.576Z] [2021-04-01T16:17:30.576Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T16:17:30.576Z] ---> 7230e588e954 [2021-04-01T16:17:30.576Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T16:17:30.843Z] ---> Running in c382f1dee97c [2021-04-01T16:17:30.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:17:31.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:17:31.106Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T16:17:31.106Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:17:31.106Z] OK: 6 MiB in 15 packages [2021-04-01T16:17:31.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:17:31.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:17:31.646Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T16:17:31.646Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T16:17:31.646Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T16:17:31.646Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T16:17:31.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:17:31.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:17:31.646Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:17:31.646Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T16:17:31.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:17:31.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:17:31.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:17:31.911Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:17:31.911Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T16:17:31.911Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T16:17:31.911Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:17:31.911Z] OK: 6 MiB in 16 packages [2021-04-01T16:17:31.911Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T16:17:31.911Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T16:17:31.911Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:17:31.911Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T16:17:31.911Z] OK: 6 MiB in 16 packages [2021-04-01T16:17:31.911Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T16:17:31.911Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:17:31.911Z] OK: 6 MiB in 15 packages [2021-04-01T16:17:32.173Z] OK: 7 MiB in 18 packages [2021-04-01T16:17:33.119Z] Removing intermediate container ce988dadefad [2021-04-01T16:17:33.119Z] ---> ffe0585ba955 [2021-04-01T16:17:33.119Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T16:17:33.119Z] ---> Running in 81250e4dd7f2 [2021-04-01T16:17:34.063Z] Removing intermediate container bdb282bd4d71 [2021-04-01T16:17:34.063Z] ---> 3ad5a9595119 [2021-04-01T16:17:34.063Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T16:17:34.063Z] Removing intermediate container 1bda7b8cb16e [2021-04-01T16:17:34.063Z] ---> 3d739ae2c0e0 [2021-04-01T16:17:34.063Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T16:17:34.324Z] Removing intermediate container 81250e4dd7f2 [2021-04-01T16:17:34.324Z] ---> c80b9f9a3606 [2021-04-01T16:17:34.324Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T16:17:34.324Z] ---> Running in eb1965dcf9e0 [2021-04-01T16:17:34.584Z] ---> Running in 44baf2027b46 [2021-04-01T16:17:34.584Z] Removing intermediate container c382f1dee97c [2021-04-01T16:17:34.584Z] ---> 417c3f5a8e6c [2021-04-01T16:17:34.584Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T16:17:34.584Z] ---> Running in 428741f47d94 [2021-04-01T16:17:34.584Z] Removing intermediate container 1624579b9696 [2021-04-01T16:17:34.584Z] ---> 4a23e2e266a3 [2021-04-01T16:17:34.584Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T16:17:34.584Z] ---> Running in bbe3131e7f63 [2021-04-01T16:17:34.845Z] ---> Running in d5f69c564914 [2021-04-01T16:17:34.845Z] Removing intermediate container eb1965dcf9e0 [2021-04-01T16:17:34.845Z] ---> 5dfc6f2a72a1 [2021-04-01T16:17:34.845Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T16:17:34.845Z] Removing intermediate container 44baf2027b46 [2021-04-01T16:17:34.845Z] ---> dd6628b8d633 [2021-04-01T16:17:34.845Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T16:17:34.845Z] Removing intermediate container 428741f47d94 [2021-04-01T16:17:34.845Z] ---> 8fd014200b3b [2021-04-01T16:17:34.845Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T16:17:35.122Z] Removing intermediate container bbe3131e7f63 [2021-04-01T16:17:35.122Z] ---> f10039faaf91 [2021-04-01T16:17:35.122Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T16:17:35.122Z] ---> Running in e0aff6eb453d [2021-04-01T16:17:35.122Z] ---> Running in 2ffac71ab974 [2021-04-01T16:17:35.122Z] ---> Running in 371763cc22a3 [2021-04-01T16:17:35.122Z] ---> Running in 9ef6c1fa2278 [2021-04-01T16:17:35.122Z] Removing intermediate container d5f69c564914 [2021-04-01T16:17:35.122Z] ---> 5a66c1fe8f46 [2021-04-01T16:17:35.122Z] Step 13/21 : WORKDIR /edgex [2021-04-01T16:17:35.387Z] ---> Running in 12881c8e5223 [2021-04-01T16:17:35.387Z] Removing intermediate container 2ffac71ab974 [2021-04-01T16:17:35.387Z] ---> 7f4c7e37c3ca [2021-04-01T16:17:35.387Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T16:17:35.648Z] Removing intermediate container 371763cc22a3 [2021-04-01T16:17:35.648Z] ---> 2e6533918725 [2021-04-01T16:17:35.648Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:17:35.648Z] Removing intermediate container e0aff6eb453d [2021-04-01T16:17:35.648Z] ---> 259830228607 [2021-04-01T16:17:35.648Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T16:17:35.648Z] Removing intermediate container 9ef6c1fa2278 [2021-04-01T16:17:35.648Z] ---> 09edae365f4c [2021-04-01T16:17:35.648Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T16:17:35.912Z] ---> Running in 1442eb6689c6 [2021-04-01T16:17:35.912Z] ---> Running in 0e1aedfb6a26 [2021-04-01T16:17:35.912Z] ---> Running in 5996936a3680 [2021-04-01T16:17:35.912Z] Removing intermediate container 12881c8e5223 [2021-04-01T16:17:35.912Z] ---> bb7b5f373502 [2021-04-01T16:17:35.912Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T16:17:36.182Z] ---> d9088687a783 [2021-04-01T16:17:36.182Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T16:17:36.182Z] Removing intermediate container 0e1aedfb6a26 [2021-04-01T16:17:36.182Z] ---> ac44bc97bd54 [2021-04-01T16:17:36.182Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:17:36.447Z] ---> fdd62b4bf677 [2021-04-01T16:17:36.447Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T16:17:36.447Z] Removing intermediate container 5996936a3680 [2021-04-01T16:17:36.447Z] ---> fcb424944bc5 [2021-04-01T16:17:36.447Z] Step 15/23 : WORKDIR / [2021-04-01T16:17:36.709Z] ---> Running in 4a6d4b51039b [2021-04-01T16:17:36.709Z] ---> 4df966968014 [2021-04-01T16:17:36.709Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T16:17:37.653Z] ---> 0ed97dedb37d [2021-04-01T16:17:37.653Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T16:17:37.653Z] ---> cfaead6d5849 [2021-04-01T16:17:37.653Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T16:17:37.653Z] Removing intermediate container 4a6d4b51039b [2021-04-01T16:17:37.653Z] ---> 032c4d1454d6 [2021-04-01T16:17:37.653Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:17:37.653Z] ---> 91add0e723ae [2021-04-01T16:17:37.653Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T16:17:37.914Z] ---> Running in 079131cd970c [2021-04-01T16:17:37.914Z] Removing intermediate container 1442eb6689c6 [2021-04-01T16:17:37.914Z] ---> bf0fae0b52c2 [2021-04-01T16:17:37.914Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T16:17:38.178Z] ---> 8f3a4897fcfa [2021-04-01T16:17:38.178Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T16:17:38.178Z] ---> d00779bc029f [2021-04-01T16:17:38.178Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T16:17:38.178Z] ---> Running in 0cc0df35dbf5 [2021-04-01T16:17:38.178Z] Removing intermediate container 079131cd970c [2021-04-01T16:17:38.178Z] ---> de145800e0b5 [2021-04-01T16:17:38.178Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:17:38.440Z] ---> 062779c56459 [2021-04-01T16:17:38.440Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T16:17:38.440Z] ---> Running in 652747efa697 [2021-04-01T16:17:38.700Z] ---> Running in a28729dfd303 [2021-04-01T16:17:38.700Z] ---> 7e2fd2f76d73 [2021-04-01T16:17:38.700Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T16:17:38.700Z] Removing intermediate container 0cc0df35dbf5 [2021-04-01T16:17:38.700Z] ---> 502889ef9c5b [2021-04-01T16:17:38.700Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T16:17:38.972Z] ---> a007bd9401b3 [2021-04-01T16:17:38.972Z] ---> Running in 57b638b269a9 [2021-04-01T16:17:38.973Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T16:17:39.236Z] Removing intermediate container 652747efa697 [2021-04-01T16:17:39.236Z] ---> 65e012e2e11a [2021-04-01T16:17:39.236Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T16:17:39.236Z] Removing intermediate container a28729dfd303 [2021-04-01T16:17:39.236Z] ---> a48711227251 [2021-04-01T16:17:39.236Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T16:17:39.497Z] ---> Running in 8bb236883e33 [2021-04-01T16:17:39.497Z] Removing intermediate container 57b638b269a9 [2021-04-01T16:17:39.497Z] ---> 5cacdb6533ef [2021-04-01T16:17:39.497Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:17:39.497Z] ---> 8efaf72668d5 [2021-04-01T16:17:39.497Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T16:17:39.497Z] ---> 248f6d38a62a [2021-04-01T16:17:39.497Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T16:17:39.766Z] ---> Running in b22de3ae009b [2021-04-01T16:17:39.766Z] ---> Running in a3295228700e [2021-04-01T16:17:39.766Z] ---> Running in 9ccf3fcd6f48 [2021-04-01T16:17:39.766Z] ---> Running in 5baecfb85744 [2021-04-01T16:17:40.027Z] Removing intermediate container 8bb236883e33 [2021-04-01T16:17:40.027Z] ---> 1c1679bcdc6a [2021-04-01T16:17:40.027Z] Step 21/22 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:17:40.293Z] ---> Running in 29d317981e42 [2021-04-01T16:17:40.293Z] Removing intermediate container b22de3ae009b [2021-04-01T16:17:40.293Z] ---> 1783a8513ba2 [2021-04-01T16:17:40.293Z] Step 19/21 : LABEL arch=x86_64 [2021-04-01T16:17:40.293Z] Removing intermediate container a3295228700e [2021-04-01T16:17:40.293Z] ---> 7f5daa267f41 [2021-04-01T16:17:40.293Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T16:17:40.293Z] Removing intermediate container 9ccf3fcd6f48 [2021-04-01T16:17:40.293Z] ---> ceb36c75b191 [2021-04-01T16:17:40.293Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:17:40.293Z] ---> Running in 8a2e0d8bc4d8 [2021-04-01T16:17:40.293Z] ---> Running in 9177a75e7463 [2021-04-01T16:17:40.558Z] ---> Running in 8bbc613b0dfd [2021-04-01T16:17:40.558Z] Removing intermediate container 29d317981e42 [2021-04-01T16:17:40.558Z] ---> d7a557592b39 [2021-04-01T16:17:40.558Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T16:17:40.819Z] ---> Running in b91f1574594a [2021-04-01T16:17:40.819Z] Removing intermediate container 9177a75e7463 [2021-04-01T16:17:40.819Z] ---> 9fb85461fbd9 [2021-04-01T16:17:40.819Z] Step 20/21 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:17:40.819Z] Removing intermediate container 8a2e0d8bc4d8 [2021-04-01T16:17:40.819Z] ---> f9ae1bec45a9 [2021-04-01T16:17:40.819Z] Step 21/22 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:17:40.819Z] Removing intermediate container 8bbc613b0dfd [2021-04-01T16:17:40.819Z] ---> 7b789d7375ff [2021-04-01T16:17:40.819Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T16:17:41.080Z] ---> Running in 7abcad2d078c [2021-04-01T16:17:41.080Z] ---> Running in 006090a30904 [2021-04-01T16:17:41.080Z] ---> Running in b31a68af66cd [2021-04-01T16:17:41.346Z] Removing intermediate container b91f1574594a [2021-04-01T16:17:41.346Z] ---> 6acd7758d05d [2021-04-01T16:17:41.346Z] [2021-04-01T16:17:41.607Z] Removing intermediate container 7abcad2d078c [2021-04-01T16:17:41.607Z] ---> 62f9f6b701f2 [2021-04-01T16:17:41.607Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T16:17:41.607Z] Removing intermediate container 006090a30904 [2021-04-01T16:17:41.607Z] ---> 37c971868721 [2021-04-01T16:17:41.607Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T16:17:41.607Z] Successfully built 6acd7758d05d [2021-04-01T16:17:41.607Z] Removing intermediate container b31a68af66cd [2021-04-01T16:17:41.607Z] ---> 2c822f2ab420 [2021-04-01T16:17:41.607Z] Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:17:41.607Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-01T16:17:41.607Z] Removing intermediate container 5baecfb85744 [2021-04-01T16:17:41.607Z] ---> 8dffdf027a5e [2021-04-01T16:17:41.607Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:17:41.607Z] Building docker-sys-mgmt-agent-go [2021-04-01T16:17:41.869Z]  Building docker-support-scheduler-go ... done  ---> Running in 2514094da21d [2021-04-01T16:17:41.869Z] ---> Running in 0327e0fec5da [2021-04-01T16:17:41.869Z] ---> Running in 0d1f5794a2db [2021-04-01T16:17:42.135Z] Removing intermediate container 2514094da21d [2021-04-01T16:17:42.135Z] ---> f7517a588dad [2021-04-01T16:17:42.135Z] [2021-04-01T16:17:42.135Z] Removing intermediate container 0327e0fec5da [2021-04-01T16:17:42.135Z] ---> e62051e918d9 [2021-04-01T16:17:42.135Z] [2021-04-01T16:17:42.135Z] ---> 8fcb3bc473b1 [2021-04-01T16:17:42.135Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T16:17:42.135Z] Removing intermediate container 0d1f5794a2db [2021-04-01T16:17:42.135Z] ---> 3025a41d1609 [2021-04-01T16:17:42.135Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T16:17:42.135Z] Successfully built f7517a588dad [2021-04-01T16:17:42.410Z] Successfully built e62051e918d9 [2021-04-01T16:17:42.410Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-01T16:17:42.410Z] Successfully tagged docker-support-notifications-go:latest [2021-04-01T16:17:42.410Z] Building docker-core-data-go [2021-04-01T16:17:42.410Z] Building docker-core-command-go [2021-04-01T16:17:42.410Z]  Building docker-security-proxy-setup-go ... done  Building docker-support-notifications-go ... done  ---> Running in d1e890dadf47 [2021-04-01T16:17:42.677Z] ---> b524b57dca22 [2021-04-01T16:17:42.677Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T16:17:42.942Z] Removing intermediate container d1e890dadf47 [2021-04-01T16:17:42.942Z] ---> d2e55140535d [2021-04-01T16:17:42.942Z] [2021-04-01T16:17:42.942Z] Successfully built d2e55140535d [2021-04-01T16:17:42.942Z] Successfully tagged docker-core-metadata-go:latest [2021-04-01T16:17:42.942Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-04-01T16:17:43.204Z] ---> ea1016df08e3 [2021-04-01T16:17:43.204Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T16:17:43.787Z] ---> 49340078f790 [2021-04-01T16:17:43.787Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T16:17:48.002Z] ---> c39c8d9c16a5 [2021-04-01T16:17:48.002Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T16:17:48.264Z] ---> Running in 95c40543e0e2 [2021-04-01T16:17:52.492Z] Removing intermediate container 95c40543e0e2 [2021-04-01T16:17:52.492Z] ---> 29da14692224 [2021-04-01T16:17:52.492Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T16:17:55.803Z] ---> 2846bb99fd71 [2021-04-01T16:17:55.803Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T16:17:56.063Z] ---> Running in 92a20b32e006 [2021-04-01T16:17:58.017Z] Removing intermediate container 92a20b32e006 [2021-04-01T16:17:58.017Z] ---> dbbf45d73885 [2021-04-01T16:17:58.017Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T16:17:59.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T16:18:06.327Z] ---> Running in 0f031f8461a3 [2021-04-01T16:18:07.702Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T16:18:08.906Z] Removing intermediate container 0f031f8461a3 [2021-04-01T16:18:08.906Z] ---> 963ddf2490fc [2021-04-01T16:18:08.906Z] Step 28/31 : CMD ["gate"] [2021-04-01T16:18:09.918Z] ---> Running in 76e1a35ad83a [2021-04-01T16:18:10.876Z] Removing intermediate container 76e1a35ad83a [2021-04-01T16:18:10.876Z] ---> 054dfe4f4d88 [2021-04-01T16:18:10.876Z] Step 29/31 : LABEL arch=x86_64 [2021-04-01T16:18:11.458Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:18:11.458Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:18:11.458Z] ---> c7c06884016f [2021-04-01T16:18:11.458Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> cd6e5c9d5370 [2021-04-01T16:18:11.458Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> c33420115a51 [2021-04-01T16:18:11.458Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> a69137e1f26a [2021-04-01T16:18:11.458Z] Step 6/24 : COPY go.mod . [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> 81885f1fadb2 [2021-04-01T16:18:11.458Z] Step 7/24 : RUN go mod download [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> 703aa98eabb7 [2021-04-01T16:18:11.458Z] Step 8/24 : COPY . . [2021-04-01T16:18:11.458Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:18:11.458Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:18:11.458Z] ---> c7c06884016f [2021-04-01T16:18:11.458Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> cd6e5c9d5370 [2021-04-01T16:18:11.458Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> c33420115a51 [2021-04-01T16:18:11.458Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T16:18:11.458Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:18:11.458Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:18:11.458Z] ---> c7c06884016f [2021-04-01T16:18:11.458Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> cd6e5c9d5370 [2021-04-01T16:18:11.458Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> c33420115a51 [2021-04-01T16:18:11.458Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> a69137e1f26a [2021-04-01T16:18:11.458Z] Step 6/23 : COPY go.mod . [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> 81885f1fadb2 [2021-04-01T16:18:11.458Z] Step 7/23 : RUN go mod download [2021-04-01T16:18:11.458Z] ---> Using cache [2021-04-01T16:18:11.458Z] ---> 703aa98eabb7 [2021-04-01T16:18:11.458Z] Step 8/23 : COPY . . [2021-04-01T16:18:11.720Z] ---> Using cache [2021-04-01T16:18:11.720Z] ---> 0348cfae1483 [2021-04-01T16:18:11.720Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T16:18:11.720Z] ---> Using cache [2021-04-01T16:18:11.720Z] ---> 0348cfae1483 [2021-04-01T16:18:11.720Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T16:18:11.720Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:18:11.720Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:18:11.720Z] ---> c7c06884016f [2021-04-01T16:18:11.720Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T16:18:11.720Z] ---> Using cache [2021-04-01T16:18:11.720Z] ---> cd6e5c9d5370 [2021-04-01T16:18:11.720Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:18:11.720Z] ---> Using cache [2021-04-01T16:18:11.720Z] ---> c33420115a51 [2021-04-01T16:18:11.720Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T16:18:13.107Z] ---> Running in 314a5ed9fdab [2021-04-01T16:18:13.107Z] ---> Running in 2bcff5f5e3a8 [2021-04-01T16:18:13.107Z] ---> Running in acab981158d2 [2021-04-01T16:18:13.107Z] ---> Running in edaaf397fceb [2021-04-01T16:18:13.107Z] ---> Running in 74fe0ac5c279 [2021-04-01T16:18:13.376Z] Removing intermediate container 314a5ed9fdab [2021-04-01T16:18:13.376Z] ---> dbb1b55fdd1e [2021-04-01T16:18:13.376Z] Step 30/31 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:18:13.640Z] ---> Running in 785cb9057b7a [2021-04-01T16:18:13.911Z] Removing intermediate container 785cb9057b7a [2021-04-01T16:18:13.911Z] ---> 0816ece8e734 [2021-04-01T16:18:13.911Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T16:18:14.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:18:14.184Z] ---> Running in 5b44966a3670 [2021-04-01T16:18:14.421Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T16:18:14.421Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T16:18:14.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T16:18:14.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:18:14.448Z] Removing intermediate container 5b44966a3670 [2021-04-01T16:18:14.448Z] ---> 1314256309f4 [2021-04-01T16:18:14.448Z] [2021-04-01T16:18:14.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T16:18:14.714Z] Successfully built 1314256309f4 [2021-04-01T16:18:14.714Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-01T16:18:14.984Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:18:15.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:18:15.863Z] OK: 233 MiB in 51 packages [2021-04-01T16:18:16.138Z] OK: 233 MiB in 51 packages [2021-04-01T16:18:17.576Z] Removing intermediate container 2bcff5f5e3a8 [2021-04-01T16:18:17.576Z] ---> 6a0831f4efcd [2021-04-01T16:18:17.576Z] Step 6/23 : COPY go.mod . [2021-04-01T16:18:17.576Z] Removing intermediate container acab981158d2 [2021-04-01T16:18:17.576Z] ---> 676c8aba2c20 [2021-04-01T16:18:17.576Z] Step 6/26 : COPY go.mod . [2021-04-01T16:18:17.576Z] ---> fdd46a975b41 [2021-04-01T16:18:17.576Z] Step 7/23 : RUN go mod download [2021-04-01T16:18:17.823Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T16:18:17.824Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T16:18:17.824Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T16:18:17.824Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T16:18:17.846Z] ---> Running in a2e8d74ae8fd [2021-04-01T16:18:17.847Z] ---> 09a05541020f [2021-04-01T16:18:17.847Z] Step 7/26 : RUN go mod download [2021-04-01T16:18:18.150Z] ---> Running in 278e67c7d3dc [2021-04-01T16:18:21.232Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T16:18:21.532Z] Removing intermediate container 278e67c7d3dc [2021-04-01T16:18:21.532Z] ---> a6221d8a9063 [2021-04-01T16:18:21.532Z] Step 8/26 : COPY . . [2021-04-01T16:18:21.532Z] Removing intermediate container a2e8d74ae8fd [2021-04-01T16:18:21.532Z] ---> 1ae2370809ab [2021-04-01T16:18:21.532Z] Step 8/23 : COPY . . [2021-04-01T16:18:21.840Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T16:18:30.156Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T16:18:30.156Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T16:18:30.156Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T16:18:35.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.9% of statements [2021-04-01T16:18:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T16:18:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T16:18:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T16:18:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T16:18:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T16:18:35.573Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T16:18:35.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.142s coverage: 19.8% of statements [2021-04-01T16:18:35.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.300s coverage: 100.0% of statements [2021-04-01T16:18:43.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.550s coverage: 27.1% of statements [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T16:18:43.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.178s coverage: 100.0% of statements [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T16:18:43.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.197s coverage: 100.0% of statements [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T16:18:43.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 71.3% of statements [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T16:18:43.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T16:18:45.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T16:18:46.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.9% of statements [2021-04-01T16:18:46.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T16:18:46.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T16:18:46.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements [2021-04-01T16:18:46.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T16:18:53.494Z] ---> 0c209a2152f8 [2021-04-01T16:18:53.495Z] ---> a8f9056b4fbc [2021-04-01T16:18:53.495Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/23 : RUN make cmd/core-data/core-data [2021-04-01T16:18:53.495Z] [2021-04-01T16:18:53.495Z] Removing intermediate container edaaf397fceb [2021-04-01T16:18:53.495Z] ---> 9697313d24c9 [2021-04-01T16:18:53.495Z] [2021-04-01T16:18:53.495Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T16:18:53.495Z] Removing intermediate container 74fe0ac5c279 [2021-04-01T16:18:53.495Z] ---> 73322e79fb6f [2021-04-01T16:18:53.495Z] [2021-04-01T16:18:53.495Z] Step 10/24 : FROM alpine:3.12 ---> 7230e588e954 [2021-04-01T16:18:53.495Z] [2021-04-01T16:18:53.495Z] Step 11/23 : RUN apk add --update --no-cache dumb-init ---> 7230e588e954 [2021-04-01T16:18:53.495Z] [2021-04-01T16:18:53.495Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T16:18:53.495Z] ---> Using cache [2021-04-01T16:18:53.495Z] ---> 417c3f5a8e6c [2021-04-01T16:18:53.495Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T16:18:53.495Z] ---> Running in a63dd88d1082 [2021-04-01T16:18:53.495Z] ---> Running in ca25c5cb7d38 [2021-04-01T16:18:53.495Z] ---> Using cache [2021-04-01T16:18:53.495Z] ---> f10039faaf91 [2021-04-01T16:18:53.495Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T16:18:53.495Z] ---> Running in d32b1854a696 [2021-04-01T16:18:53.495Z] ---> Running in caeff6d45f2b [2021-04-01T16:18:53.757Z] Removing intermediate container d32b1854a696 [2021-04-01T16:18:53.757Z] ---> 49cfe14184cf [2021-04-01T16:18:53.757Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T16:18:54.025Z] ---> Running in 5d65a07a97c1 [2021-04-01T16:18:54.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T16:18:54.290Z] Removing intermediate container 5d65a07a97c1 [2021-04-01T16:18:54.290Z] ---> 076384dbb0b1 [2021-04-01T16:18:54.290Z] Step 15/23 : WORKDIR / [2021-04-01T16:18:54.290Z] ---> Running in cdb98f386232 [2021-04-01T16:18:54.290Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T16:18:54.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:18:54.563Z] Removing intermediate container cdb98f386232 [2021-04-01T16:18:54.563Z] ---> 582654011bbb [2021-04-01T16:18:54.563Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:18:54.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:18:54.829Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T16:18:54.830Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T16:18:54.830Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T16:18:54.830Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T16:18:54.830Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T16:18:54.830Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T16:18:54.830Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:18:55.423Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T16:18:55.423Z] OK: 7 MiB in 20 packages [2021-04-01T16:18:55.692Z] ---> e5062400af46 [2021-04-01T16:18:55.692Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T16:18:56.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.125s coverage: 28.6% of statements [2021-04-01T16:18:56.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T16:18:56.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T16:18:56.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T16:18:56.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T16:18:56.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T16:18:56.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.312s coverage: 100.0% of statements [2021-04-01T16:18:56.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T16:18:56.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.141s coverage: 100.0% of statements [2021-04-01T16:18:56.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T16:18:56.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.390s coverage: 86.7% of statements [2021-04-01T16:18:56.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T16:18:56.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.478s coverage: 97.5% of statements [2021-04-01T16:18:56.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T16:18:56.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.230s coverage: 78.3% of statements [2021-04-01T16:18:56.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T16:18:56.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T16:18:56.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T16:18:56.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T16:18:57.698Z] ---> ecb486132ca5 [2021-04-01T16:18:57.698Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T16:18:57.960Z] Removing intermediate container caeff6d45f2b [2021-04-01T16:18:57.960Z] ---> 45cafcd04590 [2021-04-01T16:18:57.960Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T16:18:58.224Z] ---> Running in 950a1bb764c1 [2021-04-01T16:18:58.224Z] ---> 7068fecaec0a [2021-04-01T16:18:58.224Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T16:18:58.486Z] ---> Running in e2d00e4fd11c [2021-04-01T16:18:58.749Z] Removing intermediate container 950a1bb764c1 [2021-04-01T16:18:58.749Z] ---> 8238cdd66397 [2021-04-01T16:18:58.749Z] Step 13/24 : WORKDIR / [2021-04-01T16:18:59.012Z] Removing intermediate container e2d00e4fd11c [2021-04-01T16:18:59.012Z] ---> 1a8ccd05c20a [2021-04-01T16:18:59.012Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:18:59.012Z] ---> Running in a82b0de529ab [2021-04-01T16:18:59.012Z] ---> Running in 01887dfec867 [2021-04-01T16:18:59.277Z] Removing intermediate container a82b0de529ab [2021-04-01T16:18:59.277Z] ---> 78f8b7154ed4 [2021-04-01T16:18:59.277Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-01T16:18:59.543Z] Removing intermediate container 01887dfec867 [2021-04-01T16:18:59.543Z] ---> 6fd017397581 [2021-04-01T16:18:59.543Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T16:19:00.511Z] ---> Running in aae56d1f04bc [2021-04-01T16:19:00.781Z] ---> ed8446641284 [2021-04-01T16:19:00.781Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-01T16:19:01.051Z] Removing intermediate container aae56d1f04bc [2021-04-01T16:19:01.051Z] ---> 202d3ae6c8b2 [2021-04-01T16:19:01.051Z] Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:19:01.322Z] ---> Running in 3eb004d8d65c [2021-04-01T16:19:01.322Z] ---> efc805c62ac5 [2021-04-01T16:19:01.322Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T16:19:02.294Z] Removing intermediate container 3eb004d8d65c [2021-04-01T16:19:02.294Z] ---> dae8632d5612 [2021-04-01T16:19:02.294Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T16:19:02.294Z] ---> 678bbb705b24 [2021-04-01T16:19:02.294Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T16:19:02.567Z] ---> Running in bef4b476e18e [2021-04-01T16:19:03.555Z] Removing intermediate container bef4b476e18e [2021-04-01T16:19:03.555Z] ---> f89b2325634c [2021-04-01T16:19:03.555Z] [2021-04-01T16:19:04.150Z] Successfully built f89b2325634c [2021-04-01T16:19:04.150Z] Successfully tagged docker-core-command-go:latest [2021-04-01T16:19:04.419Z]  Building docker-core-command-go ... done  ---> 642c1f35eaa0 [2021-04-01T16:19:04.419Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T16:19:05.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.268s coverage: 92.8% of statements [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T16:19:05.072Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.110s coverage: 58.8% of statements [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T16:19:05.072Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 1.0% of statements [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T16:19:05.072Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T16:19:05.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.186s coverage: 47.1% of statements [2021-04-01T16:19:05.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.164s coverage: 79.5% of statements [2021-04-01T16:19:05.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.159s coverage: 94.1% of statements [2021-04-01T16:19:05.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.182s coverage: 96.3% of statements [2021-04-01T16:19:05.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.190s coverage: 87.5% of statements [2021-04-01T16:19:05.398Z] ---> 1d61bac2aa61 [2021-04-01T16:19:05.398Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T16:19:06.366Z] ---> df8573ecda26 [2021-04-01T16:19:06.366Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-01T16:19:06.366Z] ---> Running in 925aa0c78931 [2021-04-01T16:19:08.951Z] Removing intermediate container 925aa0c78931 [2021-04-01T16:19:08.951Z] ---> d3e328bf11ab [2021-04-01T16:19:08.951Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T16:19:08.951Z] ---> Running in 201413dadf91 [2021-04-01T16:19:09.216Z] Removing intermediate container 201413dadf91 [2021-04-01T16:19:09.216Z] ---> e38464eb5386 [2021-04-01T16:19:09.216Z] Step 22/24 : LABEL arch=x86_64 [2021-04-01T16:19:09.489Z] ---> Running in f57b4d580bc9 [2021-04-01T16:19:09.489Z] Removing intermediate container f57b4d580bc9 [2021-04-01T16:19:09.489Z] ---> ee507daf08bd [2021-04-01T16:19:09.489Z] Step 23/24 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:19:09.769Z] ---> Running in 3181a0c2717c [2021-04-01T16:19:10.041Z] Removing intermediate container 3181a0c2717c [2021-04-01T16:19:10.041Z] ---> a4bfd123840e [2021-04-01T16:19:10.041Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T16:19:10.041Z] ---> Running in 2ac052798e66 [2021-04-01T16:19:10.318Z] Removing intermediate container 2ac052798e66 [2021-04-01T16:19:10.318Z] ---> 3f41c6f60daa [2021-04-01T16:19:10.318Z] [2021-04-01T16:19:10.587Z] Successfully built 3f41c6f60daa [2021-04-01T16:19:10.587Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-01T16:19:13.147Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ca25c5cb7d38 [2021-04-01T16:19:13.147Z] ---> 8a5ab17604f5 [2021-04-01T16:19:13.147Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T16:19:13.147Z] ---> Running in 4c617374b5b5 [2021-04-01T16:19:15.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T16:19:17.486Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.145s coverage: 94.4% of statements [2021-04-01T16:19:17.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.115s coverage: 44.8% of statements [2021-04-01T16:19:17.637Z] Removing intermediate container 4c617374b5b5 [2021-04-01T16:19:17.637Z] ---> b50ee3cebbd5 [2021-04-01T16:19:17.637Z] [2021-04-01T16:19:17.637Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T16:19:17.637Z] 20.10.0: Pulling from library/docker [2021-04-01T16:19:17.637Z] Removing intermediate container a63dd88d1082 [2021-04-01T16:19:17.637Z] ---> 0be697b6bb58 [2021-04-01T16:19:17.637Z] [2021-04-01T16:19:17.637Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T16:19:17.637Z] ---> 7230e588e954 [2021-04-01T16:19:17.637Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T16:19:17.637Z] ---> Running in 49f261ff1bf9 [2021-04-01T16:19:17.899Z] Removing intermediate container 49f261ff1bf9 [2021-04-01T16:19:17.899Z] ---> dd108de1fb0e [2021-04-01T16:19:17.899Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T16:19:17.899Z] ---> Running in a892f22cd87f [2021-04-01T16:19:18.160Z] Removing intermediate container a892f22cd87f [2021-04-01T16:19:18.160Z] ---> 847ba06a7f6c [2021-04-01T16:19:18.160Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T16:19:18.421Z] ---> Running in 655fd4da7dc0 [2021-04-01T16:19:18.992Z] Removing intermediate container 655fd4da7dc0 [2021-04-01T16:19:18.992Z] ---> c68855a13432 [2021-04-01T16:19:18.992Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:19:19.252Z] ---> Running in 1d2c7fab76b7 [2021-04-01T16:19:20.641Z] Removing intermediate container 1d2c7fab76b7 [2021-04-01T16:19:20.641Z] ---> 18b52d4291ef [2021-04-01T16:19:20.641Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T16:19:20.641Z] ---> Running in 9ecc80b56b87 [2021-04-01T16:19:21.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:19:22.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:19:22.162Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T16:19:22.162Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T16:19:22.162Z] ---> aefe523efa57 [2021-04-01T16:19:22.162Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T16:19:22.162Z] ---> Running in 35c8a174fc7d [2021-04-01T16:19:22.737Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T16:19:22.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:19:22.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:19:22.737Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T16:19:22.998Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T16:19:22.998Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T16:19:22.998Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T16:19:22.998Z] Executing bash-5.0.17-r0.post-install [2021-04-01T16:19:22.998Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T16:19:22.998Z] OK: 12 MiB in 22 packages [2021-04-01T16:19:22.998Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T16:19:23.265Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T16:19:23.526Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T16:19:23.526Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:19:23.526Z] Removing intermediate container 35c8a174fc7d [2021-04-01T16:19:23.526Z] ---> 915df43f67d8 [2021-04-01T16:19:23.526Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T16:19:23.526Z] OK: 8 MiB in 20 packages [2021-04-01T16:19:23.526Z] ---> Running in 1a4b9e5ae909 [2021-04-01T16:19:23.787Z] Removing intermediate container 1a4b9e5ae909 [2021-04-01T16:19:23.787Z] ---> f2228bbec49b [2021-04-01T16:19:23.787Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T16:19:23.787Z] ---> Running in 63efb2a412b1 [2021-04-01T16:19:24.048Z] Removing intermediate container 63efb2a412b1 [2021-04-01T16:19:24.048Z] ---> 4133e635ec78 [2021-04-01T16:19:24.048Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T16:19:24.048Z] Removing intermediate container 9ecc80b56b87 [2021-04-01T16:19:24.048Z] ---> 29e47908ee02 [2021-04-01T16:19:24.048Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:19:24.048Z] ---> Running in 0cb14522c2cd [2021-04-01T16:19:24.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.591s coverage: 81.5% of statements [2021-04-01T16:19:24.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-01T16:19:24.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.090s coverage: 87.1% of statements [2021-04-01T16:19:24.308Z] Removing intermediate container 0cb14522c2cd [2021-04-01T16:19:24.308Z] ---> 43df380f3d8c [2021-04-01T16:19:24.308Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T16:19:24.308Z] ---> daf096b0927b [2021-04-01T16:19:24.308Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T16:19:24.883Z] ---> 89d6645f25ae [2021-04-01T16:19:24.883Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T16:19:24.883Z] ---> f818c35a7e16 [2021-04-01T16:19:24.883Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T16:19:25.143Z] ---> 85136e8dc81d [2021-04-01T16:19:25.143Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T16:19:25.143Z] ---> 06cc08ab4a35 [2021-04-01T16:19:25.143Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T16:19:25.143Z] ---> Running in 25a45f6fe45a [2021-04-01T16:19:25.404Z] ---> 741474f8cb2e [2021-04-01T16:19:25.404Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T16:19:25.404Z] Removing intermediate container 25a45f6fe45a [2021-04-01T16:19:25.404Z] ---> ec5ff1abb7e7 [2021-04-01T16:19:25.404Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:19:25.404Z] ---> Running in 8beff1971535 [2021-04-01T16:19:25.404Z] ---> Running in 31239a36c3f5 [2021-04-01T16:19:25.667Z] Removing intermediate container 8beff1971535 [2021-04-01T16:19:25.667Z] ---> f6ae54a31fe0 [2021-04-01T16:19:25.667Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T16:19:25.667Z] ---> Running in 136ec96b84e2 [2021-04-01T16:19:25.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:19:25.927Z] Removing intermediate container 136ec96b84e2 [2021-04-01T16:19:25.927Z] ---> 13fcab3e1bd2 [2021-04-01T16:19:25.927Z] Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:19:25.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:19:25.927Z] ---> Running in 82f78e1999b0 [2021-04-01T16:19:26.187Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T16:19:26.187Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T16:19:26.187Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T16:19:26.187Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T16:19:26.187Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T16:19:26.187Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T16:19:26.187Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T16:19:26.187Z] Removing intermediate container 82f78e1999b0 [2021-04-01T16:19:26.187Z] ---> 612d320d382d [2021-04-01T16:19:26.187Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T16:19:27.850Z] ---> Running in 232fa4596e95 [2021-04-01T16:19:27.850Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T16:19:27.850Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T16:19:27.850Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T16:19:27.850Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T16:19:27.850Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T16:19:27.850Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T16:19:27.850Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T16:19:30.885Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T16:19:30.885Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T16:19:31.146Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T16:19:31.727Z] Removing intermediate container 232fa4596e95 [2021-04-01T16:19:31.727Z] ---> 70ccb779dc9c [2021-04-01T16:19:31.727Z] [2021-04-01T16:19:31.727Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T16:19:31.727Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T16:19:31.727Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T16:19:31.727Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T16:19:31.727Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T16:19:31.727Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T16:19:31.727Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T16:19:31.727Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T16:19:31.727Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T16:19:31.727Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T16:19:31.727Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T16:19:31.727Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T16:19:31.727Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T16:19:31.727Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T16:19:31.727Z] Successfully built 70ccb779dc9c [2021-04-01T16:19:31.727Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T16:19:31.727Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T16:19:31.727Z] Successfully tagged docker-core-data-go:latest [2021-04-01T16:19:31.995Z]  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger [2021-04-01T16:19:31.995Z] OK: 71 MiB in 55 packages [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.202s coverage: 92.9% of statements [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.5% of statements [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.130s coverage: 80.8% of statements [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.199s coverage: 87.2% of statements [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.220s coverage: 84.6% of statements [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.292s coverage: 91.6% of statements [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.633s coverage: 64.4% of statements [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T16:19:36.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.114s coverage: 100.0% of statements [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-04-01T16:19:36.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2021-04-01T16:19:36.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-04-01T16:19:38.794Z] Removing intermediate container 31239a36c3f5 [2021-04-01T16:19:38.794Z] ---> 78bbc8019961 [2021-04-01T16:19:38.794Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T16:19:38.795Z] ---> Running in dd7c05fd2d7b [2021-04-01T16:19:39.056Z] Collecting docker-compose==1.23.2 [2021-04-01T16:19:39.056Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T16:19:39.277Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.046s coverage: 69.0% of statements [2021-04-01T16:19:39.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T16:19:39.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T16:19:39.277Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T16:19:39.315Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T16:19:39.315Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T16:19:39.575Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T16:19:39.575Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T16:19:39.835Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T16:19:39.835Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T16:19:40.405Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T16:19:40.405Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T16:19:40.405Z] Collecting PyYAML<4,>=3.10 [2021-04-01T16:19:40.405Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T16:19:41.350Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T16:19:41.350Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T16:19:41.614Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T16:19:41.614Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T16:19:41.875Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-01T16:19:41.875Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T16:19:41.875Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T16:19:41.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.487s coverage: 38.4% of statements [2021-04-01T16:19:41.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T16:19:41.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T16:19:41.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements [2021-04-01T16:19:41.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T16:19:41.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.119s coverage: 84.8% of statements [2021-04-01T16:19:42.449Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T16:19:42.449Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T16:19:42.449Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-01T16:19:42.449Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-01T16:19:42.449Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T16:19:42.449Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T16:19:42.711Z] Collecting idna<2.8,>=2.5 [2021-04-01T16:19:42.711Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T16:19:42.711Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T16:19:42.711Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T16:19:42.711Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T16:19:42.711Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T16:19:42.711Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T16:19:42.711Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T16:19:42.971Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, jsonschema, PyYAML, dockerpty, cached-property, texttable, docker-compose [2021-04-01T16:19:42.971Z] Attempting uninstall: urllib3 [2021-04-01T16:19:42.971Z] Found existing installation: urllib3 1.25.9 [2021-04-01T16:19:42.971Z] Uninstalling urllib3-1.25.9: [2021-04-01T16:19:42.971Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T16:19:43.231Z] Attempting uninstall: idna [2021-04-01T16:19:43.231Z] Found existing installation: idna 2.9 [2021-04-01T16:19:43.231Z] Uninstalling idna-2.9: [2021-04-01T16:19:43.231Z] Successfully uninstalled idna-2.9 [2021-04-01T16:19:43.231Z] Attempting uninstall: requests [2021-04-01T16:19:43.231Z] Found existing installation: requests 2.23.0 [2021-04-01T16:19:43.231Z] Uninstalling requests-2.23.0: [2021-04-01T16:19:43.493Z] Successfully uninstalled requests-2.23.0 [2021-04-01T16:19:43.756Z] Running setup.py install for docopt: started [2021-04-01T16:19:44.334Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T16:19:44.334Z] Running setup.py install for PyYAML: started [2021-04-01T16:19:44.908Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T16:19:44.908Z] Running setup.py install for dockerpty: started [2021-04-01T16:19:45.482Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T16:19:45.482Z] Running setup.py install for texttable: started [2021-04-01T16:19:45.747Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T16:19:47.537Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-01T16:19:48.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.476s coverage: 47.0% of statements [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T16:19:48.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T16:19:48.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T16:19:48.659Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.445s coverage: 87.1% of statements [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T16:19:48.659Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T16:19:48.932Z] Removing intermediate container dd7c05fd2d7b [2021-04-01T16:19:48.932Z] ---> 66ce2134b573 [2021-04-01T16:19:48.932Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T16:19:48.932Z] ---> Running in 087abc4f059e [2021-04-01T16:19:49.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T16:19:49.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T16:19:49.510Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T16:19:49.510Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T16:19:49.510Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T16:19:49.510Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T16:19:49.510Z] OK: 72 MiB in 58 packages [2021-04-01T16:19:50.081Z] Removing intermediate container 087abc4f059e [2021-04-01T16:19:50.081Z] ---> a92a03b46db4 [2021-04-01T16:19:50.081Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T16:19:50.081Z] ---> Running in 93454728cabf [2021-04-01T16:19:50.341Z] Removing intermediate container 93454728cabf [2021-04-01T16:19:50.341Z] ---> ceab58f6c98a [2021-04-01T16:19:50.341Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:19:50.341Z] ---> Running in f31b8f6dbefa [2021-04-01T16:19:50.602Z] Removing intermediate container f31b8f6dbefa [2021-04-01T16:19:50.602Z] ---> d29a41127160 [2021-04-01T16:19:50.602Z] Step 24/26 : LABEL arch=x86_64 [2021-04-01T16:19:50.602Z] ---> Running in 8087ba7f0a41 [2021-04-01T16:19:50.861Z] Removing intermediate container 8087ba7f0a41 [2021-04-01T16:19:50.862Z] ---> e176ce16486f [2021-04-01T16:19:50.862Z] Step 25/26 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:19:50.862Z] ---> Running in e8a039ac0f36 [2021-04-01T16:19:50.862Z] Removing intermediate container e8a039ac0f36 [2021-04-01T16:19:50.862Z] ---> 58c3eb776d5d [2021-04-01T16:19:50.862Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T16:19:51.122Z] ---> Running in e64e838cb617 [2021-04-01T16:19:51.122Z] Removing intermediate container e64e838cb617 [2021-04-01T16:19:51.122Z] ---> da3a95911d0b [2021-04-01T16:19:51.122Z] [2021-04-01T16:19:51.382Z] Successfully built da3a95911d0b [2021-04-01T16:19:51.643Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-01T16:19:51.929Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T16:19:51.990Z] $ docker stop --time=1 35ac6ab264a5f23a7c60d51c17dd52a98c058b90d4267f5aa8cf9483c33b45db [2021-04-01T16:19:53.654Z] $ docker rm -f 35ac6ab264a5f23a7c60d51c17dd52a98c058b90d4267f5aa8cf9483c33b45db [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T16:19:54.289Z] + docker images [2021-04-01T16:19:54.289Z] + grep docker [2021-04-01T16:19:54.574Z] docker-sys-mgmt-agent-go latest da3a95911d0b 3 seconds ago 314MB [2021-04-01T16:19:54.574Z] docker-core-data-go latest 70ccb779dc9c 27 seconds ago 22.7MB [2021-04-01T16:19:54.574Z] docker-security-secretstore-setup-go latest 3f41c6f60daa 44 seconds ago 25.7MB [2021-04-01T16:19:54.574Z] docker-core-command-go latest f89b2325634c 52 seconds ago 17.3MB [2021-04-01T16:19:54.574Z] docker-security-bootstrapper-go latest 1314256309f4 About a minute ago 19MB [2021-04-01T16:19:54.574Z] docker-core-metadata-go latest d2e55140535d 2 minutes ago 19MB [2021-04-01T16:19:54.574Z] docker-support-notifications-go latest e62051e918d9 2 minutes ago 17.9MB [2021-04-01T16:19:54.574Z] docker-security-proxy-setup-go latest f7517a588dad 2 minutes ago 25.4MB [2021-04-01T16:19:54.574Z] docker-support-scheduler-go latest 6acd7758d05d 2 minutes ago 17.4MB [2021-04-01T16:19:54.574Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-04-01T16:19:55.401Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.358s coverage: 29.1% of statements [2021-04-01T16:19:55.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T16:19:55.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T16:19:55.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.226s coverage: 100.0% of statements [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T16:19:55.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.290s coverage: 95.6% of statements [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T16:19:55.402Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T16:19:55.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T16:19:55.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T16:19:55.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T16:19:55.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [Pipeline] node [2021-04-01T16:19:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 32.1% of statements [2021-04-01T16:19:58.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-01T16:19:58.975Z] GO111MODULE=on go vet ./... [2021-04-01T16:20:10.507Z] Still waiting to schedule task [2021-04-01T16:20:10.507Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-01T16:21:01.589Z] Running on prd-ubuntu18.04-docker-8c-8g-32481 in /w/workspace/edgexfoundry_edgex-go_PR-3324 [Pipeline] { [Pipeline] ws [2021-04-01T16:21:01.679Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-04-01T16:21:03.737Z] using credential edgex-jenkins-ssh [2021-04-01T16:21:03.798Z] Cloning the remote Git repository [2021-04-01T16:21:03.825Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T16:21:03.888Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-04-01T16:21:03.915Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T16:21:03.915Z] > git --version # timeout=10 [2021-04-01T16:21:03.923Z] > git --version # 'git version 2.17.1' [2021-04-01T16:21:03.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T16:21:03.948Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T16:21:08.456Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T16:21:08.464Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T16:21:08.473Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T16:21:08.484Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T16:21:08.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T16:21:08.488Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3324/head:refs/remotes/origin/PR-3324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T16:21:09.096Z] Merging remotes/origin/master commit 65f742f3c09a75b9cecbe50bc703c053f2863689 into PR head commit 4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:21:09.224Z] Merge succeeded, producing 4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:21:09.225Z] Checking out Revision 4d59e47c1b9b124fda714d78f72d814514d1fe70 (PR-3324) [2021-04-01T16:21:09.105Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T16:21:09.117Z] > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # timeout=10 [2021-04-01T16:21:09.192Z] > git remote # timeout=10 [2021-04-01T16:21:09.202Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T16:21:09.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T16:21:09.212Z] > git merge 65f742f3c09a75b9cecbe50bc703c053f2863689 # timeout=10 [2021-04-01T16:21:09.220Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T16:21:09.229Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T16:21:09.234Z] > git checkout -f 4d59e47c1b9b124fda714d78f72d814514d1fe70 # timeout=10 [2021-04-01T16:21:12.966Z] Commit message: "feat(security): Implementation for generating consul tokens changes for security-bootstrapper on setupRegitrsyACL - add logic for deleting consul tokens for the 2nd time or later based on the consul-token files - add logic for generating consul tokens with go-mod-secret's API - add logic for re-set up the consul tokens for the 2nd time or later - add env. override STAGEGATE_REGISTRY_ACL_TOKENBASEDIR for snap on consul token base directory" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:21:14.217Z] + echo snap-build.sh [2021-04-01T16:21:14.217Z] snap-build.sh [2021-04-01T16:21:14.217Z] + SNAP_BASE_DIR=. [2021-04-01T16:21:14.217Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-04-01T16:21:14.217Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-04-01T16:21:14.217Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-04-01T16:21:14.217Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-04-01T16:21:14.217Z] + cd /w/workspace/edgex-go/4 [2021-04-01T16:21:14.217Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-01T16:21:14.217Z] Reading package lists... [2021-04-01T16:21:14.483Z] Building dependency tree... [2021-04-01T16:21:14.483Z] Reading state information... [2021-04-01T16:21:14.483Z] The following packages were automatically installed and are no longer required: [2021-04-01T16:21:14.483Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-01T16:21:14.483Z] uidmap xdelta3 [2021-04-01T16:21:14.483Z] Use 'sudo apt autoremove' to remove them. [2021-04-01T16:21:14.483Z] The following packages will be REMOVED: [2021-04-01T16:21:14.483Z] lxd* lxd-client* [2021-04-01T16:21:15.068Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-01T16:21:15.068Z] After this operation, 31.7 MB disk space will be freed. [2021-04-01T16:21:15.858Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-01T16:21:15.858Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T16:21:16.802Z] Removing lxd dnsmasq configuration [2021-04-01T16:21:16.802Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T16:21:17.063Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-01T16:21:18.017Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-01T16:21:18.018Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-01T16:21:18.018Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T16:21:19.405Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-01T16:21:19.405Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-01T16:21:20.791Z] + sudo snap remove --purge lxd [2021-04-01T16:21:20.791Z] snap "lxd" is not installed [2021-04-01T16:21:20.791Z] + sudo groupadd --force --system lxd [2021-04-01T16:21:20.791Z] ++ whoami [2021-04-01T16:21:20.791Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-01T16:21:20.791Z] + newgrp - lxd [2021-04-01T16:21:20.809Z] gofmt -l . [2021-04-01T16:21:20.809Z] [ "`gofmt -l .`" = "" ] [2021-04-01T16:21:20.809Z] ./bin/test-go-mod-tidy.sh [2021-04-01T16:21:20.809Z] ./bin/test-attribution-txt.sh [2021-04-01T16:21:21.055Z] + sudo snap install lxd [Pipeline] sh [2021-04-01T16:21:22.951Z] + ls -al . [2021-04-01T16:21:22.951Z] total 824 [2021-04-01T16:21:22.951Z] drwxrwxr-x 9 1001 1001 4096 Apr 1 16:21 . [2021-04-01T16:21:22.951Z] drwxr-xr-x 4 root root 4096 Apr 1 16:16 .. [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 16:15 .dockerignore [2021-04-01T16:21:22.951Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 16:15 .git [2021-04-01T16:21:22.951Z] drwxrwxr-x 3 1001 1001 4096 Apr 1 16:15 .github [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 16:15 .gitignore [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 16:15 .sonarcloud.properties [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 16:15 Attribution.txt [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 16:15 CONTRIBUTING.md [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 16:15 Dockerfile.build [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 16:15 Jenkinsfile [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 16:15 LICENSE [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 16:15 Makefile [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 16:15 README.md [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 16:15 SECURITY.md [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 16:11 VERSION [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 16:15 ZMQWindows.md [2021-04-01T16:21:22.951Z] drwxrwxr-x 2 1001 1001 4096 Apr 1 16:15 bin [2021-04-01T16:21:22.951Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 16:15 cmd [2021-04-01T16:21:22.951Z] -rw-r--r-- 1 root root 686581 Apr 1 16:19 coverage.out [2021-04-01T16:21:22.951Z] -rw-r--r-- 1 root root 1056 Apr 1 16:21 go.mod [2021-04-01T16:21:22.951Z] -rw-r--r-- 1 root root 22360 Apr 1 16:21 go.sum [2021-04-01T16:21:22.951Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 16:15 internal [2021-04-01T16:21:22.951Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 16:15 openapi [2021-04-01T16:21:22.951Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 16:15 snap [2021-04-01T16:21:22.951Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 16:15 version.go [Pipeline] sh [2021-04-01T16:21:23.611Z] + '[' -e coverage.out ] [2021-04-01T16:21:23.611Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T16:21:23.674Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T16:21:25.038Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T16:21:25.771Z] + make build [2021-04-01T16:21:25.771Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T16:21:31.070Z] 2021-04-01T16:21:28Z INFO Waiting for automatic snapd restart... [2021-04-01T16:21:35.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T16:21:53.111Z] lxd 4.12 from Canonical* installed [2021-04-01T16:21:53.111Z] + sudo lxd init --auto [2021-04-01T16:21:59.700Z] + sudo snap install --classic snapcraft [2021-04-01T16:22:02.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T16:22:06.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T16:22:06.326Z] snapcraft 4.6 from Canonical* installed [2021-04-01T16:22:06.326Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-01T16:22:06.326Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-01T16:22:06.326Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T16:22:06.326Z] Dload Upload Total Spent Left Speed [2021-04-01T16:22:06.326Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3335 0 --:--:-- --:--:-- --:--:-- 3335 [2021-04-01T16:22:06.326Z] 100 3325k 100 3325k 0 0 8636k 0 --:--:-- --:--:-- --:--:-- 8636k [2021-04-01T16:22:06.326Z] ./yq_linux_amd64 [2021-04-01T16:22:06.326Z] + sudo snapcraft prime --use-lxd [2021-04-01T16:22:08.244Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-01T16:22:08.244Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-01T16:22:08.244Z] - README.md [2021-04-01T16:22:08.244Z] [2021-04-01T16:22:08.244Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T16:22:08.505Z] Launching a container. [2021-04-01T16:22:11.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T16:22:13.066Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T16:22:18.519Z] Waiting for container to be ready [2021-04-01T16:22:19.094Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-01T16:22:19.094Z] [2021-04-01T16:22:19.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T16:22:23.304Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-01T16:22:23.564Z] Waiting for network to be ready... [2021-04-01T16:22:23.824Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T16:22:24.085Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T16:22:24.085Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T16:22:24.085Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T16:22:24.085Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T16:22:24.085Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T16:22:24.085Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T16:22:24.085Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T16:22:24.085Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T16:22:24.085Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T16:22:24.657Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T16:22:24.657Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T16:22:24.917Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T16:22:25.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T16:22:25.180Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T16:22:25.180Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T16:22:25.180Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T16:22:25.180Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T16:22:25.180Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T16:22:25.752Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T16:22:26.322Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T16:22:26.583Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T16:22:26.583Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T16:22:26.583Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T16:22:26.583Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T16:22:26.583Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T16:22:26.583Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T16:22:26.583Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T16:22:28.497Z] Fetched 24.2 MB in 5s (5333 kB/s) [2021-04-01T16:22:28.564Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T16:22:29.069Z] Reading package lists... [2021-04-01T16:22:29.330Z] Reading package lists... [2021-04-01T16:22:29.590Z] Building dependency tree... [2021-04-01T16:22:29.590Z] Reading state information... [2021-04-01T16:22:29.590Z] The following additional packages will be installed: [2021-04-01T16:22:29.590Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T16:22:29.590Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T16:22:29.590Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T16:22:29.590Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-01T16:22:29.590Z] Suggested packages: [2021-04-01T16:22:29.590Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-01T16:22:29.590Z] Recommended packages: [2021-04-01T16:22:29.590Z] gnupg libsasl2-modules [2021-04-01T16:22:29.590Z] The following NEW packages will be installed: [2021-04-01T16:22:29.590Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T16:22:29.590Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T16:22:29.590Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T16:22:29.590Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-01T16:22:29.590Z] The following packages will be upgraded: [2021-04-01T16:22:29.590Z] gpg gpg-agent gpgconf libudev1 [2021-04-01T16:22:29.590Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-01T16:22:29.590Z] Need to get 3530 kB of archives. [2021-04-01T16:22:29.590Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-01T16:22:29.590Z] 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-04-01T16:22:29.590Z] 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-04-01T16:22:29.850Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-01T16:22:29.850Z] 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-04-01T16:22:29.851Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-01T16:22:30.113Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-01T16:22:30.686Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-01T16:22:30.686Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-01T16:22:30.686Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-01T16:22:30.686Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-01T16:22:30.686Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-01T16:22:30.947Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-01T16:22:30.947Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-01T16:22:30.947Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-01T16:22:30.947Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-01T16:22:30.947Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-01T16:22:30.947Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-01T16:22:30.947Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-01T16:22:30.947Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-01T16:22:30.947Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-01T16:22:30.947Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-01T16:22:30.947Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-01T16:22:31.207Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T16:22:31.207Z] Fetched 3530 kB in 1s (2398 kB/s) [2021-04-01T16:22:31.207Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T16:22:31.207Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-01T16:22:31.207Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T16:22:31.468Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-01T16:22:31.468Z] Selecting previously unselected package udev. [2021-04-01T16:22:31.468Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T16:22:31.468Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-01T16:22:31.468Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-01T16:22:31.728Z] Selecting previously unselected package libfuse2:amd64. [2021-04-01T16:22:31.728Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T16:22:31.728Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T16:22:31.728Z] Selecting previously unselected package fuse. [2021-04-01T16:22:31.728Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T16:22:31.728Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-01T16:22:31.988Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T16:22:31.988Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T16:22:31.988Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T16:22:31.988Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T16:22:32.249Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T16:22:32.250Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T16:22:32.250Z] Selecting previously unselected package libksba8:amd64. [2021-04-01T16:22:32.250Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-01T16:22:32.250Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-01T16:22:32.510Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-01T16:22:32.510Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T16:22:32.510Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:32.510Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-01T16:22:32.510Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T16:22:32.510Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:32.510Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-01T16:22:32.510Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T16:22:32.510Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:32.773Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-01T16:22:32.773Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T16:22:32.773Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:32.773Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-01T16:22:32.773Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T16:22:32.773Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:32.858Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T16:22:33.034Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-01T16:22:33.035Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T16:22:33.035Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:33.035Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-01T16:22:33.035Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T16:22:33.035Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:33.035Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-01T16:22:33.035Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T16:22:33.035Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:33.295Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-01T16:22:33.295Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T16:22:33.295Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:33.295Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-01T16:22:33.295Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T16:22:33.295Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T16:22:33.556Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-01T16:22:33.556Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T16:22:33.556Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T16:22:33.556Z] Selecting previously unselected package libldap-common. [2021-04-01T16:22:33.556Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-01T16:22:33.556Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T16:22:33.556Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-01T16:22:33.556Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-01T16:22:33.556Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T16:22:33.818Z] Selecting previously unselected package dirmngr. [2021-04-01T16:22:33.818Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T16:22:33.818Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T16:22:33.818Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T16:22:34.082Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-01T16:22:34.082Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T16:22:34.082Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T16:22:34.082Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T16:22:34.082Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-01T16:22:34.082Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:34.082Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-01T16:22:34.082Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T16:22:34.341Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-01T16:22:34.601Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-01T16:22:34.601Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:34.601Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-01T16:22:34.862Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-01T16:22:34.862Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-01T16:22:34.862Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:34.862Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:34.862Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:34.862Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:34.862Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:35.124Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:35.124Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T16:22:35.124Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T16:22:35.124Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T16:22:35.124Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T16:22:35.385Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-01T16:22:35.385Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-01T16:22:35.385Z] This means they are not meant to be enabled using systemctl. [2021-04-01T16:22:35.385Z] Possible reasons for having this kind of units are: [2021-04-01T16:22:35.385Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-01T16:22:35.385Z] .wants/ or .requires/ directory. [2021-04-01T16:22:35.385Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-01T16:22:35.385Z] a requirement dependency on it. [2021-04-01T16:22:35.385Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-01T16:22:35.385Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-01T16:22:35.385Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-01T16:22:35.385Z] instance name specified. [2021-04-01T16:22:35.956Z] Reading package lists... [2021-04-01T16:22:35.956Z] Building dependency tree... [2021-04-01T16:22:35.956Z] Reading state information... [2021-04-01T16:22:36.217Z] The following additional packages will be installed: [2021-04-01T16:22:36.217Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-01T16:22:36.217Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-01T16:22:36.217Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-01T16:22:36.217Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-01T16:22:36.217Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-01T16:22:36.217Z] Suggested packages: [2021-04-01T16:22:36.217Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-01T16:22:36.217Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-01T16:22:36.217Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-01T16:22:36.217Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-01T16:22:36.217Z] systemd-container policykit-1 [2021-04-01T16:22:36.217Z] Recommended packages: [2021-04-01T16:22:36.217Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-01T16:22:36.217Z] The following NEW packages will be installed: [2021-04-01T16:22:36.217Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-01T16:22:36.217Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-01T16:22:36.217Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-01T16:22:36.217Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-01T16:22:36.217Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-01T16:22:36.217Z] The following packages will be upgraded: [2021-04-01T16:22:36.217Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-01T16:22:36.217Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-01T16:22:36.217Z] Need to get 35.2 MB of archives. [2021-04-01T16:22:36.217Z] After this operation, 141 MB of additional disk space will be used. [2021-04-01T16:22:36.217Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-01T16:22:36.217Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-01T16:22:36.217Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-01T16:22:36.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T16:22:36.477Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-01T16:22:36.477Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-01T16:22:36.477Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-01T16:22:36.477Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-01T16:22:36.477Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-01T16:22:36.477Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-01T16:22:36.477Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-01T16:22:36.477Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-01T16:22:36.477Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-01T16:22:36.477Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-01T16:22:36.477Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-01T16:22:36.477Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-01T16:22:36.477Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-01T16:22:36.477Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-01T16:22:36.477Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-01T16:22:36.477Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-01T16:22:37.869Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-01T16:22:37.869Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-01T16:22:37.869Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-01T16:22:37.869Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-01T16:22:37.869Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-01T16:22:37.869Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-01T16:22:37.869Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-01T16:22:37.869Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-01T16:22:37.869Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-01T16:22:37.869Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-01T16:22:37.869Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-01T16:22:37.869Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T16:22:37.869Z] Fetched 35.2 MB in 2s (21.3 MB/s) [2021-04-01T16:22:37.869Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T16:22:37.869Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-01T16:22:38.129Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T16:22:38.703Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-01T16:22:38.703Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T16:22:38.703Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-01T16:22:38.964Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T16:22:38.964Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T16:22:38.964Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T16:22:39.225Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-01T16:22:39.225Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T16:22:39.225Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T16:22:39.225Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T16:22:39.495Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-01T16:22:39.496Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-01T16:22:40.065Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-01T16:22:40.065Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-01T16:22:40.065Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T16:22:40.065Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T16:22:40.326Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-01T16:22:40.326Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T16:22:40.326Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T16:22:40.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T16:22:40.587Z] Selecting previously unselected package libexpat1:amd64. [2021-04-01T16:22:40.587Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-01T16:22:40.587Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T16:22:40.587Z] Selecting previously unselected package python3.6-minimal. [2021-04-01T16:22:40.587Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T16:22:40.587Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T16:22:40.847Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T16:22:41.108Z] Checking for services that may need to be restarted...done. [2021-04-01T16:22:41.108Z] Checking for services that may need to be restarted...done. [2021-04-01T16:22:41.108Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T16:22:41.108Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T16:22:41.108Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T16:22:41.679Z] Selecting previously unselected package python3-minimal. [2021-04-01T16:22:41.679Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-01T16:22:41.679Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-01T16:22:41.679Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-01T16:22:41.679Z] Selecting previously unselected package mime-support. [2021-04-01T16:22:41.679Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-01T16:22:41.679Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-01T16:22:41.939Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-01T16:22:41.939Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-01T16:22:41.939Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T16:22:41.939Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-01T16:22:41.939Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T16:22:41.939Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T16:22:42.199Z] Selecting previously unselected package python3.6. [2021-04-01T16:22:42.199Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T16:22:42.199Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T16:22:42.460Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-01T16:22:42.460Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-01T16:22:42.460Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T16:22:42.460Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-01T16:22:42.720Z] Selecting previously unselected package python3. [2021-04-01T16:22:42.720Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-01T16:22:42.720Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-01T16:22:42.720Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-01T16:22:42.981Z] Selecting previously unselected package multiarch-support. [2021-04-01T16:22:42.981Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T16:22:42.981Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T16:22:42.981Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T16:22:42.981Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-01T16:22:42.981Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-01T16:22:42.981Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-01T16:22:42.981Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T16:22:43.241Z] Selecting previously unselected package libbsd0:amd64. [2021-04-01T16:22:43.241Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-01T16:22:43.241Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T16:22:43.241Z] Selecting previously unselected package sudo. [2021-04-01T16:22:43.241Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-01T16:22:43.241Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T16:22:43.502Z] Selecting previously unselected package apparmor. [2021-04-01T16:22:43.502Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T16:22:43.502Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-01T16:22:43.762Z] Selecting previously unselected package libedit2:amd64. [2021-04-01T16:22:43.762Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-01T16:22:43.762Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T16:22:44.023Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-01T16:22:44.023Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T16:22:44.023Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T16:22:44.023Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-01T16:22:44.023Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T16:22:44.023Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T16:22:44.285Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-01T16:22:44.285Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-01T16:22:44.285Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T16:22:44.285Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-01T16:22:44.285Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T16:22:44.285Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T16:22:44.545Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-01T16:22:44.545Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T16:22:44.545Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T16:22:44.545Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-01T16:22:44.545Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-01T16:22:44.545Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T16:22:44.806Z] Selecting previously unselected package openssh-client. [2021-04-01T16:22:44.806Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-01T16:22:44.806Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T16:22:45.067Z] Selecting previously unselected package squashfs-tools. [2021-04-01T16:22:45.067Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-01T16:22:45.067Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T16:22:45.067Z] Selecting previously unselected package snapd. [2021-04-01T16:22:45.067Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-01T16:22:45.067Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-01T16:22:46.984Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T16:22:46.984Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T16:22:47.243Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-01T16:22:47.243Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T16:22:47.243Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T16:22:47.243Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T16:22:47.243Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] } [2021-04-01T16:22:47.290Z] $ docker stop --time=1 f7b8f6e99e73bffde621b57c793913f92ad9e850deab24557bd40f50dc432989 [2021-04-01T16:22:47.504Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-01T16:22:47.505Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-01T16:22:48.081Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T16:22:48.081Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T16:22:48.341Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T16:22:48.341Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T16:22:48.341Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T16:22:48.341Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T16:22:48.912Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T16:22:49.174Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T16:22:49.705Z] $ docker rm -f f7b8f6e99e73bffde621b57c793913f92ad9e850deab24557bd40f50dc432989 [2021-04-01T16:22:49.747Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T16:22:49.747Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-01T16:22:49.747Z] running python rtupdate hooks for python3.6... [2021-04-01T16:22:49.747Z] running python post-rtupdate hooks for python3.6... [2021-04-01T16:22:49.747Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] // withDockerContainer [Pipeline] } [2021-04-01T16:22:51.131Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-04-01T16:22:51.396Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T16:22:51.396Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T16:22:51.396Z] Setting up snapd (2.48.3+18.04) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:22:51.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T16:22:51.793Z] [2021-04-01T16:22:51.793Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:22:51.967Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-01T16:22:51.968Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-01T16:22:52.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T16:22:52.228Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-01T16:22:52.455Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-01T16:22:52.455Z] 29e5d40040c1: Pulling fs layer [2021-04-01T16:22:52.456Z] 1ce36da41761: Pulling fs layer [2021-04-01T16:22:52.456Z] 25b303627fd3: Pulling fs layer [2021-04-01T16:22:52.488Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-01T16:22:52.488Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T16:22:52.488Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T16:22:52.748Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-01T16:22:53.008Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-01T16:22:53.008Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-01T16:22:53.049Z] 29e5d40040c1: Verifying Checksum [2021-04-01T16:22:53.049Z] 29e5d40040c1: Download complete [2021-04-01T16:22:53.268Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-01T16:22:53.269Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-01T16:22:53.269Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T16:22:53.530Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T16:22:53.648Z] 1ce36da41761: Verifying Checksum [2021-04-01T16:22:53.648Z] 1ce36da41761: Download complete [2021-04-01T16:22:53.648Z] 29e5d40040c1: Pull complete [2021-04-01T16:22:54.470Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T16:22:54.470Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T16:22:54.731Z] Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T16:22:55.079Z] 1ce36da41761: Pull complete [2021-04-01T16:22:55.079Z] 25b303627fd3: Verifying Checksum [2021-04-01T16:22:55.079Z] 25b303627fd3: Download complete [2021-04-01T16:22:55.939Z] Reading package lists... [2021-04-01T16:22:55.939Z] Reading package lists... [2021-04-01T16:22:56.199Z] Building dependency tree... [2021-04-01T16:22:56.199Z] Reading state information... [2021-04-01T16:22:56.199Z] Calculating upgrade... [2021-04-01T16:22:56.460Z] The following packages will be upgraded: [2021-04-01T16:22:56.460Z] advancecomp base-files bash binutils binutils-common [2021-04-01T16:22:56.460Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-01T16:22:56.460Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-01T16:22:56.460Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-01T16:22:56.460Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-01T16:22:56.460Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-01T16:22:56.460Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-01T16:22:56.460Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-01T16:22:56.460Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-01T16:22:56.460Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-01T16:22:56.460Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-01T16:22:56.460Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-01T16:22:56.460Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-01T16:22:56.460Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-01T16:22:56.460Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-01T16:22:56.460Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T16:22:56.460Z] Need to get 63.8 MB of archives. [2021-04-01T16:22:56.460Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-01T16:22:56.460Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-01T16:22:56.460Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-01T16:22:57.402Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-01T16:22:57.402Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-01T16:22:57.402Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-01T16:22:57.402Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-01T16:22:57.402Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-01T16:22:57.402Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-01T16:22:57.402Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-01T16:22:57.402Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-01T16:22:57.402Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-01T16:22:57.402Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-01T16:22:57.402Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-01T16:22:57.402Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-01T16:22:57.402Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-01T16:22:57.402Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-01T16:22:57.402Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-01T16:22:57.402Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-01T16:22:57.402Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-01T16:22:57.402Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-01T16:22:57.662Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-01T16:22:57.662Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-01T16:22:57.662Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-01T16:22:57.662Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-01T16:22:57.662Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-01T16:22:57.662Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-01T16:22:57.662Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-01T16:22:57.662Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-01T16:22:57.662Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-01T16:22:57.662Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-01T16:22:57.662Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-01T16:22:57.662Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-01T16:22:57.662Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-01T16:22:57.923Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-01T16:22:57.923Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-01T16:22:57.923Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-01T16:22:57.923Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-01T16:22:57.923Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-01T16:22:57.923Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-01T16:22:57.923Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-01T16:22:57.923Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-01T16:22:57.923Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-01T16:22:57.923Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-01T16:22:57.923Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-01T16:22:57.923Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-01T16:22:57.923Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-01T16:22:57.923Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-01T16:22:57.923Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-01T16:22:57.923Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-01T16:22:57.923Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-01T16:22:57.923Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-01T16:22:57.923Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-01T16:22:57.923Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-01T16:22:57.923Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-01T16:22:57.923Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-01T16:22:57.923Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-01T16:22:57.923Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-01T16:22:58.183Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-01T16:22:58.183Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-01T16:22:58.183Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-01T16:22:58.183Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-01T16:22:58.183Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-01T16:22:58.183Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-01T16:22:58.183Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-01T16:22:58.183Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-01T16:22:58.183Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-01T16:22:58.183Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-01T16:22:58.183Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-01T16:22:58.183Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-01T16:22:58.183Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-01T16:22:58.183Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-01T16:22:58.183Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-01T16:22:58.183Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-01T16:22:58.183Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-01T16:22:58.183Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-01T16:22:58.183Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-01T16:22:58.183Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-01T16:22:58.183Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-01T16:22:58.183Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-01T16:22:58.183Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-01T16:22:58.444Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-01T16:22:58.444Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-01T16:22:58.444Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-01T16:22:58.444Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-01T16:22:58.444Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-01T16:22:58.444Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-01T16:22:58.444Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-01T16:22:58.444Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-01T16:22:58.444Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-01T16:22:58.444Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-01T16:22:58.444Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-01T16:22:58.704Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-01T16:22:58.704Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-01T16:22:58.964Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-01T16:22:59.225Z] 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-04-01T16:22:59.225Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-01T16:22:59.225Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-01T16:22:59.225Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-01T16:22:59.225Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-01T16:22:59.225Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T16:22:59.225Z] Fetched 63.8 MB in 3s (22.6 MB/s) [2021-04-01T16:22:59.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:22:59.485Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T16:22:59.485Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T16:23:00.428Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T16:23:00.428Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T16:23:00.428Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-01T16:23:00.428Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-01T16:23:01.387Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:01.387Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T16:23:01.387Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:01.387Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T16:23:01.648Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:01.648Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T16:23:01.648Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:01.648Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T16:23:01.909Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:01.909Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T16:23:01.909Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:01.909Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T16:23:02.175Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:02.175Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T16:23:02.175Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:02.438Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T16:23:02.438Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:02.438Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-01T16:23:02.438Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:02.697Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T16:23:02.697Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:02.697Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T16:23:02.697Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:02.697Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T16:23:02.958Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:02.958Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T16:23:03.220Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:03.220Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T16:23:03.220Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T16:23:03.481Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T16:23:03.742Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T16:23:04.002Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T16:23:04.002Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-01T16:23:04.002Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-01T16:23:04.002Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-01T16:23:04.002Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-01T16:23:04.272Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-01T16:23:04.272Z] Installing new version of config file /etc/issue ... [2021-04-01T16:23:04.272Z] Installing new version of config file /etc/issue.net ... [2021-04-01T16:23:04.534Z] Installing new version of config file /etc/lsb-release ... [2021-04-01T16:23:04.534Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-01T16:23:04.794Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-01T16:23:04.795Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-01T16:23:04.795Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-01T16:23:04.795Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:04.795Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-01T16:23:05.055Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-01T16:23:05.055Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-01T16:23:05.055Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-01T16:23:05.217Z] 25b303627fd3: Pull complete [2021-04-01T16:23:05.217Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-01T16:23:05.217Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T16:23:05.217Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-01T16:23:05.316Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:05.316Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T16:23:05.316Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-01T16:23:05.445Z] prd-ubuntu18.04-docker-arm64-4c-16g-32478 does not seem to be running inside a container [2021-04-01T16:23:05.520Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T16:23:05.578Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-01T16:23:05.579Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:05.579Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-01T16:23:05.579Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-01T16:23:05.840Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-01T16:23:05.840Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:05.840Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-01T16:23:05.840Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T16:23:06.100Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-01T16:23:06.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:06.363Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T16:23:06.363Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T16:23:06.363Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T16:23:06.363Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:06.363Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T16:23:06.625Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T16:23:06.625Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-01T16:23:06.887Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:06.887Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-01T16:23:06.887Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-01T16:23:06.887Z] Setting up grep (3.1-2build1) ... [2021-04-01T16:23:07.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:07.148Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T16:23:07.148Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T16:23:07.148Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-01T16:23:07.410Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:07.410Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T16:23:07.410Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T16:23:07.410Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-01T16:23:07.671Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:07.671Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T16:23:07.671Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T16:23:08.242Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T16:23:08.242Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T16:23:08.242Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T16:23:08.242Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T16:23:08.612Z] $ docker top 4e6f00a8b8e77164700bc23c51aa65014bb64b7dfe74e1c370ef657f4e78dcfd -eo pid,comm [2021-04-01T16:23:08.812Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-01T16:23:08.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:08.812Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-01T16:23:08.812Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] { [Pipeline] sh [2021-04-01T16:23:09.651Z] + docker-compose build --help [2021-04-01T16:23:09.651Z] + grep parallel [2021-04-01T16:23:09.754Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T16:23:10.014Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T16:23:10.014Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T16:23:10.014Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T16:23:10.275Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T16:23:10.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:10.275Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-01T16:23:10.275Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-01T16:23:10.536Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-01T16:23:10.536Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:10.536Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T16:23:10.536Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T16:23:10.798Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T16:23:10.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:10.798Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T16:23:10.798Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T16:23:11.060Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T16:23:11.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:11.060Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T16:23:11.060Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T16:23:11.060Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T16:23:11.322Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:11.322Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T16:23:11.322Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T16:23:11.322Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T16:23:11.322Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:11.322Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T16:23:11.322Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T16:23:11.582Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T16:23:11.582Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T16:23:11.582Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T16:23:11.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:11.844Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T16:23:11.844Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T16:23:11.844Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T16:23:11.844Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:11.844Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T16:23:11.844Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T16:23:12.103Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T16:23:12.103Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:12.103Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T16:23:12.103Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T16:23:12.364Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-01T16:23:12.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:12.364Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T16:23:12.627Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T16:23:12.888Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-01T16:23:13.021Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T16:23:13.034Z] $ docker stop --time=1 4e6f00a8b8e77164700bc23c51aa65014bb64b7dfe74e1c370ef657f4e78dcfd [2021-04-01T16:23:13.149Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-01T16:23:13.411Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-01T16:23:13.411Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:13.411Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T16:23:13.673Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T16:23:13.673Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T16:23:13.936Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T16:23:13.937Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-01T16:23:13.937Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T16:23:13.937Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-01T16:23:14.197Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:14.197Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-01T16:23:14.197Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-01T16:23:14.197Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-01T16:23:14.459Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:14.459Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-01T16:23:14.459Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T16:23:14.720Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-01T16:23:14.720Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:14.720Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-01T16:23:14.720Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T16:23:14.987Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-01T16:23:14.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:14.987Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T16:23:14.987Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T16:23:15.043Z] $ docker rm -f 4e6f00a8b8e77164700bc23c51aa65014bb64b7dfe74e1c370ef657f4e78dcfd [2021-04-01T16:23:15.248Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-04-01T16:23:15.509Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:15.509Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T16:23:15.509Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T16:23:15.509Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:23:15.770Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:15.770Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T16:23:15.770Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T16:23:15.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T16:23:15.849Z] . [Pipeline] withDockerContainer [2021-04-01T16:23:16.032Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T16:23:16.077Z] prd-ubuntu18.04-docker-arm64-4c-16g-32478 does not seem to be running inside a container [2021-04-01T16:23:16.142Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T16:23:16.293Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:16.293Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T16:23:16.293Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T16:23:16.293Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-01T16:23:16.293Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T16:23:16.554Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T16:23:16.554Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T16:23:16.554Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T16:23:16.814Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:16.814Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-01T16:23:16.814Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-01T16:23:16.814Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-01T16:23:17.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:17.075Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-01T16:23:17.075Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T16:23:17.075Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T16:23:17.337Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:17.337Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T16:23:17.337Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T16:23:17.577Z] $ docker top f2a504b8d4d217a638c1f26ece070a2111b04e75d13ec2e260e256e762178db9 -eo pid,comm [2021-04-01T16:23:17.598Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T16:23:17.598Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:17.598Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-01T16:23:17.598Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-01T16:23:17.859Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-01T16:23:17.859Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:17.859Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [Pipeline] { [Pipeline] sh [2021-04-01T16:23:18.131Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T16:23:18.398Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-01T16:23:18.611Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T16:23:18.658Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:18.658Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T16:23:18.658Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T16:23:18.658Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-01T16:23:18.918Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:18.918Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-01T16:23:18.918Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-01T16:23:18.918Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-01T16:23:19.179Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:19.179Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-01T16:23:19.179Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-01T16:23:19.179Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-01T16:23:19.439Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:19.439Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-01T16:23:19.439Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-01T16:23:19.439Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-01T16:23:19.701Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:19.701Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-01T16:23:19.701Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-01T16:23:19.701Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-01T16:23:19.961Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:19.961Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T16:23:19.961Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-01T16:23:19.961Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-01T16:23:20.221Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T16:23:20.221Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-01T16:23:20.221Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-01T16:23:20.221Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-01T16:23:20.482Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-01T16:23:20.483Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T16:23:20.483Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T16:23:20.483Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T16:23:20.483Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T16:23:20.743Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T16:23:21.004Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T16:23:21.004Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-01T16:23:21.264Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-01T16:23:21.264Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T16:23:21.264Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-01T16:23:21.525Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T16:23:21.525Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-01T16:23:21.525Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-01T16:23:21.786Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-01T16:23:21.786Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-01T16:23:21.786Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-01T16:23:21.984Z] Building docker-core-command-go ... [2021-04-01T16:23:21.984Z] Building docker-core-data-go ... [2021-04-01T16:23:21.984Z] Building docker-core-metadata-go ... [2021-04-01T16:23:21.984Z] Building docker-security-bootstrapper-go ... [2021-04-01T16:23:21.984Z] Building docker-security-proxy-setup-go ... [2021-04-01T16:23:21.984Z] Building docker-security-secretstore-setup-go ... [2021-04-01T16:23:21.984Z] Building docker-support-notifications-go ... [2021-04-01T16:23:21.984Z] Building docker-support-scheduler-go ... [2021-04-01T16:23:21.984Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T16:23:21.984Z] Building docker-security-bootstrapper-go [2021-04-01T16:23:21.984Z] Building docker-support-scheduler-go [2021-04-01T16:23:21.984Z] Building docker-core-command-go [2021-04-01T16:23:21.984Z] Building docker-support-notifications-go [2021-04-01T16:23:21.984Z] Building docker-security-secretstore-setup-go [2021-04-01T16:23:22.045Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-01T16:23:22.045Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-01T16:23:22.045Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-01T16:23:22.045Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-01T16:23:22.309Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-01T16:23:22.309Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-01T16:23:22.309Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-01T16:23:22.570Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-01T16:23:23.142Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-01T16:23:23.422Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-01T16:23:23.422Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-01T16:23:23.422Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-01T16:23:23.682Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T16:23:23.682Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T16:23:23.945Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T16:23:23.945Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T16:23:24.207Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T16:23:24.207Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T16:23:24.207Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T16:23:24.475Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T16:23:24.475Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:24.475Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T16:23:24.735Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:24.735Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T16:23:24.735Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:24.735Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T16:23:24.996Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:24.996Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T16:23:26.382Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:26.382Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T16:23:27.327Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:27.327Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T16:23:27.895Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:27.895Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T16:23:28.467Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:28.467Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T16:23:29.039Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T16:23:29.039Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T16:23:29.303Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T16:23:29.303Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T16:23:29.303Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T16:23:29.571Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T16:23:29.571Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T16:23:29.571Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T16:23:29.835Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-01T16:23:29.835Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-01T16:23:29.835Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T16:23:29.835Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T16:23:30.097Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T16:23:30.097Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T16:23:30.097Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-01T16:23:30.097Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-01T16:23:30.358Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:30.358Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T16:23:30.358Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:30.358Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:30.358Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:30.358Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-01T16:23:30.622Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-01T16:23:30.622Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-01T16:23:30.622Z] [2021-04-01T16:23:30.622Z] Current default time zone: 'Etc/UTC' [2021-04-01T16:23:30.622Z] Local time is now: Thu Apr 1 16:23:30 UTC 2021. [2021-04-01T16:23:30.622Z] Universal Time is now: Thu Apr 1 16:23:30 UTC 2021. [2021-04-01T16:23:30.622Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-01T16:23:30.622Z] [2021-04-01T16:23:30.622Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-01T16:23:30.622Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:30.887Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-01T16:23:30.887Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-01T16:23:30.887Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-01T16:23:30.887Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-01T16:23:30.887Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-01T16:23:30.887Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-01T16:23:30.887Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-01T16:23:30.887Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T16:23:31.159Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:31.159Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-01T16:23:31.422Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T16:23:31.422Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T16:23:31.422Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:31.422Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-01T16:23:31.422Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-01T16:23:31.422Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-01T16:23:31.422Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T16:23:31.422Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-01T16:23:31.422Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-01T16:23:31.422Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-01T16:23:31.683Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-01T16:23:33.073Z] Updating certificates in /etc/ssl/certs... [2021-04-01T16:23:34.013Z] 23 added, 27 removed; done. [2021-04-01T16:23:34.013Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T16:23:34.013Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T16:23:34.274Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-01T16:23:34.274Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-01T16:23:34.274Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-01T16:23:34.274Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T16:23:34.274Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T16:23:34.274Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T16:23:34.274Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T16:23:34.535Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T16:23:34.535Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T16:23:34.535Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T16:23:34.535Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-01T16:23:34.535Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-01T16:23:34.535Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-01T16:23:34.535Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-01T16:23:34.796Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-01T16:23:34.796Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T16:23:34.796Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T16:23:34.796Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-01T16:23:34.796Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-01T16:23:34.796Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-01T16:23:35.058Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T16:23:35.058Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T16:23:35.058Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-01T16:23:35.058Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-01T16:23:35.058Z] Updating certificates in /etc/ssl/certs... [2021-04-01T16:23:35.629Z] 0 added, 0 removed; done. [2021-04-01T16:23:35.629Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-01T16:23:35.629Z] done. [2021-04-01T16:23:36.198Z] Reading package lists... [2021-04-01T16:23:36.198Z] Building dependency tree... [2021-04-01T16:23:36.198Z] Reading state information... [2021-04-01T16:23:36.457Z] The following NEW packages will be installed: [2021-04-01T16:23:36.457Z] apt-transport-https [2021-04-01T16:23:36.457Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T16:23:36.457Z] Need to get 1696 B of archives. [2021-04-01T16:23:36.457Z] After this operation, 153 kB of additional disk space will be used. [2021-04-01T16:23:36.457Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-01T16:23:36.717Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T16:23:36.718Z] Fetched 1696 B in 0s (8534 B/s) [2021-04-01T16:23:36.718Z] Selecting previously unselected package apt-transport-https. [2021-04-01T16:23:36.718Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-01T16:23:36.718Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-01T16:23:36.718Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T16:23:36.718Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T16:23:36.978Z] Waiting for network to be ready... [2021-04-01T16:23:43.567Z] 2021-04-01T16:23:40Z INFO Waiting for automatic snapd restart... [2021-04-01T16:23:43.567Z] snapd 2.49.1 from Canonical* installed [2021-04-01T16:23:44.138Z] "snapd" switched to the "latest/stable" channel [2021-04-01T16:23:44.139Z] [2021-04-01T16:23:46.683Z] core18 20210309 from Canonical* installed [2021-04-01T16:23:46.683Z] "core18" switched to the "latest/stable" channel [2021-04-01T16:23:46.683Z] [2021-04-01T16:23:49.984Z] snapcraft 4.6 from Canonical* installed [2021-04-01T16:23:50.244Z] "snapcraft" switched to the "latest/stable" channel [2021-04-01T16:23:50.244Z] [2021-04-01T16:23:54.445Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-01T16:23:54.445Z] - README.md [2021-04-01T16:23:54.445Z] [2021-04-01T16:23:54.445Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T16:24:01.059Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T16:24:01.059Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T16:24:01.059Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T16:24:01.059Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T16:24:01.322Z] Reading package lists... [2021-04-01T16:24:01.898Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-01T16:24:08.494Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T16:24:08.494Z] Reading package lists... [2021-04-01T16:24:08.494Z] Building dependency tree... [2021-04-01T16:24:08.494Z] Reading state information... [2021-04-01T16:24:08.494Z] Suggested packages: [2021-04-01T16:24:08.494Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-01T16:24:08.494Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-01T16:24:08.494Z] Recommended packages: [2021-04-01T16:24:08.494Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-01T16:24:08.494Z] The following NEW packages will be installed: [2021-04-01T16:24:08.494Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-01T16:24:08.494Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-01T16:24:08.494Z] pkg-config zip [2021-04-01T16:24:08.494Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T16:24:08.494Z] Need to get 7663 kB of archives. [2021-04-01T16:24:08.494Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-01T16:24:08.494Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-01T16:24:08.494Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-01T16:24:08.494Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-01T16:24:08.779Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-01T16:24:08.779Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-01T16:24:08.779Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-01T16:24:08.779Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-01T16:24:08.779Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-01T16:24:08.779Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-01T16:24:08.779Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-01T16:24:09.039Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-01T16:24:09.039Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-01T16:24:09.039Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-01T16:24:09.298Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-01T16:24:09.298Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-01T16:24:09.298Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T16:24:09.298Z] Fetched 7663 kB in 1s (7040 kB/s) [2021-04-01T16:24:09.559Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-01T16:24:09.559Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-01T16:24:09.559Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-01T16:24:09.559Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T16:24:09.819Z] Selecting previously unselected package libpsl5:amd64. [2021-04-01T16:24:09.819Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-01T16:24:09.819Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T16:24:09.819Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-01T16:24:09.819Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-01T16:24:09.819Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T16:24:09.819Z] Selecting previously unselected package librtmp1:amd64. [2021-04-01T16:24:09.819Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-01T16:24:09.819Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T16:24:10.080Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-01T16:24:10.080Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-01T16:24:10.080Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T16:24:10.080Z] Selecting previously unselected package liberror-perl. [2021-04-01T16:24:10.080Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-01T16:24:10.080Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-01T16:24:10.342Z] Selecting previously unselected package git-man. [2021-04-01T16:24:10.342Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-01T16:24:10.342Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T16:24:10.342Z] Selecting previously unselected package git. [2021-04-01T16:24:10.342Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-01T16:24:10.603Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T16:24:11.175Z] Selecting previously unselected package libnorm1:amd64. [2021-04-01T16:24:11.175Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-01T16:24:11.175Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T16:24:11.436Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-01T16:24:11.436Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-01T16:24:11.436Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T16:24:11.436Z] Selecting previously unselected package libsodium23:amd64. [2021-04-01T16:24:11.436Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-01T16:24:11.436Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-01T16:24:11.436Z] Selecting previously unselected package libzmq5:amd64. [2021-04-01T16:24:11.436Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T16:24:11.697Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T16:24:11.697Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-01T16:24:11.697Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T16:24:11.697Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T16:24:11.697Z] Selecting previously unselected package pkg-config. [2021-04-01T16:24:11.697Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-01T16:24:11.697Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T16:24:11.958Z] Selecting previously unselected package zip. [2021-04-01T16:24:11.958Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-01T16:24:11.958Z] Unpacking zip (3.0-11build1) ... [2021-04-01T16:24:11.958Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T16:24:11.958Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T16:24:11.958Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T16:24:11.958Z] Setting up liberror-perl (0.17025-1) ... [2021-04-01T16:24:12.220Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T16:24:12.220Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T16:24:12.220Z] No schema files found: doing nothing. [2021-04-01T16:24:12.220Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T16:24:12.220Z] Setting up zip (3.0-11build1) ... [2021-04-01T16:24:12.220Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T16:24:12.220Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-01T16:24:12.220Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T16:24:12.481Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T16:24:12.481Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T16:24:12.481Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T16:24:12.481Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T16:24:12.481Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T16:24:19.090Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T16:24:19.090Z] git set to automatically installed. [2021-04-01T16:24:19.090Z] git-man set to automatically installed. [2021-04-01T16:24:19.090Z] libcurl3-gnutls set to automatically installed. [2021-04-01T16:24:19.090Z] liberror-perl set to automatically installed. [2021-04-01T16:24:19.090Z] libglib2.0-0 set to automatically installed. [2021-04-01T16:24:19.090Z] libnghttp2-14 set to automatically installed. [2021-04-01T16:24:19.090Z] libnorm1 set to automatically installed. [2021-04-01T16:24:19.090Z] libpgm-5.2-0 set to automatically installed. [2021-04-01T16:24:19.090Z] libpsl5 set to automatically installed. [2021-04-01T16:24:19.090Z] librtmp1 set to automatically installed. [2021-04-01T16:24:19.090Z] libsodium23 set to automatically installed. [2021-04-01T16:24:19.091Z] libzmq3-dev set to automatically installed. [2021-04-01T16:24:19.091Z] libzmq5 set to automatically installed. [2021-04-01T16:24:19.091Z] pkg-config set to automatically installed. [2021-04-01T16:24:19.091Z] zip set to automatically installed. [2021-04-01T16:24:21.008Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T16:24:27.604Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T16:24:43.764Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:24:43.764Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:24:43.764Z] ---> 8a83b23727f0 [2021-04-01T16:24:43.764Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T16:24:43.764Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:24:43.764Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:24:43.764Z] ---> 8a83b23727f0 [2021-04-01T16:24:43.764Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T16:24:43.764Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:24:43.764Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:24:43.764Z] ---> 8a83b23727f0 [2021-04-01T16:24:43.764Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T16:24:43.764Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:24:43.764Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:24:43.764Z] ---> 8a83b23727f0 [2021-04-01T16:24:43.764Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T16:24:43.764Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:24:43.764Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:24:43.764Z] ---> 8a83b23727f0 [2021-04-01T16:24:43.764Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T16:24:43.764Z] ---> Running in 7b712240dd01 [2021-04-01T16:24:43.764Z] ---> Running in 4b99f53da73c [2021-04-01T16:24:43.764Z] ---> Running in 08af6319711a [2021-04-01T16:24:43.764Z] ---> Running in ddcf7c3c9cf3 [2021-04-01T16:24:43.764Z] ---> Running in e150ede22993 [2021-04-01T16:24:43.764Z] Removing intermediate container 7b712240dd01 [2021-04-01T16:24:43.764Z] ---> ded8dc281c53 [2021-04-01T16:24:43.764Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:24:43.764Z] Removing intermediate container 4b99f53da73c [2021-04-01T16:24:43.764Z] ---> aea09126bd80 [2021-04-01T16:24:43.764Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:24:43.764Z] Removing intermediate container e150ede22993 [2021-04-01T16:24:43.764Z] ---> 02b0cc1231c9 [2021-04-01T16:24:43.764Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:24:43.764Z] ---> Running in c51414fd7ed9 [2021-04-01T16:24:43.764Z] ---> Running in 7fe4909cc0c4 [2021-04-01T16:24:43.764Z] Removing intermediate container ddcf7c3c9cf3 [2021-04-01T16:24:43.764Z] ---> 9a8705f12bb7 [2021-04-01T16:24:43.764Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:24:43.764Z] Removing intermediate container 08af6319711a [2021-04-01T16:24:43.764Z] ---> 1601e1e16ebc [2021-04-01T16:24:43.764Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:24:43.764Z] ---> Running in 82fec46d007a [2021-04-01T16:24:43.764Z] ---> Running in fbe839e9673e [2021-04-01T16:24:43.764Z] ---> Running in f0bee85d257f [2021-04-01T16:24:43.764Z] Removing intermediate container 7fe4909cc0c4 [2021-04-01T16:24:43.764Z] ---> 5b27c25f8c03 [2021-04-01T16:24:43.764Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T16:24:43.764Z] ---> Running in 347ee8d06f36 [2021-04-01T16:24:43.764Z] Removing intermediate container c51414fd7ed9 [2021-04-01T16:24:43.764Z] ---> 199dad1dc094 [2021-04-01T16:24:43.764Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T16:24:43.764Z] Removing intermediate container 82fec46d007a [2021-04-01T16:24:43.764Z] ---> 01c43b2605ba [2021-04-01T16:24:43.764Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T16:24:43.764Z] ---> Running in 067f548e4f03 [2021-04-01T16:24:43.764Z] ---> Running in 8aa4a86d8e98 [2021-04-01T16:24:43.764Z] Removing intermediate container fbe839e9673e [2021-04-01T16:24:43.764Z] ---> b4d7ca0808fb [2021-04-01T16:24:43.764Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T16:24:43.764Z] Removing intermediate container f0bee85d257f [2021-04-01T16:24:43.764Z] ---> d3c04aca232a [2021-04-01T16:24:43.764Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T16:24:43.764Z] ---> Running in 37d8907f2a8b [2021-04-01T16:24:43.764Z] ---> Running in 9950100d808d [2021-04-01T16:24:44.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:24:45.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:24:45.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:24:45.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:24:45.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:24:45.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:24:46.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:24:46.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:24:46.208Z] OK: 217 MiB in 51 packages [2021-04-01T16:24:46.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:24:46.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:24:47.185Z] OK: 217 MiB in 51 packages [2021-04-01T16:24:47.185Z] OK: 217 MiB in 51 packages [2021-04-01T16:24:47.185Z] OK: 217 MiB in 51 packages [2021-04-01T16:24:47.470Z] OK: 217 MiB in 51 packages [2021-04-01T16:24:47.746Z] Removing intermediate container 347ee8d06f36 [2021-04-01T16:24:47.746Z] ---> 71befeac728c [2021-04-01T16:24:47.746Z] Step 6/31 : COPY go.mod . [2021-04-01T16:24:48.738Z] ---> 033a2edf6180 [2021-04-01T16:24:48.738Z] Step 7/31 : RUN go mod download [2021-04-01T16:24:48.738Z] Removing intermediate container 067f548e4f03 [2021-04-01T16:24:48.738Z] ---> 557bea0e0628 [2021-04-01T16:24:48.738Z] Step 6/24 : COPY go.mod . [2021-04-01T16:24:48.738Z] ---> Running in 7fe41acb3c5d [2021-04-01T16:24:49.012Z] Removing intermediate container 8aa4a86d8e98 [2021-04-01T16:24:49.012Z] ---> df64b218fbdb [2021-04-01T16:24:49.012Z] Step 6/22 : COPY go.mod . [2021-04-01T16:24:49.286Z] Removing intermediate container 9950100d808d [2021-04-01T16:24:49.286Z] ---> 6d8bed3a58be [2021-04-01T16:24:49.286Z] Step 6/22 : COPY go.mod . [2021-04-01T16:24:49.286Z] Removing intermediate container 37d8907f2a8b [2021-04-01T16:24:49.286Z] ---> 5386aa516521 [2021-04-01T16:24:49.286Z] Step 6/23 : COPY go.mod . [2021-04-01T16:24:49.880Z] ---> d8e7c1266c59 [2021-04-01T16:24:49.880Z] Step 7/24 : RUN go mod download [2021-04-01T16:24:49.880Z] ---> Running in 0f6815821ddb [2021-04-01T16:24:50.154Z] ---> 5e582d08debe [2021-04-01T16:24:50.154Z] Step 7/22 : RUN go mod download [2021-04-01T16:24:50.426Z] ---> Running in 37d95a8dbdfd [2021-04-01T16:24:50.426Z] ---> 39efbb3d0868 [2021-04-01T16:24:50.426Z] Step 7/22 : RUN go mod download [2021-04-01T16:24:50.426Z] ---> f2ef63bc7622 [2021-04-01T16:24:50.426Z] Step 7/23 : RUN go mod download [2021-04-01T16:24:50.701Z] ---> Running in c2b7c119b432 [2021-04-01T16:24:50.701Z] ---> Running in a56a06c0a8e3 [2021-04-01T16:24:52.687Z] Removing intermediate container 7fe41acb3c5d [2021-04-01T16:24:52.687Z] ---> 439740ff4375 [2021-04-01T16:24:52.687Z] Step 8/31 : COPY . . [2021-04-01T16:24:55.311Z] Removing intermediate container 0f6815821ddb [2021-04-01T16:24:55.311Z] ---> c3629497c753 [2021-04-01T16:24:55.311Z] Step 8/24 : COPY . . [2021-04-01T16:24:56.297Z] Removing intermediate container 37d95a8dbdfd [2021-04-01T16:24:56.297Z] ---> ba605ebb215e [2021-04-01T16:24:56.297Z] Step 8/22 : COPY . . [2021-04-01T16:24:56.297Z] Removing intermediate container a56a06c0a8e3 [2021-04-01T16:24:56.297Z] ---> f398ac8374f4 [2021-04-01T16:24:56.297Z] Step 8/23 : COPY . . [2021-04-01T16:24:56.575Z] Removing intermediate container c2b7c119b432 [2021-04-01T16:24:56.575Z] ---> 2a7ed915bbcf [2021-04-01T16:24:56.575Z] Step 8/22 : COPY . . [2021-04-01T16:25:06.359Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-01T16:25:06.359Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T16:25:07.750Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T16:25:08.693Z] snap "core18" has no updates available [2021-04-01T16:25:08.956Z] Pulling go-build-helper [2021-04-01T16:25:08.956Z] + snapcraftctl pull [2021-04-01T16:25:10.339Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-01T16:25:10.339Z] Skipping pull go-build-helper (already ran) [2021-04-01T16:25:10.339Z] Building go-build-helper [2021-04-01T16:25:10.339Z] + snapcraftctl build [2021-04-01T16:25:12.253Z] Staging go-build-helper [2021-04-01T16:25:12.253Z] + snapcraftctl stage [2021-04-01T16:25:22.270Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T16:25:22.270Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T16:25:22.270Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T16:25:22.270Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T16:25:22.270Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T16:25:22.270Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T16:25:22.270Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T16:25:22.270Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T16:25:22.270Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T16:25:22.270Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T16:25:22.270Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T16:25:22.270Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T16:25:22.270Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T16:25:22.270Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T16:25:22.270Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T16:25:22.270Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T16:25:22.270Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T16:25:22.270Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T16:25:22.270Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T16:25:22.270Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T16:25:22.270Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T16:25:22.270Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T16:25:22.270Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T16:25:22.270Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T16:25:22.270Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T16:25:22.270Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T16:25:22.270Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T16:25:22.270Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-01T16:25:22.270Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T16:25:22.270Z] Fetched 224 kB in 0s (0 B/s) [2021-04-01T16:25:22.270Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T16:25:22.270Z] Fetched 157 kB in 0s (0 B/s) [2021-04-01T16:25:22.270Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T16:25:22.270Z] Fetched 221 kB in 0s (0 B/s) [2021-04-01T16:25:22.270Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T16:25:22.270Z] Fetched 143 kB in 0s (0 B/s) [2021-04-01T16:25:22.270Z] Pulling app-service-config [2021-04-01T16:25:22.270Z] + snapcraftctl pull [2021-04-01T16:25:22.531Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-01T16:25:23.102Z] Pulling config-common [2021-04-01T16:25:23.102Z] + snapcraftctl pull [2021-04-01T16:25:23.405Z] ---> 9a52616f6c48 [2021-04-01T16:25:23.405Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T16:25:23.405Z] ---> 017c28500dd5 [2021-04-01T16:25:23.405Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T16:25:23.405Z] ---> Running in 5dcc91014dbf [2021-04-01T16:25:23.405Z] ---> cb703168a4b8 [2021-04-01T16:25:23.405Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T16:25:23.405Z] ---> d3ae8601b526 [2021-04-01T16:25:23.405Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T16:25:23.405Z] ---> Running in 3b0f372b433f [2021-04-01T16:25:23.405Z] ---> 510bb23b8b3a [2021-04-01T16:25:23.405Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T16:25:23.405Z] ---> Running in 8c0e4612df31 [2021-04-01T16:25:23.405Z] ---> Running in fd7b3c850e13 [2021-04-01T16:25:23.405Z] ---> Running in b7a5fac2c1b7 [2021-04-01T16:25:23.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T16:25:23.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T16:25:23.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T16:25:23.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T16:25:23.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T16:25:27.305Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T16:25:27.305Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T16:25:27.305Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T16:25:27.305Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T16:25:27.305Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T16:25:27.305Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T16:25:27.305Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T16:25:27.305Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T16:25:27.305Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T16:25:27.305Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T16:25:27.305Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T16:25:27.305Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T16:25:27.305Z] Pulling edgex-go [2021-04-01T16:25:27.305Z] + snapcraftctl pull [2021-04-01T16:25:49.267Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T16:25:49.267Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T16:25:49.267Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T16:25:49.267Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-01T16:25:49.267Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-01T16:25:49.267Z] Fetched 279 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-01T16:25:49.267Z] Fetched 122 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-01T16:25:49.267Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-01T16:25:49.267Z] Fetched 8848 B in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-01T16:25:49.267Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-01T16:25:49.267Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-01T16:25:49.267Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-01T16:25:49.267Z] Fetched 219 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-01T16:25:49.267Z] Fetched 154 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-01T16:25:49.267Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-01T16:25:49.267Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-01T16:25:49.267Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-01T16:25:49.267Z] Fetched 499 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-01T16:25:49.267Z] Fetched 111 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-01T16:25:49.267Z] Fetched 240 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-01T16:25:49.267Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-01T16:25:49.267Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-01T16:25:49.267Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-01T16:25:49.267Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-01T16:25:49.267Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-01T16:25:49.267Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-01T16:25:49.267Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-01T16:25:49.267Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-01T16:25:49.267Z] Fetched 8720 B in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-01T16:25:49.267Z] Fetched 137 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-01T16:25:49.267Z] Fetched 119 kB in 0s (0 B/s) [2021-04-01T16:25:49.267Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-01T16:25:49.268Z] Fetched 109 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-01T16:25:49.268Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-01T16:25:49.268Z] Fetched 645 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-01T16:25:49.268Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-01T16:25:49.268Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-01T16:25:49.268Z] Fetched 368 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-01T16:25:49.268Z] Fetched 187 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-01T16:25:49.268Z] Fetched 175 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-01T16:25:49.268Z] Fetched 206 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-01T16:25:49.268Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-01T16:25:49.268Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-01T16:25:49.268Z] Fetched 159 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-01T16:25:49.268Z] Fetched 107 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-01T16:25:49.268Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-01T16:25:49.268Z] Pulling static-packages [2021-04-01T16:25:49.268Z] + snapcraftctl pull [2021-04-01T16:25:49.268Z] Pulling version [2021-04-01T16:25:49.268Z] + cd /root/project [2021-04-01T16:25:49.268Z] + [ -f VERSION ] [2021-04-01T16:25:49.268Z] + PROJECT_VERSION=local-dev [2021-04-01T16:25:49.268Z] + git rev-parse --short HEAD [2021-04-01T16:25:49.268Z] + GIT_REVISION=4d59e47c [2021-04-01T16:25:49.268Z] + snapcraftctl set-version local-dev [2021-04-01T16:25:50.208Z] Skipping build go-build-helper (already ran) [2021-04-01T16:25:50.208Z] Building app-service-config [2021-04-01T16:25:50.208Z] + make build [2021-04-01T16:25:50.208Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-01T16:25:52.122Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-04-01T16:25:52.382Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-04-01T16:25:52.382Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-01T16:25:52.382Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-01T16:25:52.643Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-01T16:25:52.643Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-04-01T16:25:52.643Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-01T16:25:52.643Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-01T16:25:52.904Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-01T16:25:52.904Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-01T16:25:52.904Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-01T16:25:53.165Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-01T16:25:53.165Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-01T16:25:53.424Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-01T16:25:53.424Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-01T16:25:53.424Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-01T16:25:53.686Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-01T16:25:53.686Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-01T16:25:53.686Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-01T16:25:53.686Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-01T16:25:53.686Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-01T16:25:53.686Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-01T16:25:53.686Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-01T16:25:53.686Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-01T16:25:53.686Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-01T16:25:53.953Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-01T16:25:53.953Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-01T16:25:53.953Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-01T16:25:53.953Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-01T16:25:53.953Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-01T16:25:53.953Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-01T16:25:53.953Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-01T16:25:53.953Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-01T16:25:53.953Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-04-01T16:25:53.953Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-01T16:25:53.953Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-01T16:25:53.953Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-01T16:25:53.953Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-01T16:25:53.953Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-01T16:25:53.953Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-01T16:25:53.953Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-01T16:25:53.953Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-01T16:25:53.953Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-01T16:25:54.216Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-01T16:25:54.216Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-01T16:26:04.214Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-01T16:26:04.214Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-01T16:26:04.214Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-01T16:26:04.214Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-01T16:26:04.475Z] Building config-common [2021-04-01T16:26:04.475Z] + snapcraftctl build [2021-04-01T16:26:07.020Z] Building edgex-go [2021-04-01T16:26:07.020Z] + cd /root/parts/edgex-go/src [2021-04-01T16:26:07.020Z] + make build [2021-04-01T16:26:07.020Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T16:26:07.020Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-01T16:26:07.020Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-01T16:26:07.281Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-01T16:26:07.281Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-01T16:26:07.281Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-01T16:26:07.281Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-01T16:26:07.281Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-01T16:26:11.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T16:26:11.486Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-01T16:26:16.779Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T16:26:17.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T16:26:19.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T16:26:19.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T16:26:19.889Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-01T16:26:20.148Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-01T16:26:20.149Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-01T16:26:20.149Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-01T16:26:22.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T16:26:22.061Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-01T16:26:22.061Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-01T16:26:23.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T16:26:24.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T16:26:25.770Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T16:26:26.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T16:26:26.709Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-01T16:26:28.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T16:26:28.093Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-01T16:26:30.015Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-01T16:26:30.015Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-01T16:26:30.015Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-01T16:26:30.015Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-01T16:26:30.015Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-01T16:26:30.015Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-01T16:26:30.015Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-01T16:26:30.015Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-01T16:26:30.015Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-01T16:26:30.015Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-01T16:26:30.015Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-01T16:26:30.015Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-01T16:26:30.015Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-01T16:26:30.015Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-01T16:26:30.015Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-01T16:26:30.275Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-01T16:26:30.275Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-01T16:26:30.275Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-01T16:26:30.275Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-01T16:26:30.275Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-01T16:26:30.275Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-01T16:26:30.275Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-01T16:26:30.275Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-01T16:26:30.275Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-01T16:26:30.275Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-01T16:26:30.275Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-01T16:26:33.581Z] Building static-packages [2021-04-01T16:26:33.581Z] + snapcraftctl build [2021-04-01T16:26:34.969Z] Building version [2021-04-01T16:26:34.969Z] + snapcraftctl build [2021-04-01T16:26:36.993Z] Skipping stage go-build-helper (already ran) [2021-04-01T16:26:36.993Z] Staging app-service-config [2021-04-01T16:26:36.993Z] + snapcraftctl stage [2021-04-01T16:26:38.041Z] Staging config-common [2021-04-01T16:26:38.041Z] + snapcraftctl stage [2021-04-01T16:26:39.202Z] Staging edgex-go [2021-04-01T16:26:39.202Z] + snapcraftctl stage [2021-04-01T16:26:40.423Z] Staging static-packages [2021-04-01T16:26:40.423Z] + snapcraftctl stage [2021-04-01T16:26:40.996Z] Staging version [2021-04-01T16:26:40.996Z] + snapcraftctl stage [2021-04-01T16:26:41.937Z] Priming go-build-helper [2021-04-01T16:26:41.937Z] + snapcraftctl prime [2021-04-01T16:26:43.323Z] Priming app-service-config [2021-04-01T16:26:43.323Z] + snapcraftctl prime [2021-04-01T16:26:44.268Z] Priming config-common [2021-04-01T16:26:44.268Z] + snapcraftctl prime [2021-04-01T16:26:45.211Z] Priming edgex-go [2021-04-01T16:26:45.211Z] + snapcraftctl prime [2021-04-01T16:26:46.593Z] Priming static-packages [2021-04-01T16:26:46.593Z] + snapcraftctl prime [2021-04-01T16:26:49.136Z] Priming version [2021-04-01T16:26:49.136Z] + snapcraftctl prime [2021-04-01T16:26:49.706Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T16:27:00.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T16:27:12.975Z] Removing intermediate container 5dcc91014dbf [2021-04-01T16:27:12.975Z] ---> b7a85fc6eb56 [2021-04-01T16:27:12.975Z] [2021-04-01T16:27:12.975Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T16:27:12.975Z] 3.12: Pulling from library/alpine [2021-04-01T16:27:14.432Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T16:27:14.432Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T16:27:14.432Z] ---> d75e27dfc0a0 [2021-04-01T16:27:14.432Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T16:27:15.057Z] ---> Running in 9e77b086d70c [2021-04-01T16:27:15.663Z] Removing intermediate container 3b0f372b433f [2021-04-01T16:27:15.663Z] ---> 4a96199d73ed [2021-04-01T16:27:15.663Z] [2021-04-01T16:27:15.663Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T16:27:15.663Z] ---> d75e27dfc0a0 [2021-04-01T16:27:15.663Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T16:27:15.943Z] ---> Running in 783403508fed [2021-04-01T16:27:16.235Z] Removing intermediate container 9e77b086d70c [2021-04-01T16:27:16.235Z] ---> 2afe028f03f1 [2021-04-01T16:27:16.235Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T16:27:16.522Z] ---> Running in c59c64dc93e5 [2021-04-01T16:27:18.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:27:18.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:27:18.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:27:18.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:27:19.127Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T16:27:19.127Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T16:27:19.127Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:27:19.127Z] OK: 5 MiB in 16 packages [2021-04-01T16:27:19.127Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T16:27:19.403Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T16:27:19.403Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T16:27:19.403Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T16:27:19.403Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T16:27:19.403Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T16:27:19.403Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:27:19.403Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T16:27:19.681Z] OK: 7 MiB in 20 packages [2021-04-01T16:27:22.331Z] Removing intermediate container c59c64dc93e5 [2021-04-01T16:27:22.331Z] ---> 009c0d093db2 [2021-04-01T16:27:22.331Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T16:27:22.604Z] ---> Running in 438f763519e0 [2021-04-01T16:27:22.880Z] Removing intermediate container 783403508fed [2021-04-01T16:27:22.880Z] ---> 742e46b133ff [2021-04-01T16:27:22.880Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T16:27:23.154Z] Removing intermediate container b7a5fac2c1b7 [2021-04-01T16:27:23.154Z] ---> 2b24734e3e6f [2021-04-01T16:27:23.154Z] [2021-04-01T16:27:23.154Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T16:27:23.154Z] ---> d75e27dfc0a0 [2021-04-01T16:27:23.154Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T16:27:23.429Z] Removing intermediate container 8c0e4612df31 [2021-04-01T16:27:23.429Z] ---> 89cb94583955 [2021-04-01T16:27:23.429Z] [2021-04-01T16:27:23.429Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T16:27:23.429Z] ---> d75e27dfc0a0 [2021-04-01T16:27:23.429Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T16:27:23.429Z] Removing intermediate container fd7b3c850e13 [2021-04-01T16:27:23.429Z] ---> 35de9f882a0e [2021-04-01T16:27:23.429Z] [2021-04-01T16:27:23.429Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T16:27:23.429Z] ---> d75e27dfc0a0 [2021-04-01T16:27:23.429Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T16:27:23.429Z] ---> Running in d32feabe9275 [2021-04-01T16:27:23.709Z] ---> Running in 5a72d6e5454c [2021-04-01T16:27:23.709Z] ---> Running in 4cb9a06edd3b [2021-04-01T16:27:23.709Z] ---> Running in 163fcb2cd658 [2021-04-01T16:27:23.709Z] Removing intermediate container 438f763519e0 [2021-04-01T16:27:23.709Z] ---> a560e84e8e21 [2021-04-01T16:27:23.987Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T16:27:24.262Z] ---> Running in 40893b697501 [2021-04-01T16:27:24.537Z] Removing intermediate container d32feabe9275 [2021-04-01T16:27:24.537Z] ---> fb9400d194ed [2021-04-01T16:27:24.537Z] Step 13/24 : WORKDIR / [2021-04-01T16:27:24.843Z] Removing intermediate container 40893b697501 [2021-04-01T16:27:24.843Z] ---> 55399b97cd8c [2021-04-01T16:27:24.843Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T16:27:24.843Z] ---> Running in daca36009218 [2021-04-01T16:27:24.843Z] ---> Running in 6561dd842b2d [2021-04-01T16:27:26.045Z] Removing intermediate container daca36009218 [2021-04-01T16:27:26.045Z] ---> e383d7ab2a6b [2021-04-01T16:27:26.045Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-01T16:27:26.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:27:26.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:27:26.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:27:27.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:27:27.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:27:27.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:27:27.638Z] ---> 81b096325674 [2021-04-01T16:27:27.638Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-01T16:27:27.638Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T16:27:27.638Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:27:27.944Z] OK: 5 MiB in 15 packages [2021-04-01T16:27:27.944Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T16:27:27.944Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:27:27.944Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T16:27:28.239Z] OK: 5 MiB in 15 packages [2021-04-01T16:27:28.239Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T16:27:28.239Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:27:28.239Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T16:27:28.537Z] OK: 6 MiB in 16 packages [2021-04-01T16:27:29.208Z] ---> 325ac860430e [2021-04-01T16:27:29.208Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T16:27:29.851Z] Removing intermediate container 6561dd842b2d [2021-04-01T16:27:29.851Z] ---> 943871c5417d [2021-04-01T16:27:29.851Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T16:27:30.122Z] ---> Running in 9e6a9a14a429 [2021-04-01T16:27:30.394Z] Removing intermediate container 5a72d6e5454c [2021-04-01T16:27:30.394Z] ---> 6cfd492d9314 [2021-04-01T16:27:30.394Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T16:27:30.394Z] Removing intermediate container 163fcb2cd658 [2021-04-01T16:27:30.394Z] ---> 6709bdf2844c [2021-04-01T16:27:30.394Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T16:27:30.394Z] ---> Running in 6e733e977b2f [2021-04-01T16:27:30.666Z] ---> 8b2e2da0a169 [2021-04-01T16:27:30.666Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T16:27:30.666Z] ---> Running in 76489c54ba69 [2021-04-01T16:27:30.941Z] Removing intermediate container 9e6a9a14a429 [2021-04-01T16:27:30.941Z] ---> 61c2b26e454c [2021-04-01T16:27:30.941Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T16:27:31.215Z] Removing intermediate container 4cb9a06edd3b [2021-04-01T16:27:31.215Z] ---> 999b8f062acc [2021-04-01T16:27:31.215Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T16:27:31.504Z] Removing intermediate container 6e733e977b2f [2021-04-01T16:27:31.504Z] ---> 83225bed89b0 [2021-04-01T16:27:31.504Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T16:27:31.504Z] Removing intermediate container 76489c54ba69 [2021-04-01T16:27:31.504Z] ---> 5e0cf89523c2 [2021-04-01T16:27:31.504Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T16:27:31.783Z] ---> Running in 66291c5625e5 [2021-04-01T16:27:31.783Z] ---> Running in 02a63921c4a6 [2021-04-01T16:27:31.783Z] ---> Running in 1fd6e66fc00e [2021-04-01T16:27:32.056Z] ---> 667e230c387d [2021-04-01T16:27:32.056Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T16:27:32.056Z] ---> c24047b45f43 [2021-04-01T16:27:32.056Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T16:27:32.341Z] ---> Running in da9ee5aabcb2 [2021-04-01T16:27:32.341Z] Removing intermediate container 66291c5625e5 [2021-04-01T16:27:32.341Z] ---> cebd967cf216 [2021-04-01T16:27:32.341Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T16:27:32.614Z] ---> Running in 13c7a52e75c4 [2021-04-01T16:27:32.614Z] Removing intermediate container 02a63921c4a6 [2021-04-01T16:27:32.614Z] ---> 64b1eb0e17d9 [2021-04-01T16:27:32.614Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T16:27:32.888Z] Removing intermediate container 1fd6e66fc00e [2021-04-01T16:27:32.888Z] ---> eb71ae3d3b87 [2021-04-01T16:27:32.888Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T16:27:32.888Z] ---> Running in f3bfba85c5a4 [2021-04-01T16:27:33.170Z] ---> Running in 6d567fb68f63 [2021-04-01T16:27:33.444Z] Removing intermediate container 13c7a52e75c4 [2021-04-01T16:27:33.444Z] ---> 380769814cbb [2021-04-01T16:27:33.444Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T16:27:33.444Z] ---> 082553e09142 [2021-04-01T16:27:33.444Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T16:27:33.715Z] ---> Running in fd539e7a2e91 [2021-04-01T16:27:33.715Z] Removing intermediate container f3bfba85c5a4 [2021-04-01T16:27:33.715Z] ---> 4dc74b169b88 [2021-04-01T16:27:33.715Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:27:33.715Z] Removing intermediate container 6d567fb68f63 [2021-04-01T16:27:33.715Z] ---> a3fb154a74f3 [2021-04-01T16:27:33.715Z] Step 15/23 : WORKDIR / [2021-04-01T16:27:33.987Z] ---> Running in 1ca3de87611f [2021-04-01T16:27:34.264Z] Removing intermediate container fd539e7a2e91 [2021-04-01T16:27:34.264Z] ---> bc116098afee [2021-04-01T16:27:34.264Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:27:34.540Z] ---> 597fd3b17c1b [2021-04-01T16:27:34.540Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-01T16:27:34.812Z] ---> Running in 7c8cec72c11a [2021-04-01T16:27:34.812Z] Removing intermediate container 1ca3de87611f [2021-04-01T16:27:34.812Z] ---> a89d5dbd55df [2021-04-01T16:27:34.812Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:27:35.083Z] ---> 92487866c531 [2021-04-01T16:27:35.083Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T16:27:35.358Z] ---> 6d8414e7b579 [2021-04-01T16:27:35.358Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T16:27:35.358Z] Removing intermediate container da9ee5aabcb2 [2021-04-01T16:27:35.358Z] ---> 321cff9464ec [2021-04-01T16:27:35.358Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:27:36.809Z] ---> f6195e61ec00 [2021-04-01T16:27:36.809Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T16:27:36.809Z] ---> 811abbc83c3d [2021-04-01T16:27:36.809Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T16:27:37.084Z] ---> d714c81a3086 [2021-04-01T16:27:37.084Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T16:27:37.376Z] ---> 913715eea3d5 [2021-04-01T16:27:37.376Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T16:27:38.388Z] ---> 45fb788e0dc7 [2021-04-01T16:27:38.388Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T16:27:38.668Z] Removing intermediate container 7c8cec72c11a [2021-04-01T16:27:38.668Z] ---> 6549d74909e8 [2021-04-01T16:27:38.668Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T16:27:38.668Z] ---> b1fb3464d71e [2021-04-01T16:27:38.668Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T16:27:38.668Z] ---> 605012852893 [2021-04-01T16:27:38.668Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T16:27:38.668Z] ---> 3ea4f1b9551e [2021-04-01T16:27:38.668Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T16:27:38.955Z] ---> Running in 4ee6bcd2dac2 [2021-04-01T16:27:38.955Z] ---> Running in 235e58488db9 [2021-04-01T16:27:38.955Z] ---> Running in fab856018ad8 [2021-04-01T16:27:39.557Z] ---> 3a8b5cd4101b [2021-04-01T16:27:39.557Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T16:27:39.557Z] Removing intermediate container 4ee6bcd2dac2 [2021-04-01T16:27:39.557Z] ---> 957d715da0db [2021-04-01T16:27:39.557Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T16:27:39.557Z] ---> Running in effb5b6a7a13 [2021-04-01T16:27:39.843Z] Removing intermediate container 235e58488db9 [2021-04-01T16:27:39.843Z] ---> 065d61dfe6bc [2021-04-01T16:27:39.843Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:27:39.843Z] Removing intermediate container fab856018ad8 [2021-04-01T16:27:39.843Z] ---> fbe5ea05a326 [2021-04-01T16:27:39.843Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:27:39.843Z] ---> 275be26c4ea3 [2021-04-01T16:27:39.843Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T16:27:40.127Z] ---> Running in fa61d9258cf2 [2021-04-01T16:27:40.127Z] ---> Running in 21285944fac5 [2021-04-01T16:27:40.127Z] ---> Running in 34c0c0644a01 [2021-04-01T16:27:40.404Z] Removing intermediate container effb5b6a7a13 [2021-04-01T16:27:40.404Z] ---> 891d4ff0821b [2021-04-01T16:27:40.404Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:27:40.677Z] ---> Running in 8f826dae5778 [2021-04-01T16:27:40.952Z] Removing intermediate container fa61d9258cf2 [2021-04-01T16:27:40.952Z] ---> 6783322b9296 [2021-04-01T16:27:40.952Z] Step 23/24 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:27:40.952Z] Removing intermediate container 21285944fac5 [2021-04-01T16:27:40.952Z] ---> 19ceebdc6320 [2021-04-01T16:27:40.952Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T16:27:40.952Z] Removing intermediate container 34c0c0644a01 [2021-04-01T16:27:40.952Z] ---> 1f96cf2bbc70 [2021-04-01T16:27:40.952Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T16:27:40.952Z] ---> 6c7bc0eb6b34 [2021-04-01T16:27:40.952Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T16:27:41.227Z] ---> Running in 520d5b8c0a81 [2021-04-01T16:27:41.227Z] ---> Running in 7ef97512fb4c [2021-04-01T16:27:41.227Z] ---> Running in 84639fc0c851 [2021-04-01T16:27:41.227Z] Removing intermediate container 8f826dae5778 [2021-04-01T16:27:41.227Z] ---> a76329c03441 [2021-04-01T16:27:41.227Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T16:27:41.504Z] ---> Running in 22a415bde345 [2021-04-01T16:27:41.793Z] Removing intermediate container 7ef97512fb4c [2021-04-01T16:27:41.793Z] ---> e02a72075bb2 [2021-04-01T16:27:41.793Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T16:27:42.069Z] Removing intermediate container 520d5b8c0a81 [2021-04-01T16:27:42.069Z] Removing intermediate container 84639fc0c851 [2021-04-01T16:27:42.069Z] ---> fd1f6dd57905 [2021-04-01T16:27:42.069Z] ---> 3afeaa4ee706 [2021-04-01T16:27:42.069Z] Step 21/22 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70Step 21/22 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:27:42.069Z] [2021-04-01T16:27:42.069Z] ---> Running in 947d7f900aff [2021-04-01T16:27:42.069Z] ---> a380c1f06b1b [2021-04-01T16:27:42.069Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T16:27:42.362Z] ---> Running in f9f3073bf877 [2021-04-01T16:27:42.363Z] Removing intermediate container 22a415bde345 [2021-04-01T16:27:42.363Z] ---> 70d0c1abc5d4 [2021-04-01T16:27:42.363Z] Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:27:42.363Z] ---> Running in e9c3fc4066c8 [2021-04-01T16:27:42.646Z] ---> Running in cd7986c7d531 [2021-04-01T16:27:42.922Z] ---> Running in 91277e7dcf2c [2021-04-01T16:27:42.922Z] Removing intermediate container 947d7f900aff [2021-04-01T16:27:42.922Z] ---> 0cca8c5391e4 [2021-04-01T16:27:42.922Z] [2021-04-01T16:27:42.922Z] Removing intermediate container f9f3073bf877 [2021-04-01T16:27:42.922Z] ---> f2679a87d018 [2021-04-01T16:27:42.922Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T16:27:43.204Z] Removing intermediate container e9c3fc4066c8 [2021-04-01T16:27:43.204Z] ---> 70fdb5812b1d [2021-04-01T16:27:43.204Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T16:27:43.204Z] ---> Running in 4b7d5de92695 [2021-04-01T16:27:43.480Z] ---> Running in c122749011f1 [2021-04-01T16:27:43.480Z] Removing intermediate container cd7986c7d531 [2021-04-01T16:27:43.480Z] ---> 6d413d866124 [2021-04-01T16:27:43.480Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T16:27:43.756Z] Successfully built 0cca8c5391e4 [2021-04-01T16:27:43.756Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-01T16:27:43.756Z] Removing intermediate container 91277e7dcf2c [2021-04-01T16:27:43.756Z] ---> 7f16f6df806a [2021-04-01T16:27:43.756Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T16:27:43.756Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-01T16:27:44.029Z] ---> Running in 58847f6bb63c [2021-04-01T16:27:44.029Z] Removing intermediate container 4b7d5de92695 [2021-04-01T16:27:44.029Z] ---> 925d36f2819a [2021-04-01T16:27:44.029Z] [2021-04-01T16:27:44.029Z] Removing intermediate container c122749011f1 [2021-04-01T16:27:44.029Z] ---> c901cbb6bbad [2021-04-01T16:27:44.029Z] [2021-04-01T16:27:44.630Z] ---> 9be50ba2bc04 [2021-04-01T16:27:44.630Z] Successfully built 925d36f2819a [2021-04-01T16:27:44.630Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T16:27:44.630Z] Successfully built c901cbb6bbad [2021-04-01T16:27:44.630Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-01T16:27:44.630Z] Building docker-security-proxy-setup-go [2021-04-01T16:27:44.903Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-01T16:27:44.903Z] Building docker-core-data-go [2021-04-01T16:27:44.903Z]  Building docker-support-notifications-go ... done Removing intermediate container 58847f6bb63c [2021-04-01T16:27:44.903Z] ---> b766dffeb633 [2021-04-01T16:27:44.903Z] [2021-04-01T16:27:45.176Z] ---> Running in e7622e5a9a79 [2021-04-01T16:27:45.452Z] Successfully built b766dffeb633 [2021-04-01T16:27:45.728Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-01T16:27:45.728Z] Building docker-sys-mgmt-agent-go [2021-04-01T16:27:47.704Z]  Building docker-core-command-go ... done Removing intermediate container e7622e5a9a79 [2021-04-01T16:27:47.704Z] ---> 85460bb6c7c0 [2021-04-01T16:27:47.704Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T16:27:47.704Z] ---> Running in b142a8b7d0ed [2021-04-01T16:27:48.331Z] Removing intermediate container b142a8b7d0ed [2021-04-01T16:27:48.331Z] ---> fa1c4fb973fb [2021-04-01T16:27:48.331Z] Step 28/31 : CMD ["gate"] [2021-04-01T16:27:48.601Z] ---> Running in 8d291e635f03 [2021-04-01T16:27:49.203Z] Removing intermediate container 8d291e635f03 [2021-04-01T16:27:49.203Z] ---> 5e419fc565dc [2021-04-01T16:27:49.203Z] Step 29/31 : LABEL arch=arm64 [2021-04-01T16:27:50.178Z] ---> Running in eea4f978323e [2021-04-01T16:27:51.158Z] Removing intermediate container eea4f978323e [2021-04-01T16:27:51.158Z] ---> 31e8803d3a69 [2021-04-01T16:27:51.158Z] Step 30/31 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:27:51.758Z] ---> Running in 4e17c5e218e6 [2021-04-01T16:27:52.358Z] Removing intermediate container 4e17c5e218e6 [2021-04-01T16:27:52.358Z] ---> cf2bd568fede [2021-04-01T16:27:52.358Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T16:27:53.347Z] ---> Running in a505ec02de18 [2021-04-01T16:27:53.943Z] Removing intermediate container a505ec02de18 [2021-04-01T16:27:53.943Z] ---> b78323673c8a [2021-04-01T16:27:53.943Z] [2021-04-01T16:27:54.539Z] Successfully built b78323673c8a [2021-04-01T16:27:54.539Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-01T16:28:51.127Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:28:51.127Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:28:51.127Z] ---> 8a83b23727f0 [2021-04-01T16:28:51.127Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T16:28:51.127Z] ---> Using cache [2021-04-01T16:28:51.127Z] ---> 1601e1e16ebc [2021-04-01T16:28:51.127Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:28:51.127Z] ---> Using cache [2021-04-01T16:28:51.127Z] ---> b4d7ca0808fb [2021-04-01T16:28:51.127Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T16:28:51.127Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:28:51.127Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:28:51.127Z] ---> 8a83b23727f0 [2021-04-01T16:28:51.127Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T16:28:51.127Z] ---> Using cache [2021-04-01T16:28:51.127Z] ---> 1601e1e16ebc [2021-04-01T16:28:51.127Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:28:51.127Z] ---> Using cache [2021-04-01T16:28:51.127Z] ---> b4d7ca0808fb [2021-04-01T16:28:51.127Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T16:28:51.127Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:28:51.127Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:28:51.127Z] ---> 8a83b23727f0 [2021-04-01T16:28:51.127Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T16:28:51.127Z] ---> Using cache [2021-04-01T16:28:51.127Z] ---> 1601e1e16ebc [2021-04-01T16:28:51.127Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:28:51.127Z] ---> Using cache [2021-04-01T16:28:51.127Z] ---> b4d7ca0808fb [2021-04-01T16:28:51.128Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T16:28:51.128Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T16:28:51.128Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T16:28:51.128Z] ---> 8a83b23727f0 [2021-04-01T16:28:51.128Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T16:28:51.128Z] ---> Using cache [2021-04-01T16:28:51.128Z] ---> 1601e1e16ebc [2021-04-01T16:28:51.128Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:28:51.128Z] ---> Using cache [2021-04-01T16:28:51.128Z] ---> b4d7ca0808fb [2021-04-01T16:28:51.128Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T16:28:51.128Z] ---> Running in b3d7af143162 [2021-04-01T16:28:51.128Z] ---> Running in 0c50a9ad56d9 [2021-04-01T16:28:51.128Z] ---> Running in 6413d6dc5e77 [2021-04-01T16:28:51.128Z] ---> Running in 7234de7ab161 [2021-04-01T16:28:51.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:28:51.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:28:51.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:28:51.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:28:51.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:28:51.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:28:51.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:28:51.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:28:51.128Z] OK: 217 MiB in 51 packages [2021-04-01T16:28:51.128Z] OK: 217 MiB in 51 packages [2021-04-01T16:28:51.128Z] OK: 217 MiB in 51 packages [2021-04-01T16:28:51.727Z] OK: 217 MiB in 51 packages [2021-04-01T16:28:52.712Z] Removing intermediate container 7234de7ab161 [2021-04-01T16:28:52.712Z] ---> 18fe257c946d [2021-04-01T16:28:52.712Z] Step 6/23 : COPY go.mod . [2021-04-01T16:28:52.989Z] Removing intermediate container 0c50a9ad56d9 [2021-04-01T16:28:52.989Z] ---> 39d881af9168 [2021-04-01T16:28:52.989Z] Step 6/21 : COPY go.mod . [2021-04-01T16:28:53.272Z] Removing intermediate container 6413d6dc5e77 [2021-04-01T16:28:53.272Z] ---> b0bdb6b37a70 [2021-04-01T16:28:53.272Z] Step 6/26 : COPY go.mod . [2021-04-01T16:28:53.272Z] Removing intermediate container b3d7af143162 [2021-04-01T16:28:53.272Z] ---> 52e0d7ce9beb [2021-04-01T16:28:53.272Z] Step 6/23 : COPY go.mod . [2021-04-01T16:28:53.545Z] ---> f1c5f6716feb [2021-04-01T16:28:53.545Z] Step 7/23 : RUN go mod download [2021-04-01T16:28:53.819Z] ---> Running in c854aefb9f72 [2021-04-01T16:28:54.093Z] ---> 0ba3606d2e11 [2021-04-01T16:28:54.093Z] Step 7/21 : RUN go mod download ---> 573fd069d94c [2021-04-01T16:28:54.093Z] Step 7/23 : RUN go mod download [2021-04-01T16:28:54.093Z] [2021-04-01T16:28:54.364Z] ---> e17d311263d4 [2021-04-01T16:28:54.364Z] Step 7/26 : RUN go mod download [2021-04-01T16:28:54.364Z] ---> Running in dbdc29fa93c2 [2021-04-01T16:28:54.364Z] ---> Running in 7ae4feedaa72 [2021-04-01T16:28:54.635Z] ---> Running in cfb0526a6c96 [2021-04-01T16:28:57.273Z] Removing intermediate container c854aefb9f72 [2021-04-01T16:28:57.274Z] ---> 74ad6c51ad48 [2021-04-01T16:28:57.274Z] Step 8/23 : COPY . . [2021-04-01T16:28:58.300Z] Removing intermediate container 7ae4feedaa72 [2021-04-01T16:28:58.300Z] ---> fa1e08e4a2a9 [2021-04-01T16:28:58.300Z] Step 8/21 : COPY . . [2021-04-01T16:28:59.291Z] Removing intermediate container cfb0526a6c96 [2021-04-01T16:28:59.291Z] ---> eb034318a1d3 [2021-04-01T16:28:59.291Z] Step 8/26 : COPY . . [2021-04-01T16:28:59.565Z] Removing intermediate container dbdc29fa93c2 [2021-04-01T16:28:59.565Z] ---> 64ce907a5577 [2021-04-01T16:28:59.565Z] Step 8/23 : COPY . . [2021-04-01T16:29:26.398Z] ---> 9a6e54f37583 [2021-04-01T16:29:26.398Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T16:29:26.398Z] ---> 3265557e6c50 [2021-04-01T16:29:26.398Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T16:29:26.398Z] ---> c8b6f94d3977 [2021-04-01T16:29:26.398Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T16:29:26.398Z] ---> df3682354d6d [2021-04-01T16:29:26.398Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T16:29:26.398Z] ---> Running in e684cbbdf136 [2021-04-01T16:29:26.398Z] ---> Running in 7b807d4c260b [2021-04-01T16:29:26.398Z] ---> Running in 6c85a41e407c [2021-04-01T16:29:26.398Z] ---> Running in d575f5784c82 [2021-04-01T16:29:26.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T16:29:26.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T16:29:26.398Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T16:29:26.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T16:30:48.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T16:30:58.436Z] Removing intermediate container 6c85a41e407c [2021-04-01T16:30:58.436Z] ---> 29b5cfdab1d9 [2021-04-01T16:30:58.436Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T16:30:58.436Z] Removing intermediate container 7b807d4c260b [2021-04-01T16:30:58.436Z] ---> e4dc7d1dd919 [2021-04-01T16:30:58.436Z] [2021-04-01T16:30:58.436Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T16:30:58.436Z] ---> d75e27dfc0a0 [2021-04-01T16:30:58.436Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T16:30:58.436Z] ---> Running in d5668a220df4 [2021-04-01T16:30:58.436Z] ---> Running in fda3b0689ed6 [2021-04-01T16:30:59.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T16:30:59.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:30:59.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:31:00.577Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T16:31:00.853Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T16:31:00.853Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T16:31:00.853Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T16:31:00.853Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:31:00.853Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T16:31:01.127Z] OK: 7 MiB in 18 packages [2021-04-01T16:31:03.776Z] Removing intermediate container d5668a220df4 [2021-04-01T16:31:03.776Z] ---> 62248c63a9e0 [2021-04-01T16:31:03.776Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T16:31:03.776Z] ---> Running in ce94a2a684e3 [2021-04-01T16:31:04.770Z] Removing intermediate container fda3b0689ed6 [2021-04-01T16:31:04.770Z] ---> e1c6201120dd [2021-04-01T16:31:04.770Z] [2021-04-01T16:31:04.770Z] Removing intermediate container ce94a2a684e3 [2021-04-01T16:31:04.770Z] ---> 7204df441b29 [2021-04-01T16:31:04.770Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T16:31:04.770Z] Step 13/21 : WORKDIR /edgex [2021-04-01T16:31:04.770Z] ---> Running in 8c7d03e2682f [2021-04-01T16:31:04.770Z] 20.10.0: Pulling from library/docker [2021-04-01T16:31:05.751Z] Removing intermediate container 8c7d03e2682f [2021-04-01T16:31:05.751Z] ---> cb9cf6745261 [2021-04-01T16:31:05.751Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T16:31:07.733Z] ---> 3af837f01495 [2021-04-01T16:31:07.733Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T16:31:11.129Z] ---> 18d4b9b68fe7 [2021-04-01T16:31:11.129Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T16:31:11.406Z] Removing intermediate container e684cbbdf136 [2021-04-01T16:31:11.406Z] ---> fcc78511bea6 [2021-04-01T16:31:11.406Z] [2021-04-01T16:31:11.686Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T16:31:11.686Z] ---> d75e27dfc0a0 [2021-04-01T16:31:11.686Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T16:31:11.686Z] ---> Using cache [2021-04-01T16:31:11.686Z] ---> 6709bdf2844c [2021-04-01T16:31:11.686Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T16:31:11.686Z] ---> Using cache [2021-04-01T16:31:11.686Z] ---> 5e0cf89523c2 [2021-04-01T16:31:11.686Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T16:31:12.291Z] ---> Running in 2ce8bdcdeaa1 [2021-04-01T16:31:12.892Z] ---> 3ca74e38b041 [2021-04-01T16:31:12.892Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T16:31:13.491Z] ---> Running in 6d36e475a100 [2021-04-01T16:31:13.491Z] Removing intermediate container 2ce8bdcdeaa1 [2021-04-01T16:31:13.491Z] ---> 8bba3bd81f07 [2021-04-01T16:31:13.491Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T16:31:14.141Z] ---> Running in f6dd45ca945a [2021-04-01T16:31:14.414Z] Removing intermediate container 6d36e475a100 [2021-04-01T16:31:14.414Z] ---> 543b4591c222 [2021-04-01T16:31:14.414Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T16:31:15.857Z] ---> Running in 382a0e41673b [2021-04-01T16:31:15.857Z] Removing intermediate container f6dd45ca945a [2021-04-01T16:31:15.857Z] ---> 6bc257b27e8c [2021-04-01T16:31:15.857Z] Step 15/23 : WORKDIR / [2021-04-01T16:31:16.468Z] ---> Running in 71fe8f180322 [2021-04-01T16:31:16.468Z] Removing intermediate container 382a0e41673b [2021-04-01T16:31:16.468Z] ---> f08b8ef2c900 [2021-04-01T16:31:16.468Z] Step 19/21 : LABEL arch=arm64 [2021-04-01T16:31:16.739Z] ---> Running in 70d50af9fa31 [2021-04-01T16:31:17.013Z] Removing intermediate container d575f5784c82 [2021-04-01T16:31:17.013Z] ---> 8b7e0dab1737 [2021-04-01T16:31:17.013Z] [2021-04-01T16:31:17.013Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T16:31:17.013Z] ---> d75e27dfc0a0 [2021-04-01T16:31:17.013Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T16:31:17.013Z] Removing intermediate container 71fe8f180322 [2021-04-01T16:31:17.013Z] ---> 147b17f734b0 [2021-04-01T16:31:17.013Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:31:17.283Z] ---> Running in 4a098ced2d91 [2021-04-01T16:31:17.283Z] Removing intermediate container 70d50af9fa31 [2021-04-01T16:31:17.283Z] ---> da8e9ec68a8d [2021-04-01T16:31:17.283Z] Step 20/21 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:31:17.555Z] ---> Running in cf864f193f38 [2021-04-01T16:31:17.825Z] Removing intermediate container 4a098ced2d91 [2021-04-01T16:31:17.825Z] ---> 3c5774a0a652 [2021-04-01T16:31:17.825Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T16:31:17.825Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T16:31:17.825Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T16:31:17.825Z] ---> eeaf43b92773 [2021-04-01T16:31:17.825Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T16:31:17.825Z] ---> Running in 2c59eadd980f [2021-04-01T16:31:18.095Z] ---> Running in 1963ea14b8e5 [2021-04-01T16:31:18.095Z] ---> 43c49eb8ba4c [2021-04-01T16:31:18.095Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T16:31:18.095Z] Removing intermediate container cf864f193f38 [2021-04-01T16:31:18.095Z] ---> 1bc3fc27ba25 [2021-04-01T16:31:18.095Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T16:31:18.366Z] ---> Running in d3f51df6a41f [2021-04-01T16:31:18.639Z] Removing intermediate container 2c59eadd980f [2021-04-01T16:31:18.639Z] ---> 4dabf9ad994b [2021-04-01T16:31:18.639Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T16:31:18.912Z] ---> Running in e84323f70bb0 [2021-04-01T16:31:19.184Z] Removing intermediate container d3f51df6a41f [2021-04-01T16:31:19.184Z] ---> 7f0bf2c089bc [2021-04-01T16:31:19.184Z] [2021-04-01T16:31:19.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:31:19.728Z] Removing intermediate container e84323f70bb0 [2021-04-01T16:31:19.728Z] ---> 90de3f99689d [2021-04-01T16:31:19.729Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T16:31:19.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:31:19.729Z] Successfully built 7f0bf2c089bc [2021-04-01T16:31:19.729Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-01T16:31:19.729Z]  Building docker-security-proxy-setup-go ... done  ---> aebbe068d0a1 [2021-04-01T16:31:19.729Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T16:31:19.729Z] ---> Running in 67b06f09175a [2021-04-01T16:31:20.320Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T16:31:20.320Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T16:31:20.321Z] Executing bash-5.0.17-r0.post-install [2021-04-01T16:31:20.321Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T16:31:20.321Z] OK: 12 MiB in 22 packages [2021-04-01T16:31:20.599Z] ---> 529663897bed [2021-04-01T16:31:20.599Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T16:31:20.874Z] ---> Running in cce3c395c0bd [2021-04-01T16:31:21.472Z] Removing intermediate container cce3c395c0bd [2021-04-01T16:31:21.473Z] ---> d47964845131 [2021-04-01T16:31:21.473Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:31:21.747Z] ---> Running in 2c459086b2c5 [2021-04-01T16:31:21.747Z] Removing intermediate container 1963ea14b8e5 [2021-04-01T16:31:21.747Z] ---> 36762ea591b7 [2021-04-01T16:31:21.747Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T16:31:22.018Z] ---> Running in 53da62af2abb [2021-04-01T16:31:22.290Z] Removing intermediate container 67b06f09175a [2021-04-01T16:31:22.290Z] ---> 54ff3e99127c [2021-04-01T16:31:22.290Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T16:31:22.290Z] Removing intermediate container 2c459086b2c5 [2021-04-01T16:31:22.290Z] ---> 8b29305266c5 [2021-04-01T16:31:22.290Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T16:31:22.290Z] ---> Running in ba82d6000703 [2021-04-01T16:31:22.290Z] ---> Running in e86b207eb816 [2021-04-01T16:31:22.290Z] Removing intermediate container 53da62af2abb [2021-04-01T16:31:22.290Z] ---> 280a6f4ebaf1 [2021-04-01T16:31:22.290Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T16:31:22.570Z] ---> Running in 02315099405f [2021-04-01T16:31:22.839Z] Removing intermediate container ba82d6000703 [2021-04-01T16:31:22.839Z] ---> 6ba93334b38d [2021-04-01T16:31:22.839Z] Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:31:23.119Z] ---> Running in d321a811ecfb [2021-04-01T16:31:23.393Z] Removing intermediate container 02315099405f [2021-04-01T16:31:23.393Z] ---> 61350365e50f [2021-04-01T16:31:23.393Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T16:31:23.393Z] ---> Running in 67258118e1a5 [2021-04-01T16:31:23.666Z] Removing intermediate container d321a811ecfb [2021-04-01T16:31:23.666Z] ---> 5ab22698f1ae [2021-04-01T16:31:23.666Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T16:31:23.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:31:23.666Z] ---> Running in f823e8edd11c [2021-04-01T16:31:23.940Z] Removing intermediate container 67258118e1a5 [2021-04-01T16:31:23.940Z] ---> d673d7d2a414 [2021-04-01T16:31:23.940Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T16:31:24.213Z] Removing intermediate container f823e8edd11c [2021-04-01T16:31:24.213Z] ---> 061d7814bb46 [2021-04-01T16:31:24.213Z] [2021-04-01T16:31:24.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:31:24.487Z] Successfully built 061d7814bb46 [2021-04-01T16:31:24.761Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-01T16:31:25.353Z]  Building docker-core-metadata-go ... done  ---> 2e6c111dbbf7 [2021-04-01T16:31:25.353Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T16:31:25.626Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T16:31:25.626Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T16:31:25.626Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T16:31:25.899Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T16:31:25.899Z] ---> cc7907fec084 [2021-04-01T16:31:25.899Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T16:31:26.170Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T16:31:26.448Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T16:31:26.448Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T16:31:26.448Z] OK: 8 MiB in 20 packages [2021-04-01T16:31:26.725Z] ---> fa4eb518228c [2021-04-01T16:31:26.725Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T16:31:27.003Z] ---> Running in 6f4c608b6409 [2021-04-01T16:31:27.981Z] Removing intermediate container e86b207eb816 [2021-04-01T16:31:27.981Z] ---> ace037fe8149 [2021-04-01T16:31:27.981Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T16:31:28.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:31:28.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:31:28.865Z] ---> 204e01a002dd [2021-04-01T16:31:28.865Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T16:31:29.139Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T16:31:29.139Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T16:31:29.139Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T16:31:29.139Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T16:31:29.139Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T16:31:29.139Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T16:31:29.139Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T16:31:30.566Z] ---> 34771c2b9ca9 [2021-04-01T16:31:30.566Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T16:31:31.160Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T16:31:31.160Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T16:31:31.160Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T16:31:31.160Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T16:31:31.160Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T16:31:31.160Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T16:31:31.160Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T16:31:31.429Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T16:31:31.429Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T16:31:31.429Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T16:31:31.429Z] ---> 252a4b93e012 [2021-04-01T16:31:31.429Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T16:31:31.429Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T16:31:31.429Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T16:31:31.429Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T16:31:31.429Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T16:31:31.429Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T16:31:31.429Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T16:31:31.701Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T16:31:31.701Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T16:31:31.701Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T16:31:31.701Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T16:31:31.701Z] ---> Running in c81d8fbbc963 [2021-04-01T16:31:31.701Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T16:31:31.701Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T16:31:31.701Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T16:31:31.701Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T16:31:31.701Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T16:31:31.701Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T16:31:31.977Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T16:31:31.977Z] OK: 71 MiB in 55 packages [2021-04-01T16:31:32.255Z] Removing intermediate container c81d8fbbc963 [2021-04-01T16:31:32.255Z] ---> 5e181ae796e2 [2021-04-01T16:31:32.255Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:31:32.255Z] ---> Running in 0844a8a30846 [2021-04-01T16:31:32.850Z] Removing intermediate container 0844a8a30846 [2021-04-01T16:31:32.850Z] ---> fd7883429c7b [2021-04-01T16:31:32.850Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T16:31:33.124Z] ---> Running in 40c7e04b8f4c [2021-04-01T16:31:33.720Z] Removing intermediate container 40c7e04b8f4c [2021-04-01T16:31:33.720Z] ---> ed7c2d0e833b [2021-04-01T16:31:33.720Z] Step 22/23 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:31:33.993Z] ---> Running in 5c15dfd2d60b [2021-04-01T16:31:34.589Z] Removing intermediate container 5c15dfd2d60b [2021-04-01T16:31:34.589Z] ---> 7516652f508d [2021-04-01T16:31:34.589Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T16:31:34.862Z] ---> Running in 9e2cd181bce8 [2021-04-01T16:31:35.456Z] Removing intermediate container 9e2cd181bce8 [2021-04-01T16:31:35.456Z] ---> d9dd0f4b1cd8 [2021-04-01T16:31:35.456Z] [2021-04-01T16:31:36.053Z] Successfully built d9dd0f4b1cd8 [2021-04-01T16:31:36.053Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-01T16:31:38.025Z]  Building docker-core-data-go ... done Removing intermediate container 6f4c608b6409 [2021-04-01T16:31:38.025Z] ---> 89058024a075 [2021-04-01T16:31:38.025Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T16:31:38.025Z] ---> Running in 41e9ebb49bf0 [2021-04-01T16:31:42.330Z] Collecting docker-compose==1.23.2 [2021-04-01T16:31:42.603Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T16:31:44.033Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T16:31:44.033Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T16:31:44.306Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T16:31:44.306Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T16:31:46.275Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T16:31:46.275Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T16:31:48.275Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T16:31:48.548Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T16:31:48.819Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T16:31:49.089Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T16:31:51.046Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T16:31:51.046Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T16:31:51.636Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T16:31:51.636Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T16:31:51.904Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T16:31:51.904Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T16:31:52.872Z] Collecting PyYAML<4,>=3.10 [2021-04-01T16:31:52.872Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T16:31:55.472Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-01T16:31:55.742Z] Collecting idna<2.8,>=2.5 [2021-04-01T16:31:55.742Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T16:31:55.742Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-01T16:31:56.332Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T16:31:56.332Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T16:31:56.332Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-01T16:31:56.613Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T16:31:56.613Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T16:31:56.613Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T16:31:56.613Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T16:31:56.613Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T16:31:56.613Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T16:31:57.615Z] Installing collected packages: idna, urllib3, requests, dockerpty, docopt, websocket-client, docker-pycreds, docker, texttable, jsonschema, cached-property, PyYAML, docker-compose [2021-04-01T16:31:57.615Z] Attempting uninstall: idna [2021-04-01T16:31:57.615Z] Found existing installation: idna 2.9 [2021-04-01T16:31:57.615Z] Uninstalling idna-2.9: [2021-04-01T16:31:57.615Z] Successfully uninstalled idna-2.9 [2021-04-01T16:31:58.213Z] Attempting uninstall: urllib3 [2021-04-01T16:31:58.213Z] Found existing installation: urllib3 1.25.9 [2021-04-01T16:31:58.213Z] Uninstalling urllib3-1.25.9: [2021-04-01T16:31:58.489Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T16:31:59.079Z] Attempting uninstall: requests [2021-04-01T16:31:59.079Z] Found existing installation: requests 2.23.0 [2021-04-01T16:31:59.079Z] Uninstalling requests-2.23.0: [2021-04-01T16:31:59.079Z] Successfully uninstalled requests-2.23.0 [2021-04-01T16:31:59.351Z] Running setup.py install for dockerpty: started [2021-04-01T16:32:01.320Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T16:32:01.320Z] Running setup.py install for docopt: started [2021-04-01T16:32:03.287Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T16:32:04.256Z] Running setup.py install for texttable: started [2021-04-01T16:32:05.679Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T16:32:06.271Z] Running setup.py install for PyYAML: started [2021-04-01T16:32:08.230Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T16:32:09.220Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-01T16:32:12.619Z] Removing intermediate container 41e9ebb49bf0 [2021-04-01T16:32:12.619Z] ---> 8ccb6283cf8d [2021-04-01T16:32:12.619Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T16:32:12.894Z] ---> Running in 8b1452b73679 [2021-04-01T16:32:13.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T16:32:14.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T16:32:14.735Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T16:32:14.735Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T16:32:14.735Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T16:32:14.735Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T16:32:14.735Z] OK: 72 MiB in 58 packages [2021-04-01T16:32:16.164Z] Removing intermediate container 8b1452b73679 [2021-04-01T16:32:16.164Z] ---> 445242598b46 [2021-04-01T16:32:16.164Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T16:32:16.438Z] ---> Running in b7ceae731900 [2021-04-01T16:32:17.035Z] Removing intermediate container b7ceae731900 [2021-04-01T16:32:17.035Z] ---> ecf451e07cba [2021-04-01T16:32:17.035Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T16:32:17.035Z] ---> Running in f23919e0ca00 [2021-04-01T16:32:17.365Z] Removing intermediate container f23919e0ca00 [2021-04-01T16:32:17.365Z] ---> ed1e03bc1fa9 [2021-04-01T16:32:17.365Z] Step 24/26 : LABEL arch=arm64 [2021-04-01T16:32:17.666Z] ---> Running in 045988d76abe [2021-04-01T16:32:18.274Z] Removing intermediate container 045988d76abe [2021-04-01T16:32:18.274Z] ---> e87cdc0c99f6 [2021-04-01T16:32:18.274Z] Step 25/26 : LABEL git_sha=4d59e47c1b9b124fda714d78f72d814514d1fe70 [2021-04-01T16:32:18.274Z] ---> Running in b24b6a6a74e4 [2021-04-01T16:32:18.876Z] Removing intermediate container b24b6a6a74e4 [2021-04-01T16:32:18.876Z] ---> a1673dd62f2e [2021-04-01T16:32:18.876Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T16:32:18.876Z] ---> Running in 4628be157029 [2021-04-01T16:32:19.487Z] Removing intermediate container 4628be157029 [2021-04-01T16:32:19.487Z] ---> 08a2d2a98c34 [2021-04-01T16:32:19.487Z] [2021-04-01T16:32:19.770Z] Successfully built 08a2d2a98c34 [2021-04-01T16:32:19.770Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-01T16:32:20.062Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T16:32:20.056Z] $ docker stop --time=1 f2a504b8d4d217a638c1f26ece070a2111b04e75d13ec2e260e256e762178db9 [2021-04-01T16:32:22.062Z] $ docker rm -f f2a504b8d4d217a638c1f26ece070a2111b04e75d13ec2e260e256e762178db9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T16:32:22.805Z] + + grepdocker images docker [2021-04-01T16:32:22.805Z] [2021-04-01T16:32:23.074Z] docker-sys-mgmt-agent-go-arm64 latest 08a2d2a98c34 3 seconds ago 301MB [2021-04-01T16:32:23.074Z] docker-core-data-go-arm64 latest d9dd0f4b1cd8 47 seconds ago 21.4MB [2021-04-01T16:32:23.074Z] docker-core-metadata-go-arm64 latest 061d7814bb46 59 seconds ago 17.9MB [2021-04-01T16:32:23.074Z] docker-security-proxy-setup-go-arm64 latest 7f0bf2c089bc About a minute ago 24.1MB [2021-04-01T16:32:23.074Z] docker-security-bootstrapper-go-arm64 latest b78323673c8a 4 minutes ago 17.9MB [2021-04-01T16:32:23.074Z] docker-core-command-go-arm64 latest b766dffeb633 4 minutes ago 16.3MB [2021-04-01T16:32:23.074Z] docker-support-notifications-go-arm64 latest c901cbb6bbad 4 minutes ago 16.9MB [2021-04-01T16:32:23.074Z] docker-support-scheduler-go-arm64 latest 925d36f2819a 4 minutes ago 16.4MB [2021-04-01T16:32:23.074Z] docker-security-secretstore-setup-go-arm64 latest 0cca8c5391e4 4 minutes ago 24.4MB [2021-04-01T16:32:23.074Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:32:24.183Z] ---> job-cost.sh [2021-04-01T16:32:24.183Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3aN6 [2021-04-01T16:33:03.134Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T16:34:39.863Z] lf-activate-venv(): INFO: Adding /tmp/venv-3aN6/bin to PATH [2021-04-01T16:34:39.863Z] INFO: No Stack... [2021-04-01T16:34:39.863Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T16:34:39.863Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T16:34:40.197Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-04-01T16:34:40.197Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T16:34:40.310Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3324-4-stack-cost] [2021-04-01T16:34:40.317Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3324-4-stack-cost] did not exist. Created. [2021-04-01T16:34:40.318Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3324-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T16:34:40.768Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T16:34:41.090Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T16:34:41.101Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3324-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-01T16:34:42.925Z] provisioning config files... [2021-04-01T16:34:42.944Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4004767875491099879tmp [Pipeline] { [Pipeline] sh [2021-04-01T16:34:43.319Z] + set +x [2021-04-01T16:34:43.319Z] + curl -s https://codecov.io/bash [2021-04-01T16:34:43.319Z] + bash -s -- [2021-04-01T16:34:43.581Z] [2021-04-01T16:34:43.581Z] _____ _ [2021-04-01T16:34:43.581Z] / ____| | | [2021-04-01T16:34:43.581Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T16:34:43.581Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T16:34:43.581Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T16:34:43.581Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T16:34:43.581Z] Bash-20210309-2b87ace [2021-04-01T16:34:43.581Z] [2021-04-01T16:34:43.581Z] [2021-04-01T16:34:43.581Z] ==> git version 2.24.3 found [2021-04-01T16:34:43.581Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-01T16:34:43.581Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T16:34:43.581Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T16:34:43.581Z] curl: option -sm: expected a proper numerical parameter [2021-04-01T16:34:43.581Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-04-01T16:34:43.845Z] ==> Jenkins CI detected. [2021-04-01T16:34:43.845Z] project root: . [2021-04-01T16:34:43.845Z] --> token set from env [2021-04-01T16:34:43.845Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T16:34:43.845Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T16:34:43.845Z] ==> Python coveragepy not found [2021-04-01T16:34:43.845Z] ==> Searching for coverage reports in: [2021-04-01T16:34:43.845Z] + . [2021-04-01T16:34:43.845Z] -> Found 1 reports [2021-04-01T16:34:43.845Z] ==> Detecting git/mercurial file structure [2021-04-01T16:34:43.845Z] ==> Reading reports [2021-04-01T16:34:43.845Z] + ./coverage.out bytes=686581 [2021-04-01T16:34:43.845Z] ==> Appending adjustments [2021-04-01T16:34:43.845Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T16:34:47.157Z] + Found adjustments [2021-04-01T16:34:47.157Z] ==> Gzipping contents [2021-04-01T16:34:47.417Z] 100K /tmp/codecov.fhEP0M.gz [2021-04-01T16:34:47.418Z] ==> Uploading reports [2021-04-01T16:34:47.418Z] url: https://codecov.io [2021-04-01T16:34:47.418Z] query: branch=PR-3324&commit=4d59e47c1b9b124fda714d78f72d814514d1fe70&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3324%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3324&job=&cmd_args= [2021-04-01T16:34:47.418Z] -> Pinging Codecov [2021-04-01T16:34:47.418Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3324&commit=4d59e47c1b9b124fda714d78f72d814514d1fe70&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3324%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3324&job=&cmd_args= [2021-04-01T16:34:47.678Z] -> Uploading to [2021-04-01T16:34:47.678Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/4d59e47c1b9b124fda714d78f72d814514d1fe70/b1d2d1e9-b151-429f-ab4f-36ecabb79824.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T163447Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=116229c4304a800f1d877ed9be1e367bba5faf95d1d81902fc8f5004f621c569 [2021-04-01T16:34:47.678Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T16:34:47.678Z] Dload Upload Total Spent Left Speed [2021-04-01T16:34:48.199Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98533 0 0 100 98533 0 226k --:--:-- --:--:-- --:--:-- 225k [2021-04-01T16:34:48.199Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4d59e47c1b9b124fda714d78f72d814514d1fe70 [Pipeline] } [2021-04-01T16:34:48.212Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:34:49.921Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:34:50.793Z] ---> package-listing.sh [2021-04-01T16:34:50.793Z] ++ facter osfamily [2021-04-01T16:34:50.793Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T16:34:50.793Z] + OS_FAMILY=redhat [2021-04-01T16:34:50.793Z] + workspace=/w/workspace/edgex-go/4 [2021-04-01T16:34:50.793Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T16:34:50.793Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T16:34:50.793Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T16:34:50.793Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T16:34:50.793Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-01T16:34:50.793Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T16:34:50.793Z] + case "${OS_FAMILY}" in [2021-04-01T16:34:50.793Z] + rpm -qa [2021-04-01T16:34:50.793Z] + sort [2021-04-01T16:34:56.087Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T16:34:56.087Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T16:34:56.087Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T16:34:56.087Z] + '[' /w/workspace/edgex-go/4 ']' [2021-04-01T16:34:56.087Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-04-01T16:34:56.087Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-04-01T16:34:56.101Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T16:34:56.389Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:34:56.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T16:34:56.688Z] [2021-04-01T16:34:56.688Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T16:34:57.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T16:34:57.056Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T16:34:57.056Z] df20fa9351a1: Pulling fs layer [2021-04-01T16:34:57.056Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T16:34:57.056Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T16:34:57.056Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T16:34:57.056Z] 93b61091891f: Pulling fs layer [2021-04-01T16:34:57.056Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T16:34:57.056Z] 5e14af77c1be: Pulling fs layer [2021-04-01T16:34:57.056Z] 01666e4c0597: Pulling fs layer [2021-04-01T16:34:57.056Z] aa168da1d23b: Pulling fs layer [2021-04-01T16:34:57.056Z] 93b61091891f: Waiting [2021-04-01T16:34:57.056Z] 46f8f816bc3b: Waiting [2021-04-01T16:34:57.056Z] 93b9cdb0e59b: Waiting [2021-04-01T16:34:57.056Z] 5e14af77c1be: Waiting [2021-04-01T16:34:57.056Z] 01666e4c0597: Waiting [2021-04-01T16:34:57.056Z] aa168da1d23b: Waiting [2021-04-01T16:34:57.056Z] 36b3adc4ff6f: Verifying Checksum [2021-04-01T16:34:57.056Z] 36b3adc4ff6f: Download complete [2021-04-01T16:34:57.056Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T16:34:57.056Z] 46f8f816bc3b: Download complete [2021-04-01T16:34:57.319Z] df20fa9351a1: Verifying Checksum [2021-04-01T16:34:57.319Z] df20fa9351a1: Download complete [2021-04-01T16:34:57.319Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T16:34:57.319Z] 93b9cdb0e59b: Download complete [2021-04-01T16:34:57.319Z] 93b61091891f: Verifying Checksum [2021-04-01T16:34:57.319Z] 93b61091891f: Download complete [2021-04-01T16:34:57.319Z] 5e14af77c1be: Verifying Checksum [2021-04-01T16:34:57.319Z] 5e14af77c1be: Download complete [2021-04-01T16:34:57.319Z] 01666e4c0597: Verifying Checksum [2021-04-01T16:34:57.319Z] 01666e4c0597: Download complete [2021-04-01T16:34:57.585Z] df20fa9351a1: Pull complete [2021-04-01T16:34:57.849Z] 36b3adc4ff6f: Pull complete [2021-04-01T16:34:58.114Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T16:34:58.114Z] 8ad3a11d3b57: Download complete [2021-04-01T16:34:59.060Z] 8ad3a11d3b57: Pull complete [2021-04-01T16:34:59.061Z] 46f8f816bc3b: Pull complete [2021-04-01T16:35:00.006Z] aa168da1d23b: Verifying Checksum [2021-04-01T16:35:00.006Z] aa168da1d23b: Download complete [2021-04-01T16:35:00.581Z] 93b61091891f: Pull complete [2021-04-01T16:35:00.841Z] 93b9cdb0e59b: Pull complete [2021-04-01T16:35:00.841Z] 5e14af77c1be: Pull complete [2021-04-01T16:35:01.112Z] 01666e4c0597: Pull complete [2021-04-01T16:35:09.279Z] aa168da1d23b: Pull complete [2021-04-01T16:35:09.279Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T16:35:09.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T16:35:09.539Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T16:35:09.728Z] prd-centos7-docker-4c-2g-32477 does not seem to be running inside a container [2021-04-01T16:35:09.772Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-01T16:35:17.108Z] $ docker top 253521e8077966bb73d5f2f17232cd0d9a75d243e5dae5138ba2c9bf3443b480 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T16:35:17.706Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T16:35:17.999Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T16:35:18.298Z] + ls /var/log/sa-host [2021-04-01T16:35:18.298Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T16:35:18.298Z] file_magic: OK [2021-04-01T16:35:18.298Z] HZ: Using current value: 100 [2021-04-01T16:35:18.298Z] file_header: OK [2021-04-01T16:35:18.298Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-01T16:35:18.298Z] Statistics: [2021-04-01T16:35:18.298Z] 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-04-01T16:35:18.298Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T16:35:18.298Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T16:35:18.298Z] file_magic: OK [2021-04-01T16:35:18.298Z] HZ: Using current value: 100 [2021-04-01T16:35:18.298Z] file_header: OK [2021-04-01T16:35:18.298Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-01T16:35:18.298Z] Statistics: [2021-04-01T16:35:18.298Z] Hnuu...uuuununununu... [2021-04-01T16:35:18.298Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T16:35:18.518Z] provisioning config files... [2021-04-01T16:35:18.532Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config415424431725050279tmp [Pipeline] { [Pipeline] echo [2021-04-01T16:35:18.609Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:35:18.910Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T16:35:18.918Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T16:35:19.017Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:35:19.310Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T16:35:19.319Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:35:19.614Z] ---> sudo-logs.sh [2021-04-01T16:35:19.614Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T16:35:19.673Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:35:19.964Z] ---> job-cost.sh [2021-04-01T16:35:19.965Z] lf-activate-venv: SKIPPING [2021-04-01T16:35:19.965Z] DEBUG: total: 0.20999999344348907 [2021-04-01T16:35:19.965Z] INFO: Retrieving Stack Cost... [2021-04-01T16:35:20.906Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T16:35:21.166Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T16:35:21.180Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T16:35:21.474Z] ---> logs-deploy.sh [2021-04-01T16:35:21.474Z] lf-activate-venv: SKIPPING [2021-04-01T16:35:21.474Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3324/4 [2021-04-01T16:35:21.474Z] INFO: archiving workspace using pattern(s): [2021-04-01T16:35:22.857Z] Archives upload complete. [2021-04-01T16:35:22.857Z] INFO: archiving logs to Nexus