Pull request #3313 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f2bd0815c0e73667d07e5744b61daa5be38d8f92 rather than c3328f26461253727c245ad87f3db063bee73d24 Obtained Jenkinsfile from f2bd0815c0e73667d07e5744b61daa5be38d8f92 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32387 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [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 > 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/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit c3328f26461253727c245ad87f3db063bee73d24 Merge succeeded, producing c3328f26461253727c245ad87f3db063bee73d24 Checking out Revision c3328f26461253727c245ad87f3db063bee73d24 (PR-3313) > git config core.sparsecheckout # timeout=10 > git checkout -f c3328f26461253727c245ad87f3db063bee73d24 # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c3328f26461253727c245ad87f3db063bee73d24 # timeout=10 Commit message: "docs: Remove RequestId from the example of swagger doc" First time build. Skipping changelog. > git rev-list --no-walk ef2529f732dd112c71414021f095ca98a2fd0a56 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T01:54:52.601Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T01:54:52.827Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T01:54:52.937Z] ========================================================= [2021-04-01T01:54:52.937Z] EdgeX Global Pipelines Version Info [2021-04-01T01:54:52.937Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T01:54:54.377Z] ------------------- [2021-04-01T01:54:54.377Z] stable info: [2021-04-01T01:54:54.377Z] ------------------- [2021-04-01T01:54:54.377Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T01:54:54.377Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T01:54:54.377Z] Message: update stable to v1.0.186 [2021-04-01T01:54:55.322Z] ------------------- [2021-04-01T01:54:55.322Z] experimental info: [2021-04-01T01:54:55.322Z] ------------------- [2021-04-01T01:54:55.322Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T01:54:55.322Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T01:54:55.322Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T01:54:55.607Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-01T01:54:55.695Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-01T01:54:55.781Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T01:54:55.876Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T01:54:55.965Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T01:54:56.071Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T01:54:56.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T01:54:56.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-01T01:54:56.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-01T01:54:56.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-01T01:54:56.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T01:54:56.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T01:54:56.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T01:54:56.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T01:54:56.885Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T01:54:57.006Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T01:54:57.099Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T01:54:57.184Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T01:54:57.269Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T01:54:57.375Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T01:54:57.462Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T01:54:57.582Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T01:54:57.672Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3313 [Pipeline] echo [2021-04-01T01:54:57.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3313 [Pipeline] echo [2021-04-01T01:54:57.866Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3313 [Pipeline] echo [2021-04-01T01:54:57.950Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c3328f26461253727c245ad87f3db063bee73d24 [Pipeline] echo [2021-04-01T01:54:58.034Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c3328f2 [Pipeline] echo [2021-04-01T01:54:58.130Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T01:54:58.290Z] provisioning config files... [2021-04-01T01:54:58.316Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6469867816058638000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T01:54:58.673Z] ---> docker-login.sh [2021-04-01T01:54:58.673Z] nexus3.edgexfoundry.org:10001 [2021-04-01T01:54:58.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:54:58.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:54:58.936Z] Configure a credential helper to remove this warning. See [2021-04-01T01:54:58.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:54:58.936Z] [2021-04-01T01:54:58.936Z] Login Succeeded [2021-04-01T01:54:58.936Z] nexus3.edgexfoundry.org:10002 [2021-04-01T01:54:59.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:54:59.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:54:59.198Z] Configure a credential helper to remove this warning. See [2021-04-01T01:54:59.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:54:59.198Z] [2021-04-01T01:54:59.198Z] Login Succeeded [2021-04-01T01:54:59.198Z] nexus3.edgexfoundry.org:10003 [2021-04-01T01:54:59.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:54:59.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:54:59.471Z] Configure a credential helper to remove this warning. See [2021-04-01T01:54:59.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:54:59.471Z] [2021-04-01T01:54:59.471Z] Login Succeeded [2021-04-01T01:54:59.471Z] nexus3.edgexfoundry.org:10004 [2021-04-01T01:54:59.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:54:59.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:54:59.471Z] Configure a credential helper to remove this warning. See [2021-04-01T01:54:59.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:54:59.471Z] [2021-04-01T01:54:59.471Z] Login Succeeded [2021-04-01T01:54:59.732Z] docker.io [2021-04-01T01:54:59.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:54:59.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:54:59.994Z] Configure a credential helper to remove this warning. See [2021-04-01T01:54:59.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:54:59.994Z] [2021-04-01T01:54:59.994Z] Login Succeeded [2021-04-01T01:54:59.994Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T01:55:00.002Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T01:55:00.537Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-01T01:55:00.537Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:55:00.537Z] ++ dirname cmd/core-command/Dockerfile [2021-04-01T01:55:00.537Z] ++ cut -d/ -f2 [2021-04-01T01:55:00.537Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-01T01:55:00.537Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:55:00.537Z] ++ dirname cmd/core-data/Dockerfile [2021-04-01T01:55:00.537Z] ++ cut -d/ -f2 [2021-04-01T01:55:00.537Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-01T01:55:00.537Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:55:00.537Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-01T01:55:00.537Z] ++ cut -d/ -f2 [2021-04-01T01:55:00.537Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-01T01:55:00.537Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:55:00.537Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-01T01:55:00.537Z] ++ cut -d/ -f2 [2021-04-01T01:55:00.537Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-01T01:55:00.537Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:55:00.537Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-01T01:55:00.537Z] ++ cut -d/ -f2 [2021-04-01T01:55:00.537Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-01T01:55:00.537Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:55:00.537Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-01T01:55:00.537Z] ++ cut -d/ -f2 [2021-04-01T01:55:00.537Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-01T01:55:00.537Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:55:00.537Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-01T01:55:00.537Z] ++ cut -d/ -f2 [2021-04-01T01:55:00.537Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-01T01:55:00.537Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:55:00.537Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-01T01:55:00.537Z] ++ cut -d/ -f2 [2021-04-01T01:55:00.537Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-01T01:55:00.537Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T01:55:00.537Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-01T01:55:00.537Z] ++ cut -d/ -f2 [2021-04-01T01:55:00.537Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-01T01:55:00.620Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:55:01.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T01:55:01.447Z] [2021-04-01T01:55:01.447Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:55:01.810Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T01:55:01.810Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T01:55:01.810Z] 31603596830f: Pulling fs layer [2021-04-01T01:55:01.810Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T01:55:01.810Z] 6ca5941a6612: Pulling fs layer [2021-04-01T01:55:01.810Z] ecc8261a40a4: Pulling fs layer [2021-04-01T01:55:01.810Z] ecc8261a40a4: Waiting [2021-04-01T01:55:01.810Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T01:55:01.810Z] 2a8b12db71e7: Download complete [2021-04-01T01:55:02.074Z] 31603596830f: Download complete [2021-04-01T01:55:02.074Z] ecc8261a40a4: Verifying Checksum [2021-04-01T01:55:02.074Z] ecc8261a40a4: Download complete [2021-04-01T01:55:02.074Z] 6ca5941a6612: Verifying Checksum [2021-04-01T01:55:02.074Z] 6ca5941a6612: Download complete [2021-04-01T01:55:02.339Z] 31603596830f: Pull complete [2021-04-01T01:55:02.613Z] 2a8b12db71e7: Pull complete [2021-04-01T01:55:03.195Z] 6ca5941a6612: Pull complete [2021-04-01T01:55:03.464Z] ecc8261a40a4: Pull complete [2021-04-01T01:55:03.464Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T01:55:03.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T01:55:03.464Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T01:55:03.627Z] prd-centos7-docker-4c-2g-32387 does not seem to be running inside a container [2021-04-01T01:55:03.676Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T01:55:06.243Z] $ docker top ba3d869c0b4cd82e2b996ece895dda4c68c07212f23b21aee16b4a4aca72e6c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T01:55:06.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T01:55:06.566Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T01:55:06.782Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T01:55:06.785Z] $ docker exec ba3d869c0b4cd82e2b996ece895dda4c68c07212f23b21aee16b4a4aca72e6c2 ssh-agent [2021-04-01T01:55:06.946Z] SSH_AUTH_SOCK=/tmp/ssh-RBbPWrBEz284/agent.11 [2021-04-01T01:55:06.946Z] SSH_AGENT_PID=17 [2021-04-01T01:55:06.960Z] Running ssh-add (command line suppressed) [2021-04-01T01:55:07.069Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_272207837355042116.key (/w/workspace/edgex-go/5@tmp/private_key_272207837355042116.key) [2021-04-01T01:55:07.118Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T01:55:07.451Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T01:55:07.480Z] $ docker exec --env ******** --env ******** ba3d869c0b4cd82e2b996ece895dda4c68c07212f23b21aee16b4a4aca72e6c2 ssh-agent -k [2021-04-01T01:55:07.608Z] unset SSH_AUTH_SOCK; [2021-04-01T01:55:07.608Z] unset SSH_AGENT_PID; [2021-04-01T01:55:07.608Z] echo Agent pid 17 killed; [2021-04-01T01:55:07.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T01:55:07.821Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T01:55:07.821Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T01:55:07.982Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T01:55:07.985Z] $ docker exec ba3d869c0b4cd82e2b996ece895dda4c68c07212f23b21aee16b4a4aca72e6c2 ssh-agent [2021-04-01T01:55:08.138Z] SSH_AUTH_SOCK=/tmp/ssh-IQUXzvuAjjKB/agent.47 [2021-04-01T01:55:08.138Z] SSH_AGENT_PID=52 [2021-04-01T01:55:08.145Z] Running ssh-add (command line suppressed) [2021-04-01T01:55:08.252Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_3022908694791635306.key (/w/workspace/edgex-go/5@tmp/private_key_3022908694791635306.key) [2021-04-01T01:55:08.303Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T01:55:08.636Z] + git semver init [2021-04-01T01:55:08.636Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T01:55:08.636Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-04-01T01:55:08.636Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-04-01T01:55:08.636Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T01:55:08.636Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T01:55:08.636Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T01:55:08.636Z] # $SEMVER_BRANCH = PR-3313 [2021-04-01T01:55:08.636Z] # $SEMVER_TEMP = /tmp/semver-307077918 [2021-04-01T01:55:08.636Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-01T01:55:26.805Z] # '/tmp/semver-307077918' -> '/w/workspace/edgex-go/5/.semver' [2021-04-01T01:55:26.805Z] # -> Force: false [2021-04-01T01:55:26.805Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-04-01T01:55:26.817Z] $ docker exec --env ******** --env ******** ba3d869c0b4cd82e2b996ece895dda4c68c07212f23b21aee16b4a4aca72e6c2 ssh-agent -k [2021-04-01T01:55:26.986Z] unset SSH_AUTH_SOCK; [2021-04-01T01:55:26.986Z] unset SSH_AGENT_PID; [2021-04-01T01:55:26.986Z] echo Agent pid 52 killed; [2021-04-01T01:55:27.048Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T01:55:27.510Z] + git semver [Pipeline] } [2021-04-01T01:55:27.527Z] $ docker stop --time=1 ba3d869c0b4cd82e2b996ece895dda4c68c07212f23b21aee16b4a4aca72e6c2 [2021-04-01T01:55:29.105Z] $ docker rm -f ba3d869c0b4cd82e2b996ece895dda4c68c07212f23b21aee16b4a4aca72e6c2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T01:55:29.652Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T01:55:30.163Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T01:55:30.166Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T01:55:31.111Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T01:55:31.406Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T01:55:31.705Z] + sudo service docker restart [2021-04-01T01:55:31.705Z] + true [2021-04-01T01:55:31.705Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-01T01:55:32.294Z] ========================================================= [2021-04-01T01:55:32.294Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T01:55:32.294Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:55:32.636Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-01T01:55:35.979Z] Sending build context to Docker daemon 329MB [2021-04-01T01:55:35.979Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T01:55:35.979Z] Step 2/6 : FROM ${BASE} [2021-04-01T01:55:35.979Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T01:55:35.979Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T01:55:35.979Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T01:55:35.979Z] de9db76c5a1d: Pulling fs layer [2021-04-01T01:55:35.979Z] bca2f99d35d6: Pulling fs layer [2021-04-01T01:55:35.979Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T01:55:35.979Z] 7c6f9722023f: Pulling fs layer [2021-04-01T01:55:35.979Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T01:55:35.979Z] 93359f2a8cfa: Waiting [2021-04-01T01:55:35.979Z] 7c6f9722023f: Waiting [2021-04-01T01:55:35.979Z] a35cf1a2eb13: Waiting [2021-04-01T01:55:35.979Z] bca2f99d35d6: Waiting [2021-04-01T01:55:35.979Z] de9db76c5a1d: Download complete [2021-04-01T01:55:35.979Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T01:55:35.979Z] 0ef7d3d256c8: Download complete [2021-04-01T01:55:35.979Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T01:55:35.979Z] 93359f2a8cfa: Download complete [2021-04-01T01:55:35.979Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T01:55:35.979Z] 7c6f9722023f: Verifying Checksum [2021-04-01T01:55:35.979Z] 7c6f9722023f: Download complete [2021-04-01T01:55:36.556Z] 188c0c94c7c5: Pull complete [2021-04-01T01:55:36.556Z] 0ef7d3d256c8: Pull complete [2021-04-01T01:55:36.818Z] de9db76c5a1d: Pull complete [2021-04-01T01:55:38.211Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T01:55:38.211Z] a35cf1a2eb13: Download complete [2021-04-01T01:55:38.797Z] bca2f99d35d6: Verifying Checksum [2021-04-01T01:55:38.797Z] bca2f99d35d6: Download complete [2021-04-01T01:55:44.114Z] bca2f99d35d6: Pull complete [2021-04-01T01:55:44.114Z] 93359f2a8cfa: Pull complete [2021-04-01T01:55:44.114Z] 7c6f9722023f: Pull complete [2021-04-01T01:55:45.558Z] Still waiting to schedule task [2021-04-01T01:55:45.558Z] ‘prd-ubuntu18.04-docker-8c-8g-32377’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32388’ is offline [2021-04-01T01:55:48.348Z] a35cf1a2eb13: Pull complete [2021-04-01T01:55:48.348Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T01:55:48.348Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T01:55:48.348Z] ---> a62c8e92a672 [2021-04-01T01:55:48.348Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-01T01:55:48.348Z] ---> Running in 5498f68520aa [2021-04-01T01:55:48.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:50.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:55:51.702Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T01:55:51.963Z] (2/12) Installing file (5.38-r0) [2021-04-01T01:55:52.225Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T01:55:52.225Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T01:55:57.522Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T01:55:57.522Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T01:55:57.783Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T01:55:57.783Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T01:55:57.783Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T01:55:58.046Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T01:55:58.046Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T01:55:58.046Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T01:55:58.310Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T01:55:58.310Z] OK: 233 MiB in 51 packages [2021-04-01T01:56:02.531Z] Removing intermediate container 5498f68520aa [2021-04-01T01:56:02.531Z] ---> 2dc0c035e0e8 [2021-04-01T01:56:02.531Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T01:56:02.531Z] ---> Running in 61038a0d1a31 [2021-04-01T01:56:02.531Z] Removing intermediate container 61038a0d1a31 [2021-04-01T01:56:02.531Z] ---> 3ec17c100e1a [2021-04-01T01:56:02.531Z] Step 5/6 : COPY go.mod . [2021-04-01T01:56:02.531Z] ---> d3ea8473eb78 [2021-04-01T01:56:02.531Z] Step 6/6 : RUN go mod download [2021-04-01T01:56:02.531Z] ---> Running in a0d96ece4ca4 [2021-04-01T01:56:24.545Z] Removing intermediate container a0d96ece4ca4 [2021-04-01T01:56:24.545Z] ---> 4b466d114209 [2021-04-01T01:56:24.545Z] Successfully built 4b466d114209 [2021-04-01T01:56:24.545Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:56:24.862Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T01:56:24.862Z] . [Pipeline] withDockerContainer [2021-04-01T01:56:24.959Z] prd-centos7-docker-4c-2g-32387 does not seem to be running inside a container [2021-04-01T01:56:25.006Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T01:56:25.868Z] $ docker top c94b7006fe0827c6d6130b87f0e7126d9b555d15fd522cfe4db8e5d8a6e1dbbd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T01:56:26.372Z] + go version [2021-04-01T01:56:26.372Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T01:56:26.387Z] $ docker stop --time=1 c94b7006fe0827c6d6130b87f0e7126d9b555d15fd522cfe4db8e5d8a6e1dbbd [2021-04-01T01:56:27.707Z] $ docker rm -f c94b7006fe0827c6d6130b87f0e7126d9b555d15fd522cfe4db8e5d8a6e1dbbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:56:28.471Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T01:56:28.471Z] . [Pipeline] withDockerContainer [2021-04-01T01:56:28.563Z] prd-centos7-docker-4c-2g-32387 does not seem to be running inside a container [2021-04-01T01:56:28.607Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T01:56:29.240Z] $ docker top fd8f21e4b407ed3c1abe36a7aa64420c1935ceccf4df75778016f5963c255a3e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T01:56:29.478Z] ========================================================= [2021-04-01T01:56:29.478Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T01:56:29.478Z] ========================================================= [Pipeline] sh [2021-04-01T01:56:29.768Z] + make test [2021-04-01T01:56:29.768Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T01:56:39.814Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T01:56:54.828Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T01:56:59.115Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T01:56:59.115Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T01:56:59.115Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T01:57:02.473Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T01:57:02.473Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T01:57:02.473Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T01:57:02.473Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T01:57:02.746Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T01:57:03.324Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T01:57:05.898Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T01:57:05.898Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T01:57:05.898Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T01:57:08.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 45.9% of statements [2021-04-01T01:57:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T01:57:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T01:57:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T01:57:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T01:57:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T01:57:08.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T01:57:08.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.073s coverage: 19.8% of statements [2021-04-01T01:57:08.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.072s coverage: 100.0% of statements [2021-04-01T01:57:10.469Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.1% of statements [2021-04-01T01:57:10.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T01:57:10.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T01:57:10.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T01:57:10.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T01:57:10.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T01:57:10.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T01:57:10.469Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-04-01T01:57:10.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T01:57:10.469Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-04-01T01:57:10.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T01:57:10.469Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T01:57:10.743Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements [2021-04-01T01:57:10.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T01:57:10.743Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T01:57:11.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.167s coverage: 82.9% of statements [2021-04-01T01:57:11.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T01:57:11.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:57:11.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-04-01T01:57:11.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T01:57:14.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.304s coverage: 28.6% of statements [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T01:57:14.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T01:57:14.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T01:57:14.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T01:57:14.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T01:57:14.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.111s coverage: 78.3% of statements [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T01:57:14.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T01:57:16.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.313s coverage: 92.8% of statements [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T01:57:16.335Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T01:57:16.335Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 1.0% of statements [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T01:57:16.335Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T01:57:16.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 47.1% of statements [2021-04-01T01:57:16.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.068s coverage: 79.5% of statements [2021-04-01T01:57:16.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-04-01T01:57:16.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2021-04-01T01:57:16.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2021-04-01T01:57:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2021-04-01T01:57:29.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-04-01T01:57:31.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.232s coverage: 82.6% of statements [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.088s coverage: 92.9% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.6% of statements [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.6% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.358s coverage: 69.0% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 38.4% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.1% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.697s coverage: 29.1% of statements [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T01:57:41.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T01:57:41.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T01:57:41.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.070s coverage: 100.0% of statements [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T01:57:41.618Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.119s coverage: 95.0% of statements [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T01:57:41.618Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T01:57:41.618Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T01:57:41.618Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T01:57:41.618Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T01:57:41.618Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-04-01T01:57:41.618Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2021-04-01T01:57:41.618Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-04-01T01:57:42.193Z] GO111MODULE=on go vet ./... [2021-04-01T01:58:08.939Z] gofmt -l . [2021-04-01T01:58:08.939Z] [ "`gofmt -l .`" = "" ] [2021-04-01T01:58:08.939Z] ./bin/test-go-mod-tidy.sh [2021-04-01T01:58:08.939Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T01:58:09.251Z] + ls -al . [2021-04-01T01:58:09.251Z] total 780 [2021-04-01T01:58:09.251Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 01:58 . [2021-04-01T01:58:09.251Z] drwxr-xr-x 4 root root 28 Apr 1 01:56 .. [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 01:54 .dockerignore [2021-04-01T01:58:09.251Z] drwxrwxr-x 8 1001 1001 179 Apr 1 01:54 .git [2021-04-01T01:58:09.251Z] drwxrwxr-x 3 1001 1001 125 Apr 1 01:54 .github [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 01:54 .gitignore [2021-04-01T01:58:09.251Z] drwx------ 3 1001 1001 60 Apr 1 01:55 .semver [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 01:54 .sonarcloud.properties [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 01:54 Attribution.txt [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 01:54 CONTRIBUTING.md [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 01:54 Dockerfile.build [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 01:54 Jenkinsfile [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 01:54 LICENSE [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 01:54 Makefile [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 01:54 README.md [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 01:54 SECURITY.md [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 01:55 VERSION [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 01:54 ZMQWindows.md [2021-04-01T01:58:09.251Z] drwxrwxr-x 2 1001 1001 117 Apr 1 01:54 bin [2021-04-01T01:58:09.251Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 01:54 cmd [2021-04-01T01:58:09.251Z] -rw-r--r-- 1 root root 669470 Apr 1 01:57 coverage.out [2021-04-01T01:58:09.251Z] -rw-r--r-- 1 root root 1056 Apr 1 01:58 go.mod [2021-04-01T01:58:09.251Z] -rw-r--r-- 1 root root 22360 Apr 1 01:58 go.sum [2021-04-01T01:58:09.251Z] drwxrwxr-x 8 1001 1001 127 Apr 1 01:54 internal [2021-04-01T01:58:09.251Z] drwxrwxr-x 4 1001 1001 26 Apr 1 01:54 openapi [2021-04-01T01:58:09.251Z] drwxrwxr-x 4 1001 1001 71 Apr 1 01:54 snap [2021-04-01T01:58:09.251Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 01:54 version.go [Pipeline] sh [2021-04-01T01:58:09.560Z] + '[' -e coverage.out ] [2021-04-01T01:58:09.560Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T01:58:09.759Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T01:58:10.063Z] + make build [2021-04-01T01:58:10.063Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T01:58:14.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T01:58:22.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T01:58:22.590Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T01:58:24.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T01:58:24.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T01:58:25.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T01:58:27.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T01:58:28.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T01:58:29.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T01:58:30.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T01:58:31.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-01T01:58:33.688Z] $ docker stop --time=1 fd8f21e4b407ed3c1abe36a7aa64420c1935ceccf4df75778016f5963c255a3e [2021-04-01T01:58:35.230Z] $ docker rm -f fd8f21e4b407ed3c1abe36a7aa64420c1935ceccf4df75778016f5963c255a3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:58:37.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T01:58:37.092Z] [2021-04-01T01:58:37.092Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:58:37.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T01:58:37.439Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-01T01:58:37.439Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-01T01:58:37.439Z] ca9280d653b3: Pulling fs layer [2021-04-01T01:58:37.439Z] 7e9c9ca2126c: Pulling fs layer [2021-04-01T01:58:38.396Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-01T01:58:38.396Z] cbdbe7a5bc2a: Download complete [2021-04-01T01:58:38.396Z] ca9280d653b3: Verifying Checksum [2021-04-01T01:58:38.396Z] ca9280d653b3: Download complete [2021-04-01T01:58:38.658Z] cbdbe7a5bc2a: Pull complete [2021-04-01T01:58:39.609Z] 7e9c9ca2126c: Download complete [2021-04-01T01:58:39.609Z] ca9280d653b3: Pull complete [2021-04-01T01:58:44.942Z] 7e9c9ca2126c: Pull complete [2021-04-01T01:58:44.942Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-01T01:58:44.942Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T01:58:44.942Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-01T01:58:45.070Z] prd-centos7-docker-4c-2g-32387 does not seem to be running inside a container [2021-04-01T01:58:45.115Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T01:58:48.138Z] $ docker top 2bb6832ff3a59d83181cd5cfcbdd473ada010257f81f9d1b441038cbe34dd251 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T01:58:48.643Z] + docker-compose build --help [2021-04-01T01:58:48.643Z] + grep parallel [2021-04-01T01:58:49.587Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T01:58:49.601Z] $ docker stop --time=1 2bb6832ff3a59d83181cd5cfcbdd473ada010257f81f9d1b441038cbe34dd251 [2021-04-01T01:58:50.932Z] $ docker rm -f 2bb6832ff3a59d83181cd5cfcbdd473ada010257f81f9d1b441038cbe34dd251 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:58:51.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T01:58:51.533Z] . [Pipeline] withDockerContainer [2021-04-01T01:58:51.625Z] prd-centos7-docker-4c-2g-32387 does not seem to be running inside a container [2021-04-01T01:58:51.670Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-01T01:58:52.445Z] $ docker top 40af9e0283541ddfa160f08f84659f622ada905b402146e378d1268167806fbc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T01:58:52.925Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T01:58:53.872Z] Building docker-core-command-go ... [2021-04-01T01:58:53.872Z] Building docker-core-data-go ... [2021-04-01T01:58:53.872Z] Building docker-core-metadata-go ... [2021-04-01T01:58:53.872Z] Building docker-security-bootstrapper-go ... [2021-04-01T01:58:53.872Z] Building docker-security-proxy-setup-go ... [2021-04-01T01:58:53.872Z] Building docker-security-secretstore-setup-go ... [2021-04-01T01:58:53.872Z] Building docker-support-notifications-go ... [2021-04-01T01:58:53.872Z] Building docker-support-scheduler-go ... [2021-04-01T01:58:53.872Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T01:58:53.872Z] Building docker-support-notifications-go [2021-04-01T01:58:53.872Z] Building docker-security-bootstrapper-go [2021-04-01T01:58:53.872Z] Building docker-security-proxy-setup-go [2021-04-01T01:58:53.872Z] Building docker-core-data-go [2021-04-01T01:58:53.872Z] Building docker-support-scheduler-go [2021-04-01T01:59:17.121Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32389 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws [2021-04-01T01:59:17.175Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-01T01:59:23.058Z] using credential edgex-jenkins-ssh [2021-04-01T01:59:23.153Z] Cloning the remote Git repository [2021-04-01T01:59:23.235Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T01:59:23.372Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-01T01:59:23.469Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T01:59:23.470Z] > git --version # timeout=10 [2021-04-01T01:59:23.487Z] > git --version # 'git version 2.17.1' [2021-04-01T01:59:23.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T01:59:23.590Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T01:59:26.441Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:59:26.441Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:59:26.441Z] ---> 4b466d114209 [2021-04-01T01:59:26.441Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T01:59:26.441Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:59:26.441Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:59:26.441Z] ---> 4b466d114209 [2021-04-01T01:59:26.441Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T01:59:26.441Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:59:26.441Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:59:26.441Z] ---> 4b466d114209 [2021-04-01T01:59:26.441Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T01:59:26.441Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:59:26.441Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:59:26.441Z] ---> 4b466d114209 [2021-04-01T01:59:26.441Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T01:59:26.441Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T01:59:26.441Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T01:59:26.441Z] ---> 4b466d114209 [2021-04-01T01:59:26.441Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T01:59:26.441Z] ---> Running in bcadd5068feb [2021-04-01T01:59:26.441Z] ---> Running in 2d8a4fe2799c [2021-04-01T01:59:26.441Z] ---> Running in 9246e59f9a93 [2021-04-01T01:59:26.441Z] ---> Running in 848bb18ab4fb [2021-04-01T01:59:26.441Z] ---> Running in 44f996053039 [2021-04-01T01:59:26.441Z] Removing intermediate container 44f996053039 [2021-04-01T01:59:26.441Z] ---> afa52b3d0234 [2021-04-01T01:59:26.441Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:59:26.441Z] Removing intermediate container 2d8a4fe2799c [2021-04-01T01:59:26.441Z] ---> eec276b0e19b [2021-04-01T01:59:26.441Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:59:26.441Z] Removing intermediate container 9246e59f9a93 [2021-04-01T01:59:26.441Z] ---> 30216031a595 [2021-04-01T01:59:26.441Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:59:26.441Z] Removing intermediate container 848bb18ab4fb [2021-04-01T01:59:26.441Z] ---> a8bc8270b7e7 [2021-04-01T01:59:26.441Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:59:26.441Z] Removing intermediate container bcadd5068feb [2021-04-01T01:59:26.441Z] ---> 868a548af52e [2021-04-01T01:59:26.441Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T01:59:26.441Z] ---> Running in 38a89f6859bf [2021-04-01T01:59:26.441Z] ---> Running in 63d7a5762871 [2021-04-01T01:59:26.441Z] ---> Running in 536a30756ea5 [2021-04-01T01:59:26.441Z] ---> Running in c37f33630880 [2021-04-01T01:59:26.441Z] ---> Running in 3087c0eb0636 [2021-04-01T01:59:27.420Z] Removing intermediate container 536a30756ea5 [2021-04-01T01:59:27.420Z] ---> 5a3ddd966c17 [2021-04-01T01:59:27.420Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T01:59:27.682Z] Removing intermediate container 38a89f6859bf [2021-04-01T01:59:27.682Z] ---> Running in 88d250545002 [2021-04-01T01:59:27.682Z] ---> c49b9acc5e17 [2021-04-01T01:59:27.682Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T01:59:27.944Z] Removing intermediate container 63d7a5762871 [2021-04-01T01:59:27.944Z] ---> d59e13d16e48 [2021-04-01T01:59:27.944Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T01:59:27.944Z] Removing intermediate container 3087c0eb0636 [2021-04-01T01:59:27.944Z] ---> cbb38d2b305c [2021-04-01T01:59:27.944Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T01:59:28.206Z] ---> Running in 733a5e95d14b [2021-04-01T01:59:28.206Z] ---> Running in a771f4e33516 [2021-04-01T01:59:28.206Z] Removing intermediate container c37f33630880 [2021-04-01T01:59:28.206Z] ---> 67065d716ed7 [2021-04-01T01:59:28.206Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T01:59:28.206Z] ---> Running in 5f59640cb939 [2021-04-01T01:59:28.481Z] ---> Running in 842d5879dd0a [2021-04-01T01:59:28.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:28.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:29.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:29.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:29.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:29.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:29.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:29.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:29.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:30.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T01:59:30.063Z] OK: 233 MiB in 51 packages [2021-04-01T01:59:30.325Z] OK: 233 MiB in 51 packages [2021-04-01T01:59:30.325Z] OK: 233 MiB in 51 packages [2021-04-01T01:59:30.590Z] Removing intermediate container 88d250545002 [2021-04-01T01:59:30.590Z] ---> 5b9a05e37a79 [2021-04-01T01:59:30.590Z] Step 6/22 : COPY go.mod . [2021-04-01T01:59:30.590Z] OK: 233 MiB in 51 packages [2021-04-01T01:59:30.590Z] OK: 233 MiB in 51 packages [2021-04-01T01:59:30.851Z] ---> 92c0ff1c51e0 [2021-04-01T01:59:30.851Z] Step 7/22 : RUN go mod download [2021-04-01T01:59:31.114Z] ---> Running in f9b6e03e3d6a [2021-04-01T01:59:31.114Z] Removing intermediate container 733a5e95d14b [2021-04-01T01:59:31.114Z] ---> f9fd860fb957 [2021-04-01T01:59:31.114Z] Step 6/21 : COPY go.mod . [2021-04-01T01:59:31.379Z] Removing intermediate container a771f4e33516 [2021-04-01T01:59:31.379Z] ---> 84cd9330776c [2021-04-01T01:59:31.379Z] Step 6/23 : COPY go.mod . [2021-04-01T01:59:31.656Z] Removing intermediate container 5f59640cb939 [2021-04-01T01:59:31.656Z] ---> 3dc6970fea24 [2021-04-01T01:59:31.656Z] Step 6/31 : COPY go.mod . [2021-04-01T01:59:31.656Z] ---> 35aba936d759 [2021-04-01T01:59:31.656Z] Step 7/21 : RUN go mod download [2021-04-01T01:59:31.656Z] Removing intermediate container 842d5879dd0a [2021-04-01T01:59:31.656Z] ---> 4e9f1532b11c [2021-04-01T01:59:31.656Z] Step 6/22 : COPY go.mod . [2021-04-01T01:59:31.656Z] ---> 8c2cca487c04 [2021-04-01T01:59:31.656Z] Step 7/23 : RUN go mod download [2021-04-01T01:59:31.918Z] ---> Running in 1afe4f5025c3 [2021-04-01T01:59:31.918Z] ---> Running in 910effc7cb50 [2021-04-01T01:59:32.186Z] ---> 35daa9790d79 [2021-04-01T01:59:32.186Z] Step 7/22 : RUN go mod download [2021-04-01T01:59:32.186Z] ---> d1c4ffa230e6 [2021-04-01T01:59:32.186Z] Step 7/31 : RUN go mod download [2021-04-01T01:59:32.186Z] ---> Running in f5ddce481bb2 [2021-04-01T01:59:32.186Z] ---> Running in 91ee0052fe6c [2021-04-01T01:59:33.153Z] Removing intermediate container f9b6e03e3d6a [2021-04-01T01:59:33.153Z] ---> 648b5982c73c [2021-04-01T01:59:33.153Z] Step 8/22 : COPY . . [2021-04-01T01:59:35.087Z] Removing intermediate container 1afe4f5025c3 [2021-04-01T01:59:35.087Z] ---> cf448dc08262 [2021-04-01T01:59:35.087Z] Step 8/21 : COPY . . [2021-04-01T01:59:35.351Z] Removing intermediate container 910effc7cb50 [2021-04-01T01:59:35.351Z] ---> 084d3f383dd6 [2021-04-01T01:59:35.351Z] Step 8/23 : COPY . . [2021-04-01T01:59:39.583Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T01:59:39.612Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T01:59:39.646Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T01:59:40.592Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T01:59:40.693Z] Removing intermediate container 91ee0052fe6c [2021-04-01T01:59:40.693Z] ---> a52b872bf46d [2021-04-01T01:59:40.693Z] Step 8/22 : COPY . . [2021-04-01T01:59:40.693Z] Removing intermediate container f5ddce481bb2 [2021-04-01T01:59:40.693Z] ---> a1079f605127 [2021-04-01T01:59:40.693Z] Step 8/31 : COPY . . [2021-04-01T01:59:41.258Z] Merge succeeded, producing c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T01:59:41.258Z] Checking out Revision c3328f26461253727c245ad87f3db063bee73d24 (PR-3313) [2021-04-01T01:59:39.696Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T01:59:39.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T01:59:39.711Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T01:59:40.663Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T01:59:40.708Z] > git checkout -f c3328f26461253727c245ad87f3db063bee73d24 # timeout=10 [2021-04-01T01:59:41.106Z] > git remote # timeout=10 [2021-04-01T01:59:41.124Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T01:59:41.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T01:59:41.158Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-04-01T01:59:41.189Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T01:59:41.269Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T01:59:41.281Z] > git checkout -f c3328f26461253727c245ad87f3db063bee73d24 # timeout=10 [2021-04-01T01:59:45.910Z] Commit message: "docs: Remove RequestId from the example of swagger doc" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T01:59:47.481Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T01:59:47.948Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T01:59:48.287Z] + + sudo service docker restart [2021-04-01T01:59:48.287Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T01:59:50.346Z] provisioning config files... [2021-04-01T01:59:50.392Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1487534667544485320tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T01:59:50.800Z] ---> docker-login.sh [2021-04-01T01:59:50.800Z] nexus3.edgexfoundry.org:10001 [2021-04-01T01:59:51.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:59:52.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:59:52.062Z] Configure a credential helper to remove this warning. See [2021-04-01T01:59:52.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:59:52.062Z] [2021-04-01T01:59:52.062Z] Login Succeeded [2021-04-01T01:59:52.062Z] nexus3.edgexfoundry.org:10002 [2021-04-01T01:59:52.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:59:52.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:59:52.613Z] Configure a credential helper to remove this warning. See [2021-04-01T01:59:52.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:59:52.613Z] [2021-04-01T01:59:52.613Z] Login Succeeded [2021-04-01T01:59:52.613Z] nexus3.edgexfoundry.org:10003 [2021-04-01T01:59:52.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:59:53.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:59:53.172Z] Configure a credential helper to remove this warning. See [2021-04-01T01:59:53.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:59:53.172Z] [2021-04-01T01:59:53.172Z] Login Succeeded [2021-04-01T01:59:53.172Z] nexus3.edgexfoundry.org:10004 [2021-04-01T01:59:53.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:59:53.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:59:53.736Z] Configure a credential helper to remove this warning. See [2021-04-01T01:59:53.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:59:53.736Z] [2021-04-01T01:59:53.736Z] Login Succeeded [2021-04-01T01:59:53.736Z] docker.io [2021-04-01T01:59:54.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T01:59:54.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T01:59:54.606Z] Configure a credential helper to remove this warning. See [2021-04-01T01:59:54.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T01:59:54.606Z] [2021-04-01T01:59:54.606Z] Login Succeeded [2021-04-01T01:59:54.606Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T01:59:54.626Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T01:59:55.104Z] ========================================================= [2021-04-01T01:59:55.104Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T01:59:55.104Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T01:59:55.616Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-01T01:59:57.611Z] Sending build context to Docker daemon 167.1MB [2021-04-01T01:59:57.883Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T01:59:57.883Z] Step 2/6 : FROM ${BASE} [2021-04-01T01:59:57.883Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T01:59:57.883Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T01:59:57.883Z] a4357932f1b6: Pulling fs layer [2021-04-01T01:59:57.883Z] 18c013af1878: Pulling fs layer [2021-04-01T01:59:57.883Z] 00ac8860ef70: Pulling fs layer [2021-04-01T01:59:57.883Z] 63d7cb157983: Pulling fs layer [2021-04-01T01:59:57.883Z] b116817d02f9: Pulling fs layer [2021-04-01T01:59:57.883Z] 745a02a5169b: Pulling fs layer [2021-04-01T01:59:57.883Z] 00ac8860ef70: Waiting [2021-04-01T01:59:57.883Z] 63d7cb157983: Waiting [2021-04-01T01:59:57.883Z] b116817d02f9: Waiting [2021-04-01T01:59:57.883Z] 745a02a5169b: Waiting [2021-04-01T01:59:57.883Z] 18c013af1878: Download complete [2021-04-01T01:59:57.883Z] a4357932f1b6: Download complete [2021-04-01T01:59:57.883Z] 63d7cb157983: Verifying Checksum [2021-04-01T01:59:57.883Z] 63d7cb157983: Download complete [2021-04-01T01:59:58.157Z] b116817d02f9: Verifying Checksum [2021-04-01T01:59:58.157Z] b116817d02f9: Download complete [2021-04-01T01:59:58.157Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T01:59:58.157Z] 5f621e34cdf4: Download complete [2021-04-01T01:59:58.752Z] 5f621e34cdf4: Pull complete [2021-04-01T01:59:59.751Z] a4357932f1b6: Pull complete [2021-04-01T02:00:00.030Z] 18c013af1878: Pull complete [2021-04-01T02:00:00.629Z] 745a02a5169b: Verifying Checksum [2021-04-01T02:00:00.629Z] 745a02a5169b: Download complete [2021-04-01T02:00:02.080Z] 00ac8860ef70: Verifying Checksum [2021-04-01T02:00:02.080Z] 00ac8860ef70: Download complete [2021-04-01T02:00:12.270Z] 00ac8860ef70: Pull complete [2021-04-01T02:00:12.270Z] 63d7cb157983: Pull complete [2021-04-01T02:00:12.544Z] b116817d02f9: Pull complete [2021-04-01T02:00:13.167Z] ---> 69cbc872c26e [2021-04-01T02:00:13.167Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T02:00:13.167Z] ---> 39cc5e20e66e [2021-04-01T02:00:13.168Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T02:00:13.168Z] ---> 1f886ad9698f [2021-04-01T02:00:13.168Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T02:00:13.168Z] ---> 9752745dc0b0 [2021-04-01T02:00:13.168Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T02:00:13.168Z] ---> f5b8594cbd72 [2021-04-01T02:00:13.168Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T02:00:13.168Z] ---> Running in d7ba9345a684 [2021-04-01T02:00:13.168Z] ---> Running in 535bd2c2b82b [2021-04-01T02:00:13.744Z] ---> Running in c7858b59eb87 [2021-04-01T02:00:13.744Z] ---> Running in dea77251ee83 [2021-04-01T02:00:13.744Z] ---> Running in e054b22367e0 [2021-04-01T02:00:14.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T02:00:14.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T02:00:14.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T02:00:14.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T02:00:14.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-04-01T02:00:15.961Z] 745a02a5169b: Pull complete [2021-04-01T02:00:16.242Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T02:00:16.242Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T02:00:16.242Z] ---> b7e6874047d6 [2021-04-01T02:00:16.242Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-01T02:00:20.589Z] ---> Running in 8451df23fadf [2021-04-01T02:00:21.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:00:23.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:00:24.157Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T02:00:24.755Z] (2/12) Installing file (5.38-r0) [2021-04-01T02:00:24.755Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T02:00:24.755Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T02:00:29.052Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T02:00:29.052Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T02:00:29.052Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T02:00:29.325Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T02:00:29.325Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T02:00:29.325Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T02:00:29.599Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T02:00:29.599Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T02:00:29.599Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:00:29.599Z] OK: 217 MiB in 51 packages [2021-04-01T02:00:33.908Z] Removing intermediate container 8451df23fadf [2021-04-01T02:00:33.908Z] ---> 5c3224689dde [2021-04-01T02:00:33.908Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T02:00:33.908Z] ---> Running in 7001313a4bc7 [2021-04-01T02:00:34.501Z] Removing intermediate container 7001313a4bc7 [2021-04-01T02:00:34.501Z] ---> 043d4223721f [2021-04-01T02:00:34.501Z] Step 5/6 : COPY go.mod . [2021-04-01T02:00:35.095Z] ---> b83d68c7d125 [2021-04-01T02:00:35.095Z] Step 6/6 : RUN go mod download [2021-04-01T02:00:35.095Z] ---> Running in 77e7b71fdeed [2021-04-01T02:00:47.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T02:00:48.181Z] Removing intermediate container dea77251ee83 [2021-04-01T02:00:48.181Z] ---> 24cbd2dcd0c3 [2021-04-01T02:00:48.181Z] [2021-04-01T02:00:48.181Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T02:00:48.181Z] 3.12: Pulling from library/alpine [2021-04-01T02:00:49.143Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T02:00:49.143Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T02:00:49.143Z] ---> 42cb162f0360 [2021-04-01T02:00:49.143Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T02:00:52.636Z] ---> Running in f8a8f6ab20e1 [2021-04-01T02:00:54.034Z] Removing intermediate container 535bd2c2b82b [2021-04-01T02:00:54.034Z] ---> 64ab86911837 [2021-04-01T02:00:54.034Z] [2021-04-01T02:00:54.034Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T02:00:54.034Z] ---> 42cb162f0360 [2021-04-01T02:00:54.034Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T02:00:54.034Z] Removing intermediate container f8a8f6ab20e1 [2021-04-01T02:00:54.034Z] ---> 9b17de68eb39 [2021-04-01T02:00:54.034Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T02:00:54.034Z] ---> Running in da4059e94598 [2021-04-01T02:00:54.034Z] ---> Running in b767008d4a48 [2021-04-01T02:00:55.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:00:55.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:00:55.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:00:55.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:00:55.304Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T02:00:55.304Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:00:55.304Z] OK: 6 MiB in 15 packages [2021-04-01T02:00:55.304Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T02:00:55.304Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T02:00:55.304Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:00:55.304Z] OK: 6 MiB in 16 packages [2021-04-01T02:00:59.536Z] Removing intermediate container d7ba9345a684 [2021-04-01T02:00:59.536Z] ---> 20ade2a5deee [2021-04-01T02:00:59.536Z] [2021-04-01T02:00:59.536Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T02:00:59.536Z] ---> 42cb162f0360 [2021-04-01T02:00:59.536Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T02:00:59.536Z] Removing intermediate container c7858b59eb87 [2021-04-01T02:00:59.536Z] ---> 1da551319573 [2021-04-01T02:00:59.536Z] [2021-04-01T02:00:59.536Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T02:00:59.536Z] ---> 42cb162f0360 [2021-04-01T02:00:59.536Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T02:00:59.536Z] Removing intermediate container e054b22367e0 [2021-04-01T02:00:59.536Z] ---> 044388bbb7bd [2021-04-01T02:00:59.536Z] [2021-04-01T02:00:59.536Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T02:00:59.536Z] ---> 42cb162f0360 [2021-04-01T02:00:59.536Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T02:00:59.536Z] ---> Running in b27839bc119e [2021-04-01T02:00:59.536Z] ---> Running in be8a302ba9c6 [2021-04-01T02:00:59.536Z] ---> Running in b87fe5ea1e58 [2021-04-01T02:00:59.800Z] Removing intermediate container b767008d4a48 [2021-04-01T02:00:59.800Z] ---> b53418cead78 [2021-04-01T02:00:59.800Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T02:00:59.800Z] Removing intermediate container da4059e94598 [2021-04-01T02:00:59.800Z] ---> 1c65666d42dd [2021-04-01T02:00:59.800Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:01:00.066Z] ---> Running in 2e127e39ec52 [2021-04-01T02:01:00.066Z] ---> Running in 2a379a7ff12c [2021-04-01T02:01:00.066Z] Removing intermediate container be8a302ba9c6 [2021-04-01T02:01:00.066Z] ---> c8192c2d2a0d [2021-04-01T02:01:00.066Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T02:01:00.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:01:00.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:01:00.337Z] ---> Running in 3800d1073ccf [2021-04-01T02:01:00.337Z] Removing intermediate container 2a379a7ff12c [2021-04-01T02:01:00.337Z] ---> 9443987e8c62 [2021-04-01T02:01:00.337Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T02:01:00.337Z] Removing intermediate container 2e127e39ec52 [2021-04-01T02:01:00.337Z] ---> 73948cb05252 [2021-04-01T02:01:00.337Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T02:01:00.600Z] ---> Running in b1fb222661be [2021-04-01T02:01:00.600Z] ---> Running in 2e44e02e12f2 [2021-04-01T02:01:00.600Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T02:01:00.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:01:00.600Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T02:01:00.600Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T02:01:00.600Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T02:01:00.600Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:01:00.600Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T02:01:00.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:01:00.600Z] OK: 7 MiB in 18 packages [2021-04-01T02:01:00.863Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T02:01:00.863Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T02:01:00.863Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:01:00.863Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T02:01:00.863Z] OK: 6 MiB in 16 packages [2021-04-01T02:01:01.336Z] Removing intermediate container 3800d1073ccf [2021-04-01T02:01:01.336Z] ---> c53f21049b2e [2021-04-01T02:01:01.336Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T02:01:01.894Z] Removing intermediate container 77e7b71fdeed [2021-04-01T02:01:01.894Z] ---> 695c38e42491 [2021-04-01T02:01:01.894Z] Successfully built 695c38e42491 [2021-04-01T02:01:01.894Z] Successfully tagged ci-base-image-arm64:latest [2021-04-01T02:01:01.917Z] ---> Running in cea17b80e4a6 [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:01:02.256Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T02:01:02.256Z] . [Pipeline] withDockerContainer [2021-04-01T02:01:02.493Z] Removing intermediate container 2e44e02e12f2 [2021-04-01T02:01:02.493Z] ---> 9553396ce33c [2021-04-01T02:01:02.493Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T02:01:02.493Z] Removing intermediate container b1fb222661be [2021-04-01T02:01:02.493Z] ---> 0e4574182e36 [2021-04-01T02:01:02.493Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T02:01:02.513Z] prd-ubuntu18.04-docker-arm64-4c-16g-32389 does not seem to be running inside a container [2021-04-01T02:01:02.604Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T02:01:02.757Z] ---> Running in 51c9885b0a10 [2021-04-01T02:01:02.757Z] ---> Running in 02410cdc125d [2021-04-01T02:01:02.757Z] Removing intermediate container cea17b80e4a6 [2021-04-01T02:01:02.757Z] ---> 726a3b273165 [2021-04-01T02:01:02.757Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:01:04.157Z] ---> Running in 920c33b9e850 [2021-04-01T02:01:04.157Z] Removing intermediate container b27839bc119e [2021-04-01T02:01:04.157Z] ---> ca5d1d012373 [2021-04-01T02:01:04.157Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T02:01:04.157Z] Removing intermediate container b87fe5ea1e58 [2021-04-01T02:01:04.157Z] ---> ae32856cdfa8 [2021-04-01T02:01:04.157Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:01:04.157Z] Removing intermediate container 51c9885b0a10 [2021-04-01T02:01:04.157Z] ---> 5411c35006ee [2021-04-01T02:01:04.157Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:01:04.274Z] $ docker top caae6adcc079a5b8ccb29d41f078a0d4fe762215acb56c97ea9bba3897eb743b -eo pid,comm [2021-04-01T02:01:04.420Z] ---> Running in 31212423248e [2021-04-01T02:01:04.420Z] ---> Running in 6af0b0d88515 [Pipeline] { [Pipeline] sh [2021-04-01T02:01:04.687Z] ---> 7fb0042dfc17 [2021-04-01T02:01:04.687Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T02:01:04.687Z] Removing intermediate container 31212423248e [2021-04-01T02:01:04.687Z] ---> 398b6f27bee4 [2021-04-01T02:01:04.687Z] Step 13/21 : WORKDIR /edgex [2021-04-01T02:01:04.687Z] Removing intermediate container 6af0b0d88515 [2021-04-01T02:01:04.687Z] ---> b8954b069287 [2021-04-01T02:01:04.687Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T02:01:04.948Z] ---> Running in ce4fd7562297 [2021-04-01T02:01:05.210Z] ---> Running in e3747ba3aac2 [2021-04-01T02:01:05.309Z] + go version [2021-04-01T02:01:05.309Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T02:01:05.339Z] $ docker stop --time=1 caae6adcc079a5b8ccb29d41f078a0d4fe762215acb56c97ea9bba3897eb743b [2021-04-01T02:01:05.472Z] Removing intermediate container ce4fd7562297 [2021-04-01T02:01:05.472Z] ---> e1cfcf5e0747 [2021-04-01T02:01:05.472Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T02:01:05.735Z] ---> 1d6abf77262d [2021-04-01T02:01:05.735Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T02:01:05.735Z] Removing intermediate container e3747ba3aac2 [2021-04-01T02:01:05.735Z] ---> a65df630d91b [2021-04-01T02:01:05.735Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T02:01:05.735Z] Removing intermediate container 02410cdc125d [2021-04-01T02:01:05.735Z] ---> b06f05bab1a9 [2021-04-01T02:01:05.735Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T02:01:06.022Z] ---> Running in d4deb9be813e [2021-04-01T02:01:06.022Z] ---> Running in 362f0c42af8c [2021-04-01T02:01:06.022Z] Removing intermediate container 920c33b9e850 [2021-04-01T02:01:06.022Z] ---> 01002e7bd053 [2021-04-01T02:01:06.022Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T02:01:06.022Z] ---> fc468dd8fa71 [2021-04-01T02:01:06.022Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T02:01:06.022Z] ---> Running in 09a62a691f1a [2021-04-01T02:01:06.284Z] ---> 034154bfb6ff [2021-04-01T02:01:06.284Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T02:01:06.284Z] Removing intermediate container d4deb9be813e [2021-04-01T02:01:06.284Z] ---> bb943fdae27d [2021-04-01T02:01:06.284Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:01:06.545Z] Removing intermediate container 362f0c42af8c [2021-04-01T02:01:06.545Z] ---> 39c1a3d048f3 [2021-04-01T02:01:06.545Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T02:01:06.545Z] ---> Running in 1a687b77bcb8 [2021-04-01T02:01:06.808Z] ---> 190081539632 [2021-04-01T02:01:06.808Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T02:01:06.808Z] Removing intermediate container 1a687b77bcb8 [2021-04-01T02:01:06.808Z] ---> 473177270eca [2021-04-01T02:01:06.808Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:01:06.808Z] ---> 97716cbef17b [2021-04-01T02:01:06.808Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T02:01:06.808Z] ---> 5e116993ee83 [2021-04-01T02:01:06.808Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T02:01:07.070Z] ---> Running in c993879b9907 [2021-04-01T02:01:07.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:01:07.340Z] ---> Running in 1ea7f2c79754 [2021-04-01T02:01:07.406Z] $ docker rm -f caae6adcc079a5b8ccb29d41f078a0d4fe762215acb56c97ea9bba3897eb743b [2021-04-01T02:01:07.602Z] Removing intermediate container c993879b9907 [2021-04-01T02:01:07.602Z] ---> d512be1ac32b [2021-04-01T02:01:07.602Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T02:01:07.602Z] ---> 5f1d232026db [2021-04-01T02:01:07.602Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-04-01T02:01:07.868Z] ---> c395e06d25b5 [2021-04-01T02:01:07.868Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T02:01:07.868Z] ---> Running in 8d1a6d1a07b5 [2021-04-01T02:01:07.868Z] ---> Running in 402aa9dc6a6c [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-04-01T02:01:08.134Z] Removing intermediate container 8d1a6d1a07b5 [2021-04-01T02:01:08.134Z] ---> a34599bdd6e1 [2021-04-01T02:01:08.134Z] Step 21/22 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:01:08.134Z] ---> c1f041ed2c10 [2021-04-01T02:01:08.134Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T02:01:08.134Z] Removing intermediate container 402aa9dc6a6c [2021-04-01T02:01:08.134Z] ---> 9ebd83730f3a [2021-04-01T02:01:08.134Z] Step 18/21 : CMD ["--init=true"] [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:01:08.398Z] ---> Running in 2ccebd1b7364 [2021-04-01T02:01:08.531Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T02:01:08.531Z] . [Pipeline] withDockerContainer [2021-04-01T02:01:08.819Z] prd-ubuntu18.04-docker-arm64-4c-16g-32389 does not seem to be running inside a container [2021-04-01T02:01:08.917Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T02:01:08.974Z] ---> Running in 8da5f7a9f76a [2021-04-01T02:01:08.975Z] ---> Running in 8ca2acda5ade [2021-04-01T02:01:08.975Z] Removing intermediate container 2ccebd1b7364 [2021-04-01T02:01:08.975Z] ---> 6e0335ca163e [2021-04-01T02:01:08.975Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T02:01:09.240Z] ---> Running in 015a9540d124 [2021-04-01T02:01:09.240Z] Removing intermediate container 8da5f7a9f76a [2021-04-01T02:01:09.240Z] ---> 58b9bcd3831d [2021-04-01T02:01:09.240Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:01:09.240Z] Removing intermediate container 8ca2acda5ade [2021-04-01T02:01:09.240Z] ---> 4e1dadec5bef [2021-04-01T02:01:09.240Z] Step 19/21 : LABEL arch=x86_64 [2021-04-01T02:01:09.502Z] ---> Running in 577a46933596 [2021-04-01T02:01:09.502Z] ---> Running in 6a99114136e4 [2021-04-01T02:01:09.502Z] Removing intermediate container 015a9540d124 [2021-04-01T02:01:09.502Z] ---> fe2c676299b8 [2021-04-01T02:01:09.502Z] [2021-04-01T02:01:09.764Z] Removing intermediate container 1ea7f2c79754 [2021-04-01T02:01:09.764Z] ---> 60a93fc7845a [2021-04-01T02:01:09.764Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:01:09.764Z] Removing intermediate container 6a99114136e4 [2021-04-01T02:01:09.764Z] ---> 75d389e40a7a [2021-04-01T02:01:09.764Z] Step 20/21 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:01:09.764Z] Removing intermediate container 577a46933596 [2021-04-01T02:01:09.764Z] ---> c73fc9fe0ea3 [2021-04-01T02:01:09.764Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T02:01:09.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:01:09.764Z] Successfully built fe2c676299b8 [2021-04-01T02:01:10.032Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-01T02:01:10.032Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-04-01T02:01:10.032Z] ---> Running in 50a5d8182885 [2021-04-01T02:01:10.032Z] ---> Running in 5bfa4c2becfe [2021-04-01T02:01:10.032Z] ---> 0a4a72ba0a97 [2021-04-01T02:01:10.032Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T02:01:10.306Z] Removing intermediate container 50a5d8182885 [2021-04-01T02:01:10.306Z] ---> 22ff120bf17a [2021-04-01T02:01:10.306Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T02:01:10.306Z] Removing intermediate container 5bfa4c2becfe [2021-04-01T02:01:10.306Z] ---> 09fd07835ccd [2021-04-01T02:01:10.306Z] Step 21/22 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:01:10.306Z] ---> Running in 9a313ab8475c [2021-04-01T02:01:10.306Z] ---> Running in 8c9712c29aeb [2021-04-01T02:01:10.473Z] $ docker top 16d01c4555505d4f2b4595035eb4895a7c1c85db058b364674d8dcc079c58db7 -eo pid,comm [Pipeline] { [2021-04-01T02:01:10.887Z] ---> a79580ac1eee [2021-04-01T02:01:10.887Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T02:01:10.887Z] Removing intermediate container 9a313ab8475c [2021-04-01T02:01:10.887Z] ---> 982fdad2f25a [2021-04-01T02:01:10.887Z] [2021-04-01T02:01:10.887Z] Removing intermediate container 8c9712c29aeb [2021-04-01T02:01:10.887Z] ---> 36f47497c95c [2021-04-01T02:01:10.887Z] Step 22/22 : LABEL version=0.0.0 [Pipeline] echo [2021-04-01T02:01:10.894Z] ========================================================= [2021-04-01T02:01:10.894Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T02:01:10.894Z] ========================================================= [Pipeline] sh [2021-04-01T02:01:11.148Z] ---> Running in 4ccb023e7b43 [2021-04-01T02:01:11.149Z] Successfully built 982fdad2f25a [2021-04-01T02:01:11.149Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-01T02:01:11.149Z] Building docker-sys-mgmt-agent-go [2021-04-01T02:01:11.411Z]  Building docker-security-proxy-setup-go ... done  ---> 3aa1a7eb1d03 [2021-04-01T02:01:11.411Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T02:01:11.548Z] + make test [2021-04-01T02:01:11.548Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T02:01:12.804Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T02:01:12.804Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T02:01:12.804Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T02:01:13.065Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T02:01:14.013Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T02:01:14.587Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T02:01:14.587Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:01:14.587Z] OK: 8 MiB in 20 packages [2021-04-01T02:01:14.849Z] ---> 8d39385744a6 [2021-04-01T02:01:14.849Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T02:01:14.849Z] Removing intermediate container 4ccb023e7b43 [2021-04-01T02:01:14.849Z] ---> 74498d62153b [2021-04-01T02:01:14.849Z] [2021-04-01T02:01:16.768Z] Successfully built 74498d62153b [2021-04-01T02:01:17.031Z] Successfully tagged docker-support-notifications-go:latest [2021-04-01T02:01:17.294Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-04-01T02:01:18.697Z] ---> 503221f2ed6b [2021-04-01T02:01:18.697Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T02:01:22.928Z] Removing intermediate container 09a62a691f1a [2021-04-01T02:01:22.928Z] ---> c21b1a696964 [2021-04-01T02:01:22.928Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:01:23.885Z] ---> Running in 778cccce6c76 [2021-04-01T02:01:26.753Z] ---> 5c0dcdc7f098 [2021-04-01T02:01:26.753Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T02:01:26.753Z] Removing intermediate container 778cccce6c76 [2021-04-01T02:01:26.753Z] ---> 9068294febc1 [2021-04-01T02:01:26.753Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T02:01:27.716Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:01:27.716Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:01:27.716Z] ---> 4b466d114209 [2021-04-01T02:01:27.716Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T02:01:27.716Z] ---> Using cache [2021-04-01T02:01:27.716Z] ---> 868a548af52e [2021-04-01T02:01:27.716Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:01:27.716Z] ---> Using cache [2021-04-01T02:01:27.716Z] ---> cbb38d2b305c [2021-04-01T02:01:27.716Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T02:01:27.716Z] ---> Using cache [2021-04-01T02:01:27.716Z] ---> 3dc6970fea24 [2021-04-01T02:01:27.716Z] Step 6/24 : COPY go.mod . [2021-04-01T02:01:27.716Z] ---> Using cache [2021-04-01T02:01:27.716Z] ---> d1c4ffa230e6 [2021-04-01T02:01:27.716Z] Step 7/24 : RUN go mod download [2021-04-01T02:01:27.716Z] ---> Using cache [2021-04-01T02:01:27.716Z] ---> a1079f605127 [2021-04-01T02:01:27.716Z] Step 8/24 : COPY . . [2021-04-01T02:01:27.716Z] ---> Using cache [2021-04-01T02:01:27.716Z] ---> 1f886ad9698f [2021-04-01T02:01:27.716Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T02:01:27.981Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:01:27.981Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:01:27.981Z] ---> 4b466d114209 [2021-04-01T02:01:27.981Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T02:01:27.981Z] ---> Using cache [2021-04-01T02:01:27.981Z] ---> 868a548af52e [2021-04-01T02:01:27.981Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:01:27.981Z] ---> Using cache [2021-04-01T02:01:27.981Z] ---> cbb38d2b305c [2021-04-01T02:01:27.981Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T02:01:28.928Z] ---> ce315a59214c [2021-04-01T02:01:28.928Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T02:01:28.928Z] ---> Running in 1db3d5794bfa [2021-04-01T02:01:28.928Z] ---> Running in f3152535d957 [2021-04-01T02:01:30.865Z] ---> 2f83ef73d878 [2021-04-01T02:01:30.865Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T02:01:30.865Z] ---> Running in 04cd21588d05 [2021-04-01T02:01:32.259Z] ---> e9065028a0bd [2021-04-01T02:01:32.259Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T02:01:32.834Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T02:01:33.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:01:33.108Z] ---> Running in 68ab75b44d5c [2021-04-01T02:01:33.689Z] Removing intermediate container 68ab75b44d5c [2021-04-01T02:01:33.689Z] ---> dceb0a4629e2 [2021-04-01T02:01:33.689Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:01:33.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:01:33.689Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:01:33.689Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:01:33.689Z] ---> 4b466d114209 [2021-04-01T02:01:33.689Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T02:01:33.689Z] ---> Using cache [2021-04-01T02:01:33.689Z] ---> 868a548af52e [2021-04-01T02:01:33.689Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:01:33.689Z] ---> Using cache [2021-04-01T02:01:33.689Z] ---> cbb38d2b305c [2021-04-01T02:01:33.689Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T02:01:33.689Z] ---> Using cache [2021-04-01T02:01:33.689Z] ---> 3dc6970fea24 [2021-04-01T02:01:33.689Z] Step 6/23 : COPY go.mod . [2021-04-01T02:01:33.689Z] ---> Using cache [2021-04-01T02:01:33.689Z] ---> d1c4ffa230e6 [2021-04-01T02:01:33.689Z] Step 7/23 : RUN go mod download [2021-04-01T02:01:33.689Z] ---> Using cache [2021-04-01T02:01:33.689Z] ---> a1079f605127 [2021-04-01T02:01:33.689Z] Step 8/23 : COPY . . [2021-04-01T02:01:33.689Z] ---> Using cache [2021-04-01T02:01:33.689Z] ---> 1f886ad9698f [2021-04-01T02:01:33.689Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T02:01:34.275Z] OK: 233 MiB in 51 packages [2021-04-01T02:01:34.546Z] ---> Running in dd55d3ec21eb [2021-04-01T02:01:34.546Z] ---> Running in be219a92ce34 [2021-04-01T02:01:35.153Z] Removing intermediate container 04cd21588d05 [2021-04-01T02:01:35.153Z] ---> 0244e983ec23 [2021-04-01T02:01:35.153Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T02:01:35.153Z] Removing intermediate container dd55d3ec21eb [2021-04-01T02:01:35.153Z] ---> 69456711d2c3 [2021-04-01T02:01:35.153Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T02:01:35.429Z] Removing intermediate container 1db3d5794bfa [2021-04-01T02:01:35.429Z] ---> 1687167a1edb [2021-04-01T02:01:35.429Z] Step 6/26 : COPY go.mod . [2021-04-01T02:01:35.429Z] ---> Running in d6eb8f04d100 [2021-04-01T02:01:35.429Z] ---> Running in 6f7ce7dbb066 [2021-04-01T02:01:35.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T02:01:36.670Z] ---> cc0d599c2002 [2021-04-01T02:01:36.670Z] Step 7/26 : RUN go mod download [2021-04-01T02:01:36.670Z] Removing intermediate container 6f7ce7dbb066 [2021-04-01T02:01:36.670Z] ---> fc501c89c04d [2021-04-01T02:01:36.670Z] Step 28/31 : CMD ["gate"] [2021-04-01T02:01:36.670Z] Removing intermediate container d6eb8f04d100 [2021-04-01T02:01:36.670Z] ---> 79ccbe7f31e0 [2021-04-01T02:01:36.670Z] Step 22/23 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:01:36.670Z] ---> Running in 261efd0269b0 [2021-04-01T02:01:36.670Z] ---> Running in 5d59267afa8b [2021-04-01T02:01:36.937Z] ---> Running in 41433ed1c8a1 [2021-04-01T02:01:37.208Z] Removing intermediate container 5d59267afa8b [2021-04-01T02:01:37.208Z] ---> d902ffd9a0ee [2021-04-01T02:01:37.208Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T02:01:37.208Z] Removing intermediate container 41433ed1c8a1 [2021-04-01T02:01:37.208Z] ---> e1c74a494810 [2021-04-01T02:01:37.208Z] Step 29/31 : LABEL arch=x86_64 [2021-04-01T02:01:37.208Z] ---> Running in 519a318531b5 [2021-04-01T02:01:37.794Z] ---> Running in b98da1b6e868 [2021-04-01T02:01:37.794Z] Removing intermediate container 519a318531b5 [2021-04-01T02:01:37.794Z] ---> 6d81a3b999a1 [2021-04-01T02:01:37.794Z] [2021-04-01T02:01:38.067Z] Successfully built 6d81a3b999a1 [2021-04-01T02:01:38.067Z] Removing intermediate container b98da1b6e868 [2021-04-01T02:01:38.067Z] ---> d049bc90a36f [2021-04-01T02:01:38.067Z] Step 30/31 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:01:38.067Z] Successfully tagged docker-core-data-go:latest [2021-04-01T02:01:38.067Z] Building docker-core-command-go [2021-04-01T02:01:38.338Z]  Building docker-core-data-go ... done  ---> Running in 51e2e5ca410a [2021-04-01T02:01:38.357Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T02:01:40.924Z] Removing intermediate container 51e2e5ca410a [2021-04-01T02:01:40.925Z] ---> 06f76191172f [2021-04-01T02:01:40.925Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T02:01:42.371Z] ---> Running in 6e13d6a41bd8 [2021-04-01T02:01:42.371Z] Removing intermediate container 261efd0269b0 [2021-04-01T02:01:42.371Z] ---> 47a3ebfd34e8 [2021-04-01T02:01:42.371Z] Step 8/26 : COPY . . [2021-04-01T02:01:42.651Z] Removing intermediate container 6e13d6a41bd8 [2021-04-01T02:01:42.651Z] ---> ed51557c9a41 [2021-04-01T02:01:42.651Z] [2021-04-01T02:01:42.921Z] Successfully built ed51557c9a41 [2021-04-01T02:01:44.865Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-01T02:02:00.653Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:02:00.653Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:02:00.653Z] ---> 4b466d114209 [2021-04-01T02:02:00.653Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T02:02:00.653Z] ---> Using cache [2021-04-01T02:02:00.653Z] ---> 868a548af52e [2021-04-01T02:02:00.653Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:02:00.653Z] ---> Using cache [2021-04-01T02:02:00.653Z] ---> cbb38d2b305c [2021-04-01T02:02:00.653Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T02:02:00.653Z] ---> Using cache [2021-04-01T02:02:00.653Z] ---> 3dc6970fea24 [2021-04-01T02:02:00.653Z] Step 6/23 : COPY go.mod . [2021-04-01T02:02:00.653Z] ---> Using cache [2021-04-01T02:02:00.653Z] ---> d1c4ffa230e6 [2021-04-01T02:02:00.653Z] Step 7/23 : RUN go mod download [2021-04-01T02:02:00.653Z] ---> Using cache [2021-04-01T02:02:00.653Z] ---> a1079f605127 [2021-04-01T02:02:00.653Z] Step 8/23 : COPY . . [2021-04-01T02:02:00.653Z] ---> Using cache [2021-04-01T02:02:00.653Z] ---> 1f886ad9698f [2021-04-01T02:02:00.653Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T02:02:00.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T02:02:00.653Z] ---> Running in e798b7cb22df [2021-04-01T02:02:02.583Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T02:02:09.243Z] ---> a8da5a41e370 [2021-04-01T02:02:09.243Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T02:02:09.243Z] ---> Running in 11dcc107ba48 [2021-04-01T02:02:10.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T02:02:13.578Z] Removing intermediate container f3152535d957 [2021-04-01T02:02:13.578Z] ---> 90b60fc8e9e5 [2021-04-01T02:02:13.578Z] [2021-04-01T02:02:13.578Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T02:02:13.578Z] ---> 42cb162f0360 [2021-04-01T02:02:13.578Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T02:02:14.546Z] ---> Running in 207bc9176f8b [2021-04-01T02:02:14.546Z] Removing intermediate container be219a92ce34 [2021-04-01T02:02:14.546Z] ---> 80927146c582 [2021-04-01T02:02:14.546Z] [2021-04-01T02:02:14.546Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T02:02:14.546Z] ---> 42cb162f0360 [2021-04-01T02:02:14.546Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T02:02:14.546Z] ---> Using cache [2021-04-01T02:02:14.546Z] ---> 1c65666d42dd [2021-04-01T02:02:14.546Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:02:14.546Z] ---> Using cache [2021-04-01T02:02:14.546Z] ---> 9443987e8c62 [2021-04-01T02:02:14.546Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T02:02:14.831Z] ---> Running in b8ebaa136482 [2021-04-01T02:02:15.101Z] Removing intermediate container b8ebaa136482 [2021-04-01T02:02:15.101Z] ---> 4ba4f935a99d [2021-04-01T02:02:15.101Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T02:02:15.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:02:15.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:02:15.383Z] ---> Running in b202a08564f7 [2021-04-01T02:02:15.659Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T02:02:15.659Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T02:02:15.659Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T02:02:15.659Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T02:02:15.659Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T02:02:15.659Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T02:02:15.659Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:02:15.659Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T02:02:15.953Z] OK: 7 MiB in 20 packages [2021-04-01T02:02:16.231Z] Removing intermediate container b202a08564f7 [2021-04-01T02:02:16.231Z] ---> 6ae6aad37c6f [2021-04-01T02:02:16.231Z] Step 15/23 : WORKDIR / [2021-04-01T02:02:16.231Z] ---> Running in 2c6da7fdfc4a [2021-04-01T02:02:16.836Z] Removing intermediate container 2c6da7fdfc4a [2021-04-01T02:02:16.836Z] ---> 6718076f945d [2021-04-01T02:02:16.836Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:02:18.776Z] Removing intermediate container 207bc9176f8b [2021-04-01T02:02:18.776Z] ---> 3c0fb8f865a4 [2021-04-01T02:02:18.776Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T02:02:19.359Z] ---> b13516effcbf [2021-04-01T02:02:19.359Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T02:02:19.359Z] ---> Running in 9ac117d5cc88 [2021-04-01T02:02:19.624Z] Removing intermediate container 9ac117d5cc88 [2021-04-01T02:02:19.624Z] ---> 2d0869069d71 [2021-04-01T02:02:19.624Z] Step 13/24 : WORKDIR / [2021-04-01T02:02:20.202Z] ---> Running in 1243380a9572 [2021-04-01T02:02:20.202Z] ---> 1427a04a3785 [2021-04-01T02:02:20.202Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T02:02:20.466Z] Removing intermediate container 1243380a9572 [2021-04-01T02:02:20.466Z] ---> 7b6a62439fbf [2021-04-01T02:02:20.466Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-01T02:02:20.739Z] ---> bd936ab9aabb [2021-04-01T02:02:20.739Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T02:02:20.739Z] ---> Running in 12b6aa670e43 [2021-04-01T02:02:21.012Z] ---> cace8d5c6e26 [2021-04-01T02:02:21.012Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-01T02:02:21.012Z] Removing intermediate container 12b6aa670e43 [2021-04-01T02:02:21.012Z] ---> 249ed252b693 [2021-04-01T02:02:21.012Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:02:21.012Z] ---> Running in ff1af9d0d755 [2021-04-01T02:02:21.284Z] ---> 5895129a10fe [2021-04-01T02:02:21.284Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T02:02:21.284Z] Removing intermediate container ff1af9d0d755 [2021-04-01T02:02:21.284Z] ---> 502babeb5521 [2021-04-01T02:02:21.284Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T02:02:21.560Z] ---> Running in 1978a04e6477 [2021-04-01T02:02:23.002Z] ---> b324479500a9 [2021-04-01T02:02:23.002Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T02:02:23.286Z] Removing intermediate container 1978a04e6477 [2021-04-01T02:02:23.286Z] ---> 72e3dd0c733a [2021-04-01T02:02:23.286Z] Step 22/23 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:02:23.286Z] ---> Running in fe225a6ca1d0 [2021-04-01T02:02:23.914Z] Removing intermediate container fe225a6ca1d0 [2021-04-01T02:02:23.914Z] ---> 145b43661556 [2021-04-01T02:02:23.914Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T02:02:23.914Z] ---> 2748064561de [2021-04-01T02:02:23.914Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T02:02:24.202Z] ---> Running in 04142556b3c5 [2021-04-01T02:02:25.153Z] Removing intermediate container 04142556b3c5 [2021-04-01T02:02:25.153Z] ---> 47a39d7c8bfe [2021-04-01T02:02:25.153Z] [2021-04-01T02:02:26.097Z] Successfully built 47a39d7c8bfe [2021-04-01T02:02:26.669Z] ---> 72852923edb2 [2021-04-01T02:02:26.669Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T02:02:26.669Z] Successfully tagged docker-core-metadata-go:latest [2021-04-01T02:02:26.669Z]  Building docker-core-metadata-go ... done Removing intermediate container e798b7cb22df [2021-04-01T02:02:26.669Z] ---> 3f08234f157b [2021-04-01T02:02:26.669Z] [2021-04-01T02:02:26.669Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T02:02:26.669Z] ---> 42cb162f0360 [2021-04-01T02:02:26.669Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T02:02:26.669Z] ---> Using cache [2021-04-01T02:02:26.669Z] ---> 1c65666d42dd [2021-04-01T02:02:26.669Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:02:26.669Z] ---> Using cache [2021-04-01T02:02:26.669Z] ---> 9443987e8c62 [2021-04-01T02:02:26.669Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T02:02:26.930Z] ---> Running in 2030298935cc [2021-04-01T02:02:26.930Z] ---> 6a01b68d80c0 [2021-04-01T02:02:26.930Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-01T02:02:27.195Z] ---> Running in 2d65afe68a35 [2021-04-01T02:02:27.195Z] Removing intermediate container 2030298935cc [2021-04-01T02:02:27.195Z] ---> f5dff402b0ae [2021-04-01T02:02:27.195Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T02:02:27.195Z] ---> Running in 794385d4c15f [2021-04-01T02:02:27.477Z] Removing intermediate container 794385d4c15f [2021-04-01T02:02:27.477Z] ---> 738d97db0951 [2021-04-01T02:02:27.477Z] Step 15/23 : WORKDIR / [2021-04-01T02:02:27.747Z] ---> Running in dfa2d13ab883 [2021-04-01T02:02:28.010Z] Removing intermediate container dfa2d13ab883 [2021-04-01T02:02:28.010Z] ---> 5eeeede47cf4 [2021-04-01T02:02:28.010Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:02:28.273Z] ---> 6c617daa0a1a [2021-04-01T02:02:28.273Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T02:02:28.273Z] Removing intermediate container 2d65afe68a35 [2021-04-01T02:02:28.273Z] ---> 5c615895369b [2021-04-01T02:02:28.273Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T02:02:28.536Z] ---> Running in 7117bd2073c5 [2021-04-01T02:02:28.798Z] Removing intermediate container 7117bd2073c5 [2021-04-01T02:02:28.798Z] ---> dcf896a4eebc [2021-04-01T02:02:28.798Z] Step 22/24 : LABEL arch=x86_64 [2021-04-01T02:02:30.188Z] ---> Running in 7efad1cec6b1 [2021-04-01T02:02:30.188Z] ---> 6255205aee5b [2021-04-01T02:02:30.188Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T02:02:30.761Z] Removing intermediate container 11dcc107ba48 [2021-04-01T02:02:30.761Z] ---> cbecab9a84e3 [2021-04-01T02:02:30.761Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T02:02:31.027Z] ---> Running in c82c3ab5c3f6 [2021-04-01T02:02:31.027Z] Removing intermediate container 7efad1cec6b1 [2021-04-01T02:02:31.027Z] ---> c32aaedf18f3 [2021-04-01T02:02:31.027Z] Step 23/24 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:02:31.027Z] ---> 617b4948ad78 [2021-04-01T02:02:31.027Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T02:02:31.290Z] ---> Running in 21980ba4f9bc [2021-04-01T02:02:31.290Z] ---> Running in 1439fd05e2ca [2021-04-01T02:02:31.557Z] Removing intermediate container 21980ba4f9bc [2021-04-01T02:02:31.557Z] ---> 6e2b4b477d0f [2021-04-01T02:02:31.557Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T02:02:31.557Z] Removing intermediate container 1439fd05e2ca [2021-04-01T02:02:31.557Z] ---> aa5f03aee06d [2021-04-01T02:02:31.557Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:02:31.557Z] ---> Running in c403557666fb [2021-04-01T02:02:31.557Z] ---> Running in cd7ffed0851d [2021-04-01T02:02:31.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T02:02:31.824Z] Removing intermediate container c403557666fb [2021-04-01T02:02:31.824Z] ---> fe50a94055c8 [2021-04-01T02:02:31.824Z] [2021-04-01T02:02:31.824Z] Removing intermediate container cd7ffed0851d [2021-04-01T02:02:31.824Z] ---> 92bc70fd29d9 [2021-04-01T02:02:31.824Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T02:02:31.824Z] Successfully built fe50a94055c8 [2021-04-01T02:02:32.085Z] ---> Running in 81c486a6a16f [2021-04-01T02:02:32.085Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-01T02:02:32.085Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 81c486a6a16f [2021-04-01T02:02:32.085Z] ---> 74541ed6c9d2 [2021-04-01T02:02:32.085Z] Step 22/23 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:02:32.348Z] ---> Running in 50c0c804112f [2021-04-01T02:02:32.348Z] Removing intermediate container 50c0c804112f [2021-04-01T02:02:32.348Z] ---> 4b449216a8d7 [2021-04-01T02:02:32.348Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T02:02:32.609Z] ---> Running in 6b47ba0a4bb4 [2021-04-01T02:02:32.610Z] Removing intermediate container c82c3ab5c3f6 [2021-04-01T02:02:32.610Z] ---> e1b809384a9f [2021-04-01T02:02:32.610Z] [2021-04-01T02:02:32.610Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T02:02:32.610Z] Removing intermediate container 6b47ba0a4bb4 [2021-04-01T02:02:32.610Z] ---> 20868e113764 [2021-04-01T02:02:32.610Z] [2021-04-01T02:02:32.610Z] 20.10.0: Pulling from library/docker [2021-04-01T02:02:32.871Z] Successfully built 20868e113764 [2021-04-01T02:02:33.134Z] Successfully tagged docker-core-command-go:latest [2021-04-01T02:02:34.995Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T02:02:37.363Z]  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T02:02:37.364Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T02:02:37.364Z] ---> aefe523efa57 [2021-04-01T02:02:37.364Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T02:02:37.364Z] ---> Running in 81fdbbe1108e [2021-04-01T02:02:37.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:02:37.653Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T02:02:37.891Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:02:37.891Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T02:02:37.891Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T02:02:37.891Z] Executing bash-5.0.17-r0.post-install [2021-04-01T02:02:37.891Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:02:37.891Z] OK: 12 MiB in 22 packages [2021-04-01T02:02:38.464Z] Removing intermediate container 81fdbbe1108e [2021-04-01T02:02:38.464Z] ---> f19f8eebe9f3 [2021-04-01T02:02:38.464Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T02:02:38.464Z] ---> Running in 2bb7c8ef3cc5 [2021-04-01T02:02:39.852Z] Removing intermediate container 2bb7c8ef3cc5 [2021-04-01T02:02:39.852Z] ---> 3e24e93a0179 [2021-04-01T02:02:39.852Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T02:02:39.852Z] ---> Running in b58a6b96eb45 [2021-04-01T02:02:39.852Z] Removing intermediate container b58a6b96eb45 [2021-04-01T02:02:39.852Z] ---> 95c6ce8595e4 [2021-04-01T02:02:39.852Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T02:02:39.852Z] ---> Running in 4b7aab87d348 [2021-04-01T02:02:40.113Z] Removing intermediate container 4b7aab87d348 [2021-04-01T02:02:40.113Z] ---> c7f6c26ea7b0 [2021-04-01T02:02:40.113Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T02:02:40.688Z] ---> b97efa11abff [2021-04-01T02:02:40.688Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T02:02:40.688Z] ---> 742670dcc1a9 [2021-04-01T02:02:40.688Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T02:02:41.261Z] ---> 74ca4b108677 [2021-04-01T02:02:41.261Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T02:02:41.261Z] ---> Running in c452365f9c1c [2021-04-01T02:02:41.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:02:41.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:02:41.783Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T02:02:41.783Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T02:02:41.783Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T02:02:41.783Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T02:02:41.783Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T02:02:41.783Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T02:02:41.783Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T02:02:42.733Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T02:02:42.733Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T02:02:42.733Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T02:02:42.733Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T02:02:42.733Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T02:02:42.733Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T02:02:42.733Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T02:02:42.733Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T02:02:42.733Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T02:02:42.733Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T02:02:42.733Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T02:02:42.997Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T02:02:42.997Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T02:02:42.997Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T02:02:42.997Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T02:02:42.997Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T02:02:42.997Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T02:02:42.997Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T02:02:42.997Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T02:02:42.997Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T02:02:42.997Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T02:02:42.997Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T02:02:42.997Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T02:02:42.997Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T02:02:42.997Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T02:02:42.997Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T02:02:43.291Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:02:43.291Z] OK: 71 MiB in 55 packages [2021-04-01T02:02:45.966Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T02:02:45.966Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T02:02:48.603Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T02:02:48.603Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T02:02:48.603Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T02:02:48.603Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T02:02:51.439Z] Removing intermediate container c452365f9c1c [2021-04-01T02:02:51.439Z] ---> a1b153f310e8 [2021-04-01T02:02:51.439Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T02:02:51.439Z] ---> Running in 31d66547cef0 [2021-04-01T02:02:52.533Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T02:02:52.825Z] Collecting docker-compose==1.23.2 [2021-04-01T02:02:52.825Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T02:02:53.085Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T02:02:53.085Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T02:02:53.085Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T02:02:53.085Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T02:02:53.136Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T02:02:53.346Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T02:02:53.347Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T02:02:53.607Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T02:02:53.607Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T02:02:54.182Z] Collecting PyYAML<4,>=3.10 [2021-04-01T02:02:54.442Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T02:02:55.014Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-01T02:02:55.014Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T02:02:55.014Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T02:02:55.584Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T02:02:55.584Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T02:02:55.845Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T02:02:55.845Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T02:02:55.845Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T02:02:55.845Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T02:02:56.107Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T02:02:56.107Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T02:02:56.107Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T02:02:56.107Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T02:02:56.367Z] Collecting idna<2.8,>=2.5 [2021-04-01T02:02:56.368Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T02:02:56.368Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-01T02:02:56.368Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-01T02:02:56.368Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T02:02:56.368Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T02:02:56.368Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T02:02:56.368Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T02:02:56.368Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, docopt, PyYAML, dockerpty, jsonschema, cached-property, docker-compose [2021-04-01T02:02:56.628Z] Attempting uninstall: urllib3 [2021-04-01T02:02:56.628Z] Found existing installation: urllib3 1.25.9 [2021-04-01T02:02:56.628Z] Uninstalling urllib3-1.25.9: [2021-04-01T02:02:56.628Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T02:02:56.889Z] Attempting uninstall: idna [2021-04-01T02:02:56.889Z] Found existing installation: idna 2.9 [2021-04-01T02:02:56.889Z] Uninstalling idna-2.9: [2021-04-01T02:02:56.889Z] Successfully uninstalled idna-2.9 [2021-04-01T02:02:57.148Z] Attempting uninstall: requests [2021-04-01T02:02:57.149Z] Found existing installation: requests 2.23.0 [2021-04-01T02:02:57.149Z] Uninstalling requests-2.23.0: [2021-04-01T02:02:57.149Z] Successfully uninstalled requests-2.23.0 [2021-04-01T02:02:57.409Z] Running setup.py install for texttable: started [2021-04-01T02:02:57.670Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T02:02:57.670Z] Running setup.py install for docopt: started [2021-04-01T02:02:58.244Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T02:02:58.244Z] Running setup.py install for PyYAML: started [2021-04-01T02:02:58.815Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T02:02:58.815Z] Running setup.py install for dockerpty: started [2021-04-01T02:02:59.075Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T02:02:59.647Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-01T02:03:01.464Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T02:03:01.464Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T02:03:01.464Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T02:03:02.968Z] Removing intermediate container 31d66547cef0 [2021-04-01T02:03:02.968Z] ---> 6a578f8245df [2021-04-01T02:03:02.968Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T02:03:02.968Z] ---> Running in 6ba89a0f4dd1 [2021-04-01T02:03:03.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T02:03:03.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T02:03:03.802Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T02:03:03.802Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T02:03:03.802Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T02:03:03.802Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:03:03.802Z] OK: 72 MiB in 58 packages [2021-04-01T02:03:04.374Z] Removing intermediate container 6ba89a0f4dd1 [2021-04-01T02:03:04.374Z] ---> c939c97be28f [2021-04-01T02:03:04.374Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T02:03:04.374Z] ---> Running in 686932929d5d [2021-04-01T02:03:04.374Z] Removing intermediate container 686932929d5d [2021-04-01T02:03:04.374Z] ---> 5da03c2d26ec [2021-04-01T02:03:04.374Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:03:04.636Z] ---> Running in 13404628929b [2021-04-01T02:03:04.636Z] Removing intermediate container 13404628929b [2021-04-01T02:03:04.636Z] ---> f3a9e2f96fa0 [2021-04-01T02:03:04.636Z] Step 24/26 : LABEL arch=x86_64 [2021-04-01T02:03:04.896Z] ---> Running in 605a03142299 [2021-04-01T02:03:04.896Z] Removing intermediate container 605a03142299 [2021-04-01T02:03:04.896Z] ---> 7dfce88758c7 [2021-04-01T02:03:04.896Z] Step 25/26 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:03:04.896Z] ---> Running in a5a29c676831 [2021-04-01T02:03:05.157Z] Removing intermediate container a5a29c676831 [2021-04-01T02:03:05.157Z] ---> a21f6e33ab1d [2021-04-01T02:03:05.158Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T02:03:05.158Z] ---> Running in 60d12fd34b39 [2021-04-01T02:03:05.419Z] Removing intermediate container 60d12fd34b39 [2021-04-01T02:03:05.419Z] ---> 422a6248d395 [2021-04-01T02:03:05.419Z] [2021-04-01T02:03:05.419Z] Successfully built 422a6248d395 [2021-04-01T02:03:05.419Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-01T02:03:06.045Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T02:03:06.123Z] $ docker stop --time=1 40af9e0283541ddfa160f08f84659f622ada905b402146e378d1268167806fbc [2021-04-01T02:03:07.806Z] $ docker rm -f 40af9e0283541ddfa160f08f84659f622ada905b402146e378d1268167806fbc [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T02:03:08.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.340s coverage: 45.9% of statements [2021-04-01T02:03:08.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T02:03:08.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T02:03:08.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T02:03:08.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T02:03:08.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T02:03:08.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T02:03:08.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.109s coverage: 19.8% of statements [2021-04-01T02:03:08.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.237s coverage: 100.0% of statements [2021-04-01T02:03:08.458Z] + docker images [2021-04-01T02:03:08.458Z] + grep docker [2021-04-01T02:03:09.437Z] docker-sys-mgmt-agent-go latest 422a6248d395 4 seconds ago 314MB [2021-04-01T02:03:09.437Z] docker-core-command-go latest 20868e113764 37 seconds ago 17.3MB [2021-04-01T02:03:09.437Z] docker-security-secretstore-setup-go latest fe50a94055c8 38 seconds ago 25.7MB [2021-04-01T02:03:09.437Z] docker-core-metadata-go latest 47a39d7c8bfe 45 seconds ago 19MB [2021-04-01T02:03:09.437Z] docker-security-bootstrapper-go latest ed51557c9a41 About a minute ago 18.9MB [2021-04-01T02:03:09.437Z] docker-core-data-go latest 6d81a3b999a1 About a minute ago 22.7MB [2021-04-01T02:03:09.437Z] docker-support-notifications-go latest 74498d62153b About a minute ago 17.9MB [2021-04-01T02:03:09.437Z] docker-security-proxy-setup-go latest 982fdad2f25a About a minute ago 25.4MB [2021-04-01T02:03:09.437Z] docker-support-scheduler-go latest fe2c676299b8 2 minutes ago 17.4MB [2021-04-01T02:03:09.437Z] 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-04-01T02:03:16.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.587s coverage: 27.1% of statements [2021-04-01T02:03:16.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T02:03:16.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T02:03:16.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T02:03:16.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T02:03:16.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T02:03:16.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T02:03:16.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.148s coverage: 100.0% of statements [2021-04-01T02:03:16.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T02:03:16.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.171s coverage: 100.0% of statements [2021-04-01T02:03:16.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T02:03:16.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T02:03:17.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.295s coverage: 71.3% of statements [2021-04-01T02:03:17.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T02:03:17.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T02:03:18.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.475s coverage: 82.9% of statements [2021-04-01T02:03:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T02:03:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T02:03:18.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.142s coverage: 78.9% of statements [2021-04-01T02:03:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T02:03:25.174Z] Still waiting to schedule task [2021-04-01T02:03:25.174Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-32377’ [2021-04-01T02:03:29.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.261s coverage: 28.6% of statements [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T02:03:29.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.222s coverage: 100.0% of statements [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T02:03:29.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.145s coverage: 100.0% of statements [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T02:03:29.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.415s coverage: 86.7% of statements [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T02:03:29.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.408s coverage: 97.5% of statements [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T02:03:29.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.209s coverage: 78.3% of statements [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T02:03:29.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T02:03:37.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.166s coverage: 92.8% of statements [2021-04-01T02:03:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T02:03:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T02:03:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T02:03:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T02:03:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T02:03:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T02:03:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T02:03:37.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T02:03:37.455Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.116s coverage: 58.8% of statements [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T02:03:37.455Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.246s coverage: 1.0% of statements [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T02:03:37.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T02:03:37.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.134s coverage: 47.1% of statements [2021-04-01T02:03:37.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.143s coverage: 79.5% of statements [2021-04-01T02:03:37.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.161s coverage: 94.1% of statements [2021-04-01T02:03:37.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.160s coverage: 96.3% of statements [2021-04-01T02:03:38.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.128s coverage: 87.5% of statements [2021-04-01T02:03:49.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.181s coverage: 94.4% of statements [2021-04-01T02:03:49.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.157s coverage: 44.8% of statements [2021-04-01T02:03:56.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.508s coverage: 82.6% of statements [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.183s coverage: 92.9% of statements [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.119s coverage: 100.0% of statements [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.150s coverage: 75.5% of statements [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.121s coverage: 80.8% of statements [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.181s coverage: 87.2% of statements [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.235s coverage: 84.6% of statements [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.262s coverage: 91.6% of statements [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.527s coverage: 64.4% of statements [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T02:04:06.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.128s coverage: 100.0% of statements [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements [2021-04-01T02:04:06.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements [2021-04-01T02:04:07.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2021-04-01T02:04:10.760Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.956s coverage: 69.0% of statements [2021-04-01T02:04:10.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T02:04:10.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T02:04:10.760Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T02:04:12.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.485s coverage: 38.4% of statements [2021-04-01T02:04:12.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T02:04:12.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T02:04:12.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.077s coverage: 89.5% of statements [2021-04-01T02:04:12.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T02:04:12.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.096s coverage: 84.8% of statements [2021-04-01T02:04:18.997Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.0% of statements [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T02:04:18.997Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T02:04:18.997Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T02:04:18.997Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.451s coverage: 87.1% of statements [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T02:04:18.997Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T02:04:27.298Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.255s coverage: 29.1% of statements [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T02:04:27.298Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T02:04:27.298Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.166s coverage: 100.0% of statements [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T02:04:27.298Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.376s coverage: 95.0% of statements [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T02:04:27.298Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T02:04:27.298Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T02:04:27.298Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T02:04:27.298Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T02:04:27.298Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.111s coverage: 100.0% of statements [2021-04-01T02:04:27.298Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.121s coverage: 32.1% of statements [2021-04-01T02:04:28.275Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-04-01T02:04:29.257Z] GO111MODULE=on go vet ./... [2021-04-01T02:05:05.076Z] Running on prd-ubuntu18.04-docker-8c-8g-32392 in /w/workspace/edgexfoundry_edgex-go_PR-3313 [Pipeline] { [Pipeline] ws [2021-04-01T02:05:05.137Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-04-01T02:05:07.479Z] using credential edgex-jenkins-ssh [2021-04-01T02:05:07.541Z] Cloning the remote Git repository [2021-04-01T02:05:07.565Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T02:05:07.628Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-04-01T02:05:07.651Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T02:05:07.651Z] > git --version # timeout=10 [2021-04-01T02:05:07.657Z] > git --version # 'git version 2.17.1' [2021-04-01T02:05:07.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T02:05:07.677Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T02:05:14.477Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:05:14.613Z] Merge succeeded, producing c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:05:14.614Z] Checking out Revision c3328f26461253727c245ad87f3db063bee73d24 (PR-3313) [2021-04-01T02:05:13.828Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T02:05:13.832Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T02:05:13.848Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T02:05:13.862Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T02:05:13.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T02:05:13.865Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3313/head:refs/remotes/origin/PR-3313 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T02:05:14.486Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T02:05:14.489Z] > git checkout -f c3328f26461253727c245ad87f3db063bee73d24 # timeout=10 [2021-04-01T02:05:14.585Z] > git remote # timeout=10 [2021-04-01T02:05:14.593Z] > git config --get remote.origin.url # timeout=10 [2021-04-01T02:05:14.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T02:05:14.604Z] > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 [2021-04-01T02:05:14.611Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-01T02:05:14.619Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T02:05:14.624Z] > git checkout -f c3328f26461253727c245ad87f3db063bee73d24 # timeout=10 [2021-04-01T02:05:18.384Z] Commit message: "docs: Remove RequestId from the example of swagger doc" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:05:19.404Z] + echo snap-build.sh [2021-04-01T02:05:19.404Z] snap-build.sh [2021-04-01T02:05:19.404Z] + SNAP_BASE_DIR=. [2021-04-01T02:05:19.404Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-04-01T02:05:19.404Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-04-01T02:05:19.404Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-04-01T02:05:19.404Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-04-01T02:05:19.404Z] + cd /w/workspace/edgex-go/5 [2021-04-01T02:05:19.404Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-01T02:05:19.404Z] Reading package lists... [2021-04-01T02:05:19.404Z] Building dependency tree... [2021-04-01T02:05:19.404Z] Reading state information... [2021-04-01T02:05:19.665Z] The following packages were automatically installed and are no longer required: [2021-04-01T02:05:19.665Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-01T02:05:19.665Z] uidmap xdelta3 [2021-04-01T02:05:19.665Z] Use 'sudo apt autoremove' to remove them. [2021-04-01T02:05:19.665Z] The following packages will be REMOVED: [2021-04-01T02:05:19.665Z] lxd* lxd-client* [2021-04-01T02:05:19.926Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-01T02:05:19.926Z] After this operation, 31.7 MB disk space will be freed. [2021-04-01T02:05:20.968Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-01T02:05:20.968Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T02:05:21.915Z] Removing lxd dnsmasq configuration [2021-04-01T02:05:21.915Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T02:05:22.175Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-01T02:05:23.133Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-01T02:05:23.133Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-01T02:05:23.133Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-01T02:05:24.524Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-01T02:05:24.524Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-01T02:05:25.909Z] + sudo snap remove --purge lxd [2021-04-01T02:05:26.168Z] snap "lxd" is not installed [2021-04-01T02:05:26.169Z] + sudo groupadd --force --system lxd [2021-04-01T02:05:26.169Z] ++ whoami [2021-04-01T02:05:26.169Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-01T02:05:26.169Z] + newgrp - lxd [2021-04-01T02:05:26.169Z] + sudo snap install lxd [2021-04-01T02:05:36.156Z] 2021-04-01T02:05:34Z INFO Waiting for automatic snapd restart... [2021-04-01T02:05:51.063Z] gofmt -l . [2021-04-01T02:05:51.063Z] [ "`gofmt -l .`" = "" ] [2021-04-01T02:05:54.445Z] ./bin/test-go-mod-tidy.sh [2021-04-01T02:05:55.046Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T02:05:57.623Z] + ls -al . [2021-04-01T02:05:57.623Z] total 808 [2021-04-01T02:05:57.623Z] drwxrwxr-x 9 1001 1001 4096 Apr 1 02:05 . [2021-04-01T02:05:57.623Z] drwxr-xr-x 4 root root 4096 Apr 1 02:01 .. [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 01:59 .dockerignore [2021-04-01T02:05:57.623Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 01:59 .git [2021-04-01T02:05:57.623Z] drwxrwxr-x 3 1001 1001 4096 Apr 1 01:59 .github [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 01:59 .gitignore [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 01:59 .sonarcloud.properties [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 01:59 Attribution.txt [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 01:59 CONTRIBUTING.md [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 01:59 Dockerfile.build [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 01:59 Jenkinsfile [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 01:59 LICENSE [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 01:59 Makefile [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 01:59 README.md [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 01:59 SECURITY.md [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 5 Apr 1 01:55 VERSION [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 01:59 ZMQWindows.md [2021-04-01T02:05:57.623Z] drwxrwxr-x 2 1001 1001 4096 Apr 1 01:59 bin [2021-04-01T02:05:57.623Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 01:59 cmd [2021-04-01T02:05:57.623Z] -rw-r--r-- 1 root root 669470 Apr 1 02:04 coverage.out [2021-04-01T02:05:57.623Z] -rw-r--r-- 1 root root 1056 Apr 1 02:05 go.mod [2021-04-01T02:05:57.623Z] -rw-r--r-- 1 root root 22360 Apr 1 02:05 go.sum [2021-04-01T02:05:57.623Z] drwxrwxr-x 8 1001 1001 4096 Apr 1 01:59 internal [2021-04-01T02:05:57.623Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 01:59 openapi [2021-04-01T02:05:57.623Z] drwxrwxr-x 4 1001 1001 4096 Apr 1 01:59 snap [2021-04-01T02:05:57.623Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 01:59 version.go [Pipeline] sh [2021-04-01T02:05:58.377Z] + '[' -e coverage.out ] [2021-04-01T02:05:58.377Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T02:05:58.399Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T02:05:59.669Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T02:06:00.317Z] + make build [2021-04-01T02:06:00.317Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T02:06:02.727Z] lxd 4.12 from Canonical* installed [2021-04-01T02:06:02.728Z] + sudo lxd init --auto [2021-04-01T02:06:09.326Z] + sudo snap install --classic snapcraft [2021-04-01T02:06:12.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T02:06:24.228Z] snapcraft 4.6 from Canonical* installed [2021-04-01T02:06:24.228Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-01T02:06:24.228Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-01T02:06:24.228Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T02:06:24.228Z] Dload Upload Total Spent Left Speed [2021-04-01T02:06:24.228Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 [2021-04-01T02:06:24.228Z] 100 3325k 100 3325k 0 0 7421k 0 --:--:-- --:--:-- --:--:-- 7421k [2021-04-01T02:06:24.228Z] ./yq_linux_amd64 [2021-04-01T02:06:24.228Z] + sudo snapcraft prime --use-lxd [2021-04-01T02:06:24.228Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-01T02:06:24.228Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-01T02:06:24.228Z] - README.md [2021-04-01T02:06:24.228Z] [2021-04-01T02:06:24.228Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T02:06:24.797Z] Launching a container. [2021-04-01T02:06:37.019Z] Waiting for container to be ready [2021-04-01T02:06:37.019Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-01T02:06:37.019Z] [2021-04-01T02:06:39.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T02:06:39.574Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-01T02:06:39.835Z] Waiting for network to be ready... [2021-04-01T02:06:40.404Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T02:06:40.404Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T02:06:40.664Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T02:06:40.664Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T02:06:40.924Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T02:06:41.184Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T02:06:41.184Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T02:06:41.184Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T02:06:41.184Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T02:06:41.184Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T02:06:41.184Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T02:06:41.184Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T02:06:41.184Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T02:06:41.184Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T02:06:41.184Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T02:06:41.184Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T02:06:41.184Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T02:06:41.444Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T02:06:41.444Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T02:06:41.703Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T02:06:41.703Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T02:06:41.703Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T02:06:41.703Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T02:06:41.703Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T02:06:41.703Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T02:06:41.703Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T02:06:41.963Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T02:06:43.833Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T02:06:46.161Z] Fetched 24.2 MB in 5s (4452 kB/s) [2021-04-01T02:06:46.730Z] Reading package lists... [2021-04-01T02:06:46.990Z] Reading package lists... [2021-04-01T02:06:46.990Z] Building dependency tree... [2021-04-01T02:06:46.990Z] Reading state information... [2021-04-01T02:06:47.249Z] The following additional packages will be installed: [2021-04-01T02:06:47.249Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T02:06:47.249Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T02:06:47.249Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T02:06:47.249Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-01T02:06:47.249Z] Suggested packages: [2021-04-01T02:06:47.249Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-01T02:06:47.249Z] Recommended packages: [2021-04-01T02:06:47.249Z] gnupg libsasl2-modules [2021-04-01T02:06:47.249Z] The following NEW packages will be installed: [2021-04-01T02:06:47.249Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-01T02:06:47.249Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-01T02:06:47.249Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-01T02:06:47.249Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-01T02:06:47.249Z] The following packages will be upgraded: [2021-04-01T02:06:47.249Z] gpg gpg-agent gpgconf libudev1 [2021-04-01T02:06:47.249Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-01T02:06:47.249Z] Need to get 3530 kB of archives. [2021-04-01T02:06:47.249Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-01T02:06:47.249Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-01T02:06:47.249Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-01T02:06:47.249Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-01T02:06:47.249Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-01T02:06:47.508Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-01T02:06:47.768Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-01T02:06:48.029Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-01T02:06:48.029Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-01T02:06:48.029Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-01T02:06:48.029Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-01T02:06:48.029Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-01T02:06:48.289Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-01T02:06:48.289Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-01T02:06:48.289Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-01T02:06:48.289Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-01T02:06:48.289Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-01T02:06:48.289Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-01T02:06:48.289Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-01T02:06:48.289Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-01T02:06:48.289Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-01T02:06:48.289Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-01T02:06:48.289Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-01T02:06:48.289Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T02:06:48.549Z] Fetched 3530 kB in 1s (3428 kB/s) [2021-04-01T02:06:48.809Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T02:06:48.809Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-01T02:06:49.068Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T02:06:49.329Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-01T02:06:49.329Z] Selecting previously unselected package udev. [2021-04-01T02:06:49.589Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-01T02:06:49.589Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-01T02:06:49.589Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-01T02:06:49.849Z] Selecting previously unselected package libfuse2:amd64. [2021-04-01T02:06:49.849Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T02:06:49.849Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T02:06:49.849Z] Selecting previously unselected package fuse. [2021-04-01T02:06:49.849Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-01T02:06:49.849Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-01T02:06:49.849Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T02:06:49.849Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T02:06:50.109Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T02:06:50.109Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T02:06:50.109Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T02:06:50.368Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T02:06:50.369Z] Selecting previously unselected package libksba8:amd64. [2021-04-01T02:06:50.369Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-01T02:06:50.369Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-01T02:06:50.369Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-01T02:06:50.369Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:06:50.369Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:50.369Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-01T02:06:50.369Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:06:50.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T02:06:50.628Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:50.629Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-01T02:06:50.629Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:06:50.629Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:50.629Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-01T02:06:50.629Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:06:50.629Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:50.629Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-01T02:06:50.629Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:06:50.889Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:50.889Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-01T02:06:50.889Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:06:50.889Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:50.889Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-01T02:06:50.889Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:06:50.889Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:51.149Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-01T02:06:51.149Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:06:51.149Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:51.149Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-01T02:06:51.149Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-01T02:06:51.149Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:51.149Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-01T02:06:51.149Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T02:06:51.149Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T02:06:51.409Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-01T02:06:51.409Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-01T02:06:51.409Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T02:06:51.409Z] Selecting previously unselected package libldap-common. [2021-04-01T02:06:51.409Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-01T02:06:51.409Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T02:06:51.409Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-01T02:06:51.409Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-01T02:06:51.409Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T02:06:51.669Z] Selecting previously unselected package dirmngr. [2021-04-01T02:06:51.669Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T02:06:51.669Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T02:06:51.669Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T02:06:51.669Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-01T02:06:51.669Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-01T02:06:51.669Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T02:06:51.928Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-01T02:06:51.928Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-01T02:06:51.928Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:51.928Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-01T02:06:51.928Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T02:06:51.928Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-01T02:06:51.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T02:06:52.517Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-01T02:06:52.517Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:52.517Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-01T02:06:52.517Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-01T02:06:52.826Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-01T02:06:52.826Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:52.826Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:52.826Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:52.826Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:52.826Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:52.826Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:52.826Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-01T02:06:52.826Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-01T02:06:52.826Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-01T02:06:53.114Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T02:06:53.750Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-01T02:06:53.750Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-01T02:06:53.750Z] This means they are not meant to be enabled using systemctl. [2021-04-01T02:06:53.750Z] Possible reasons for having this kind of units are: [2021-04-01T02:06:53.750Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-01T02:06:53.750Z] .wants/ or .requires/ directory. [2021-04-01T02:06:53.750Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-01T02:06:53.750Z] a requirement dependency on it. [2021-04-01T02:06:53.750Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-01T02:06:53.750Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-01T02:06:53.750Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-01T02:06:53.750Z] instance name specified. [2021-04-01T02:06:53.750Z] Reading package lists... [2021-04-01T02:06:54.009Z] Building dependency tree... [2021-04-01T02:06:54.010Z] Reading state information... [2021-04-01T02:06:54.270Z] The following additional packages will be installed: [2021-04-01T02:06:54.270Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-01T02:06:54.270Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-01T02:06:54.270Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-01T02:06:54.270Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-01T02:06:54.270Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-01T02:06:54.270Z] Suggested packages: [2021-04-01T02:06:54.270Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-01T02:06:54.270Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-01T02:06:54.270Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-01T02:06:54.270Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-01T02:06:54.270Z] systemd-container policykit-1 [2021-04-01T02:06:54.270Z] Recommended packages: [2021-04-01T02:06:54.270Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-01T02:06:54.270Z] The following NEW packages will be installed: [2021-04-01T02:06:54.270Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-01T02:06:54.270Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-01T02:06:54.270Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-01T02:06:54.270Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-01T02:06:54.270Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-01T02:06:54.270Z] The following packages will be upgraded: [2021-04-01T02:06:54.270Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-01T02:06:54.270Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-01T02:06:54.270Z] Need to get 35.2 MB of archives. [2021-04-01T02:06:54.270Z] After this operation, 141 MB of additional disk space will be used. [2021-04-01T02:06:54.270Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-04-01T02:06:54.531Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-04-01T02:06:54.531Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-01T02:06:54.531Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-01T02:06:54.531Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-01T02:06:54.531Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-01T02:06:54.531Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-01T02:06:54.531Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-01T02:06:54.531Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-01T02:06:54.531Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-01T02:06:54.531Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-01T02:06:54.531Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-01T02:06:54.531Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-01T02:06:54.531Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-01T02:06:54.531Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-01T02:06:54.531Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-01T02:06:54.531Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-01T02:06:54.531Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-01T02:06:54.531Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-01T02:06:55.473Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-01T02:06:55.473Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-01T02:06:55.473Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-01T02:06:55.473Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-01T02:06:55.473Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-01T02:06:55.473Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-01T02:06:55.473Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-01T02:06:55.473Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-01T02:06:55.473Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-01T02:06:55.473Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-01T02:06:55.473Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-01T02:06:55.734Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T02:06:55.734Z] Fetched 35.2 MB in 1s (25.8 MB/s) [2021-04-01T02:06:55.994Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T02:06:55.994Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-01T02:06:55.994Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T02:06:56.939Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-01T02:06:56.939Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T02:06:56.939Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-01T02:06:56.939Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T02:06:56.939Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T02:06:57.200Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T02:06:57.200Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-04-01T02:06:57.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T02:06:57.464Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-01T02:06:57.464Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-04-01T02:06:57.464Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-04-01T02:06:57.728Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-04-01T02:06:57.728Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-01T02:06:58.298Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-01T02:06:58.298Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-01T02:06:58.298Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T02:06:58.298Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T02:06:58.558Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-01T02:06:58.558Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T02:06:58.558Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:06:58.837Z] Selecting previously unselected package libexpat1:amd64. [2021-04-01T02:06:58.837Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-01T02:06:58.837Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T02:06:58.837Z] Selecting previously unselected package python3.6-minimal. [2021-04-01T02:06:58.837Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T02:06:58.837Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:06:59.099Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T02:06:59.099Z] Checking for services that may need to be restarted...done. [2021-04-01T02:06:59.359Z] Checking for services that may need to be restarted...done. [2021-04-01T02:06:59.359Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:06:59.359Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-01T02:06:59.359Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:06:59.929Z] Selecting previously unselected package python3-minimal. [2021-04-01T02:06:59.929Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-01T02:06:59.929Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-01T02:06:59.929Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-01T02:06:59.929Z] Selecting previously unselected package mime-support. [2021-04-01T02:06:59.929Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-01T02:06:59.929Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-01T02:07:00.189Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-01T02:07:00.189Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-01T02:07:00.189Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T02:07:00.189Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-01T02:07:00.189Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T02:07:00.189Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:07:00.449Z] Selecting previously unselected package python3.6. [2021-04-01T02:07:00.449Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-01T02:07:00.449Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:07:00.449Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-01T02:07:00.449Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-01T02:07:00.449Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T02:07:00.709Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-01T02:07:00.969Z] Selecting previously unselected package python3. [2021-04-01T02:07:00.969Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-01T02:07:00.969Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-01T02:07:00.969Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-01T02:07:00.969Z] Selecting previously unselected package multiarch-support. [2021-04-01T02:07:00.969Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T02:07:00.969Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T02:07:00.969Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-01T02:07:01.230Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-01T02:07:01.230Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-01T02:07:01.230Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-01T02:07:01.230Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T02:07:01.230Z] Selecting previously unselected package libbsd0:amd64. [2021-04-01T02:07:01.230Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-01T02:07:01.230Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T02:07:01.230Z] Selecting previously unselected package sudo. [2021-04-01T02:07:01.230Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-01T02:07:01.230Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T02:07:01.490Z] Selecting previously unselected package apparmor. [2021-04-01T02:07:01.490Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T02:07:01.490Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-01T02:07:01.750Z] Selecting previously unselected package libedit2:amd64. [2021-04-01T02:07:01.750Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-01T02:07:01.750Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T02:07:01.750Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-01T02:07:01.750Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T02:07:01.750Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:07:02.010Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-01T02:07:02.010Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T02:07:02.010Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:07:02.010Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-01T02:07:02.010Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-01T02:07:02.010Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T02:07:02.270Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-01T02:07:02.270Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T02:07:02.270Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:07:02.270Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-01T02:07:02.270Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-01T02:07:02.270Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:07:02.530Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-01T02:07:02.530Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-01T02:07:02.530Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T02:07:02.530Z] Selecting previously unselected package openssh-client. [2021-04-01T02:07:02.530Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-01T02:07:02.530Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T02:07:02.790Z] Selecting previously unselected package squashfs-tools. [2021-04-01T02:07:02.790Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-01T02:07:02.790Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T02:07:02.790Z] Selecting previously unselected package snapd. [2021-04-01T02:07:02.790Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-01T02:07:03.050Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-01T02:07:04.961Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-01T02:07:05.221Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-01T02:07:05.221Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-01T02:07:05.481Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-01T02:07:05.481Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-01T02:07:05.481Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:07:05.481Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T02:07:05.740Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-01T02:07:05.740Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-01T02:07:06.683Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-01T02:07:06.683Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-01T02:07:06.683Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-01T02:07:06.683Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:07:06.683Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:07:06.683Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-01T02:07:07.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T02:07:08.068Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-01T02:07:08.068Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:07:08.068Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-01T02:07:08.068Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-01T02:07:08.068Z] running python rtupdate hooks for python3.6... [2021-04-01T02:07:08.068Z] running python post-rtupdate hooks for python3.6... [2021-04-01T02:07:08.328Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-01T02:07:09.708Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-01T02:07:09.969Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-01T02:07:09.969Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-01T02:07:10.229Z] Setting up snapd (2.48.3+18.04) ... [2021-04-01T02:07:10.488Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-01T02:07:10.751Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-01T02:07:11.017Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-01T02:07:11.287Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-01T02:07:11.287Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T02:07:11.287Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-01T02:07:11.546Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-01T02:07:11.807Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-01T02:07:12.066Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-01T02:07:12.066Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-01T02:07:12.326Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-01T02:07:12.326Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-01T02:07:12.326Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T02:07:12.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T02:07:13.264Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T02:07:13.523Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T02:07:13.523Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T02:07:15.282Z] Reading package lists... [2021-04-01T02:07:15.282Z] Reading package lists... [2021-04-01T02:07:15.282Z] Building dependency tree... [2021-04-01T02:07:15.282Z] Reading state information... [2021-04-01T02:07:15.542Z] Calculating upgrade... [2021-04-01T02:07:15.542Z] The following packages will be upgraded: [2021-04-01T02:07:15.542Z] advancecomp base-files bash binutils binutils-common [2021-04-01T02:07:15.542Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-01T02:07:15.542Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-01T02:07:15.542Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-01T02:07:15.542Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-01T02:07:15.542Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-01T02:07:15.542Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-01T02:07:15.542Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-01T02:07:15.542Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-01T02:07:15.542Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-01T02:07:15.542Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-01T02:07:15.542Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-01T02:07:15.542Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-01T02:07:15.542Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-01T02:07:15.542Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-01T02:07:15.802Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T02:07:15.802Z] Need to get 63.8 MB of archives. [2021-04-01T02:07:15.802Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-01T02:07:15.802Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-01T02:07:15.802Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-01T02:07:15.802Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-01T02:07:15.802Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-01T02:07:15.802Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-01T02:07:15.802Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-01T02:07:15.802Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-01T02:07:15.802Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-01T02:07:15.802Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-01T02:07:15.802Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-01T02:07:15.802Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-01T02:07:15.802Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-01T02:07:15.802Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-01T02:07:15.802Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-01T02:07:15.802Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-01T02:07:15.802Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-01T02:07:15.802Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-01T02:07:15.802Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-01T02:07:16.063Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-01T02:07:16.063Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-01T02:07:16.063Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-01T02:07:16.063Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-01T02:07:16.063Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-01T02:07:16.063Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-01T02:07:16.063Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-01T02:07:16.063Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-01T02:07:16.063Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-01T02:07:16.063Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-01T02:07:16.063Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-01T02:07:16.063Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-01T02:07:16.063Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-01T02:07:16.063Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-01T02:07:16.063Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-01T02:07:16.063Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-01T02:07:16.063Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-01T02:07:16.063Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-01T02:07:16.063Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-01T02:07:16.063Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-01T02:07:16.063Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-01T02:07:16.063Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-01T02:07:16.063Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-01T02:07:16.063Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-01T02:07:16.063Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-01T02:07:16.063Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-01T02:07:16.063Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-01T02:07:16.063Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-01T02:07:16.063Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-01T02:07:16.063Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-01T02:07:16.063Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-01T02:07:16.324Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-01T02:07:16.324Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-01T02:07:16.324Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-01T02:07:16.324Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-01T02:07:16.324Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-01T02:07:16.324Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-01T02:07:16.324Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-01T02:07:16.585Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-01T02:07:16.585Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-01T02:07:16.585Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-01T02:07:16.848Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-01T02:07:16.849Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-01T02:07:16.849Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-01T02:07:16.849Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-01T02:07:16.849Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-01T02:07:16.849Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-01T02:07:16.849Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-01T02:07:16.849Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-01T02:07:16.849Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-01T02:07:16.849Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-01T02:07:16.849Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-01T02:07:16.849Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-01T02:07:17.108Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-01T02:07:17.108Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-01T02:07:17.108Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-01T02:07:17.108Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-01T02:07:17.108Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-01T02:07:17.108Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-01T02:07:17.108Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-01T02:07:17.108Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-01T02:07:17.108Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-01T02:07:17.108Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-01T02:07:17.108Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-01T02:07:17.109Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-01T02:07:17.368Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-01T02:07:17.368Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-01T02:07:17.368Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-01T02:07:17.368Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-01T02:07:17.368Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-01T02:07:17.368Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-01T02:07:17.368Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-01T02:07:17.368Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-01T02:07:17.368Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-01T02:07:17.368Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-01T02:07:17.368Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-01T02:07:17.368Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-01T02:07:17.629Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-01T02:07:17.629Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-01T02:07:17.629Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-01T02:07:17.629Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-01T02:07:17.889Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T02:07:17.889Z] Fetched 63.8 MB in 2s (32.4 MB/s) [2021-04-01T02:07:17.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:17.889Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T02:07:17.889Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T02:07:18.459Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T02:07:18.459Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T02:07:18.718Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-01T02:07:18.718Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-01T02:07:19.656Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:19.656Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:07:19.656Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:19.656Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:07:19.656Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:19.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T02:07:19.915Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:07:19.915Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:19.915Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:07:19.915Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:19.915Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:07:20.174Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:20.175Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:07:20.175Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:20.175Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:07:20.435Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:20.435Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T02:07:20.435Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:20.435Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-01T02:07:20.695Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:20.695Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T02:07:20.695Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:20.695Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:07:20.695Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:20.956Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:07:20.956Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:20.956Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-01T02:07:21.216Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:21.216Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T02:07:21.216Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T02:07:21.477Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T02:07:22.047Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T02:07:22.047Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-01T02:07:22.047Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-01T02:07:22.047Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-01T02:07:22.047Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-01T02:07:22.308Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-01T02:07:22.308Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-01T02:07:22.568Z] Installing new version of config file /etc/issue ... [2021-04-01T02:07:22.568Z] Installing new version of config file /etc/issue.net ... [2021-04-01T02:07:22.568Z] Installing new version of config file /etc/lsb-release ... [2021-04-01T02:07:22.568Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-01T02:07:22.827Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-01T02:07:22.827Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-01T02:07:22.827Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-01T02:07:22.827Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:22.827Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-01T02:07:23.087Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-01T02:07:23.347Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-01T02:07:23.347Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-01T02:07:23.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:23.347Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:07:23.608Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-01T02:07:23.608Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:07:23.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:23.608Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-01T02:07:23.608Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-01T02:07:23.868Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-01T02:07:23.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:23.868Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-01T02:07:23.868Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T02:07:23.952Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T02:07:24.129Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-01T02:07:24.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:24.389Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T02:07:24.389Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T02:07:24.648Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T02:07:24.648Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:24.648Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T02:07:24.648Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T02:07:24.908Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-01T02:07:24.908Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:24.908Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-01T02:07:24.908Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-01T02:07:24.908Z] Setting up grep (3.1-2build1) ... [2021-04-01T02:07:25.167Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:25.167Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T02:07:25.167Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T02:07:25.427Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-01T02:07:25.427Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:25.427Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T02:07:25.427Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T02:07:25.427Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-01T02:07:25.687Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:25.688Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T02:07:25.688Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T02:07:26.259Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T02:07:26.259Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T02:07:26.518Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-01T02:07:26.518Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T02:07:27.091Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-01T02:07:27.091Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:27.091Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-01T02:07:27.091Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-01T02:07:28.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T02:07:28.479Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T02:07:28.479Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T02:07:28.479Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-01T02:07:28.479Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-01T02:07:28.479Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T02:07:28.740Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:28.740Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-01T02:07:28.740Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-01T02:07:28.740Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-01T02:07:29.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:29.000Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:07:29.000Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:07:29.000Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:07:29.259Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:29.259Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:07:29.259Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:07:29.259Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:07:29.519Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:29.519Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:07:29.519Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:07:29.519Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:07:29.778Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:29.778Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:07:29.778Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:07:29.778Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:07:30.038Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:30.038Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T02:07:30.038Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T02:07:30.038Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T02:07:30.038Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T02:07:30.297Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T02:07:30.297Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:30.297Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-01T02:07:30.297Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T02:07:30.562Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T02:07:30.562Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:30.562Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:07:30.562Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:07:30.562Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:07:30.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:30.822Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:07:30.822Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:07:30.822Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:07:31.088Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:31.088Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-01T02:07:31.088Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:07:31.662Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:07:31.924Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-01T02:07:32.191Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-01T02:07:32.191Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:32.191Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-01T02:07:32.191Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-01T02:07:32.455Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T02:07:32.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-01T02:07:32.715Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-01T02:07:32.715Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-01T02:07:32.715Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-01T02:07:32.974Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:32.974Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-01T02:07:32.974Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-01T02:07:32.974Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-01T02:07:33.238Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:33.238Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-01T02:07:33.238Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T02:07:33.497Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-01T02:07:33.497Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:33.497Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-01T02:07:33.497Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-01T02:07:33.497Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-01T02:07:33.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:33.755Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T02:07:34.015Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T02:07:34.015Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T02:07:34.298Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:34.298Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T02:07:34.298Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T02:07:34.298Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T02:07:34.561Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:34.561Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-01T02:07:34.561Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T02:07:34.821Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T02:07:34.821Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:34.821Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [Pipeline] } [2021-04-01T02:07:34.968Z] $ docker stop --time=1 16d01c4555505d4f2b4595035eb4895a7c1c85db058b364674d8dcc079c58db7 [2021-04-01T02:07:35.081Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-01T02:07:35.081Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-01T02:07:35.081Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-01T02:07:35.340Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T02:07:35.340Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T02:07:35.340Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T02:07:35.602Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:35.602Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-01T02:07:35.602Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-01T02:07:35.862Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-01T02:07:35.862Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:35.862Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-01T02:07:35.862Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-01T02:07:36.121Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-01T02:07:36.381Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:36.381Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-01T02:07:36.381Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-01T02:07:36.381Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-01T02:07:36.641Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:36.641Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-01T02:07:36.641Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-01T02:07:36.641Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-01T02:07:36.902Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:36.903Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-01T02:07:36.903Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-01T02:07:37.170Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-01T02:07:37.430Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:37.430Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-01T02:07:37.430Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-01T02:07:37.556Z] $ docker rm -f 16d01c4555505d4f2b4595035eb4895a7c1c85db058b364674d8dcc079c58db7 [2021-04-01T02:07:37.690Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-01T02:07:37.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:37.690Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-01T02:07:37.690Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-01T02:07:37.950Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-01T02:07:37.950Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:37.950Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-01T02:07:38.210Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-01T02:07:38.210Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-01T02:07:38.210Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:38.210Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-01T02:07:38.210Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-01T02:07:38.470Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-01T02:07:38.470Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:38.470Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-01T02:07:38.470Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-01T02:07:38.729Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [Pipeline] // withDockerContainer [Pipeline] } [2021-04-01T02:07:38.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:38.989Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-04-01T02:07:39.250Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:07:39.510Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-01T02:07:39.510Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-01T02:07:39.510Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-01T02:07:39.510Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-01T02:07:39.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T02:07:39.769Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-01T02:07:39.769Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-01T02:07:39.769Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T02:07:39.931Z] [2021-04-01T02:07:39.931Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:07:40.029Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T02:07:40.029Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-01T02:07:40.029Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-01T02:07:40.304Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-01T02:07:40.304Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-01T02:07:40.349Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T02:07:40.584Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-01T02:07:40.584Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-01T02:07:40.584Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-01T02:07:40.622Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-01T02:07:40.622Z] 29e5d40040c1: Pulling fs layer [2021-04-01T02:07:40.622Z] 1ce36da41761: Pulling fs layer [2021-04-01T02:07:40.622Z] 25b303627fd3: Pulling fs layer [2021-04-01T02:07:40.869Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-01T02:07:40.869Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-01T02:07:40.869Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-01T02:07:40.869Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-01T02:07:41.128Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-01T02:07:41.128Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-01T02:07:41.128Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-01T02:07:41.128Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-01T02:07:41.128Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-01T02:07:41.221Z] 29e5d40040c1: Verifying Checksum [2021-04-01T02:07:41.221Z] 29e5d40040c1: Download complete [2021-04-01T02:07:41.388Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-01T02:07:41.388Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-01T02:07:41.648Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-01T02:07:41.648Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-01T02:07:41.648Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-01T02:07:41.907Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-01T02:07:42.208Z] 1ce36da41761: Verifying Checksum [2021-04-01T02:07:42.208Z] 1ce36da41761: Download complete [2021-04-01T02:07:42.208Z] 29e5d40040c1: Pull complete [2021-04-01T02:07:42.845Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-01T02:07:42.845Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-01T02:07:42.845Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-01T02:07:42.845Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-01T02:07:43.105Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T02:07:43.105Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T02:07:43.192Z] 1ce36da41761: Pull complete [2021-04-01T02:07:43.373Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T02:07:43.373Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T02:07:43.639Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T02:07:43.639Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T02:07:43.639Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-01T02:07:43.639Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-01T02:07:43.786Z] 25b303627fd3: Verifying Checksum [2021-04-01T02:07:43.786Z] 25b303627fd3: Download complete [2021-04-01T02:07:43.901Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:43.901Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:07:43.901Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:43.901Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:07:44.162Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:44.162Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:07:44.162Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:44.421Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:07:45.361Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:45.361Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:07:46.301Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:46.301Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:07:47.240Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:47.240Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:07:47.500Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:47.500Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:07:48.439Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-01T02:07:48.439Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-01T02:07:48.439Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T02:07:48.439Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T02:07:48.439Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T02:07:48.698Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T02:07:48.698Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-01T02:07:48.957Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-01T02:07:48.957Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-01T02:07:48.957Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-01T02:07:49.216Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T02:07:49.216Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T02:07:49.216Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-01T02:07:49.216Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-01T02:07:49.476Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-01T02:07:49.476Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-01T02:07:49.476Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:49.476Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-01T02:07:49.476Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:49.476Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:49.476Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:49.736Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-01T02:07:49.736Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-01T02:07:49.736Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-01T02:07:49.996Z] [2021-04-01T02:07:49.996Z] Current default time zone: 'Etc/UTC' [2021-04-01T02:07:49.996Z] Local time is now: Thu Apr 1 02:07:49 UTC 2021. [2021-04-01T02:07:49.996Z] Universal Time is now: Thu Apr 1 02:07:49 UTC 2021. [2021-04-01T02:07:49.996Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-01T02:07:49.996Z] [2021-04-01T02:07:49.996Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-01T02:07:49.996Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:49.996Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-01T02:07:49.996Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-01T02:07:49.996Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-01T02:07:50.254Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-01T02:07:50.254Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-01T02:07:50.254Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-01T02:07:50.254Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-01T02:07:50.254Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-01T02:07:50.254Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:50.254Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-01T02:07:50.514Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:07:50.514Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T02:07:50.514Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:50.514Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-01T02:07:50.514Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-01T02:07:50.514Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-01T02:07:50.514Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-01T02:07:50.514Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-01T02:07:50.773Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-01T02:07:50.773Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-01T02:07:50.773Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-01T02:07:52.154Z] Updating certificates in /etc/ssl/certs... [2021-04-01T02:07:52.723Z] 23 added, 27 removed; done. [2021-04-01T02:07:52.723Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-01T02:07:52.723Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-01T02:07:52.723Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-01T02:07:52.723Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-01T02:07:52.723Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-01T02:07:52.982Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:07:52.982Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-01T02:07:52.982Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:07:52.982Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:07:52.982Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:07:52.982Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:07:52.982Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:07:52.983Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-01T02:07:53.243Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-01T02:07:53.243Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-01T02:07:53.243Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-01T02:07:53.243Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-01T02:07:53.243Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:07:53.243Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-01T02:07:53.243Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-01T02:07:53.503Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-01T02:07:53.503Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-01T02:07:53.503Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T02:07:53.503Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-01T02:07:53.503Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-01T02:07:53.763Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-01T02:07:53.763Z] Updating certificates in /etc/ssl/certs... [2021-04-01T02:07:53.934Z] 25b303627fd3: Pull complete [2021-04-01T02:07:53.935Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-01T02:07:53.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T02:07:53.935Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-01T02:07:54.022Z] 0 added, 0 removed; done. [2021-04-01T02:07:54.022Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-01T02:07:54.022Z] done. [2021-04-01T02:07:54.212Z] prd-ubuntu18.04-docker-arm64-4c-16g-32389 does not seem to be running inside a container [2021-04-01T02:07:54.304Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T02:07:54.590Z] Reading package lists... [2021-04-01T02:07:54.590Z] Building dependency tree... [2021-04-01T02:07:54.590Z] Reading state information... [2021-04-01T02:07:54.849Z] The following NEW packages will be installed: [2021-04-01T02:07:54.849Z] apt-transport-https [2021-04-01T02:07:55.108Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T02:07:55.108Z] Need to get 1696 B of archives. [2021-04-01T02:07:55.108Z] After this operation, 153 kB of additional disk space will be used. [2021-04-01T02:07:55.108Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-04-01T02:07:55.108Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T02:07:55.108Z] Fetched 1696 B in 0s (8507 B/s) [2021-04-01T02:07:55.108Z] Selecting previously unselected package apt-transport-https. [2021-04-01T02:07:55.108Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-01T02:07:55.108Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-04-01T02:07:55.108Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T02:07:55.367Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-04-01T02:07:55.628Z] Waiting for network to be ready... [2021-04-01T02:07:57.782Z] $ docker top 181bc65a90c1dd19de268922984ff79bd9e317e5f9529450d714a5b028f69b0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:07:58.870Z] + docker-compose build --help [2021-04-01T02:07:58.870Z] + grep parallel [2021-04-01T02:08:02.220Z] 2021-04-01T02:07:58Z INFO Waiting for automatic snapd restart... [2021-04-01T02:08:02.792Z] snapd 2.49.1 from Canonical* installed [2021-04-01T02:08:03.730Z] "snapd" switched to the "latest/stable" channel [2021-04-01T02:08:03.731Z] [2021-04-01T02:08:04.272Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T02:08:04.301Z] $ docker stop --time=1 181bc65a90c1dd19de268922984ff79bd9e317e5f9529450d714a5b028f69b0d [2021-04-01T02:08:06.329Z] $ docker rm -f 181bc65a90c1dd19de268922984ff79bd9e317e5f9529450d714a5b028f69b0d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:08:07.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T02:08:07.235Z] . [Pipeline] withDockerContainer [2021-04-01T02:08:07.509Z] prd-ubuntu18.04-docker-arm64-4c-16g-32389 does not seem to be running inside a container [2021-04-01T02:08:07.598Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T02:08:07.937Z] core18 20210309 from Canonical* installed [2021-04-01T02:08:07.937Z] "core18" switched to the "latest/stable" channel [2021-04-01T02:08:07.937Z] [2021-04-01T02:08:09.139Z] $ docker top ea97b1313524a7dffb5d8c0d57b2c26e64f45182ee36233ed4eb3c7daef027b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:08:10.170Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T02:08:12.152Z] snapcraft 4.6 from Canonical* installed [2021-04-01T02:08:12.415Z] "snapcraft" switched to the "latest/stable" channel [2021-04-01T02:08:12.415Z] [2021-04-01T02:08:14.477Z] Building docker-core-command-go ... [2021-04-01T02:08:14.477Z] Building docker-core-data-go ... [2021-04-01T02:08:14.477Z] Building docker-core-metadata-go ... [2021-04-01T02:08:14.477Z] Building docker-security-bootstrapper-go ... [2021-04-01T02:08:14.477Z] Building docker-security-proxy-setup-go ... [2021-04-01T02:08:14.477Z] Building docker-security-secretstore-setup-go ... [2021-04-01T02:08:14.477Z] Building docker-support-notifications-go ... [2021-04-01T02:08:14.477Z] Building docker-support-scheduler-go ... [2021-04-01T02:08:14.477Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T02:08:14.477Z] Building docker-security-proxy-setup-go [2021-04-01T02:08:14.477Z] Building docker-support-notifications-go [2021-04-01T02:08:14.477Z] Building docker-core-metadata-go [2021-04-01T02:08:14.477Z] Building docker-support-scheduler-go [2021-04-01T02:08:14.477Z] Building docker-security-bootstrapper-go [2021-04-01T02:08:15.737Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-01T02:08:15.737Z] - README.md [2021-04-01T02:08:15.737Z] [2021-04-01T02:08:15.737Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-01T02:08:22.321Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T02:08:22.321Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T02:08:22.321Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T02:08:22.580Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T02:08:23.961Z] Reading package lists... [2021-04-01T02:08:24.221Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-01T02:08:30.800Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T02:08:30.800Z] Reading package lists... [2021-04-01T02:08:30.800Z] Building dependency tree... [2021-04-01T02:08:30.800Z] Reading state information... [2021-04-01T02:08:30.800Z] Suggested packages: [2021-04-01T02:08:30.800Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-01T02:08:30.800Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-01T02:08:30.800Z] Recommended packages: [2021-04-01T02:08:30.800Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-01T02:08:30.800Z] The following NEW packages will be installed: [2021-04-01T02:08:30.800Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-01T02:08:30.800Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-01T02:08:30.800Z] pkg-config zip [2021-04-01T02:08:30.800Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-01T02:08:30.800Z] Need to get 7663 kB of archives. [2021-04-01T02:08:30.800Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-01T02:08:30.800Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-01T02:08:30.800Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-01T02:08:31.060Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-01T02:08:31.060Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-01T02:08:31.060Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-01T02:08:31.060Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-01T02:08:31.320Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-01T02:08:31.320Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-01T02:08:31.320Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-01T02:08:31.320Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-01T02:08:31.579Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-01T02:08:31.579Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-01T02:08:31.579Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-01T02:08:31.579Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-01T02:08:31.579Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-01T02:08:31.839Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-01T02:08:31.839Z] Fetched 7663 kB in 1s (7315 kB/s) [2021-04-01T02:08:31.839Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-01T02:08:32.099Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-01T02:08:32.099Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-01T02:08:32.099Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T02:08:32.099Z] Selecting previously unselected package libpsl5:amd64. [2021-04-01T02:08:32.099Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-01T02:08:32.358Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T02:08:32.358Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-01T02:08:32.358Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-01T02:08:32.358Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T02:08:32.358Z] Selecting previously unselected package librtmp1:amd64. [2021-04-01T02:08:32.358Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-01T02:08:32.358Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T02:08:32.619Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-01T02:08:32.619Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-01T02:08:32.619Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T02:08:32.619Z] Selecting previously unselected package liberror-perl. [2021-04-01T02:08:32.619Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-01T02:08:32.619Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-01T02:08:32.619Z] Selecting previously unselected package git-man. [2021-04-01T02:08:32.619Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-01T02:08:32.619Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T02:08:32.878Z] Selecting previously unselected package git. [2021-04-01T02:08:32.878Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-01T02:08:32.878Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T02:08:33.840Z] Selecting previously unselected package libnorm1:amd64. [2021-04-01T02:08:33.840Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-01T02:08:33.840Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T02:08:33.840Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-01T02:08:33.840Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-01T02:08:33.840Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T02:08:34.101Z] Selecting previously unselected package libsodium23:amd64. [2021-04-01T02:08:34.101Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-01T02:08:34.101Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-01T02:08:34.101Z] Selecting previously unselected package libzmq5:amd64. [2021-04-01T02:08:34.101Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T02:08:34.101Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T02:08:34.361Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-01T02:08:34.361Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-01T02:08:34.361Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T02:08:34.361Z] Selecting previously unselected package pkg-config. [2021-04-01T02:08:34.361Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-01T02:08:34.361Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T02:08:34.361Z] Selecting previously unselected package zip. [2021-04-01T02:08:34.361Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-01T02:08:34.361Z] Unpacking zip (3.0-11build1) ... [2021-04-01T02:08:34.625Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-01T02:08:34.625Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-01T02:08:34.625Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-01T02:08:34.625Z] Setting up liberror-perl (0.17025-1) ... [2021-04-01T02:08:34.625Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-01T02:08:34.884Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-01T02:08:34.884Z] No schema files found: doing nothing. [2021-04-01T02:08:34.884Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-01T02:08:34.884Z] Setting up zip (3.0-11build1) ... [2021-04-01T02:08:34.884Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-01T02:08:34.884Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-01T02:08:34.884Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-01T02:08:35.145Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T02:08:35.145Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-01T02:08:35.145Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-01T02:08:35.145Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-01T02:08:35.145Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-01T02:08:41.716Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T02:08:41.716Z] git set to automatically installed. [2021-04-01T02:08:41.716Z] git-man set to automatically installed. [2021-04-01T02:08:41.716Z] libcurl3-gnutls set to automatically installed. [2021-04-01T02:08:41.716Z] liberror-perl set to automatically installed. [2021-04-01T02:08:41.716Z] libglib2.0-0 set to automatically installed. [2021-04-01T02:08:41.716Z] libnghttp2-14 set to automatically installed. [2021-04-01T02:08:41.716Z] libnorm1 set to automatically installed. [2021-04-01T02:08:41.716Z] libpgm-5.2-0 set to automatically installed. [2021-04-01T02:08:41.716Z] libpsl5 set to automatically installed. [2021-04-01T02:08:41.716Z] librtmp1 set to automatically installed. [2021-04-01T02:08:41.716Z] libsodium23 set to automatically installed. [2021-04-01T02:08:41.716Z] libzmq3-dev set to automatically installed. [2021-04-01T02:08:41.716Z] libzmq5 set to automatically installed. [2021-04-01T02:08:41.716Z] pkg-config set to automatically installed. [2021-04-01T02:08:41.716Z] zip set to automatically installed. [2021-04-01T02:08:43.625Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T02:08:50.203Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T02:09:36.415Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:09:36.415Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:09:36.415Z] ---> 695c38e42491 [2021-04-01T02:09:36.415Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T02:09:36.415Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:09:36.415Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:09:36.415Z] ---> 695c38e42491 [2021-04-01T02:09:36.415Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T02:09:36.415Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:09:36.415Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:09:36.415Z] ---> 695c38e42491 [2021-04-01T02:09:36.415Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T02:09:36.415Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:09:36.415Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:09:36.415Z] ---> 695c38e42491 [2021-04-01T02:09:36.415Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T02:09:36.415Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:09:36.415Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:09:36.415Z] ---> 695c38e42491 [2021-04-01T02:09:36.415Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T02:09:36.415Z] ---> Running in d28a3e6dedf1 [2021-04-01T02:09:36.415Z] ---> Running in 63555f2a74f9 [2021-04-01T02:09:36.415Z] ---> Running in e342b5750fd3 [2021-04-01T02:09:36.415Z] ---> Running in aca024bb903e [2021-04-01T02:09:36.415Z] ---> Running in bef3c43a6f25 [2021-04-01T02:09:36.415Z] Removing intermediate container d28a3e6dedf1 [2021-04-01T02:09:36.415Z] ---> a0268013946b [2021-04-01T02:09:36.415Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:09:36.415Z] Removing intermediate container aca024bb903e [2021-04-01T02:09:36.415Z] ---> a3ed7cd74a68 [2021-04-01T02:09:36.415Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:09:36.415Z] Removing intermediate container bef3c43a6f25 [2021-04-01T02:09:36.415Z] ---> adf1eb7bdce7 [2021-04-01T02:09:36.415Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:09:36.415Z] ---> Running in 971b992ae9bb [2021-04-01T02:09:36.415Z] Removing intermediate container e342b5750fd3 [2021-04-01T02:09:36.415Z] ---> 56c61616bc53 [2021-04-01T02:09:36.415Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:09:36.415Z] Removing intermediate container 63555f2a74f9 [2021-04-01T02:09:36.415Z] ---> 6325017fccf6 [2021-04-01T02:09:36.415Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:09:36.415Z] ---> Running in 0121e4652037 [2021-04-01T02:09:36.415Z] ---> Running in 28224d75b663 [2021-04-01T02:09:36.415Z] ---> Running in 3082fab957eb [2021-04-01T02:09:36.415Z] ---> Running in a3431b43f508 [2021-04-01T02:09:38.416Z] Removing intermediate container 971b992ae9bb [2021-04-01T02:09:38.416Z] ---> 7c0836f90778 [2021-04-01T02:09:38.416Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T02:09:38.416Z] ---> Running in a9fb6f05a1ad [2021-04-01T02:09:38.416Z] Removing intermediate container 0121e4652037 [2021-04-01T02:09:38.416Z] ---> 8702e6fdc9ee [2021-04-01T02:09:38.416Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T02:09:39.038Z] ---> Running in 5215170eebb4 [2021-04-01T02:09:39.038Z] Removing intermediate container 28224d75b663 [2021-04-01T02:09:39.038Z] ---> bc1cf91463be [2021-04-01T02:09:39.038Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T02:09:39.311Z] Removing intermediate container 3082fab957eb [2021-04-01T02:09:39.311Z] ---> f0f8a4b57cb8 [2021-04-01T02:09:39.311Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T02:09:39.311Z] ---> Running in 7957cbeb02f9 [2021-04-01T02:09:39.587Z] ---> Running in ff49b97fdc2b [2021-04-01T02:09:39.587Z] Removing intermediate container a3431b43f508 [2021-04-01T02:09:39.587Z] ---> 9865fec1978d [2021-04-01T02:09:39.587Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T02:09:39.884Z] ---> Running in c1787ae428dc [2021-04-01T02:09:40.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:40.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:41.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:41.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:41.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:41.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:41.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:41.877Z] OK: 217 MiB in 51 packages [2021-04-01T02:09:42.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:42.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:42.447Z] OK: 217 MiB in 51 packages [2021-04-01T02:09:42.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:09:43.051Z] OK: 217 MiB in 51 packages [2021-04-01T02:09:43.051Z] OK: 217 MiB in 51 packages [2021-04-01T02:09:43.327Z] OK: 217 MiB in 51 packages [2021-04-01T02:09:43.327Z] Removing intermediate container a9fb6f05a1ad [2021-04-01T02:09:43.327Z] ---> eaa6a4a4a237 [2021-04-01T02:09:43.327Z] Step 6/23 : COPY go.mod . [2021-04-01T02:09:43.926Z] Removing intermediate container 5215170eebb4 [2021-04-01T02:09:43.926Z] ---> e54da5df8059 [2021-04-01T02:09:43.926Z] Step 6/22 : COPY go.mod . [2021-04-01T02:09:44.200Z] ---> 7efbeb636452 [2021-04-01T02:09:44.200Z] Step 7/23 : RUN go mod download [2021-04-01T02:09:44.476Z] ---> Running in 1fc4531b878f [2021-04-01T02:09:44.757Z] Removing intermediate container 7957cbeb02f9 [2021-04-01T02:09:44.757Z] ---> 38ca4db42936 [2021-04-01T02:09:44.757Z] Step 6/31 : COPY go.mod . [2021-04-01T02:09:45.035Z] ---> be9a03976692 [2021-04-01T02:09:45.035Z] Step 7/22 : RUN go mod download [2021-04-01T02:09:45.035Z] Removing intermediate container ff49b97fdc2b [2021-04-01T02:09:45.035Z] ---> e3c4bdad1f9b [2021-04-01T02:09:45.035Z] Step 6/22 : COPY go.mod . [2021-04-01T02:09:45.320Z] Removing intermediate container c1787ae428dc [2021-04-01T02:09:45.320Z] ---> 849c062ac86c [2021-04-01T02:09:45.320Z] Step 6/21 : COPY go.mod . [2021-04-01T02:09:45.320Z] ---> Running in d7fe39a63ab2 [2021-04-01T02:09:45.921Z] ---> d4a5e5407f2c [2021-04-01T02:09:45.921Z] Step 7/31 : RUN go mod download [2021-04-01T02:09:46.540Z] ---> Running in 36e0ba38e1ed [2021-04-01T02:09:46.540Z] ---> 5cf1f57a5310 [2021-04-01T02:09:46.540Z] Step 7/22 : RUN go mod download [2021-04-01T02:09:46.834Z] ---> b8c2ea020f0f [2021-04-01T02:09:46.834Z] Step 7/21 : RUN go mod download [2021-04-01T02:09:47.114Z] ---> Running in f28c3f92778f [2021-04-01T02:09:47.390Z] ---> Running in c84f1179a7fc [2021-04-01T02:09:48.851Z] Removing intermediate container 1fc4531b878f [2021-04-01T02:09:48.851Z] ---> fc1e20bdd6fc [2021-04-01T02:09:48.851Z] Step 8/23 : COPY . . [2021-04-01T02:09:49.450Z] Removing intermediate container d7fe39a63ab2 [2021-04-01T02:09:49.450Z] ---> 4619409ca27a [2021-04-01T02:09:49.450Z] Step 8/22 : COPY . . [2021-04-01T02:09:52.866Z] Removing intermediate container 36e0ba38e1ed [2021-04-01T02:09:52.866Z] ---> 91aff40b5883 [2021-04-01T02:09:52.866Z] Step 8/31 : COPY . . [2021-04-01T02:09:53.165Z] Removing intermediate container c84f1179a7fc [2021-04-01T02:09:53.165Z] ---> 550259bbc9cc [2021-04-01T02:09:53.165Z] Step 8/21 : COPY . . [2021-04-01T02:09:53.440Z] Removing intermediate container f28c3f92778f [2021-04-01T02:09:53.440Z] ---> c36a372bbea1 [2021-04-01T02:09:53.440Z] Step 8/22 : COPY . . [2021-04-01T02:10:20.257Z] ---> c2b0cd8fc8ca [2021-04-01T02:10:20.257Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T02:10:20.257Z] ---> 3fc6365fde17 [2021-04-01T02:10:20.257Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T02:10:20.257Z] ---> 6d32f470a9b5 [2021-04-01T02:10:20.257Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T02:10:20.257Z] ---> 3b419f8012ff [2021-04-01T02:10:20.257Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T02:10:20.257Z] ---> Running in 15efc98e5894 [2021-04-01T02:10:20.257Z] ---> Running in 639344b7f009 [2021-04-01T02:10:20.257Z] ---> e011552166b8 [2021-04-01T02:10:20.257Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T02:10:20.257Z] ---> Running in 40d08dade02a [2021-04-01T02:10:20.257Z] ---> Running in 16ead10f0ae2 [2021-04-01T02:10:20.257Z] ---> Running in f10090b48812 [2021-04-01T02:10:20.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T02:10:20.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T02:10:20.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T02:10:21.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T02:10:21.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T02:10:41.755Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-01T02:10:41.755Z] snapd is not logged in, snap install commands will use sudo [2021-04-01T02:10:44.292Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-01T02:10:44.551Z] snap "core18" has no updates available [2021-04-01T02:10:45.121Z] Pulling go-build-helper [2021-04-01T02:10:45.121Z] + snapcraftctl pull [2021-04-01T02:10:46.502Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-01T02:10:46.502Z] Skipping pull go-build-helper (already ran) [2021-04-01T02:10:46.502Z] Building go-build-helper [2021-04-01T02:10:46.502Z] + snapcraftctl build [2021-04-01T02:10:49.040Z] Staging go-build-helper [2021-04-01T02:10:49.040Z] + snapcraftctl stage [2021-04-01T02:11:01.264Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-01T02:11:01.264Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-01T02:11:01.264Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-01T02:11:01.264Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-01T02:11:01.264Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-01T02:11:01.264Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-01T02:11:01.264Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-01T02:11:01.264Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-01T02:11:01.264Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-01T02:11:01.264Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-01T02:11:01.264Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-01T02:11:01.264Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-01T02:11:01.264Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-01T02:11:01.264Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-01T02:11:01.264Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-01T02:11:01.264Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-01T02:11:01.264Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-01T02:11:01.264Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-01T02:11:01.264Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-01T02:11:01.264Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-04-01T02:11:01.264Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-01T02:11:01.264Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-01T02:11:01.264Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-01T02:11:01.264Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-01T02:11:01.264Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-01T02:11:01.264Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-04-01T02:11:01.264Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-04-01T02:11:01.264Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-01T02:11:01.264Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T02:11:01.264Z] Fetched 224 kB in 0s (0 B/s) [2021-04-01T02:11:01.264Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T02:11:01.264Z] Fetched 157 kB in 0s (0 B/s) [2021-04-01T02:11:01.264Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T02:11:01.264Z] Fetched 221 kB in 0s (0 B/s) [2021-04-01T02:11:01.264Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T02:11:01.264Z] Fetched 143 kB in 0s (0 B/s) [2021-04-01T02:11:01.264Z] Pulling app-service-config [2021-04-01T02:11:01.264Z] + snapcraftctl pull [2021-04-01T02:11:01.264Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-01T02:11:01.264Z] Pulling config-common [2021-04-01T02:11:01.264Z] + snapcraftctl pull [2021-04-01T02:11:06.548Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T02:11:06.548Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T02:11:06.548Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T02:11:06.548Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:11:06.548Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-01T02:11:06.548Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:11:06.548Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-01T02:11:06.548Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:11:06.548Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-01T02:11:06.548Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:11:06.548Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-01T02:11:06.548Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:11:06.548Z] Pulling edgex-go [2021-04-01T02:11:06.548Z] + snapcraftctl pull [2021-04-01T02:11:28.497Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-01T02:11:28.497Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-01T02:11:28.497Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-01T02:11:28.497Z] Fetched 0 B in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-01T02:11:28.497Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-01T02:11:28.497Z] Fetched 279 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-01T02:11:28.497Z] Fetched 122 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-01T02:11:28.497Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-01T02:11:28.497Z] Fetched 8848 B in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-01T02:11:28.497Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-01T02:11:28.497Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-01T02:11:28.497Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-01T02:11:28.497Z] Fetched 219 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-01T02:11:28.497Z] Fetched 154 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-01T02:11:28.497Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-01T02:11:28.497Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-01T02:11:28.497Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-01T02:11:28.497Z] Fetched 499 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-01T02:11:28.497Z] Fetched 111 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-01T02:11:28.497Z] Fetched 240 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-01T02:11:28.497Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-01T02:11:28.497Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-01T02:11:28.497Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-01T02:11:28.497Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-01T02:11:28.497Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-01T02:11:28.497Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-01T02:11:28.497Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-01T02:11:28.497Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-01T02:11:28.497Z] Fetched 8720 B in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-01T02:11:28.497Z] Fetched 137 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-01T02:11:28.497Z] Fetched 119 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-01T02:11:28.497Z] Fetched 109 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-01T02:11:28.497Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-01T02:11:28.497Z] Fetched 645 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-01T02:11:28.497Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-01T02:11:28.497Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-01T02:11:28.497Z] Fetched 368 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-01T02:11:28.497Z] Fetched 187 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-01T02:11:28.497Z] Fetched 175 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-01T02:11:28.497Z] Fetched 206 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-01T02:11:28.497Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-01T02:11:28.497Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-01T02:11:28.497Z] Fetched 159 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-01T02:11:28.497Z] Fetched 107 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-01T02:11:28.497Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-01T02:11:28.497Z] Pulling static-packages [2021-04-01T02:11:28.497Z] + snapcraftctl pull [2021-04-01T02:11:28.497Z] Pulling version [2021-04-01T02:11:28.497Z] + cd /root/project [2021-04-01T02:11:28.497Z] + [ -f VERSION ] [2021-04-01T02:11:28.497Z] + PROJECT_VERSION=local-dev [2021-04-01T02:11:28.497Z] + git rev-parse --short HEAD [2021-04-01T02:11:28.497Z] + GIT_REVISION=c3328f26 [2021-04-01T02:11:28.497Z] + snapcraftctl set-version local-dev [2021-04-01T02:11:28.497Z] Skipping build go-build-helper (already ran) [2021-04-01T02:11:28.497Z] Building app-service-config [2021-04-01T02:11:28.497Z] + make build [2021-04-01T02:11:28.497Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-01T02:11:29.878Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 [2021-04-01T02:11:29.878Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-01T02:11:29.878Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 [2021-04-01T02:11:29.878Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-04-01T02:11:29.878Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 [2021-04-01T02:11:30.138Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-04-01T02:11:30.138Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-01T02:11:30.138Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-01T02:11:30.138Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-01T02:11:30.138Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-01T02:11:30.138Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-04-01T02:11:30.138Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-01T02:11:30.138Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-01T02:11:30.138Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-01T02:11:30.398Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-01T02:11:30.398Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-01T02:11:30.398Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-01T02:11:30.398Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-01T02:11:30.398Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-01T02:11:30.657Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-01T02:11:30.657Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-01T02:11:30.657Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-01T02:11:30.934Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-01T02:11:30.934Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-01T02:11:30.934Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-01T02:11:30.934Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-04-01T02:11:30.934Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-01T02:11:30.934Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-01T02:11:31.205Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-01T02:11:31.205Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-01T02:11:31.205Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-01T02:11:31.205Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-01T02:11:31.485Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-01T02:11:31.485Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-01T02:11:31.485Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-01T02:11:31.485Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-01T02:11:31.485Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-01T02:11:31.485Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-01T02:11:31.485Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-01T02:11:31.485Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-01T02:11:31.485Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-01T02:11:31.485Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-01T02:11:31.750Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-01T02:11:31.750Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-01T02:11:31.750Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-01T02:11:41.745Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-01T02:11:41.746Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-01T02:11:41.746Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-01T02:11:41.746Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-01T02:11:43.654Z] Building config-common [2021-04-01T02:11:43.654Z] + snapcraftctl build [2021-04-01T02:11:46.194Z] Building edgex-go [2021-04-01T02:11:46.194Z] + cd /root/parts/edgex-go/src [2021-04-01T02:11:46.194Z] + make build [2021-04-01T02:11:46.194Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T02:11:46.764Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-01T02:11:46.764Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 [2021-04-01T02:11:46.764Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 [2021-04-01T02:11:46.764Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-01T02:11:46.764Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 [2021-04-01T02:11:46.764Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-01T02:11:46.764Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-01T02:11:52.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T02:11:52.048Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-01T02:11:57.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T02:11:58.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T02:12:00.201Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T02:12:00.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T02:12:00.721Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-01T02:12:00.721Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-01T02:12:00.721Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-01T02:12:00.721Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-01T02:12:02.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T02:12:02.641Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-01T02:12:02.641Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-01T02:12:04.552Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T02:12:05.491Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T02:12:06.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T02:12:08.253Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T02:12:08.253Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-01T02:12:09.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T02:12:09.649Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-01T02:12:11.587Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-01T02:12:11.587Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-01T02:12:11.587Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-01T02:12:11.587Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-01T02:12:11.587Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-01T02:12:11.587Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-01T02:12:11.587Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-01T02:12:11.587Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-01T02:12:11.587Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-01T02:12:11.587Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-01T02:12:11.587Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-01T02:12:11.587Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-01T02:12:11.587Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-01T02:12:11.587Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-01T02:12:11.587Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-01T02:12:13.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T02:12:14.880Z] Building static-packages [2021-04-01T02:12:14.880Z] + snapcraftctl build [2021-04-01T02:12:16.788Z] Building version [2021-04-01T02:12:16.788Z] + snapcraftctl build [2021-04-01T02:12:19.326Z] Skipping stage go-build-helper (already ran) [2021-04-01T02:12:19.326Z] Staging app-service-config [2021-04-01T02:12:19.326Z] + snapcraftctl stage [2021-04-01T02:12:20.225Z] Removing intermediate container 40d08dade02a [2021-04-01T02:12:20.225Z] ---> 3e4e53c7cc9f [2021-04-01T02:12:20.225Z] [2021-04-01T02:12:20.225Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T02:12:20.225Z] 3.12: Pulling from library/alpine [2021-04-01T02:12:20.264Z] Staging config-common [2021-04-01T02:12:20.264Z] + snapcraftctl stage [2021-04-01T02:12:21.644Z] Staging edgex-go [2021-04-01T02:12:21.644Z] + snapcraftctl stage [2021-04-01T02:12:21.692Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-04-01T02:12:21.692Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T02:12:21.692Z] ---> e47305ac9786 [2021-04-01T02:12:21.692Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T02:12:22.319Z] ---> Running in 34362d477a72 [2021-04-01T02:12:22.581Z] Staging static-packages [2021-04-01T02:12:22.581Z] + snapcraftctl stage [2021-04-01T02:12:23.961Z] Staging version [2021-04-01T02:12:23.961Z] + snapcraftctl stage [2021-04-01T02:12:24.351Z] Removing intermediate container 34362d477a72 [2021-04-01T02:12:24.351Z] ---> c1e3f3d9d0af [2021-04-01T02:12:24.351Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T02:12:24.634Z] ---> Running in a9c95c6fdd16 [2021-04-01T02:12:24.898Z] Priming go-build-helper [2021-04-01T02:12:24.899Z] + snapcraftctl prime [2021-04-01T02:12:25.250Z] Removing intermediate container 16ead10f0ae2 [2021-04-01T02:12:25.250Z] ---> dc8ee8744a2c [2021-04-01T02:12:25.250Z] [2021-04-01T02:12:25.250Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T02:12:25.250Z] ---> e47305ac9786 [2021-04-01T02:12:25.250Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T02:12:25.533Z] ---> Running in bb0c02bbef91 [2021-04-01T02:12:26.277Z] Priming app-service-config [2021-04-01T02:12:26.277Z] + snapcraftctl prime [2021-04-01T02:12:26.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:12:26.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:12:27.215Z] Priming config-common [2021-04-01T02:12:27.215Z] + snapcraftctl prime [2021-04-01T02:12:28.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:12:28.007Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T02:12:28.007Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T02:12:28.007Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:12:28.007Z] OK: 5 MiB in 16 packages [2021-04-01T02:12:28.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:12:28.595Z] Priming edgex-go [2021-04-01T02:12:28.595Z] + snapcraftctl prime [2021-04-01T02:12:28.619Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T02:12:28.903Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T02:12:28.903Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T02:12:28.903Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T02:12:28.903Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:12:28.903Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T02:12:29.192Z] OK: 7 MiB in 18 packages [2021-04-01T02:12:29.976Z] Priming static-packages [2021-04-01T02:12:29.976Z] + snapcraftctl prime [2021-04-01T02:12:31.207Z] Removing intermediate container a9c95c6fdd16 [2021-04-01T02:12:31.208Z] ---> f2371e1fede8 [2021-04-01T02:12:31.208Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T02:12:31.806Z] ---> Running in 02c07e308339 [2021-04-01T02:12:31.910Z] Priming version [2021-04-01T02:12:31.910Z] + snapcraftctl prime [2021-04-01T02:12:33.249Z] Removing intermediate container 02c07e308339 [2021-04-01T02:12:33.249Z] ---> aec383e24553 [2021-04-01T02:12:33.249Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T02:12:33.249Z] Removing intermediate container bb0c02bbef91 [2021-04-01T02:12:33.249Z] ---> 8bcd64a6a9b4 [2021-04-01T02:12:33.249Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T02:12:33.289Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-04-01T02:12:34.240Z] ---> Running in 965cfe37d027 [2021-04-01T02:12:34.240Z] ---> Running in 77bc279ad7f9 [2021-04-01T02:12:34.518Z] Removing intermediate container f10090b48812 [2021-04-01T02:12:34.518Z] ---> 5c528dfff8bd [2021-04-01T02:12:34.518Z] [2021-04-01T02:12:34.518Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T02:12:34.518Z] ---> e47305ac9786 [2021-04-01T02:12:34.518Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-04-01T02:12:35.123Z] ---> Running in c196208bab4a [2021-04-01T02:12:35.124Z] Removing intermediate container 965cfe37d027 [2021-04-01T02:12:35.124Z] ---> 0124a8a62efb [2021-04-01T02:12:35.124Z] Step 13/21 : WORKDIR /edgex [2021-04-01T02:12:35.124Z] Removing intermediate container 77bc279ad7f9 [2021-04-01T02:12:35.124Z] ---> d621875b50a9 [2021-04-01T02:12:35.124Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-04-01T02:12:35.412Z] Removing intermediate container 15efc98e5894 [2021-04-01T02:12:35.412Z] ---> a1ae83306a26 [2021-04-01T02:12:35.412Z] [2021-04-01T02:12:35.412Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T02:12:35.412Z] ---> e47305ac9786 [2021-04-01T02:12:35.412Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [Pipeline] } [2021-04-01T02:12:35.705Z] ---> Running in ccb41cf31e81 [2021-04-01T02:12:35.706Z] ---> Running in bdbbe93f6130 [2021-04-01T02:12:35.706Z] ---> Running in d28ae621788a [2021-04-01T02:12:37.301Z] Removing intermediate container bdbbe93f6130 [2021-04-01T02:12:37.301Z] ---> 7721f7ad77e9 [2021-04-01T02:12:37.301Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T02:12:38.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:12:38.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:12:39.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:12:39.023Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T02:12:39.023Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T02:12:39.023Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:12:39.023Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T02:12:39.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:12:39.305Z] ---> a387fadd0e7b [2021-04-01T02:12:39.305Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T02:12:39.305Z] OK: 6 MiB in 16 packages [2021-04-01T02:12:39.910Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T02:12:39.910Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:12:39.910Z] OK: 5 MiB in 15 packages [2021-04-01T02:12:41.355Z] Removing intermediate container ccb41cf31e81 [2021-04-01T02:12:41.355Z] ---> ad3495b70fdd [2021-04-01T02:12:41.355Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T02:12:41.635Z] ---> 186a90ce68e8 [2021-04-01T02:12:41.635Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T02:12:41.635Z] Removing intermediate container c196208bab4a [2021-04-01T02:12:41.635Z] ---> f48e6e751d77 [2021-04-01T02:12:41.635Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:12:41.909Z] ---> Running in 9bdfabab54b2 [2021-04-01T02:12:42.505Z] ---> Running in 7d28012dfe85 [2021-04-01T02:12:42.789Z] Removing intermediate container d28ae621788a [2021-04-01T02:12:42.789Z] ---> 3bc2c6269672 [2021-04-01T02:12:42.789Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:12:43.382Z] ---> Running in e5f27d5c81b7 [2021-04-01T02:12:43.382Z] Removing intermediate container 9bdfabab54b2 [2021-04-01T02:12:43.382Z] ---> 51d93f68d158 [2021-04-01T02:12:43.382Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T02:12:43.382Z] ---> a2b69e36e435 [2021-04-01T02:12:43.382Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T02:12:43.382Z] Removing intermediate container 7d28012dfe85 [2021-04-01T02:12:43.382Z] ---> 6dab7cbf3154 [2021-04-01T02:12:43.382Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T02:12:43.660Z] Removing intermediate container 639344b7f009 [2021-04-01T02:12:43.660Z] ---> 02cfd89079ce [2021-04-01T02:12:43.660Z] [2021-04-01T02:12:43.660Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T02:12:43.660Z] ---> e47305ac9786 [2021-04-01T02:12:43.660Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T02:12:43.660Z] ---> Using cache [2021-04-01T02:12:43.660Z] ---> 3bc2c6269672 [2021-04-01T02:12:43.660Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:12:43.940Z] ---> Running in 9beaee8871ef [2021-04-01T02:12:43.940Z] ---> Running in 465c5334d071 [2021-04-01T02:12:43.940Z] ---> Running in 0636166eea57 [2021-04-01T02:12:44.221Z] Removing intermediate container e5f27d5c81b7 [2021-04-01T02:12:44.221Z] ---> 66f5456feb83 [2021-04-01T02:12:44.221Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T02:12:44.221Z] ---> d1133e647e76 [2021-04-01T02:12:44.221Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T02:12:44.221Z] ---> Running in 701aad9ad396 [2021-04-01T02:12:44.495Z] ---> Running in ed00233ac9de [2021-04-01T02:12:44.768Z] Removing intermediate container 465c5334d071 [2021-04-01T02:12:44.768Z] ---> 96e477765e69 [2021-04-01T02:12:44.768Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T02:12:44.768Z] Removing intermediate container 9beaee8871ef [2021-04-01T02:12:44.768Z] ---> 4ba946d28a06 [2021-04-01T02:12:44.768Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T02:12:44.768Z] Removing intermediate container 0636166eea57 [2021-04-01T02:12:44.768Z] ---> 93064c22a809 [2021-04-01T02:12:44.768Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T02:12:45.046Z] ---> Running in 7a7dad2a7fa1 [2021-04-01T02:12:45.046Z] Removing intermediate container 701aad9ad396 [2021-04-01T02:12:45.046Z] ---> cad424c257ca [2021-04-01T02:12:45.046Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T02:12:45.046Z] ---> Running in c28c642192ab [2021-04-01T02:12:45.318Z] ---> Running in 0c3877094b01 [2021-04-01T02:12:45.318Z] ---> Running in f08049ecb4e5 [2021-04-01T02:12:45.589Z] Removing intermediate container c28c642192ab [2021-04-01T02:12:45.589Z] ---> 84f09fa987d5 [2021-04-01T02:12:45.589Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:12:45.872Z] Removing intermediate container 7a7dad2a7fa1 [2021-04-01T02:12:45.872Z] ---> a4ab4138b264 [2021-04-01T02:12:45.872Z] Step 19/21 : LABEL arch=arm64 [2021-04-01T02:12:45.872Z] Removing intermediate container f08049ecb4e5 [2021-04-01T02:12:45.872Z] ---> 5435387aa1c3 [2021-04-01T02:12:45.872Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:12:45.872Z] Removing intermediate container 0c3877094b01 [2021-04-01T02:12:45.872Z] ---> 1ee1f7f5143e [2021-04-01T02:12:45.872Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T02:12:46.147Z] ---> Running in 664146067ca4 [2021-04-01T02:12:46.147Z] ---> Running in a2cfa7aeabc7 [2021-04-01T02:12:46.742Z] ---> 4b24714d0c49 [2021-04-01T02:12:46.742Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T02:12:47.013Z] Removing intermediate container 664146067ca4 [2021-04-01T02:12:47.013Z] ---> c85765ee26d0 [2021-04-01T02:12:47.013Z] Step 20/21 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:12:47.013Z] Removing intermediate container a2cfa7aeabc7 [2021-04-01T02:12:47.013Z] ---> d99e8cefd5f7 [2021-04-01T02:12:47.013Z] Step 15/23 : WORKDIR / [2021-04-01T02:12:47.286Z] ---> Running in a0f87b82b206 [2021-04-01T02:12:47.286Z] ---> Running in d7d8c0efe8f6 [2021-04-01T02:12:47.286Z] ---> d1f1772f7606 [2021-04-01T02:12:47.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T02:12:47.560Z] Removing intermediate container ed00233ac9de [2021-04-01T02:12:47.560Z] ---> 6dcf9a232dd2 [2021-04-01T02:12:47.560Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:12:48.156Z] Removing intermediate container d7d8c0efe8f6 [2021-04-01T02:12:48.156Z] ---> f7ce81e39cc0 [2021-04-01T02:12:48.156Z] Step 21/21 : LABEL version=0.0.0 [2021-04-01T02:12:48.156Z] Removing intermediate container a0f87b82b206 [2021-04-01T02:12:48.156Z] ---> d6e975f8bdc1 [2021-04-01T02:12:48.156Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:12:48.430Z] ---> Running in d301ecb8b712 [2021-04-01T02:12:48.430Z] ---> d1e2eb09ad7f [2021-04-01T02:12:48.430Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T02:12:48.706Z] ---> 279a89bd6647 [2021-04-01T02:12:48.706Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T02:12:48.706Z] ---> 3b17118b1dc9 [2021-04-01T02:12:48.706Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T02:12:48.980Z] Removing intermediate container d301ecb8b712 [2021-04-01T02:12:48.980Z] ---> 23b58621ac50 [2021-04-01T02:12:48.980Z] [2021-04-01T02:12:49.578Z] ---> f0c3ca592a75 [2021-04-01T02:12:49.578Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T02:12:49.578Z] Successfully built 23b58621ac50 [2021-04-01T02:12:49.855Z] ---> 85d54b9d4f41 [2021-04-01T02:12:49.855Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T02:12:49.855Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-01T02:12:49.855Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-01T02:12:49.855Z] ---> Running in f4f7da718f75 [2021-04-01T02:12:50.129Z] ---> 7e2eeea20fb8 [2021-04-01T02:12:50.129Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T02:12:50.722Z] ---> Running in cced46d78fba [2021-04-01T02:12:50.722Z] Removing intermediate container f4f7da718f75 [2021-04-01T02:12:50.722Z] ---> 959d902eacdc [2021-04-01T02:12:50.722Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:12:50.995Z] ---> 979e697eb7f4 [2021-04-01T02:12:50.995Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T02:12:50.995Z] ---> Running in 7d76e8988a09 [2021-04-01T02:12:51.271Z] ---> 58e0145f1e17 [2021-04-01T02:12:51.271Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T02:12:51.271Z] Removing intermediate container cced46d78fba [2021-04-01T02:12:51.271Z] ---> fa998d526b87 [2021-04-01T02:12:51.271Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:12:51.882Z] ---> Running in f3b3dbc54eb4 [2021-04-01T02:12:51.882Z] Removing intermediate container 7d76e8988a09 [2021-04-01T02:12:51.882Z] ---> b293ec705d97 [2021-04-01T02:12:51.882Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T02:12:52.488Z] ---> d6bfccd79703 [2021-04-01T02:12:52.488Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T02:12:52.488Z] ---> Running in 2f4c325f9dbe [2021-04-01T02:12:52.771Z] ---> f142eb17f5b5 [2021-04-01T02:12:52.771Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T02:12:53.063Z] Removing intermediate container f3b3dbc54eb4 [2021-04-01T02:12:53.063Z] ---> 499c24df3e78 [2021-04-01T02:12:53.063Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T02:12:53.334Z] ---> Running in accac0ef5025 [2021-04-01T02:12:53.608Z] ---> Running in 01c259bdda21 [2021-04-01T02:12:53.608Z] ---> 102b769b896c [2021-04-01T02:12:53.608Z] Removing intermediate container 2f4c325f9dbe [2021-04-01T02:12:53.608Z] ---> 3e442fd1a4f0 [2021-04-01T02:12:53.608Z] Step 21/22 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:12:53.885Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T02:12:54.165Z] ---> Running in 032d4dfc1300 [2021-04-01T02:12:54.165Z] Removing intermediate container accac0ef5025 [2021-04-01T02:12:54.165Z] ---> 1ed9fc846c1e [2021-04-01T02:12:54.165Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:12:54.443Z] ---> Running in 417399852d5b [2021-04-01T02:12:54.443Z] Removing intermediate container 01c259bdda21 [2021-04-01T02:12:54.443Z] ---> 6172c5a5ae26 [2021-04-01T02:12:54.443Z] Step 21/22 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:12:55.056Z] ---> Running in 06649f805aab [2021-04-01T02:12:55.056Z] Removing intermediate container 032d4dfc1300 [2021-04-01T02:12:55.056Z] ---> 811de5d276df [2021-04-01T02:12:55.056Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T02:12:55.653Z] ---> 2df631f4259d [2021-04-01T02:12:55.653Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T02:12:55.926Z] ---> Running in 48f7f1e14620 [2021-04-01T02:12:56.207Z] Removing intermediate container 417399852d5b [2021-04-01T02:12:56.207Z] ---> 16733534c008 [2021-04-01T02:12:56.207Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T02:12:56.207Z] Removing intermediate container 06649f805aab [2021-04-01T02:12:56.207Z] ---> e618cfad873f [2021-04-01T02:12:56.207Z] Step 22/22 : LABEL version=0.0.0 [2021-04-01T02:12:56.805Z] ---> Running in abee926e9b55 [2021-04-01T02:12:56.805Z] ---> Running in 44d2ab00a764 [2021-04-01T02:12:56.805Z] ---> Running in 6539174e1f48 [2021-04-01T02:12:57.080Z] Removing intermediate container 48f7f1e14620 [2021-04-01T02:12:57.080Z] ---> ea23ef2d3226 [2021-04-01T02:12:57.080Z] [2021-04-01T02:12:57.357Z] Removing intermediate container abee926e9b55 [2021-04-01T02:12:57.357Z] ---> 26e32c6550a0 [2021-04-01T02:12:57.357Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T02:12:57.631Z] Successfully built ea23ef2d3226 [2021-04-01T02:12:57.631Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-01T02:12:57.905Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-04-01T02:12:57.905Z] Removing intermediate container 44d2ab00a764 [2021-04-01T02:12:57.905Z] ---> 5a6519d4b86e [2021-04-01T02:12:57.905Z] Step 22/23 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:12:57.905Z] Removing intermediate container 6539174e1f48 [2021-04-01T02:12:57.905Z] ---> 2a170894b452 [2021-04-01T02:12:57.905Z] [2021-04-01T02:12:58.183Z] ---> Running in 49d8f8d4bb05 [2021-04-01T02:12:58.457Z] ---> ea9e2de7020b [2021-04-01T02:12:58.457Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T02:12:58.457Z] Successfully built 2a170894b452 [2021-04-01T02:12:58.457Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-01T02:12:58.457Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-04-01T02:12:58.739Z] ---> Running in eafa1f272983 [2021-04-01T02:12:59.031Z] Removing intermediate container 49d8f8d4bb05 [2021-04-01T02:12:59.031Z] ---> 188539aec1b9 [2021-04-01T02:12:59.031Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T02:12:59.031Z] ---> Running in efee97f7d503 [2021-04-01T02:12:59.640Z] Removing intermediate container efee97f7d503 [2021-04-01T02:12:59.640Z] ---> 05ff40a581dd [2021-04-01T02:12:59.640Z] [2021-04-01T02:13:00.238Z] Successfully built 05ff40a581dd [2021-04-01T02:13:00.238Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-01T02:13:00.238Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-04-01T02:13:01.669Z] Removing intermediate container eafa1f272983 [2021-04-01T02:13:01.669Z] ---> d23caa5f989d [2021-04-01T02:13:01.669Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T02:13:01.944Z] ---> Running in 72ca759ebc98 [2021-04-01T02:13:02.545Z] Removing intermediate container 72ca759ebc98 [2021-04-01T02:13:02.545Z] ---> e28566eee580 [2021-04-01T02:13:02.545Z] Step 28/31 : CMD ["gate"] [2021-04-01T02:13:03.140Z] ---> Running in 6dd02727c9a7 [2021-04-01T02:13:04.112Z] Removing intermediate container 6dd02727c9a7 [2021-04-01T02:13:04.112Z] ---> cfa67011bd14 [2021-04-01T02:13:04.112Z] Step 29/31 : LABEL arch=arm64 [2021-04-01T02:13:05.536Z] ---> Running in 9140b2c14de5 [2021-04-01T02:13:06.507Z] Removing intermediate container 9140b2c14de5 [2021-04-01T02:13:06.507Z] ---> 73652a0ee9e3 [2021-04-01T02:13:06.507Z] Step 30/31 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:13:07.941Z] ---> Running in 569ecb733e79 [2021-04-01T02:13:08.980Z] Removing intermediate container 569ecb733e79 [2021-04-01T02:13:08.980Z] ---> 30c1889b19a7 [2021-04-01T02:13:08.980Z] Step 31/31 : LABEL version=0.0.0 [2021-04-01T02:13:09.969Z] ---> Running in 1cdf3f33e982 [2021-04-01T02:13:10.248Z] Removing intermediate container 1cdf3f33e982 [2021-04-01T02:13:10.248Z] ---> 3ca895f8dcad [2021-04-01T02:13:10.248Z] [2021-04-01T02:13:10.840Z] Successfully built 3ca895f8dcad [2021-04-01T02:13:10.840Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-01T02:13:37.595Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:13:37.595Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:13:37.595Z] ---> 695c38e42491 [2021-04-01T02:13:37.595Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T02:13:37.595Z] ---> Using cache [2021-04-01T02:13:37.595Z] ---> 6325017fccf6 [2021-04-01T02:13:37.595Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:13:37.595Z] ---> Using cache [2021-04-01T02:13:37.595Z] ---> bc1cf91463be [2021-04-01T02:13:37.595Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T02:13:43.051Z] ---> Running in 3f5fe7b731bf [2021-04-01T02:13:43.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:13:44.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:13:45.274Z] OK: 217 MiB in 51 packages [2021-04-01T02:13:47.279Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:13:47.279Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:13:47.279Z] ---> 695c38e42491 [2021-04-01T02:13:47.279Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T02:13:47.279Z] ---> Using cache [2021-04-01T02:13:47.279Z] ---> 6325017fccf6 [2021-04-01T02:13:47.279Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:13:47.279Z] ---> Using cache [2021-04-01T02:13:47.279Z] ---> bc1cf91463be [2021-04-01T02:13:47.279Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T02:13:47.279Z] ---> Using cache [2021-04-01T02:13:47.279Z] ---> 38ca4db42936 [2021-04-01T02:13:47.279Z] Step 6/24 : COPY go.mod . [2021-04-01T02:13:47.279Z] ---> Using cache [2021-04-01T02:13:47.279Z] ---> d4a5e5407f2c [2021-04-01T02:13:47.279Z] Step 7/24 : RUN go mod download [2021-04-01T02:13:47.279Z] ---> Using cache [2021-04-01T02:13:47.279Z] ---> 91aff40b5883 [2021-04-01T02:13:47.279Z] Step 8/24 : COPY . . [2021-04-01T02:13:47.279Z] ---> Using cache [2021-04-01T02:13:47.279Z] ---> 6d32f470a9b5 [2021-04-01T02:13:47.279Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T02:13:47.555Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:13:47.555Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:13:47.555Z] ---> 695c38e42491 [2021-04-01T02:13:47.555Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T02:13:47.555Z] ---> Using cache [2021-04-01T02:13:47.555Z] ---> 6325017fccf6 [2021-04-01T02:13:47.555Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:13:47.555Z] ---> Using cache [2021-04-01T02:13:47.555Z] ---> bc1cf91463be [2021-04-01T02:13:47.555Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T02:13:47.555Z] ---> Using cache [2021-04-01T02:13:47.555Z] ---> 38ca4db42936 [2021-04-01T02:13:47.555Z] Step 6/23 : COPY go.mod . [2021-04-01T02:13:47.555Z] ---> Using cache [2021-04-01T02:13:47.555Z] ---> d4a5e5407f2c [2021-04-01T02:13:47.555Z] Step 7/23 : RUN go mod download [2021-04-01T02:13:47.555Z] ---> Using cache [2021-04-01T02:13:47.555Z] ---> 91aff40b5883 [2021-04-01T02:13:47.555Z] Step 8/23 : COPY . . [2021-04-01T02:13:47.555Z] ---> Using cache [2021-04-01T02:13:47.555Z] ---> 6d32f470a9b5 [2021-04-01T02:13:47.555Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T02:13:47.826Z] ---> Running in bdcf7e3777ed [2021-04-01T02:13:48.107Z] ---> Running in e4f92badf39a [2021-04-01T02:13:48.107Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T02:13:48.107Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T02:13:48.107Z] ---> 695c38e42491 [2021-04-01T02:13:48.107Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T02:13:48.107Z] ---> Using cache [2021-04-01T02:13:48.107Z] ---> 6325017fccf6 [2021-04-01T02:13:48.107Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:13:48.107Z] ---> Using cache [2021-04-01T02:13:48.107Z] ---> bc1cf91463be [2021-04-01T02:13:48.107Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T02:13:48.107Z] ---> Running in de1f85593e2e [2021-04-01T02:13:48.107Z] Removing intermediate container 3f5fe7b731bf [2021-04-01T02:13:48.107Z] ---> fb0823777ff3 [2021-04-01T02:13:48.107Z] Step 6/26 : COPY go.mod . [2021-04-01T02:13:49.549Z] ---> 2d1d460cab3a [2021-04-01T02:13:49.549Z] Step 7/26 : RUN go mod download [2021-04-01T02:13:49.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T02:13:49.829Z] ---> Running in 8962170b1616 [2021-04-01T02:13:50.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:13:50.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T02:13:50.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:13:51.309Z] OK: 217 MiB in 51 packages [2021-04-01T02:13:53.294Z] Removing intermediate container de1f85593e2e [2021-04-01T02:13:53.294Z] ---> 4808b067de2f [2021-04-01T02:13:53.294Z] Step 6/23 : COPY go.mod . [2021-04-01T02:13:53.894Z] Removing intermediate container 8962170b1616 [2021-04-01T02:13:53.894Z] ---> 2afdecf52e8a [2021-04-01T02:13:53.894Z] Step 8/26 : COPY . . [2021-04-01T02:13:54.492Z] ---> 2f21d08740d2 [2021-04-01T02:13:54.492Z] Step 7/23 : RUN go mod download [2021-04-01T02:13:54.771Z] ---> Running in 1d66979ec7a8 [2021-04-01T02:14:03.160Z] Removing intermediate container 1d66979ec7a8 [2021-04-01T02:14:03.160Z] ---> 0c993881c2ca [2021-04-01T02:14:03.160Z] Step 8/23 : COPY . . [2021-04-01T02:14:18.347Z] ---> c5ff1e2fcebb [2021-04-01T02:14:18.347Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T02:14:19.816Z] ---> Running in 307de295b1f0 [2021-04-01T02:14:22.458Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T02:14:32.677Z] ---> 0e9357e108bb [2021-04-01T02:14:32.677Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T02:14:32.677Z] ---> Running in 87d38a515104 [2021-04-01T02:14:34.678Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T02:14:56.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T02:15:15.253Z] Removing intermediate container bdcf7e3777ed [2021-04-01T02:15:15.253Z] ---> 548568d7410d [2021-04-01T02:15:15.253Z] [2021-04-01T02:15:15.253Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T02:15:15.253Z] ---> e47305ac9786 [2021-04-01T02:15:15.253Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T02:15:15.253Z] ---> Running in fcad158c6fae [2021-04-01T02:15:15.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:15:15.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:15:15.253Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T02:15:15.528Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T02:15:15.528Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T02:15:15.528Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T02:15:15.528Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T02:15:15.528Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T02:15:15.528Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:15:15.528Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T02:15:15.809Z] OK: 7 MiB in 20 packages [2021-04-01T02:15:19.203Z] Removing intermediate container fcad158c6fae [2021-04-01T02:15:19.204Z] ---> c2a4ecd05029 [2021-04-01T02:15:19.204Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T02:15:19.204Z] ---> Running in eee5384eba2d [2021-04-01T02:15:19.814Z] Removing intermediate container e4f92badf39a [2021-04-01T02:15:19.814Z] ---> 264068728b9d [2021-04-01T02:15:19.814Z] [2021-04-01T02:15:19.814Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T02:15:19.814Z] ---> e47305ac9786 [2021-04-01T02:15:19.814Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T02:15:19.814Z] ---> Using cache [2021-04-01T02:15:19.814Z] ---> 3bc2c6269672 [2021-04-01T02:15:19.814Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T02:15:19.814Z] ---> Using cache [2021-04-01T02:15:19.815Z] ---> 93064c22a809 [2021-04-01T02:15:19.815Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T02:15:20.091Z] ---> Running in bc3a2ccb15dc [2021-04-01T02:15:20.091Z] Removing intermediate container eee5384eba2d [2021-04-01T02:15:20.091Z] ---> 6ddc62393cdc [2021-04-01T02:15:20.091Z] Step 13/24 : WORKDIR / [2021-04-01T02:15:20.365Z] ---> Running in 68f41e1b9491 [2021-04-01T02:15:20.636Z] Removing intermediate container bc3a2ccb15dc [2021-04-01T02:15:20.636Z] ---> ae7a02ff3235 [2021-04-01T02:15:20.636Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T02:15:20.908Z] ---> Running in eef24a34e838 [2021-04-01T02:15:21.181Z] Removing intermediate container 68f41e1b9491 [2021-04-01T02:15:21.181Z] ---> 38cf0099d0ae [2021-04-01T02:15:21.181Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-01T02:15:21.776Z] Removing intermediate container eef24a34e838 [2021-04-01T02:15:21.776Z] ---> 892f0efcc34c [2021-04-01T02:15:21.776Z] Step 15/23 : WORKDIR / [2021-04-01T02:15:22.051Z] ---> Running in 9ef56867cdbc [2021-04-01T02:15:22.329Z] ---> af7433b72827 [2021-04-01T02:15:22.329Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-01T02:15:22.610Z] Removing intermediate container 9ef56867cdbc [2021-04-01T02:15:22.610Z] ---> f3c4b3a2eca0 [2021-04-01T02:15:22.610Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:15:23.607Z] ---> 35c7a9e468f1 [2021-04-01T02:15:23.607Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T02:15:23.879Z] ---> bc47790eb114 [2021-04-01T02:15:23.879Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T02:15:25.316Z] ---> eefcc5b86678 [2021-04-01T02:15:25.316Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T02:15:25.910Z] ---> 13725415fd6b [2021-04-01T02:15:25.910Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T02:15:27.362Z] ---> d580a876d0a1 [2021-04-01T02:15:27.362Z] ---> 6c5d9291c38f [2021-04-01T02:15:27.362Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T02:15:27.362Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T02:15:27.362Z] ---> Running in bee9d3fdad5a [2021-04-01T02:15:28.359Z] Removing intermediate container bee9d3fdad5a [2021-04-01T02:15:28.359Z] ---> bff4add02c12 [2021-04-01T02:15:28.359Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:15:28.636Z] ---> Running in 49ff01eaaeba [2021-04-01T02:15:29.243Z] ---> 977572ce356a [2021-04-01T02:15:29.243Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T02:15:29.243Z] Removing intermediate container 49ff01eaaeba [2021-04-01T02:15:29.243Z] ---> 6147bc4ea45d [2021-04-01T02:15:29.243Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T02:15:29.520Z] ---> Running in d01b83aa36ca [2021-04-01T02:15:30.516Z] ---> 18dfa82f46c8 [2021-04-01T02:15:30.516Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-01T02:15:30.516Z] Removing intermediate container d01b83aa36ca [2021-04-01T02:15:30.516Z] ---> a58ef3cd27b3 [2021-04-01T02:15:30.516Z] Step 22/23 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:15:30.516Z] ---> Running in 52e37ec6d35f [2021-04-01T02:15:30.516Z] ---> Running in 693b41366a14 [2021-04-01T02:15:31.508Z] Removing intermediate container 693b41366a14 [2021-04-01T02:15:31.508Z] ---> 94c3c1221da5 [2021-04-01T02:15:31.508Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T02:15:31.789Z] ---> Running in 4e0ba95a386b [2021-04-01T02:15:32.787Z] Removing intermediate container 4e0ba95a386b [2021-04-01T02:15:32.787Z] ---> a364932c6cca [2021-04-01T02:15:32.787Z] [2021-04-01T02:15:33.393Z] Successfully built a364932c6cca [2021-04-01T02:15:33.393Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-01T02:15:34.003Z]  Building docker-core-command-go ... done Removing intermediate container 52e37ec6d35f [2021-04-01T02:15:34.003Z] ---> 77383029081e [2021-04-01T02:15:34.003Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T02:15:34.003Z] ---> Running in 2f7f37baa840 [2021-04-01T02:15:35.009Z] Removing intermediate container 2f7f37baa840 [2021-04-01T02:15:35.009Z] ---> a51c5fade5e4 [2021-04-01T02:15:35.009Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T02:15:35.009Z] ---> Running in 420b533c9962 [2021-04-01T02:15:35.616Z] Removing intermediate container 420b533c9962 [2021-04-01T02:15:35.616Z] ---> 71931a7af792 [2021-04-01T02:15:35.616Z] Step 23/24 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:15:35.616Z] ---> Running in fe109b73aa66 [2021-04-01T02:15:36.608Z] Removing intermediate container fe109b73aa66 [2021-04-01T02:15:36.608Z] ---> 07c2b1c18b45 [2021-04-01T02:15:36.608Z] Step 24/24 : LABEL version=0.0.0 [2021-04-01T02:15:36.608Z] ---> Running in 2e588629db5f [2021-04-01T02:15:37.223Z] Removing intermediate container 2e588629db5f [2021-04-01T02:15:37.223Z] ---> c38c2c0f8925 [2021-04-01T02:15:37.223Z] [2021-04-01T02:15:37.836Z] Successfully built c38c2c0f8925 [2021-04-01T02:15:37.836Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-01T02:15:44.597Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 307de295b1f0 [2021-04-01T02:15:44.597Z] ---> ffd70f9a880f [2021-04-01T02:15:44.597Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T02:15:44.597Z] ---> Running in 4aedf4e2971e [2021-04-01T02:15:45.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T02:15:48.616Z] Removing intermediate container 4aedf4e2971e [2021-04-01T02:15:48.616Z] ---> 56c6ba0c0464 [2021-04-01T02:15:48.616Z] [2021-04-01T02:15:48.616Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T02:15:48.616Z] 20.10.0: Pulling from library/docker [2021-04-01T02:15:58.892Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T02:15:58.893Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T02:15:58.893Z] ---> eeaf43b92773 [2021-04-01T02:15:58.893Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T02:15:58.893Z] ---> Running in 57ad6b36b56a [2021-04-01T02:15:59.877Z] Removing intermediate container 87d38a515104 [2021-04-01T02:15:59.877Z] ---> d2913de19733 [2021-04-01T02:15:59.877Z] [2021-04-01T02:15:59.877Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T02:15:59.877Z] ---> e47305ac9786 [2021-04-01T02:15:59.877Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T02:15:59.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:15:59.877Z] ---> Running in e78f83e0b3f5 [2021-04-01T02:16:00.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:16:00.426Z] Removing intermediate container e78f83e0b3f5 [2021-04-01T02:16:00.426Z] ---> cb877356e13f [2021-04-01T02:16:00.426Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T02:16:00.426Z] ---> Running in 55a7528dfea4 [2021-04-01T02:16:00.704Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T02:16:00.704Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T02:16:00.704Z] Executing bash-5.0.17-r0.post-install [2021-04-01T02:16:00.704Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:16:00.704Z] OK: 12 MiB in 22 packages [2021-04-01T02:16:00.981Z] Removing intermediate container 55a7528dfea4 [2021-04-01T02:16:00.981Z] ---> 4405f081a344 [2021-04-01T02:16:00.981Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T02:16:01.255Z] ---> Running in a29f788348e2 [2021-04-01T02:16:01.539Z] Removing intermediate container a29f788348e2 [2021-04-01T02:16:01.539Z] ---> 2e1d7a413722 [2021-04-01T02:16:01.539Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T02:16:01.813Z] ---> Running in 3d6c5f8a5401 [2021-04-01T02:16:02.087Z] Removing intermediate container 57ad6b36b56a [2021-04-01T02:16:02.087Z] ---> 009294bf4bb9 [2021-04-01T02:16:02.087Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T02:16:02.362Z] ---> Running in 71a457bb7699 [2021-04-01T02:16:02.957Z] Removing intermediate container 71a457bb7699 [2021-04-01T02:16:02.957Z] ---> 882c474d5241 [2021-04-01T02:16:02.957Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T02:16:02.957Z] ---> Running in 2e3322f441fb [2021-04-01T02:16:03.554Z] Removing intermediate container 2e3322f441fb [2021-04-01T02:16:03.554Z] ---> 7da4d61b2cd6 [2021-04-01T02:16:03.554Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T02:16:03.554Z] ---> Running in 3510bfc2f5ee [2021-04-01T02:16:04.159Z] Removing intermediate container 3d6c5f8a5401 [2021-04-01T02:16:04.159Z] ---> 2f1fe46a52d5 [2021-04-01T02:16:04.159Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T02:16:04.159Z] Removing intermediate container 3510bfc2f5ee [2021-04-01T02:16:04.159Z] ---> 7a89ee3f8444 [2021-04-01T02:16:04.159Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T02:16:04.159Z] ---> Running in d7b829d59aae [2021-04-01T02:16:05.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:16:05.609Z] ---> 357222a83ae3 [2021-04-01T02:16:05.609Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T02:16:06.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:16:06.202Z] ---> cfdafff8e9ef [2021-04-01T02:16:06.202Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T02:16:06.803Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T02:16:06.803Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T02:16:06.803Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T02:16:06.803Z] ---> a93e591e1e15 [2021-04-01T02:16:06.803Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T02:16:07.074Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T02:16:07.074Z] ---> Running in fbc3bc8395ed [2021-04-01T02:16:07.074Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T02:16:07.348Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T02:16:07.348Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:16:07.348Z] OK: 8 MiB in 20 packages [2021-04-01T02:16:08.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:16:08.336Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:16:08.609Z] Removing intermediate container d7b829d59aae [2021-04-01T02:16:08.609Z] ---> 800a7a3c9609 [2021-04-01T02:16:08.609Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T02:16:08.885Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T02:16:08.885Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T02:16:09.158Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T02:16:09.158Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T02:16:09.158Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T02:16:09.158Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T02:16:09.158Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T02:16:09.767Z] ---> cd7dc0b69799 [2021-04-01T02:16:09.767Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T02:16:11.198Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T02:16:11.198Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T02:16:11.198Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T02:16:11.198Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T02:16:11.198Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T02:16:11.198Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T02:16:11.198Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T02:16:11.198Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T02:16:11.198Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T02:16:11.198Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T02:16:11.472Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T02:16:11.472Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T02:16:11.472Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T02:16:11.472Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T02:16:11.472Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T02:16:11.472Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T02:16:11.472Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T02:16:11.472Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T02:16:11.472Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T02:16:11.472Z] ---> 26f896324c04 [2021-04-01T02:16:11.472Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T02:16:11.472Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T02:16:11.472Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T02:16:11.472Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T02:16:11.472Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T02:16:11.472Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T02:16:11.472Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T02:16:11.472Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T02:16:11.744Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:16:11.744Z] OK: 71 MiB in 55 packages [2021-04-01T02:16:12.348Z] ---> 62b93c5a8617 [2021-04-01T02:16:12.348Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T02:16:12.348Z] ---> Running in 3611f1dcfa37 [2021-04-01T02:16:12.952Z] Removing intermediate container 3611f1dcfa37 [2021-04-01T02:16:12.952Z] ---> 13cab40acd95 [2021-04-01T02:16:12.952Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:16:13.228Z] ---> Running in 6d0959099c32 [2021-04-01T02:16:13.849Z] Removing intermediate container 6d0959099c32 [2021-04-01T02:16:13.849Z] ---> 46a6576854fd [2021-04-01T02:16:13.849Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T02:16:13.849Z] ---> Running in 644d39c8245c [2021-04-01T02:16:14.450Z] Removing intermediate container 644d39c8245c [2021-04-01T02:16:14.450Z] ---> c602fbef20dd [2021-04-01T02:16:14.450Z] Step 22/23 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:16:14.727Z] ---> Running in e3640b01997f [2021-04-01T02:16:15.336Z] Removing intermediate container e3640b01997f [2021-04-01T02:16:15.336Z] ---> 9ccfafb8a663 [2021-04-01T02:16:15.336Z] Step 23/23 : LABEL version=0.0.0 [2021-04-01T02:16:15.336Z] ---> Running in 91ff9156c10e [2021-04-01T02:16:15.949Z] Removing intermediate container 91ff9156c10e [2021-04-01T02:16:15.949Z] ---> 729b99591441 [2021-04-01T02:16:15.949Z] [2021-04-01T02:16:16.553Z] Successfully built 729b99591441 [2021-04-01T02:16:16.553Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-01T02:16:17.545Z]  Building docker-core-data-go ... done Removing intermediate container fbc3bc8395ed [2021-04-01T02:16:17.545Z] ---> 1f0b8a261f0c [2021-04-01T02:16:17.545Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T02:16:17.826Z] ---> Running in 552ad33ecd6b [2021-04-01T02:16:23.274Z] Collecting docker-compose==1.23.2 [2021-04-01T02:16:23.549Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T02:16:24.535Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T02:16:24.535Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T02:16:25.132Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T02:16:25.132Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T02:16:26.575Z] Collecting PyYAML<4,>=3.10 [2021-04-01T02:16:26.575Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T02:16:30.888Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T02:16:30.888Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T02:16:34.289Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T02:16:34.289Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T02:16:34.891Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T02:16:34.891Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T02:16:35.487Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-01T02:16:35.761Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T02:16:35.761Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T02:16:38.384Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T02:16:38.384Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T02:16:38.384Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T02:16:38.384Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T02:16:41.007Z] Collecting idna<2.8,>=2.5 [2021-04-01T02:16:41.007Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T02:16:41.007Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-01T02:16:41.007Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-01T02:16:41.994Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T02:16:41.994Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T02:16:42.595Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T02:16:42.595Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T02:16:42.595Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T02:16:42.595Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T02:16:42.595Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T02:16:42.595Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T02:16:44.034Z] Installing collected packages: jsonschema, websocket-client, PyYAML, dockerpty, idna, urllib3, requests, docker-pycreds, docker, texttable, cached-property, docopt, docker-compose [2021-04-01T02:16:44.632Z] Running setup.py install for PyYAML: started [2021-04-01T02:16:47.253Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T02:16:47.253Z] Running setup.py install for dockerpty: started [2021-04-01T02:16:49.885Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T02:16:49.885Z] Attempting uninstall: idna [2021-04-01T02:16:49.885Z] Found existing installation: idna 2.9 [2021-04-01T02:16:49.885Z] Uninstalling idna-2.9: [2021-04-01T02:16:49.885Z] Successfully uninstalled idna-2.9 [2021-04-01T02:16:50.486Z] Attempting uninstall: urllib3 [2021-04-01T02:16:50.486Z] Found existing installation: urllib3 1.25.9 [2021-04-01T02:16:50.486Z] Uninstalling urllib3-1.25.9: [2021-04-01T02:16:50.760Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T02:16:51.355Z] Attempting uninstall: requests [2021-04-01T02:16:51.355Z] Found existing installation: requests 2.23.0 [2021-04-01T02:16:51.355Z] Uninstalling requests-2.23.0: [2021-04-01T02:16:51.629Z] Successfully uninstalled requests-2.23.0 [2021-04-01T02:16:53.064Z] Running setup.py install for texttable: started [2021-04-01T02:16:55.692Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T02:16:55.692Z] Running setup.py install for docopt: started [2021-04-01T02:16:58.317Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T02:16:58.914Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-01T02:17:04.372Z] Removing intermediate container 552ad33ecd6b [2021-04-01T02:17:04.372Z] ---> 92b1a9b7752c [2021-04-01T02:17:04.372Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T02:17:04.372Z] ---> Running in 16c423a392f5 [2021-04-01T02:17:05.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T02:17:05.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T02:17:06.229Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T02:17:06.229Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T02:17:06.229Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T02:17:06.229Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T02:17:06.229Z] OK: 72 MiB in 58 packages [2021-04-01T02:17:07.677Z] Removing intermediate container 16c423a392f5 [2021-04-01T02:17:07.677Z] ---> 240c00512133 [2021-04-01T02:17:07.677Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T02:17:07.677Z] ---> Running in 7531f4cc684e [2021-04-01T02:17:08.279Z] Removing intermediate container 7531f4cc684e [2021-04-01T02:17:08.279Z] ---> a7c21bf1e5e8 [2021-04-01T02:17:08.279Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T02:17:08.279Z] ---> Running in 14a66833bf83 [2021-04-01T02:17:08.879Z] Removing intermediate container 14a66833bf83 [2021-04-01T02:17:08.879Z] ---> c5ce4a720dd8 [2021-04-01T02:17:08.879Z] Step 24/26 : LABEL arch=arm64 [2021-04-01T02:17:09.153Z] ---> Running in 1d7edc1ab452 [2021-04-01T02:17:09.754Z] Removing intermediate container 1d7edc1ab452 [2021-04-01T02:17:09.754Z] ---> 872af7001c3e [2021-04-01T02:17:09.754Z] Step 25/26 : LABEL git_sha=c3328f26461253727c245ad87f3db063bee73d24 [2021-04-01T02:17:09.754Z] ---> Running in 7603e99dc34f [2021-04-01T02:17:10.358Z] Removing intermediate container 7603e99dc34f [2021-04-01T02:17:10.358Z] ---> a27239b0910e [2021-04-01T02:17:10.358Z] Step 26/26 : LABEL version=0.0.0 [2021-04-01T02:17:10.358Z] ---> Running in 459bf1fb8cc3 [2021-04-01T02:17:10.957Z] Removing intermediate container 459bf1fb8cc3 [2021-04-01T02:17:10.957Z] ---> 1868f0814714 [2021-04-01T02:17:10.957Z] [2021-04-01T02:17:11.556Z] Successfully built 1868f0814714 [2021-04-01T02:17:11.556Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-01T02:17:11.848Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-01T02:17:11.864Z] $ docker stop --time=1 ea97b1313524a7dffb5d8c0d57b2c26e64f45182ee36233ed4eb3c7daef027b2 [2021-04-01T02:17:13.889Z] $ docker rm -f ea97b1313524a7dffb5d8c0d57b2c26e64f45182ee36233ed4eb3c7daef027b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T02:17:14.605Z] + + docker images [2021-04-01T02:17:14.605Z] grep docker [2021-04-01T02:17:14.878Z] docker-sys-mgmt-agent-go-arm64 latest 1868f0814714 4 seconds ago 301MB [2021-04-01T02:17:14.878Z] docker-core-data-go-arm64 latest 729b99591441 59 seconds ago 21.4MB [2021-04-01T02:17:14.878Z] docker-security-secretstore-setup-go-arm64 latest c38c2c0f8925 About a minute ago 24.4MB [2021-04-01T02:17:14.878Z] docker-core-command-go-arm64 latest a364932c6cca About a minute ago 16.3MB [2021-04-01T02:17:14.878Z] docker-security-bootstrapper-go-arm64 latest 3ca895f8dcad 4 minutes ago 17.9MB [2021-04-01T02:17:14.878Z] docker-core-metadata-go-arm64 latest 05ff40a581dd 4 minutes ago 17.9MB [2021-04-01T02:17:14.878Z] docker-support-scheduler-go-arm64 latest 2a170894b452 4 minutes ago 16.4MB [2021-04-01T02:17:14.878Z] docker-support-notifications-go-arm64 latest ea23ef2d3226 4 minutes ago 16.9MB [2021-04-01T02:17:14.878Z] docker-security-proxy-setup-go-arm64 latest 23b58621ac50 4 minutes ago 24.1MB [2021-04-01T02:17:14.878Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:17:15.901Z] ---> job-cost.sh [2021-04-01T02:17:15.901Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-r7jC [2021-04-01T02:18:02.841Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T02:19:39.646Z] lf-activate-venv(): INFO: Adding /tmp/venv-r7jC/bin to PATH [2021-04-01T02:19:39.646Z] INFO: No Stack... [2021-04-01T02:19:39.646Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T02:19:39.646Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T02:19:40.036Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [2021-04-01T02:19:40.036Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T02:19:40.200Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3313-5-stack-cost] [2021-04-01T02:19:40.209Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3313-5-stack-cost] did not exist. Created. [2021-04-01T02:19:40.210Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3313-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T02:19:40.681Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T02:19:40.966Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T02:19:40.980Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3313-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-04-01T02:19:42.576Z] provisioning config files... [2021-04-01T02:19:42.604Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config1273073899048701290tmp [Pipeline] { [Pipeline] sh [2021-04-01T02:19:43.243Z] + set +x [2021-04-01T02:19:43.243Z] + curl -s https://codecov.io/bash [2021-04-01T02:19:43.243Z] + bash -s -- [2021-04-01T02:19:43.522Z] [2021-04-01T02:19:43.522Z] _____ _ [2021-04-01T02:19:43.522Z] / ____| | | [2021-04-01T02:19:43.522Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T02:19:43.522Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T02:19:43.522Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T02:19:43.522Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T02:19:43.522Z] Bash-20210309-2b87ace [2021-04-01T02:19:43.522Z] [2021-04-01T02:19:43.522Z] [2021-04-01T02:19:43.522Z] ==> git version 2.24.3 found [2021-04-01T02:19:43.522Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-01T02:19:43.522Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T02:19:43.522Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T02:19:43.522Z] ==> Jenkins CI detected. [2021-04-01T02:19:43.522Z] project root: . [2021-04-01T02:19:43.522Z] --> token set from env [2021-04-01T02:19:43.522Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T02:19:43.522Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T02:19:43.522Z] ==> Python coveragepy not found [2021-04-01T02:19:43.522Z] ==> Searching for coverage reports in: [2021-04-01T02:19:43.522Z] + . [2021-04-01T02:19:43.522Z] -> Found 1 reports [2021-04-01T02:19:43.522Z] ==> Detecting git/mercurial file structure [2021-04-01T02:19:43.522Z] ==> Reading reports [2021-04-01T02:19:43.522Z] + ./coverage.out bytes=669470 [2021-04-01T02:19:43.522Z] ==> Appending adjustments [2021-04-01T02:19:43.522Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T02:19:46.905Z] + Found adjustments [2021-04-01T02:19:46.905Z] ==> Gzipping contents [2021-04-01T02:19:46.905Z] 96K /tmp/codecov.dmmZi1.gz [2021-04-01T02:19:46.905Z] ==> Uploading reports [2021-04-01T02:19:46.905Z] url: https://codecov.io [2021-04-01T02:19:46.905Z] query: branch=PR-3313&commit=c3328f26461253727c245ad87f3db063bee73d24&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3313%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3313&job=&cmd_args= [2021-04-01T02:19:46.905Z] -> Pinging Codecov [2021-04-01T02:19:46.905Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3313&commit=c3328f26461253727c245ad87f3db063bee73d24&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3313%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3313&job=&cmd_args= [2021-04-01T02:19:47.485Z] -> Uploading to [2021-04-01T02:19:47.485Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/c3328f26461253727c245ad87f3db063bee73d24/59d95b34-3f97-42a1-89b9-0d0b2ff288a4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T021947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6ae4894c4eb5c004e209a619f661e9215ad0c36caae12adfd7f2cd81c8896091 [2021-04-01T02:19:47.485Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T02:19:47.485Z] Dload Upload Total Spent Left Speed [2021-04-01T02:19:47.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96999 0 0 100 96999 0 213k --:--:-- --:--:-- --:--:-- 213k [2021-04-01T02:19:47.755Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c3328f26461253727c245ad87f3db063bee73d24 [Pipeline] } [2021-04-01T02:19:47.769Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:19:49.745Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:19:50.643Z] ---> package-listing.sh [2021-04-01T02:19:50.643Z] ++ facter osfamily [2021-04-01T02:19:50.643Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T02:19:50.643Z] + OS_FAMILY=redhat [2021-04-01T02:19:50.643Z] + workspace=/w/workspace/edgex-go/5 [2021-04-01T02:19:50.643Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T02:19:50.643Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T02:19:50.643Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T02:19:50.643Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T02:19:50.643Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-01T02:19:50.643Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T02:19:50.643Z] + case "${OS_FAMILY}" in [2021-04-01T02:19:50.643Z] + rpm -qa [2021-04-01T02:19:50.643Z] + sort [2021-04-01T02:19:56.069Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T02:19:56.069Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T02:19:56.069Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T02:19:56.069Z] + '[' /w/workspace/edgex-go/5 ']' [2021-04-01T02:19:56.069Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-04-01T02:19:56.069Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-04-01T02:19:56.086Z] 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-04-01T02:19:56.422Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:19:56.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T02:19:56.766Z] [2021-04-01T02:19:56.766Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T02:19:57.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T02:19:57.171Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T02:19:57.171Z] df20fa9351a1: Pulling fs layer [2021-04-01T02:19:57.171Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T02:19:57.171Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T02:19:57.171Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T02:19:57.171Z] 93b61091891f: Pulling fs layer [2021-04-01T02:19:57.171Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T02:19:57.172Z] 5e14af77c1be: Pulling fs layer [2021-04-01T02:19:57.172Z] 01666e4c0597: Pulling fs layer [2021-04-01T02:19:57.172Z] aa168da1d23b: Pulling fs layer [2021-04-01T02:19:57.172Z] 46f8f816bc3b: Waiting [2021-04-01T02:19:57.172Z] 93b61091891f: Waiting [2021-04-01T02:19:57.172Z] 93b9cdb0e59b: Waiting [2021-04-01T02:19:57.172Z] 5e14af77c1be: Waiting [2021-04-01T02:19:57.172Z] 01666e4c0597: Waiting [2021-04-01T02:19:57.172Z] aa168da1d23b: Waiting [2021-04-01T02:19:57.172Z] 36b3adc4ff6f: Download complete [2021-04-01T02:19:57.443Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T02:19:57.443Z] 46f8f816bc3b: Download complete [2021-04-01T02:19:57.443Z] df20fa9351a1: Verifying Checksum [2021-04-01T02:19:57.443Z] df20fa9351a1: Download complete [2021-04-01T02:19:57.443Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T02:19:57.443Z] 93b9cdb0e59b: Download complete [2021-04-01T02:19:57.443Z] 5e14af77c1be: Verifying Checksum [2021-04-01T02:19:57.443Z] 5e14af77c1be: Download complete [2021-04-01T02:19:57.443Z] 01666e4c0597: Verifying Checksum [2021-04-01T02:19:57.443Z] 01666e4c0597: Download complete [2021-04-01T02:19:57.443Z] 93b61091891f: Verifying Checksum [2021-04-01T02:19:57.443Z] 93b61091891f: Download complete [2021-04-01T02:19:57.712Z] df20fa9351a1: Pull complete [2021-04-01T02:19:58.003Z] 36b3adc4ff6f: Pull complete [2021-04-01T02:19:58.650Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T02:19:58.650Z] 8ad3a11d3b57: Download complete [2021-04-01T02:19:59.276Z] 8ad3a11d3b57: Pull complete [2021-04-01T02:19:59.276Z] 46f8f816bc3b: Pull complete [2021-04-01T02:19:59.584Z] 93b61091891f: Pull complete [2021-04-01T02:19:59.910Z] 93b9cdb0e59b: Pull complete [2021-04-01T02:19:59.910Z] 5e14af77c1be: Pull complete [2021-04-01T02:20:00.196Z] 01666e4c0597: Pull complete [2021-04-01T02:20:01.679Z] aa168da1d23b: Verifying Checksum [2021-04-01T02:20:01.679Z] aa168da1d23b: Download complete [2021-04-01T02:20:08.470Z] aa168da1d23b: Pull complete [2021-04-01T02:20:08.470Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T02:20:08.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T02:20:08.470Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T02:20:08.712Z] prd-centos7-docker-4c-2g-32387 does not seem to be running inside a container [2021-04-01T02:20:08.815Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-01T02:20:16.865Z] $ docker top a5423226091bbd59bbcad79c84ce1ab3445c3da725ae66f71e43091479011174 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T02:20:17.522Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T02:20:17.871Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T02:20:18.232Z] + ls /var/log/sa-host [2021-04-01T02:20:18.232Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T02:20:18.232Z] file_magic: OK [2021-04-01T02:20:18.232Z] HZ: Using current value: 100 [2021-04-01T02:20:18.232Z] file_header: OK [2021-04-01T02:20:18.232Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-01T02:20:18.232Z] Statistics: [2021-04-01T02:20:18.232Z] 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-04-01T02:20:18.232Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T02:20:18.232Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T02:20:18.232Z] file_magic: OK [2021-04-01T02:20:18.232Z] HZ: Using current value: 100 [2021-04-01T02:20:18.232Z] file_header: OK [2021-04-01T02:20:18.232Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-01T02:20:18.232Z] Statistics: [2021-04-01T02:20:18.232Z] Hnuu...uuuununununu... [2021-04-01T02:20:18.232Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T02:20:18.499Z] provisioning config files... [2021-04-01T02:20:18.525Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config6766553694418115930tmp [Pipeline] { [Pipeline] echo [2021-04-01T02:20:18.610Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:20:18.950Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T02:20:18.967Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T02:20:19.074Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:20:19.425Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T02:20:19.437Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:20:19.765Z] ---> sudo-logs.sh [2021-04-01T02:20:19.765Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T02:20:19.841Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:20:20.163Z] ---> job-cost.sh [2021-04-01T02:20:20.163Z] lf-activate-venv: SKIPPING [2021-04-01T02:20:20.163Z] DEBUG: total: 0.20999999344348907 [2021-04-01T02:20:20.163Z] INFO: Retrieving Stack Cost... [2021-04-01T02:20:21.136Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T02:20:21.400Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T02:20:21.417Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T02:20:21.758Z] ---> logs-deploy.sh [2021-04-01T02:20:21.758Z] lf-activate-venv: SKIPPING [2021-04-01T02:20:21.758Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3313/5 [2021-04-01T02:20:21.758Z] INFO: archiving workspace using pattern(s): [2021-04-01T02:20:23.173Z] Archives upload complete. [2021-04-01T02:20:23.173Z] INFO: archiving logs to Nexus