Pull request #3319 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b059c893a95a190e7cb1ea7e9367c68d19646d58+ffa292a08661baeb026f188275a19c5914c89a0e (fe661a2cec3ed7074bd17173d91e984bb96e205d) 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 Running on prd-centos7-docker-4c-2g-32240 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit b059c893a95a190e7cb1ea7e9367c68d19646d58 Merge succeeded, producing b059c893a95a190e7cb1ea7e9367c68d19646d58 Checking out Revision b059c893a95a190e7cb1ea7e9367c68d19646d58 (PR-3319) > 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/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # 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 ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T12:45:47.006Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T12:45:47.248Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk ad8481139d65b1ef6f04747045cab9d610abd056 # timeout=10 [Pipeline] echo [2021-03-31T12:45:47.336Z] ========================================================= [2021-03-31T12:45:47.336Z] EdgeX Global Pipelines Version Info [2021-03-31T12:45:47.336Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:45:48.827Z] ------------------- [2021-03-31T12:45:48.827Z] stable info: [2021-03-31T12:45:48.827Z] ------------------- [2021-03-31T12:45:48.827Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T12:45:48.827Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T12:45:48.827Z] Message: update stable to v1.0.186 [2021-03-31T12:45:49.776Z] ------------------- [2021-03-31T12:45:49.776Z] experimental info: [2021-03-31T12:45:49.776Z] ------------------- [2021-03-31T12:45:49.776Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T12:45:49.776Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T12:45:49.776Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T12:45:50.022Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T12:45:50.112Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T12:45:50.199Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T12:45:50.324Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T12:45:50.500Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T12:45:50.623Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T12:45:50.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T12:45:50.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T12:45:50.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T12:45:50.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T12:45:51.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T12:45:51.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T12:45:51.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T12:45:51.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T12:45:51.382Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:45:51.516Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:45:51.598Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T12:45:51.700Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T12:45:51.926Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T12:45:52.031Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T12:45:52.141Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T12:45:52.253Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T12:45:52.367Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3319 [Pipeline] echo [2021-03-31T12:45:52.450Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3319 [Pipeline] echo [2021-03-31T12:45:52.544Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3319 [Pipeline] echo [2021-03-31T12:45:52.625Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b059c893a95a190e7cb1ea7e9367c68d19646d58 [Pipeline] echo [2021-03-31T12:45:52.706Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b059c89 [Pipeline] echo [2021-03-31T12:45:52.796Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:45:52.962Z] provisioning config files... [2021-03-31T12:45:52.991Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1796957541256321173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:45:53.356Z] ---> docker-login.sh [2021-03-31T12:45:53.356Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:45:53.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:45:53.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:45:53.622Z] Configure a credential helper to remove this warning. See [2021-03-31T12:45:53.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:45:53.622Z] [2021-03-31T12:45:53.622Z] Login Succeeded [2021-03-31T12:45:53.622Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:45:53.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:45:53.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:45:53.886Z] Configure a credential helper to remove this warning. See [2021-03-31T12:45:53.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:45:53.886Z] [2021-03-31T12:45:53.886Z] Login Succeeded [2021-03-31T12:45:53.886Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:45:54.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:45:54.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:45:54.147Z] Configure a credential helper to remove this warning. See [2021-03-31T12:45:54.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:45:54.147Z] [2021-03-31T12:45:54.147Z] Login Succeeded [2021-03-31T12:45:54.147Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:45:54.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:45:54.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:45:54.416Z] Configure a credential helper to remove this warning. See [2021-03-31T12:45:54.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:45:54.416Z] [2021-03-31T12:45:54.416Z] Login Succeeded [2021-03-31T12:45:54.416Z] docker.io [2021-03-31T12:45:54.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:45:54.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:45:54.678Z] Configure a credential helper to remove this warning. See [2021-03-31T12:45:54.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:45:54.678Z] [2021-03-31T12:45:54.678Z] Login Succeeded [2021-03-31T12:45:54.678Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:45:54.688Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:45:55.196Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-31T12:45:55.196Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:45:55.196Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T12:45:55.196Z] ++ cut -d/ -f2 [2021-03-31T12:45:55.196Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T12:45:55.196Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:45:55.196Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T12:45:55.196Z] ++ cut -d/ -f2 [2021-03-31T12:45:55.196Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T12:45:55.196Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:45:55.196Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T12:45:55.196Z] ++ cut -d/ -f2 [2021-03-31T12:45:55.196Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T12:45:55.196Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:45:55.196Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T12:45:55.196Z] ++ cut -d/ -f2 [2021-03-31T12:45:55.196Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T12:45:55.196Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:45:55.196Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T12:45:55.196Z] ++ cut -d/ -f2 [2021-03-31T12:45:55.196Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T12:45:55.196Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:45:55.196Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:45:55.196Z] ++ cut -d/ -f2 [2021-03-31T12:45:55.196Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:45:55.196Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:45:55.196Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T12:45:55.196Z] ++ cut -d/ -f2 [2021-03-31T12:45:55.196Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T12:45:55.196Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:45:55.196Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T12:45:55.196Z] ++ cut -d/ -f2 [2021-03-31T12:45:55.196Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T12:45:55.196Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:45:55.196Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T12:45:55.196Z] ++ cut -d/ -f2 [2021-03-31T12:45:55.196Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T12:45:55.278Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:45:56.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:45:56.109Z] [2021-03-31T12:45:56.109Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:45:56.462Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:45:56.462Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T12:45:56.462Z] 31603596830f: Pulling fs layer [2021-03-31T12:45:56.463Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T12:45:56.463Z] 6ca5941a6612: Pulling fs layer [2021-03-31T12:45:56.463Z] ecc8261a40a4: Pulling fs layer [2021-03-31T12:45:56.463Z] ecc8261a40a4: Waiting [2021-03-31T12:45:56.463Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T12:45:56.463Z] 2a8b12db71e7: Download complete [2021-03-31T12:45:56.463Z] 31603596830f: Verifying Checksum [2021-03-31T12:45:56.463Z] 31603596830f: Download complete [2021-03-31T12:45:56.733Z] ecc8261a40a4: Verifying Checksum [2021-03-31T12:45:56.733Z] ecc8261a40a4: Download complete [2021-03-31T12:45:56.733Z] 6ca5941a6612: Verifying Checksum [2021-03-31T12:45:56.733Z] 6ca5941a6612: Download complete [2021-03-31T12:45:56.997Z] 31603596830f: Pull complete [2021-03-31T12:45:56.997Z] 2a8b12db71e7: Pull complete [2021-03-31T12:45:57.951Z] 6ca5941a6612: Pull complete [2021-03-31T12:45:58.221Z] ecc8261a40a4: Pull complete [2021-03-31T12:45:58.221Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T12:45:58.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:45:58.221Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T12:45:58.340Z] prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container [2021-03-31T12:45:58.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T12:46:01.112Z] $ docker top ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T12:46:01.439Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:46:01.439Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:46:01.674Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:46:01.677Z] $ docker exec ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d ssh-agent [2021-03-31T12:46:01.851Z] SSH_AUTH_SOCK=/tmp/ssh-tUgtLAM3SWzf/agent.11 [2021-03-31T12:46:01.851Z] SSH_AGENT_PID=16 [2021-03-31T12:46:01.864Z] Running ssh-add (command line suppressed) [2021-03-31T12:46:01.997Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_6686396084667866708.key (/w/workspace/edgex-go/5@tmp/private_key_6686396084667866708.key) [2021-03-31T12:46:02.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:46:02.443Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T12:46:02.467Z] $ docker exec --env ******** --env ******** ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d ssh-agent -k [2021-03-31T12:46:02.583Z] unset SSH_AUTH_SOCK; [2021-03-31T12:46:02.584Z] unset SSH_AGENT_PID; [2021-03-31T12:46:02.584Z] echo Agent pid 16 killed; [2021-03-31T12:46:02.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T12:46:02.786Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:46:02.786Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:46:02.956Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:46:02.959Z] $ docker exec ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d ssh-agent [2021-03-31T12:46:03.142Z] SSH_AUTH_SOCK=/tmp/ssh-QYzpYHU26akP/agent.46 [2021-03-31T12:46:03.142Z] SSH_AGENT_PID=52 [2021-03-31T12:46:03.150Z] Running ssh-add (command line suppressed) [2021-03-31T12:46:03.272Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_289679721456367570.key (/w/workspace/edgex-go/5@tmp/private_key_289679721456367570.key) [2021-03-31T12:46:03.324Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:46:03.663Z] + git semver init [2021-03-31T12:46:03.663Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T12:46:03.663Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-03-31T12:46:03.663Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-03-31T12:46:03.663Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T12:46:03.663Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T12:46:03.663Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T12:46:03.663Z] # $SEMVER_BRANCH = PR-3319 [2021-03-31T12:46:03.663Z] # $SEMVER_TEMP = /tmp/semver-780971867 [2021-03-31T12:46:03.663Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T12:46:25.727Z] # '/tmp/semver-780971867' -> '/w/workspace/edgex-go/5/.semver' [2021-03-31T12:46:25.727Z] # -> Force: false [2021-03-31T12:46:25.727Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-03-31T12:46:25.742Z] $ docker exec --env ******** --env ******** ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d ssh-agent -k [2021-03-31T12:46:25.974Z] unset SSH_AUTH_SOCK; [2021-03-31T12:46:25.975Z] unset SSH_AGENT_PID; [2021-03-31T12:46:25.975Z] echo Agent pid 52 killed; [2021-03-31T12:46:26.058Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:46:26.568Z] + git semver [Pipeline] } [2021-03-31T12:46:26.586Z] $ docker stop --time=1 ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d [2021-03-31T12:46:28.182Z] $ docker rm -f ebc8f1f2615959712fa44ca3d4db46e1c6573c3a61454285bb0641beedd3199d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:46:28.747Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T12:46:29.284Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T12:46:29.288Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T12:46:30.301Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:46:30.603Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:46:30.900Z] + true [2021-03-31T12:46:30.900Z] + sudo service docker restart [2021-03-31T12:46:30.900Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T12:46:31.490Z] ========================================================= [2021-03-31T12:46:31.490Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T12:46:31.490Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:46:31.835Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-31T12:46:36.059Z] Sending build context to Docker daemon 328.9MB [2021-03-31T12:46:36.059Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:46:36.059Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:46:36.059Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T12:46:36.059Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T12:46:36.059Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T12:46:36.059Z] de9db76c5a1d: Pulling fs layer [2021-03-31T12:46:36.059Z] bca2f99d35d6: Pulling fs layer [2021-03-31T12:46:36.059Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T12:46:36.059Z] 7c6f9722023f: Pulling fs layer [2021-03-31T12:46:36.059Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T12:46:36.059Z] bca2f99d35d6: Waiting [2021-03-31T12:46:36.059Z] 93359f2a8cfa: Waiting [2021-03-31T12:46:36.059Z] a35cf1a2eb13: Waiting [2021-03-31T12:46:36.059Z] de9db76c5a1d: Verifying Checksum [2021-03-31T12:46:36.059Z] de9db76c5a1d: Download complete [2021-03-31T12:46:36.059Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T12:46:36.059Z] 0ef7d3d256c8: Download complete [2021-03-31T12:46:36.059Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T12:46:36.059Z] 93359f2a8cfa: Download complete [2021-03-31T12:46:36.059Z] 7c6f9722023f: Verifying Checksum [2021-03-31T12:46:36.059Z] 7c6f9722023f: Download complete [2021-03-31T12:46:36.324Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T12:46:36.324Z] 188c0c94c7c5: Download complete [2021-03-31T12:46:36.906Z] 188c0c94c7c5: Pull complete [2021-03-31T12:46:36.906Z] 0ef7d3d256c8: Pull complete [2021-03-31T12:46:37.170Z] de9db76c5a1d: Pull complete [2021-03-31T12:46:38.126Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T12:46:38.126Z] a35cf1a2eb13: Download complete [2021-03-31T12:46:39.083Z] bca2f99d35d6: Verifying Checksum [2021-03-31T12:46:39.083Z] bca2f99d35d6: Download complete [2021-03-31T12:46:44.415Z] bca2f99d35d6: Pull complete [2021-03-31T12:46:44.415Z] 93359f2a8cfa: Pull complete [2021-03-31T12:46:44.415Z] 7c6f9722023f: Pull complete [2021-03-31T12:46:44.686Z] Still waiting to schedule task [2021-03-31T12:46:44.686Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-31T12:46:49.731Z] a35cf1a2eb13: Pull complete [2021-03-31T12:46:49.731Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T12:46:49.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T12:46:49.731Z] ---> a62c8e92a672 [2021-03-31T12:46:49.731Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T12:46:49.731Z] ---> Running in f51fa0adab04 [2021-03-31T12:46:50.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:46:51.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:46:51.840Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:46:52.103Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:46:52.103Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:46:52.366Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:46:57.671Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:46:57.671Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:46:57.671Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:46:57.671Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:46:57.671Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:46:57.671Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:46:57.932Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:46:57.932Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:46:58.194Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:46:58.194Z] OK: 233 MiB in 51 packages [2021-03-31T12:47:01.515Z] Removing intermediate container f51fa0adab04 [2021-03-31T12:47:01.515Z] ---> 4abc57a05a31 [2021-03-31T12:47:01.515Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:47:01.778Z] ---> Running in 7a1ca8f739f2 [2021-03-31T12:47:01.778Z] Removing intermediate container 7a1ca8f739f2 [2021-03-31T12:47:01.778Z] ---> 709292b95926 [2021-03-31T12:47:01.778Z] Step 5/6 : COPY go.mod . [2021-03-31T12:47:02.040Z] ---> 7a8a87753547 [2021-03-31T12:47:02.040Z] Step 6/6 : RUN go mod download [2021-03-31T12:47:02.040Z] ---> Running in 3ffa8949ee95 [2021-03-31T12:47:24.584Z] Removing intermediate container 3ffa8949ee95 [2021-03-31T12:47:24.584Z] ---> 5a66cb98a7fc [2021-03-31T12:47:24.584Z] Successfully built 5a66cb98a7fc [2021-03-31T12:47:24.584Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:47:24.915Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:47:24.915Z] . [Pipeline] withDockerContainer [2021-03-31T12:47:25.033Z] prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container [2021-03-31T12:47:25.089Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T12:47:26.002Z] $ docker top a798160b6efe0224242172bdf9a55e1062db040f3c9d1b8a3b058d9de6d99d06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:47:26.504Z] + go version [2021-03-31T12:47:26.504Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T12:47:26.530Z] $ docker stop --time=1 a798160b6efe0224242172bdf9a55e1062db040f3c9d1b8a3b058d9de6d99d06 [2021-03-31T12:47:27.865Z] $ docker rm -f a798160b6efe0224242172bdf9a55e1062db040f3c9d1b8a3b058d9de6d99d06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:47:28.737Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:47:28.737Z] . [Pipeline] withDockerContainer [2021-03-31T12:47:28.848Z] prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container [2021-03-31T12:47:28.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T12:47:29.563Z] $ docker top 783f62863184fe00430d93a3757433f613745bdd25a2d4d5cbec7b2bb37edc1f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T12:47:29.800Z] ========================================================= [2021-03-31T12:47:29.800Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T12:47:29.800Z] ========================================================= [Pipeline] sh [2021-03-31T12:47:30.099Z] + make test [2021-03-31T12:47:30.099Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T12:47:38.297Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T12:47:56.556Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T12:48:00.826Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T12:48:00.826Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T12:48:01.111Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T12:48:04.499Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T12:48:04.499Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T12:48:04.499Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T12:48:04.499Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T12:48:05.084Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T12:48:05.360Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T12:48:07.968Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T12:48:07.968Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T12:48:07.968Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T12:48:09.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 45.9% of statements [2021-03-31T12:48:09.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T12:48:09.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T12:48:09.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T12:48:09.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T12:48:09.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T12:48:09.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T12:48:09.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.064s coverage: 19.8% of statements [2021-03-31T12:48:10.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.126s coverage: 100.0% of statements [2021-03-31T12:48:14.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.220s coverage: 27.1% of statements [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T12:48:14.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T12:48:14.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T12:48:14.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 71.3% of statements [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T12:48:14.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.184s coverage: 82.9% of statements [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:48:14.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.074s coverage: 78.9% of statements [2021-03-31T12:48:14.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T12:48:17.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T12:48:17.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.094s coverage: 100.0% of statements [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T12:48:17.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T12:48:17.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T12:48:17.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T12:48:17.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T12:48:17.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T12:48:19.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.355s coverage: 92.8% of statements [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T12:48:19.810Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T12:48:19.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T12:48:19.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T12:48:19.811Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-03-31T12:48:19.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T12:48:19.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T12:48:19.811Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 1.0% of statements [2021-03-31T12:48:19.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T12:48:19.811Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T12:48:19.811Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T12:48:19.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements [2021-03-31T12:48:19.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.064s coverage: 79.5% of statements [2021-03-31T12:48:19.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-03-31T12:48:20.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2021-03-31T12:48:20.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-03-31T12:48:32.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.114s coverage: 94.4% of statements [2021-03-31T12:48:32.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements [2021-03-31T12:48:35.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.460s coverage: 82.6% of statements [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.6% of statements [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.189s coverage: 64.4% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 69.0% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 38.4% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.156s coverage: 47.0% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T12:48:43.641Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 87.1% of statements [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:48:43.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T12:48:44.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.800s coverage: 29.1% of statements [2021-03-31T12:48:44.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T12:48:44.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T12:48:44.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T12:48:44.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T12:48:44.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T12:48:44.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-03-31T12:48:44.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T12:48:44.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2021-03-31T12:48:44.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T12:48:44.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T12:48:44.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T12:48:44.229Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T12:48:44.826Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.120s coverage: 95.0% of statements [2021-03-31T12:48:44.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T12:48:44.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:48:44.826Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T12:48:44.826Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-03-31T12:48:44.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T12:48:44.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-03-31T12:48:44.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T12:48:44.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T12:48:44.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T12:48:44.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T12:48:45.096Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-03-31T12:48:45.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T12:48:45.097Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T12:48:45.097Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-03-31T12:48:45.362Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements [2021-03-31T12:48:45.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-31T12:48:46.201Z] GO111MODULE=on go vet ./... [2021-03-31T12:49:12.925Z] gofmt -l . [2021-03-31T12:49:13.511Z] [ "`gofmt -l .`" = "" ] [2021-03-31T12:49:14.460Z] ./bin/test-go-mod-tidy.sh [2021-03-31T12:49:15.045Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T12:49:15.935Z] + ls -al . [2021-03-31T12:49:15.935Z] total 780 [2021-03-31T12:49:15.935Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 12:49 . [2021-03-31T12:49:15.935Z] drwxr-xr-x 4 root root 28 Mar 31 12:47 .. [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 12:45 .dockerignore [2021-03-31T12:49:15.935Z] drwxrwxr-x 8 1001 1001 179 Mar 31 12:45 .git [2021-03-31T12:49:15.935Z] drwxrwxr-x 3 1001 1001 125 Mar 31 12:45 .github [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 12:45 .gitignore [2021-03-31T12:49:15.935Z] drwx------ 3 1001 1001 60 Mar 31 12:46 .semver [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 12:45 .sonarcloud.properties [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:45 Attribution.txt [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:45 CONTRIBUTING.md [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 12:45 Dockerfile.build [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 12:45 Jenkinsfile [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:45 LICENSE [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:45 Makefile [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:45 README.md [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:45 SECURITY.md [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 12:46 VERSION [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:45 ZMQWindows.md [2021-03-31T12:49:15.935Z] drwxrwxr-x 2 1001 1001 117 Mar 31 12:45 bin [2021-03-31T12:49:15.935Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 12:45 cmd [2021-03-31T12:49:15.935Z] -rw-r--r-- 1 root root 669470 Mar 31 12:48 coverage.out [2021-03-31T12:49:15.935Z] -rw-r--r-- 1 root root 1056 Mar 31 12:49 go.mod [2021-03-31T12:49:15.935Z] -rw-r--r-- 1 root root 22360 Mar 31 12:49 go.sum [2021-03-31T12:49:15.935Z] drwxrwxr-x 8 1001 1001 127 Mar 31 12:45 internal [2021-03-31T12:49:15.935Z] drwxrwxr-x 4 1001 1001 26 Mar 31 12:45 openapi [2021-03-31T12:49:15.935Z] drwxrwxr-x 4 1001 1001 71 Mar 31 12:45 snap [2021-03-31T12:49:15.935Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 12:45 version.go [Pipeline] sh [2021-03-31T12:49:16.238Z] + '[' -e coverage.out ] [2021-03-31T12:49:16.238Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T12:49:16.491Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T12:49:16.791Z] + make build [2021-03-31T12:49:16.791Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T12:49:21.033Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T12:49:29.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T12:49:30.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T12:49:32.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T12:49:32.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T12:49:34.587Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T12:49:35.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T12:49:36.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T12:49:38.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T12:49:38.781Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32245 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws [2021-03-31T12:49:38.833Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-31T12:49:39.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T12:49:40.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T12:49:42.670Z] $ docker stop --time=1 783f62863184fe00430d93a3757433f613745bdd25a2d4d5cbec7b2bb37edc1f [2021-03-31T12:49:44.283Z] using credential edgex-jenkins-ssh [2021-03-31T12:49:44.299Z] $ docker rm -f 783f62863184fe00430d93a3757433f613745bdd25a2d4d5cbec7b2bb37edc1f [2021-03-31T12:49:44.344Z] Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-31T12:49:44.394Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:49:44.503Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-31T12:49:44.572Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:49:44.573Z] > git --version # timeout=10 [2021-03-31T12:49:44.600Z] > git --version # 'git version 2.17.1' [2021-03-31T12:49:44.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:49:44.647Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:49:46.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:49:46.160Z] [2021-03-31T12:49:46.160Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:49:46.511Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:49:46.511Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T12:49:46.511Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T12:49:46.511Z] ca9280d653b3: Pulling fs layer [2021-03-31T12:49:46.511Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T12:49:46.780Z] cbdbe7a5bc2a: Download complete [2021-03-31T12:49:47.044Z] cbdbe7a5bc2a: Pull complete [2021-03-31T12:49:47.044Z] ca9280d653b3: Verifying Checksum [2021-03-31T12:49:47.044Z] ca9280d653b3: Download complete [2021-03-31T12:49:48.442Z] ca9280d653b3: Pull complete [2021-03-31T12:49:48.442Z] 7e9c9ca2126c: Download complete [2021-03-31T12:49:55.095Z] 7e9c9ca2126c: Pull complete [2021-03-31T12:49:55.095Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T12:49:55.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:49:55.095Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T12:49:55.238Z] prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container [2021-03-31T12:49:55.299Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T12:49:58.012Z] $ docker top da137dd8ca5aa1286eb75218732ba5187c9d032004d0c82d7abac87006be6587 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:49:58.539Z] + docker-compose build --help [2021-03-31T12:49:58.539Z] + grep parallel [2021-03-31T12:49:59.489Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T12:49:59.504Z] $ docker stop --time=1 da137dd8ca5aa1286eb75218732ba5187c9d032004d0c82d7abac87006be6587 [2021-03-31T12:50:00.883Z] $ docker rm -f da137dd8ca5aa1286eb75218732ba5187c9d032004d0c82d7abac87006be6587 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:50:01.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:50:01.537Z] . [Pipeline] withDockerContainer [2021-03-31T12:50:01.640Z] prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container [2021-03-31T12:50:01.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T12:50:02.534Z] $ docker top a15e027a338ca75a8fd1fca2dfa8533d03e5ada434281d8f426ee1c64fa8e7dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:50:03.044Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T12:50:03.999Z] Building docker-core-command-go ... [2021-03-31T12:50:03.999Z] Building docker-core-data-go ... [2021-03-31T12:50:03.999Z] Building docker-core-metadata-go ... [2021-03-31T12:50:03.999Z] Building docker-security-bootstrapper-go ... [2021-03-31T12:50:03.999Z] Building docker-security-proxy-setup-go ... [2021-03-31T12:50:03.999Z] Building docker-security-secretstore-setup-go ... [2021-03-31T12:50:03.999Z] Building docker-support-notifications-go ... [2021-03-31T12:50:03.999Z] Building docker-support-scheduler-go ... [2021-03-31T12:50:03.999Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T12:50:03.999Z] Building docker-sys-mgmt-agent-go [2021-03-31T12:50:03.999Z] Building docker-security-secretstore-setup-go [2021-03-31T12:50:04.000Z] Building docker-core-data-go [2021-03-31T12:50:04.000Z] Building docker-support-scheduler-go [2021-03-31T12:50:04.000Z] Building docker-security-proxy-setup-go [2021-03-31T12:50:04.393Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:50:04.410Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:50:04.437Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:50:04.486Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:50:04.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:50:04.558Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T12:50:06.244Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:50:06.684Z] Merge succeeded, producing b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:50:06.685Z] Checking out Revision b059c893a95a190e7cb1ea7e9367c68d19646d58 (PR-3319) [2021-03-31T12:50:06.260Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:50:06.280Z] > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # timeout=10 [2021-03-31T12:50:06.587Z] > git remote # timeout=10 [2021-03-31T12:50:06.606Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T12:50:06.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:50:06.637Z] > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 [2021-03-31T12:50:06.662Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T12:50:06.687Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:50:06.704Z] > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # timeout=10 [2021-03-31T12:50:11.111Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T12:50:12.576Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:50:13.053Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:50:13.417Z] + sudo service docker restart [2021-03-31T12:50:13.417Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:50:15.479Z] provisioning config files... [2021-03-31T12:50:15.526Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1197931026290086794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:50:16.607Z] ---> docker-login.sh [2021-03-31T12:50:16.607Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:50:17.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:17.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:17.798Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:17.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:17.798Z] [2021-03-31T12:50:17.798Z] Login Succeeded [2021-03-31T12:50:17.798Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:50:18.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:18.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:18.344Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:18.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:18.344Z] [2021-03-31T12:50:18.344Z] Login Succeeded [2021-03-31T12:50:18.344Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:50:18.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:18.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:18.894Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:18.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:18.894Z] [2021-03-31T12:50:18.894Z] Login Succeeded [2021-03-31T12:50:18.894Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:50:19.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:19.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:19.166Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:19.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:19.166Z] [2021-03-31T12:50:19.166Z] Login Succeeded [2021-03-31T12:50:19.166Z] docker.io [2021-03-31T12:50:19.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:50:20.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:50:20.037Z] Configure a credential helper to remove this warning. See [2021-03-31T12:50:20.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:50:20.037Z] [2021-03-31T12:50:20.037Z] Login Succeeded [2021-03-31T12:50:20.037Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:50:20.080Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T12:50:20.580Z] ========================================================= [2021-03-31T12:50:20.580Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T12:50:20.580Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:50:20.961Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-31T12:50:23.611Z] Sending build context to Docker daemon 167MB [2021-03-31T12:50:23.611Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:23.611Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:50:23.611Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T12:50:23.611Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T12:50:23.611Z] a4357932f1b6: Pulling fs layer [2021-03-31T12:50:23.611Z] 18c013af1878: Pulling fs layer [2021-03-31T12:50:23.611Z] 00ac8860ef70: Pulling fs layer [2021-03-31T12:50:23.611Z] 63d7cb157983: Pulling fs layer [2021-03-31T12:50:23.611Z] b116817d02f9: Pulling fs layer [2021-03-31T12:50:23.611Z] 745a02a5169b: Pulling fs layer [2021-03-31T12:50:23.611Z] 00ac8860ef70: Waiting [2021-03-31T12:50:23.611Z] 63d7cb157983: Waiting [2021-03-31T12:50:23.611Z] 745a02a5169b: Waiting [2021-03-31T12:50:23.611Z] b116817d02f9: Waiting [2021-03-31T12:50:23.888Z] 18c013af1878: Verifying Checksum [2021-03-31T12:50:23.888Z] 18c013af1878: Download complete [2021-03-31T12:50:23.888Z] a4357932f1b6: Verifying Checksum [2021-03-31T12:50:23.888Z] a4357932f1b6: Download complete [2021-03-31T12:50:23.888Z] 63d7cb157983: Verifying Checksum [2021-03-31T12:50:23.888Z] 63d7cb157983: Download complete [2021-03-31T12:50:23.888Z] b116817d02f9: Verifying Checksum [2021-03-31T12:50:23.888Z] b116817d02f9: Download complete [2021-03-31T12:50:23.888Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T12:50:23.888Z] 5f621e34cdf4: Download complete [2021-03-31T12:50:24.490Z] 5f621e34cdf4: Pull complete [2021-03-31T12:50:25.095Z] a4357932f1b6: Pull complete [2021-03-31T12:50:25.387Z] 18c013af1878: Pull complete [2021-03-31T12:50:25.990Z] 745a02a5169b: Verifying Checksum [2021-03-31T12:50:25.990Z] 745a02a5169b: Download complete [2021-03-31T12:50:27.432Z] 00ac8860ef70: Download complete [2021-03-31T12:50:37.593Z] 00ac8860ef70: Pull complete [2021-03-31T12:50:37.593Z] 63d7cb157983: Pull complete [2021-03-31T12:50:37.593Z] b116817d02f9: Pull complete [2021-03-31T12:50:41.924Z] 745a02a5169b: Pull complete [2021-03-31T12:50:41.924Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T12:50:41.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T12:50:41.924Z] ---> b7e6874047d6 [2021-03-31T12:50:41.924Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T12:50:43.058Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:43.059Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:50:43.059Z] ---> 5a66cb98a7fc [2021-03-31T12:50:43.059Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T12:50:43.059Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:43.059Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:50:43.059Z] ---> 5a66cb98a7fc [2021-03-31T12:50:43.059Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:50:43.059Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:43.059Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:50:43.059Z] ---> 5a66cb98a7fc [2021-03-31T12:50:43.059Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T12:50:43.059Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:43.059Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:50:43.059Z] ---> 5a66cb98a7fc [2021-03-31T12:50:43.059Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T12:50:43.059Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:43.059Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:50:43.059Z] ---> 5a66cb98a7fc [2021-03-31T12:50:43.059Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:50:43.059Z] ---> Running in 15ea8e89b8c6 [2021-03-31T12:50:43.059Z] ---> Running in cc1a50162e78 [2021-03-31T12:50:43.059Z] ---> Running in ff4d749dc784 [2021-03-31T12:50:43.059Z] ---> Running in 8468e865a9f2 [2021-03-31T12:50:43.059Z] ---> Running in 36be4ec2aa11 [2021-03-31T12:50:43.059Z] Removing intermediate container cc1a50162e78 [2021-03-31T12:50:43.059Z] ---> db1a833e9547 [2021-03-31T12:50:43.059Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:50:43.059Z] Removing intermediate container 15ea8e89b8c6 [2021-03-31T12:50:43.059Z] ---> 294917df6ff6 [2021-03-31T12:50:43.059Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:50:43.059Z] Removing intermediate container 36be4ec2aa11 [2021-03-31T12:50:43.059Z] ---> 687fcaaef642 [2021-03-31T12:50:43.059Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:50:43.059Z] Removing intermediate container 8468e865a9f2 [2021-03-31T12:50:43.059Z] ---> 2eca19893bb5 [2021-03-31T12:50:43.059Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:50:43.059Z] Removing intermediate container ff4d749dc784 [2021-03-31T12:50:43.059Z] ---> 06782ea23a36 [2021-03-31T12:50:43.059Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:50:43.059Z] ---> Running in 9c6c64452fdb [2021-03-31T12:50:43.059Z] ---> Running in 6fd393b09f6e [2021-03-31T12:50:43.059Z] ---> Running in 278f8497373c [2021-03-31T12:50:43.059Z] ---> Running in 28fac3f44c81 [2021-03-31T12:50:43.059Z] ---> Running in 8e6e1f572883 [2021-03-31T12:50:44.017Z] Removing intermediate container 9c6c64452fdb [2021-03-31T12:50:44.017Z] ---> 9cc3aa02a3f8 [2021-03-31T12:50:44.017Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T12:50:44.017Z] ---> Running in ef3dea7f7872 [2021-03-31T12:50:44.017Z] Removing intermediate container 6fd393b09f6e [2021-03-31T12:50:44.017Z] ---> 457c7e00faf0 [2021-03-31T12:50:44.017Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T12:50:44.280Z] Removing intermediate container 28fac3f44c81 [2021-03-31T12:50:44.280Z] ---> 8d8f876058b0 [2021-03-31T12:50:44.280Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T12:50:44.549Z] Removing intermediate container 8e6e1f572883 [2021-03-31T12:50:44.549Z] ---> 72ad4b4a6ef2 [2021-03-31T12:50:44.549Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T12:50:44.549Z] ---> Running in 4180fccbc4fa [2021-03-31T12:50:44.549Z] ---> Running in dab15f94c131 [2021-03-31T12:50:44.549Z] Removing intermediate container 278f8497373c [2021-03-31T12:50:44.549Z] ---> 0e340f1484b8 [2021-03-31T12:50:44.549Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T12:50:44.572Z] ---> Running in 78ee0e6a0ae4 [2021-03-31T12:50:44.814Z] ---> Running in 5b4c88a45e53 [2021-03-31T12:50:44.814Z] ---> Running in 87c09f40c23c [2021-03-31T12:50:45.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:45.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:45.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:45.671Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:45.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:45.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:45.935Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:46.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T12:50:46.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:46.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:46.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:46.520Z] OK: 233 MiB in 51 packages [2021-03-31T12:50:46.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T12:50:46.783Z] OK: 233 MiB in 51 packages [2021-03-31T12:50:47.053Z] OK: 233 MiB in 51 packages [2021-03-31T12:50:47.053Z] OK: 233 MiB in 51 packages [2021-03-31T12:50:47.053Z] OK: 233 MiB in 51 packages [2021-03-31T12:50:47.201Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:50:47.323Z] Removing intermediate container 4180fccbc4fa [2021-03-31T12:50:47.323Z] ---> 4e2c242f7e61 [2021-03-31T12:50:47.323Z] Step 6/21 : COPY go.mod . [2021-03-31T12:50:47.323Z] Removing intermediate container ef3dea7f7872 [2021-03-31T12:50:47.323Z] ---> 35a64de37bc2 [2021-03-31T12:50:47.323Z] Step 6/24 : COPY go.mod . [2021-03-31T12:50:47.472Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:50:47.744Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:50:47.744Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:50:47.901Z] ---> 9a3ce9bb559b [2021-03-31T12:50:47.901Z] Step 7/21 : RUN go mod download [2021-03-31T12:50:47.901Z] ---> Running in f1f23d409e18 [2021-03-31T12:50:47.901Z] ---> d18c86a2de57 [2021-03-31T12:50:47.902Z] Step 7/24 : RUN go mod download [2021-03-31T12:50:48.170Z] Removing intermediate container dab15f94c131 [2021-03-31T12:50:48.170Z] ---> eb66705eac1e [2021-03-31T12:50:48.170Z] Step 6/22 : COPY go.mod . [2021-03-31T12:50:48.170Z] Removing intermediate container 5b4c88a45e53 [2021-03-31T12:50:48.170Z] ---> b2cd0ff23dc9 [2021-03-31T12:50:48.170Z] Step 6/26 : COPY go.mod . [2021-03-31T12:50:48.170Z] ---> Running in 66b1c9d0c0ff [2021-03-31T12:50:48.438Z] Removing intermediate container 87c09f40c23c [2021-03-31T12:50:48.438Z] ---> 5404255a5478 [2021-03-31T12:50:48.438Z] Step 6/23 : COPY go.mod . [2021-03-31T12:50:48.703Z] ---> ed52856006a6 [2021-03-31T12:50:48.704Z] Step 7/22 : RUN go mod download [2021-03-31T12:50:48.704Z] ---> 882e36febce3 [2021-03-31T12:50:48.704Z] Step 7/26 : RUN go mod download [2021-03-31T12:50:48.704Z] ---> Running in 3cc0c3284ef6 [2021-03-31T12:50:48.973Z] ---> Running in 4e2fa6a4373d [2021-03-31T12:50:48.973Z] ---> a4fdd78987c4 [2021-03-31T12:50:48.973Z] Step 7/23 : RUN go mod download [2021-03-31T12:50:50.063Z] ---> Running in 008ebbf0bb18 [2021-03-31T12:50:50.334Z] Removing intermediate container f1f23d409e18 [2021-03-31T12:50:50.334Z] ---> 688732ad7c58 [2021-03-31T12:50:50.334Z] Step 8/21 : COPY . . [2021-03-31T12:50:50.606Z] Removing intermediate container 66b1c9d0c0ff [2021-03-31T12:50:50.606Z] ---> 2714d3904fcf [2021-03-31T12:50:50.606Z] Step 8/24 : COPY . . [2021-03-31T12:50:52.588Z] Removing intermediate container 3cc0c3284ef6 [2021-03-31T12:50:52.588Z] ---> e37151989c12 [2021-03-31T12:50:52.588Z] Step 8/22 : COPY . . [2021-03-31T12:50:54.546Z] Removing intermediate container 4e2fa6a4373d [2021-03-31T12:50:54.546Z] ---> bb44e541c695 [2021-03-31T12:50:54.546Z] Step 8/26 : COPY . . [2021-03-31T12:50:55.320Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:50:55.320Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:50:55.320Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:50:55.596Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:50:55.596Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:50:55.596Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:50:55.868Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:50:55.868Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:50:55.952Z] Removing intermediate container 008ebbf0bb18 [2021-03-31T12:50:55.952Z] ---> 6fbd99eedb5f [2021-03-31T12:50:55.952Z] Step 8/23 : COPY . . [2021-03-31T12:50:56.141Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:56.141Z] OK: 217 MiB in 51 packages [2021-03-31T12:51:00.465Z] Removing intermediate container 78ee0e6a0ae4 [2021-03-31T12:51:00.465Z] ---> 768e874812a8 [2021-03-31T12:51:00.465Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:51:00.465Z] ---> Running in d46c63c3a088 [2021-03-31T12:51:00.737Z] Removing intermediate container d46c63c3a088 [2021-03-31T12:51:00.737Z] ---> cfc4799a7a4b [2021-03-31T12:51:00.737Z] Step 5/6 : COPY go.mod . [2021-03-31T12:51:01.732Z] ---> 51ca94252517 [2021-03-31T12:51:01.732Z] Step 6/6 : RUN go mod download [2021-03-31T12:51:01.732Z] ---> Running in 533053d57e69 [2021-03-31T12:51:28.570Z] Removing intermediate container 533053d57e69 [2021-03-31T12:51:28.570Z] ---> 3744ca7ee327 [2021-03-31T12:51:28.840Z] Successfully built 3744ca7ee327 [2021-03-31T12:51:29.111Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:51:29.471Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T12:51:29.471Z] . [Pipeline] withDockerContainer [2021-03-31T12:51:29.729Z] prd-ubuntu18.04-docker-arm64-4c-16g-32245 does not seem to be running inside a container [2021-03-31T12:51:29.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T12:51:31.366Z] $ docker top 1d99c92ad89197f7cf3ed4aaa3c6fb18bc07739d1827565d051b37b779ce9274 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:51:32.366Z] + go version [2021-03-31T12:51:32.366Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T12:51:32.386Z] $ docker stop --time=1 1d99c92ad89197f7cf3ed4aaa3c6fb18bc07739d1827565d051b37b779ce9274 [2021-03-31T12:51:34.296Z] $ docker rm -f 1d99c92ad89197f7cf3ed4aaa3c6fb18bc07739d1827565d051b37b779ce9274 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-03-31T12:51:34.972Z] ---> e74f552f08c0 [2021-03-31T12:51:34.972Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T12:51:34.972Z] ---> 14c675b25d22 [2021-03-31T12:51:34.972Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T12:51:34.972Z] ---> 7e458d1409e1 [2021-03-31T12:51:34.972Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T12:51:34.972Z] ---> Running in 761874c7cb47 [2021-03-31T12:51:34.972Z] ---> Running in 774d754d22d1 [2021-03-31T12:51:34.972Z] ---> 6bfb840cdb16 [2021-03-31T12:51:34.972Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T12:51:34.972Z] ---> 60cc61faaf36 [2021-03-31T12:51:34.972Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T12:51:34.972Z] ---> Running in dd98ce321cac [2021-03-31T12:51:34.972Z] ---> Running in 42fd63a85c42 [2021-03-31T12:51:34.972Z] ---> Running in b7ea68766ede [2021-03-31T12:51:34.972Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T12:51:34.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T12:51:34.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T12:51:34.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T12:51:34.972Z] 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 [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:51:35.316Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T12:51:35.316Z] . [Pipeline] withDockerContainer [2021-03-31T12:51:35.569Z] prd-ubuntu18.04-docker-arm64-4c-16g-32245 does not seem to be running inside a container [2021-03-31T12:51:35.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T12:51:37.111Z] $ docker top f8860199d0840517a691835fb4a71324ce6cb58e32ddf5c665fe15dd84096fd4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T12:51:37.480Z] ========================================================= [2021-03-31T12:51:37.480Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T12:51:37.480Z] ========================================================= [Pipeline] sh [2021-03-31T12:51:38.151Z] + make test [2021-03-31T12:51:38.151Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T12:52:04.942Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T12:52:07.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T12:52:07.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T12:52:19.600Z] Removing intermediate container b7ea68766ede [2021-03-31T12:52:19.600Z] ---> 018c3f1ba44c [2021-03-31T12:52:19.600Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T12:52:19.863Z] Removing intermediate container dd98ce321cac [2021-03-31T12:52:19.863Z] ---> b7261dfce4bc [2021-03-31T12:52:19.863Z] [2021-03-31T12:52:19.863Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T12:52:19.863Z] Removing intermediate container 761874c7cb47 [2021-03-31T12:52:19.863Z] ---> 9ecd21fb6f0e [2021-03-31T12:52:19.863Z] [2021-03-31T12:52:19.863Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T12:52:19.863Z] 3.12: Pulling from library/alpine [2021-03-31T12:52:19.864Z] 3.12: Pulling from library/alpine [2021-03-31T12:52:20.440Z] ---> Running in 4f3a027f4186 [2021-03-31T12:52:20.703Z] Removing intermediate container 42fd63a85c42 [2021-03-31T12:52:20.703Z] ---> 1addc35a79df [2021-03-31T12:52:20.703Z] [2021-03-31T12:52:20.703Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:52:20.703Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:52:20.966Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:52:20.966Z] 3.12: Pulling from library/alpine [2021-03-31T12:52:20.966Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T12:52:20.966Z] ---> 42cb162f0360 [2021-03-31T12:52:20.966Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T12:52:20.966Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T12:52:20.966Z] ---> 42cb162f0360 [2021-03-31T12:52:20.966Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T12:52:20.966Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:52:20.966Z] Status: Image is up to date for alpine:3.12 [2021-03-31T12:52:20.966Z] ---> 42cb162f0360 [2021-03-31T12:52:20.966Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:52:22.896Z] ---> Running in 85f59148254c [2021-03-31T12:52:22.896Z] ---> Running in ee15cd2009d9 [2021-03-31T12:52:22.896Z] ---> Running in 9c35059c343c [2021-03-31T12:52:22.896Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T12:52:22.896Z] Removing intermediate container 774d754d22d1 [2021-03-31T12:52:22.896Z] ---> 2845f6853664 [2021-03-31T12:52:22.896Z] [2021-03-31T12:52:22.896Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:52:22.896Z] ---> 42cb162f0360 [2021-03-31T12:52:22.896Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T12:52:23.172Z] ---> Running in 33b1444bf013 [2021-03-31T12:52:23.452Z] Removing intermediate container 33b1444bf013 [2021-03-31T12:52:23.452Z] ---> 6608f90abde7 [2021-03-31T12:52:23.452Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T12:52:23.452Z] ---> Running in cee8e5f6fb40 [2021-03-31T12:52:23.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:23.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:23.999Z] Removing intermediate container cee8e5f6fb40 [2021-03-31T12:52:23.999Z] ---> b27bc24dea9a [2021-03-31T12:52:23.999Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T12:52:23.999Z] ---> Running in e1cdef159e93 [2021-03-31T12:52:23.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:23.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:23.999Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T12:52:23.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:23.999Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:52:23.999Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T12:52:23.999Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T12:52:23.999Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:52:23.999Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T12:52:23.999Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:23.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:24.261Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:52:24.261Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:24.261Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T12:52:24.261Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:52:24.261Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T12:52:24.261Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T12:52:24.261Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:24.261Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:52:24.261Z] OK: 6 MiB in 15 packages [2021-03-31T12:52:24.523Z] OK: 7 MiB in 18 packages [2021-03-31T12:52:24.785Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:52:24.785Z] OK: 7 MiB in 20 packages [2021-03-31T12:52:25.734Z] Removing intermediate container e1cdef159e93 [2021-03-31T12:52:25.734Z] ---> bfc5fba22cb4 [2021-03-31T12:52:25.734Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:52:26.688Z] ---> Running in 2be56b686433 [2021-03-31T12:52:26.688Z] Removing intermediate container 4f3a027f4186 [2021-03-31T12:52:26.688Z] ---> 104c9c920844 [2021-03-31T12:52:26.688Z] [2021-03-31T12:52:26.688Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T12:52:26.688Z] 20.10.0: Pulling from library/docker [2021-03-31T12:52:27.645Z] Removing intermediate container 9c35059c343c [2021-03-31T12:52:27.645Z] ---> 1e8c0b191087 [2021-03-31T12:52:27.645Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:52:28.228Z] Removing intermediate container 85f59148254c [2021-03-31T12:52:28.228Z] ---> 6904b155cd4e [2021-03-31T12:52:28.228Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:52:28.228Z] ---> Running in 408813d6a639 [2021-03-31T12:52:28.228Z] Removing intermediate container ee15cd2009d9 [2021-03-31T12:52:28.228Z] ---> 48b04d60bcf1 [2021-03-31T12:52:28.228Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:52:28.808Z] ---> Running in c1bd3a9abc0a [2021-03-31T12:52:29.079Z] ---> Running in ac87d0acc3b4 [2021-03-31T12:52:29.079Z] Removing intermediate container 408813d6a639 [2021-03-31T12:52:29.079Z] ---> 09bb38576ca8 [2021-03-31T12:52:29.079Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T12:52:29.343Z] ---> Running in a4111b3eec8b [2021-03-31T12:52:29.343Z] Removing intermediate container c1bd3a9abc0a [2021-03-31T12:52:29.343Z] ---> bdb8ec21aa58 [2021-03-31T12:52:29.343Z] Step 13/21 : WORKDIR /edgex [2021-03-31T12:52:29.343Z] Removing intermediate container ac87d0acc3b4 [2021-03-31T12:52:29.343Z] ---> da801292e5f8 [2021-03-31T12:52:29.343Z] Step 13/24 : WORKDIR / [2021-03-31T12:52:29.605Z] ---> Running in 489486f17690 [2021-03-31T12:52:29.605Z] ---> Running in cf52932d7415 [2021-03-31T12:52:29.605Z] Removing intermediate container 2be56b686433 [2021-03-31T12:52:29.605Z] ---> b18e89bce7ee [2021-03-31T12:52:29.605Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T12:52:29.605Z] Removing intermediate container a4111b3eec8b [2021-03-31T12:52:29.605Z] ---> 31c57068efd9 [2021-03-31T12:52:29.605Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:52:29.879Z] ---> Running in 33a1bf086487 [2021-03-31T12:52:29.879Z] Removing intermediate container 489486f17690 [2021-03-31T12:52:29.879Z] ---> 7ecb5477b843 [2021-03-31T12:52:29.879Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T12:52:29.879Z] ---> Running in fb40fe6e74cf [2021-03-31T12:52:30.160Z] Removing intermediate container cf52932d7415 [2021-03-31T12:52:30.160Z] ---> 6bc152afb4da [2021-03-31T12:52:30.160Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T12:52:30.430Z] Removing intermediate container fb40fe6e74cf [2021-03-31T12:52:30.430Z] ---> ac63d99bba5d [2021-03-31T12:52:30.430Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:52:30.430Z] ---> 733c8cb21ecb [2021-03-31T12:52:30.430Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T12:52:30.697Z] ---> 6aad986325dd [2021-03-31T12:52:30.697Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T12:52:30.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:30.966Z] ---> 73a5d26fb109 [2021-03-31T12:52:30.966Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T12:52:31.559Z] ---> a7ab8cd4758d [2021-03-31T12:52:31.559Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T12:52:31.559Z] ---> 95c2c4d1a4fd [2021-03-31T12:52:31.559Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T12:52:31.559Z] ---> 8c77f18aaad0 [2021-03-31T12:52:31.559Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T12:52:32.140Z] ---> 9e62c4d2ba4c [2021-03-31T12:52:32.140Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T12:52:32.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:32.140Z] ---> 5e8552f9ac71 [2021-03-31T12:52:32.140Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T12:52:32.140Z] ---> 9645daff9b8b [2021-03-31T12:52:32.140Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T12:52:32.414Z] ---> Running in b01b493b8b67 [2021-03-31T12:52:32.414Z] ---> Running in 83fc0e1e5fb6 [2021-03-31T12:52:32.683Z] ---> 403e40ad1692 [2021-03-31T12:52:32.683Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T12:52:32.958Z] Removing intermediate container b01b493b8b67 [2021-03-31T12:52:32.959Z] ---> 6c1806811c73 [2021-03-31T12:52:32.959Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T12:52:32.959Z] Removing intermediate container 83fc0e1e5fb6 [2021-03-31T12:52:32.959Z] ---> 688cb88c939b [2021-03-31T12:52:32.959Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:52:32.959Z] ---> Running in 39309b972e3c [2021-03-31T12:52:32.959Z] ---> Running in 6f47e6d2be39 [2021-03-31T12:52:33.223Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:52:33.223Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T12:52:33.485Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T12:52:33.485Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T12:52:34.061Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T12:52:34.061Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T12:52:34.061Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:34.061Z] OK: 8 MiB in 20 packages [2021-03-31T12:52:34.325Z] Removing intermediate container 39309b972e3c [2021-03-31T12:52:34.325Z] ---> ce259cc6eb09 [2021-03-31T12:52:34.325Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T12:52:34.325Z] ---> 3a879aa2a648 [2021-03-31T12:52:34.325Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T12:52:34.325Z] Removing intermediate container 6f47e6d2be39 [2021-03-31T12:52:34.325Z] ---> ae4732b25df6 [2021-03-31T12:52:34.325Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:52:34.586Z] ---> Running in a451c7a6b51f [2021-03-31T12:52:34.586Z] ---> Running in a3f9696ef7c0 [2021-03-31T12:52:34.848Z] ---> 1162db77091e [2021-03-31T12:52:34.848Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T12:52:34.848Z] Removing intermediate container a451c7a6b51f [2021-03-31T12:52:34.848Z] ---> f6993f438802 [2021-03-31T12:52:34.848Z] Step 20/21 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:52:34.848Z] Removing intermediate container a3f9696ef7c0 [2021-03-31T12:52:34.848Z] ---> 8915de256bf4 [2021-03-31T12:52:34.848Z] Step 21/22 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:52:35.110Z] ---> Running in e04e5472e3c7 [2021-03-31T12:52:35.378Z] ---> Running in 5359457f29d4 [2021-03-31T12:52:35.378Z] ---> Running in a64db54415ac [2021-03-31T12:52:35.378Z] Removing intermediate container 33a1bf086487 [2021-03-31T12:52:35.378Z] ---> 601e80a53bc4 [2021-03-31T12:52:35.378Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:52:35.378Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T12:52:35.641Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T12:52:35.641Z] ---> aefe523efa57 [2021-03-31T12:52:35.641Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T12:52:35.641Z] Removing intermediate container a64db54415ac [2021-03-31T12:52:35.641Z] ---> 5f4a8efe2376 [2021-03-31T12:52:35.641Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T12:52:35.641Z] Removing intermediate container 5359457f29d4 [2021-03-31T12:52:35.641Z] ---> d3939f855ed4 [2021-03-31T12:52:35.641Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T12:52:35.904Z] ---> Running in d338ff3d91b5 [2021-03-31T12:52:35.904Z] ---> Running in 4920e903faa9 [2021-03-31T12:52:35.904Z] ---> Running in 64b161c9b3c3 [2021-03-31T12:52:36.174Z] ---> b25a54cd066a [2021-03-31T12:52:36.174Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T12:52:36.174Z] Removing intermediate container 4920e903faa9 [2021-03-31T12:52:36.174Z] ---> 96d147d5a28d [2021-03-31T12:52:36.174Z] [2021-03-31T12:52:36.441Z] Removing intermediate container 64b161c9b3c3 [2021-03-31T12:52:36.441Z] ---> 2c0aa902d488 [2021-03-31T12:52:36.441Z] [2021-03-31T12:52:36.716Z] Successfully built 96d147d5a28d [2021-03-31T12:52:36.716Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T12:52:36.716Z] Building docker-security-bootstrapper-go [2021-03-31T12:52:36.716Z]  Building docker-security-proxy-setup-go ... done Successfully built 2c0aa902d488 [2021-03-31T12:52:36.716Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T12:52:36.716Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-31T12:52:36.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:36.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:36.983Z] Removing intermediate container e04e5472e3c7 [2021-03-31T12:52:36.983Z] ---> 9b21ad0e22fe [2021-03-31T12:52:36.983Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T12:52:36.983Z] ---> 99cbbf5c7ca7 [2021-03-31T12:52:36.983Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T12:52:36.983Z] ---> Running in 050786b3e841 [2021-03-31T12:52:36.983Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T12:52:36.983Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T12:52:37.256Z] Executing bash-5.0.17-r0.post-install [2021-03-31T12:52:37.256Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:37.256Z] OK: 12 MiB in 22 packages [2021-03-31T12:52:37.256Z] Removing intermediate container 050786b3e841 [2021-03-31T12:52:37.256Z] ---> f1e65be4b3f9 [2021-03-31T12:52:37.256Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T12:52:37.256Z] ---> 92c48ee769f6 [2021-03-31T12:52:37.256Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T12:52:37.256Z] ---> Running in 72899781b046 [2021-03-31T12:52:37.520Z] ---> Running in a24aa912e587 [2021-03-31T12:52:37.785Z] Removing intermediate container 72899781b046 [2021-03-31T12:52:37.785Z] ---> 36d3500aae6d [2021-03-31T12:52:37.785Z] Step 23/24 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:52:39.182Z] Removing intermediate container a24aa912e587 [2021-03-31T12:52:39.183Z] ---> 9e5d7dda25e2 [2021-03-31T12:52:39.183Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:52:40.589Z] ---> Running in 0d0f20986a9f [2021-03-31T12:52:42.557Z] ---> Running in 137c2ca99d94 [2021-03-31T12:52:42.557Z] Removing intermediate container d338ff3d91b5 [2021-03-31T12:52:42.557Z] ---> ae34b90286d8 [2021-03-31T12:52:42.557Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T12:52:43.133Z] Removing intermediate container 0d0f20986a9f [2021-03-31T12:52:43.133Z] ---> b8d40a58a7ea [2021-03-31T12:52:43.133Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T12:52:45.059Z] ---> Running in d53234c481ba [2021-03-31T12:52:45.323Z] ---> Running in d002b1701a7e [2021-03-31T12:52:45.323Z] Removing intermediate container 137c2ca99d94 [2021-03-31T12:52:45.323Z] ---> 412f571811d5 [2021-03-31T12:52:45.323Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:52:45.587Z] Removing intermediate container d53234c481ba [2021-03-31T12:52:45.588Z] ---> 2e292b9f83e6 [2021-03-31T12:52:45.588Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T12:52:45.588Z] ---> Running in ec2fb5dad658 [2021-03-31T12:52:45.588Z] Removing intermediate container d002b1701a7e [2021-03-31T12:52:45.588Z] ---> 4c869846aad4 [2021-03-31T12:52:45.588Z] [2021-03-31T12:52:45.588Z] ---> Running in 88e5f5501084 [2021-03-31T12:52:45.854Z] Removing intermediate container ec2fb5dad658 [2021-03-31T12:52:45.854Z] ---> e92e3b16b4ef [2021-03-31T12:52:45.854Z] Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:52:45.854Z] Successfully built 4c869846aad4 [2021-03-31T12:52:45.854Z] ---> Running in bbbc3c706ef1 [2021-03-31T12:52:46.813Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T12:52:46.813Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-31T12:52:47.389Z] Removing intermediate container 88e5f5501084 [2021-03-31T12:52:47.389Z] ---> 160841daddd1 [2021-03-31T12:52:47.389Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T12:52:51.690Z] ---> Running in fb66a82a279d [2021-03-31T12:52:51.690Z] Removing intermediate container bbbc3c706ef1 [2021-03-31T12:52:51.690Z] ---> d67eef8d5e11 [2021-03-31T12:52:51.690Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:52:52.695Z] ---> Running in 6edc1f25fe0a [2021-03-31T12:52:52.695Z] Removing intermediate container fb66a82a279d [2021-03-31T12:52:52.695Z] ---> 28805e20af8b [2021-03-31T12:52:52.695Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T12:52:53.271Z] Removing intermediate container 6edc1f25fe0a [2021-03-31T12:52:53.271Z] ---> f80c847a95f3 [2021-03-31T12:52:53.271Z] [2021-03-31T12:52:54.240Z] Successfully built f80c847a95f3 [2021-03-31T12:52:54.507Z] Successfully tagged docker-core-data-go:latest [2021-03-31T12:52:54.507Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-31T12:52:54.781Z] ---> ec718fcf7c1a [2021-03-31T12:52:54.782Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T12:52:58.147Z] ---> c1d685652e04 [2021-03-31T12:52:58.147Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T12:52:59.563Z] ---> ad927061e54f [2021-03-31T12:52:59.563Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T12:52:59.827Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:52:59.827Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:52:59.827Z] ---> 5a66cb98a7fc [2021-03-31T12:52:59.827Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T12:52:59.827Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:52:59.827Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:52:59.827Z] ---> 5a66cb98a7fc [2021-03-31T12:52:59.827Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:53:00.088Z] ---> Using cache [2021-03-31T12:53:00.088Z] ---> 06782ea23a36 [2021-03-31T12:53:00.088Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:53:00.088Z] ---> Using cache [2021-03-31T12:53:00.088Z] ---> 06782ea23a36 [2021-03-31T12:53:00.088Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:53:00.088Z] ---> Using cache [2021-03-31T12:53:00.088Z] ---> 72ad4b4a6ef2 [2021-03-31T12:53:00.088Z] Step 5/23 : RUN apk add --update --no-cache make git ---> Using cache [2021-03-31T12:53:00.088Z] [2021-03-31T12:53:00.088Z] ---> 72ad4b4a6ef2 [2021-03-31T12:53:00.088Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T12:53:01.519Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T12:53:02.043Z] ---> Running in 87c554357403 [2021-03-31T12:53:02.311Z] ---> Running in 5a42a6f5e9a6 [2021-03-31T12:53:02.311Z] ---> Running in ab4303fe1e97 [2021-03-31T12:53:03.507Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T12:53:04.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:53:04.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:53:04.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:53:04.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:53:04.735Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T12:53:04.735Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T12:53:04.735Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T12:53:04.735Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T12:53:04.735Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T12:53:04.735Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T12:53:04.735Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T12:53:05.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:53:05.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:53:06.294Z] OK: 233 MiB in 51 packages [2021-03-31T12:53:06.556Z] OK: 233 MiB in 51 packages [2021-03-31T12:53:07.513Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T12:53:07.513Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T12:53:07.513Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T12:53:07.513Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T12:53:07.513Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T12:53:07.513Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T12:53:07.513Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T12:53:07.784Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T12:53:07.784Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T12:53:07.784Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T12:53:08.732Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T12:53:09.315Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T12:53:09.893Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T12:53:09.893Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T12:53:10.162Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T12:53:10.162Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T12:53:10.162Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T12:53:10.162Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T12:53:10.162Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T12:53:10.162Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T12:53:10.430Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T12:53:10.430Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T12:53:10.430Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T12:53:11.022Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T12:53:11.022Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T12:53:11.022Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T12:53:11.978Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:53:12.192Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T12:53:12.192Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T12:53:12.929Z] OK: 71 MiB in 55 packages [2021-03-31T12:53:12.929Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:53:12.929Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:53:13.192Z] ---> 5a66cb98a7fc [2021-03-31T12:53:13.192Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:53:13.192Z] ---> Using cache [2021-03-31T12:53:13.192Z] ---> 06782ea23a36 [2021-03-31T12:53:13.192Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:53:13.192Z] ---> Using cache [2021-03-31T12:53:13.192Z] ---> 72ad4b4a6ef2 [2021-03-31T12:53:13.192Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T12:53:14.149Z] Removing intermediate container ab4303fe1e97 [2021-03-31T12:53:14.149Z] ---> 0ed47a9c9e63 [2021-03-31T12:53:14.149Z] Step 6/31 : COPY go.mod . [2021-03-31T12:53:14.149Z] Removing intermediate container 5a42a6f5e9a6 [2021-03-31T12:53:14.149Z] ---> fafddc4ea464 [2021-03-31T12:53:14.149Z] Step 6/23 : COPY go.mod . [2021-03-31T12:53:14.417Z] ---> Running in a8f32d8f35ac [2021-03-31T12:53:15.372Z] ---> 822d2e0286ac [2021-03-31T12:53:15.372Z] Step 7/23 : RUN go mod download [2021-03-31T12:53:16.463Z] ---> 49411a65cae0 [2021-03-31T12:53:16.463Z] Step 7/31 : RUN go mod download [2021-03-31T12:53:16.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:53:16.523Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T12:53:16.523Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T12:53:16.523Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T12:53:16.523Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T12:53:16.779Z] ---> Running in 9dd71f16c800 [2021-03-31T12:53:16.779Z] ---> Running in 4282585c1dee [2021-03-31T12:53:17.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:53:17.829Z] OK: 233 MiB in 51 packages [2021-03-31T12:53:19.224Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T12:53:19.822Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T12:53:19.865Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:53:19.865Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:53:19.865Z] ---> 5a66cb98a7fc [2021-03-31T12:53:19.865Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:53:19.865Z] ---> Using cache [2021-03-31T12:53:19.865Z] ---> 06782ea23a36 [2021-03-31T12:53:19.865Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:53:19.865Z] ---> Using cache [2021-03-31T12:53:19.865Z] ---> 72ad4b4a6ef2 [2021-03-31T12:53:19.865Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:53:19.865Z] ---> Using cache [2021-03-31T12:53:19.865Z] ---> fafddc4ea464 [2021-03-31T12:53:19.865Z] Step 6/23 : COPY go.mod . [2021-03-31T12:53:19.865Z] ---> Using cache [2021-03-31T12:53:19.865Z] ---> 822d2e0286ac [2021-03-31T12:53:19.865Z] Step 7/23 : RUN go mod download [2021-03-31T12:53:21.261Z] ---> Running in 13046a5d0df8 [2021-03-31T12:53:21.524Z] Removing intermediate container a8f32d8f35ac [2021-03-31T12:53:21.524Z] ---> 10d8ddd3aec6 [2021-03-31T12:53:21.524Z] Step 6/22 : COPY go.mod . [2021-03-31T12:53:22.922Z] ---> a4de8ba12023 [2021-03-31T12:53:22.922Z] Step 7/22 : RUN go mod download [2021-03-31T12:53:23.504Z] Removing intermediate container 9dd71f16c800 [2021-03-31T12:53:23.504Z] ---> 2f2bd5a315d5 [2021-03-31T12:53:23.504Z] Step 8/23 : COPY . . [2021-03-31T12:53:24.084Z] Removing intermediate container 4282585c1dee [2021-03-31T12:53:24.084Z] ---> 2f4b04dfeff6 [2021-03-31T12:53:24.084Z] Step 8/31 : COPY . . [2021-03-31T12:53:24.084Z] ---> Running in a0c3cf690797 [2021-03-31T12:53:28.126Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T12:53:28.126Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T12:53:28.126Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T12:53:28.368Z] Removing intermediate container 87c554357403 [2021-03-31T12:53:28.368Z] ---> 85aeb1ce0a93 [2021-03-31T12:53:28.368Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T12:53:32.603Z] ---> Running in 219a46fa9300 [2021-03-31T12:53:34.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.394s coverage: 45.9% of statements [2021-03-31T12:53:34.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T12:53:34.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T12:53:34.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T12:53:34.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T12:53:34.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T12:53:34.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T12:53:34.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.179s coverage: 19.8% of statements [2021-03-31T12:53:34.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [2021-03-31T12:53:35.943Z] Removing intermediate container 13046a5d0df8 [2021-03-31T12:53:35.943Z] ---> 981c6859b662 [2021-03-31T12:53:35.943Z] Step 8/23 : COPY . . [2021-03-31T12:53:43.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.594s coverage: 27.1% of statements [2021-03-31T12:53:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T12:53:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T12:53:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T12:53:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T12:53:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T12:53:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T12:53:43.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.170s coverage: 100.0% of statements [2021-03-31T12:53:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T12:53:43.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.174s coverage: 100.0% of statements [2021-03-31T12:53:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T12:53:43.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T12:53:44.152Z] Removing intermediate container a0c3cf690797 [2021-03-31T12:53:44.152Z] ---> 6714618d482d [2021-03-31T12:53:44.152Z] Step 8/22 : COPY . . [2021-03-31T12:53:44.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 71.3% of statements [2021-03-31T12:53:44.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T12:53:44.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T12:53:46.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.507s coverage: 82.9% of statements [2021-03-31T12:53:46.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T12:53:46.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:53:46.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.151s coverage: 78.9% of statements [2021-03-31T12:53:46.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T12:53:54.653Z] Collecting docker-compose==1.23.2 [2021-03-31T12:53:54.653Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T12:53:55.603Z] Collecting PyYAML<4,>=3.10 [2021-03-31T12:53:55.603Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T12:53:59.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.320s coverage: 28.6% of statements [2021-03-31T12:53:59.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T12:53:59.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T12:53:59.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T12:53:59.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T12:53:59.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T12:53:59.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.214s coverage: 100.0% of statements [2021-03-31T12:53:59.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T12:53:59.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.188s coverage: 100.0% of statements [2021-03-31T12:53:59.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T12:53:59.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.420s coverage: 86.7% of statements [2021-03-31T12:53:59.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T12:53:59.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.487s coverage: 97.5% of statements [2021-03-31T12:53:59.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T12:53:59.312Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.220s coverage: 78.3% of statements [2021-03-31T12:53:59.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T12:53:59.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T12:53:59.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T12:53:59.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T12:54:00.942Z] ---> 6eb7b305ffbb [2021-03-31T12:54:00.942Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T12:54:01.206Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T12:54:01.206Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T12:54:01.799Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T12:54:01.799Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T12:54:03.212Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T12:54:03.212Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T12:54:03.212Z] ---> 09993fad4f1f [2021-03-31T12:54:03.212Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T12:54:03.212Z] ---> Running in 4ca94e064d57 [2021-03-31T12:54:04.646Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T12:54:04.646Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T12:54:05.239Z] ---> Running in 1177b6de8697 [2021-03-31T12:54:05.239Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T12:54:05.239Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T12:54:06.707Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T12:54:06.707Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T12:54:06.707Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T12:54:06.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T12:54:06.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T12:54:07.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.273s coverage: 92.8% of statements [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T12:54:07.668Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.117s coverage: 58.8% of statements [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T12:54:07.668Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.282s coverage: 1.0% of statements [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T12:54:07.668Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T12:54:07.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.241s coverage: 47.1% of statements [2021-03-31T12:54:07.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.178s coverage: 79.5% of statements [2021-03-31T12:54:07.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.147s coverage: 94.1% of statements [2021-03-31T12:54:07.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.253s coverage: 96.3% of statements [2021-03-31T12:54:07.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.161s coverage: 87.5% of statements [2021-03-31T12:54:07.693Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T12:54:07.693Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T12:54:07.693Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T12:54:07.693Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T12:54:08.353Z] Collecting idna<2.8,>=2.5 [2021-03-31T12:54:08.353Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T12:54:08.624Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T12:54:08.624Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T12:54:08.901Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T12:54:08.901Z] ---> 6400e0a4d754 [2021-03-31T12:54:08.901Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T12:54:08.901Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T12:54:09.168Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T12:54:09.168Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T12:54:09.446Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T12:54:09.446Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T12:54:09.446Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T12:54:09.446Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T12:54:09.446Z] Installing collected packages: PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, docopt, texttable, cached-property, jsonschema, docker-compose [2021-03-31T12:54:10.057Z] ---> Running in 43ab3a35e6b2 [2021-03-31T12:54:10.057Z] Running setup.py install for PyYAML: started [2021-03-31T12:54:11.501Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T12:54:11.501Z] Attempting uninstall: idna [2021-03-31T12:54:11.501Z] Found existing installation: idna 2.9 [2021-03-31T12:54:11.501Z] Uninstalling idna-2.9: [2021-03-31T12:54:11.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T12:54:11.778Z] Successfully uninstalled idna-2.9 [2021-03-31T12:54:12.048Z] Attempting uninstall: urllib3 [2021-03-31T12:54:12.049Z] Found existing installation: urllib3 1.25.9 [2021-03-31T12:54:12.049Z] Uninstalling urllib3-1.25.9: [2021-03-31T12:54:12.316Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T12:54:12.594Z] Attempting uninstall: requests [2021-03-31T12:54:12.594Z] Found existing installation: requests 2.23.0 [2021-03-31T12:54:12.594Z] Uninstalling requests-2.23.0: [2021-03-31T12:54:12.861Z] Successfully uninstalled requests-2.23.0 [2021-03-31T12:54:14.303Z] ---> 9a3580087023 [2021-03-31T12:54:14.303Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T12:54:14.912Z] ---> Running in a18f9a6696f8 [2021-03-31T12:54:15.190Z] Running setup.py install for dockerpty: started [2021-03-31T12:54:16.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T12:54:16.185Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T12:54:16.185Z] Running setup.py install for docopt: started [2021-03-31T12:54:17.602Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T12:54:17.882Z] Running setup.py install for texttable: started [2021-03-31T12:54:18.878Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T12:54:20.271Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T12:54:22.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.143s coverage: 94.4% of statements [2021-03-31T12:54:22.962Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.158s coverage: 44.8% of statements [2021-03-31T12:54:24.565Z] Removing intermediate container 219a46fa9300 [2021-03-31T12:54:24.565Z] ---> 29ac30a3dfcf [2021-03-31T12:54:24.565Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T12:54:24.565Z] ---> Running in 9492a1c29990 [2021-03-31T12:54:25.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.588s coverage: 82.6% of statements [2021-03-31T12:54:26.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:54:26.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:54:26.003Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:54:26.284Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T12:54:26.284Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T12:54:26.284Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:54:26.284Z] OK: 72 MiB in 58 packages [2021-03-31T12:54:27.746Z] Removing intermediate container 9492a1c29990 [2021-03-31T12:54:27.746Z] ---> 68e020aa28bf [2021-03-31T12:54:27.746Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T12:54:28.015Z] ---> Running in 18d143a91204 [2021-03-31T12:54:28.286Z] Removing intermediate container 18d143a91204 [2021-03-31T12:54:28.286Z] ---> ed6a8e460ae0 [2021-03-31T12:54:28.286Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:54:28.286Z] ---> Running in 521e4849c262 [2021-03-31T12:54:29.727Z] Removing intermediate container 521e4849c262 [2021-03-31T12:54:29.727Z] ---> 0f45fbba3a1a [2021-03-31T12:54:29.727Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T12:54:29.998Z] ---> Running in 3cc77a0b3397 [2021-03-31T12:54:30.266Z] Removing intermediate container 3cc77a0b3397 [2021-03-31T12:54:30.266Z] ---> 3e46d9b0a5e7 [2021-03-31T12:54:30.266Z] Step 25/26 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:54:30.266Z] ---> Running in 90948b7f3da3 [2021-03-31T12:54:30.858Z] Removing intermediate container 90948b7f3da3 [2021-03-31T12:54:30.858Z] ---> cb9b91cd959d [2021-03-31T12:54:30.858Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T12:54:31.124Z] ---> Running in 842ece7b781a [2021-03-31T12:54:31.391Z] Removing intermediate container 842ece7b781a [2021-03-31T12:54:31.391Z] ---> ae958cc4eb65 [2021-03-31T12:54:31.391Z] [2021-03-31T12:54:31.657Z] Successfully built ae958cc4eb65 [2021-03-31T12:54:31.658Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T12:54:35.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.220s coverage: 92.9% of statements [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T12:54:35.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T12:54:35.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T12:54:35.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T12:54:35.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.164s coverage: 75.5% of statements [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T12:54:35.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.146s coverage: 80.8% of statements [2021-03-31T12:54:35.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.212s coverage: 87.2% of statements [2021-03-31T12:54:35.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.228s coverage: 84.6% of statements [2021-03-31T12:54:35.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.289s coverage: 91.6% of statements [2021-03-31T12:54:35.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T12:54:39.914Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1177b6de8697 [2021-03-31T12:54:39.915Z] ---> 731b29750144 [2021-03-31T12:54:39.915Z] [2021-03-31T12:54:39.915Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T12:54:39.915Z] ---> 42cb162f0360 [2021-03-31T12:54:39.915Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T12:54:40.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.784s coverage: 64.4% of statements [2021-03-31T12:54:40.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T12:54:40.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T12:54:40.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.204s coverage: 100.0% of statements [2021-03-31T12:54:40.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements [2021-03-31T12:54:40.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2021-03-31T12:54:40.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-03-31T12:54:40.499Z] ---> Running in 459c65a4aed5 [2021-03-31T12:54:40.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-03-31T12:54:41.084Z] Removing intermediate container 459c65a4aed5 [2021-03-31T12:54:41.084Z] ---> 5321c37ff59e [2021-03-31T12:54:41.084Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T12:54:41.664Z] ---> Running in b73c5a53f3c7 [2021-03-31T12:54:42.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:54:42.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:54:42.912Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:54:42.912Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T12:54:42.912Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:54:43.873Z] OK: 6 MiB in 16 packages [2021-03-31T12:54:44.141Z] Removing intermediate container 4ca94e064d57 [2021-03-31T12:54:44.141Z] ---> 45a4e4666e3a [2021-03-31T12:54:44.141Z] [2021-03-31T12:54:44.141Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:54:44.141Z] ---> 42cb162f0360 [2021-03-31T12:54:44.141Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:54:44.141Z] ---> Using cache [2021-03-31T12:54:44.141Z] ---> 1e8c0b191087 [2021-03-31T12:54:44.141Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:54:44.141Z] ---> Using cache [2021-03-31T12:54:44.141Z] ---> 09bb38576ca8 [2021-03-31T12:54:44.141Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T12:54:44.407Z] ---> Running in 9b620e695f60 [2021-03-31T12:54:44.689Z] Removing intermediate container 9b620e695f60 [2021-03-31T12:54:44.689Z] ---> a41863df7f1c [2021-03-31T12:54:44.689Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:54:44.689Z] Removing intermediate container b73c5a53f3c7 [2021-03-31T12:54:44.689Z] ---> f7a4ed0e9e39 [2021-03-31T12:54:44.689Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T12:54:44.689Z] ---> Running in 2c6e56c03d7d [2021-03-31T12:54:44.689Z] ---> Running in ab28e0a9ce39 [2021-03-31T12:54:44.960Z] Removing intermediate container 2c6e56c03d7d [2021-03-31T12:54:44.960Z] ---> 9e14a2707975 [2021-03-31T12:54:44.960Z] Step 15/23 : WORKDIR / [2021-03-31T12:54:44.960Z] ---> Running in 4af5eb1d757e [2021-03-31T12:54:44.960Z] Removing intermediate container ab28e0a9ce39 [2021-03-31T12:54:44.960Z] ---> b4b953fa0aa1 [2021-03-31T12:54:44.960Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T12:54:45.242Z] ---> Running in de23dd532024 [2021-03-31T12:54:45.242Z] Removing intermediate container 4af5eb1d757e [2021-03-31T12:54:45.242Z] ---> b78caa45f6b3 [2021-03-31T12:54:45.242Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:54:45.530Z] Removing intermediate container de23dd532024 [2021-03-31T12:54:45.531Z] ---> eb1d43e8fec6 [2021-03-31T12:54:45.531Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T12:54:45.531Z] ---> Running in 3ec345fed4c2 [2021-03-31T12:54:46.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.003s coverage: 69.0% of statements [2021-03-31T12:54:46.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T12:54:46.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T12:54:46.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T12:54:46.930Z] ---> 7c19aaa18f26 [2021-03-31T12:54:46.930Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T12:54:47.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.554s coverage: 38.4% of statements [2021-03-31T12:54:47.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T12:54:47.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T12:54:47.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements [2021-03-31T12:54:47.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T12:54:47.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.116s coverage: 84.8% of statements [2021-03-31T12:54:47.884Z] ---> 3fad06990b52 [2021-03-31T12:54:47.884Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T12:54:52.141Z] ---> 1cd2ecea1f6e [2021-03-31T12:54:52.141Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T12:54:52.141Z] ---> Running in f130534f754a [2021-03-31T12:54:52.141Z] Removing intermediate container 3ec345fed4c2 [2021-03-31T12:54:52.141Z] ---> 4f955ac098e2 [2021-03-31T12:54:52.141Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T12:54:52.141Z] Removing intermediate container 43ab3a35e6b2 [2021-03-31T12:54:52.141Z] ---> bd6f880a8b0a [2021-03-31T12:54:52.141Z] [2021-03-31T12:54:52.141Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:54:52.141Z] ---> 42cb162f0360 [2021-03-31T12:54:52.141Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:54:52.141Z] ---> Using cache [2021-03-31T12:54:52.141Z] ---> 1e8c0b191087 [2021-03-31T12:54:52.141Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:54:52.141Z] ---> Using cache [2021-03-31T12:54:52.141Z] ---> 09bb38576ca8 [2021-03-31T12:54:52.141Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T12:54:52.141Z] ---> Running in 05859c2d21ce [2021-03-31T12:54:52.141Z] Removing intermediate container a18f9a6696f8 [2021-03-31T12:54:52.141Z] ---> 497dbe7ef4ee [2021-03-31T12:54:52.141Z] [2021-03-31T12:54:52.141Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:54:52.141Z] ---> 42cb162f0360 [2021-03-31T12:54:52.141Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T12:54:52.413Z] ---> Running in f3db4688703a [2021-03-31T12:54:52.413Z] ---> Running in e7da4208ff0f [2021-03-31T12:54:52.413Z] Removing intermediate container f130534f754a [2021-03-31T12:54:52.413Z] ---> 17ad77064e57 [2021-03-31T12:54:52.413Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:54:52.781Z] Removing intermediate container 05859c2d21ce [2021-03-31T12:54:52.781Z] ---> 4b3937d08b1a [2021-03-31T12:54:52.781Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T12:54:52.781Z] ---> Running in dea40a270795 [2021-03-31T12:54:52.781Z] Removing intermediate container e7da4208ff0f [2021-03-31T12:54:52.781Z] ---> f8bfc8d58a2b [2021-03-31T12:54:52.781Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:54:53.060Z] ---> Running in 641bdea1b356 [2021-03-31T12:54:53.060Z] ---> ad5e094d4be5 [2021-03-31T12:54:53.060Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T12:54:53.060Z] Removing intermediate container dea40a270795 [2021-03-31T12:54:53.060Z] ---> f22d9e52df9d [2021-03-31T12:54:53.060Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:54:53.060Z] ---> Running in b63ae2ef1bf6 [2021-03-31T12:54:53.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:54:53.347Z] ---> Running in 864cf47a8a68 [2021-03-31T12:54:53.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:54:53.637Z] Removing intermediate container 641bdea1b356 [2021-03-31T12:54:53.637Z] ---> d5e7c0a434af [2021-03-31T12:54:53.637Z] Step 15/23 : WORKDIR / [2021-03-31T12:54:53.637Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T12:54:53.637Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:54:53.637Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:54:53.637Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:54:53.637Z] OK: 6 MiB in 16 packages [2021-03-31T12:54:54.308Z] ---> Running in 6b96c3148bcb [2021-03-31T12:54:54.308Z] Removing intermediate container 864cf47a8a68 [2021-03-31T12:54:54.308Z] ---> 3129036e385d [2021-03-31T12:54:54.308Z] Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:54:54.308Z] ---> Running in 6298006c0a54 [2021-03-31T12:54:54.577Z] Removing intermediate container 6b96c3148bcb [2021-03-31T12:54:54.577Z] ---> a734b3db6445 [2021-03-31T12:54:54.577Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:54:55.156Z] Removing intermediate container 6298006c0a54 [2021-03-31T12:54:55.156Z] ---> 633c65dc02fc [2021-03-31T12:54:55.156Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:54:55.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.584s coverage: 47.0% of statements [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T12:54:55.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T12:54:55.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T12:54:55.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.492s coverage: 87.1% of statements [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:54:55.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T12:54:57.079Z] ---> Running in bc384512aeb5 [2021-03-31T12:54:57.079Z] Removing intermediate container f3db4688703a [2021-03-31T12:54:57.079Z] ---> 9288bd3a6365 [2021-03-31T12:54:57.079Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:54:57.079Z] ---> 030d174904ec [2021-03-31T12:54:57.079Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T12:54:57.079Z] Removing intermediate container b63ae2ef1bf6 [2021-03-31T12:54:57.079Z] ---> b0238ff6eac8 [2021-03-31T12:54:57.079Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:54:57.079Z] ---> Running in 7dd99ad27927 [2021-03-31T12:54:57.344Z] Removing intermediate container bc384512aeb5 [2021-03-31T12:54:57.344Z] ---> 4bf63ccd000b [2021-03-31T12:54:57.344Z] [2021-03-31T12:54:57.609Z] Successfully built 4bf63ccd000b [2021-03-31T12:54:57.609Z] Removing intermediate container 7dd99ad27927 [2021-03-31T12:54:57.609Z] ---> 312b2268eac5 [2021-03-31T12:54:57.609Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T12:54:57.609Z] Successfully tagged docker-core-command-go:latest [2021-03-31T12:54:57.609Z]  Building docker-core-command-go ... done  ---> e0f3e937caa7 [2021-03-31T12:54:57.609Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T12:54:57.609Z] ---> Running in bc9554ec46ba [2021-03-31T12:54:57.872Z] ---> 79e98bf59534 [2021-03-31T12:54:57.872Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T12:54:57.872Z] Removing intermediate container bc9554ec46ba [2021-03-31T12:54:57.872Z] ---> afc2ea61eb17 [2021-03-31T12:54:57.872Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:54:58.137Z] ---> Running in 881b010ebdcd [2021-03-31T12:54:58.137Z] ---> 520733c01288 [2021-03-31T12:54:58.137Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T12:54:58.402Z] ---> Running in ef4e694bf5d4 [2021-03-31T12:54:58.402Z] Removing intermediate container 881b010ebdcd [2021-03-31T12:54:58.402Z] ---> 63c8ef6a4e8d [2021-03-31T12:54:58.402Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:54:58.402Z] ---> 5f7870fccacd [2021-03-31T12:54:58.402Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T12:54:58.402Z] Removing intermediate container ef4e694bf5d4 [2021-03-31T12:54:58.402Z] ---> d98ad97e5d7b [2021-03-31T12:54:58.402Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:54:58.667Z] ---> Running in 6029a3540234 [2021-03-31T12:54:58.667Z] ---> 8f5dd9c3cac7 [2021-03-31T12:54:58.667Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T12:54:58.667Z] ---> 182a7063a918 [2021-03-31T12:54:58.667Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T12:54:58.667Z] Removing intermediate container 6029a3540234 [2021-03-31T12:54:58.667Z] ---> a847bc406e8a [2021-03-31T12:54:58.667Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:54:58.935Z] ---> Running in 4766eab69c00 [2021-03-31T12:54:59.200Z] ---> cb5f22df64c8 [2021-03-31T12:54:59.200Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T12:54:59.200Z] Removing intermediate container 4766eab69c00 [2021-03-31T12:54:59.200Z] ---> c5deb65bb24e [2021-03-31T12:54:59.200Z] Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:54:59.200Z] ---> Running in 57a8359c13b4 [2021-03-31T12:54:59.200Z] ---> a5c62d66ce15 [2021-03-31T12:54:59.200Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T12:54:59.462Z] ---> f595d5e1b74d [2021-03-31T12:54:59.462Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T12:54:59.462Z] Removing intermediate container 57a8359c13b4 [2021-03-31T12:54:59.462Z] ---> 374c45bb711a [2021-03-31T12:54:59.462Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:54:59.725Z] ---> Running in ef863afb171c [2021-03-31T12:54:59.725Z] ---> Running in c4f009b6f185 [2021-03-31T12:54:59.725Z] ---> 6aacc5045cd5 [2021-03-31T12:54:59.725Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T12:54:59.725Z] ---> Running in 8b296edf473d [2021-03-31T12:54:59.987Z] Removing intermediate container c4f009b6f185 [2021-03-31T12:54:59.987Z] ---> ac0caec0284d [2021-03-31T12:54:59.987Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T12:54:59.987Z] Removing intermediate container ef863afb171c [2021-03-31T12:54:59.987Z] ---> 5f30931f5ace [2021-03-31T12:54:59.987Z] [2021-03-31T12:54:59.987Z] Removing intermediate container 8b296edf473d [2021-03-31T12:54:59.987Z] ---> 21c4f00d80a7 [2021-03-31T12:54:59.987Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:55:00.249Z] Successfully built 5f30931f5ace [2021-03-31T12:55:00.249Z] ---> Running in e31b6f146cb6 [2021-03-31T12:55:00.249Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T12:55:00.249Z]  Building docker-core-metadata-go ... done  ---> 8a2aef94c6bf [2021-03-31T12:55:00.249Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T12:55:00.511Z] ---> Running in 4a1984c2ab23 [2021-03-31T12:55:00.511Z] Removing intermediate container e31b6f146cb6 [2021-03-31T12:55:00.511Z] ---> 90a4623be51c [2021-03-31T12:55:00.511Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:55:00.780Z] ---> Running in 62dcb52c2e85 [2021-03-31T12:55:00.780Z] Removing intermediate container 62dcb52c2e85 [2021-03-31T12:55:00.780Z] ---> cabf68278ce7 [2021-03-31T12:55:00.780Z] Step 21/22 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:55:01.057Z] ---> Running in efe46b448c3e [2021-03-31T12:55:01.057Z] Removing intermediate container efe46b448c3e [2021-03-31T12:55:01.057Z] ---> 311118c6007e [2021-03-31T12:55:01.057Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T12:55:01.322Z] ---> Running in 4744abdb84c4 [2021-03-31T12:55:01.587Z] Removing intermediate container 4744abdb84c4 [2021-03-31T12:55:01.587Z] ---> cd73bbb1d695 [2021-03-31T12:55:01.587Z] [2021-03-31T12:55:01.853Z] Successfully built cd73bbb1d695 [2021-03-31T12:55:01.853Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T12:55:02.124Z]  Building docker-support-notifications-go ... done Removing intermediate container 4a1984c2ab23 [2021-03-31T12:55:02.124Z] ---> 06c65546426d [2021-03-31T12:55:02.124Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T12:55:02.124Z] ---> Running in f0f5762cd9dc [2021-03-31T12:55:02.322Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.716s coverage: 29.1% of statements [2021-03-31T12:55:02.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T12:55:02.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T12:55:02.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T12:55:02.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T12:55:02.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T12:55:02.322Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements [2021-03-31T12:55:02.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T12:55:02.322Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements [2021-03-31T12:55:02.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T12:55:02.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T12:55:02.322Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T12:55:02.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T12:55:02.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.373s coverage: 95.0% of statements [2021-03-31T12:55:02.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T12:55:02.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:55:02.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T12:55:02.323Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-03-31T12:55:02.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T12:55:02.323Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-03-31T12:55:02.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T12:55:02.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T12:55:02.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T12:55:02.323Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T12:55:02.386Z] Removing intermediate container f0f5762cd9dc [2021-03-31T12:55:02.386Z] ---> d265056b50e1 [2021-03-31T12:55:02.386Z] Step 28/31 : CMD ["gate"] [2021-03-31T12:55:02.649Z] ---> Running in 0a85da9ad7b8 [2021-03-31T12:55:02.911Z] Removing intermediate container 0a85da9ad7b8 [2021-03-31T12:55:02.911Z] ---> a9bffaad0f17 [2021-03-31T12:55:02.911Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T12:55:02.911Z] ---> Running in 570bba32794c [2021-03-31T12:55:02.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2021-03-31T12:55:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T12:55:02.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T12:55:02.923Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-03-31T12:55:03.173Z] Removing intermediate container 570bba32794c [2021-03-31T12:55:03.173Z] ---> 8d948340f4d9 [2021-03-31T12:55:03.173Z] Step 30/31 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:55:03.517Z] ---> Running in 8b538f113118 [2021-03-31T12:55:03.517Z] Removing intermediate container 8b538f113118 [2021-03-31T12:55:03.517Z] ---> 47278af58977 [2021-03-31T12:55:03.517Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T12:55:03.783Z] ---> Running in 2ee2f4f38e48 [2021-03-31T12:55:04.047Z] Removing intermediate container 2ee2f4f38e48 [2021-03-31T12:55:04.047Z] ---> d2ebbf35bb6c [2021-03-31T12:55:04.047Z] [2021-03-31T12:55:04.047Z] Successfully built d2ebbf35bb6c [2021-03-31T12:55:04.047Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T12:55:04.657Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-31T12:55:04.721Z] $ docker stop --time=1 a15e027a338ca75a8fd1fca2dfa8533d03e5ada434281d8f426ee1c64fa8e7dc [2021-03-31T12:55:04.908Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.121s coverage: 32.1% of statements [2021-03-31T12:55:05.179Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-31T12:55:06.156Z] GO111MODULE=on go vet ./... [2021-03-31T12:55:06.458Z] $ docker rm -f a15e027a338ca75a8fd1fca2dfa8533d03e5ada434281d8f426ee1c64fa8e7dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:55:06.987Z] + docker images [2021-03-31T12:55:06.987Z] + grep docker [2021-03-31T12:55:07.248Z] docker-security-bootstrapper-go latest d2ebbf35bb6c 4 seconds ago 18.9MB [2021-03-31T12:55:07.248Z] docker-support-notifications-go latest cd73bbb1d695 6 seconds ago 17.9MB [2021-03-31T12:55:07.248Z] docker-core-metadata-go latest 5f30931f5ace 8 seconds ago 19MB [2021-03-31T12:55:07.248Z] docker-core-command-go latest 4bf63ccd000b 10 seconds ago 17.3MB [2021-03-31T12:55:07.248Z] docker-sys-mgmt-agent-go latest ae958cc4eb65 36 seconds ago 314MB [2021-03-31T12:55:07.248Z] docker-core-data-go latest f80c847a95f3 2 minutes ago 22.7MB [2021-03-31T12:55:07.248Z] docker-security-secretstore-setup-go latest 4c869846aad4 2 minutes ago 25.7MB [2021-03-31T12:55:07.248Z] docker-support-scheduler-go latest 2c0aa902d488 2 minutes ago 17.4MB [2021-03-31T12:55:07.248Z] docker-security-proxy-setup-go latest 96d147d5a28d 2 minutes ago 25.4MB [2021-03-31T12:55:07.248Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-31T12:55:23.038Z] Still waiting to schedule task [2021-03-31T12:55:23.038Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-31T12:56:16.487Z] Running on prd-ubuntu18.04-docker-8c-8g-32252 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws [2021-03-31T12:56:16.539Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-03-31T12:56:18.531Z] using credential edgex-jenkins-ssh [2021-03-31T12:56:18.584Z] Cloning the remote Git repository [2021-03-31T12:56:18.375Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:56:18.441Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-03-31T12:56:18.469Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:56:18.469Z] > git --version # timeout=10 [2021-03-31T12:56:18.475Z] > git --version # 'git version 2.17.1' [2021-03-31T12:56:18.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:56:18.501Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:56:27.311Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:56:27.437Z] Merge succeeded, producing b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T12:56:27.438Z] Checking out Revision b059c893a95a190e7cb1ea7e9367c68d19646d58 (PR-3319) [2021-03-31T12:56:26.586Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:56:26.593Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:56:26.604Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:56:26.615Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:56:26.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:56:26.619Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T12:56:27.087Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:56:27.092Z] > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # timeout=10 [2021-03-31T12:56:27.178Z] > git remote # timeout=10 [2021-03-31T12:56:27.185Z] > git config --get remote.origin.url # timeout=10 [2021-03-31T12:56:27.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:56:27.193Z] > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 [2021-03-31T12:56:27.201Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-31T12:56:27.209Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:56:27.213Z] > git checkout -f b059c893a95a190e7cb1ea7e9367c68d19646d58 # timeout=10 [2021-03-31T12:56:28.019Z] gofmt -l . [2021-03-31T12:56:29.984Z] [ "`gofmt -l .`" = "" ] [2021-03-31T12:56:31.149Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:56:32.314Z] + echo snap-build.sh [2021-03-31T12:56:32.314Z] snap-build.sh [2021-03-31T12:56:32.314Z] + SNAP_BASE_DIR=. [2021-03-31T12:56:32.314Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-03-31T12:56:32.314Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-03-31T12:56:32.314Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-03-31T12:56:32.314Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-03-31T12:56:32.314Z] + cd /w/workspace/edgex-go/5 [2021-03-31T12:56:32.314Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-31T12:56:32.314Z] Reading package lists... [2021-03-31T12:56:32.314Z] Building dependency tree... [2021-03-31T12:56:32.314Z] Reading state information... [2021-03-31T12:56:32.577Z] The following packages were automatically installed and are no longer required: [2021-03-31T12:56:32.577Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-31T12:56:32.577Z] uidmap xdelta3 [2021-03-31T12:56:32.577Z] Use 'sudo apt autoremove' to remove them. [2021-03-31T12:56:32.577Z] The following packages will be REMOVED: [2021-03-31T12:56:32.577Z] lxd* lxd-client* [2021-03-31T12:56:33.148Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-31T12:56:33.148Z] After this operation, 31.7 MB disk space will be freed. [2021-03-31T12:56:33.393Z] ./bin/test-go-mod-tidy.sh [2021-03-31T12:56:33.669Z] ./bin/test-attribution-txt.sh [2021-03-31T12:56:34.212Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-31T12:56:34.212Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T12:56:35.156Z] Removing lxd dnsmasq configuration [2021-03-31T12:56:35.156Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T12:56:35.417Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] sh [2021-03-31T12:56:36.313Z] + ls -al . [2021-03-31T12:56:36.313Z] total 808 [2021-03-31T12:56:36.313Z] drwxrwxr-x 9 1001 1001 4096 Mar 31 12:56 . [2021-03-31T12:56:36.313Z] drwxr-xr-x 4 root root 4096 Mar 31 12:51 .. [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 12:50 .dockerignore [2021-03-31T12:56:36.313Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 12:50 .git [2021-03-31T12:56:36.313Z] drwxrwxr-x 3 1001 1001 4096 Mar 31 12:50 .github [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 12:50 .gitignore [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 12:50 .sonarcloud.properties [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:50 Attribution.txt [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:50 CONTRIBUTING.md [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 12:50 Dockerfile.build [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 12:50 Jenkinsfile [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:50 LICENSE [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:50 Makefile [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:50 README.md [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:50 SECURITY.md [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 12:46 VERSION [2021-03-31T12:56:36.313Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:50 ZMQWindows.md [2021-03-31T12:56:36.313Z] drwxrwxr-x 2 1001 1001 4096 Mar 31 12:50 bin [2021-03-31T12:56:36.313Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 12:50 cmd [2021-03-31T12:56:36.313Z] -rw-r--r-- 1 root root 669470 Mar 31 12:55 coverage.out [2021-03-31T12:56:36.313Z] -rw-r--r-- 1 root root 1056 Mar 31 12:56 go.mod [2021-03-31T12:56:36.313Z] -rw-r--r-- 1 root root 22360 Mar 31 12:56 go.sum [2021-03-31T12:56:36.313Z] drwxrwxr-x 8 1001 1001 4096 Mar 31 12:50 internal [2021-03-31T12:56:36.313Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 12:50 openapi [2021-03-31T12:56:36.313Z] drwxrwxr-x 4 1001 1001 4096 Mar 31 12:50 snap [2021-03-31T12:56:36.314Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 12:50 version.go [Pipeline] sh [2021-03-31T12:56:36.361Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-31T12:56:36.361Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-31T12:56:36.361Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-31T12:56:36.984Z] + '[' -e coverage.out ] [2021-03-31T12:56:36.984Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T12:56:37.071Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T12:56:37.750Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-31T12:56:37.750Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-31T12:56:38.450Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T12:56:39.102Z] + make build [2021-03-31T12:56:39.102Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T12:56:39.138Z] + sudo snap remove --purge lxd [2021-03-31T12:56:39.138Z] snap "lxd" is not installed [2021-03-31T12:56:39.138Z] + sudo groupadd --force --system lxd [2021-03-31T12:56:39.138Z] ++ whoami [2021-03-31T12:56:39.138Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-31T12:56:39.399Z] + newgrp - lxd [2021-03-31T12:56:39.399Z] + sudo snap install lxd [2021-03-31T12:56:49.403Z] 2021-03-31T12:56:45Z INFO Waiting for automatic snapd restart... [2021-03-31T12:56:54.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T12:57:11.377Z] lxd 4.12 from Canonical* installed [2021-03-31T12:57:11.377Z] + sudo lxd init --auto [2021-03-31T12:57:18.026Z] + sudo snap install --classic snapcraft [2021-03-31T12:57:21.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T12:57:24.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T12:57:24.932Z] snapcraft 4.6 from Canonical* installed [2021-03-31T12:57:24.932Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-31T12:57:24.932Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-31T12:57:24.932Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T12:57:24.932Z] Dload Upload Total Spent Left Speed [2021-03-31T12:57:24.932Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4976 0 --:--:-- --:--:-- --:--:-- 5016 [2021-03-31T12:57:25.193Z] 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 7120k 0 --:--:-- --:--:-- --:--:-- 20.2M [2021-03-31T12:57:25.193Z] ./yq_linux_amd64 [2021-03-31T12:57:25.193Z] + sudo snapcraft prime --use-lxd [2021-03-31T12:57:27.115Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-31T12:57:27.115Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T12:57:27.115Z] - README.md [2021-03-31T12:57:27.115Z] [2021-03-31T12:57:27.115Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T12:57:27.687Z] Launching a container. [2021-03-31T12:57:31.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T12:57:32.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T12:57:37.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T12:57:39.932Z] Waiting for container to be ready [2021-03-31T12:57:39.932Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-31T12:57:39.932Z] [2021-03-31T12:57:43.225Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-31T12:57:43.225Z] Waiting for network to be ready... [2021-03-31T12:57:43.795Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T12:57:43.795Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T12:57:44.368Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-31T12:57:44.368Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T12:57:44.368Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T12:57:44.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T12:57:44.630Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T12:57:44.630Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T12:57:44.630Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T12:57:44.630Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T12:57:44.630Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T12:57:44.630Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T12:57:44.630Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T12:57:44.630Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T12:57:44.630Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T12:57:44.630Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T12:57:44.630Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T12:57:44.630Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T12:57:44.890Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T12:57:44.890Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T12:57:45.150Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T12:57:45.409Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T12:57:45.409Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T12:57:45.409Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T12:57:45.409Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T12:57:45.409Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T12:57:45.409Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T12:57:45.409Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T12:57:47.961Z] Fetched 24.2 MB in 4s (5414 kB/s) [2021-03-31T12:57:48.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T12:57:48.907Z] Reading package lists... [2021-03-31T12:57:49.168Z] Reading package lists... [2021-03-31T12:57:49.168Z] Building dependency tree... [2021-03-31T12:57:49.168Z] Reading state information... [2021-03-31T12:57:49.428Z] The following additional packages will be installed: [2021-03-31T12:57:49.428Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T12:57:49.428Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T12:57:49.428Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T12:57:49.428Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-31T12:57:49.428Z] Suggested packages: [2021-03-31T12:57:49.428Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-31T12:57:49.428Z] Recommended packages: [2021-03-31T12:57:49.428Z] gnupg libsasl2-modules [2021-03-31T12:57:49.428Z] The following NEW packages will be installed: [2021-03-31T12:57:49.428Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-31T12:57:49.428Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-31T12:57:49.428Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-31T12:57:49.428Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-31T12:57:49.428Z] The following packages will be upgraded: [2021-03-31T12:57:49.428Z] gpg gpg-agent gpgconf libudev1 [2021-03-31T12:57:49.428Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-31T12:57:49.428Z] Need to get 3530 kB of archives. [2021-03-31T12:57:49.428Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-31T12:57:49.428Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-31T12:57:49.428Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-31T12:57:49.689Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-31T12:57:49.689Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-31T12:57:49.689Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-31T12:57:49.949Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-31T12:57:50.211Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-31T12:57:50.211Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-31T12:57:50.211Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-31T12:57:50.473Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-31T12:57:50.473Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-31T12:57:50.473Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-31T12:57:50.473Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-31T12:57:50.473Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-31T12:57:50.473Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-31T12:57:50.473Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-31T12:57:50.473Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-31T12:57:50.473Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-31T12:57:50.473Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-31T12:57:50.473Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-31T12:57:50.473Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-31T12:57:50.473Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-31T12:57:50.473Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T12:57:50.737Z] Fetched 3530 kB in 1s (3444 kB/s) [2021-03-31T12:57:50.737Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T12:57:50.737Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-31T12:57:50.737Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T12:57:50.737Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-31T12:57:50.997Z] Selecting previously unselected package udev. [2021-03-31T12:57:50.997Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-31T12:57:50.997Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-31T12:57:50.997Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-31T12:57:51.258Z] Selecting previously unselected package libfuse2:amd64. [2021-03-31T12:57:51.258Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T12:57:51.258Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T12:57:51.258Z] Selecting previously unselected package fuse. [2021-03-31T12:57:51.258Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-31T12:57:51.258Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-31T12:57:51.258Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T12:57:51.259Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T12:57:51.519Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T12:57:51.519Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T12:57:51.519Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T12:57:51.519Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T12:57:51.519Z] Selecting previously unselected package libksba8:amd64. [2021-03-31T12:57:51.519Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-31T12:57:51.519Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-31T12:57:51.780Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-31T12:57:51.780Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T12:57:51.780Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:51.780Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-31T12:57:51.780Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T12:57:51.780Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:52.044Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-31T12:57:52.044Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T12:57:52.044Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:52.044Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-31T12:57:52.044Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T12:57:52.044Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:52.044Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-31T12:57:52.044Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T12:57:52.044Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:52.304Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-31T12:57:52.304Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T12:57:52.304Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:52.304Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-31T12:57:52.304Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T12:57:52.304Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:52.565Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-31T12:57:52.565Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T12:57:52.565Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:52.565Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-31T12:57:52.565Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-31T12:57:52.565Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:52.826Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-31T12:57:52.826Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T12:57:52.826Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T12:57:52.826Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-31T12:57:52.826Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-31T12:57:52.826Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T12:57:52.826Z] Selecting previously unselected package libldap-common. [2021-03-31T12:57:52.826Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-31T12:57:52.826Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T12:57:53.086Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-31T12:57:53.086Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-31T12:57:53.086Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T12:57:53.086Z] Selecting previously unselected package dirmngr. [2021-03-31T12:57:53.086Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T12:57:53.086Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T12:57:53.349Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T12:57:53.349Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-31T12:57:53.349Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-31T12:57:53.349Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T12:57:53.349Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-31T12:57:53.349Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-31T12:57:53.349Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:53.349Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-31T12:57:53.349Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T12:57:53.349Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-31T12:57:53.921Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-31T12:57:53.921Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:53.921Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-31T12:57:53.921Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-31T12:57:53.921Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-31T12:57:53.921Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:54.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T12:57:54.181Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:54.182Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:54.182Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:54.182Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:54.182Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:54.182Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-31T12:57:54.182Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-31T12:57:54.182Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-31T12:57:54.182Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T12:57:54.752Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-31T12:57:54.752Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-31T12:57:54.752Z] This means they are not meant to be enabled using systemctl. [2021-03-31T12:57:54.752Z] Possible reasons for having this kind of units are: [2021-03-31T12:57:54.752Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-31T12:57:54.752Z] .wants/ or .requires/ directory. [2021-03-31T12:57:54.752Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-31T12:57:54.752Z] a requirement dependency on it. [2021-03-31T12:57:54.752Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-31T12:57:54.752Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-31T12:57:54.752Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-31T12:57:54.752Z] instance name specified. [2021-03-31T12:57:55.018Z] Reading package lists... [2021-03-31T12:57:55.287Z] Building dependency tree... [2021-03-31T12:57:55.287Z] Reading state information... [2021-03-31T12:57:55.548Z] The following additional packages will be installed: [2021-03-31T12:57:55.548Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-31T12:57:55.548Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-31T12:57:55.548Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-31T12:57:55.548Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-31T12:57:55.548Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-31T12:57:55.548Z] Suggested packages: [2021-03-31T12:57:55.548Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-31T12:57:55.548Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-31T12:57:55.548Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-31T12:57:55.548Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-31T12:57:55.548Z] systemd-container policykit-1 [2021-03-31T12:57:55.548Z] Recommended packages: [2021-03-31T12:57:55.548Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-31T12:57:55.548Z] The following NEW packages will be installed: [2021-03-31T12:57:55.548Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-31T12:57:55.548Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-31T12:57:55.548Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-31T12:57:55.548Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-31T12:57:55.548Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-31T12:57:55.548Z] The following packages will be upgraded: [2021-03-31T12:57:55.548Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-31T12:57:55.812Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-31T12:57:55.812Z] Need to get 35.2 MB of archives. [2021-03-31T12:57:55.812Z] After this operation, 141 MB of additional disk space will be used. [2021-03-31T12:57:55.812Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-31T12:57:55.812Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-31T12:57:56.383Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-31T12:57:56.383Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-31T12:57:56.383Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-31T12:57:56.383Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-31T12:57:56.383Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-31T12:57:56.383Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-31T12:57:56.383Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-31T12:57:56.383Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-31T12:57:56.383Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-31T12:57:56.646Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-31T12:57:56.646Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-31T12:57:56.647Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-31T12:57:56.917Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-31T12:57:56.917Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-31T12:57:56.918Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-31T12:57:56.918Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-31T12:57:57.181Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-31T12:57:57.181Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-31T12:57:57.181Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-31T12:57:57.181Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-31T12:57:57.181Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-31T12:57:57.181Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-31T12:57:57.181Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-31T12:57:57.181Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-31T12:57:57.181Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-31T12:57:57.181Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-31T12:57:57.181Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-31T12:57:57.181Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-31T12:57:57.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T12:57:58.567Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T12:57:58.567Z] Fetched 35.2 MB in 3s (13.2 MB/s) [2021-03-31T12:57:58.567Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T12:57:58.567Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-31T12:57:58.567Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T12:57:59.137Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-31T12:57:59.137Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T12:57:59.137Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-31T12:57:59.398Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T12:57:59.398Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T12:57:59.398Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T12:57:59.398Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-31T12:57:59.658Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-31T12:57:59.658Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-31T12:57:59.658Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-31T12:57:59.920Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-31T12:57:59.920Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-31T12:58:00.181Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-31T12:58:00.442Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-31T12:58:00.442Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T12:58:00.442Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T12:58:00.703Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-31T12:58:00.703Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T12:58:00.703Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T12:58:00.703Z] Selecting previously unselected package libexpat1:amd64. [2021-03-31T12:58:00.704Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-31T12:58:00.704Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T12:58:01.090Z] Selecting previously unselected package python3.6-minimal. [2021-03-31T12:58:01.090Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T12:58:01.090Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T12:58:01.354Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T12:58:01.354Z] Checking for services that may need to be restarted...done. [2021-03-31T12:58:01.354Z] Checking for services that may need to be restarted...done. [2021-03-31T12:58:01.354Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T12:58:01.354Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-31T12:58:01.354Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T12:58:01.930Z] Selecting previously unselected package python3-minimal. [2021-03-31T12:58:01.930Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-31T12:58:01.930Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-31T12:58:01.930Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-31T12:58:01.930Z] Selecting previously unselected package mime-support. [2021-03-31T12:58:01.930Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-31T12:58:01.930Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-31T12:58:02.192Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-31T12:58:02.192Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-31T12:58:02.192Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T12:58:02.192Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-31T12:58:02.192Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T12:58:02.192Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T12:58:02.454Z] Selecting previously unselected package python3.6. [2021-03-31T12:58:02.454Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-31T12:58:02.454Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T12:58:02.454Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-31T12:58:02.454Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-31T12:58:02.454Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T12:58:02.454Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-31T12:58:02.713Z] Selecting previously unselected package python3. [2021-03-31T12:58:02.713Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-31T12:58:02.713Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-31T12:58:02.713Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-31T12:58:02.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T12:58:02.974Z] Selecting previously unselected package multiarch-support. [2021-03-31T12:58:02.974Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T12:58:02.974Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T12:58:02.974Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-31T12:58:03.233Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-31T12:58:03.233Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-31T12:58:03.233Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-31T12:58:03.233Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T12:58:03.233Z] Selecting previously unselected package libbsd0:amd64. [2021-03-31T12:58:03.233Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-31T12:58:03.233Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T12:58:03.492Z] Selecting previously unselected package sudo. [2021-03-31T12:58:03.492Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-31T12:58:03.492Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T12:58:03.492Z] Selecting previously unselected package apparmor. [2021-03-31T12:58:03.492Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T12:58:03.492Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-31T12:58:03.751Z] Selecting previously unselected package libedit2:amd64. [2021-03-31T12:58:03.751Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-31T12:58:03.751Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T12:58:03.752Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-31T12:58:03.752Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T12:58:03.752Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T12:58:04.011Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-31T12:58:04.011Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T12:58:04.011Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T12:58:04.011Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-31T12:58:04.011Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-31T12:58:04.011Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T12:58:04.272Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-31T12:58:04.272Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T12:58:04.272Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T12:58:04.272Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-31T12:58:04.272Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-31T12:58:04.272Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T12:58:04.533Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-31T12:58:04.533Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-31T12:58:04.533Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T12:58:04.533Z] Selecting previously unselected package openssh-client. [2021-03-31T12:58:04.533Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-31T12:58:04.533Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T12:58:04.806Z] Selecting previously unselected package squashfs-tools. [2021-03-31T12:58:04.806Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-31T12:58:04.806Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T12:58:04.806Z] Selecting previously unselected package snapd. [2021-03-31T12:58:04.806Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-31T12:58:04.806Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-31T12:58:06.744Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-31T12:58:06.744Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-31T12:58:07.008Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-31T12:58:07.008Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-31T12:58:07.008Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-31T12:58:07.008Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T12:58:07.008Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T12:58:07.008Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-31T12:58:07.008Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-31T12:58:07.950Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-31T12:58:07.950Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-31T12:58:07.950Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-31T12:58:07.950Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T12:58:07.950Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T12:58:07.950Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-31T12:58:08.522Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-31T12:58:08.522Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T12:58:08.522Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-31T12:58:08.522Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-31T12:58:08.783Z] running python rtupdate hooks for python3.6... [2021-03-31T12:58:08.783Z] running python post-rtupdate hooks for python3.6... [2021-03-31T12:58:08.783Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] } [2021-03-31T12:58:09.592Z] $ docker stop --time=1 f8860199d0840517a691835fb4a71324ce6cb58e32ddf5c665fe15dd84096fd4 [2021-03-31T12:58:10.165Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-31T12:58:10.752Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-31T12:58:11.015Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-31T12:58:11.286Z] Setting up snapd (2.48.3+18.04) ... [2021-03-31T12:58:11.864Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-31T12:58:11.864Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-31T12:58:12.055Z] $ docker rm -f f8860199d0840517a691835fb4a71324ce6cb58e32ddf5c665fe15dd84096fd4 [2021-03-31T12:58:12.127Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-31T12:58:12.127Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-31T12:58:12.388Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T12:58:12.388Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-31T12:58:12.658Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-31T12:58:12.658Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-31T12:58:12.922Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-31T12:58:13.188Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-31T12:58:13.188Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-31T12:58:13.188Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-31T12:58:13.188Z] Processing triggers for systemd (237-3ubuntu10.45) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:14.157Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T12:58:14.157Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T12:58:14.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:58:14.287Z] [2021-03-31T12:58:14.287Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:14.417Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T12:58:14.673Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:58:14.673Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T12:58:14.673Z] 29e5d40040c1: Pulling fs layer [2021-03-31T12:58:14.673Z] 1ce36da41761: Pulling fs layer [2021-03-31T12:58:14.673Z] 25b303627fd3: Pulling fs layer [2021-03-31T12:58:14.945Z] 29e5d40040c1: Verifying Checksum [2021-03-31T12:58:14.945Z] 29e5d40040c1: Download complete [2021-03-31T12:58:15.359Z] Reading package lists... [2021-03-31T12:58:15.546Z] 29e5d40040c1: Pull complete [2021-03-31T12:58:15.619Z] Reading package lists... [2021-03-31T12:58:15.879Z] Building dependency tree... [2021-03-31T12:58:15.879Z] Reading state information... [2021-03-31T12:58:15.879Z] Calculating upgrade... [2021-03-31T12:58:16.140Z] The following packages will be upgraded: [2021-03-31T12:58:16.140Z] advancecomp base-files bash binutils binutils-common [2021-03-31T12:58:16.140Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-31T12:58:16.140Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-31T12:58:16.140Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-31T12:58:16.140Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-31T12:58:16.140Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-31T12:58:16.140Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-31T12:58:16.140Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-31T12:58:16.140Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-31T12:58:16.140Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-31T12:58:16.140Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-31T12:58:16.140Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-31T12:58:16.140Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-31T12:58:16.140Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-31T12:58:16.140Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-31T12:58:16.140Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T12:58:16.140Z] Need to get 63.8 MB of archives. [2021-03-31T12:58:16.140Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-31T12:58:16.140Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-31T12:58:16.140Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-31T12:58:16.140Z] 1ce36da41761: Verifying Checksum [2021-03-31T12:58:16.140Z] 1ce36da41761: Download complete [2021-03-31T12:58:17.080Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-31T12:58:17.080Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-31T12:58:17.080Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-31T12:58:17.080Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-31T12:58:17.080Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-31T12:58:17.080Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-31T12:58:17.080Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-31T12:58:17.080Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-31T12:58:17.080Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-31T12:58:17.080Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-31T12:58:17.080Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-31T12:58:17.080Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-31T12:58:17.080Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-31T12:58:17.080Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-31T12:58:17.080Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-31T12:58:17.080Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-31T12:58:17.080Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-31T12:58:17.080Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-31T12:58:17.080Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-31T12:58:17.080Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-31T12:58:17.122Z] 1ce36da41761: Pull complete [2021-03-31T12:58:17.341Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-31T12:58:17.341Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-31T12:58:17.341Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-31T12:58:17.341Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-31T12:58:17.341Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-31T12:58:17.341Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-31T12:58:17.341Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-31T12:58:17.341Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-31T12:58:17.341Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-31T12:58:17.341Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-31T12:58:17.341Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-31T12:58:17.341Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-31T12:58:17.395Z] 25b303627fd3: Verifying Checksum [2021-03-31T12:58:17.395Z] 25b303627fd3: Download complete [2021-03-31T12:58:17.600Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-31T12:58:17.600Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-31T12:58:17.600Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-31T12:58:17.600Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-31T12:58:17.600Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-31T12:58:17.600Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-31T12:58:17.600Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-31T12:58:17.600Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-31T12:58:17.600Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-31T12:58:17.600Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-31T12:58:17.600Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-31T12:58:17.600Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-31T12:58:17.600Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-31T12:58:17.600Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-31T12:58:17.600Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-31T12:58:17.600Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-31T12:58:17.600Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-31T12:58:17.600Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-31T12:58:17.600Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-31T12:58:17.600Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-31T12:58:17.600Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-31T12:58:17.600Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-31T12:58:17.600Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-31T12:58:17.600Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-31T12:58:17.860Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-31T12:58:17.860Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-31T12:58:17.860Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-31T12:58:17.860Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-31T12:58:17.860Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-31T12:58:17.860Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-31T12:58:17.860Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-31T12:58:17.860Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-31T12:58:17.860Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-31T12:58:17.860Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-31T12:58:17.860Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-31T12:58:17.860Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-31T12:58:17.860Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-31T12:58:17.860Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-31T12:58:17.860Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-31T12:58:17.860Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-31T12:58:17.860Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-31T12:58:17.860Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-31T12:58:17.860Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-31T12:58:17.860Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-31T12:58:17.860Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-31T12:58:17.860Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-31T12:58:17.860Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-31T12:58:17.860Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-31T12:58:17.860Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-31T12:58:18.120Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-31T12:58:18.120Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-31T12:58:18.120Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-31T12:58:18.120Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-31T12:58:18.120Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-31T12:58:18.120Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-31T12:58:18.120Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-31T12:58:18.380Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-31T12:58:18.950Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-31T12:58:18.950Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-31T12:58:18.950Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-31T12:58:19.211Z] 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-03-31T12:58:19.211Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-31T12:58:19.211Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-31T12:58:19.211Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-31T12:58:19.211Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-31T12:58:19.211Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T12:58:19.472Z] Fetched 63.8 MB in 3s (20.5 MB/s) [2021-03-31T12:58:19.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:19.472Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T12:58:19.473Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T12:58:20.042Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T12:58:20.042Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T12:58:20.302Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-31T12:58:20.302Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-31T12:58:20.881Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:20.881Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T12:58:21.147Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:21.147Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T12:58:21.413Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:21.413Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T12:58:21.675Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:21.675Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T12:58:21.675Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:21.675Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T12:58:21.940Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:21.940Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T12:58:21.940Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:21.940Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T12:58:21.940Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:22.200Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T12:58:22.200Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:22.200Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-31T12:58:22.200Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:22.462Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T12:58:22.462Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:22.462Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T12:58:22.462Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:22.462Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T12:58:22.723Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:22.723Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-31T12:58:22.984Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:22.984Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T12:58:22.984Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T12:58:23.555Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T12:58:23.815Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T12:58:24.078Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-31T12:58:24.078Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-31T12:58:24.078Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-31T12:58:24.078Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-31T12:58:24.078Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-31T12:58:24.339Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-31T12:58:24.339Z] Installing new version of config file /etc/issue ... [2021-03-31T12:58:24.339Z] Installing new version of config file /etc/issue.net ... [2021-03-31T12:58:24.339Z] Installing new version of config file /etc/lsb-release ... [2021-03-31T12:58:24.339Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-31T12:58:24.605Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-31T12:58:24.605Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-31T12:58:24.605Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-31T12:58:24.866Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:24.866Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-31T12:58:24.866Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-31T12:58:24.866Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-31T12:58:25.133Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-31T12:58:25.133Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:25.133Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T12:58:25.133Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-31T12:58:25.400Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-31T12:58:25.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:25.401Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-31T12:58:25.401Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-31T12:58:25.401Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-31T12:58:25.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:25.664Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-31T12:58:25.664Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T12:58:25.925Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-31T12:58:26.187Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:26.187Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T12:58:26.187Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T12:58:26.187Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T12:58:26.187Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:26.187Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T12:58:26.187Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T12:58:26.449Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-31T12:58:26.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:26.449Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-31T12:58:26.449Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-31T12:58:26.709Z] Setting up grep (3.1-2build1) ... [2021-03-31T12:58:26.709Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:26.709Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T12:58:26.709Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T12:58:26.969Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-31T12:58:26.969Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:26.969Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T12:58:26.969Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T12:58:27.231Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-31T12:58:27.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:27.231Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T12:58:27.231Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T12:58:27.587Z] 25b303627fd3: Pull complete [2021-03-31T12:58:27.587Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T12:58:27.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:58:27.587Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T12:58:27.806Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T12:58:27.806Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T12:58:27.806Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-31T12:58:27.814Z] prd-ubuntu18.04-docker-arm64-4c-16g-32245 does not seem to be running inside a container [2021-03-31T12:58:27.887Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T12:58:28.067Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T12:58:28.642Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-31T12:58:28.642Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:28.642Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-31T12:58:28.642Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-31T12:58:29.593Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T12:58:29.593Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T12:58:29.856Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-31T12:58:29.856Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-31T12:58:29.856Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T12:58:30.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:30.134Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-31T12:58:30.134Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-31T12:58:30.134Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-31T12:58:30.398Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:30.398Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T12:58:30.398Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T12:58:30.398Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T12:58:30.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:30.660Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T12:58:30.660Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T12:58:30.914Z] $ docker top e01d95038cb5a3b778466ffefb7100f716bce3bd4882843d0756ee5a36b18cf2 -eo pid,comm [2021-03-31T12:58:30.945Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T12:58:30.945Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:30.946Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T12:58:30.946Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T12:58:30.946Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T12:58:31.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:31.205Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T12:58:31.205Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T12:58:31.205Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] { [Pipeline] sh [2021-03-31T12:58:31.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:31.466Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T12:58:31.466Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T12:58:31.466Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T12:58:31.466Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T12:58:31.726Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T12:58:31.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:31.726Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-31T12:58:31.726Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T12:58:31.978Z] + grep parallel [2021-03-31T12:58:31.978Z] + docker-compose build --help [2021-03-31T12:58:31.987Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T12:58:31.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:31.987Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T12:58:31.987Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T12:58:32.250Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-31T12:58:32.250Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:32.250Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T12:58:32.250Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T12:58:32.520Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-31T12:58:32.520Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:32.520Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T12:58:32.520Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T12:58:33.096Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-31T12:58:33.369Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-31T12:58:33.669Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-31T12:58:33.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:33.669Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-31T12:58:33.669Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-31T12:58:33.933Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T12:58:33.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-31T12:58:33.933Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-31T12:58:33.933Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-31T12:58:34.194Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-31T12:58:34.194Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:34.194Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-31T12:58:34.194Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-31T12:58:34.454Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-31T12:58:34.714Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:34.714Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-31T12:58:34.714Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T12:58:34.714Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-31T12:58:34.974Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:34.974Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-31T12:58:34.974Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-31T12:58:34.974Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-31T12:58:35.246Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:35.246Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T12:58:35.246Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T12:58:35.246Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T12:58:35.506Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:35.506Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T12:58:35.506Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T12:58:35.506Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T12:58:35.772Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:35.772Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-31T12:58:35.772Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T12:58:36.046Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T12:58:36.046Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:36.046Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-31T12:58:36.280Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T12:58:36.296Z] $ docker stop --time=1 e01d95038cb5a3b778466ffefb7100f716bce3bd4882843d0756ee5a36b18cf2 [2021-03-31T12:58:36.306Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-31T12:58:36.306Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-31T12:58:36.306Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-31T12:58:36.565Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T12:58:36.565Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T12:58:36.565Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T12:58:36.565Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:36.565Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-31T12:58:36.837Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-31T12:58:36.837Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-31T12:58:37.102Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:37.102Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-31T12:58:37.102Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-31T12:58:37.102Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-31T12:58:37.369Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:37.369Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-31T12:58:37.369Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-31T12:58:37.369Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-31T12:58:37.633Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:37.633Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-31T12:58:37.633Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-31T12:58:37.633Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-31T12:58:37.947Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:37.947Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-31T12:58:37.947Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-31T12:58:38.169Z] $ docker rm -f e01d95038cb5a3b778466ffefb7100f716bce3bd4882843d0756ee5a36b18cf2 [2021-03-31T12:58:38.208Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-31T12:58:38.208Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:38.208Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-31T12:58:38.208Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-31T12:58:38.486Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-31T12:58:38.486Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:38.486Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-31T12:58:38.486Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-03-31T12:58:38.757Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-31T12:58:38.757Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:38.757Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-31T12:58:38.757Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-31T12:58:38.757Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:58:39.027Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:39.027Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-31T12:58:39.027Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-31T12:58:39.027Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-31T12:58:39.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T12:58:39.119Z] . [Pipeline] withDockerContainer [2021-03-31T12:58:39.347Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:39.347Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-31T12:58:39.347Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-31T12:58:39.347Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-31T12:58:39.347Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:39.347Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T12:58:39.399Z] prd-ubuntu18.04-docker-arm64-4c-16g-32245 does not seem to be running inside a container [2021-03-31T12:58:39.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T12:58:39.680Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-31T12:58:39.680Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-31T12:58:39.680Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-31T12:58:39.680Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-31T12:58:39.680Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-31T12:58:40.022Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-31T12:58:40.022Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-31T12:58:40.022Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T12:58:40.022Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T12:58:40.022Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-31T12:58:40.022Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-31T12:58:40.350Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-31T12:58:40.350Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-31T12:58:40.613Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-31T12:58:40.613Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-31T12:58:40.613Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-31T12:58:40.613Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-31T12:58:40.876Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-31T12:58:40.876Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-31T12:58:40.876Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-31T12:58:40.876Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-31T12:58:40.945Z] $ docker top 54291581cb57aa4af7db11605fa4524aae8ce619c9caa1c7789bf4df3c538170 -eo pid,comm [2021-03-31T12:58:41.134Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-31T12:58:41.135Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-31T12:58:41.135Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-31T12:58:41.135Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-03-31T12:58:41.395Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-31T12:58:41.395Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-31T12:58:41.395Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-31T12:58:41.395Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-31T12:58:41.657Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-31T12:58:41.657Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-31T12:58:42.014Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T12:58:43.080Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-31T12:58:43.080Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-31T12:58:43.080Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-31T12:58:43.080Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-31T12:58:43.080Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T12:58:43.080Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T12:58:43.651Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T12:58:43.651Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T12:58:43.651Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T12:58:43.651Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T12:58:43.651Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-31T12:58:43.914Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-31T12:58:43.914Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:43.914Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T12:58:43.914Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:44.174Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T12:58:44.174Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:44.174Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T12:58:44.174Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:44.436Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T12:58:45.378Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:45.378Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T12:58:45.951Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:46.212Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T12:58:46.331Z] Building docker-core-command-go ... [2021-03-31T12:58:46.331Z] Building docker-core-data-go ... [2021-03-31T12:58:46.331Z] Building docker-core-metadata-go ... [2021-03-31T12:58:46.331Z] Building docker-security-bootstrapper-go ... [2021-03-31T12:58:46.331Z] Building docker-security-proxy-setup-go ... [2021-03-31T12:58:46.331Z] Building docker-security-secretstore-setup-go ... [2021-03-31T12:58:46.331Z] Building docker-support-notifications-go ... [2021-03-31T12:58:46.331Z] Building docker-support-scheduler-go ... [2021-03-31T12:58:46.331Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T12:58:46.331Z] Building docker-core-data-go [2021-03-31T12:58:46.331Z] Building docker-security-bootstrapper-go [2021-03-31T12:58:46.331Z] Building docker-security-secretstore-setup-go [2021-03-31T12:58:46.331Z] Building docker-security-proxy-setup-go [2021-03-31T12:58:46.331Z] Building docker-core-metadata-go [2021-03-31T12:58:46.784Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:46.784Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T12:58:47.355Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:47.355Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T12:58:48.295Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-31T12:58:48.295Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-31T12:58:48.295Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T12:58:48.295Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T12:58:48.556Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T12:58:48.556Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T12:58:48.815Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-31T12:58:48.815Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-31T12:58:48.815Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-31T12:58:49.075Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-31T12:58:49.075Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T12:58:49.075Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T12:58:49.075Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-31T12:58:49.075Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-31T12:58:49.336Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-31T12:58:49.336Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-31T12:58:49.336Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:49.336Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-31T12:58:49.336Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:49.597Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:49.597Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:49.597Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-31T12:58:49.597Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-31T12:58:49.597Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-31T12:58:49.597Z] [2021-03-31T12:58:49.597Z] Current default time zone: 'Etc/UTC' [2021-03-31T12:58:49.597Z] Local time is now: Wed Mar 31 12:58:49 UTC 2021. [2021-03-31T12:58:49.597Z] Universal Time is now: Wed Mar 31 12:58:49 UTC 2021. [2021-03-31T12:58:49.597Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-31T12:58:49.597Z] [2021-03-31T12:58:49.860Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-31T12:58:49.860Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:49.860Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-31T12:58:49.860Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-31T12:58:49.860Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-31T12:58:49.860Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-31T12:58:50.122Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-31T12:58:50.122Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-31T12:58:50.122Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-31T12:58:50.122Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-31T12:58:50.122Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:50.122Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-31T12:58:50.383Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T12:58:50.383Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T12:58:50.383Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:50.383Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-31T12:58:50.383Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-31T12:58:50.383Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-31T12:58:50.644Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-31T12:58:50.644Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-31T12:58:50.644Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-31T12:58:50.644Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-31T12:58:50.644Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-31T12:58:52.558Z] Updating certificates in /etc/ssl/certs... [2021-03-31T12:58:53.130Z] 23 added, 27 removed; done. [2021-03-31T12:58:53.130Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-31T12:58:53.130Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-31T12:58:53.130Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-31T12:58:53.391Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-31T12:58:53.391Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-31T12:58:53.391Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T12:58:53.391Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-31T12:58:53.391Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T12:58:53.391Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T12:58:53.391Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T12:58:53.391Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T12:58:53.391Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T12:58:53.391Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-31T12:58:53.651Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-31T12:58:53.651Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-31T12:58:53.651Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-31T12:58:53.651Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-31T12:58:53.651Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T12:58:53.651Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-31T12:58:53.651Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-31T12:58:53.651Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-31T12:58:53.651Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-31T12:58:53.651Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T12:58:53.910Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-31T12:58:53.910Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-31T12:58:53.910Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-31T12:58:53.910Z] Updating certificates in /etc/ssl/certs... [2021-03-31T12:58:54.480Z] 0 added, 0 removed; done. [2021-03-31T12:58:54.480Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-31T12:58:54.480Z] done. [2021-03-31T12:58:55.000Z] Reading package lists... [2021-03-31T12:58:55.000Z] Building dependency tree... [2021-03-31T12:58:55.000Z] Reading state information... [2021-03-31T12:58:55.260Z] The following NEW packages will be installed: [2021-03-31T12:58:55.260Z] apt-transport-https [2021-03-31T12:58:55.521Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T12:58:55.521Z] Need to get 1696 B of archives. [2021-03-31T12:58:55.521Z] After this operation, 153 kB of additional disk space will be used. [2021-03-31T12:58:55.521Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-31T12:58:55.521Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T12:58:55.521Z] Fetched 1696 B in 0s (8568 B/s) [2021-03-31T12:58:55.521Z] Selecting previously unselected package apt-transport-https. [2021-03-31T12:58:55.521Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-31T12:58:55.521Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-31T12:58:55.521Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T12:58:55.521Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-31T12:58:55.781Z] Waiting for network to be ready... [2021-03-31T12:59:02.370Z] 2021-03-31T12:58:58Z INFO Waiting for automatic snapd restart... [2021-03-31T12:59:02.370Z] snapd 2.49.1 from Canonical* installed [2021-03-31T12:59:02.962Z] "snapd" switched to the "latest/stable" channel [2021-03-31T12:59:02.962Z] [2021-03-31T12:59:05.527Z] core18 20210309 from Canonical* installed [2021-03-31T12:59:05.527Z] "core18" switched to the "latest/stable" channel [2021-03-31T12:59:05.527Z] [2021-03-31T12:59:08.841Z] snapcraft 4.6 from Canonical* installed [2021-03-31T12:59:09.102Z] "snapcraft" switched to the "latest/stable" channel [2021-03-31T12:59:09.102Z] [2021-03-31T12:59:13.305Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-31T12:59:13.305Z] - README.md [2021-03-31T12:59:13.305Z] [2021-03-31T12:59:13.305Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-31T12:59:19.962Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T12:59:19.962Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T12:59:19.962Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T12:59:19.962Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T12:59:20.536Z] Reading package lists... [2021-03-31T12:59:20.795Z] 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-03-31T12:59:27.407Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T12:59:27.407Z] Reading package lists... [2021-03-31T12:59:27.407Z] Building dependency tree... [2021-03-31T12:59:27.407Z] Reading state information... [2021-03-31T12:59:27.407Z] Suggested packages: [2021-03-31T12:59:27.407Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-31T12:59:27.407Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-31T12:59:27.407Z] Recommended packages: [2021-03-31T12:59:27.407Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-31T12:59:27.407Z] The following NEW packages will be installed: [2021-03-31T12:59:27.407Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-31T12:59:27.407Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-31T12:59:27.407Z] pkg-config zip [2021-03-31T12:59:27.676Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-31T12:59:27.676Z] Need to get 7663 kB of archives. [2021-03-31T12:59:27.676Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-31T12:59:27.676Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-31T12:59:27.676Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-31T12:59:27.676Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-31T12:59:27.957Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-31T12:59:27.957Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-31T12:59:27.957Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-31T12:59:27.957Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-31T12:59:27.957Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-31T12:59:27.957Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-31T12:59:27.957Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-31T12:59:28.217Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-03-31T12:59:28.217Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-31T12:59:28.217Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-31T12:59:28.487Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-31T12:59:28.487Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-31T12:59:28.487Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-31T12:59:28.487Z] Fetched 7663 kB in 1s (7081 kB/s) [2021-03-31T12:59:28.753Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-31T12:59:28.753Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-31T12:59:28.753Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-31T12:59:28.753Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T12:59:29.013Z] Selecting previously unselected package libpsl5:amd64. [2021-03-31T12:59:29.013Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-31T12:59:29.013Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T12:59:29.013Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-31T12:59:29.013Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-31T12:59:29.013Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T12:59:29.013Z] Selecting previously unselected package librtmp1:amd64. [2021-03-31T12:59:29.013Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-31T12:59:29.013Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T12:59:29.274Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-31T12:59:29.274Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-03-31T12:59:29.274Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-03-31T12:59:29.274Z] Selecting previously unselected package liberror-perl. [2021-03-31T12:59:29.274Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-31T12:59:29.274Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-31T12:59:29.274Z] Selecting previously unselected package git-man. [2021-03-31T12:59:29.274Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-31T12:59:29.274Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T12:59:29.535Z] Selecting previously unselected package git. [2021-03-31T12:59:29.535Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-31T12:59:29.535Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T12:59:30.475Z] Selecting previously unselected package libnorm1:amd64. [2021-03-31T12:59:30.475Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-31T12:59:30.475Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T12:59:30.475Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-31T12:59:30.476Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-31T12:59:30.476Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T12:59:30.476Z] Selecting previously unselected package libsodium23:amd64. [2021-03-31T12:59:30.476Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-31T12:59:30.476Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-31T12:59:30.736Z] Selecting previously unselected package libzmq5:amd64. [2021-03-31T12:59:30.736Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T12:59:30.736Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T12:59:30.736Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-31T12:59:30.736Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-31T12:59:30.736Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T12:59:30.998Z] Selecting previously unselected package pkg-config. [2021-03-31T12:59:30.998Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-31T12:59:30.998Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T12:59:30.998Z] Selecting previously unselected package zip. [2021-03-31T12:59:30.998Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-31T12:59:30.998Z] Unpacking zip (3.0-11build1) ... [2021-03-31T12:59:31.259Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-31T12:59:31.259Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-31T12:59:31.259Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-31T12:59:31.259Z] Setting up liberror-perl (0.17025-1) ... [2021-03-31T12:59:31.259Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-31T12:59:31.259Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-31T12:59:31.259Z] No schema files found: doing nothing. [2021-03-31T12:59:31.259Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-31T12:59:31.259Z] Setting up zip (3.0-11build1) ... [2021-03-31T12:59:31.259Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-31T12:59:31.259Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-31T12:59:31.520Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-31T12:59:31.520Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T12:59:31.520Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-03-31T12:59:31.520Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-31T12:59:31.520Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-31T12:59:31.520Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-31T12:59:38.111Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T12:59:38.111Z] git set to automatically installed. [2021-03-31T12:59:38.111Z] git-man set to automatically installed. [2021-03-31T12:59:38.111Z] libcurl3-gnutls set to automatically installed. [2021-03-31T12:59:38.111Z] liberror-perl set to automatically installed. [2021-03-31T12:59:38.111Z] libglib2.0-0 set to automatically installed. [2021-03-31T12:59:38.111Z] libnghttp2-14 set to automatically installed. [2021-03-31T12:59:38.111Z] libnorm1 set to automatically installed. [2021-03-31T12:59:38.111Z] libpgm-5.2-0 set to automatically installed. [2021-03-31T12:59:38.111Z] libpsl5 set to automatically installed. [2021-03-31T12:59:38.111Z] librtmp1 set to automatically installed. [2021-03-31T12:59:38.111Z] libsodium23 set to automatically installed. [2021-03-31T12:59:38.111Z] libzmq3-dev set to automatically installed. [2021-03-31T12:59:38.111Z] libzmq5 set to automatically installed. [2021-03-31T12:59:38.111Z] pkg-config set to automatically installed. [2021-03-31T12:59:38.111Z] zip set to automatically installed. [2021-03-31T12:59:40.020Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T12:59:46.602Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T12:59:47.297Z] snap "core18" has no updates available [2021-03-31T12:59:47.933Z] snapd is not logged in, snap install commands will use sudo [2021-03-31T12:59:54.435Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:59:54.435Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:59:54.435Z] ---> 3744ca7ee327 [2021-03-31T12:59:54.435Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:59:54.435Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:59:54.435Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:59:54.435Z] ---> 3744ca7ee327 [2021-03-31T12:59:54.435Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:59:54.435Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:59:54.435Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:59:54.435Z] ---> 3744ca7ee327 [2021-03-31T12:59:54.435Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T12:59:54.435Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:59:54.435Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:59:54.435Z] ---> 3744ca7ee327 [2021-03-31T12:59:54.435Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T12:59:54.435Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:59:54.435Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:59:54.435Z] ---> 3744ca7ee327 [2021-03-31T12:59:54.435Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T12:59:54.517Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-31T12:59:58.742Z] ---> Running in ce0088e67b70 [2021-03-31T12:59:58.742Z] ---> Running in c4e866918d10 [2021-03-31T12:59:58.742Z] ---> Running in f3b2f77c1f72 [2021-03-31T12:59:58.742Z] ---> Running in 1ce4c6616cb0 [2021-03-31T12:59:58.742Z] ---> Running in 95c05ea60ab4 [2021-03-31T12:59:59.339Z] Removing intermediate container ce0088e67b70 [2021-03-31T12:59:59.339Z] ---> 799599d181f3 [2021-03-31T12:59:59.339Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:59:59.339Z] Removing intermediate container c4e866918d10 [2021-03-31T12:59:59.339Z] ---> 92921b1b9b06 [2021-03-31T12:59:59.339Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:59:59.339Z] Removing intermediate container f3b2f77c1f72 [2021-03-31T12:59:59.339Z] ---> 994f8fa25c9a [2021-03-31T12:59:59.339Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:59:59.339Z] ---> Running in c4631915475d [2021-03-31T12:59:59.339Z] Removing intermediate container 1ce4c6616cb0 [2021-03-31T12:59:59.339Z] ---> 05c2f41f0608 [2021-03-31T12:59:59.339Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:59:59.614Z] ---> Running in 9cca91b73ed2 [2021-03-31T12:59:59.614Z] Removing intermediate container 95c05ea60ab4 [2021-03-31T12:59:59.614Z] ---> 7ad25a2733f3 [2021-03-31T12:59:59.614Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:59:59.890Z] ---> Running in 18c2bcdf5603 [2021-03-31T12:59:59.890Z] ---> Running in 1b3855cbbc4b [2021-03-31T12:59:59.890Z] ---> Running in 722ff7ed6a94 [2021-03-31T13:00:03.300Z] Removing intermediate container c4631915475d [2021-03-31T13:00:03.300Z] ---> 84c13aa063ba [2021-03-31T13:00:03.300Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T13:00:03.300Z] ---> Running in 4d541a88eec0 [2021-03-31T13:00:03.300Z] Removing intermediate container 9cca91b73ed2 [2021-03-31T13:00:03.300Z] ---> c70d36f0596f [2021-03-31T13:00:03.300Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T13:00:03.577Z] ---> Running in 2c640976bc57 [2021-03-31T13:00:03.851Z] Removing intermediate container 1b3855cbbc4b [2021-03-31T13:00:03.851Z] ---> 773815fd8ec8 [2021-03-31T13:00:03.851Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T13:00:04.125Z] ---> Running in e7d6cc8e59fc [2021-03-31T13:00:04.125Z] Removing intermediate container 18c2bcdf5603 [2021-03-31T13:00:04.125Z] ---> 9c3edb273bb6 [2021-03-31T13:00:04.125Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T13:00:04.125Z] Removing intermediate container 722ff7ed6a94 [2021-03-31T13:00:04.125Z] ---> d0006a364fe1 [2021-03-31T13:00:04.125Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T13:00:04.720Z] ---> Running in e928622d0d6e [2021-03-31T13:00:04.720Z] ---> Running in f795189ccbe4 [2021-03-31T13:00:04.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:04.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:05.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:05.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:05.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:06.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:06.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:06.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:06.677Z] OK: 217 MiB in 51 packages [2021-03-31T13:00:06.677Z] OK: 217 MiB in 51 packages [2021-03-31T13:00:06.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:06.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:00:07.549Z] OK: 217 MiB in 51 packages [2021-03-31T13:00:07.825Z] OK: 217 MiB in 51 packages [2021-03-31T13:00:08.106Z] OK: 217 MiB in 51 packages [2021-03-31T13:00:08.382Z] Removing intermediate container 4d541a88eec0 [2021-03-31T13:00:08.382Z] ---> 39c1fce7359d [2021-03-31T13:00:08.382Z] Step 6/24 : COPY go.mod . [2021-03-31T13:00:08.382Z] Removing intermediate container 2c640976bc57 [2021-03-31T13:00:08.382Z] ---> 3bfa14886a28 [2021-03-31T13:00:08.382Z] Step 6/23 : COPY go.mod . [2021-03-31T13:00:09.361Z] Removing intermediate container e7d6cc8e59fc [2021-03-31T13:00:09.361Z] ---> e6472206b615 [2021-03-31T13:00:09.361Z] Step 6/23 : COPY go.mod . [2021-03-31T13:00:09.361Z] ---> f8e5d3f52d94 [2021-03-31T13:00:09.361Z] Step 7/24 : RUN go mod download [2021-03-31T13:00:09.637Z] ---> Running in b7a8795e1b43 [2021-03-31T13:00:09.637Z] Removing intermediate container e928622d0d6e [2021-03-31T13:00:09.637Z] ---> 7211c7163279 [2021-03-31T13:00:09.637Z] Step 6/31 : COPY go.mod . [2021-03-31T13:00:09.637Z] ---> 9d812a9ec374 [2021-03-31T13:00:09.637Z] Step 7/23 : RUN go mod download [2021-03-31T13:00:09.916Z] Removing intermediate container f795189ccbe4 [2021-03-31T13:00:09.916Z] ---> bd379e0ba323 [2021-03-31T13:00:09.916Z] Step 6/21 : COPY go.mod . [2021-03-31T13:00:09.916Z] ---> Running in e3163028e174 [2021-03-31T13:00:10.188Z] ---> 79e4c9682829 [2021-03-31T13:00:10.188Z] Step 7/23 : RUN go mod download [2021-03-31T13:00:10.463Z] ---> Running in 620269372e08 [2021-03-31T13:00:10.740Z] ---> e9f6223f379e [2021-03-31T13:00:10.740Z] Step 7/31 : RUN go mod download [2021-03-31T13:00:11.011Z] ---> 4682b2a44305 [2021-03-31T13:00:11.011Z] Step 7/21 : RUN go mod download [2021-03-31T13:00:11.286Z] ---> Running in fce4a185d977 [2021-03-31T13:00:11.286Z] ---> Running in c64d64f81fe1 [2021-03-31T13:00:14.716Z] Removing intermediate container b7a8795e1b43 [2021-03-31T13:00:14.716Z] ---> 2b810ca4d1d6 [2021-03-31T13:00:14.716Z] Step 8/24 : COPY . . [2021-03-31T13:00:14.716Z] Removing intermediate container e3163028e174 [2021-03-31T13:00:14.716Z] ---> 39b643f21537 [2021-03-31T13:00:14.716Z] Step 8/23 : COPY . . [2021-03-31T13:00:14.996Z] Removing intermediate container 620269372e08 [2021-03-31T13:00:14.996Z] ---> cb57c999ed5f [2021-03-31T13:00:14.996Z] Step 8/23 : COPY . . [2021-03-31T13:00:15.274Z] Removing intermediate container fce4a185d977 [2021-03-31T13:00:15.274Z] ---> 71863eb97e30 [2021-03-31T13:00:15.274Z] Step 8/31 : COPY . . [2021-03-31T13:00:15.908Z] Removing intermediate container c64d64f81fe1 [2021-03-31T13:00:15.908Z] ---> 5b465f4f6ae1 [2021-03-31T13:00:15.908Z] Step 8/21 : COPY . . [2021-03-31T13:00:26.673Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-31T13:00:26.673Z] Pulling go-build-helper [2021-03-31T13:00:26.673Z] + snapcraftctl pull [2021-03-31T13:00:27.244Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-31T13:00:27.244Z] Skipping pull go-build-helper (already ran) [2021-03-31T13:00:27.244Z] Building go-build-helper [2021-03-31T13:00:27.244Z] + snapcraftctl build [2021-03-31T13:00:29.155Z] Staging go-build-helper [2021-03-31T13:00:29.155Z] + snapcraftctl stage [2021-03-31T13:00:38.064Z] ---> 441eaa6c3a80 [2021-03-31T13:00:38.064Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T13:00:38.064Z] ---> b70f8e6c80d8 [2021-03-31T13:00:38.064Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T13:00:38.064Z] ---> 994e3e9d043b [2021-03-31T13:00:38.064Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T13:00:38.064Z] ---> Running in fd068804887d [2021-03-31T13:00:38.064Z] ---> dc0799e62b6b [2021-03-31T13:00:38.064Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T13:00:38.064Z] ---> 7457aa06d746 [2021-03-31T13:00:38.064Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T13:00:38.064Z] ---> Running in 16db0a22d03d [2021-03-31T13:00:38.064Z] ---> Running in 07ba5f2187c4 [2021-03-31T13:00:38.345Z] ---> Running in 3dd83ebe16fc [2021-03-31T13:00:38.345Z] ---> Running in 2fc1346be660 [2021-03-31T13:00:39.152Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-31T13:00:39.153Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-31T13:00:39.153Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-31T13:00:39.153Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-03-31T13:00:39.153Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-31T13:00:39.153Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-31T13:00:39.153Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-31T13:00:39.153Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-31T13:00:39.153Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-31T13:00:39.153Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-31T13:00:39.153Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-31T13:00:39.153Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-31T13:00:39.153Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-31T13:00:39.153Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-31T13:00:39.153Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-31T13:00:39.153Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-31T13:00:39.153Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-31T13:00:39.153Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-31T13:00:39.153Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-31T13:00:39.153Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-31T13:00:39.153Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-31T13:00:39.153Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-31T13:00:39.153Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-31T13:00:39.153Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-31T13:00:39.153Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-31T13:00:39.153Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-31T13:00:39.153Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-31T13:00:39.153Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-31T13:00:39.153Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T13:00:39.153Z] Fetched 224 kB in 0s (0 B/s) [2021-03-31T13:00:39.153Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T13:00:39.153Z] Fetched 157 kB in 0s (0 B/s) [2021-03-31T13:00:39.153Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T13:00:39.153Z] Fetched 221 kB in 0s (0 B/s) [2021-03-31T13:00:39.153Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T13:00:39.153Z] Fetched 143 kB in 0s (0 B/s) [2021-03-31T13:00:39.153Z] Pulling app-service-config [2021-03-31T13:00:39.153Z] + snapcraftctl pull [2021-03-31T13:00:39.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T13:00:40.045Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T13:00:40.093Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-31T13:00:40.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T13:00:40.600Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T13:00:40.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T13:00:40.664Z] Pulling config-common [2021-03-31T13:00:40.664Z] + snapcraftctl pull [2021-03-31T13:00:44.861Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T13:00:44.861Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T13:00:44.861Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T13:00:44.861Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:00:44.861Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-31T13:00:44.861Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:00:44.861Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-31T13:00:44.861Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:00:44.861Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-31T13:00:44.861Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:00:44.861Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-31T13:00:44.861Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:00:44.861Z] Pulling edgex-go [2021-03-31T13:00:44.861Z] + snapcraftctl pull [2021-03-31T13:01:06.821Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-31T13:01:06.821Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-31T13:01:06.821Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-31T13:01:06.821Z] Fetched 0 B in 0s (0 B/s) [2021-03-31T13:01:06.821Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-31T13:01:06.821Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-31T13:01:06.821Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-31T13:01:06.821Z] Fetched 279 kB in 0s (0 B/s) [2021-03-31T13:01:06.821Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-31T13:01:06.821Z] Fetched 122 kB in 0s (0 B/s) [2021-03-31T13:01:06.821Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-31T13:01:06.821Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-31T13:01:06.821Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-31T13:01:06.821Z] Fetched 8848 B in 0s (0 B/s) [2021-03-31T13:01:06.821Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-31T13:01:06.821Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-31T13:01:06.821Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-31T13:01:06.822Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-31T13:01:06.822Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-03-31T13:01:06.822Z] Fetched 219 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-31T13:01:06.822Z] Fetched 154 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-31T13:01:06.822Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-31T13:01:06.822Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-31T13:01:06.822Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-31T13:01:06.822Z] Fetched 499 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-31T13:01:06.822Z] Fetched 111 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-31T13:01:06.822Z] Fetched 240 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-31T13:01:06.822Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-31T13:01:06.822Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-31T13:01:06.822Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-31T13:01:06.822Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-31T13:01:06.822Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-31T13:01:06.822Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-31T13:01:06.822Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-31T13:01:06.822Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-31T13:01:06.822Z] Fetched 8720 B in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-31T13:01:06.822Z] Fetched 137 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-31T13:01:06.822Z] Fetched 119 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-31T13:01:06.822Z] Fetched 109 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-31T13:01:06.822Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-31T13:01:06.822Z] Fetched 645 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-31T13:01:06.822Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-31T13:01:06.822Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-31T13:01:06.822Z] Fetched 368 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-31T13:01:06.822Z] Fetched 187 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-31T13:01:06.822Z] Fetched 175 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-31T13:01:06.822Z] Fetched 206 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-31T13:01:06.822Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-31T13:01:06.822Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-03-31T13:01:06.822Z] Fetched 159 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-31T13:01:06.822Z] Fetched 107 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-31T13:01:06.822Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-31T13:01:06.822Z] Pulling static-packages [2021-03-31T13:01:06.822Z] + snapcraftctl pull [2021-03-31T13:01:06.822Z] Pulling version [2021-03-31T13:01:06.822Z] + cd /root/project [2021-03-31T13:01:06.822Z] + [ -f VERSION ] [2021-03-31T13:01:06.822Z] + PROJECT_VERSION=local-dev [2021-03-31T13:01:06.822Z] + git rev-parse --short HEAD [2021-03-31T13:01:06.822Z] + GIT_REVISION=b059c893 [2021-03-31T13:01:06.822Z] + snapcraftctl set-version local-dev [2021-03-31T13:01:07.391Z] Skipping build go-build-helper (already ran) [2021-03-31T13:01:07.652Z] Building app-service-config [2021-03-31T13:01:07.652Z] + make build [2021-03-31T13:01:07.652Z] 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-03-31T13:01:10.192Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-03-31T13:01:10.192Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-31T13:01:10.192Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-03-31T13:01:10.192Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-03-31T13:01:10.192Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-03-31T13:01:10.192Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-31T13:01:10.192Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-31T13:01:10.192Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-31T13:01:10.192Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-31T13:01:10.456Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-31T13:01:10.456Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-31T13:01:10.716Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-31T13:01:10.716Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-31T13:01:10.976Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-31T13:01:10.976Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-03-31T13:01:10.976Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-31T13:01:10.976Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-31T13:01:11.238Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-31T13:01:11.238Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-31T13:01:11.238Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-31T13:01:11.238Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-31T13:01:11.238Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-31T13:01:11.499Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-31T13:01:11.499Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-31T13:01:11.499Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-31T13:01:11.499Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-31T13:01:11.499Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-31T13:01:11.499Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-31T13:01:11.499Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-31T13:01:11.499Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-31T13:01:11.499Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-31T13:01:11.499Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-31T13:01:11.499Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-31T13:01:11.499Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-31T13:01:11.499Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-31T13:01:11.759Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-31T13:01:11.759Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-31T13:01:11.759Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-31T13:01:11.759Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-31T13:01:11.759Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-31T13:01:11.759Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-31T13:01:11.759Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-31T13:01:11.759Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-31T13:01:11.759Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-31T13:01:11.759Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-31T13:01:21.815Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-31T13:01:21.815Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-31T13:01:21.815Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-31T13:01:21.815Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-31T13:01:22.076Z] Building config-common [2021-03-31T13:01:22.076Z] + snapcraftctl build [2021-03-31T13:01:24.613Z] Building edgex-go [2021-03-31T13:01:24.613Z] + cd /root/parts/edgex-go/src [2021-03-31T13:01:24.613Z] + make build [2021-03-31T13:01:24.613Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T13:01:24.874Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-03-31T13:01:24.874Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-31T13:01:24.874Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-03-31T13:01:24.874Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-31T13:01:25.133Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-31T13:01:25.133Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-03-31T13:01:30.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T13:01:30.413Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-31T13:01:35.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T13:01:36.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T13:01:38.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T13:01:38.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T13:01:38.822Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-31T13:01:39.082Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-31T13:01:39.082Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-31T13:01:39.082Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-31T13:01:40.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T13:01:40.990Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-31T13:01:40.990Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-31T13:01:42.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T13:01:43.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T13:01:44.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T13:01:46.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T13:01:46.088Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-31T13:01:47.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T13:01:47.467Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-31T13:01:49.403Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-31T13:01:49.403Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-31T13:01:49.403Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-31T13:01:49.403Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-31T13:01:49.404Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-31T13:01:49.404Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-31T13:01:49.404Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-31T13:01:49.404Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-31T13:01:49.404Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-31T13:01:49.404Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-31T13:01:49.404Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-31T13:01:49.404Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-31T13:01:49.404Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-31T13:01:49.404Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-31T13:01:49.404Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-31T13:01:49.404Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-31T13:01:49.404Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-31T13:01:49.664Z] + 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-03-31T13:01:49.664Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-31T13:01:49.664Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-31T13:01:49.664Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-31T13:01:49.664Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-31T13:01:49.664Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-31T13:01:49.664Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-31T13:01:49.664Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-31T13:01:49.664Z] + 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-03-31T13:01:53.868Z] Building static-packages [2021-03-31T13:01:53.868Z] + snapcraftctl build [2021-03-31T13:01:55.790Z] Building version [2021-03-31T13:01:55.790Z] + snapcraftctl build [2021-03-31T13:01:58.151Z] Skipping stage go-build-helper (already ran) [2021-03-31T13:01:58.151Z] Staging app-service-config [2021-03-31T13:01:58.151Z] + snapcraftctl stage [2021-03-31T13:01:59.093Z] Staging config-common [2021-03-31T13:01:59.093Z] + snapcraftctl stage [2021-03-31T13:02:00.031Z] Staging edgex-go [2021-03-31T13:02:00.031Z] + snapcraftctl stage [2021-03-31T13:02:00.978Z] Staging static-packages [2021-03-31T13:02:00.978Z] + snapcraftctl stage [2021-03-31T13:02:02.384Z] Staging version [2021-03-31T13:02:02.384Z] + snapcraftctl stage [2021-03-31T13:02:03.423Z] Priming go-build-helper [2021-03-31T13:02:03.423Z] + snapcraftctl prime [2021-03-31T13:02:04.364Z] Priming app-service-config [2021-03-31T13:02:04.364Z] + snapcraftctl prime [2021-03-31T13:02:05.746Z] Priming config-common [2021-03-31T13:02:05.746Z] + snapcraftctl prime [2021-03-31T13:02:06.704Z] Priming edgex-go [2021-03-31T13:02:06.704Z] + snapcraftctl prime [2021-03-31T13:02:08.086Z] Priming static-packages [2021-03-31T13:02:08.086Z] + snapcraftctl prime [2021-03-31T13:02:10.627Z] Priming version [2021-03-31T13:02:10.627Z] + snapcraftctl prime [2021-03-31T13:02:11.197Z] 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-03-31T13:02:17.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T13:02:17.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T13:02:32.780Z] Removing intermediate container fd068804887d [2021-03-31T13:02:32.780Z] ---> 4b78aec2820b [2021-03-31T13:02:32.780Z] [2021-03-31T13:02:32.780Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T13:02:32.780Z] 3.12: Pulling from library/alpine [2021-03-31T13:02:32.780Z] Removing intermediate container 16db0a22d03d [2021-03-31T13:02:32.780Z] ---> 17030d4fc3ab [2021-03-31T13:02:32.780Z] [2021-03-31T13:02:32.780Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T13:02:32.780Z] 3.12: Pulling from library/alpine [2021-03-31T13:02:32.780Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T13:02:32.780Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T13:02:32.780Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T13:02:32.780Z] ---> e47305ac9786 [2021-03-31T13:02:32.780Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T13:02:32.780Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T13:02:32.780Z] ---> e47305ac9786 [2021-03-31T13:02:32.780Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T13:02:33.782Z] ---> Running in d7bae5191ffb [2021-03-31T13:02:33.782Z] ---> Running in eccb11897369 [2021-03-31T13:02:34.404Z] Removing intermediate container d7bae5191ffb [2021-03-31T13:02:34.404Z] ---> bfb37fd1c430 [2021-03-31T13:02:34.404Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T13:02:34.687Z] Removing intermediate container 3dd83ebe16fc [2021-03-31T13:02:34.687Z] ---> 2ce35942536b [2021-03-31T13:02:34.687Z] [2021-03-31T13:02:34.687Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T13:02:34.687Z] ---> e47305ac9786 [2021-03-31T13:02:34.687Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T13:02:34.975Z] ---> Running in 499bb6ff8962 [2021-03-31T13:02:34.975Z] ---> Running in f7785d53646c [2021-03-31T13:02:35.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:02:35.975Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:02:36.581Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T13:02:36.581Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:02:36.581Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T13:02:36.581Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T13:02:36.863Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T13:02:36.863Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T13:02:36.863Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:02:36.863Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:02:36.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:02:37.137Z] OK: 7 MiB in 20 packages [2021-03-31T13:02:37.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:02:37.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:02:37.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:02:37.687Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T13:02:37.964Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:02:37.964Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T13:02:37.964Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T13:02:37.964Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:02:37.964Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:02:38.243Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T13:02:38.243Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T13:02:38.243Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:02:38.243Z] OK: 5 MiB in 16 packages [2021-03-31T13:02:38.243Z] OK: 7 MiB in 18 packages [2021-03-31T13:02:40.264Z] Removing intermediate container eccb11897369 [2021-03-31T13:02:40.264Z] ---> 554a312c27a4 [2021-03-31T13:02:40.264Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T13:02:40.542Z] ---> Running in 76976ea484af [2021-03-31T13:02:40.542Z] Removing intermediate container 499bb6ff8962 [2021-03-31T13:02:40.542Z] ---> 0e8590c5dc91 [2021-03-31T13:02:40.542Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T13:02:41.160Z] ---> Running in 1a449c1b8a52 [2021-03-31T13:02:41.160Z] Removing intermediate container f7785d53646c [2021-03-31T13:02:41.160Z] ---> 82f8d0c64327 [2021-03-31T13:02:41.160Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T13:02:41.160Z] Removing intermediate container 76976ea484af [2021-03-31T13:02:41.160Z] ---> f261e0f22537 [2021-03-31T13:02:41.160Z] Step 13/24 : WORKDIR / [2021-03-31T13:02:41.439Z] ---> Running in 5b8ef160da83 [2021-03-31T13:02:41.439Z] ---> Running in ddd1e3218947 [2021-03-31T13:02:41.721Z] Removing intermediate container 1a449c1b8a52 [2021-03-31T13:02:41.721Z] ---> dc343aa3c141 [2021-03-31T13:02:41.721Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T13:02:42.011Z] ---> Running in 880e2e70854f [2021-03-31T13:02:42.011Z] Removing intermediate container 5b8ef160da83 [2021-03-31T13:02:42.011Z] ---> c2e8b732ad69 [2021-03-31T13:02:42.011Z] Step 13/21 : WORKDIR /edgex [2021-03-31T13:02:42.285Z] Removing intermediate container ddd1e3218947 [2021-03-31T13:02:42.285Z] ---> 800408160484 [2021-03-31T13:02:42.285Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T13:02:42.285Z] ---> Running in 56e33870f5cb [2021-03-31T13:02:42.560Z] Removing intermediate container 880e2e70854f [2021-03-31T13:02:42.560Z] ---> 40399f199d5a [2021-03-31T13:02:42.560Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T13:02:42.835Z] ---> Running in 2031a21ce009 [2021-03-31T13:02:43.434Z] Removing intermediate container 56e33870f5cb [2021-03-31T13:02:43.434Z] ---> d8b7729ed54a [2021-03-31T13:02:43.434Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T13:02:44.052Z] ---> 68fb70f7f1b5 [2021-03-31T13:02:44.052Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T13:02:45.050Z] ---> bbf3c22305cf [2021-03-31T13:02:45.050Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T13:02:46.083Z] ---> 8ddfc7c83d47 [2021-03-31T13:02:46.083Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T13:02:47.146Z] Removing intermediate container 2031a21ce009 [2021-03-31T13:02:47.146Z] ---> 1ab7bf590e32 [2021-03-31T13:02:47.146Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T13:02:47.515Z] ---> 5f5d7daee238 [2021-03-31T13:02:47.515Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T13:02:47.515Z] ---> Running in 0afcbcb815d9 [2021-03-31T13:02:48.133Z] ---> 4476881c034b [2021-03-31T13:02:48.133Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T13:02:48.735Z] Removing intermediate container 0afcbcb815d9 [2021-03-31T13:02:48.735Z] ---> e4c7b5448f06 [2021-03-31T13:02:48.735Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T13:02:50.179Z] ---> 43e22c816f52 [2021-03-31T13:02:50.179Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T13:02:50.774Z] ---> c87f953ce50d [2021-03-31T13:02:50.774Z] ---> 945beb4ef414 [2021-03-31T13:02:50.774Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T13:02:50.774Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T13:02:51.049Z] Removing intermediate container 07ba5f2187c4 [2021-03-31T13:02:51.049Z] ---> 039ba9a65d4f [2021-03-31T13:02:51.049Z] [2021-03-31T13:02:51.049Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:02:51.049Z] ---> e47305ac9786 [2021-03-31T13:02:51.049Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:02:51.049Z] ---> Running in 9605d8da869e [2021-03-31T13:02:51.049Z] ---> Running in ae8ff1bb1626 [2021-03-31T13:02:51.327Z] ---> Running in 1b38488b1fe0 [2021-03-31T13:02:51.607Z] ---> 7ba2cfafc618 [2021-03-31T13:02:51.608Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T13:02:51.884Z] Removing intermediate container 9605d8da869e [2021-03-31T13:02:51.884Z] ---> 122087c802d3 [2021-03-31T13:02:51.884Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T13:02:52.167Z] ---> Running in 75020054f055 [2021-03-31T13:02:53.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:02:53.156Z] Removing intermediate container 75020054f055 [2021-03-31T13:02:53.156Z] ---> 2c0c65488cbf [2021-03-31T13:02:53.156Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T13:02:53.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:02:53.718Z] ---> e1af1486f64d [2021-03-31T13:02:53.718Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T13:02:53.718Z] ---> Running in 7136ba5cf4df [2021-03-31T13:02:53.991Z] ---> Running in 3d008613bc21 [2021-03-31T13:02:53.991Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T13:02:53.991Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:02:53.991Z] OK: 5 MiB in 15 packages [2021-03-31T13:02:54.977Z] Removing intermediate container 7136ba5cf4df [2021-03-31T13:02:54.977Z] ---> e9c21c90efb4 [2021-03-31T13:02:54.977Z] Step 20/21 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T13:02:55.259Z] Removing intermediate container ae8ff1bb1626 [2021-03-31T13:02:55.259Z] ---> fe720e3d5839 [2021-03-31T13:02:55.259Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:02:55.539Z] ---> Running in 5d7795176ba5 [2021-03-31T13:02:55.824Z] Removing intermediate container 2fc1346be660 [2021-03-31T13:02:55.824Z] ---> 8e0d37074c77 [2021-03-31T13:02:55.824Z] [2021-03-31T13:02:55.824Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:02:55.824Z] ---> e47305ac9786 [2021-03-31T13:02:55.824Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T13:02:56.805Z] ---> Running in f4b1626fb05e [2021-03-31T13:02:56.805Z] Removing intermediate container 1b38488b1fe0 [2021-03-31T13:02:56.805Z] ---> 6cad004265df [2021-03-31T13:02:56.805Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:02:56.805Z] Removing intermediate container 5d7795176ba5 [2021-03-31T13:02:56.805Z] ---> 6e8946b289ea [2021-03-31T13:02:56.805Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T13:02:56.805Z] ---> dea56d998e8f [2021-03-31T13:02:56.805Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T13:02:56.805Z] ---> Running in 5dd62c7dbb75 [2021-03-31T13:02:57.085Z] ---> Running in 65fd39ece60a [2021-03-31T13:02:57.359Z] Removing intermediate container f4b1626fb05e [2021-03-31T13:02:57.359Z] ---> 94c5f6ec3908 [2021-03-31T13:02:57.359Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T13:02:57.359Z] Removing intermediate container 3d008613bc21 [2021-03-31T13:02:57.359Z] ---> 42044f12b72c [2021-03-31T13:02:57.359Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T13:02:57.635Z] ---> Running in d1d4dcc06d3d [2021-03-31T13:02:57.635Z] Removing intermediate container 5dd62c7dbb75 [2021-03-31T13:02:57.635Z] ---> 39e4b2dce0e2 [2021-03-31T13:02:57.635Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T13:02:57.635Z] ---> Running in dcaedcd43bcd [2021-03-31T13:02:57.635Z] Removing intermediate container 65fd39ece60a [2021-03-31T13:02:57.635Z] ---> c5ef80a663d9 [2021-03-31T13:02:57.635Z] [2021-03-31T13:02:57.910Z] ---> Running in ed7884b308d4 [2021-03-31T13:02:58.506Z] Removing intermediate container d1d4dcc06d3d [2021-03-31T13:02:58.506Z] ---> 8dbc05af7b50 [2021-03-31T13:02:58.506Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T13:02:58.507Z] ---> 3f82fff0e60c [2021-03-31T13:02:58.507Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T13:02:58.507Z] Successfully built c5ef80a663d9 [2021-03-31T13:02:58.507Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T13:02:58.507Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-31T13:02:58.779Z] ---> Running in 859117e80b97 [2021-03-31T13:02:58.779Z] Removing intermediate container dcaedcd43bcd [2021-03-31T13:02:58.779Z] ---> 81262c7cc10d [2021-03-31T13:02:58.779Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T13:02:58.779Z] Removing intermediate container ed7884b308d4 [2021-03-31T13:02:58.779Z] ---> e4e1bbb88b03 [2021-03-31T13:02:58.779Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T13:02:59.052Z] ---> Running in 77d69a0baf8a [2021-03-31T13:02:59.052Z] ---> Running in e009b6fc3aad [2021-03-31T13:02:59.343Z] Removing intermediate container 859117e80b97 [2021-03-31T13:02:59.343Z] ---> bd36b1849411 [2021-03-31T13:02:59.343Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:02:59.343Z] ---> 1144fcc00c22 [2021-03-31T13:02:59.343Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T13:02:59.343Z] ---> Running in 9fd2df91d2f0 [2021-03-31T13:02:59.624Z] Removing intermediate container e009b6fc3aad [2021-03-31T13:02:59.624Z] ---> c898328ba4c6 [2021-03-31T13:02:59.624Z] Step 23/24 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T13:02:59.624Z] Removing intermediate container 77d69a0baf8a [2021-03-31T13:02:59.624Z] ---> 2d03930d9143 [2021-03-31T13:02:59.624Z] Step 15/23 : WORKDIR / [2021-03-31T13:02:59.897Z] ---> Running in 21dedd42b6b5 [2021-03-31T13:03:00.177Z] ---> Running in 095d8ca9bf57 [2021-03-31T13:03:00.774Z] ---> 628c419cf337 [2021-03-31T13:03:00.774Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T13:03:00.774Z] Removing intermediate container 21dedd42b6b5 [2021-03-31T13:03:00.774Z] ---> 3a3297b3b133 [2021-03-31T13:03:00.774Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T13:03:01.371Z] Removing intermediate container 095d8ca9bf57 [2021-03-31T13:03:01.371Z] ---> 2196b5da471f [2021-03-31T13:03:01.371Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:03:01.371Z] ---> Running in b56e8aa4ba1b [2021-03-31T13:03:01.977Z] ---> d04d7279d969 [2021-03-31T13:03:01.977Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T13:03:02.575Z] ---> Running in b0b82a5aa899 [2021-03-31T13:03:02.575Z] ---> 1900afdaac6a [2021-03-31T13:03:02.575Z] Removing intermediate container b56e8aa4ba1b [2021-03-31T13:03:02.575Z] ---> a17275d81ebb [2021-03-31T13:03:02.575Z] [2021-03-31T13:03:02.575Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T13:03:02.848Z] Removing intermediate container 9fd2df91d2f0 [2021-03-31T13:03:02.848Z] ---> 1a5f983753a9 [2021-03-31T13:03:02.848Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T13:03:03.124Z] Successfully built a17275d81ebb [2021-03-31T13:03:03.124Z] ---> Running in 1844c98df35b [2021-03-31T13:03:03.124Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T13:03:03.124Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-31T13:03:03.398Z] Removing intermediate container b0b82a5aa899 [2021-03-31T13:03:03.398Z] ---> 139cbfa8b084 [2021-03-31T13:03:03.398Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T13:03:03.998Z] ---> 99432082138a [2021-03-31T13:03:03.998Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T13:03:04.603Z] ---> 77eaf1d30a9a [2021-03-31T13:03:04.603Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T13:03:04.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:05.199Z] ---> Running in 53035897d449 [2021-03-31T13:03:05.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:06.066Z] ---> bdcdeeb7b5df [2021-03-31T13:03:06.066Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T13:03:06.066Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T13:03:06.336Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T13:03:06.336Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T13:03:06.612Z] ---> Running in 7f2b0515e344 [2021-03-31T13:03:06.612Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T13:03:06.898Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T13:03:07.175Z] Removing intermediate container 7f2b0515e344 [2021-03-31T13:03:07.175Z] ---> 5b07b15e3f4b [2021-03-31T13:03:07.175Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:03:07.175Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T13:03:07.175Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:03:07.175Z] OK: 8 MiB in 20 packages [2021-03-31T13:03:07.465Z] ---> Running in 13bb7aa09fa5 [2021-03-31T13:03:08.068Z] Removing intermediate container 13bb7aa09fa5 [2021-03-31T13:03:08.068Z] ---> cf7fc7047cfa [2021-03-31T13:03:08.068Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T13:03:08.346Z] ---> Running in e1ca34573096 [2021-03-31T13:03:09.337Z] Removing intermediate container 53035897d449 [2021-03-31T13:03:09.337Z] ---> 4a81c44bc226 [2021-03-31T13:03:09.337Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T13:03:09.337Z] Removing intermediate container e1ca34573096 [2021-03-31T13:03:09.337Z] ---> d317a7336d23 [2021-03-31T13:03:09.337Z] Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T13:03:09.337Z] Removing intermediate container 1844c98df35b [2021-03-31T13:03:09.337Z] ---> 5c8d0d3a1414 [2021-03-31T13:03:09.337Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:03:09.612Z] ---> Running in 83728a2bdbe6 [2021-03-31T13:03:09.887Z] ---> Running in 7122e4a50ff7 [2021-03-31T13:03:10.165Z] Removing intermediate container 83728a2bdbe6 [2021-03-31T13:03:10.165Z] ---> b534c0b90d2a [2021-03-31T13:03:10.165Z] Step 28/31 : CMD ["gate"] [2021-03-31T13:03:10.449Z] ---> 81c8ce57b8c7 [2021-03-31T13:03:10.449Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T13:03:10.724Z] Removing intermediate container 7122e4a50ff7 [2021-03-31T13:03:10.724Z] ---> 5e5faa31edef [2021-03-31T13:03:10.724Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:03:11.007Z] ---> Running in 93b91b4436fd [2021-03-31T13:03:11.007Z] ---> Running in a0fac315b2da [2021-03-31T13:03:11.992Z] Removing intermediate container 93b91b4436fd [2021-03-31T13:03:11.992Z] ---> 00e3587fbe11 [2021-03-31T13:03:11.992Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T13:03:11.992Z] Removing intermediate container a0fac315b2da [2021-03-31T13:03:11.992Z] ---> 27d16d73bf17 [2021-03-31T13:03:11.992Z] [2021-03-31T13:03:12.591Z] Successfully built 27d16d73bf17 [2021-03-31T13:03:12.591Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T13:03:12.591Z]  Building docker-core-metadata-go ... done  ---> Running in 841055503de2 [2021-03-31T13:03:12.591Z] Building docker-sys-mgmt-agent-go [2021-03-31T13:03:12.866Z] ---> e10d3302c07a [2021-03-31T13:03:13.146Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T13:03:13.146Z] Removing intermediate container 841055503de2 [2021-03-31T13:03:13.146Z] ---> 6e48d9e54874 [2021-03-31T13:03:13.146Z] Step 30/31 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T13:03:13.739Z] ---> Running in a5384f7be538 [2021-03-31T13:03:13.739Z] ---> c8722a767209 [2021-03-31T13:03:13.739Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T13:03:14.011Z] ---> Running in b3275737f6fb [2021-03-31T13:03:14.284Z] Removing intermediate container a5384f7be538 [2021-03-31T13:03:14.284Z] ---> 60ce143eefad [2021-03-31T13:03:14.284Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T13:03:14.903Z] ---> Running in edc1237ef497 [2021-03-31T13:03:14.903Z] Removing intermediate container b3275737f6fb [2021-03-31T13:03:14.903Z] ---> 2c559cc39454 [2021-03-31T13:03:14.903Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:03:14.903Z] ---> Running in 90b387304be7 [2021-03-31T13:03:15.174Z] Removing intermediate container edc1237ef497 [2021-03-31T13:03:15.174Z] ---> 1688dfaae711 [2021-03-31T13:03:15.174Z] [2021-03-31T13:03:15.768Z] Removing intermediate container 90b387304be7 [2021-03-31T13:03:15.768Z] ---> 767d63259bb4 [2021-03-31T13:03:15.768Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T13:03:15.768Z] Successfully built 1688dfaae711 [2021-03-31T13:03:15.768Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T13:03:15.768Z] Building docker-core-command-go [2021-03-31T13:03:16.044Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 9d3f8011f006 [2021-03-31T13:03:16.315Z] Removing intermediate container 9d3f8011f006 [2021-03-31T13:03:16.315Z] ---> c3d2543fc9d2 [2021-03-31T13:03:16.315Z] Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T13:03:16.587Z] ---> Running in 589d0964fba4 [2021-03-31T13:03:17.189Z] Removing intermediate container 589d0964fba4 [2021-03-31T13:03:17.189Z] ---> 13b121ae18cf [2021-03-31T13:03:17.189Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:03:17.189Z] ---> Running in 78bc92496e1c [2021-03-31T13:03:17.784Z] Removing intermediate container 78bc92496e1c [2021-03-31T13:03:17.784Z] ---> 814549b0c66a [2021-03-31T13:03:17.784Z] [2021-03-31T13:03:18.056Z] Successfully built 814549b0c66a [2021-03-31T13:03:18.056Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T13:03:45.152Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:03:45.152Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:03:45.152Z] ---> 3744ca7ee327 [2021-03-31T13:03:45.152Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T13:03:45.152Z] ---> Using cache [2021-03-31T13:03:45.152Z] ---> 7ad25a2733f3 [2021-03-31T13:03:45.152Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:03:45.152Z] ---> Using cache [2021-03-31T13:03:45.152Z] ---> d0006a364fe1 [2021-03-31T13:03:45.152Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T13:03:45.152Z] ---> Using cache [2021-03-31T13:03:45.152Z] ---> bd379e0ba323 [2021-03-31T13:03:45.152Z] Step 6/22 : COPY go.mod . [2021-03-31T13:03:45.152Z] ---> Using cache [2021-03-31T13:03:45.152Z] ---> 4682b2a44305 [2021-03-31T13:03:45.152Z] Step 7/22 : RUN go mod download [2021-03-31T13:03:45.152Z] ---> Using cache [2021-03-31T13:03:45.152Z] ---> 5b465f4f6ae1 [2021-03-31T13:03:45.152Z] Step 8/22 : COPY . . [2021-03-31T13:03:45.152Z] ---> Using cache [2021-03-31T13:03:45.152Z] ---> 7457aa06d746 [2021-03-31T13:03:45.152Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T13:03:46.611Z] ---> Running in 2d90fa8ab420 [2021-03-31T13:03:48.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T13:03:50.034Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:03:50.034Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:03:50.034Z] ---> 3744ca7ee327 [2021-03-31T13:03:50.034Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T13:03:50.034Z] ---> Using cache [2021-03-31T13:03:50.034Z] ---> 7ad25a2733f3 [2021-03-31T13:03:50.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:03:50.034Z] ---> Using cache [2021-03-31T13:03:50.034Z] ---> d0006a364fe1 [2021-03-31T13:03:50.034Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T13:03:51.026Z] ---> Running in e10e10da18bd [2021-03-31T13:03:53.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:53.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:03:55.037Z] OK: 217 MiB in 51 packages [2021-03-31T13:03:57.688Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:03:57.688Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:03:57.688Z] ---> 3744ca7ee327 [2021-03-31T13:03:57.688Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T13:03:57.688Z] ---> Using cache [2021-03-31T13:03:57.688Z] ---> 7ad25a2733f3 [2021-03-31T13:03:57.688Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:03:57.688Z] ---> Using cache [2021-03-31T13:03:57.688Z] ---> d0006a364fe1 [2021-03-31T13:03:57.688Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T13:03:57.688Z] ---> Running in 3ccc22ccc503 [2021-03-31T13:03:57.962Z] Removing intermediate container e10e10da18bd [2021-03-31T13:03:57.962Z] ---> 7c8e895fbc86 [2021-03-31T13:03:57.962Z] Step 6/22 : COPY go.mod . [2021-03-31T13:03:59.954Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T13:03:59.954Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T13:03:59.954Z] ---> 3744ca7ee327 [2021-03-31T13:03:59.954Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T13:03:59.954Z] ---> Using cache [2021-03-31T13:03:59.954Z] ---> 7ad25a2733f3 [2021-03-31T13:03:59.954Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T13:03:59.954Z] ---> Using cache [2021-03-31T13:03:59.954Z] ---> d0006a364fe1 [2021-03-31T13:03:59.954Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T13:03:59.954Z] ---> Using cache [2021-03-31T13:03:59.954Z] ---> bd379e0ba323 [2021-03-31T13:03:59.954Z] Step 6/23 : COPY go.mod . [2021-03-31T13:03:59.954Z] ---> Using cache [2021-03-31T13:03:59.954Z] ---> 4682b2a44305 [2021-03-31T13:03:59.954Z] Step 7/23 : RUN go mod download [2021-03-31T13:03:59.954Z] ---> Using cache [2021-03-31T13:03:59.954Z] ---> 5b465f4f6ae1 [2021-03-31T13:03:59.954Z] Step 8/23 : COPY . . [2021-03-31T13:03:59.954Z] ---> 84bb7cda45bd [2021-03-31T13:03:59.954Z] Step 7/22 : RUN go mod download [2021-03-31T13:03:59.954Z] ---> Using cache [2021-03-31T13:03:59.954Z] ---> 7457aa06d746 [2021-03-31T13:03:59.954Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T13:03:59.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:04:00.239Z] ---> Running in 7e8ad020d9fa [2021-03-31T13:04:00.239Z] ---> Running in 73d197dd6d52 [2021-03-31T13:04:00.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:04:02.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T13:04:02.312Z] OK: 217 MiB in 51 packages [2021-03-31T13:04:05.181Z] Removing intermediate container 3ccc22ccc503 [2021-03-31T13:04:05.181Z] ---> dd2f4806f1ac [2021-03-31T13:04:05.181Z] Step 6/26 : COPY go.mod . [2021-03-31T13:04:05.181Z] Removing intermediate container 7e8ad020d9fa [2021-03-31T13:04:05.181Z] ---> 5a6406358fb9 [2021-03-31T13:04:05.181Z] Step 8/22 : COPY . . [2021-03-31T13:04:05.826Z] ---> b69e56f83871 [2021-03-31T13:04:05.826Z] Step 7/26 : RUN go mod download [2021-03-31T13:04:06.108Z] ---> Running in 3bf135ced31f [2021-03-31T13:04:12.856Z] Removing intermediate container 3bf135ced31f [2021-03-31T13:04:12.856Z] ---> a1b82d7d98dd [2021-03-31T13:04:12.856Z] Step 8/26 : COPY . . [2021-03-31T13:04:35.055Z] ---> 63432a63d24a [2021-03-31T13:04:35.055Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T13:04:35.055Z] ---> Running in 58fb8e1a17eb [2021-03-31T13:04:36.499Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T13:04:38.495Z] ---> bdf1f9aa56dc [2021-03-31T13:04:38.495Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T13:04:38.776Z] ---> Running in 7d144bc9ef85 [2021-03-31T13:04:40.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T13:05:07.592Z] Removing intermediate container 2d90fa8ab420 [2021-03-31T13:05:07.592Z] ---> efc902c28e1c [2021-03-31T13:05:07.592Z] [2021-03-31T13:05:07.592Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T13:05:07.592Z] ---> e47305ac9786 [2021-03-31T13:05:07.592Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:05:07.592Z] ---> Using cache [2021-03-31T13:05:07.592Z] ---> 6cad004265df [2021-03-31T13:05:07.592Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:05:07.592Z] ---> Using cache [2021-03-31T13:05:07.592Z] ---> 39e4b2dce0e2 [2021-03-31T13:05:07.592Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T13:05:07.592Z] ---> Running in cdcee1f1dfcc [2021-03-31T13:05:07.864Z] Removing intermediate container cdcee1f1dfcc [2021-03-31T13:05:07.864Z] ---> 70fbc0e73fb5 [2021-03-31T13:05:07.864Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T13:05:08.144Z] ---> Running in 4c1e2e2d1b40 [2021-03-31T13:05:08.743Z] Removing intermediate container 4c1e2e2d1b40 [2021-03-31T13:05:08.743Z] ---> f357580c1203 [2021-03-31T13:05:08.743Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:05:09.725Z] ---> 26b7fab2edc4 [2021-03-31T13:05:09.725Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T13:05:11.706Z] ---> 9ef3609a875f [2021-03-31T13:05:11.706Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T13:05:12.691Z] ---> 7e7823dd4a6e [2021-03-31T13:05:12.691Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T13:05:12.966Z] ---> Running in b53c98ae390b [2021-03-31T13:05:13.584Z] Removing intermediate container b53c98ae390b [2021-03-31T13:05:13.584Z] ---> b4fd0faed13d [2021-03-31T13:05:13.584Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:05:13.860Z] ---> Running in 56cb4fe4ea2c [2021-03-31T13:05:14.461Z] Removing intermediate container 56cb4fe4ea2c [2021-03-31T13:05:14.461Z] ---> 611e21d74e91 [2021-03-31T13:05:14.461Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T13:05:14.461Z] ---> Running in bcd7cde0a4ff [2021-03-31T13:05:15.450Z] Removing intermediate container bcd7cde0a4ff [2021-03-31T13:05:15.450Z] ---> 2aba29024a4d [2021-03-31T13:05:15.450Z] Step 21/22 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T13:05:15.450Z] ---> Running in cd8184354485 [2021-03-31T13:05:16.053Z] Removing intermediate container cd8184354485 [2021-03-31T13:05:16.053Z] ---> 9ce336832871 [2021-03-31T13:05:16.053Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T13:05:16.329Z] ---> Running in d9a5d0935ab5 [2021-03-31T13:05:16.931Z] Removing intermediate container d9a5d0935ab5 [2021-03-31T13:05:16.931Z] ---> 70e9a4a907fd [2021-03-31T13:05:16.931Z] [2021-03-31T13:05:17.534Z] Successfully built 70e9a4a907fd [2021-03-31T13:05:17.534Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T13:05:27.721Z]  Building docker-support-scheduler-go ... done Removing intermediate container 73d197dd6d52 [2021-03-31T13:05:27.721Z] ---> ffe431e74d2b [2021-03-31T13:05:27.721Z] [2021-03-31T13:05:27.721Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T13:05:27.721Z] ---> e47305ac9786 [2021-03-31T13:05:27.721Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T13:05:27.721Z] ---> Using cache [2021-03-31T13:05:27.721Z] ---> 6cad004265df [2021-03-31T13:05:27.721Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:05:27.721Z] ---> Using cache [2021-03-31T13:05:27.721Z] ---> 39e4b2dce0e2 [2021-03-31T13:05:27.721Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T13:05:27.721Z] ---> Running in 23c8d37781a1 [2021-03-31T13:05:28.322Z] Removing intermediate container 23c8d37781a1 [2021-03-31T13:05:28.322Z] ---> 2c61dfd1c81f [2021-03-31T13:05:28.322Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T13:05:28.598Z] ---> Running in c96305ce9183 [2021-03-31T13:05:29.202Z] Removing intermediate container c96305ce9183 [2021-03-31T13:05:29.202Z] ---> d79f2c729889 [2021-03-31T13:05:29.202Z] Step 15/23 : WORKDIR / [2021-03-31T13:05:29.202Z] ---> Running in e30ae1670820 [2021-03-31T13:05:29.797Z] Removing intermediate container e30ae1670820 [2021-03-31T13:05:29.797Z] ---> f635f00585f5 [2021-03-31T13:05:29.797Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:05:31.252Z] ---> 008f07d02b3b [2021-03-31T13:05:31.252Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T13:05:32.695Z] ---> 11989b0e81a9 [2021-03-31T13:05:32.695Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T13:05:33.701Z] ---> a57ac4e05c9c [2021-03-31T13:05:33.701Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T13:05:33.975Z] ---> Running in 04f657c3d421 [2021-03-31T13:05:34.573Z] Removing intermediate container 04f657c3d421 [2021-03-31T13:05:34.573Z] ---> 58cfa14c1961 [2021-03-31T13:05:34.573Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:05:34.849Z] ---> Running in 47f97429ec7b [2021-03-31T13:05:35.449Z] Removing intermediate container 47f97429ec7b [2021-03-31T13:05:35.449Z] ---> 42594c37b386 [2021-03-31T13:05:35.449Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T13:05:35.735Z] ---> Running in e67e5a3fa4b7 [2021-03-31T13:05:36.334Z] Removing intermediate container e67e5a3fa4b7 [2021-03-31T13:05:36.334Z] ---> a7102564a00d [2021-03-31T13:05:36.334Z] Step 22/23 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T13:05:36.608Z] ---> Running in 12994aee443a [2021-03-31T13:05:37.208Z] Removing intermediate container 12994aee443a [2021-03-31T13:05:37.208Z] ---> f4dbd128101f [2021-03-31T13:05:37.208Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T13:05:37.485Z] ---> Running in 2e22f0e309d8 [2021-03-31T13:05:38.082Z] Removing intermediate container 2e22f0e309d8 [2021-03-31T13:05:38.082Z] ---> 6bde919ac243 [2021-03-31T13:05:38.082Z] [2021-03-31T13:05:38.681Z] Successfully built 6bde919ac243 [2021-03-31T13:05:38.681Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T13:05:51.104Z]  Building docker-core-command-go ... done Removing intermediate container 7d144bc9ef85 [2021-03-31T13:05:51.104Z] ---> f329cf0f1ca2 [2021-03-31T13:05:51.104Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T13:05:51.104Z] ---> Running in 0dc9586d5f18 [2021-03-31T13:05:51.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T13:05:51.104Z] Removing intermediate container 58fb8e1a17eb [2021-03-31T13:05:51.104Z] ---> ae7316626cbe [2021-03-31T13:05:51.104Z] [2021-03-31T13:05:51.104Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T13:05:51.104Z] ---> e47305ac9786 [2021-03-31T13:05:51.104Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T13:05:51.375Z] ---> Running in 26bc1fdd37d1 [2021-03-31T13:05:52.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:52.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:05:53.083Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T13:05:53.361Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T13:05:53.361Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:05:53.361Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T13:05:53.361Z] Removing intermediate container 0dc9586d5f18 [2021-03-31T13:05:53.361Z] ---> 15bace6fb8e1 [2021-03-31T13:05:53.361Z] [2021-03-31T13:05:53.361Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T13:05:53.361Z] OK: 6 MiB in 16 packages [2021-03-31T13:05:53.637Z] 20.10.0: Pulling from library/docker [2021-03-31T13:05:55.613Z] Removing intermediate container 26bc1fdd37d1 [2021-03-31T13:05:55.613Z] ---> f4ca71825fd5 [2021-03-31T13:05:55.613Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T13:05:55.887Z] ---> Running in f6e9a59ce42c [2021-03-31T13:05:56.481Z] Removing intermediate container f6e9a59ce42c [2021-03-31T13:05:56.481Z] ---> bd1f61ece9a0 [2021-03-31T13:05:56.481Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T13:05:56.757Z] ---> Running in fc0fad4fc5e4 [2021-03-31T13:05:57.374Z] Removing intermediate container fc0fad4fc5e4 [2021-03-31T13:05:57.374Z] ---> 9782401f763c [2021-03-31T13:05:57.374Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T13:05:57.654Z] ---> Running in 35292067591f [2021-03-31T13:05:58.297Z] Removing intermediate container 35292067591f [2021-03-31T13:05:58.298Z] ---> 36f6c514be4a [2021-03-31T13:05:58.298Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T13:05:59.739Z] ---> 5c491a8e706d [2021-03-31T13:05:59.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T13:06:01.712Z] ---> 12752ce0312a [2021-03-31T13:06:01.712Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T13:06:02.314Z] ---> 175cda92b764 [2021-03-31T13:06:02.314Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T13:06:02.583Z] ---> Running in ec62c6f9ba74 [2021-03-31T13:06:02.855Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T13:06:02.855Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T13:06:02.855Z] ---> eeaf43b92773 [2021-03-31T13:06:02.855Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T13:06:02.855Z] ---> Running in 00c67f91b867 [2021-03-31T13:06:03.127Z] Removing intermediate container ec62c6f9ba74 [2021-03-31T13:06:03.127Z] ---> f7c53a029372 [2021-03-31T13:06:03.127Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:06:03.399Z] ---> Running in d51232d8696f [2021-03-31T13:06:03.670Z] Removing intermediate container d51232d8696f [2021-03-31T13:06:03.670Z] ---> b24f2645c8e3 [2021-03-31T13:06:03.670Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T13:06:03.941Z] ---> Running in ff10950695dc [2021-03-31T13:06:04.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:06:04.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:06:04.483Z] Removing intermediate container ff10950695dc [2021-03-31T13:06:04.483Z] ---> 38b01bd68eda [2021-03-31T13:06:04.483Z] Step 21/22 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T13:06:04.483Z] ---> Running in df5aa969304e [2021-03-31T13:06:05.830Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T13:06:05.830Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T13:06:05.830Z] Executing bash-5.0.17-r0.post-install [2021-03-31T13:06:05.830Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:06:05.830Z] OK: 12 MiB in 22 packages [2021-03-31T13:06:05.830Z] Removing intermediate container df5aa969304e [2021-03-31T13:06:05.830Z] ---> d82a2f7b5dc3 [2021-03-31T13:06:05.830Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T13:06:05.830Z] ---> Running in 90a91173c8fc [2021-03-31T13:06:05.830Z] Removing intermediate container 90a91173c8fc [2021-03-31T13:06:05.830Z] ---> 1d9379e4a63a [2021-03-31T13:06:05.830Z] [2021-03-31T13:06:06.105Z] Successfully built 1d9379e4a63a [2021-03-31T13:06:06.105Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T13:06:06.105Z]  Building docker-support-notifications-go ... done Removing intermediate container 00c67f91b867 [2021-03-31T13:06:06.106Z] ---> 05093859d49d [2021-03-31T13:06:06.106Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T13:06:06.375Z] ---> Running in dbfc6c9452b4 [2021-03-31T13:06:06.648Z] Removing intermediate container dbfc6c9452b4 [2021-03-31T13:06:06.648Z] ---> 88d43752ca95 [2021-03-31T13:06:06.648Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T13:06:06.921Z] ---> Running in 2008785a12b5 [2021-03-31T13:06:07.192Z] Removing intermediate container 2008785a12b5 [2021-03-31T13:06:07.192Z] ---> d87e115e2753 [2021-03-31T13:06:07.192Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T13:06:07.470Z] ---> Running in 785ad0873a92 [2021-03-31T13:06:08.062Z] Removing intermediate container 785ad0873a92 [2021-03-31T13:06:08.062Z] ---> 659adaa9dc73 [2021-03-31T13:06:08.062Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T13:06:09.040Z] ---> 7e187c8f8da3 [2021-03-31T13:06:09.040Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T13:06:10.019Z] ---> 433416792382 [2021-03-31T13:06:10.019Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T13:06:10.611Z] ---> cd419efb9ac0 [2021-03-31T13:06:10.611Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T13:06:10.883Z] ---> Running in dc30776cfe5c [2021-03-31T13:06:11.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:06:12.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:06:12.398Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T13:06:12.398Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T13:06:12.398Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T13:06:12.677Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T13:06:12.677Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T13:06:12.677Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T13:06:12.677Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T13:06:14.641Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T13:06:14.641Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T13:06:14.641Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T13:06:14.641Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T13:06:14.641Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T13:06:14.641Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T13:06:14.641Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T13:06:14.641Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T13:06:14.641Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T13:06:14.641Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T13:06:14.641Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T13:06:14.641Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T13:06:14.641Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T13:06:14.641Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T13:06:14.641Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T13:06:14.641Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T13:06:14.641Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T13:06:14.641Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T13:06:14.641Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T13:06:14.641Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T13:06:14.641Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T13:06:14.909Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T13:06:14.909Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T13:06:14.909Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T13:06:14.909Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T13:06:14.909Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T13:06:14.909Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:06:14.909Z] OK: 71 MiB in 55 packages [2021-03-31T13:06:21.606Z] Removing intermediate container dc30776cfe5c [2021-03-31T13:06:21.606Z] ---> aba967c2bed6 [2021-03-31T13:06:21.606Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T13:06:21.606Z] ---> Running in d35cd970849b [2021-03-31T13:06:25.896Z] Collecting docker-compose==1.23.2 [2021-03-31T13:06:25.896Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T13:06:27.340Z] Collecting PyYAML<4,>=3.10 [2021-03-31T13:06:27.340Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T13:06:30.706Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T13:06:30.706Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T13:06:30.706Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T13:06:30.706Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T13:06:30.978Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T13:06:31.568Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T13:06:31.568Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T13:06:33.528Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T13:06:33.528Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T13:06:36.138Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T13:06:36.138Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T13:06:36.409Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T13:06:36.409Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T13:06:38.374Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T13:06:38.374Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T13:06:38.644Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T13:06:38.910Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T13:06:39.179Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T13:06:39.179Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T13:06:39.450Z] Collecting idna<2.8,>=2.5 [2021-03-31T13:06:39.450Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T13:06:40.036Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T13:06:40.036Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T13:06:40.304Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T13:06:40.304Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T13:06:40.304Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T13:06:40.304Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T13:06:40.304Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T13:06:40.304Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T13:06:40.893Z] Installing collected packages: PyYAML, cached-property, idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, docopt, dockerpty, jsonschema, docker-compose [2021-03-31T13:06:40.893Z] Running setup.py install for PyYAML: started [2021-03-31T13:06:42.848Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T13:06:43.117Z] Attempting uninstall: idna [2021-03-31T13:06:43.117Z] Found existing installation: idna 2.9 [2021-03-31T13:06:43.117Z] Uninstalling idna-2.9: [2021-03-31T13:06:43.117Z] Successfully uninstalled idna-2.9 [2021-03-31T13:06:43.704Z] Attempting uninstall: urllib3 [2021-03-31T13:06:43.704Z] Found existing installation: urllib3 1.25.9 [2021-03-31T13:06:43.704Z] Uninstalling urllib3-1.25.9: [2021-03-31T13:06:43.973Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T13:06:44.242Z] Attempting uninstall: requests [2021-03-31T13:06:44.242Z] Found existing installation: requests 2.23.0 [2021-03-31T13:06:44.535Z] Uninstalling requests-2.23.0: [2021-03-31T13:06:44.535Z] Successfully uninstalled requests-2.23.0 [2021-03-31T13:06:45.952Z] Running setup.py install for texttable: started [2021-03-31T13:06:47.372Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T13:06:47.372Z] Running setup.py install for docopt: started [2021-03-31T13:06:49.329Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T13:06:49.329Z] Running setup.py install for dockerpty: started [2021-03-31T13:06:51.287Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T13:06:52.268Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T13:06:55.640Z] Removing intermediate container d35cd970849b [2021-03-31T13:06:55.640Z] ---> 26e08d3ef0e7 [2021-03-31T13:06:55.640Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T13:06:55.909Z] ---> Running in bb5032b47b8a [2021-03-31T13:06:56.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T13:06:57.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T13:06:57.737Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T13:06:57.737Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T13:06:57.737Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T13:06:57.737Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T13:06:57.737Z] OK: 72 MiB in 58 packages [2021-03-31T13:06:58.716Z] Removing intermediate container bb5032b47b8a [2021-03-31T13:06:58.717Z] ---> 7e6bf3f24dbb [2021-03-31T13:06:58.717Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T13:06:58.989Z] ---> Running in ac0d42d87b57 [2021-03-31T13:06:59.583Z] Removing intermediate container ac0d42d87b57 [2021-03-31T13:06:59.583Z] ---> bccf0b30144e [2021-03-31T13:06:59.583Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T13:06:59.583Z] ---> Running in 7df209342a7a [2021-03-31T13:07:00.175Z] Removing intermediate container 7df209342a7a [2021-03-31T13:07:00.175Z] ---> 054a3a59fad7 [2021-03-31T13:07:00.175Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T13:07:00.175Z] ---> Running in b6d72e30a0ab [2021-03-31T13:07:00.778Z] Removing intermediate container b6d72e30a0ab [2021-03-31T13:07:00.778Z] ---> 5999b89cb6bb [2021-03-31T13:07:00.778Z] Step 25/26 : LABEL git_sha=b059c893a95a190e7cb1ea7e9367c68d19646d58 [2021-03-31T13:07:00.778Z] ---> Running in a9f289ba83ca [2021-03-31T13:07:01.377Z] Removing intermediate container a9f289ba83ca [2021-03-31T13:07:01.377Z] ---> 329fc88be265 [2021-03-31T13:07:01.377Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T13:07:01.664Z] ---> Running in 9881af279c8a [2021-03-31T13:07:01.953Z] Removing intermediate container 9881af279c8a [2021-03-31T13:07:01.953Z] ---> 1b20bd01e371 [2021-03-31T13:07:01.953Z] [2021-03-31T13:07:02.577Z] Successfully built 1b20bd01e371 [2021-03-31T13:07:02.577Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T13:07:02.871Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T13:07:02.872Z] $ docker stop --time=1 54291581cb57aa4af7db11605fa4524aae8ce619c9caa1c7789bf4df3c538170 [2021-03-31T13:07:04.795Z] $ docker rm -f 54291581cb57aa4af7db11605fa4524aae8ce619c9caa1c7789bf4df3c538170 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T13:07:05.512Z] + docker images [2021-03-31T13:07:05.512Z] + grep docker [2021-03-31T13:07:05.782Z] docker-sys-mgmt-agent-go-arm64 latest 1b20bd01e371 4 seconds ago 301MB [2021-03-31T13:07:05.782Z] docker-support-notifications-go-arm64 latest 1d9379e4a63a About a minute ago 16.9MB [2021-03-31T13:07:05.782Z] docker-core-command-go-arm64 latest 6bde919ac243 About a minute ago 16.3MB [2021-03-31T13:07:05.782Z] docker-support-scheduler-go-arm64 latest 70e9a4a907fd About a minute ago 16.4MB [2021-03-31T13:07:05.782Z] docker-core-data-go-arm64 latest 814549b0c66a 3 minutes ago 21.4MB [2021-03-31T13:07:05.782Z] docker-security-bootstrapper-go-arm64 latest 1688dfaae711 3 minutes ago 17.9MB [2021-03-31T13:07:05.782Z] docker-core-metadata-go-arm64 latest 27d16d73bf17 3 minutes ago 17.9MB [2021-03-31T13:07:05.782Z] docker-security-secretstore-setup-go-arm64 latest a17275d81ebb 4 minutes ago 24.4MB [2021-03-31T13:07:05.782Z] docker-security-proxy-setup-go-arm64 latest c5ef80a663d9 4 minutes ago 24.1MB [2021-03-31T13:07:05.782Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:07:06.684Z] ---> job-cost.sh [2021-03-31T13:07:06.684Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-97zt [2021-03-31T13:07:45.618Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T13:09:22.334Z] lf-activate-venv(): INFO: Adding /tmp/venv-97zt/bin to PATH [2021-03-31T13:09:22.334Z] INFO: No Stack... [2021-03-31T13:09:22.334Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T13:09:22.334Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T13:09:22.678Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-03-31T13:09:22.678Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T13:09:22.780Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3319-5-stack-cost] [2021-03-31T13:09:22.799Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3319-5-stack-cost] did not exist. Created. [2021-03-31T13:09:22.799Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3319-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T13:09:23.237Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T13:09:23.511Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T13:09:23.526Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3319-5-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-03-31T13:09:25.065Z] provisioning config files... [2021-03-31T13:09:25.080Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config1023706782795661180tmp [Pipeline] { [Pipeline] sh [2021-03-31T13:09:25.460Z] + set +x [2021-03-31T13:09:25.460Z] + curl -s https://codecov.io/bash [2021-03-31T13:09:25.460Z] + bash -s -- [2021-03-31T13:09:25.723Z] [2021-03-31T13:09:25.723Z] _____ _ [2021-03-31T13:09:25.723Z] / ____| | | [2021-03-31T13:09:25.723Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T13:09:25.723Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T13:09:25.723Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T13:09:25.723Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T13:09:25.723Z] Bash-20210309-2b87ace [2021-03-31T13:09:25.723Z] [2021-03-31T13:09:25.723Z] [2021-03-31T13:09:25.723Z] ==> git version 2.24.3 found [2021-03-31T13:09:25.723Z] ==> 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-03-31T13:09:25.723Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T13:09:25.723Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T13:09:25.986Z] ==> Jenkins CI detected. [2021-03-31T13:09:25.986Z] project root: . [2021-03-31T13:09:25.986Z] --> token set from env [2021-03-31T13:09:25.986Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T13:09:25.986Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T13:09:25.986Z] ==> Python coveragepy not found [2021-03-31T13:09:25.986Z] ==> Searching for coverage reports in: [2021-03-31T13:09:25.986Z] + . [2021-03-31T13:09:25.986Z] -> Found 1 reports [2021-03-31T13:09:25.986Z] ==> Detecting git/mercurial file structure [2021-03-31T13:09:25.986Z] ==> Reading reports [2021-03-31T13:09:26.250Z] + ./coverage.out bytes=669470 [2021-03-31T13:09:26.250Z] ==> Appending adjustments [2021-03-31T13:09:26.250Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T13:09:29.566Z] + Found adjustments [2021-03-31T13:09:29.566Z] ==> Gzipping contents [2021-03-31T13:09:29.566Z] 96K /tmp/codecov.Ddp9ys.gz [2021-03-31T13:09:29.829Z] ==> Uploading reports [2021-03-31T13:09:29.829Z] url: https://codecov.io [2021-03-31T13:09:29.829Z] query: branch=PR-3319&commit=b059c893a95a190e7cb1ea7e9367c68d19646d58&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3319%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3319&job=&cmd_args= [2021-03-31T13:09:29.829Z] -> Pinging Codecov [2021-03-31T13:09:29.829Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3319&commit=b059c893a95a190e7cb1ea7e9367c68d19646d58&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3319%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3319&job=&cmd_args= [2021-03-31T13:09:30.089Z] -> Uploading to [2021-03-31T13:09:30.089Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/b059c893a95a190e7cb1ea7e9367c68d19646d58/da7973c9-7ac1-4bd0-9268-fb6a412ed767.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T130929Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=70cd6ed5d3f54dfabc0b8ec108a26afa86e6518ce9ffb17f14dab44a9915d8fa [2021-03-31T13:09:30.089Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T13:09:30.089Z] Dload Upload Total Spent Left Speed [2021-03-31T13:09:30.662Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96843 0 0 100 96843 0 184k --:--:-- --:--:-- --:--:-- 185k [2021-03-31T13:09:30.662Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b059c893a95a190e7cb1ea7e9367c68d19646d58 [Pipeline] } [2021-03-31T13:09:30.671Z] 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-03-31T13:09:32.718Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:09:33.600Z] ---> package-listing.sh [2021-03-31T13:09:33.600Z] ++ facter osfamily [2021-03-31T13:09:33.600Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T13:09:33.600Z] + OS_FAMILY=redhat [2021-03-31T13:09:33.600Z] + workspace=/w/workspace/edgex-go/5 [2021-03-31T13:09:33.600Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T13:09:33.600Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T13:09:33.600Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T13:09:33.600Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T13:09:33.600Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-31T13:09:33.600Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T13:09:33.600Z] + case "${OS_FAMILY}" in [2021-03-31T13:09:33.600Z] + rpm -qa [2021-03-31T13:09:33.600Z] + sort [2021-03-31T13:09:38.903Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T13:09:38.903Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T13:09:38.903Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T13:09:38.903Z] + '[' /w/workspace/edgex-go/5 ']' [2021-03-31T13:09:38.903Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-03-31T13:09:38.904Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-03-31T13:09:38.946Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T13:09:39.240Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:09:39.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:09:39.547Z] [2021-03-31T13:09:39.547Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T13:09:39.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:09:39.899Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T13:09:39.899Z] df20fa9351a1: Pulling fs layer [2021-03-31T13:09:39.899Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T13:09:39.899Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T13:09:39.899Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T13:09:39.899Z] 93b61091891f: Pulling fs layer [2021-03-31T13:09:39.899Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T13:09:39.899Z] 5e14af77c1be: Pulling fs layer [2021-03-31T13:09:39.899Z] 01666e4c0597: Pulling fs layer [2021-03-31T13:09:39.899Z] aa168da1d23b: Pulling fs layer [2021-03-31T13:09:39.899Z] 46f8f816bc3b: Waiting [2021-03-31T13:09:39.899Z] 93b9cdb0e59b: Waiting [2021-03-31T13:09:39.899Z] 93b61091891f: Waiting [2021-03-31T13:09:39.899Z] 01666e4c0597: Waiting [2021-03-31T13:09:39.899Z] 5e14af77c1be: Waiting [2021-03-31T13:09:39.899Z] aa168da1d23b: Waiting [2021-03-31T13:09:39.899Z] 36b3adc4ff6f: Download complete [2021-03-31T13:09:39.899Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T13:09:39.899Z] 46f8f816bc3b: Download complete [2021-03-31T13:09:40.164Z] df20fa9351a1: Verifying Checksum [2021-03-31T13:09:40.164Z] df20fa9351a1: Download complete [2021-03-31T13:09:40.164Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T13:09:40.164Z] 93b9cdb0e59b: Download complete [2021-03-31T13:09:40.164Z] 5e14af77c1be: Verifying Checksum [2021-03-31T13:09:40.164Z] 5e14af77c1be: Download complete [2021-03-31T13:09:40.164Z] 93b61091891f: Download complete [2021-03-31T13:09:40.164Z] 01666e4c0597: Verifying Checksum [2021-03-31T13:09:40.164Z] 01666e4c0597: Download complete [2021-03-31T13:09:40.164Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T13:09:40.164Z] 8ad3a11d3b57: Download complete [2021-03-31T13:09:40.428Z] df20fa9351a1: Pull complete [2021-03-31T13:09:40.694Z] 36b3adc4ff6f: Pull complete [2021-03-31T13:09:42.635Z] aa168da1d23b: Verifying Checksum [2021-03-31T13:09:42.635Z] aa168da1d23b: Download complete [2021-03-31T13:09:42.635Z] 8ad3a11d3b57: Pull complete [2021-03-31T13:09:42.635Z] 46f8f816bc3b: Pull complete [2021-03-31T13:09:44.031Z] 93b61091891f: Pull complete [2021-03-31T13:09:44.031Z] 93b9cdb0e59b: Pull complete [2021-03-31T13:09:44.031Z] 5e14af77c1be: Pull complete [2021-03-31T13:09:44.296Z] 01666e4c0597: Pull complete [2021-03-31T13:09:54.369Z] aa168da1d23b: Pull complete [2021-03-31T13:09:54.369Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T13:09:54.369Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T13:09:54.369Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T13:09:54.598Z] prd-centos7-docker-4c-2g-32240 does not seem to be running inside a container [2021-03-31T13:09:54.658Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T13:09:59.118Z] $ docker top 96bc7160354210686239b9c7afb2168a0253bbdcdc0a92291e5afe3f702fad3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T13:09:59.794Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T13:10:00.099Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T13:10:00.404Z] + ls /var/log/sa-host [2021-03-31T13:10:00.404Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T13:10:00.404Z] file_magic: OK [2021-03-31T13:10:00.404Z] HZ: Using current value: 100 [2021-03-31T13:10:00.404Z] file_header: OK [2021-03-31T13:10:00.404Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T13:10:00.404Z] Statistics: [2021-03-31T13:10:00.404Z] Hnuu...uuuununununu... [2021-03-31T13:10:00.404Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T13:10:00.404Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T13:10:00.404Z] file_magic: OK [2021-03-31T13:10:00.404Z] HZ: Using current value: 100 [2021-03-31T13:10:00.404Z] file_header: OK [2021-03-31T13:10:00.404Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T13:10:00.404Z] Statistics: [2021-03-31T13:10:00.404Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T13:10:00.404Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T13:10:01.119Z] provisioning config files... [2021-03-31T13:10:01.136Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1391646979953806627tmp [Pipeline] { [Pipeline] echo [2021-03-31T13:10:01.261Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:10:01.582Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T13:10:01.591Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T13:10:01.778Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:10:02.084Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T13:10:02.095Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:10:02.406Z] ---> sudo-logs.sh [2021-03-31T13:10:02.406Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T13:10:02.467Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:10:02.846Z] ---> job-cost.sh [2021-03-31T13:10:02.846Z] lf-activate-venv: SKIPPING [2021-03-31T13:10:02.846Z] DEBUG: total: 0.20999999344348907 [2021-03-31T13:10:02.846Z] INFO: Retrieving Stack Cost... [2021-03-31T13:10:04.262Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T13:10:04.525Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T13:10:04.539Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T13:10:04.843Z] ---> logs-deploy.sh [2021-03-31T13:10:04.843Z] lf-activate-venv: SKIPPING [2021-03-31T13:10:04.843Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3319/5 [2021-03-31T13:10:04.843Z] INFO: archiving workspace using pattern(s): [2021-03-31T13:10:06.229Z] Archives upload complete. [2021-03-31T13:10:06.491Z] INFO: archiving logs to Nexus