Pull request #3416 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 ce85119b06e7d5e27843f039fb56aa987fad79c8 rather than 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 Obtained Jenkinsfile from ce85119b06e7d5e27843f039fb56aa987fad79c8 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ‘prd-centos7-docker-4c-2g-2765’ Running on prd-centos7-docker-4c-2g-2767 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ce85119b06e7d5e27843f039fb56aa987fad79c8 into PR head commit 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 Merge succeeded, producing 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 Checking out Revision 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 (PR-3416) > 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/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 # 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 ce85119b06e7d5e27843f039fb56aa987fad79c8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 # timeout=10 Commit message: "Merge branch 'master' into issue-3409" > git rev-list --no-walk d4ac040f3368d289f974f6dcd11e730364295fa0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-03T17:03:31.214Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-03T17:03:31.316Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-03T17:03:31.346Z] ========================================================= [2021-05-03T17:03:31.346Z] EdgeX Global Pipelines Version Info [2021-05-03T17:03:31.346Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:03:33.245Z] ------------------- [2021-05-03T17:03:33.245Z] stable info: [2021-05-03T17:03:33.245Z] ------------------- [2021-05-03T17:03:33.245Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-03T17:03:33.245Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-03T17:03:33.245Z] Message: update stable to v1.0.191 [2021-05-03T17:03:34.196Z] ------------------- [2021-05-03T17:03:34.196Z] experimental info: [2021-05-03T17:03:34.196Z] ------------------- [2021-05-03T17:03:34.196Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-03T17:03:34.196Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-03T17:03:34.196Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-03T17:03:34.322Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-03T17:03:34.346Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-03T17:03:34.368Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-03T17:03:34.391Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-03T17:03:34.414Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-03T17:03:34.436Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-03T17:03:34.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-03T17:03:34.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-03T17:03:34.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-03T17:03:34.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-03T17:03:34.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-03T17:03:34.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-03T17:03:34.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-03T17:03:34.614Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-03T17:03:34.665Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-03T17:03:34.690Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-03T17:03:34.712Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-03T17:03:34.735Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-03T17:03:34.757Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-03T17:03:34.780Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-03T17:03:34.805Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-03T17:03:34.829Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-03T17:03:34.852Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3416 [Pipeline] echo [2021-05-03T17:03:34.874Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3416 [Pipeline] echo [2021-05-03T17:03:34.898Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3416 [Pipeline] echo [2021-05-03T17:03:34.921Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [Pipeline] echo [2021-05-03T17:03:34.942Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1591d49 [Pipeline] echo [2021-05-03T17:03:34.964Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T17:03:35.048Z] provisioning config files... [2021-05-03T17:03:35.084Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config325954362624871358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:03:35.411Z] ---> docker-login.sh [2021-05-03T17:03:35.412Z] nexus3.edgexfoundry.org:10001 [2021-05-03T17:03:35.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:03:35.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:03:35.950Z] Configure a credential helper to remove this warning. See [2021-05-03T17:03:35.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:03:35.950Z] [2021-05-03T17:03:35.950Z] Login Succeeded [2021-05-03T17:03:35.950Z] nexus3.edgexfoundry.org:10002 [2021-05-03T17:03:35.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:03:35.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:03:35.950Z] Configure a credential helper to remove this warning. See [2021-05-03T17:03:35.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:03:35.950Z] [2021-05-03T17:03:35.950Z] Login Succeeded [2021-05-03T17:03:35.950Z] nexus3.edgexfoundry.org:10003 [2021-05-03T17:03:36.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:03:36.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:03:36.219Z] Configure a credential helper to remove this warning. See [2021-05-03T17:03:36.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:03:36.219Z] [2021-05-03T17:03:36.219Z] Login Succeeded [2021-05-03T17:03:36.219Z] nexus3.edgexfoundry.org:10004 [2021-05-03T17:03:36.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:03:36.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:03:36.487Z] Configure a credential helper to remove this warning. See [2021-05-03T17:03:36.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:03:36.487Z] [2021-05-03T17:03:36.487Z] Login Succeeded [2021-05-03T17:03:36.487Z] docker.io [2021-05-03T17:03:36.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:03:36.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:03:36.750Z] Configure a credential helper to remove this warning. See [2021-05-03T17:03:36.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:03:36.750Z] [2021-05-03T17:03:36.750Z] Login Succeeded [2021-05-03T17:03:36.750Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T17:03:36.762Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T17:03:37.108Z] ++ 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-05-03T17:03:37.108Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:03:37.108Z] ++ dirname cmd/core-command/Dockerfile [2021-05-03T17:03:37.108Z] ++ cut -d/ -f2 [2021-05-03T17:03:37.108Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-03T17:03:37.108Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:03:37.108Z] ++ dirname cmd/core-data/Dockerfile [2021-05-03T17:03:37.108Z] ++ cut -d/ -f2 [2021-05-03T17:03:37.108Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-03T17:03:37.108Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:03:37.108Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-03T17:03:37.108Z] ++ cut -d/ -f2 [2021-05-03T17:03:37.108Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-03T17:03:37.108Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:03:37.108Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-03T17:03:37.108Z] ++ cut -d/ -f2 [2021-05-03T17:03:37.108Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-03T17:03:37.108Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:03:37.108Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-03T17:03:37.108Z] ++ cut -d/ -f2 [2021-05-03T17:03:37.108Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-03T17:03:37.108Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:03:37.108Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-03T17:03:37.108Z] ++ cut -d/ -f2 [2021-05-03T17:03:37.108Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-03T17:03:37.108Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:03:37.108Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-03T17:03:37.108Z] ++ cut -d/ -f2 [2021-05-03T17:03:37.108Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-03T17:03:37.108Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:03:37.108Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-03T17:03:37.108Z] ++ cut -d/ -f2 [2021-05-03T17:03:37.108Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-03T17:03:37.108Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-03T17:03:37.108Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-03T17:03:37.108Z] ++ cut -d/ -f2 [2021-05-03T17:03:37.108Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-03T17:03:37.197Z] 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-05-03T17:03:38.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T17:03:38.129Z] [2021-05-03T17:03:38.129Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:03:38.458Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T17:03:38.458Z] latest: Pulling from edgex-devops/git-semver [2021-05-03T17:03:38.458Z] 31603596830f: Pulling fs layer [2021-05-03T17:03:38.458Z] 54011a49482f: Pulling fs layer [2021-05-03T17:03:38.458Z] a6820b24f6d8: Pulling fs layer [2021-05-03T17:03:38.458Z] f581987b2513: Pulling fs layer [2021-05-03T17:03:38.458Z] f581987b2513: Waiting [2021-05-03T17:03:38.458Z] 54011a49482f: Verifying Checksum [2021-05-03T17:03:38.458Z] 54011a49482f: Download complete [2021-05-03T17:03:38.739Z] 31603596830f: Verifying Checksum [2021-05-03T17:03:38.739Z] 31603596830f: Download complete [2021-05-03T17:03:38.739Z] f581987b2513: Verifying Checksum [2021-05-03T17:03:38.739Z] f581987b2513: Download complete [2021-05-03T17:03:39.016Z] a6820b24f6d8: Verifying Checksum [2021-05-03T17:03:39.016Z] a6820b24f6d8: Download complete [2021-05-03T17:03:39.016Z] 31603596830f: Pull complete [2021-05-03T17:03:39.284Z] 54011a49482f: Pull complete [2021-05-03T17:03:40.242Z] a6820b24f6d8: Pull complete [2021-05-03T17:03:40.506Z] f581987b2513: Pull complete [2021-05-03T17:03:40.506Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-03T17:03:40.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-03T17:03:40.506Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-03T17:03:40.644Z] prd-centos7-docker-4c-2g-2767 does not seem to be running inside a container [2021-05-03T17:03:40.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-03T17:03:43.419Z] $ docker top 287b366da8d49267b47f5247d6e00605ca04479af6555924d4991dad7a02dc86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-03T17:03:43.680Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T17:03:43.680Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T17:03:43.941Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T17:03:43.946Z] $ docker exec 287b366da8d49267b47f5247d6e00605ca04479af6555924d4991dad7a02dc86 ssh-agent [2021-05-03T17:03:44.130Z] SSH_AUTH_SOCK=/tmp/ssh-BkrMcFoAZZce/agent.11 [2021-05-03T17:03:44.130Z] SSH_AGENT_PID=17 [2021-05-03T17:03:44.144Z] Running ssh-add (command line suppressed) [2021-05-03T17:03:44.281Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6982453172641096070.key (/w/workspace/edgex-go/4@tmp/private_key_6982453172641096070.key) [2021-05-03T17:03:44.338Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T17:03:44.647Z] + git tag --points-at HEAD [Pipeline] } [2021-05-03T17:03:44.671Z] $ docker exec --env ******** --env ******** 287b366da8d49267b47f5247d6e00605ca04479af6555924d4991dad7a02dc86 ssh-agent -k [2021-05-03T17:03:44.795Z] unset SSH_AUTH_SOCK; [2021-05-03T17:03:44.795Z] unset SSH_AGENT_PID; [2021-05-03T17:03:44.795Z] echo Agent pid 17 killed; [2021-05-03T17:03:44.853Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-03T17:03:44.894Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-03T17:03:44.894Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-03T17:03:45.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-03T17:03:45.085Z] $ docker exec 287b366da8d49267b47f5247d6e00605ca04479af6555924d4991dad7a02dc86 ssh-agent [2021-05-03T17:03:45.263Z] SSH_AUTH_SOCK=/tmp/ssh-QbNhiRJNWiSu/agent.46 [2021-05-03T17:03:45.263Z] SSH_AGENT_PID=51 [2021-05-03T17:03:45.272Z] Running ssh-add (command line suppressed) [2021-05-03T17:03:45.412Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6809219938238501051.key (/w/workspace/edgex-go/4@tmp/private_key_6809219938238501051.key) [2021-05-03T17:03:45.468Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-03T17:03:45.783Z] + git semver init [2021-05-03T17:03:45.783Z] # -> Open(): unable to determine branch for HEAD [2021-05-03T17:03:45.783Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-05-03T17:03:45.783Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-05-03T17:03:45.783Z] # $SEMVER_REMOTE_NAME = origin [2021-05-03T17:03:45.783Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-03T17:03:45.783Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-03T17:03:45.783Z] # $SEMVER_BRANCH = PR-3416 [2021-05-03T17:03:45.783Z] # $SEMVER_TEMP = /tmp/semver-977847032 [2021-05-03T17:03:45.783Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-03T17:04:07.909Z] # '/tmp/semver-977847032' -> '/w/workspace/edgex-go/4/.semver' [2021-05-03T17:04:07.910Z] # -> Force: false [2021-05-03T17:04:07.910Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-05-03T17:04:07.928Z] $ docker exec --env ******** --env ******** 287b366da8d49267b47f5247d6e00605ca04479af6555924d4991dad7a02dc86 ssh-agent -k [2021-05-03T17:04:08.199Z] unset SSH_AUTH_SOCK; [2021-05-03T17:04:08.199Z] unset SSH_AGENT_PID; [2021-05-03T17:04:08.200Z] echo Agent pid 51 killed; [2021-05-03T17:04:08.348Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-03T17:04:08.691Z] + git semver [Pipeline] } [2021-05-03T17:04:08.712Z] $ docker stop --time=1 287b366da8d49267b47f5247d6e00605ca04479af6555924d4991dad7a02dc86 [2021-05-03T17:04:10.750Z] $ docker rm -f 287b366da8d49267b47f5247d6e00605ca04479af6555924d4991dad7a02dc86 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T17:04:11.220Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-03T17:04:11.694Z] Stashed 1 file(s) [Pipeline] echo [2021-05-03T17:04:11.697Z] [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-05-03T17:04:12.219Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-03T17:04:12.533Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-03T17:04:12.841Z] + sudo service docker restart [2021-05-03T17:04:12.841Z] + true [2021-05-03T17:04:12.841Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-03T17:04:13.435Z] ========================================================= [2021-05-03T17:04:13.435Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-03T17:04:13.435Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:04:13.743Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-03T17:04:18.010Z] Sending build context to Docker daemon 329.8MB [2021-05-03T17:04:18.011Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-03T17:04:18.011Z] Step 2/6 : FROM ${BASE} [2021-05-03T17:04:18.011Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-03T17:04:18.011Z] 540db60ca938: Pulling fs layer [2021-05-03T17:04:18.011Z] adcc1eea9eea: Pulling fs layer [2021-05-03T17:04:18.011Z] 4c4ab2625f07: Pulling fs layer [2021-05-03T17:04:18.011Z] 0510c868ecb4: Pulling fs layer [2021-05-03T17:04:18.011Z] afea3b2eda06: Pulling fs layer [2021-05-03T17:04:18.011Z] 7809a108b3ef: Pulling fs layer [2021-05-03T17:04:18.011Z] f706445af74f: Pulling fs layer [2021-05-03T17:04:18.011Z] 0510c868ecb4: Waiting [2021-05-03T17:04:18.011Z] afea3b2eda06: Waiting [2021-05-03T17:04:18.011Z] 7809a108b3ef: Waiting [2021-05-03T17:04:18.011Z] f706445af74f: Waiting [2021-05-03T17:04:18.011Z] 4c4ab2625f07: Download complete [2021-05-03T17:04:18.011Z] adcc1eea9eea: Verifying Checksum [2021-05-03T17:04:18.011Z] adcc1eea9eea: Download complete [2021-05-03T17:04:18.011Z] afea3b2eda06: Verifying Checksum [2021-05-03T17:04:18.011Z] afea3b2eda06: Download complete [2021-05-03T17:04:18.011Z] 7809a108b3ef: Download complete [2021-05-03T17:04:18.011Z] 540db60ca938: Verifying Checksum [2021-05-03T17:04:18.011Z] 540db60ca938: Download complete [2021-05-03T17:04:18.283Z] 540db60ca938: Pull complete [2021-05-03T17:04:18.548Z] adcc1eea9eea: Pull complete [2021-05-03T17:04:18.812Z] 4c4ab2625f07: Pull complete [2021-05-03T17:04:20.424Z] f706445af74f: Verifying Checksum [2021-05-03T17:04:20.424Z] f706445af74f: Download complete [2021-05-03T17:04:21.085Z] 0510c868ecb4: Verifying Checksum [2021-05-03T17:04:21.085Z] 0510c868ecb4: Download complete [2021-05-03T17:04:26.832Z] Still waiting to schedule task [2021-05-03T17:04:26.833Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-03T17:04:27.739Z] 0510c868ecb4: Pull complete [2021-05-03T17:04:27.739Z] afea3b2eda06: Pull complete [2021-05-03T17:04:27.739Z] 7809a108b3ef: Pull complete [2021-05-03T17:04:32.006Z] f706445af74f: Pull complete [2021-05-03T17:04:32.270Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-03T17:04:32.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-03T17:04:32.270Z] ---> b068be0155e3 [2021-05-03T17:04:32.270Z] 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-05-03T17:04:32.539Z] ---> Running in 8c48ee07738b [2021-05-03T17:04:33.493Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:04:34.441Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:04:35.017Z] (1/12) Installing libmagic (5.39-r0) [2021-05-03T17:04:35.593Z] (2/12) Installing file (5.39-r0) [2021-05-03T17:04:35.593Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-03T17:04:35.593Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-03T17:04:42.193Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-03T17:04:42.193Z] (6/12) Installing patch (2.7.6-r6) [2021-05-03T17:04:42.193Z] (7/12) Installing build-base (0.5-r2) [2021-05-03T17:04:42.193Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-03T17:04:42.193Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-03T17:04:42.193Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-03T17:04:42.193Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-03T17:04:42.458Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-03T17:04:42.458Z] Executing busybox-1.32.1-r6.trigger [2021-05-03T17:04:42.458Z] OK: 219 MiB in 52 packages [2021-05-03T17:04:46.686Z] Removing intermediate container 8c48ee07738b [2021-05-03T17:04:46.686Z] ---> 69505bac88af [2021-05-03T17:04:46.686Z] Step 4/6 : WORKDIR /edgex-go [2021-05-03T17:04:46.686Z] ---> Running in 03b223ee0a2f [2021-05-03T17:04:46.686Z] Removing intermediate container 03b223ee0a2f [2021-05-03T17:04:46.686Z] ---> 8dd042023b67 [2021-05-03T17:04:46.686Z] Step 5/6 : COPY go.mod . [2021-05-03T17:04:46.686Z] ---> 51c8b86451b6 [2021-05-03T17:04:46.686Z] Step 6/6 : RUN go mod download [2021-05-03T17:04:46.686Z] ---> Running in aade360975d0 [2021-05-03T17:05:08.708Z] Removing intermediate container aade360975d0 [2021-05-03T17:05:08.708Z] ---> 0020297b50cf [2021-05-03T17:05:08.708Z] Successfully built 0020297b50cf [2021-05-03T17:05:08.708Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:05:09.033Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-03T17:05:09.033Z] . [Pipeline] withDockerContainer [2021-05-03T17:05:09.149Z] prd-centos7-docker-4c-2g-2767 does not seem to be running inside a container [2021-05-03T17:05:09.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-03T17:05:10.248Z] $ docker top 6f06d82c487d84f48ea508f290c18439e4e34d478a710a4285551e39906a6d08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T17:05:10.713Z] + go version [2021-05-03T17:05:10.713Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-03T17:05:10.732Z] $ docker stop --time=1 6f06d82c487d84f48ea508f290c18439e4e34d478a710a4285551e39906a6d08 [2021-05-03T17:05:12.105Z] $ docker rm -f 6f06d82c487d84f48ea508f290c18439e4e34d478a710a4285551e39906a6d08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:05:12.613Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-03T17:05:12.614Z] . [Pipeline] withDockerContainer [2021-05-03T17:05:12.725Z] prd-centos7-docker-4c-2g-2767 does not seem to be running inside a container [2021-05-03T17:05:12.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-03T17:05:13.422Z] $ docker top 1c24ffc2e7b80602feda104c6fa03813cbaf9015af592723c993abb26b66dd18 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-03T17:05:13.552Z] ========================================================= [2021-05-03T17:05:13.552Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-03T17:05:13.552Z] ========================================================= [Pipeline] sh [2021-05-03T17:05:13.846Z] + go mod tidy [Pipeline] sh [2021-05-03T17:05:15.548Z] + make test [2021-05-03T17:05:15.548Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-03T17:05:25.651Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-03T17:05:47.813Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-03T17:05:53.182Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-03T17:05:53.182Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-03T17:05:53.182Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-03T17:05:57.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-03T17:05:57.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-03T17:05:57.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-03T17:05:57.463Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-03T17:05:58.437Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-03T17:05:59.048Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-03T17:06:02.421Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-03T17:06:02.421Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-03T17:06:02.421Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-03T17:06:04.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 45.9% of statements [2021-05-03T17:06:04.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-03T17:06:04.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-03T17:06:04.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-03T17:06:04.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-03T17:06:04.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-03T17:06:04.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-03T17:06:04.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.061s coverage: 19.8% of statements [2021-05-03T17:06:04.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.105s coverage: 100.0% of statements [2021-05-03T17:06:06.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.205s coverage: 27.1% of statements [2021-05-03T17:06:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-03T17:06:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-03T17:06:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-03T17:06:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-03T17:06:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-03T17:06:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-03T17:06:06.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-05-03T17:06:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-03T17:06:06.971Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-05-03T17:06:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-03T17:06:06.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-03T17:06:07.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 71.3% of statements [2021-05-03T17:06:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-03T17:06:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-03T17:06:07.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.198s coverage: 87.7% of statements [2021-05-03T17:06:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-03T17:06:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:06:07.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-05-03T17:06:07.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-03T17:06:13.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.446s coverage: 28.6% of statements [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-03T17:06:13.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.093s coverage: 100.0% of statements [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-03T17:06:13.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-03T17:06:13.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.177s coverage: 86.7% of statements [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-03T17:06:13.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-03T17:06:13.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-03T17:06:13.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-03T17:06:14.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.459s coverage: 95.1% of statements [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-03T17:06:14.788Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-03T17:06:14.788Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.092s coverage: 0.9% of statements [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-03T17:06:14.788Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.060s coverage: 22.6% of statements [2021-05-03T17:06:14.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-03T17:06:14.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 47.1% of statements [2021-05-03T17:06:15.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements [2021-05-03T17:06:15.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-05-03T17:06:15.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-05-03T17:06:15.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2021-05-03T17:06:27.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements [2021-05-03T17:06:27.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-05-03T17:06:30.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.287s coverage: 81.8% of statements [2021-05-03T17:06:30.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.103s coverage: 92.9% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.093s coverage: 87.2% of statements [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.076s coverage: 84.6% of statements [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.121s coverage: 91.6% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.215s coverage: 64.4% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.391s coverage: 69.0% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.162s coverage: 40.5% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.066s coverage: 9.6% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-03T17:06:38.472Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.232s coverage: 92.6% of statements [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:06:38.472Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-03T17:06:40.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.801s coverage: 28.7% of statements [2021-05-03T17:06:40.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-03T17:06:40.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-03T17:06:40.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-03T17:06:40.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-03T17:06:40.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-03T17:06:40.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements [2021-05-03T17:06:40.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-03T17:06:40.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2021-05-03T17:06:40.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-03T17:06:40.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-03T17:06:40.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-03T17:06:40.440Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.077s coverage: 64.6% of statements [2021-05-03T17:06:40.440Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-03T17:06:41.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.134s coverage: 97.6% of statements [2021-05-03T17:06:41.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-03T17:06:41.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:06:41.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-03T17:06:41.412Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-05-03T17:06:41.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-03T17:06:41.412Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-05-03T17:06:41.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-03T17:06:41.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-03T17:06:41.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-03T17:06:41.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-03T17:06:41.412Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements [2021-05-03T17:06:41.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-03T17:06:41.412Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-03T17:06:41.412Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-05-03T17:06:41.674Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 28.1% of statements [2021-05-03T17:06:41.674Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-03T17:06:41.674Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-05-03T17:06:42.249Z] GO111MODULE=on go vet ./... [2021-05-03T17:07:21.681Z] gofmt -l . [2021-05-03T17:07:21.681Z] [ "`gofmt -l .`" = "" ] [2021-05-03T17:07:21.681Z] ./bin/test-go-mod-tidy.sh [2021-05-03T17:07:21.681Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-03T17:07:21.997Z] + ls -al . [2021-05-03T17:07:21.997Z] total 804 [2021-05-03T17:07:21.997Z] drwxrwxr-x 10 1001 1001 4096 May 3 17:07 . [2021-05-03T17:07:21.997Z] drwxr-xr-x 4 root root 28 May 3 17:05 .. [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 11 May 3 17:03 .dockerignore [2021-05-03T17:07:21.997Z] drwxrwxr-x 8 1001 1001 179 May 3 17:03 .git [2021-05-03T17:07:21.997Z] drwxrwxr-x 3 1001 1001 125 May 3 17:03 .github [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 818 May 3 17:03 .gitignore [2021-05-03T17:07:21.997Z] drwx------ 3 1001 1001 60 May 3 17:04 .semver [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 166 May 3 17:03 .sonarcloud.properties [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 8609 May 3 17:03 Attribution.txt [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 3804 May 3 17:03 CONTRIBUTING.md [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 931 May 3 17:03 Dockerfile.build [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 863 May 3 17:03 Jenkinsfile [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 10775 May 3 17:03 LICENSE [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 5774 May 3 17:03 Makefile [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 7978 May 3 17:03 README.md [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 6755 May 3 17:03 SECURITY.md [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 5 May 3 17:04 VERSION [2021-05-03T17:07:21.997Z] -rw-rw-r-- 1 1001 1001 4131 May 3 17:03 ZMQWindows.md [2021-05-03T17:07:21.997Z] drwxrwxr-x 2 1001 1001 117 May 3 17:03 bin [2021-05-03T17:07:21.997Z] drwxrwxr-x 14 1001 1001 4096 May 3 17:03 cmd [2021-05-03T17:07:21.997Z] -rw-r--r-- 1 root root 693878 May 3 17:06 coverage.out [2021-05-03T17:07:21.997Z] -rw-r--r-- 1 root root 1060 May 3 17:07 go.mod [2021-05-03T17:07:21.998Z] -rw-r--r-- 1 root root 22420 May 3 17:05 go.sum [2021-05-03T17:07:21.998Z] drwxrwxr-x 8 1001 1001 127 May 3 17:03 internal [2021-05-03T17:07:21.998Z] drwxrwxr-x 4 1001 1001 26 May 3 17:03 openapi [2021-05-03T17:07:21.998Z] drwxrwxr-x 4 1001 1001 71 May 3 17:03 snap [2021-05-03T17:07:21.998Z] -rw-rw-r-- 1 1001 1001 168 May 3 17:03 version.go [Pipeline] sh [2021-05-03T17:07:22.313Z] + '[' -e coverage.out ] [2021-05-03T17:07:22.314Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-03T17:07:22.561Z] Stashed 1 file(s) [Pipeline] sh [2021-05-03T17:07:22.861Z] + make build [2021-05-03T17:07:22.861Z] 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-05-03T17:07:25.431Z] 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-05-03T17:07:37.795Z] 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-05-03T17:07:37.795Z] 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-05-03T17:07:39.237Z] 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-05-03T17:07:39.513Z] 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-05-03T17:07:41.473Z] 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-05-03T17:07:43.414Z] 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-05-03T17:07:44.367Z] 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-05-03T17:07:45.808Z] 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-05-03T17:07:46.786Z] 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-05-03T17:07:48.725Z] 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-05-03T17:07:50.681Z] $ docker stop --time=1 1c24ffc2e7b80602feda104c6fa03813cbaf9015af592723c993abb26b66dd18 [2021-05-03T17:07:52.620Z] $ docker rm -f 1c24ffc2e7b80602feda104c6fa03813cbaf9015af592723c993abb26b66dd18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:07:54.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T17:07:54.458Z] [2021-05-03T17:07:54.458Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:07:54.780Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T17:07:54.780Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-03T17:07:54.780Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-03T17:07:54.780Z] ca9280d653b3: Pulling fs layer [2021-05-03T17:07:54.780Z] 7e9c9ca2126c: Pulling fs layer [2021-05-03T17:07:55.044Z] cbdbe7a5bc2a: Download complete [2021-05-03T17:07:55.623Z] cbdbe7a5bc2a: Pull complete [2021-05-03T17:07:55.623Z] ca9280d653b3: Verifying Checksum [2021-05-03T17:07:55.623Z] ca9280d653b3: Download complete [2021-05-03T17:07:57.039Z] ca9280d653b3: Pull complete [2021-05-03T17:07:57.039Z] 7e9c9ca2126c: Download complete [2021-05-03T17:08:05.221Z] 7e9c9ca2126c: Pull complete [2021-05-03T17:08:05.221Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-03T17:08:05.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T17:08:05.221Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-03T17:08:05.452Z] prd-centos7-docker-4c-2g-2767 does not seem to be running inside a container [2021-05-03T17:08:05.506Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-03T17:08:07.577Z] $ docker top 35bed96eb5ea4545029969a3b9b60166b3b1a110d8b1df65f47b2e15adfdd097 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T17:08:07.906Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2769 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws [2021-05-03T17:08:07.926Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-05-03T17:08:08.028Z] + docker-compose build --help [2021-05-03T17:08:08.028Z] + grep parallel [2021-05-03T17:08:08.977Z] --parallel Build images in parallel. [Pipeline] } [2021-05-03T17:08:09.258Z] $ docker stop --time=1 35bed96eb5ea4545029969a3b9b60166b3b1a110d8b1df65f47b2e15adfdd097 [2021-05-03T17:08:10.660Z] $ docker rm -f 35bed96eb5ea4545029969a3b9b60166b3b1a110d8b1df65f47b2e15adfdd097 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:08:11.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-03T17:08:11.165Z] . [Pipeline] withDockerContainer [2021-05-03T17:08:11.276Z] prd-centos7-docker-4c-2g-2767 does not seem to be running inside a container [2021-05-03T17:08:11.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-03T17:08:12.030Z] $ docker top 622e88352504e46c91b5ccf9c7c7d5df8a9f3ce95791730f4baf88c2f556b8e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T17:08:12.440Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-03T17:08:13.400Z] Building docker-core-command-go ... [2021-05-03T17:08:13.400Z] Building docker-core-data-go ... [2021-05-03T17:08:13.400Z] Building docker-core-metadata-go ... [2021-05-03T17:08:13.400Z] Building docker-security-bootstrapper-go ... [2021-05-03T17:08:13.400Z] Building docker-security-proxy-setup-go ... [2021-05-03T17:08:13.400Z] Building docker-security-secretstore-setup-go ... [2021-05-03T17:08:13.400Z] Building docker-support-notifications-go ... [2021-05-03T17:08:13.400Z] Building docker-support-scheduler-go ... [2021-05-03T17:08:13.400Z] Building docker-sys-mgmt-agent-go ... [2021-05-03T17:08:13.400Z] Building docker-support-notifications-go [2021-05-03T17:08:13.400Z] Building docker-core-metadata-go [2021-05-03T17:08:13.400Z] Building docker-security-secretstore-setup-go [2021-05-03T17:08:13.400Z] Building docker-security-proxy-setup-go [2021-05-03T17:08:13.400Z] Building docker-security-bootstrapper-go [2021-05-03T17:08:13.699Z] using credential edgex-jenkins-ssh [2021-05-03T17:08:13.718Z] Cloning the remote Git repository [2021-05-03T17:08:13.791Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-03T17:08:13.902Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-05-03T17:08:14.001Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T17:08:14.001Z] > git --version # timeout=10 [2021-05-03T17:08:14.021Z] > git --version # 'git version 2.17.1' [2021-05-03T17:08:14.023Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T17:08:14.097Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T17:08:30.112Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T17:08:30.129Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T17:08:30.165Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T17:08:30.203Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T17:08:30.203Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T17:08:30.213Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T17:08:31.103Z] Merging remotes/origin/master commit ce85119b06e7d5e27843f039fb56aa987fad79c8 into PR head commit 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:08:31.537Z] Merge succeeded, producing 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:08:31.538Z] Checking out Revision 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 (PR-3416) [2021-05-03T17:08:31.120Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T17:08:31.144Z] > git checkout -f 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 # timeout=10 [2021-05-03T17:08:31.457Z] > git remote # timeout=10 [2021-05-03T17:08:31.475Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T17:08:31.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T17:08:31.496Z] > git merge ce85119b06e7d5e27843f039fb56aa987fad79c8 # timeout=10 [2021-05-03T17:08:31.518Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T17:08:31.540Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T17:08:31.549Z] > git checkout -f 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 # timeout=10 [2021-05-03T17:08:35.972Z] Commit message: "Merge branch 'master' into issue-3409" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-03T17:08:37.448Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-03T17:08:37.865Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-03T17:08:38.208Z] + + truesudo service docker restart [2021-05-03T17:08:38.208Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-03T17:08:40.242Z] provisioning config files... [2021-05-03T17:08:40.297Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5822305403200417628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:08:40.672Z] ---> docker-login.sh [2021-05-03T17:08:40.672Z] nexus3.edgexfoundry.org:10001 [2021-05-03T17:08:41.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:08:41.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:08:41.941Z] Configure a credential helper to remove this warning. See [2021-05-03T17:08:41.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:08:41.941Z] [2021-05-03T17:08:41.941Z] Login Succeeded [2021-05-03T17:08:41.941Z] nexus3.edgexfoundry.org:10002 [2021-05-03T17:08:42.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:08:42.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:08:42.492Z] Configure a credential helper to remove this warning. See [2021-05-03T17:08:42.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:08:42.492Z] [2021-05-03T17:08:42.492Z] Login Succeeded [2021-05-03T17:08:42.492Z] nexus3.edgexfoundry.org:10003 [2021-05-03T17:08:42.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:08:43.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:08:43.040Z] Configure a credential helper to remove this warning. See [2021-05-03T17:08:43.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:08:43.040Z] [2021-05-03T17:08:43.040Z] Login Succeeded [2021-05-03T17:08:43.040Z] nexus3.edgexfoundry.org:10004 [2021-05-03T17:08:43.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:08:43.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:08:43.314Z] Configure a credential helper to remove this warning. See [2021-05-03T17:08:43.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:08:43.314Z] [2021-05-03T17:08:43.314Z] Login Succeeded [2021-05-03T17:08:43.314Z] docker.io [2021-05-03T17:08:43.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-03T17:08:44.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-03T17:08:44.185Z] Configure a credential helper to remove this warning. See [2021-05-03T17:08:44.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-03T17:08:44.185Z] [2021-05-03T17:08:44.185Z] Login Succeeded [2021-05-03T17:08:44.185Z] ---> docker-login.sh ends [Pipeline] } [2021-05-03T17:08:44.205Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-03T17:08:44.516Z] ========================================================= [2021-05-03T17:08:44.516Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-03T17:08:44.516Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:08:44.854Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-03T17:08:47.497Z] Sending build context to Docker daemon 167.5MB [2021-05-03T17:08:47.497Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-05-03T17:08:47.497Z] Step 2/6 : FROM ${BASE} [2021-05-03T17:08:47.497Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-03T17:08:47.497Z] 595b0fe564bb: Pulling fs layer [2021-05-03T17:08:47.497Z] 7186ed65a4f7: Pulling fs layer [2021-05-03T17:08:47.497Z] 316046926c0a: Pulling fs layer [2021-05-03T17:08:47.497Z] 4ebd0625c992: Pulling fs layer [2021-05-03T17:08:47.497Z] 207e8628e3a3: Pulling fs layer [2021-05-03T17:08:47.497Z] c791037a9be2: Pulling fs layer [2021-05-03T17:08:47.497Z] ffd874e62e21: Pulling fs layer [2021-05-03T17:08:47.497Z] 4ebd0625c992: Waiting [2021-05-03T17:08:47.497Z] 207e8628e3a3: Waiting [2021-05-03T17:08:47.497Z] c791037a9be2: Waiting [2021-05-03T17:08:47.497Z] ffd874e62e21: Waiting [2021-05-03T17:08:47.497Z] 316046926c0a: Download complete [2021-05-03T17:08:47.497Z] 7186ed65a4f7: Download complete [2021-05-03T17:08:47.497Z] 207e8628e3a3: Download complete [2021-05-03T17:08:47.497Z] c791037a9be2: Verifying Checksum [2021-05-03T17:08:47.497Z] c791037a9be2: Download complete [2021-05-03T17:08:47.497Z] 595b0fe564bb: Verifying Checksum [2021-05-03T17:08:47.497Z] 595b0fe564bb: Download complete [2021-05-03T17:08:48.106Z] 595b0fe564bb: Pull complete [2021-05-03T17:08:48.707Z] 7186ed65a4f7: Pull complete [2021-05-03T17:08:49.315Z] 316046926c0a: Pull complete [2021-05-03T17:08:49.315Z] ffd874e62e21: Download complete [2021-05-03T17:08:50.752Z] 4ebd0625c992: Verifying Checksum [2021-05-03T17:08:50.752Z] 4ebd0625c992: Download complete [2021-05-03T17:08:52.309Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:08:52.309Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:08:52.309Z] ---> 0020297b50cf [2021-05-03T17:08:52.309Z] Step 3/24 : WORKDIR /edgex-go [2021-05-03T17:08:52.309Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:08:52.309Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:08:52.309Z] ---> 0020297b50cf [2021-05-03T17:08:52.309Z] Step 3/31 : WORKDIR /edgex-go [2021-05-03T17:08:52.309Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:08:52.309Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:08:52.309Z] ---> 0020297b50cf [2021-05-03T17:08:52.309Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T17:08:52.309Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:08:52.309Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:08:52.309Z] ---> 0020297b50cf [2021-05-03T17:08:52.309Z] Step 3/21 : WORKDIR /edgex-go [2021-05-03T17:08:52.309Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:08:52.309Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:08:52.309Z] ---> 0020297b50cf [2021-05-03T17:08:52.309Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T17:08:52.309Z] ---> Running in 6058c312a010 [2021-05-03T17:08:52.309Z] ---> Running in 51c2f6c8dbc9 [2021-05-03T17:08:52.309Z] ---> Running in e5f5fdb76a2d [2021-05-03T17:08:52.309Z] ---> Running in 78c408ff91b4 [2021-05-03T17:08:52.309Z] ---> Running in 960bd9bd1efa [2021-05-03T17:08:52.309Z] Removing intermediate container 78c408ff91b4 [2021-05-03T17:08:52.309Z] ---> a709bc21bcbb [2021-05-03T17:08:52.309Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:08:52.309Z] Removing intermediate container 6058c312a010 [2021-05-03T17:08:52.309Z] ---> 45f21e5e2a93 [2021-05-03T17:08:52.309Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:08:52.309Z] Removing intermediate container e5f5fdb76a2d [2021-05-03T17:08:52.309Z] ---> a54d309f73f5 [2021-05-03T17:08:52.309Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:08:52.309Z] Removing intermediate container 960bd9bd1efa [2021-05-03T17:08:52.309Z] ---> f19ba62647fe [2021-05-03T17:08:52.309Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:08:52.309Z] Removing intermediate container 51c2f6c8dbc9 [2021-05-03T17:08:52.309Z] ---> 281162c4dd38 [2021-05-03T17:08:52.309Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:08:52.309Z] ---> Running in d7bbba70f17e [2021-05-03T17:08:52.309Z] ---> Running in cd8678aeca07 [2021-05-03T17:08:52.309Z] ---> Running in 21278c05a540 [2021-05-03T17:08:52.309Z] ---> Running in 89a493cb90c5 [2021-05-03T17:08:52.309Z] ---> Running in 8ee01ab967fb [2021-05-03T17:08:53.273Z] Removing intermediate container cd8678aeca07 [2021-05-03T17:08:53.273Z] ---> c880822beb22 [2021-05-03T17:08:53.273Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T17:08:53.273Z] ---> Running in 780e1422f467 [2021-05-03T17:08:53.546Z] Removing intermediate container 21278c05a540 [2021-05-03T17:08:53.546Z] ---> b7741524eb13 [2021-05-03T17:08:53.546Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-03T17:08:53.546Z] Removing intermediate container d7bbba70f17e [2021-05-03T17:08:53.546Z] ---> c9b45bec7fec [2021-05-03T17:08:53.546Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-03T17:08:53.823Z] ---> Running in 807177fbb645 [2021-05-03T17:08:53.823Z] ---> Running in 51328cc559e6 [2021-05-03T17:08:54.087Z] Removing intermediate container 89a493cb90c5 [2021-05-03T17:08:54.087Z] ---> 9f391b7d5b08 [2021-05-03T17:08:54.087Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-03T17:08:54.087Z] Removing intermediate container 8ee01ab967fb [2021-05-03T17:08:54.087Z] ---> d2ca76169af1 [2021-05-03T17:08:54.087Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-03T17:08:54.350Z] ---> Running in 9adf055f7be6 [2021-05-03T17:08:54.350Z] ---> Running in 40c56b0fa0e2 [2021-05-03T17:08:54.350Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:08:54.946Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:08:54.946Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:08:55.209Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:08:55.209Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:08:55.209Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:08:55.788Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:08:55.788Z] OK: 219 MiB in 52 packages [2021-05-03T17:08:55.788Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:08:56.063Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:08:56.063Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:08:56.350Z] OK: 219 MiB in 52 packages [2021-05-03T17:08:56.350Z] Removing intermediate container 780e1422f467 [2021-05-03T17:08:56.350Z] ---> d88a746dc13f [2021-05-03T17:08:56.350Z] Step 6/23 : COPY go.mod . [2021-05-03T17:08:56.350Z] OK: 219 MiB in 52 packages [2021-05-03T17:08:56.914Z] OK: 219 MiB in 52 packages [2021-05-03T17:08:56.914Z] OK: 219 MiB in 52 packages [2021-05-03T17:08:56.914Z] ---> a3af8c12ce0b [2021-05-03T17:08:56.914Z] Step 7/23 : RUN go mod download [2021-05-03T17:08:57.219Z] ---> Running in d20f13efd07f [2021-05-03T17:08:57.219Z] Removing intermediate container 807177fbb645 [2021-05-03T17:08:57.219Z] ---> c7f89844db9e [2021-05-03T17:08:57.219Z] Step 6/21 : COPY go.mod . [2021-05-03T17:08:57.525Z] Removing intermediate container 51328cc559e6 [2021-05-03T17:08:57.525Z] ---> 6b34c254c090 [2021-05-03T17:08:57.525Z] Step 6/24 : COPY go.mod . [2021-05-03T17:08:57.888Z] ---> 2cd197289d20 [2021-05-03T17:08:57.888Z] Step 7/21 : RUN go mod download [2021-05-03T17:08:57.888Z] Removing intermediate container 40c56b0fa0e2 [2021-05-03T17:08:57.888Z] ---> 32c7df0165d9 [2021-05-03T17:08:57.888Z] Step 6/31 : COPY go.mod . [2021-05-03T17:08:57.888Z] ---> Running in 076d935f38c0 [2021-05-03T17:08:57.888Z] ---> bbe75e874a5e [2021-05-03T17:08:57.888Z] Step 7/24 : RUN go mod download [2021-05-03T17:08:57.888Z] Removing intermediate container 9adf055f7be6 [2021-05-03T17:08:57.888Z] ---> 67f455fadc39 [2021-05-03T17:08:57.888Z] Step 6/22 : COPY go.mod . [2021-05-03T17:08:58.156Z] ---> Running in ca6981033393 [2021-05-03T17:08:58.444Z] ---> bb304d8bc4f2 [2021-05-03T17:08:58.444Z] Step 7/31 : RUN go mod download [2021-05-03T17:08:58.444Z] ---> Running in 1840e7eacd9b [2021-05-03T17:08:58.444Z] ---> 70db3f261c86 [2021-05-03T17:08:58.444Z] Step 7/22 : RUN go mod download [2021-05-03T17:08:58.715Z] ---> Running in c49dab5406df [2021-05-03T17:08:59.694Z] Removing intermediate container d20f13efd07f [2021-05-03T17:08:59.694Z] ---> c46a011291cb [2021-05-03T17:08:59.694Z] Step 8/23 : COPY . . [2021-05-03T17:08:59.694Z] Removing intermediate container 076d935f38c0 [2021-05-03T17:08:59.694Z] ---> d673df150549 [2021-05-03T17:08:59.694Z] Step 8/21 : COPY . . [2021-05-03T17:09:00.920Z] 4ebd0625c992: Pull complete [2021-05-03T17:09:01.524Z] 207e8628e3a3: Pull complete [2021-05-03T17:09:01.804Z] c791037a9be2: Pull complete [2021-05-03T17:09:03.939Z] Removing intermediate container ca6981033393 [2021-05-03T17:09:03.939Z] ---> a4241d363b28 [2021-05-03T17:09:03.939Z] Step 8/24 : COPY . . [2021-05-03T17:09:05.212Z] ffd874e62e21: Pull complete [2021-05-03T17:09:05.212Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-03T17:09:05.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-03T17:09:05.212Z] ---> cfc18b08335c [2021-05-03T17:09:05.212Z] 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-05-03T17:09:08.263Z] Removing intermediate container 1840e7eacd9b [2021-05-03T17:09:08.263Z] ---> f3e430353980 [2021-05-03T17:09:08.263Z] Step 8/31 : COPY . . [2021-05-03T17:09:08.263Z] Removing intermediate container c49dab5406df [2021-05-03T17:09:08.263Z] ---> e78b5cff30a4 [2021-05-03T17:09:08.263Z] Step 8/22 : COPY . . [2021-05-03T17:09:08.619Z] ---> Running in e1d0d869a166 [2021-05-03T17:09:09.608Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:09:10.599Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:09:11.576Z] (1/12) Installing libmagic (5.39-r0) [2021-05-03T17:09:11.846Z] (2/12) Installing file (5.39-r0) [2021-05-03T17:09:11.846Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-03T17:09:11.846Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-03T17:09:17.243Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-03T17:09:17.243Z] (6/12) Installing patch (2.7.6-r6) [2021-05-03T17:09:17.243Z] (7/12) Installing build-base (0.5-r2) [2021-05-03T17:09:17.517Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-03T17:09:17.517Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-03T17:09:17.517Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-03T17:09:17.789Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-03T17:09:17.790Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-03T17:09:17.790Z] Executing busybox-1.32.1-r6.trigger [2021-05-03T17:09:18.077Z] OK: 218 MiB in 52 packages [2021-05-03T17:09:22.381Z] Removing intermediate container e1d0d869a166 [2021-05-03T17:09:22.381Z] ---> 4d031aa87298 [2021-05-03T17:09:22.381Z] Step 4/6 : WORKDIR /edgex-go [2021-05-03T17:09:22.381Z] ---> Running in 8cbcb773dd73 [2021-05-03T17:09:22.381Z] Removing intermediate container 8cbcb773dd73 [2021-05-03T17:09:22.381Z] ---> 71d116faa7ed [2021-05-03T17:09:22.381Z] Step 5/6 : COPY go.mod . [2021-05-03T17:09:22.973Z] ---> cb86a26c386e [2021-05-03T17:09:22.973Z] Step 6/6 : RUN go mod download [2021-05-03T17:09:23.247Z] ---> Running in ed4289dc7ba2 [2021-05-03T17:09:47.550Z] ---> 3f852ddeb580 [2021-05-03T17:09:47.550Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-03T17:09:47.550Z] ---> 8587eae8bdfc [2021-05-03T17:09:47.550Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-03T17:09:47.550Z] ---> Running in 427cb42a44e2 [2021-05-03T17:09:47.550Z] ---> Running in 124cf44a0c36 [2021-05-03T17:09:47.550Z] ---> 4932456f9b38 [2021-05-03T17:09:47.550Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-03T17:09:47.550Z] ---> ef50bb216a08 [2021-05-03T17:09:47.550Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-03T17:09:47.550Z] ---> Running in eff19de30df5 [2021-05-03T17:09:47.550Z] ---> 173ccb2fa8f7 [2021-05-03T17:09:47.550Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-03T17:09:47.550Z] ---> Running in afb302feb7fd [2021-05-03T17:09:47.550Z] ---> Running in ef7e8bb60898 [2021-05-03T17:09:47.550Z] 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-05-03T17:09:47.550Z] 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-05-03T17:09:47.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-05-03T17:09:47.550Z] 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-05-03T17:09:47.550Z] 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-05-03T17:09:50.051Z] Removing intermediate container ed4289dc7ba2 [2021-05-03T17:09:50.051Z] ---> e2806d5ed42b [2021-05-03T17:09:50.051Z] Successfully built e2806d5ed42b [2021-05-03T17:09:50.051Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:09:50.402Z] + docker inspect -f . ci-base-image-arm64 [2021-05-03T17:09:50.402Z] . [Pipeline] withDockerContainer [2021-05-03T17:09:50.688Z] prd-ubuntu18.04-docker-arm64-4c-16g-2769 does not seem to be running inside a container [2021-05-03T17:09:50.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-03T17:09:52.268Z] $ docker top 37847c283c8f2e58773db9e2ee9413bf6502c728eb94aba76d04d91c7203b5bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T17:09:53.228Z] + go version [2021-05-03T17:09:53.228Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-03T17:09:53.249Z] $ docker stop --time=1 37847c283c8f2e58773db9e2ee9413bf6502c728eb94aba76d04d91c7203b5bd [2021-05-03T17:09:55.266Z] $ docker rm -f 37847c283c8f2e58773db9e2ee9413bf6502c728eb94aba76d04d91c7203b5bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:09:56.004Z] + docker inspect -f . ci-base-image-arm64 [2021-05-03T17:09:56.004Z] . [Pipeline] withDockerContainer [2021-05-03T17:09:56.271Z] prd-ubuntu18.04-docker-arm64-4c-16g-2769 does not seem to be running inside a container [2021-05-03T17:09:56.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-03T17:09:57.798Z] $ docker top 68c5a81a030b7b3e5ea59bc649a9a1d18c6f02a88de8545efad6fca27120dddf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-03T17:09:58.089Z] ========================================================= [2021-05-03T17:09:58.089Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-03T17:09:58.089Z] ========================================================= [Pipeline] sh [2021-05-03T17:09:58.740Z] + go mod tidy [Pipeline] sh [2021-05-03T17:10:00.428Z] + make test [2021-05-03T17:10:00.428Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-03T17:10:26.521Z] 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-05-03T17:10:26.521Z] 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-05-03T17:10:27.425Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-03T17:10:30.968Z] Removing intermediate container ef7e8bb60898 [2021-05-03T17:10:30.968Z] ---> 22428cdabc08 [2021-05-03T17:10:30.968Z] [2021-05-03T17:10:30.968Z] Step 10/31 : FROM alpine:3.12 [2021-05-03T17:10:30.968Z] 3.12: Pulling from library/alpine [2021-05-03T17:10:31.960Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T17:10:31.960Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T17:10:31.960Z] ---> 13621d1b12d4 [2021-05-03T17:10:31.960Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-03T17:10:38.577Z] ---> Running in bbfa759adcca [2021-05-03T17:10:38.577Z] Removing intermediate container 124cf44a0c36 [2021-05-03T17:10:38.577Z] ---> 3e39f49ecf80 [2021-05-03T17:10:38.577Z] [2021-05-03T17:10:38.577Z] Step 10/21 : FROM alpine:3.12 [2021-05-03T17:10:38.577Z] ---> 13621d1b12d4 [2021-05-03T17:10:38.577Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-03T17:10:38.577Z] Removing intermediate container eff19de30df5 [2021-05-03T17:10:38.577Z] ---> 39f0671a1d00 [2021-05-03T17:10:38.577Z] [2021-05-03T17:10:38.577Z] Step 10/24 : FROM alpine:3.12 [2021-05-03T17:10:38.577Z] ---> 13621d1b12d4 [2021-05-03T17:10:38.577Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-03T17:10:38.577Z] Removing intermediate container afb302feb7fd [2021-05-03T17:10:38.577Z] ---> cec4e891a3bd [2021-05-03T17:10:38.577Z] [2021-05-03T17:10:38.577Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T17:10:38.577Z] ---> 13621d1b12d4 [2021-05-03T17:10:38.577Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-03T17:10:38.577Z] ---> Running in a1e5c4b2cc52 [2021-05-03T17:10:38.577Z] ---> Running in aea93264fe87 [2021-05-03T17:10:38.577Z] ---> Running in 1cece30fbd92 [2021-05-03T17:10:38.577Z] Removing intermediate container bbfa759adcca [2021-05-03T17:10:38.577Z] ---> dea50aafff5a [2021-05-03T17:10:38.577Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-03T17:10:40.507Z] ---> Running in 216fdda3bd9f [2021-05-03T17:10:40.507Z] Removing intermediate container 427cb42a44e2 [2021-05-03T17:10:40.507Z] ---> 05bf44aad9e5 [2021-05-03T17:10:40.507Z] [2021-05-03T17:10:40.507Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T17:10:40.507Z] ---> 13621d1b12d4 [2021-05-03T17:10:40.507Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T17:10:40.773Z] ---> Running in 317de60ab2d4 [2021-05-03T17:10:41.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:10:41.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:10:41.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:10:41.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:10:41.325Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-03T17:10:41.326Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T17:10:41.326Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-03T17:10:41.326Z] (4/4) Installing curl (7.76.1-r0) [2021-05-03T17:10:41.326Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:10:41.326Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T17:10:41.326Z] OK: 7 MiB in 18 packages [2021-05-03T17:10:41.326Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-03T17:10:41.326Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T17:10:41.326Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-03T17:10:41.326Z] (4/6) Installing curl (7.76.1-r0) [2021-05-03T17:10:41.326Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-03T17:10:41.326Z] (6/6) Installing su-exec (0.2-r1) [2021-05-03T17:10:41.326Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:10:41.326Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T17:10:41.608Z] OK: 7 MiB in 20 packages [2021-05-03T17:10:41.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:10:41.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:10:41.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:10:41.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:10:41.608Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:10:41.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:10:41.875Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-03T17:10:41.875Z] (2/2) Installing su-exec (0.2-r1) [2021-05-03T17:10:41.875Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:10:41.875Z] OK: 6 MiB in 16 packages [2021-05-03T17:10:41.875Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-03T17:10:41.875Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-03T17:10:41.875Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:10:41.875Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T17:10:41.875Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:10:42.138Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T17:10:42.138Z] OK: 6 MiB in 16 packages [2021-05-03T17:10:42.402Z] OK: 6 MiB in 15 packages [2021-05-03T17:10:44.958Z] Removing intermediate container a1e5c4b2cc52 [2021-05-03T17:10:44.958Z] ---> 3d7fcbf06994 [2021-05-03T17:10:44.958Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T17:10:45.221Z] ---> Running in 5c6f63855410 [2021-05-03T17:10:45.221Z] Removing intermediate container aea93264fe87 [2021-05-03T17:10:45.221Z] ---> 96a0617cc073 [2021-05-03T17:10:45.221Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T17:10:45.500Z] ---> Running in 6e049296c582 [2021-05-03T17:10:45.500Z] Removing intermediate container 216fdda3bd9f [2021-05-03T17:10:45.500Z] ---> 60036b60cca1 [2021-05-03T17:10:45.500Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-03T17:10:45.500Z] Removing intermediate container 317de60ab2d4 [2021-05-03T17:10:45.500Z] ---> f20d96d23435 [2021-05-03T17:10:45.500Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T17:10:45.500Z] Removing intermediate container 1cece30fbd92 [2021-05-03T17:10:45.500Z] ---> 7c84bc723646 [2021-05-03T17:10:45.500Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T17:10:45.500Z] Removing intermediate container 5c6f63855410 [2021-05-03T17:10:45.500Z] ---> f25c04575e16 [2021-05-03T17:10:45.500Z] Step 13/21 : WORKDIR /edgex [2021-05-03T17:10:45.763Z] ---> Running in 2d0f5f642a0c [2021-05-03T17:10:45.763Z] ---> Running in d2f5150166e5 [2021-05-03T17:10:45.763Z] ---> Running in 474cb58b98b6 [2021-05-03T17:10:46.029Z] ---> Running in ba834fff2a20 [2021-05-03T17:10:46.294Z] Removing intermediate container 6e049296c582 [2021-05-03T17:10:46.294Z] ---> eb78ab42ec3a [2021-05-03T17:10:46.294Z] Step 13/24 : WORKDIR / [2021-05-03T17:10:46.294Z] Removing intermediate container 2d0f5f642a0c [2021-05-03T17:10:46.294Z] ---> 75477ee1b31d [2021-05-03T17:10:46.294Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-03T17:10:46.294Z] ---> Running in d20696ef2dfa [2021-05-03T17:10:46.557Z] ---> Running in 9ee4d6f9b4eb [2021-05-03T17:10:46.557Z] Removing intermediate container 474cb58b98b6 [2021-05-03T17:10:46.557Z] ---> 2dd678a0d694 [2021-05-03T17:10:46.557Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-03T17:10:46.557Z] Removing intermediate container d2f5150166e5 [2021-05-03T17:10:46.557Z] ---> b91e6710183a [2021-05-03T17:10:46.557Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-03T17:10:46.557Z] Removing intermediate container ba834fff2a20 [2021-05-03T17:10:46.557Z] ---> d4d875045302 [2021-05-03T17:10:46.557Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-03T17:10:46.819Z] ---> Running in 0dd67e797d6d [2021-05-03T17:10:46.819Z] ---> Running in 71d04dafec5d [2021-05-03T17:10:46.819Z] Removing intermediate container d20696ef2dfa [2021-05-03T17:10:46.819Z] ---> c1df292bb6c7 [2021-05-03T17:10:46.819Z] 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-05-03T17:10:46.819Z] Removing intermediate container 9ee4d6f9b4eb [2021-05-03T17:10:46.819Z] ---> 1295a249988e [2021-05-03T17:10:46.819Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-03T17:10:47.083Z] ---> Running in f7e8ec8aec9b [2021-05-03T17:10:47.083Z] ---> 96928dd8759d [2021-05-03T17:10:47.083Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-03T17:10:47.083Z] Removing intermediate container 0dd67e797d6d [2021-05-03T17:10:47.083Z] ---> da0b489b9530 [2021-05-03T17:10:47.083Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T17:10:47.357Z] Removing intermediate container 71d04dafec5d [2021-05-03T17:10:47.357Z] ---> 1eb02e27e0f3 [2021-05-03T17:10:47.357Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T17:10:47.357Z] ---> 585d1dbadeda [2021-05-03T17:10:47.357Z] 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-05-03T17:10:47.632Z] ---> Running in 212c688cb372 [2021-05-03T17:10:47.632Z] ---> Running in a1666b1a3570 [2021-05-03T17:10:47.911Z] Removing intermediate container 212c688cb372 [2021-05-03T17:10:47.911Z] ---> f1d2a0804d43 [2021-05-03T17:10:47.911Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:10:47.911Z] Removing intermediate container a1666b1a3570 [2021-05-03T17:10:47.911Z] ---> 85787cda28d2 [2021-05-03T17:10:47.911Z] Step 15/23 : WORKDIR / [2021-05-03T17:10:47.911Z] ---> e709469af420 [2021-05-03T17:10:47.911Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-03T17:10:47.911Z] ---> 1e12b7b4a502 [2021-05-03T17:10:47.911Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-03T17:10:47.911Z] ---> Running in a57574ee6733 [2021-05-03T17:10:48.491Z] ---> 2218f3f11ab7 [2021-05-03T17:10:48.492Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-03T17:10:48.492Z] Removing intermediate container a57574ee6733 [2021-05-03T17:10:48.492Z] ---> 8c13a2424dfa [2021-05-03T17:10:48.492Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:10:49.074Z] ---> 43ed14f70f5b [2021-05-03T17:10:49.074Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-03T17:10:49.074Z] ---> 3a5860956d31 [2021-05-03T17:10:49.074Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-03T17:10:49.074Z] ---> Running in 6482e51614dc [2021-05-03T17:10:49.074Z] ---> cd23885b467d [2021-05-03T17:10:49.074Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-03T17:10:49.343Z] Removing intermediate container f7e8ec8aec9b [2021-05-03T17:10:49.343Z] ---> 96b36e28a443 [2021-05-03T17:10:49.343Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-03T17:10:49.343Z] ---> da6e46ad7a1c [2021-05-03T17:10:49.343Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-03T17:10:49.343Z] ---> Running in 0dbe83b661b2 [2021-05-03T17:10:49.606Z] Removing intermediate container 6482e51614dc [2021-05-03T17:10:49.606Z] ---> 6971ff063c2d [2021-05-03T17:10:49.606Z] Step 18/21 : CMD ["--init=true"] [2021-05-03T17:10:49.889Z] ---> 720cfdd4fa7b [2021-05-03T17:10:49.889Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-03T17:10:49.889Z] ---> Running in 63a5c24f958b [2021-05-03T17:10:49.889Z] ---> abbdedff772f [2021-05-03T17:10:49.889Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-03T17:10:49.889Z] ---> Running in 4c86fdfa7528 [2021-05-03T17:10:49.889Z] Removing intermediate container 0dbe83b661b2 [2021-05-03T17:10:49.889Z] ---> 3eb4c0cab815 [2021-05-03T17:10:49.889Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-03T17:10:49.889Z] ---> 8d5d24b0fb13 [2021-05-03T17:10:49.889Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-03T17:10:50.163Z] Removing intermediate container 63a5c24f958b [2021-05-03T17:10:50.163Z] ---> 939dfe358ea5 [2021-05-03T17:10:50.163Z] Step 19/21 : LABEL arch=x86_64 [2021-05-03T17:10:50.425Z] Removing intermediate container 4c86fdfa7528 [2021-05-03T17:10:50.425Z] ---> 9891cadb5ef3 [2021-05-03T17:10:50.425Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:10:50.425Z] ---> Running in 57946585b9ec [2021-05-03T17:10:50.425Z] ---> 163f7777998f [2021-05-03T17:10:50.425Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-03T17:10:50.425Z] ---> Running in 870e7c837459 [2021-05-03T17:10:50.687Z] ---> Running in c45c22b60782 [2021-05-03T17:10:50.955Z] ---> 5f8344942ba9 [2021-05-03T17:10:50.955Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-03T17:10:50.955Z] ---> 20b3841e5059 [2021-05-03T17:10:50.955Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-03T17:10:50.955Z] Removing intermediate container 57946585b9ec [2021-05-03T17:10:50.955Z] ---> fb899251806e [2021-05-03T17:10:50.955Z] Step 20/21 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:10:51.218Z] ---> Running in b390831ed76c [2021-05-03T17:10:51.218Z] ---> Running in f49d7fb2020d [2021-05-03T17:10:51.218Z] Removing intermediate container 870e7c837459 [2021-05-03T17:10:51.218Z] ---> 5ed1b9ddbb1a [2021-05-03T17:10:51.218Z] Step 20/22 : LABEL arch=x86_64 [2021-05-03T17:10:51.487Z] ---> Running in 6e4116bf8438 [2021-05-03T17:10:51.487Z] ---> 6f7248f5fb50 [2021-05-03T17:10:51.487Z] 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-05-03T17:10:51.487Z] Removing intermediate container b390831ed76c [2021-05-03T17:10:51.487Z] ---> b96c0b6665da [2021-05-03T17:10:51.487Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:10:51.487Z] Removing intermediate container f49d7fb2020d [2021-05-03T17:10:51.487Z] ---> a10400d25026 [2021-05-03T17:10:51.487Z] Step 21/21 : LABEL version=0.0.0 [2021-05-03T17:10:51.487Z] ---> Running in 115c50d63599 [2021-05-03T17:10:51.752Z] ---> Running in 30fc03c59624 [2021-05-03T17:10:51.752Z] ---> Running in bc068e91c6bc [2021-05-03T17:10:52.021Z] Removing intermediate container 6e4116bf8438 [2021-05-03T17:10:52.021Z] ---> c6f2f40b9230 [2021-05-03T17:10:52.021Z] Step 21/22 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:10:52.021Z] ---> Running in 55e72e19ed60 [2021-05-03T17:10:52.287Z] Removing intermediate container bc068e91c6bc [2021-05-03T17:10:52.287Z] ---> e848e4bd6dc5 [2021-05-03T17:10:52.287Z] [2021-05-03T17:10:52.287Z] Removing intermediate container 30fc03c59624 [2021-05-03T17:10:52.287Z] ---> 234f27995cfa [2021-05-03T17:10:52.287Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T17:10:52.565Z] ---> Running in e1db925a6ddf [2021-05-03T17:10:52.565Z] Removing intermediate container 55e72e19ed60 [2021-05-03T17:10:52.565Z] ---> c8dadad6a1c8 [2021-05-03T17:10:52.565Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T17:10:52.565Z] Successfully built e848e4bd6dc5 [2021-05-03T17:10:52.565Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-03T17:10:52.832Z] Building docker-sys-mgmt-agent-go [2021-05-03T17:10:52.832Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 42b1741d301d [2021-05-03T17:10:52.832Z] Removing intermediate container c45c22b60782 [2021-05-03T17:10:52.832Z] ---> 57f048879049 [2021-05-03T17:10:52.832Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:10:53.102Z] Removing intermediate container e1db925a6ddf [2021-05-03T17:10:53.102Z] ---> db47b4315708 [2021-05-03T17:10:53.102Z] Step 22/23 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:10:53.102Z] Removing intermediate container 42b1741d301d [2021-05-03T17:10:53.102Z] ---> ef403c82fff8 [2021-05-03T17:10:53.102Z] [2021-05-03T17:10:53.102Z] ---> Running in 617926a5eedc [2021-05-03T17:10:53.366Z] Removing intermediate container 115c50d63599 [2021-05-03T17:10:53.366Z] ---> 838b025e6655 [2021-05-03T17:10:53.366Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-03T17:10:53.366Z] Successfully built ef403c82fff8 [2021-05-03T17:10:53.632Z] Successfully tagged docker-support-notifications-go:latest [2021-05-03T17:10:53.632Z] Building docker-core-command-go [2021-05-03T17:10:53.632Z]  Building docker-support-notifications-go ... done  ---> Running in b90f95cc4d9c [2021-05-03T17:10:53.632Z] ---> 70a30eb3de2b [2021-05-03T17:10:53.632Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-03T17:10:53.632Z] Removing intermediate container 617926a5eedc [2021-05-03T17:10:53.632Z] ---> c7c9d52d4e6a [2021-05-03T17:10:53.632Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T17:10:53.901Z] ---> Running in 065006ef4b1c [2021-05-03T17:10:54.172Z] Removing intermediate container b90f95cc4d9c [2021-05-03T17:10:54.172Z] ---> 0645ca103081 [2021-05-03T17:10:54.172Z] Step 22/24 : LABEL arch=x86_64 [2021-05-03T17:10:54.442Z] ---> Running in 024f535a159b [2021-05-03T17:10:54.442Z] Removing intermediate container 065006ef4b1c [2021-05-03T17:10:54.442Z] ---> e5d67a5b3fea [2021-05-03T17:10:54.442Z] [2021-05-03T17:10:55.838Z] Successfully built e5d67a5b3fea [2021-05-03T17:10:58.401Z] Successfully tagged docker-core-metadata-go:latest [2021-05-03T17:10:58.401Z] ---> ef4f63b02f93 [2021-05-03T17:10:58.401Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-03T17:10:58.401Z] Building docker-core-data-go [2021-05-03T17:10:58.401Z]  Building docker-core-metadata-go ... done Removing intermediate container 024f535a159b [2021-05-03T17:10:58.401Z] ---> e08740fbefbe [2021-05-03T17:10:58.401Z] Step 23/24 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:10:58.401Z] ---> Running in 0e0e36b16f71 [2021-05-03T17:11:01.758Z] Removing intermediate container 0e0e36b16f71 [2021-05-03T17:11:01.758Z] ---> 61c5a351f1c3 [2021-05-03T17:11:01.758Z] Step 24/24 : LABEL version=0.0.0 [2021-05-03T17:11:01.758Z] ---> 45be6599c7ae [2021-05-03T17:11:01.758Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-03T17:11:01.758Z] ---> Running in f72dcdf095f4 [2021-05-03T17:11:02.023Z] Removing intermediate container f72dcdf095f4 [2021-05-03T17:11:02.023Z] ---> ef1211a5871d [2021-05-03T17:11:02.023Z] [2021-05-03T17:11:02.290Z] ---> 0ff719d0d892 [2021-05-03T17:11:02.290Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-03T17:11:02.290Z] Successfully built ef1211a5871d [2021-05-03T17:11:02.290Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-03T17:11:02.290Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-05-03T17:11:03.242Z] ---> eb26b9e2bbe5 [2021-05-03T17:11:03.243Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-03T17:11:07.509Z] ---> Running in fb42a4a73aa7 [2021-05-03T17:11:10.880Z] Removing intermediate container fb42a4a73aa7 [2021-05-03T17:11:10.880Z] ---> d0b06af5a582 [2021-05-03T17:11:10.880Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-03T17:11:12.296Z] ---> 34296b3e0450 [2021-05-03T17:11:12.296Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-03T17:11:13.715Z] ---> Running in f86e1720d11d [2021-05-03T17:11:16.319Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:11:16.319Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:11:16.319Z] ---> 0020297b50cf [2021-05-03T17:11:16.319Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T17:11:16.319Z] ---> Using cache [2021-05-03T17:11:16.319Z] ---> 281162c4dd38 [2021-05-03T17:11:16.319Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:11:16.319Z] ---> Using cache [2021-05-03T17:11:16.319Z] ---> 9f391b7d5b08 [2021-05-03T17:11:16.319Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T17:11:16.319Z] ---> Using cache [2021-05-03T17:11:16.319Z] ---> 32c7df0165d9 [2021-05-03T17:11:16.319Z] Step 6/23 : COPY go.mod . [2021-05-03T17:11:16.319Z] ---> Using cache [2021-05-03T17:11:16.319Z] ---> bb304d8bc4f2 [2021-05-03T17:11:16.319Z] Step 7/23 : RUN go mod download [2021-05-03T17:11:16.319Z] ---> Using cache [2021-05-03T17:11:16.319Z] ---> f3e430353980 [2021-05-03T17:11:16.319Z] Step 8/23 : COPY . . [2021-05-03T17:11:16.319Z] ---> Using cache [2021-05-03T17:11:16.319Z] ---> 173ccb2fa8f7 [2021-05-03T17:11:16.319Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-03T17:11:16.914Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:11:16.914Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:11:16.914Z] ---> 0020297b50cf [2021-05-03T17:11:16.914Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T17:11:16.914Z] ---> Using cache [2021-05-03T17:11:16.914Z] ---> 281162c4dd38 [2021-05-03T17:11:16.914Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:11:16.914Z] ---> Using cache [2021-05-03T17:11:16.914Z] ---> 9f391b7d5b08 [2021-05-03T17:11:16.914Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-03T17:11:18.849Z] ---> Running in 4faeb691cf1a [2021-05-03T17:11:18.849Z] ---> Running in cf0e9baf8e14 [2021-05-03T17:11:20.283Z] Removing intermediate container f86e1720d11d [2021-05-03T17:11:20.283Z] ---> 877b75f03d20 [2021-05-03T17:11:20.283Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-03T17:11:20.879Z] ---> Running in 41e45ec24a41 [2021-05-03T17:11:22.851Z] 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-05-03T17:11:23.126Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:11:23.126Z] Removing intermediate container 41e45ec24a41 [2021-05-03T17:11:23.126Z] ---> 95ffac93358b [2021-05-03T17:11:23.126Z] Step 28/31 : CMD ["gate"] [2021-05-03T17:11:24.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-03T17:11:24.105Z] ---> Running in 0f5a0cf085f9 [2021-05-03T17:11:24.105Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:11:25.075Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:11:25.075Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:11:25.075Z] ---> 0020297b50cf [2021-05-03T17:11:25.075Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T17:11:25.075Z] ---> Using cache [2021-05-03T17:11:25.075Z] ---> 281162c4dd38 [2021-05-03T17:11:25.075Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:11:25.075Z] ---> Using cache [2021-05-03T17:11:25.075Z] ---> 9f391b7d5b08 [2021-05-03T17:11:25.075Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-03T17:11:25.075Z] Removing intermediate container 0f5a0cf085f9 [2021-05-03T17:11:25.075Z] ---> ea88ab1b88c5 [2021-05-03T17:11:25.075Z] Step 29/31 : LABEL arch=x86_64 [2021-05-03T17:11:25.340Z] OK: 219 MiB in 52 packages [2021-05-03T17:11:25.340Z] ---> Running in 23538da8bc0e [2021-05-03T17:11:25.613Z] ---> Running in 552909dc60a9 [2021-05-03T17:11:26.594Z] Removing intermediate container 552909dc60a9 [2021-05-03T17:11:26.594Z] ---> cf74445f8d90 [2021-05-03T17:11:26.594Z] Step 30/31 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:11:27.204Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:11:27.800Z] ---> Running in 7de2cfbd26bb [2021-05-03T17:11:28.091Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:11:28.368Z] Removing intermediate container 4faeb691cf1a [2021-05-03T17:11:28.368Z] ---> 096b2adf28a3 [2021-05-03T17:11:28.368Z] Step 6/23 : COPY go.mod . [2021-05-03T17:11:28.645Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:11:28.645Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:11:28.645Z] ---> 0020297b50cf [2021-05-03T17:11:28.645Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T17:11:28.645Z] ---> Using cache [2021-05-03T17:11:28.645Z] ---> 281162c4dd38 [2021-05-03T17:11:28.645Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:11:28.645Z] ---> Using cache [2021-05-03T17:11:28.645Z] ---> 9f391b7d5b08 [2021-05-03T17:11:28.645Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-03T17:11:28.645Z] ---> Using cache [2021-05-03T17:11:28.645Z] ---> 32c7df0165d9 [2021-05-03T17:11:28.645Z] Step 6/22 : COPY go.mod . [2021-05-03T17:11:28.645Z] ---> Using cache [2021-05-03T17:11:28.645Z] ---> bb304d8bc4f2 [2021-05-03T17:11:28.645Z] Step 7/22 : RUN go mod download [2021-05-03T17:11:28.645Z] ---> Using cache [2021-05-03T17:11:28.645Z] ---> f3e430353980 [2021-05-03T17:11:28.645Z] Step 8/22 : COPY . . [2021-05-03T17:11:28.916Z] ---> Using cache [2021-05-03T17:11:28.916Z] ---> 173ccb2fa8f7 [2021-05-03T17:11:28.916Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-03T17:11:28.916Z] OK: 219 MiB in 52 packages [2021-05-03T17:11:29.477Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-03T17:11:29.888Z] Removing intermediate container 7de2cfbd26bb [2021-05-03T17:11:29.888Z] ---> 581fbe2e5846 [2021-05-03T17:11:29.888Z] Step 31/31 : LABEL version=0.0.0 [2021-05-03T17:11:29.888Z] ---> 90bafa8d6ac2 [2021-05-03T17:11:29.888Z] Step 7/23 : RUN go mod download [2021-05-03T17:11:29.888Z] ---> Running in 7f546e3c4b0a [2021-05-03T17:11:30.174Z] ---> Running in 3bdf28123f94 [2021-05-03T17:11:30.174Z] ---> Running in 7198568cc1ef [2021-05-03T17:11:30.758Z] Removing intermediate container 23538da8bc0e [2021-05-03T17:11:30.758Z] ---> 0cb53a731254 [2021-05-03T17:11:30.758Z] Step 6/23 : COPY go.mod . [2021-05-03T17:11:30.758Z] Removing intermediate container 3bdf28123f94 [2021-05-03T17:11:30.758Z] ---> ecbd3bc67073 [2021-05-03T17:11:30.758Z] [2021-05-03T17:11:31.347Z] Successfully built ecbd3bc67073 [2021-05-03T17:11:31.347Z] 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-05-03T17:11:31.347Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-03T17:11:31.347Z]  Building docker-security-bootstrapper-go ... done  ---> cbf450f00954 [2021-05-03T17:11:31.347Z] Step 7/23 : RUN go mod download [2021-05-03T17:11:31.614Z] ---> Running in b85048bdfcd2 [2021-05-03T17:11:33.028Z] Removing intermediate container 7198568cc1ef [2021-05-03T17:11:33.028Z] ---> cec7c65db0f6 [2021-05-03T17:11:33.028Z] Step 8/23 : COPY . . [2021-05-03T17:11:34.014Z] Removing intermediate container b85048bdfcd2 [2021-05-03T17:11:34.014Z] ---> f3b00e0f8348 [2021-05-03T17:11:34.014Z] Step 8/23 : COPY . . [2021-05-03T17:11:39.656Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-03T17:11:39.656Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-03T17:11:43.092Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-03T17:11:44.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-03T17:11:44.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-03T17:11:44.079Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-03T17:11:48.450Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-03T17:11:49.058Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-03T17:11:59.264Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-03T17:11:59.264Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-03T17:11:59.264Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-03T17:12:02.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.312s coverage: 45.9% of statements [2021-05-03T17:12:02.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-03T17:12:02.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-03T17:12:02.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-03T17:12:02.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-03T17:12:02.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-03T17:12:02.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-03T17:12:02.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements [2021-05-03T17:12:03.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.280s coverage: 100.0% of statements [2021-05-03T17:12:07.043Z] Removing intermediate container cf0e9baf8e14 [2021-05-03T17:12:07.043Z] ---> 7efc3c5217bf [2021-05-03T17:12:07.043Z] [2021-05-03T17:12:07.043Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T17:12:07.043Z] ---> 13621d1b12d4 [2021-05-03T17:12:07.043Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T17:12:07.043Z] ---> Using cache [2021-05-03T17:12:07.043Z] ---> f20d96d23435 [2021-05-03T17:12:07.043Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T17:12:07.043Z] ---> b4c62b959bf9 [2021-05-03T17:12:07.043Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-03T17:12:07.043Z] ---> Using cache [2021-05-03T17:12:07.043Z] ---> b91e6710183a [2021-05-03T17:12:07.043Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-03T17:12:07.043Z] ---> b3217820cbbe [2021-05-03T17:12:07.043Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-03T17:12:08.528Z] ---> Running in 5e8cdb865be7 [2021-05-03T17:12:08.528Z] ---> Running in d35c649a803b [2021-05-03T17:12:08.528Z] ---> Running in 540e880c54c1 [2021-05-03T17:12:08.528Z] Removing intermediate container 7f546e3c4b0a [2021-05-03T17:12:08.528Z] ---> d5ab3805092c [2021-05-03T17:12:08.528Z] [2021-05-03T17:12:08.528Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T17:12:08.528Z] ---> 13621d1b12d4 [2021-05-03T17:12:08.528Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-03T17:12:08.528Z] ---> Using cache [2021-05-03T17:12:08.528Z] ---> f20d96d23435 [2021-05-03T17:12:08.528Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T17:12:08.528Z] ---> Using cache [2021-05-03T17:12:08.528Z] ---> b91e6710183a [2021-05-03T17:12:08.528Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-03T17:12:08.794Z] Removing intermediate container d35c649a803b [2021-05-03T17:12:08.794Z] ---> 1011e53ce97a [2021-05-03T17:12:08.794Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T17:12:08.794Z] ---> Running in ec512c01973f [2021-05-03T17:12:08.794Z] ---> Running in f0badee7c45b [2021-05-03T17:12:09.063Z] Removing intermediate container ec512c01973f [2021-05-03T17:12:09.063Z] ---> 7a4323a1774a [2021-05-03T17:12:09.063Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T17:12:09.063Z] Removing intermediate container f0badee7c45b [2021-05-03T17:12:09.063Z] ---> b9da16b0b0d6 [2021-05-03T17:12:09.063Z] Step 15/23 : WORKDIR / [2021-05-03T17:12:09.328Z] ---> Running in 46145f26e552 [2021-05-03T17:12:09.328Z] ---> Running in 17693b1091d8 [2021-05-03T17:12:09.603Z] Removing intermediate container 46145f26e552 [2021-05-03T17:12:09.603Z] ---> 9bc8f8ebe496 [2021-05-03T17:12:09.603Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:12:09.603Z] 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-05-03T17:12:09.603Z] 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-05-03T17:12:09.603Z] Removing intermediate container 17693b1091d8 [2021-05-03T17:12:09.603Z] ---> 0e4d4e2f1972 [2021-05-03T17:12:09.603Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:12:09.873Z] ---> 981b4281919f [2021-05-03T17:12:09.873Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-03T17:12:09.873Z] ---> 77ee9339d382 [2021-05-03T17:12:09.873Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-03T17:12:10.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.1% of statements [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-03T17:12:10.045Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.187s coverage: 100.0% of statements [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-03T17:12:10.045Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.214s coverage: 100.0% of statements [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-03T17:12:10.045Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.321s coverage: 71.3% of statements [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-03T17:12:10.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-03T17:12:10.847Z] ---> 07d1677ad850 [2021-05-03T17:12:10.847Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-03T17:12:10.847Z] ---> 4df3db3e0526 [2021-05-03T17:12:10.847Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-03T17:12:12.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.528s coverage: 87.7% of statements [2021-05-03T17:12:12.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-03T17:12:12.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:12:12.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.242s coverage: 78.9% of statements [2021-05-03T17:12:12.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-03T17:12:12.808Z] ---> a3758c3542c0 [2021-05-03T17:12:12.808Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-03T17:12:12.808Z] ---> fa81015463fc [2021-05-03T17:12:12.808Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-03T17:12:12.808Z] ---> Running in 5c1fd8381c28 [2021-05-03T17:12:12.808Z] ---> Running in 2dbf57cd902b [2021-05-03T17:12:13.079Z] Removing intermediate container 5c1fd8381c28 [2021-05-03T17:12:13.079Z] ---> afa4e168866a [2021-05-03T17:12:13.079Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:12:13.352Z] Removing intermediate container 2dbf57cd902b [2021-05-03T17:12:13.352Z] ---> 9fc4182e4c86 [2021-05-03T17:12:13.352Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:12:13.352Z] ---> Running in 74eebda9f5fa [2021-05-03T17:12:13.352Z] ---> Running in 5e1cedc03cd6 [2021-05-03T17:12:13.626Z] Removing intermediate container 74eebda9f5fa [2021-05-03T17:12:13.626Z] ---> 6a3a5ea1f282 [2021-05-03T17:12:13.626Z] Step 20/22 : LABEL arch=x86_64 [2021-05-03T17:12:13.903Z] Removing intermediate container 5e1cedc03cd6 [2021-05-03T17:12:13.903Z] ---> 3ab9e3ecf37a [2021-05-03T17:12:13.903Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T17:12:13.903Z] ---> Running in d301bf21ebe6 [2021-05-03T17:12:13.903Z] ---> Running in a2493b6d72de [2021-05-03T17:12:14.184Z] Removing intermediate container d301bf21ebe6 [2021-05-03T17:12:14.184Z] ---> baab2eb8f2ef [2021-05-03T17:12:14.184Z] Step 21/22 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:12:14.184Z] ---> Running in 9f4e713515fc [2021-05-03T17:12:14.184Z] Removing intermediate container a2493b6d72de [2021-05-03T17:12:14.184Z] ---> f3fa2c02097b [2021-05-03T17:12:14.184Z] Step 22/23 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:12:14.464Z] ---> Running in f0cc7fb3fcf8 [2021-05-03T17:12:14.464Z] Removing intermediate container 9f4e713515fc [2021-05-03T17:12:14.464Z] ---> dd12fd8ffd60 [2021-05-03T17:12:14.464Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T17:12:14.735Z] ---> Running in ad1be53fc241 [2021-05-03T17:12:14.735Z] Removing intermediate container f0cc7fb3fcf8 [2021-05-03T17:12:14.735Z] ---> 47a1e28ad31f [2021-05-03T17:12:14.735Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T17:12:15.016Z] ---> Running in 230fca4c3456 [2021-05-03T17:12:15.016Z] Removing intermediate container ad1be53fc241 [2021-05-03T17:12:15.016Z] ---> 40046ae09c3b [2021-05-03T17:12:15.016Z] [2021-05-03T17:12:15.612Z] Successfully built 40046ae09c3b [2021-05-03T17:12:15.612Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-03T17:12:15.612Z]  Building docker-support-scheduler-go ... done Removing intermediate container 230fca4c3456 [2021-05-03T17:12:15.612Z] ---> 9f9284fe3ea9 [2021-05-03T17:12:15.612Z] [2021-05-03T17:12:15.884Z] Successfully built 9f9284fe3ea9 [2021-05-03T17:12:16.174Z] Successfully tagged docker-core-command-go:latest [2021-05-03T17:12:22.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.129s coverage: 28.6% of statements [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-03T17:12:22.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.224s coverage: 100.0% of statements [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-03T17:12:22.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-03T17:12:22.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.481s coverage: 86.7% of statements [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-03T17:12:22.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.479s coverage: 97.5% of statements [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-03T17:12:22.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.248s coverage: 78.3% of statements [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-03T17:12:22.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-03T17:12:29.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.262s coverage: 95.1% of statements [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-03T17:12:29.609Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-03T17:12:29.610Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-03T17:12:29.610Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-03T17:12:29.610Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-03T17:12:29.610Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-03T17:12:29.610Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-03T17:12:29.610Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-03T17:12:29.610Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.141s coverage: 58.8% of statements [2021-05-03T17:12:29.610Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-03T17:12:29.610Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-03T17:12:29.610Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.319s coverage: 0.9% of statements [2021-05-03T17:12:29.610Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-03T17:12:29.610Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.117s coverage: 22.6% of statements [2021-05-03T17:12:29.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-03T17:12:29.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.153s coverage: 47.1% of statements [2021-05-03T17:12:29.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.141s coverage: 79.5% of statements [2021-05-03T17:12:29.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.146s coverage: 94.1% of statements [2021-05-03T17:12:30.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.176s coverage: 96.3% of statements [2021-05-03T17:12:30.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.192s coverage: 87.5% of statements [2021-05-03T17:12:34.460Z]  Building docker-core-command-go ... done Removing intermediate container 540e880c54c1 [2021-05-03T17:12:34.460Z] ---> 1c67cef7f51a [2021-05-03T17:12:34.460Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-03T17:12:34.460Z] ---> Running in f723afb01b41 [2021-05-03T17:12:34.460Z] 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-05-03T17:12:38.703Z] Removing intermediate container 5e8cdb865be7 [2021-05-03T17:12:38.703Z] ---> ee68b0d89cf7 [2021-05-03T17:12:38.703Z] [2021-05-03T17:12:38.703Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T17:12:38.703Z] ---> 13621d1b12d4 [2021-05-03T17:12:38.703Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-03T17:12:38.703Z] ---> Running in f9c845fe506b [2021-05-03T17:12:38.703Z] Removing intermediate container f723afb01b41 [2021-05-03T17:12:38.703Z] ---> 810bf8d1004e [2021-05-03T17:12:38.703Z] [2021-05-03T17:12:38.703Z] Step 11/23 : FROM docker:20.10.0 [2021-05-03T17:12:38.703Z] Removing intermediate container f9c845fe506b [2021-05-03T17:12:38.703Z] ---> 834923118b57 [2021-05-03T17:12:38.703Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-03T17:12:38.703Z] 20.10.0: Pulling from library/docker [2021-05-03T17:12:38.703Z] ---> Running in bde3cf662a4e [2021-05-03T17:12:38.703Z] Removing intermediate container bde3cf662a4e [2021-05-03T17:12:38.703Z] ---> 333fb93dac93 [2021-05-03T17:12:38.703Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-03T17:12:38.968Z] ---> Running in 5250104b1972 [2021-05-03T17:12:38.968Z] Removing intermediate container 5250104b1972 [2021-05-03T17:12:38.968Z] ---> d702bf10d503 [2021-05-03T17:12:38.968Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:12:39.560Z] ---> Running in 371bae0b0f20 [2021-05-03T17:12:40.974Z] Removing intermediate container 371bae0b0f20 [2021-05-03T17:12:40.974Z] ---> 717564d7f134 [2021-05-03T17:12:40.974Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-03T17:12:41.241Z] ---> Running in 25a7d931a987 [2021-05-03T17:12:41.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:12:42.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:12:42.992Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-03T17:12:42.992Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-03T17:12:43.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.186s coverage: 94.4% of statements [2021-05-03T17:12:43.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.124s coverage: 44.8% of statements [2021-05-03T17:12:43.256Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-03T17:12:43.256Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-03T17:12:43.839Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-03T17:12:43.839Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-03T17:12:43.839Z] ---> aefe523efa57 [2021-05-03T17:12:43.839Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-03T17:12:44.105Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-03T17:12:44.105Z] ---> Running in 9383d1f36430 [2021-05-03T17:12:44.105Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-03T17:12:44.373Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:12:44.373Z] OK: 8 MiB in 20 packages [2021-05-03T17:12:44.373Z] Removing intermediate container 9383d1f36430 [2021-05-03T17:12:44.373Z] ---> f9047037cd3f [2021-05-03T17:12:44.373Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-03T17:12:44.373Z] ---> Running in 2904d4a51510 [2021-05-03T17:12:44.952Z] Removing intermediate container 25a7d931a987 [2021-05-03T17:12:44.952Z] ---> 1fb708d00659 [2021-05-03T17:12:44.952Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:12:44.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-03T17:12:44.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-03T17:12:45.216Z] (1/39) Installing readline (8.0.4-r0) [2021-05-03T17:12:45.216Z] (2/39) Installing bash (5.0.17-r0) [2021-05-03T17:12:45.216Z] ---> fc724da81b72 [2021-05-03T17:12:45.216Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-03T17:12:45.216Z] Executing bash-5.0.17-r0.post-install [2021-05-03T17:12:45.216Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T17:12:45.216Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-03T17:12:45.216Z] (5/39) Installing curl (7.76.1-r0) [2021-05-03T17:12:45.216Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-03T17:12:45.216Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-03T17:12:45.216Z] (8/39) Installing expat (2.2.9-r1) [2021-05-03T17:12:45.216Z] (9/39) Installing libffi (3.3-r2) [2021-05-03T17:12:45.216Z] (10/39) Installing gdbm (1.13-r1) [2021-05-03T17:12:45.216Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-03T17:12:45.216Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-03T17:12:45.216Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-03T17:12:48.545Z] ---> bab2a5b23228 [2021-05-03T17:12:48.545Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-03T17:12:48.545Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-03T17:12:48.545Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-03T17:12:48.545Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-03T17:12:48.545Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-03T17:12:48.545Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-03T17:12:48.545Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-03T17:12:48.545Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-03T17:12:48.545Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-03T17:12:48.545Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-03T17:12:48.545Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-03T17:12:49.124Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-03T17:12:49.124Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-03T17:12:49.124Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-03T17:12:49.391Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-03T17:12:49.391Z] ---> 02563b34b82f [2021-05-03T17:12:49.391Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-03T17:12:49.391Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-03T17:12:49.655Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-03T17:12:49.655Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-03T17:12:49.656Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-03T17:12:49.656Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-03T17:12:49.935Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-03T17:12:49.935Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-03T17:12:49.935Z] ---> Running in be3bb06ba389 [2021-05-03T17:12:49.935Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-03T17:12:49.935Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-03T17:12:49.935Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-03T17:12:49.935Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-03T17:12:49.935Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-03T17:12:49.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.569s coverage: 81.8% of statements [2021-05-03T17:12:49.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-03T17:12:50.199Z] Executing busybox-1.31.1-r19.trigger [2021-05-03T17:12:50.200Z] OK: 72 MiB in 59 packages [2021-05-03T17:12:51.159Z] Removing intermediate container be3bb06ba389 [2021-05-03T17:12:51.159Z] ---> 7441e6d37e1f [2021-05-03T17:12:51.159Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:12:51.159Z] ---> Running in ee20fb9e2639 [2021-05-03T17:12:51.428Z] Removing intermediate container ee20fb9e2639 [2021-05-03T17:12:51.428Z] ---> b6d8149f3653 [2021-05-03T17:12:51.428Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T17:12:51.428Z] ---> Running in 6ebccd969bff [2021-05-03T17:12:51.694Z] Removing intermediate container 6ebccd969bff [2021-05-03T17:12:51.694Z] ---> 0c70fcd032d0 [2021-05-03T17:12:51.694Z] Step 22/23 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:12:51.694Z] ---> Running in 70791fc825e1 [2021-05-03T17:12:51.959Z] Collecting docker-compose==1.23.2 [2021-05-03T17:12:51.959Z] Removing intermediate container 70791fc825e1 [2021-05-03T17:12:51.959Z] ---> ba64a4fe0c8a [2021-05-03T17:12:51.959Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T17:12:51.959Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-03T17:12:51.959Z] ---> Running in cc788fc94f2d [2021-05-03T17:12:52.230Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-03T17:12:52.231Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-03T17:12:52.231Z] Removing intermediate container cc788fc94f2d [2021-05-03T17:12:52.231Z] ---> 7915ad10694c [2021-05-03T17:12:52.231Z] [2021-05-03T17:12:52.497Z] Successfully built 7915ad10694c [2021-05-03T17:12:52.497Z] Successfully tagged docker-core-data-go:latest [2021-05-03T17:12:52.761Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-05-03T17:12:52.761Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-03T17:12:53.716Z] Collecting jsonschema<3,>=2.5.1 [2021-05-03T17:12:53.716Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-03T17:12:53.982Z] 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-05-03T17:12:53.982Z] Collecting docopt<0.7,>=0.6.1 [2021-05-03T17:12:53.982Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-03T17:12:54.561Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-03T17:12:54.824Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-03T17:12:54.824Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-03T17:12:54.824Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-03T17:12:55.092Z] Collecting docker<4.0,>=3.6.0 [2021-05-03T17:12:55.092Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-03T17:12:55.092Z] Collecting texttable<0.10,>=0.9.0 [2021-05-03T17:12:55.092Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.234s coverage: 92.9% of statements [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 75.5% of statements [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.213s coverage: 87.2% of statements [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.217s coverage: 84.6% of statements [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.6% of statements [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.594s coverage: 64.4% of statements [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-03T17:12:55.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.148s coverage: 100.0% of statements [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.077s coverage: 91.3% of statements [2021-05-03T17:12:55.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-05-03T17:12:55.671Z] Collecting cached-property<2,>=1.2.0 [2021-05-03T17:12:55.671Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-03T17:12:55.938Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-03T17:12:55.938Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-03T17:12:55.938Z] 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-05-03T17:12:55.938Z] Collecting idna<2.8,>=2.5 [2021-05-03T17:12:55.938Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-03T17:12:55.938Z] 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-05-03T17:12:55.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-05-03T17:12:56.203Z] Collecting docker-pycreds>=0.4.0 [2021-05-03T17:12:56.203Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-03T17:12:56.203Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-03T17:12:56.203Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-03T17:12:56.203Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-03T17:12:56.203Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-03T17:12:56.203Z] Installing collected packages: dockerpty, PyYAML, jsonschema, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, cached-property, docker-compose [2021-05-03T17:12:56.203Z] Running setup.py install for dockerpty: started [2021-05-03T17:12:56.782Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-03T17:12:56.782Z] Running setup.py install for PyYAML: started [2021-05-03T17:12:57.361Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-03T17:12:57.361Z] Running setup.py install for docopt: started [2021-05-03T17:12:57.429Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements [2021-05-03T17:12:57.941Z] Running setup.py install for docopt: finished with status 'done' [2021-05-03T17:12:57.941Z] Attempting uninstall: urllib3 [2021-05-03T17:12:57.941Z] Found existing installation: urllib3 1.25.9 [2021-05-03T17:12:57.941Z] Uninstalling urllib3-1.25.9: [2021-05-03T17:12:57.941Z] Successfully uninstalled urllib3-1.25.9 [2021-05-03T17:12:58.207Z] Attempting uninstall: idna [2021-05-03T17:12:58.207Z] Found existing installation: idna 2.9 [2021-05-03T17:12:58.207Z] Uninstalling idna-2.9: [2021-05-03T17:12:58.207Z] Successfully uninstalled idna-2.9 [2021-05-03T17:12:58.785Z] Attempting uninstall: requests [2021-05-03T17:12:58.785Z] Found existing installation: requests 2.23.0 [2021-05-03T17:12:58.785Z] Uninstalling requests-2.23.0: [2021-05-03T17:12:58.785Z] Successfully uninstalled requests-2.23.0 [2021-05-03T17:12:59.050Z] Running setup.py install for texttable: started [2021-05-03T17:12:59.629Z] Running setup.py install for texttable: finished with status 'done' [2021-05-03T17:12:59.893Z] 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-05-03T17:13:00.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.948s coverage: 69.0% of statements [2021-05-03T17:13:00.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-03T17:13:00.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-03T17:13:00.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-03T17:13:02.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.672s coverage: 40.5% of statements [2021-05-03T17:13:02.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-03T17:13:02.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-03T17:13:02.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.083s coverage: 89.5% of statements [2021-05-03T17:13:02.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-03T17:13:02.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.194s coverage: 84.8% of statements [2021-05-03T17:13:07.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.487s coverage: 47.0% of statements [2021-05-03T17:13:07.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-03T17:13:07.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-03T17:13:07.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-03T17:13:07.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-03T17:13:07.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-03T17:13:07.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2021-05-03T17:13:07.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-03T17:13:07.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2021-05-03T17:13:07.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-03T17:13:07.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-03T17:13:07.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.136s coverage: 9.6% of statements [2021-05-03T17:13:07.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-03T17:13:08.091Z] Removing intermediate container 2904d4a51510 [2021-05-03T17:13:08.092Z] ---> 780c4b2f16c9 [2021-05-03T17:13:08.092Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-03T17:13:08.092Z] ---> Running in ac42b7bd0988 [2021-05-03T17:13:08.092Z] Removing intermediate container ac42b7bd0988 [2021-05-03T17:13:08.092Z] ---> 6c24c2c3a570 [2021-05-03T17:13:08.092Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-03T17:13:08.092Z] ---> Running in 154ac74835e1 [2021-05-03T17:13:08.357Z] Removing intermediate container 154ac74835e1 [2021-05-03T17:13:08.357Z] ---> 12f5e86af96e [2021-05-03T17:13:08.357Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-03T17:13:08.917Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.426s coverage: 92.6% of statements [2021-05-03T17:13:08.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-03T17:13:08.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:13:08.917Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-03T17:13:08.935Z] ---> 496dee3e2c18 [2021-05-03T17:13:08.936Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-03T17:13:09.199Z] ---> 6e5ae558b080 [2021-05-03T17:13:09.199Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-03T17:13:09.464Z] ---> f564175831e0 [2021-05-03T17:13:09.464Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-03T17:13:09.464Z] ---> Running in 2523c7ae72d4 [2021-05-03T17:13:09.729Z] Removing intermediate container 2523c7ae72d4 [2021-05-03T17:13:09.730Z] ---> 8cbc8fa09441 [2021-05-03T17:13:09.730Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:13:09.730Z] ---> Running in 80a1548ed045 [2021-05-03T17:13:09.994Z] Removing intermediate container 80a1548ed045 [2021-05-03T17:13:09.994Z] ---> 9ad123a2a17b [2021-05-03T17:13:09.994Z] Step 21/23 : LABEL arch=x86_64 [2021-05-03T17:13:09.994Z] ---> Running in bc70596da6be [2021-05-03T17:13:09.994Z] Removing intermediate container bc70596da6be [2021-05-03T17:13:09.994Z] ---> 52dc444f7673 [2021-05-03T17:13:09.994Z] Step 22/23 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:13:10.258Z] ---> Running in a0e18d666cc1 [2021-05-03T17:13:10.258Z] Removing intermediate container a0e18d666cc1 [2021-05-03T17:13:10.258Z] ---> 6b33dc303165 [2021-05-03T17:13:10.258Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T17:13:10.523Z] ---> Running in 99ca4ef792ad [2021-05-03T17:13:10.523Z] Removing intermediate container 99ca4ef792ad [2021-05-03T17:13:10.523Z] ---> 587db43c40d9 [2021-05-03T17:13:10.523Z] [2021-05-03T17:13:10.788Z] Successfully built 587db43c40d9 [2021-05-03T17:13:10.788Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-03T17:13:11.062Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-03T17:13:11.081Z] $ docker stop --time=1 622e88352504e46c91b5ccf9c7c7d5df8a9f3ce95791730f4baf88c2f556b8e8 [2021-05-03T17:13:12.719Z] $ docker rm -f 622e88352504e46c91b5ccf9c7c7d5df8a9f3ce95791730f4baf88c2f556b8e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T17:13:13.171Z] + docker images [2021-05-03T17:13:13.171Z] + grep docker [2021-05-03T17:13:13.434Z] docker-sys-mgmt-agent-go latest 587db43c40d9 3 seconds ago 312MB [2021-05-03T17:13:13.434Z] docker-core-data-go latest 7915ad10694c 22 seconds ago 21.5MB [2021-05-03T17:13:13.434Z] docker-core-command-go latest 9f9284fe3ea9 58 seconds ago 17MB [2021-05-03T17:13:13.434Z] docker-support-scheduler-go latest 40046ae09c3b 59 seconds ago 17.1MB [2021-05-03T17:13:13.434Z] docker-security-bootstrapper-go latest ecbd3bc67073 About a minute ago 18.2MB [2021-05-03T17:13:13.434Z] docker-security-secretstore-setup-go latest ef1211a5871d 2 minutes ago 25.6MB [2021-05-03T17:13:13.434Z] docker-core-metadata-go latest e5d67a5b3fea 2 minutes ago 18.6MB [2021-05-03T17:13:13.434Z] docker-support-notifications-go latest ef403c82fff8 2 minutes ago 17.6MB [2021-05-03T17:13:13.434Z] docker-security-proxy-setup-go latest e848e4bd6dc5 2 minutes ago 25.3MB [2021-05-03T17:13:13.434Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-03T17:13:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.395s coverage: 28.7% of statements [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-03T17:13:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-03T17:13:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.173s coverage: 100.0% of statements [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-03T17:13:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.213s coverage: 64.6% of statements [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-03T17:13:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.410s coverage: 97.6% of statements [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-03T17:13:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-03T17:13:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.091s coverage: 100.0% of statements [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-03T17:13:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-03T17:13:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements [2021-05-03T17:13:17.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 28.1% of statements [2021-05-03T17:13:17.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-03T17:13:17.847Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-05-03T17:13:18.864Z] GO111MODULE=on go vet ./... [2021-05-03T17:13:28.795Z] Still waiting to schedule task [2021-05-03T17:13:28.795Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-03T17:14:25.090Z] Running on prd-ubuntu18.04-docker-8c-8g-2770 in /w/workspace/edgexfoundry_edgex-go_PR-3416 [Pipeline] { [Pipeline] ws [2021-05-03T17:14:25.112Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-05-03T17:14:27.444Z] using credential edgex-jenkins-ssh [2021-05-03T17:14:27.461Z] Cloning the remote Git repository [2021-05-03T17:14:27.487Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-03T17:14:27.555Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-05-03T17:14:27.586Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T17:14:27.586Z] > git --version # timeout=10 [2021-05-03T17:14:27.592Z] > git --version # 'git version 2.17.1' [2021-05-03T17:14:27.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T17:14:27.620Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T17:14:34.340Z] Merging remotes/origin/master commit ce85119b06e7d5e27843f039fb56aa987fad79c8 into PR head commit 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:14:34.504Z] Merge succeeded, producing 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:14:34.504Z] Checking out Revision 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 (PR-3416) [2021-05-03T17:14:33.656Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T17:14:33.662Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-03T17:14:33.673Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-03T17:14:33.685Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-03T17:14:33.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T17:14:33.689Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3416/head:refs/remotes/origin/PR-3416 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-03T17:14:34.353Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T17:14:34.358Z] > git checkout -f 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 # timeout=10 [2021-05-03T17:14:34.432Z] > git remote # timeout=10 [2021-05-03T17:14:34.439Z] > git config --get remote.origin.url # timeout=10 [2021-05-03T17:14:34.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-03T17:14:34.446Z] > git merge ce85119b06e7d5e27843f039fb56aa987fad79c8 # timeout=10 [2021-05-03T17:14:34.480Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-03T17:14:34.512Z] > git config core.sparsecheckout # timeout=10 [2021-05-03T17:14:34.516Z] > git checkout -f 1591d49b03a0f2c9f2682b61fa8e376a1714dc68 # timeout=10 [2021-05-03T17:14:38.162Z] Commit message: "Merge branch 'master' into issue-3409" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:14:39.188Z] + echo snap-build.sh [2021-05-03T17:14:39.188Z] snap-build.sh [2021-05-03T17:14:39.188Z] + SNAP_BASE_DIR=. [2021-05-03T17:14:39.188Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-05-03T17:14:39.188Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-05-03T17:14:39.188Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-05-03T17:14:39.188Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-05-03T17:14:39.188Z] + cd /w/workspace/edgex-go/4 [2021-05-03T17:14:39.188Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-03T17:14:39.188Z] Reading package lists... [2021-05-03T17:14:39.188Z] Building dependency tree... [2021-05-03T17:14:39.188Z] Reading state information... [2021-05-03T17:14:39.450Z] The following packages were automatically installed and are no longer required: [2021-05-03T17:14:39.450Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-03T17:14:39.450Z] uidmap xdelta3 [2021-05-03T17:14:39.450Z] Use 'sudo apt autoremove' to remove them. [2021-05-03T17:14:39.450Z] The following packages will be REMOVED: [2021-05-03T17:14:39.450Z] lxd* lxd-client* [2021-05-03T17:14:39.712Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-03T17:14:39.713Z] After this operation, 31.7 MB disk space will be freed. [2021-05-03T17:14:40.762Z] (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-05-03T17:14:40.762Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T17:14:41.706Z] Removing lxd dnsmasq configuration [2021-05-03T17:14:41.706Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T17:14:41.968Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-03T17:14:42.910Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-03T17:14:42.910Z] (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-05-03T17:14:42.910Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-03T17:14:44.295Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-03T17:14:44.556Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-03T17:14:45.499Z] + sudo snap remove --purge lxd [2021-05-03T17:14:45.759Z] snap "lxd" is not installed [2021-05-03T17:14:45.759Z] + sudo groupadd --force --system lxd [2021-05-03T17:14:45.759Z] ++ whoami [2021-05-03T17:14:45.759Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-03T17:14:45.759Z] + newgrp - lxd [2021-05-03T17:14:45.759Z] + sudo snap install lxd [2021-05-03T17:14:55.754Z] gofmt -l . [2021-05-03T17:14:55.754Z] [ "`gofmt -l .`" = "" ] [2021-05-03T17:14:55.755Z] ./bin/test-go-mod-tidy.sh [2021-05-03T17:14:55.755Z] 2021-05-03T17:14:53Z INFO Waiting for automatic snapd restart... [2021-05-03T17:14:56.744Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-03T17:14:59.381Z] + ls -al . [2021-05-03T17:14:59.381Z] total 832 [2021-05-03T17:14:59.381Z] drwxrwxr-x 9 1001 1001 4096 May 3 17:14 . [2021-05-03T17:14:59.381Z] drwxr-xr-x 4 root root 4096 May 3 17:09 .. [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 11 May 3 17:08 .dockerignore [2021-05-03T17:14:59.381Z] drwxrwxr-x 8 1001 1001 4096 May 3 17:08 .git [2021-05-03T17:14:59.381Z] drwxrwxr-x 3 1001 1001 4096 May 3 17:08 .github [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 818 May 3 17:08 .gitignore [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 166 May 3 17:08 .sonarcloud.properties [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 8609 May 3 17:08 Attribution.txt [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 3804 May 3 17:08 CONTRIBUTING.md [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 931 May 3 17:08 Dockerfile.build [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 863 May 3 17:08 Jenkinsfile [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 10775 May 3 17:08 LICENSE [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 5774 May 3 17:08 Makefile [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 7978 May 3 17:08 README.md [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 6755 May 3 17:08 SECURITY.md [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 5 May 3 17:04 VERSION [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 4131 May 3 17:08 ZMQWindows.md [2021-05-03T17:14:59.381Z] drwxrwxr-x 2 1001 1001 4096 May 3 17:08 bin [2021-05-03T17:14:59.381Z] drwxrwxr-x 14 1001 1001 4096 May 3 17:08 cmd [2021-05-03T17:14:59.381Z] -rw-r--r-- 1 root root 693878 May 3 17:13 coverage.out [2021-05-03T17:14:59.381Z] -rw-r--r-- 1 root root 1060 May 3 17:14 go.mod [2021-05-03T17:14:59.381Z] -rw-r--r-- 1 root root 22420 May 3 17:09 go.sum [2021-05-03T17:14:59.381Z] drwxrwxr-x 8 1001 1001 4096 May 3 17:08 internal [2021-05-03T17:14:59.381Z] drwxrwxr-x 4 1001 1001 4096 May 3 17:08 openapi [2021-05-03T17:14:59.381Z] drwxrwxr-x 4 1001 1001 4096 May 3 17:08 snap [2021-05-03T17:14:59.381Z] -rw-rw-r-- 1 1001 1001 168 May 3 17:08 version.go [Pipeline] sh [2021-05-03T17:15:00.036Z] + '[' -e coverage.out ] [2021-05-03T17:15:00.037Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-03T17:15:00.058Z] Warning: overwriting stash ‘coverage-report’ [2021-05-03T17:15:01.245Z] Stashed 1 file(s) [Pipeline] sh [2021-05-03T17:15:01.899Z] + make build [2021-05-03T17:15:01.899Z] 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-05-03T17:15:08.003Z] lxd 4.13 from Canonical* installed [2021-05-03T17:15:08.003Z] + sudo lxd init --auto [2021-05-03T17:15:08.611Z] 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-05-03T17:15:16.146Z] + sudo snap install --classic snapcraft [2021-05-03T17:15:21.434Z] snapcraft 4.6.3 from Canonical* installed [2021-05-03T17:15:21.434Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-03T17:15:21.434Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-05-03T17:15:21.434Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T17:15:21.434Z] Dload Upload Total Spent Left Speed [2021-05-03T17:15:21.434Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4898 0 --:--:-- --:--:-- --:--:-- 4898 [2021-05-03T17:15:21.434Z] 100 3325k 100 3325k 0 0 12.9M 0 --:--:-- --:--:-- --:--:-- 12.9M [2021-05-03T17:15:21.434Z] ./yq_linux_amd64 [2021-05-03T17:15:21.434Z] + sudo snapcraft prime --use-lxd [2021-05-03T17:15:22.403Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-03T17:15:22.403Z] 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-05-03T17:15:22.403Z] - README.md [2021-05-03T17:15:22.403Z] [2021-05-03T17:15:22.403Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-03T17:15:23.358Z] Launching a container. [2021-05-03T17:15:35.407Z] 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-05-03T17:15:35.597Z] Waiting for container to be ready [2021-05-03T17:15:35.597Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-05-03T17:15:35.597Z] [2021-05-03T17:15:36.852Z] 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-05-03T17:15:38.900Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-05-03T17:15:39.472Z] Waiting for network to be ready... [2021-05-03T17:15:39.732Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-03T17:15:39.994Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-03T17:15:39.994Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-03T17:15:39.994Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-03T17:15:39.994Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-03T17:15:39.994Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-03T17:15:39.994Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-03T17:15:39.994Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-03T17:15:39.994Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-03T17:15:39.994Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-03T17:15:40.570Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-03T17:15:40.571Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-03T17:15:40.832Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-03T17:15:40.832Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-03T17:15:40.832Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-03T17:15:40.832Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-03T17:15:40.832Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-03T17:15:40.832Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-03T17:15:41.160Z] 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-05-03T17:15:41.783Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-03T17:15:41.783Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-03T17:15:42.044Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-03T17:15:42.044Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-03T17:15:42.044Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-03T17:15:42.044Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-03T17:15:42.044Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-03T17:15:42.044Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-03T17:15:42.044Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-03T17:15:42.137Z] 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-05-03T17:15:44.591Z] Fetched 24.5 MB in 4s (5527 kB/s) [2021-05-03T17:15:44.854Z] Reading package lists... [2021-05-03T17:15:45.115Z] Reading package lists... [2021-05-03T17:15:45.376Z] Building dependency tree... [2021-05-03T17:15:45.376Z] Reading state information... [2021-05-03T17:15:45.376Z] The following additional packages will be installed: [2021-05-03T17:15:45.376Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-03T17:15:45.376Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-03T17:15:45.376Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-03T17:15:45.376Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-05-03T17:15:45.376Z] Suggested packages: [2021-05-03T17:15:45.377Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-05-03T17:15:45.377Z] Recommended packages: [2021-05-03T17:15:45.377Z] gnupg libsasl2-modules [2021-05-03T17:15:45.377Z] The following NEW packages will be installed: [2021-05-03T17:15:45.377Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-05-03T17:15:45.377Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-05-03T17:15:45.377Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-05-03T17:15:45.377Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-05-03T17:15:45.377Z] The following packages will be upgraded: [2021-05-03T17:15:45.377Z] gpg gpg-agent gpgconf libudev1 [2021-05-03T17:15:45.636Z] 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. [2021-05-03T17:15:45.637Z] Need to get 3529 kB of archives. [2021-05-03T17:15:45.637Z] After this operation, 13.3 MB of additional disk space will be used. [2021-05-03T17:15:45.637Z] 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-05-03T17:15:45.637Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] [2021-05-03T17:15:45.899Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-05-03T17:15:45.899Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-05-03T17:15:45.899Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-05-03T17:15:45.899Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] [2021-05-03T17:15:46.444Z] 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-05-03T17:15:46.484Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-05-03T17:15:46.484Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-05-03T17:15:46.484Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-05-03T17:15:46.484Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-05-03T17:15:46.484Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-05-03T17:15:46.484Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-05-03T17:15:46.484Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-05-03T17:15:46.484Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-05-03T17:15:46.484Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-05-03T17:15:46.484Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-05-03T17:15:46.484Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-05-03T17:15:46.484Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-05-03T17:15:46.484Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-05-03T17:15:46.484Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-05-03T17:15:46.484Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-05-03T17:15:46.484Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-05-03T17:15:46.757Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T17:15:46.757Z] Fetched 3529 kB in 1s (3078 kB/s) [2021-05-03T17:15:46.757Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-03T17:15:46.757Z] Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... [2021-05-03T17:15:46.757Z] Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T17:15:47.018Z] Setting up libudev1:amd64 (237-3ubuntu10.46) ... [2021-05-03T17:15:47.018Z] Selecting previously unselected package udev. [2021-05-03T17:15:47.018Z] (Reading database ... 12511 files and directories currently installed.) [2021-05-03T17:15:47.018Z] Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... [2021-05-03T17:15:47.018Z] Unpacking udev (237-3ubuntu10.46) ... [2021-05-03T17:15:47.280Z] Selecting previously unselected package libfuse2:amd64. [2021-05-03T17:15:47.280Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-05-03T17:15:47.280Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-03T17:15:47.541Z] Selecting previously unselected package fuse. [2021-05-03T17:15:47.541Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-05-03T17:15:47.541Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-05-03T17:15:47.541Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T17:15:47.541Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T17:15:47.803Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T17:15:47.803Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T17:15:47.803Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T17:15:47.803Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-05-03T17:15:48.063Z] Selecting previously unselected package libksba8:amd64. [2021-05-03T17:15:48.063Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-05-03T17:15:48.063Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-05-03T17:15:48.063Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-05-03T17:15:48.063Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T17:15:48.063Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:48.327Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-05-03T17:15:48.327Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T17:15:48.327Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:48.327Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-05-03T17:15:48.327Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T17:15:48.327Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:48.327Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-05-03T17:15:48.327Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T17:15:48.327Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:48.588Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-05-03T17:15:48.588Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T17:15:48.588Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:48.588Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-05-03T17:15:48.588Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T17:15:48.588Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:48.849Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-05-03T17:15:48.849Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T17:15:48.849Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:48.849Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-05-03T17:15:48.849Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T17:15:48.849Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:49.111Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-05-03T17:15:49.111Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-05-03T17:15:49.111Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:49.111Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-05-03T17:15:49.111Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-03T17:15:49.111Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T17:15:49.111Z] Selecting previously unselected package libsasl2-2:amd64. [2021-05-03T17:15:49.111Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-05-03T17:15:49.111Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T17:15:49.373Z] Selecting previously unselected package libldap-common. [2021-05-03T17:15:49.373Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-05-03T17:15:49.373Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T17:15:49.373Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-05-03T17:15:49.373Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-05-03T17:15:49.373Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T17:15:49.634Z] Selecting previously unselected package dirmngr. [2021-05-03T17:15:49.634Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T17:15:49.634Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-03T17:15:49.634Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T17:15:49.634Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-05-03T17:15:49.634Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-05-03T17:15:49.895Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T17:15:49.895Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-05-03T17:15:49.895Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-05-03T17:15:49.895Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:49.895Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-05-03T17:15:49.895Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T17:15:50.155Z] Setting up udev (237-3ubuntu10.46) ... [2021-05-03T17:15:50.417Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-05-03T17:15:50.417Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:50.417Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-05-03T17:15:50.679Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-05-03T17:15:50.679Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-05-03T17:15:50.679Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:50.679Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:50.679Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:50.679Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:50.748Z] 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-05-03T17:15:50.939Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:50.939Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:50.939Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-05-03T17:15:50.939Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-05-03T17:15:50.939Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-05-03T17:15:50.939Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T17:15:51.510Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-05-03T17:15:51.510Z] settings in the [Install] section, and DefaultInstance for template units). [2021-05-03T17:15:51.510Z] This means they are not meant to be enabled using systemctl. [2021-05-03T17:15:51.510Z] Possible reasons for having this kind of units are: [2021-05-03T17:15:51.510Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-05-03T17:15:51.510Z] .wants/ or .requires/ directory. [2021-05-03T17:15:51.510Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-05-03T17:15:51.510Z] a requirement dependency on it. [2021-05-03T17:15:51.510Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-05-03T17:15:51.510Z] D-Bus, udev, scripted systemctl call, ...). [2021-05-03T17:15:51.510Z] 4) In case of template units, the unit is meant to be enabled with some [2021-05-03T17:15:51.510Z] instance name specified. [2021-05-03T17:15:51.770Z] Reading package lists... [2021-05-03T17:15:52.030Z] Building dependency tree... [2021-05-03T17:15:52.030Z] Reading state information... [2021-05-03T17:15:52.030Z] The following additional packages will be installed: [2021-05-03T17:15:52.030Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-05-03T17:15:52.030Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-05-03T17:15:52.030Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-05-03T17:15:52.030Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-05-03T17:15:52.030Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-05-03T17:15:52.030Z] Suggested packages: [2021-05-03T17:15:52.030Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-05-03T17:15:52.030Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-05-03T17:15:52.030Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-05-03T17:15:52.030Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-05-03T17:15:52.030Z] systemd-container policykit-1 [2021-05-03T17:15:52.030Z] Recommended packages: [2021-05-03T17:15:52.030Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-05-03T17:15:52.030Z] The following NEW packages will be installed: [2021-05-03T17:15:52.030Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-05-03T17:15:52.030Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-05-03T17:15:52.030Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-05-03T17:15:52.030Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-05-03T17:15:52.030Z] python3.6-minimal snapd squashfs-tools sudo [2021-05-03T17:15:52.030Z] The following packages will be upgraded: [2021-05-03T17:15:52.030Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-05-03T17:15:52.292Z] 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. [2021-05-03T17:15:52.292Z] Need to get 35.2 MB of archives. [2021-05-03T17:15:52.292Z] After this operation, 141 MB of additional disk space will be used. [2021-05-03T17:15:52.292Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-05-03T17:15:52.292Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-05-03T17:15:52.292Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] [2021-05-03T17:15:52.292Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-05-03T17:15:52.292Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-05-03T17:15:52.292Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-05-03T17:15:52.555Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-05-03T17:15:52.555Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-05-03T17:15:52.555Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-05-03T17:15:52.555Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-05-03T17:15:52.555Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-05-03T17:15:52.555Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-05-03T17:15:52.555Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-05-03T17:15:52.555Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-05-03T17:15:52.555Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-05-03T17:15:52.555Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-05-03T17:15:52.555Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-05-03T17:15:53.397Z] 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-05-03T17:15:53.941Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] [2021-05-03T17:15:53.941Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-05-03T17:15:53.941Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-05-03T17:15:53.941Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-05-03T17:15:53.941Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-05-03T17:15:53.941Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-05-03T17:15:53.941Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-05-03T17:15:53.941Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-05-03T17:15:53.941Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-05-03T17:15:53.942Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-05-03T17:15:54.204Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-05-03T17:15:54.464Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-05-03T17:15:54.464Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-05-03T17:15:54.464Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T17:15:54.464Z] Fetched 35.2 MB in 2s (16.0 MB/s) [2021-05-03T17:15:54.464Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T17:15:54.464Z] Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... [2021-05-03T17:15:54.725Z] Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T17:15:55.301Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... [2021-05-03T17:15:55.301Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... [2021-05-03T17:15:55.572Z] Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... [2021-05-03T17:15:55.572Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T17:15:55.572Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-05-03T17:15:55.572Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-05-03T17:15:55.838Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-05-03T17:15:55.838Z] (Reading database ... 12757 files and directories currently installed.) [2021-05-03T17:15:55.838Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-05-03T17:15:55.838Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-05-03T17:15:56.100Z] Setting up apt (1.6.13) ... [2021-05-03T17:15:56.101Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-05-03T17:15:56.673Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-05-03T17:15:56.784Z] 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-05-03T17:15:58.069Z] (Reading database ... 12764 files and directories currently installed.) [2021-05-03T17:15:58.069Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-03T17:15:58.069Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-03T17:15:58.069Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-05-03T17:15:58.069Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T17:15:58.069Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T17:15:58.329Z] Selecting previously unselected package libexpat1:amd64. [2021-05-03T17:15:58.329Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-05-03T17:15:58.329Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-03T17:15:58.329Z] Selecting previously unselected package python3.6-minimal. [2021-05-03T17:15:58.329Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T17:15:58.329Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T17:15:58.590Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-03T17:15:58.851Z] Checking for services that may need to be restarted...done. [2021-05-03T17:15:58.851Z] Checking for services that may need to be restarted...done. [2021-05-03T17:15:58.851Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T17:15:58.851Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-05-03T17:15:58.851Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T17:15:59.401Z] 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-05-03T17:15:59.424Z] Selecting previously unselected package python3-minimal. [2021-05-03T17:15:59.424Z] (Reading database ... 13012 files and directories currently installed.) [2021-05-03T17:15:59.424Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-05-03T17:15:59.424Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-05-03T17:15:59.424Z] Selecting previously unselected package mime-support. [2021-05-03T17:15:59.424Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-05-03T17:15:59.424Z] Unpacking mime-support (3.60ubuntu1) ... [2021-05-03T17:15:59.684Z] Selecting previously unselected package libmpdec2:amd64. [2021-05-03T17:15:59.684Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-05-03T17:15:59.684Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-03T17:15:59.684Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-05-03T17:15:59.684Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T17:15:59.684Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T17:15:59.945Z] Selecting previously unselected package python3.6. [2021-05-03T17:15:59.945Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-05-03T17:15:59.945Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T17:16:00.205Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-05-03T17:16:00.205Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-05-03T17:16:00.205Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-03T17:16:00.205Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-05-03T17:16:00.466Z] Selecting previously unselected package python3. [2021-05-03T17:16:00.466Z] (Reading database ... 13442 files and directories currently installed.) [2021-05-03T17:16:00.466Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-05-03T17:16:00.466Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-05-03T17:16:00.466Z] Selecting previously unselected package multiarch-support. [2021-05-03T17:16:00.466Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T17:16:00.466Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-05-03T17:16:00.728Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-05-03T17:16:00.728Z] Selecting previously unselected package liblzo2-2:amd64. [2021-05-03T17:16:00.728Z] (Reading database ... 13479 files and directories currently installed.) [2021-05-03T17:16:00.728Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-05-03T17:16:00.728Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-05-03T17:16:00.728Z] Selecting previously unselected package libbsd0:amd64. [2021-05-03T17:16:00.728Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-05-03T17:16:00.989Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-03T17:16:00.989Z] Selecting previously unselected package sudo. [2021-05-03T17:16:00.989Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-05-03T17:16:00.989Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-03T17:16:01.250Z] Selecting previously unselected package apparmor. [2021-05-03T17:16:01.250Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-05-03T17:16:01.250Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-05-03T17:16:01.250Z] Selecting previously unselected package libedit2:amd64. [2021-05-03T17:16:01.250Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-05-03T17:16:01.250Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-05-03T17:16:01.513Z] Selecting previously unselected package libkrb5support0:amd64. [2021-05-03T17:16:01.513Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T17:16:01.513Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T17:16:01.513Z] Selecting previously unselected package libk5crypto3:amd64. [2021-05-03T17:16:01.513Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T17:16:01.513Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T17:16:01.513Z] Selecting previously unselected package libkeyutils1:amd64. [2021-05-03T17:16:01.513Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-05-03T17:16:01.785Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-03T17:16:01.785Z] Selecting previously unselected package libkrb5-3:amd64. [2021-05-03T17:16:01.785Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T17:16:01.785Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T17:16:01.785Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-05-03T17:16:01.785Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-05-03T17:16:02.020Z] 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-05-03T17:16:02.047Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T17:16:02.047Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-05-03T17:16:02.047Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-05-03T17:16:02.047Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-03T17:16:02.307Z] Selecting previously unselected package openssh-client. [2021-05-03T17:16:02.307Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-05-03T17:16:02.307Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-03T17:16:02.307Z] Selecting previously unselected package squashfs-tools. [2021-05-03T17:16:02.307Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-05-03T17:16:02.307Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-03T17:16:02.568Z] Selecting previously unselected package snapd. [2021-05-03T17:16:02.568Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-05-03T17:16:02.568Z] Unpacking snapd (2.48.3+18.04) ... [2021-05-03T17:16:04.482Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-05-03T17:16:04.482Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-05-03T17:16:04.743Z] Setting up mime-support (3.60ubuntu1) ... [2021-05-03T17:16:04.743Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-05-03T17:16:04.743Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-05-03T17:16:04.743Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T17:16:05.003Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T17:16:05.003Z] Setting up systemd (237-3ubuntu10.46) ... [2021-05-03T17:16:05.003Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-05-03T17:16:05.576Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-05-03T17:16:05.576Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-05-03T17:16:05.576Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-05-03T17:16:05.837Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T17:16:05.837Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T17:16:05.837Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-05-03T17:16:06.409Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-05-03T17:16:06.409Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T17:16:06.409Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-05-03T17:16:06.409Z] Setting up python3 (3.6.7-1~18.04) ... [2021-05-03T17:16:06.409Z] running python rtupdate hooks for python3.6... [2021-05-03T17:16:06.409Z] running python post-rtupdate hooks for python3.6... [2021-05-03T17:16:06.409Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] } [2021-05-03T17:16:07.425Z] $ docker stop --time=1 68c5a81a030b7b3e5ea59bc649a9a1d18c6f02a88de8545efad6fca27120dddf [2021-05-03T17:16:07.797Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-05-03T17:16:08.058Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-05-03T17:16:08.058Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-05-03T17:16:08.319Z] Setting up snapd (2.48.3+18.04) ... [2021-05-03T17:16:08.579Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-05-03T17:16:08.840Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-05-03T17:16:09.101Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-05-03T17:16:09.101Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-05-03T17:16:09.363Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-03T17:16:09.363Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-05-03T17:16:09.623Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-05-03T17:16:09.623Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-05-03T17:16:09.884Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-05-03T17:16:09.884Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-05-03T17:16:10.112Z] $ docker rm -f 68c5a81a030b7b3e5ea59bc649a9a1d18c6f02a88de8545efad6fca27120dddf [2021-05-03T17:16:10.146Z] /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-05-03T17:16:10.146Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-05-03T17:16:10.146Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-03T17:16:11.089Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T17:16:11.089Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T17:16:11.350Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:16:11.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T17:16:11.924Z] [2021-05-03T17:16:11.924Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:16:12.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T17:16:12.561Z] Reading package lists... [2021-05-03T17:16:12.562Z] Reading package lists... [2021-05-03T17:16:12.562Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-03T17:16:12.562Z] 29e5d40040c1: Pulling fs layer [2021-05-03T17:16:12.562Z] 1ce36da41761: Pulling fs layer [2021-05-03T17:16:12.562Z] 25b303627fd3: Pulling fs layer [2021-05-03T17:16:12.562Z] 29e5d40040c1: Verifying Checksum [2021-05-03T17:16:12.562Z] 29e5d40040c1: Download complete [2021-05-03T17:16:12.822Z] Building dependency tree... [2021-05-03T17:16:12.822Z] Reading state information... [2021-05-03T17:16:12.822Z] Calculating upgrade... [2021-05-03T17:16:12.822Z] The following packages will be upgraded: [2021-05-03T17:16:12.822Z] advancecomp base-files bash binutils binutils-common [2021-05-03T17:16:12.822Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-05-03T17:16:12.822Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-05-03T17:16:12.822Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-05-03T17:16:12.822Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-05-03T17:16:12.822Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-05-03T17:16:12.822Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-05-03T17:16:12.822Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-05-03T17:16:12.822Z] libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 [2021-05-03T17:16:12.822Z] libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-05-03T17:16:12.822Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-05-03T17:16:12.822Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-05-03T17:16:12.822Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-05-03T17:16:12.822Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-05-03T17:16:12.822Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-05-03T17:16:13.084Z] 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T17:16:13.084Z] Need to get 64.0 MB of archives. [2021-05-03T17:16:13.084Z] After this operation, 5034 kB of additional disk space will be used. [2021-05-03T17:16:13.084Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] [2021-05-03T17:16:13.084Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-05-03T17:16:13.084Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-05-03T17:16:13.084Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-05-03T17:16:13.084Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-05-03T17:16:13.084Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-05-03T17:16:13.084Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-05-03T17:16:13.084Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-05-03T17:16:13.084Z] 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-05-03T17:16:13.084Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-05-03T17:16:13.084Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-05-03T17:16:13.084Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-05-03T17:16:13.084Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-05-03T17:16:13.084Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-05-03T17:16:13.084Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-05-03T17:16:13.084Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-05-03T17:16:13.084Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-05-03T17:16:13.159Z] 1ce36da41761: Verifying Checksum [2021-05-03T17:16:13.159Z] 1ce36da41761: Download complete [2021-05-03T17:16:13.346Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-05-03T17:16:13.346Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-05-03T17:16:13.346Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-05-03T17:16:13.346Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-05-03T17:16:13.346Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-05-03T17:16:13.346Z] 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-05-03T17:16:13.346Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-05-03T17:16:13.346Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-05-03T17:16:13.346Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-05-03T17:16:13.346Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-05-03T17:16:13.346Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-05-03T17:16:13.346Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-05-03T17:16:13.346Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-05-03T17:16:13.346Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-05-03T17:16:13.346Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-05-03T17:16:13.346Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-05-03T17:16:13.346Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-05-03T17:16:13.346Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-05-03T17:16:13.346Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-05-03T17:16:13.346Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-05-03T17:16:13.346Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-05-03T17:16:13.346Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-05-03T17:16:13.346Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-05-03T17:16:13.346Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-05-03T17:16:13.433Z] 29e5d40040c1: Pull complete [2021-05-03T17:16:13.606Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-05-03T17:16:13.606Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-05-03T17:16:13.606Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-05-03T17:16:13.606Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-05-03T17:16:13.606Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-05-03T17:16:13.606Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-05-03T17:16:13.606Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-05-03T17:16:13.606Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-05-03T17:16:13.606Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-05-03T17:16:13.606Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-05-03T17:16:13.606Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-05-03T17:16:13.606Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-05-03T17:16:13.606Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-05-03T17:16:13.606Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-05-03T17:16:13.606Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-05-03T17:16:13.606Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-05-03T17:16:13.869Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-05-03T17:16:13.869Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-05-03T17:16:13.869Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-05-03T17:16:14.130Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-05-03T17:16:14.130Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-05-03T17:16:14.130Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-05-03T17:16:14.130Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-05-03T17:16:14.130Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-05-03T17:16:14.418Z] 1ce36da41761: Pull complete [2021-05-03T17:16:15.396Z] 25b303627fd3: Verifying Checksum [2021-05-03T17:16:15.396Z] 25b303627fd3: Download complete [2021-05-03T17:16:15.512Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-05-03T17:16:15.512Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-05-03T17:16:16.081Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-05-03T17:16:16.081Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-05-03T17:16:16.341Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-05-03T17:16:16.601Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-05-03T17:16:16.601Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-05-03T17:16:16.602Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-05-03T17:16:16.602Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-05-03T17:16:16.602Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-05-03T17:16:16.602Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-05-03T17:16:16.602Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-05-03T17:16:16.864Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-05-03T17:16:16.864Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-05-03T17:16:16.864Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-05-03T17:16:16.864Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-05-03T17:16:16.864Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-05-03T17:16:16.864Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-05-03T17:16:16.864Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-05-03T17:16:17.124Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] [2021-05-03T17:16:17.124Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-05-03T17:16:17.124Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-05-03T17:16:17.124Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-05-03T17:16:17.124Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-05-03T17:16:17.385Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-05-03T17:16:17.385Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] [2021-05-03T17:16:17.385Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-05-03T17:16:17.385Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-05-03T17:16:17.385Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-05-03T17:16:17.645Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-05-03T17:16:17.645Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-05-03T17:16:17.645Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-05-03T17:16:17.645Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-05-03T17:16:17.645Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-05-03T17:16:17.645Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-05-03T17:16:17.645Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-05-03T17:16:17.907Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T17:16:17.907Z] Fetched 64.0 MB in 5s (13.4 MB/s) [2021-05-03T17:16:17.907Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:17.907Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T17:16:17.907Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T17:16:18.479Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T17:16:18.739Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T17:16:18.739Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... [2021-05-03T17:16:18.739Z] Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... [2021-05-03T17:16:19.679Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:19.679Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T17:16:19.679Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:19.679Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T17:16:19.940Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:19.940Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T17:16:20.201Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:20.201Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T17:16:20.201Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:20.201Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T17:16:20.462Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:20.462Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T17:16:20.725Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:20.725Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T17:16:20.725Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:20.999Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T17:16:20.999Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:20.999Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-05-03T17:16:20.999Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:21.265Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T17:16:21.265Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:21.265Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T17:16:21.265Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:21.265Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T17:16:21.527Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:21.527Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-05-03T17:16:21.790Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:21.790Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T17:16:21.790Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T17:16:22.052Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T17:16:22.631Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-05-03T17:16:22.892Z] (Reading database ... 13911 files and directories currently installed.) [2021-05-03T17:16:22.892Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-05-03T17:16:22.892Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-05-03T17:16:22.892Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-05-03T17:16:22.893Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-05-03T17:16:23.154Z] Setting up base-files (10.1ubuntu2.10) ... [2021-05-03T17:16:23.154Z] Installing new version of config file /etc/issue ... [2021-05-03T17:16:23.154Z] Installing new version of config file /etc/issue.net ... [2021-05-03T17:16:23.154Z] Installing new version of config file /etc/lsb-release ... [2021-05-03T17:16:23.415Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-05-03T17:16:23.415Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-05-03T17:16:23.675Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-05-03T17:16:23.675Z] Removing obsolete conffile /etc/default/motd-news ... [2021-05-03T17:16:23.675Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:23.675Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-05-03T17:16:23.675Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-05-03T17:16:23.935Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-05-03T17:16:23.935Z] 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-05-03T17:16:24.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:24.195Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T17:16:24.195Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-05-03T17:16:24.195Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-05-03T17:16:24.195Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:24.195Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-05-03T17:16:24.456Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-05-03T17:16:24.456Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-05-03T17:16:24.720Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:24.720Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-05-03T17:16:24.720Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T17:16:24.720Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-05-03T17:16:24.981Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:24.981Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T17:16:24.981Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T17:16:25.242Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T17:16:25.242Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:25.242Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T17:16:25.242Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T17:16:25.503Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-05-03T17:16:25.503Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:25.503Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-05-03T17:16:25.503Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-05-03T17:16:25.529Z] 25b303627fd3: Pull complete [2021-05-03T17:16:25.529Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-03T17:16:25.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T17:16:25.529Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-03T17:16:25.760Z] prd-ubuntu18.04-docker-arm64-4c-16g-2769 does not seem to be running inside a container [2021-05-03T17:16:25.765Z] Setting up grep (3.1-2build1) ... [2021-05-03T17:16:25.765Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:25.765Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-03T17:16:25.765Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-03T17:16:25.818Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-03T17:16:26.026Z] Setting up login (1:4.5-1ubuntu2) ... [2021-05-03T17:16:26.027Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:26.027Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T17:16:26.027Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T17:16:26.286Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-05-03T17:16:26.286Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:26.286Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T17:16:26.286Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T17:16:26.856Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T17:16:26.856Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T17:16:26.856Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-05-03T17:16:26.856Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T17:16:27.428Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-05-03T17:16:27.428Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:27.428Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-05-03T17:16:27.691Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-05-03T17:16:28.633Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-03T17:16:28.633Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-03T17:16:28.633Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-05-03T17:16:28.633Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-05-03T17:16:28.894Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-05-03T17:16:28.894Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:28.894Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-05-03T17:16:28.894Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-05-03T17:16:28.874Z] $ docker top 1e142f64a66d2dadd697ccd5f60a4f02a896520d7880ced378c0e436642f3355 -eo pid,comm [2021-05-03T17:16:29.154Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-05-03T17:16:29.154Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:29.154Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [Pipeline] { [Pipeline] sh [2021-05-03T17:16:29.419Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T17:16:29.419Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T17:16:29.419Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:29.419Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T17:16:29.419Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T17:16:29.680Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T17:16:29.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:29.680Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T17:16:29.680Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T17:16:29.836Z] + docker-compose build --help [2021-05-03T17:16:29.836Z] + grep parallel [2021-05-03T17:16:29.942Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T17:16:29.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:29.942Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T17:16:29.942Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T17:16:29.942Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T17:16:30.201Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:30.201Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T17:16:30.201Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T17:16:30.201Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T17:16:30.201Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T17:16:30.461Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T17:16:30.461Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:30.461Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-05-03T17:16:30.461Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T17:16:30.722Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T17:16:30.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:30.722Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T17:16:30.722Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T17:16:30.983Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-05-03T17:16:30.983Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:30.983Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T17:16:30.983Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T17:16:30.983Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-05-03T17:16:31.245Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:31.245Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T17:16:31.245Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T17:16:31.818Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-05-03T17:16:31.818Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-05-03T17:16:32.079Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-05-03T17:16:32.340Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:32.340Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-05-03T17:16:32.340Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-05-03T17:16:32.601Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T17:16:32.601Z] (Reading database ... 13912 files and directories currently installed.) [2021-05-03T17:16:32.601Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-05-03T17:16:32.601Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-05-03T17:16:32.862Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-05-03T17:16:32.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:32.863Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-05-03T17:16:32.863Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-05-03T17:16:33.124Z] Setting up debconf (1.5.66ubuntu1) ... [2021-05-03T17:16:33.208Z] --parallel Build images in parallel. [Pipeline] } [2021-05-03T17:16:33.207Z] $ docker stop --time=1 1e142f64a66d2dadd697ccd5f60a4f02a896520d7880ced378c0e436642f3355 [2021-05-03T17:16:33.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:33.384Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-05-03T17:16:33.384Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-03T17:16:33.384Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-05-03T17:16:33.755Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:33.755Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-05-03T17:16:33.755Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-05-03T17:16:33.755Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-05-03T17:16:34.079Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:34.079Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T17:16:34.079Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T17:16:34.079Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T17:16:34.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:34.432Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T17:16:34.432Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T17:16:34.432Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T17:16:34.432Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:34.432Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-05-03T17:16:34.752Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T17:16:35.012Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T17:16:35.013Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:35.013Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-05-03T17:16:35.111Z] $ docker rm -f 1e142f64a66d2dadd697ccd5f60a4f02a896520d7880ced378c0e436642f3355 [2021-05-03T17:16:35.273Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-05-03T17:16:35.273Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... [2021-05-03T17:16:35.273Z] Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:16:35.534Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T17:16:35.534Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T17:16:35.534Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T17:16:35.757Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-03T17:16:35.757Z] . [Pipeline] withDockerContainer [2021-05-03T17:16:35.794Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:35.794Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-05-03T17:16:35.794Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-05-03T17:16:35.988Z] prd-ubuntu18.04-docker-arm64-4c-16g-2769 does not seem to be running inside a container [2021-05-03T17:16:36.054Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-05-03T17:16:36.054Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:36.054Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-05-03T17:16:36.054Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-05-03T17:16:36.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-03T17:16:36.318Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-05-03T17:16:36.579Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:36.579Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-05-03T17:16:36.579Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-05-03T17:16:36.579Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-05-03T17:16:36.841Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:36.841Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-05-03T17:16:36.841Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-05-03T17:16:36.841Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-05-03T17:16:37.101Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:37.101Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-05-03T17:16:37.101Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-05-03T17:16:37.362Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-05-03T17:16:37.537Z] $ docker top 63ce459e46e70223057cbfd3f24d29c4fe7a3f80312818132439db5e6c630816 -eo pid,comm [2021-05-03T17:16:37.623Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:37.623Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-05-03T17:16:37.623Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [Pipeline] { [Pipeline] sh [2021-05-03T17:16:37.883Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-05-03T17:16:37.883Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:37.883Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-05-03T17:16:37.883Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-03T17:16:38.144Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-05-03T17:16:38.144Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:38.144Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-05-03T17:16:38.144Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-05-03T17:16:38.405Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-05-03T17:16:38.405Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:38.405Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-05-03T17:16:38.405Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-05-03T17:16:38.482Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-03T17:16:38.666Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-05-03T17:16:39.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:39.240Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-05-03T17:16:39.240Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-05-03T17:16:39.240Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-05-03T17:16:39.501Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:39.501Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-05-03T17:16:39.501Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-05-03T17:16:39.501Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-05-03T17:16:39.762Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:39.762Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-05-03T17:16:39.762Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-05-03T17:16:39.762Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-05-03T17:16:40.023Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:40.023Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-05-03T17:16:40.023Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-05-03T17:16:40.023Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-05-03T17:16:40.283Z] (Reading database ... 13914 files and directories currently installed.) [2021-05-03T17:16:40.283Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-05-03T17:16:40.283Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-05-03T17:16:40.283Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-05-03T17:16:40.545Z] (Reading database ... 13915 files and directories currently installed.) [2021-05-03T17:16:40.545Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-03T17:16:40.545Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-03T17:16:40.545Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-05-03T17:16:40.545Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-05-03T17:16:40.806Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-05-03T17:16:40.806Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-05-03T17:16:41.071Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-05-03T17:16:41.071Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-05-03T17:16:41.330Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-05-03T17:16:41.330Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-05-03T17:16:41.330Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-05-03T17:16:41.330Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-05-03T17:16:41.591Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-05-03T17:16:41.591Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-05-03T17:16:41.591Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-05-03T17:16:41.854Z] Building docker-core-command-go ... [2021-05-03T17:16:41.854Z] Building docker-core-data-go ... [2021-05-03T17:16:41.854Z] Building docker-core-metadata-go ... [2021-05-03T17:16:41.854Z] Building docker-security-bootstrapper-go ... [2021-05-03T17:16:41.854Z] Building docker-security-proxy-setup-go ... [2021-05-03T17:16:41.854Z] Building docker-security-secretstore-setup-go ... [2021-05-03T17:16:41.854Z] Building docker-support-notifications-go ... [2021-05-03T17:16:41.854Z] Building docker-support-scheduler-go ... [2021-05-03T17:16:41.854Z] Building docker-sys-mgmt-agent-go ... [2021-05-03T17:16:41.854Z] Building docker-sys-mgmt-agent-go [2021-05-03T17:16:41.854Z] Building docker-core-data-go [2021-05-03T17:16:41.854Z] Building docker-security-proxy-setup-go [2021-05-03T17:16:41.854Z] Building docker-support-scheduler-go [2021-05-03T17:16:41.854Z] Building docker-core-command-go [2021-05-03T17:16:41.855Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-05-03T17:16:41.855Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-05-03T17:16:41.855Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-05-03T17:16:42.128Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-05-03T17:16:42.128Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-05-03T17:16:42.129Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-05-03T17:16:42.129Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-05-03T17:16:42.395Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-05-03T17:16:42.395Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-05-03T17:16:43.337Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-05-03T17:16:43.337Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-05-03T17:16:43.337Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-05-03T17:16:43.337Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-05-03T17:16:43.597Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T17:16:43.597Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T17:16:43.858Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T17:16:43.858Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T17:16:44.119Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T17:16:44.119Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T17:16:44.119Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-05-03T17:16:44.380Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-05-03T17:16:44.641Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:44.641Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T17:16:44.641Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:44.641Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T17:16:44.908Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:44.908Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T17:16:45.170Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:45.170Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T17:16:46.112Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:46.112Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T17:16:47.054Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:47.055Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T17:16:47.625Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:47.625Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T17:16:48.198Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:48.198Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T17:16:49.142Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-05-03T17:16:49.142Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-05-03T17:16:49.142Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T17:16:49.142Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T17:16:49.142Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-05-03T17:16:49.142Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T17:16:49.403Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-05-03T17:16:49.403Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-05-03T17:16:49.665Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-05-03T17:16:49.665Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-05-03T17:16:49.665Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T17:16:49.665Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T17:16:49.926Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-05-03T17:16:49.927Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-05-03T17:16:49.927Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-05-03T17:16:50.191Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-05-03T17:16:50.191Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:50.191Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-05-03T17:16:50.191Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:50.191Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:50.452Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:50.452Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-05-03T17:16:50.452Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-05-03T17:16:50.452Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-05-03T17:16:50.713Z] [2021-05-03T17:16:50.713Z] Current default time zone: 'Etc/UTC' [2021-05-03T17:16:50.713Z] Local time is now: Mon May 3 17:16:50 UTC 2021. [2021-05-03T17:16:50.713Z] Universal Time is now: Mon May 3 17:16:50 UTC 2021. [2021-05-03T17:16:50.713Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-05-03T17:16:50.713Z] [2021-05-03T17:16:50.713Z] Setting up systemd-sysv (237-3ubuntu10.46) ... [2021-05-03T17:16:50.713Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:50.713Z] Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... [2021-05-03T17:16:50.713Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-05-03T17:16:50.713Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-05-03T17:16:50.975Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-05-03T17:16:50.975Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-05-03T17:16:50.975Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-05-03T17:16:50.975Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-05-03T17:16:50.975Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-05-03T17:16:50.975Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:50.975Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-05-03T17:16:51.237Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T17:16:51.237Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-03T17:16:51.237Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:51.237Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-05-03T17:16:51.237Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-05-03T17:16:51.237Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-05-03T17:16:51.497Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-05-03T17:16:51.497Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-05-03T17:16:51.497Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-05-03T17:16:51.497Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-05-03T17:16:51.497Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-05-03T17:16:53.419Z] Updating certificates in /etc/ssl/certs... [2021-05-03T17:16:54.362Z] 23 added, 27 removed; done. [2021-05-03T17:16:54.624Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-05-03T17:16:54.624Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-05-03T17:16:54.624Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-05-03T17:16:54.624Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-05-03T17:16:54.624Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-05-03T17:16:54.885Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T17:16:54.885Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-05-03T17:16:54.885Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T17:16:54.885Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T17:16:54.885Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T17:16:54.885Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T17:16:54.885Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T17:16:54.885Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-05-03T17:16:55.146Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-05-03T17:16:55.146Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-05-03T17:16:55.146Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-05-03T17:16:55.146Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-05-03T17:16:55.146Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T17:16:55.146Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-05-03T17:16:55.146Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-05-03T17:16:55.406Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-05-03T17:16:55.406Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-05-03T17:16:55.406Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T17:16:55.406Z] Processing triggers for systemd (237-3ubuntu10.46) ... [2021-05-03T17:16:55.406Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-05-03T17:16:55.668Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-05-03T17:16:55.668Z] Updating certificates in /etc/ssl/certs... [2021-05-03T17:16:56.240Z] 0 added, 0 removed; done. [2021-05-03T17:16:56.240Z] Running hooks in /etc/ca-certificates/update.d... [2021-05-03T17:16:56.240Z] done. [2021-05-03T17:16:56.501Z] Reading package lists... [2021-05-03T17:16:56.763Z] Building dependency tree... [2021-05-03T17:16:56.763Z] Reading state information... [2021-05-03T17:16:56.763Z] The following NEW packages will be installed: [2021-05-03T17:16:56.763Z] apt-transport-https [2021-05-03T17:16:57.024Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T17:16:57.025Z] Need to get 1692 B of archives. [2021-05-03T17:16:57.025Z] After this operation, 154 kB of additional disk space will be used. [2021-05-03T17:16:57.025Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-05-03T17:16:57.285Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T17:16:57.285Z] Fetched 1692 B in 0s (8651 B/s) [2021-05-03T17:16:57.285Z] Selecting previously unselected package apt-transport-https. [2021-05-03T17:16:57.285Z] (Reading database ... 13920 files and directories currently installed.) [2021-05-03T17:16:57.285Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-05-03T17:16:57.285Z] Unpacking apt-transport-https (1.6.13) ... [2021-05-03T17:16:57.285Z] Setting up apt-transport-https (1.6.13) ... [2021-05-03T17:16:57.545Z] Waiting for network to be ready... [2021-05-03T17:17:04.131Z] 2021-05-03T17:17:00Z INFO Waiting for automatic snapd restart... [2021-05-03T17:17:04.131Z] snapd 2.49.2 from Canonical* installed [2021-05-03T17:17:04.391Z] "snapd" switched to the "latest/stable" channel [2021-05-03T17:17:04.391Z] [2021-05-03T17:17:06.936Z] core18 20210309 from Canonical* installed [2021-05-03T17:17:07.196Z] "core18" switched to the "latest/stable" channel [2021-05-03T17:17:07.196Z] [2021-05-03T17:17:11.399Z] snapcraft 4.6.3 from Canonical* installed [2021-05-03T17:17:11.399Z] "snapcraft" switched to the "latest/stable" channel [2021-05-03T17:17:11.399Z] [2021-05-03T17:17:14.697Z] 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-05-03T17:17:14.697Z] - README.md [2021-05-03T17:17:14.697Z] [2021-05-03T17:17:14.697Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-05-03T17:17:21.282Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T17:17:21.282Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T17:17:21.282Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T17:17:21.282Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T17:17:22.487Z] Reading package lists... [2021-05-03T17:17:22.748Z] 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-05-03T17:17:29.337Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T17:17:29.337Z] Reading package lists... [2021-05-03T17:17:29.337Z] Building dependency tree... [2021-05-03T17:17:29.337Z] Reading state information... [2021-05-03T17:17:29.337Z] Suggested packages: [2021-05-03T17:17:29.337Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-05-03T17:17:29.337Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-05-03T17:17:29.337Z] Recommended packages: [2021-05-03T17:17:29.337Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-05-03T17:17:29.337Z] The following NEW packages will be installed: [2021-05-03T17:17:29.337Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-05-03T17:17:29.337Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-05-03T17:17:29.337Z] pkg-config zip [2021-05-03T17:17:29.337Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-05-03T17:17:29.337Z] Need to get 7663 kB of archives. [2021-05-03T17:17:29.337Z] After this operation, 43.8 MB of additional disk space will be used. [2021-05-03T17:17:29.337Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-05-03T17:17:29.337Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-05-03T17:17:29.597Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-05-03T17:17:29.597Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-05-03T17:17:29.597Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-05-03T17:17:29.597Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-05-03T17:17:29.858Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-05-03T17:17:29.858Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-05-03T17:17:29.858Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-05-03T17:17:29.858Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-05-03T17:17:29.858Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-05-03T17:17:29.858Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-05-03T17:17:30.118Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-05-03T17:17:30.118Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-05-03T17:17:30.118Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-05-03T17:17:30.380Z] debconf: delaying package configuration, since apt-utils is not installed [2021-05-03T17:17:30.380Z] Fetched 7663 kB in 1s (6556 kB/s) [2021-05-03T17:17:30.380Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-05-03T17:17:30.380Z] (Reading database ... 13924 files and directories currently installed.) [2021-05-03T17:17:30.380Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-05-03T17:17:30.380Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-03T17:17:30.640Z] Selecting previously unselected package libpsl5:amd64. [2021-05-03T17:17:30.640Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-05-03T17:17:30.640Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-05-03T17:17:30.640Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-05-03T17:17:30.640Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-05-03T17:17:30.904Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-03T17:17:30.904Z] Selecting previously unselected package librtmp1:amd64. [2021-05-03T17:17:30.904Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-05-03T17:17:30.904Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-03T17:17:30.904Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-05-03T17:17:30.904Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-05-03T17:17:30.904Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-03T17:17:31.165Z] Selecting previously unselected package liberror-perl. [2021-05-03T17:17:31.165Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-05-03T17:17:31.165Z] Unpacking liberror-perl (0.17025-1) ... [2021-05-03T17:17:31.165Z] Selecting previously unselected package git-man. [2021-05-03T17:17:31.165Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-05-03T17:17:31.165Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-03T17:17:31.424Z] Selecting previously unselected package git. [2021-05-03T17:17:31.424Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-05-03T17:17:31.424Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-05-03T17:17:31.995Z] Selecting previously unselected package libnorm1:amd64. [2021-05-03T17:17:31.995Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-05-03T17:17:31.995Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-03T17:17:32.255Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-05-03T17:17:32.255Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-05-03T17:17:32.255Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-03T17:17:32.256Z] Selecting previously unselected package libsodium23:amd64. [2021-05-03T17:17:32.256Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-05-03T17:17:32.256Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-05-03T17:17:32.516Z] Selecting previously unselected package libzmq5:amd64. [2021-05-03T17:17:32.517Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-03T17:17:32.517Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T17:17:32.517Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-05-03T17:17:32.517Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-05-03T17:17:32.517Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T17:17:32.777Z] Selecting previously unselected package pkg-config. [2021-05-03T17:17:32.777Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-05-03T17:17:32.777Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-05-03T17:17:32.777Z] Selecting previously unselected package zip. [2021-05-03T17:17:32.777Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-05-03T17:17:32.777Z] Unpacking zip (3.0-11build1) ... [2021-05-03T17:17:32.777Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-05-03T17:17:33.038Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-05-03T17:17:33.038Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-05-03T17:17:33.038Z] Setting up liberror-perl (0.17025-1) ... [2021-05-03T17:17:33.038Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-05-03T17:17:33.038Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-05-03T17:17:33.038Z] No schema files found: doing nothing. [2021-05-03T17:17:33.038Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-05-03T17:17:33.038Z] Setting up zip (3.0-11build1) ... [2021-05-03T17:17:33.038Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-05-03T17:17:33.038Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-05-03T17:17:33.299Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-05-03T17:17:33.299Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T17:17:33.299Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-05-03T17:17:33.299Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-05-03T17:17:33.299Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-05-03T17:17:33.299Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-05-03T17:17:39.892Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T17:17:39.892Z] git set to automatically installed. [2021-05-03T17:17:39.892Z] git-man set to automatically installed. [2021-05-03T17:17:39.892Z] libcurl3-gnutls set to automatically installed. [2021-05-03T17:17:39.892Z] liberror-perl set to automatically installed. [2021-05-03T17:17:39.892Z] libglib2.0-0 set to automatically installed. [2021-05-03T17:17:39.892Z] libnghttp2-14 set to automatically installed. [2021-05-03T17:17:39.892Z] libnorm1 set to automatically installed. [2021-05-03T17:17:39.892Z] libpgm-5.2-0 set to automatically installed. [2021-05-03T17:17:39.892Z] libpsl5 set to automatically installed. [2021-05-03T17:17:39.892Z] librtmp1 set to automatically installed. [2021-05-03T17:17:39.892Z] libsodium23 set to automatically installed. [2021-05-03T17:17:39.892Z] libzmq3-dev set to automatically installed. [2021-05-03T17:17:39.892Z] libzmq5 set to automatically installed. [2021-05-03T17:17:39.892Z] pkg-config set to automatically installed. [2021-05-03T17:17:39.892Z] zip set to automatically installed. [2021-05-03T17:17:52.400Z] snapd is not logged in, snap install commands will use sudo [2021-05-03T17:17:56.611Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T17:17:57.998Z] snap "core18" has no updates available [2021-05-03T17:17:58.941Z] snapd is not logged in, snap install commands will use sudo [2021-05-03T17:18:03.688Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:18:03.688Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:18:03.688Z] ---> e2806d5ed42b [2021-05-03T17:18:03.688Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T17:18:03.688Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:18:03.688Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:18:03.688Z] ---> e2806d5ed42b [2021-05-03T17:18:03.688Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T17:18:03.688Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:18:03.688Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:18:03.688Z] ---> e2806d5ed42b [2021-05-03T17:18:03.688Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T17:18:03.688Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:18:03.688Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:18:03.688Z] ---> e2806d5ed42b [2021-05-03T17:18:03.688Z] Step 3/21 : WORKDIR /edgex-go [2021-05-03T17:18:03.688Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:18:03.688Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:18:03.688Z] ---> e2806d5ed42b [2021-05-03T17:18:03.688Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T17:18:03.688Z] ---> Running in c307e4c752cd [2021-05-03T17:18:03.688Z] ---> Running in d80dbc34aa08 [2021-05-03T17:18:03.688Z] ---> Running in 74bc50a763a4 [2021-05-03T17:18:03.688Z] ---> Running in f7a65191338b [2021-05-03T17:18:03.688Z] ---> Running in 6350a3508e3c [2021-05-03T17:18:03.688Z] Removing intermediate container 6350a3508e3c [2021-05-03T17:18:03.688Z] ---> e1530fa23adf [2021-05-03T17:18:03.688Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:18:03.688Z] Removing intermediate container c307e4c752cd [2021-05-03T17:18:03.688Z] ---> c34812186178 [2021-05-03T17:18:03.688Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:18:03.688Z] Removing intermediate container f7a65191338b [2021-05-03T17:18:03.688Z] ---> d663647e2cf3 [2021-05-03T17:18:03.688Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:18:03.688Z] Removing intermediate container 74bc50a763a4 [2021-05-03T17:18:03.688Z] ---> d8ee38475e9b [2021-05-03T17:18:03.688Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:18:03.688Z] Removing intermediate container d80dbc34aa08 [2021-05-03T17:18:03.688Z] ---> cb8f9e22703f [2021-05-03T17:18:03.688Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:18:03.688Z] ---> Running in 9a4ed5707ed2 [2021-05-03T17:18:03.688Z] ---> Running in e86e4cb43789 [2021-05-03T17:18:03.688Z] ---> Running in 55fee02e2bba [2021-05-03T17:18:03.688Z] ---> Running in 0a0e48a8434b [2021-05-03T17:18:03.688Z] ---> Running in c7d310c9795f [2021-05-03T17:18:03.688Z] Removing intermediate container 9a4ed5707ed2 [2021-05-03T17:18:03.688Z] ---> ed00dba5540a [2021-05-03T17:18:03.688Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T17:18:03.959Z] ---> Running in 0822bbe910f7 [2021-05-03T17:18:03.959Z] Removing intermediate container c7d310c9795f [2021-05-03T17:18:03.959Z] ---> 7595162592d3 [2021-05-03T17:18:03.959Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-03T17:18:04.235Z] Removing intermediate container e86e4cb43789 [2021-05-03T17:18:04.235Z] ---> c72b35011ac8 [2021-05-03T17:18:04.235Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-03T17:18:04.235Z] ---> Running in 7c8477a6c640 [2021-05-03T17:18:04.513Z] ---> Running in 682938761b4c [2021-05-03T17:18:04.513Z] Removing intermediate container 55fee02e2bba [2021-05-03T17:18:04.513Z] ---> f92da98d5ca7 [2021-05-03T17:18:04.513Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-03T17:18:04.513Z] Removing intermediate container 0a0e48a8434b [2021-05-03T17:18:04.513Z] ---> c1bb0cc90361 [2021-05-03T17:18:04.513Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-03T17:18:04.791Z] ---> Running in d8372983e412 [2021-05-03T17:18:04.791Z] ---> Running in 0fd1e023061e [2021-05-03T17:18:05.541Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-05-03T17:18:05.783Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:18:06.381Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:18:06.656Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:18:06.656Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:18:06.656Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:18:06.656Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:18:07.255Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:18:07.531Z] OK: 218 MiB in 52 packages [2021-05-03T17:18:07.808Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:18:07.808Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:18:08.084Z] OK: 218 MiB in 52 packages [2021-05-03T17:18:08.691Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:18:08.961Z] Removing intermediate container 0822bbe910f7 [2021-05-03T17:18:08.961Z] ---> afc54ba8dff5 [2021-05-03T17:18:08.961Z] Step 6/23 : COPY go.mod . [2021-05-03T17:18:09.558Z] Removing intermediate container 7c8477a6c640 [2021-05-03T17:18:09.558Z] ---> dc77d758f655 [2021-05-03T17:18:09.558Z] Step 6/23 : COPY go.mod . [2021-05-03T17:18:09.558Z] OK: 218 MiB in 52 packages [2021-05-03T17:18:09.831Z] ---> 3719e00623f3 [2021-05-03T17:18:09.831Z] Step 7/23 : RUN go mod download [2021-05-03T17:18:09.831Z] ---> Running in bbcc6feb9830 [2021-05-03T17:18:10.105Z] ---> 1d0b9c6f8bae [2021-05-03T17:18:10.105Z] Step 7/23 : RUN go mod download [2021-05-03T17:18:10.384Z] OK: 218 MiB in 52 packages [2021-05-03T17:18:10.384Z] ---> Running in 273e87889db4 [2021-05-03T17:18:10.983Z] Removing intermediate container 0fd1e023061e [2021-05-03T17:18:11.257Z] ---> 8d39458eb0b2 [2021-05-03T17:18:11.257Z] Step 6/22 : COPY go.mod . [2021-05-03T17:18:12.241Z] Removing intermediate container 682938761b4c [2021-05-03T17:18:12.241Z] ---> 1a6ba46c57a9 [2021-05-03T17:18:12.241Z] Step 6/21 : COPY go.mod . [2021-05-03T17:18:12.241Z] ---> 2ba5361c1dad [2021-05-03T17:18:12.241Z] Step 7/22 : RUN go mod download [2021-05-03T17:18:12.532Z] ---> Running in a8730b0ea795 [2021-05-03T17:18:12.532Z] OK: 218 MiB in 52 packages [2021-05-03T17:18:13.141Z] ---> 127959171b5a [2021-05-03T17:18:13.141Z] Step 7/21 : RUN go mod download [2021-05-03T17:18:13.417Z] ---> Running in b955bb2f1904 [2021-05-03T17:18:14.016Z] Removing intermediate container bbcc6feb9830 [2021-05-03T17:18:14.016Z] ---> c625264cc92d [2021-05-03T17:18:14.016Z] Step 8/23 : COPY . . [2021-05-03T17:18:14.290Z] Removing intermediate container 273e87889db4 [2021-05-03T17:18:14.290Z] ---> a3dd094d4b8a [2021-05-03T17:18:14.290Z] Step 8/23 : COPY . . [2021-05-03T17:18:14.564Z] Removing intermediate container d8372983e412 [2021-05-03T17:18:14.564Z] ---> 52368135b5a6 [2021-05-03T17:18:14.564Z] Step 6/23 : COPY go.mod . [2021-05-03T17:18:16.577Z] ---> 39049b2eac27 [2021-05-03T17:18:16.577Z] Step 7/23 : RUN go mod download [2021-05-03T17:18:17.569Z] ---> Running in 604a0d4d91bc [2021-05-03T17:18:17.569Z] Removing intermediate container a8730b0ea795 [2021-05-03T17:18:17.569Z] ---> 4784db6edd2c [2021-05-03T17:18:17.569Z] Step 8/22 : COPY . . [2021-05-03T17:18:17.781Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-05-03T17:18:17.781Z] Pulling go-build-helper [2021-05-03T17:18:17.781Z] + snapcraftctl pull [2021-05-03T17:18:17.781Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-05-03T17:18:17.781Z] Skipping pull go-build-helper (already ran) [2021-05-03T17:18:17.781Z] Building go-build-helper [2021-05-03T17:18:17.781Z] + snapcraftctl build [2021-05-03T17:18:17.842Z] Removing intermediate container b955bb2f1904 [2021-05-03T17:18:17.842Z] ---> ef0fab8ed63f [2021-05-03T17:18:17.842Z] Step 8/21 : COPY . . [2021-05-03T17:18:19.692Z] Staging go-build-helper [2021-05-03T17:18:19.693Z] + snapcraftctl stage [2021-05-03T17:18:24.583Z] Removing intermediate container 604a0d4d91bc [2021-05-03T17:18:24.583Z] ---> fb90e97c01cd [2021-05-03T17:18:24.583Z] Step 8/23 : COPY . . [2021-05-03T17:18:29.690Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-05-03T17:18:29.690Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-05-03T17:18:29.690Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] [2021-05-03T17:18:29.690Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-05-03T17:18:29.690Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-05-03T17:18:29.690Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-05-03T17:18:29.690Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] [2021-05-03T17:18:29.690Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-05-03T17:18:29.690Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-05-03T17:18:29.690Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] [2021-05-03T17:18:29.690Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-05-03T17:18:29.690Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] [2021-05-03T17:18:29.690Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] [2021-05-03T17:18:29.690Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-05-03T17:18:29.690Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-05-03T17:18:29.690Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-05-03T17:18:29.690Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-05-03T17:18:29.690Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] [2021-05-03T17:18:29.690Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-05-03T17:18:29.690Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] [2021-05-03T17:18:29.690Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] [2021-05-03T17:18:29.690Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] [2021-05-03T17:18:29.690Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-05-03T17:18:29.690Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] [2021-05-03T17:18:29.690Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] [2021-05-03T17:18:29.690Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] [2021-05-03T17:18:29.690Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] [2021-05-03T17:18:29.691Z] Fetched 24.5 MB in 0s (0 B/s) [2021-05-03T17:18:29.691Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-03T17:18:29.691Z] Fetched 224 kB in 0s (0 B/s) [2021-05-03T17:18:29.691Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-03T17:18:29.691Z] Fetched 157 kB in 0s (0 B/s) [2021-05-03T17:18:29.691Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-03T17:18:29.691Z] Fetched 221 kB in 0s (0 B/s) [2021-05-03T17:18:29.691Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-03T17:18:29.691Z] Fetched 143 kB in 0s (0 B/s) [2021-05-03T17:18:29.691Z] Pulling app-service-config [2021-05-03T17:18:29.691Z] + snapcraftctl pull [2021-05-03T17:18:30.636Z] Cloning into '/root/parts/app-service-config/src'... [2021-05-03T17:18:31.207Z] Pulling config-common [2021-05-03T17:18:31.207Z] + snapcraftctl pull [2021-05-03T17:18:35.412Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T17:18:35.412Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T17:18:35.412Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T17:18:35.412Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T17:18:35.412Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-05-03T17:18:35.412Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T17:18:35.412Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-05-03T17:18:35.412Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T17:18:35.412Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-05-03T17:18:35.412Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T17:18:35.412Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-05-03T17:18:35.412Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T17:18:35.412Z] Pulling edgex-go [2021-05-03T17:18:35.412Z] + snapcraftctl pull [2021-05-03T17:18:43.339Z] ---> 665107991f0d [2021-05-03T17:18:43.340Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-03T17:18:43.340Z] ---> d1c7eedec4b2 [2021-05-03T17:18:43.340Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-03T17:18:43.340Z] ---> 5066827bd1b8 [2021-05-03T17:18:43.340Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-03T17:18:43.340Z] ---> Running in eb60ec8373af [2021-05-03T17:18:43.340Z] ---> 507b784dc031 [2021-05-03T17:18:43.340Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-03T17:18:43.340Z] ---> Running in 8abb6c8081c8 [2021-05-03T17:18:43.340Z] ---> Running in 0ac36296715e [2021-05-03T17:18:43.340Z] ---> Running in e3ed4b537b9e [2021-05-03T17:18:43.340Z] ---> 78616e938333 [2021-05-03T17:18:43.340Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-03T17:18:43.340Z] ---> Running in 4771815ca36b [2021-05-03T17:18:44.327Z] 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-05-03T17:18:44.327Z] 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-05-03T17:18:44.924Z] 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-05-03T17:18:44.924Z] 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-05-03T17:18:45.201Z] 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-05-03T17:18:57.383Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-05-03T17:18:57.383Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-05-03T17:18:57.383Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-05-03T17:18:57.383Z] Fetched 0 B in 0s (0 B/s) [2021-05-03T17:18:57.383Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-05-03T17:18:57.383Z] Fetched 96.5 kB in 0s (0 B/s) [2021-05-03T17:18:57.383Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-05-03T17:18:57.383Z] Fetched 279 kB in 0s (0 B/s) [2021-05-03T17:18:57.383Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-05-03T17:18:57.383Z] Fetched 122 kB in 0s (0 B/s) [2021-05-03T17:18:57.383Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-05-03T17:18:57.383Z] Fetched 77.8 kB in 0s (0 B/s) [2021-05-03T17:18:57.383Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-05-03T17:18:57.383Z] Fetched 8848 B in 0s (0 B/s) [2021-05-03T17:18:57.383Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-05-03T17:18:57.383Z] Fetched 47.8 kB in 0s (0 B/s) [2021-05-03T17:18:57.383Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-05-03T17:18:57.383Z] Fetched 45.6 kB in 0s (0 B/s) [2021-05-03T17:18:57.383Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-05-03T17:18:57.383Z] Fetched 15.0 kB in 0s (0 B/s) [2021-05-03T17:18:57.383Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-05-03T17:18:57.384Z] Fetched 219 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-05-03T17:18:57.384Z] Fetched 154 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-05-03T17:18:57.384Z] Fetched 50.6 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-05-03T17:18:57.384Z] Fetched 14.8 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-05-03T17:18:57.384Z] Fetched 41.8 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-05-03T17:18:57.384Z] Fetched 499 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-05-03T17:18:57.384Z] Fetched 111 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-05-03T17:18:57.384Z] Fetched 240 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-05-03T17:18:57.384Z] Fetched 29.3 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-05-03T17:18:57.384Z] Fetched 85.5 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-05-03T17:18:57.384Z] Fetched 24.5 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-05-03T17:18:57.384Z] Fetched 49.2 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-05-03T17:18:57.384Z] Fetched 54.2 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-05-03T17:18:57.384Z] Fetched 30.8 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-05-03T17:18:57.384Z] Fetched 15.8 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-05-03T17:18:57.384Z] Fetched 85.9 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-05-03T17:18:57.384Z] Fetched 8720 B in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-05-03T17:18:57.384Z] Fetched 137 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-05-03T17:18:57.384Z] Fetched 119 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-05-03T17:18:57.384Z] Fetched 110 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-05-03T17:18:57.384Z] Fetched 11.1 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-05-03T17:18:57.384Z] Fetched 645 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-05-03T17:18:57.384Z] Fetched 41.3 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-05-03T17:18:57.384Z] Fetched 17.9 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-05-03T17:18:57.384Z] Fetched 368 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-05-03T17:18:57.384Z] Fetched 187 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-05-03T17:18:57.384Z] Fetched 175 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-05-03T17:18:57.384Z] Fetched 206 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-05-03T17:18:57.384Z] Fetched 1301 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-05-03T17:18:57.384Z] Fetched 36.2 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-05-03T17:18:57.384Z] Fetched 159 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-05-03T17:18:57.384Z] Fetched 107 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-05-03T17:18:57.384Z] Fetched 48.7 kB in 0s (0 B/s) [2021-05-03T17:18:57.384Z] Pulling static-packages [2021-05-03T17:18:57.384Z] + snapcraftctl pull [2021-05-03T17:18:57.384Z] Pulling version [2021-05-03T17:18:57.384Z] + cd /root/project [2021-05-03T17:18:57.384Z] + [ -f VERSION ] [2021-05-03T17:18:57.384Z] + PROJECT_VERSION=local-dev [2021-05-03T17:18:57.384Z] + git rev-parse --short HEAD [2021-05-03T17:18:57.384Z] + GIT_REVISION=1591d49b [2021-05-03T17:18:57.384Z] + snapcraftctl set-version local-dev [2021-05-03T17:18:57.384Z] Skipping build go-build-helper (already ran) [2021-05-03T17:18:57.384Z] Building app-service-config [2021-05-03T17:18:57.384Z] + make build [2021-05-03T17:18:57.384Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-05-03T17:18:58.767Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 [2021-05-03T17:18:59.027Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 [2021-05-03T17:18:59.027Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 [2021-05-03T17:18:59.027Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 [2021-05-03T17:18:59.027Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 [2021-05-03T17:18:59.287Z] go: downloading github.com/pelletier/go-toml v1.9.0 [2021-05-03T17:18:59.287Z] go: downloading github.com/google/uuid v1.2.0 [2021-05-03T17:18:59.287Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 [2021-05-03T17:18:59.547Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-05-03T17:18:59.547Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 [2021-05-03T17:18:59.547Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-05-03T17:18:59.547Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-05-03T17:18:59.547Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-05-03T17:18:59.808Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-05-03T17:18:59.808Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-05-03T17:18:59.808Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-05-03T17:18:59.808Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-05-03T17:18:59.808Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-05-03T17:18:59.808Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-05-03T17:18:59.808Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-05-03T17:19:00.070Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-05-03T17:19:00.070Z] go: downloading github.com/fatih/color v1.9.0 [2021-05-03T17:19:00.070Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-05-03T17:19:00.070Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-05-03T17:19:00.070Z] go: downloading github.com/go-playground/validator/v10 v10.5.0 [2021-05-03T17:19:00.070Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-05-03T17:19:00.070Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-05-03T17:19:00.333Z] go: downloading golang.org/x/text v0.3.2 [2021-05-03T17:19:00.333Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-05-03T17:19:00.333Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-05-03T17:19:00.333Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-05-03T17:19:00.333Z] go: downloading github.com/x448/float16 v0.8.4 [2021-05-03T17:19:00.333Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-05-03T17:19:00.333Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-05-03T17:19:00.333Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-05-03T17:19:00.333Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-05-03T17:19:00.333Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-05-03T17:19:00.333Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-05-03T17:19:00.333Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-05-03T17:19:00.333Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-05-03T17:19:00.595Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-05-03T17:19:00.595Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-05-03T17:19:00.595Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-05-03T17:19:00.595Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-05-03T17:19:00.595Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-05-03T17:19:10.594Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-05-03T17:19:10.594Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-05-03T17:19:10.594Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-05-03T17:19:10.594Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-05-03T17:19:11.165Z] Building config-common [2021-05-03T17:19:11.165Z] + snapcraftctl build [2021-05-03T17:19:13.076Z] Building edgex-go [2021-05-03T17:19:13.344Z] + cd /root/parts/edgex-go/src [2021-05-03T17:19:13.344Z] + make build [2021-05-03T17:19:13.344Z] 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-05-03T17:19:13.919Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 [2021-05-03T17:19:13.919Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-05-03T17:19:13.919Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 [2021-05-03T17:19:13.919Z] go: downloading github.com/pkg/errors v0.8.1 [2021-05-03T17:19:13.919Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-05-03T17:19:17.216Z] 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-05-03T17:19:17.216Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-05-03T17:19:22.506Z] 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-05-03T17:19:23.888Z] 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-05-03T17:19:25.273Z] 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-05-03T17:19:25.844Z] 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-05-03T17:19:25.844Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-05-03T17:19:26.102Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-05-03T17:19:26.102Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-05-03T17:19:26.102Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-05-03T17:19:28.014Z] 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-05-03T17:19:28.014Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-05-03T17:19:28.014Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-05-03T17:19:29.394Z] 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-05-03T17:19:30.777Z] 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-05-03T17:19:32.164Z] 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-05-03T17:19:33.105Z] 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-05-03T17:19:33.105Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-05-03T17:19:34.491Z] 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-05-03T17:19:34.491Z] go: downloading github.com/lib/pq v1.10.1 [2021-05-03T17:19:36.404Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-05-03T17:19:36.404Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-05-03T17:19:36.404Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-05-03T17:19:36.404Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-05-03T17:19:36.404Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-05-03T17:19:36.404Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-05-03T17:19:36.404Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-05-03T17:19:36.404Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-05-03T17:19:36.404Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-05-03T17:19:36.404Z] + 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-05-03T17:19:36.404Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-05-03T17:19:36.404Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-05-03T17:19:36.404Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-05-03T17:19:36.404Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-05-03T17:19:36.404Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-05-03T17:19:36.404Z] + 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-05-03T17:19:39.705Z] Building static-packages [2021-05-03T17:19:39.705Z] + snapcraftctl build [2021-05-03T17:19:41.627Z] Building version [2021-05-03T17:19:41.627Z] + snapcraftctl build [2021-05-03T17:19:43.541Z] Skipping stage go-build-helper (already ran) [2021-05-03T17:19:43.541Z] Staging app-service-config [2021-05-03T17:19:43.541Z] + snapcraftctl stage [2021-05-03T17:19:44.118Z] Staging config-common [2021-05-03T17:19:44.379Z] + snapcraftctl stage [2021-05-03T17:19:45.445Z] Staging edgex-go [2021-05-03T17:19:45.445Z] + snapcraftctl stage [2021-05-03T17:19:46.451Z] Staging static-packages [2021-05-03T17:19:46.451Z] + snapcraftctl stage [2021-05-03T17:19:47.391Z] Staging version [2021-05-03T17:19:47.391Z] + snapcraftctl stage [2021-05-03T17:19:48.332Z] Priming go-build-helper [2021-05-03T17:19:48.332Z] + snapcraftctl prime [2021-05-03T17:19:49.271Z] Priming app-service-config [2021-05-03T17:19:49.271Z] + snapcraftctl prime [2021-05-03T17:19:50.211Z] Priming config-common [2021-05-03T17:19:50.211Z] + snapcraftctl prime [2021-05-03T17:19:51.152Z] Priming edgex-go [2021-05-03T17:19:51.152Z] + snapcraftctl prime [2021-05-03T17:19:52.091Z] Priming static-packages [2021-05-03T17:19:52.091Z] + snapcraftctl prime [2021-05-03T17:19:54.633Z] Priming version [2021-05-03T17:19:54.633Z] + snapcraftctl prime [2021-05-03T17:19:55.574Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-03T17:20:37.066Z] 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-05-03T17:20:45.371Z] Removing intermediate container 0ac36296715e [2021-05-03T17:20:45.371Z] ---> daf7029733ab [2021-05-03T17:20:45.371Z] [2021-05-03T17:20:45.371Z] Step 10/21 : FROM alpine:3.12 [2021-05-03T17:20:45.371Z] 3.12: Pulling from library/alpine [2021-05-03T17:20:46.359Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-03T17:20:46.359Z] Status: Downloaded newer image for alpine:3.12 [2021-05-03T17:20:46.359Z] ---> 9852663dfa18 [2021-05-03T17:20:46.359Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-03T17:20:46.359Z] Removing intermediate container 8abb6c8081c8 [2021-05-03T17:20:46.359Z] ---> de14438d5e55 [2021-05-03T17:20:46.359Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-03T17:20:46.970Z] ---> Running in fdb66f73cc87 [2021-05-03T17:20:46.970Z] ---> Running in 462bd4974efd [2021-05-03T17:20:49.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:20:49.611Z] 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-05-03T17:20:49.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:20:50.508Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-03T17:20:50.508Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T17:20:50.508Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-03T17:20:50.508Z] (4/4) Installing curl (7.76.1-r0) [2021-05-03T17:20:50.508Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:20:50.808Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T17:20:51.085Z] OK: 7 MiB in 18 packages [2021-05-03T17:20:52.535Z] Removing intermediate container eb60ec8373af [2021-05-03T17:20:52.536Z] ---> 395a7c246bdb [2021-05-03T17:20:52.536Z] [2021-05-03T17:20:52.536Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T17:20:52.536Z] ---> 9852663dfa18 [2021-05-03T17:20:52.536Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T17:20:53.144Z] ---> Running in 3d8d15beb08c [2021-05-03T17:20:54.593Z] Removing intermediate container fdb66f73cc87 [2021-05-03T17:20:54.593Z] ---> 80dd2b53066c [2021-05-03T17:20:54.593Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T17:20:54.864Z] ---> Running in 1a1bc6ccc72a [2021-05-03T17:20:55.138Z] Removing intermediate container 462bd4974efd [2021-05-03T17:20:55.138Z] ---> fb0bb9a360c4 [2021-05-03T17:20:55.138Z] [2021-05-03T17:20:55.138Z] Step 11/23 : FROM docker:20.10.0 [2021-05-03T17:20:55.138Z] 20.10.0: Pulling from library/docker [2021-05-03T17:20:55.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:20:55.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:20:56.019Z] Removing intermediate container 1a1bc6ccc72a [2021-05-03T17:20:56.019Z] ---> 7d1de32cbb1a [2021-05-03T17:20:56.019Z] Step 13/21 : WORKDIR /edgex [2021-05-03T17:20:56.019Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T17:20:56.294Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:20:56.294Z] OK: 5 MiB in 15 packages [2021-05-03T17:20:56.574Z] ---> Running in f695786b1c25 [2021-05-03T17:20:57.172Z] Removing intermediate container e3ed4b537b9e [2021-05-03T17:20:57.172Z] ---> 7981e95ec693 [2021-05-03T17:20:57.172Z] [2021-05-03T17:20:57.172Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T17:20:57.172Z] ---> 9852663dfa18 [2021-05-03T17:20:57.172Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-03T17:20:57.776Z] ---> Running in 2d0471f9bb5f [2021-05-03T17:20:58.050Z] Removing intermediate container f695786b1c25 [2021-05-03T17:20:58.050Z] ---> 6267b28b2350 [2021-05-03T17:20:58.050Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-03T17:20:58.651Z] Removing intermediate container 3d8d15beb08c [2021-05-03T17:20:58.651Z] ---> 7a0c6a672587 [2021-05-03T17:20:58.651Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T17:20:59.637Z] ---> Running in f1a4ab091e7e [2021-05-03T17:20:59.919Z] ---> e29af524eed0 [2021-05-03T17:20:59.919Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-03T17:20:59.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:21:00.196Z] Removing intermediate container f1a4ab091e7e [2021-05-03T17:21:00.197Z] ---> f6a3b4034561 [2021-05-03T17:21:00.197Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-03T17:21:00.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:21:00.476Z] ---> Running in 8279cf59b27d [2021-05-03T17:21:00.754Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-03T17:21:00.754Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:21:01.025Z] OK: 5 MiB in 15 packages [2021-05-03T17:21:01.299Z] Removing intermediate container 8279cf59b27d [2021-05-03T17:21:01.299Z] ---> 677c39f61779 [2021-05-03T17:21:01.299Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T17:21:01.921Z] ---> fd45511c4e67 [2021-05-03T17:21:01.921Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-03T17:21:01.922Z] ---> Running in fa97d24f2483 [2021-05-03T17:21:02.919Z] Removing intermediate container fa97d24f2483 [2021-05-03T17:21:02.919Z] ---> 0e966b1fedaf [2021-05-03T17:21:02.919Z] Step 15/23 : WORKDIR / [2021-05-03T17:21:03.191Z] Removing intermediate container 2d0471f9bb5f [2021-05-03T17:21:03.191Z] ---> 9c42cf4aca7d [2021-05-03T17:21:03.191Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T17:21:03.467Z] ---> Running in 257fcede0784 [2021-05-03T17:21:03.872Z] ---> Running in 6154a8274f38 [2021-05-03T17:21:04.268Z] ---> 61a6fc722a29 [2021-05-03T17:21:04.268Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-03T17:21:04.268Z] ---> Running in 5ea658f48202 [2021-05-03T17:21:04.558Z] Removing intermediate container 257fcede0784 [2021-05-03T17:21:04.558Z] ---> 093216287dfb [2021-05-03T17:21:04.558Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:21:04.558Z] Removing intermediate container 6154a8274f38 [2021-05-03T17:21:04.558Z] ---> 6a5283f557e4 [2021-05-03T17:21:04.558Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-03T17:21:04.860Z] ---> Running in 8e4fcc2f8ffd [2021-05-03T17:21:05.515Z] Removing intermediate container 5ea658f48202 [2021-05-03T17:21:05.515Z] ---> 194c12028ac6 [2021-05-03T17:21:05.515Z] Step 18/21 : CMD ["--init=true"] [2021-05-03T17:21:06.144Z] Removing intermediate container 8e4fcc2f8ffd [2021-05-03T17:21:06.145Z] ---> 75e9f7811bbd [2021-05-03T17:21:06.145Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T17:21:06.416Z] ---> Running in bce3247aa0c8 [2021-05-03T17:21:06.697Z] ---> Running in c93ba649f0ab [2021-05-03T17:21:06.697Z] ---> 5b60a63e87d7 [2021-05-03T17:21:06.697Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-03T17:21:07.306Z] Removing intermediate container bce3247aa0c8 [2021-05-03T17:21:07.306Z] ---> b282d05629ef [2021-05-03T17:21:07.306Z] Step 19/21 : LABEL arch=arm64 [2021-05-03T17:21:07.914Z] Removing intermediate container c93ba649f0ab [2021-05-03T17:21:07.914Z] ---> 091346b4268c [2021-05-03T17:21:07.914Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:21:08.190Z] ---> Running in 2c6994f540e0 [2021-05-03T17:21:09.176Z] ---> 2473fc42576a [2021-05-03T17:21:09.176Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-03T17:21:09.458Z] Removing intermediate container 2c6994f540e0 [2021-05-03T17:21:09.731Z] ---> 8b0132f78471 [2021-05-03T17:21:09.731Z] ---> 67cbe1aba547 [2021-05-03T17:21:09.731Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-03T17:21:09.731Z] Step 20/21 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:21:10.002Z] Removing intermediate container 4771815ca36b [2021-05-03T17:21:10.002Z] ---> f2c238b063d0 [2021-05-03T17:21:10.002Z] [2021-05-03T17:21:10.002Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T17:21:10.002Z] ---> 9852663dfa18 [2021-05-03T17:21:10.002Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-03T17:21:10.274Z] ---> Running in f8550e6a66d6 [2021-05-03T17:21:10.549Z] ---> Running in aa0bba1f738c [2021-05-03T17:21:10.549Z] ---> be16daa217ee [2021-05-03T17:21:10.549Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-03T17:21:10.839Z] ---> Running in 9dd68d9c5e1b [2021-05-03T17:21:10.839Z] Removing intermediate container f8550e6a66d6 [2021-05-03T17:21:10.839Z] ---> a49ed0268524 [2021-05-03T17:21:10.839Z] Step 21/21 : LABEL version=0.0.0 [2021-05-03T17:21:11.112Z] Removing intermediate container aa0bba1f738c [2021-05-03T17:21:11.112Z] ---> 7ad0e4e06861 [2021-05-03T17:21:11.112Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-03T17:21:11.112Z] ---> Running in d508f0a610a7 [2021-05-03T17:21:11.112Z] ---> 1c95959cd280 [2021-05-03T17:21:11.112Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-03T17:21:11.388Z] ---> Running in 9a1c6bc1a4fe [2021-05-03T17:21:11.388Z] Removing intermediate container 9dd68d9c5e1b [2021-05-03T17:21:11.388Z] ---> 94b9e04ce73f [2021-05-03T17:21:11.388Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:21:11.663Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-03T17:21:11.663Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-03T17:21:11.663Z] ---> eeaf43b92773 [2021-05-03T17:21:11.663Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-03T17:21:11.663Z] ---> Running in d85520c9d417 [2021-05-03T17:21:11.942Z] Removing intermediate container d508f0a610a7 [2021-05-03T17:21:11.942Z] ---> fa4cba086f88 [2021-05-03T17:21:11.942Z] [2021-05-03T17:21:11.942Z] ---> Running in 0ea7d8f9ef6b [2021-05-03T17:21:11.942Z] Removing intermediate container 9a1c6bc1a4fe [2021-05-03T17:21:11.942Z] ---> e26198a186de [2021-05-03T17:21:11.942Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-03T17:21:12.216Z] ---> Running in 3c0f2fa00d19 [2021-05-03T17:21:12.216Z] ---> 74ce9da3412e [2021-05-03T17:21:12.216Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-03T17:21:12.502Z] ---> Running in 98f9da57983f [2021-05-03T17:21:12.502Z] Removing intermediate container d85520c9d417 [2021-05-03T17:21:12.502Z] ---> 56ede9ee65f1 [2021-05-03T17:21:12.502Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T17:21:12.502Z] Successfully built fa4cba086f88 [2021-05-03T17:21:12.502Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-03T17:21:12.502Z] Removing intermediate container 0ea7d8f9ef6b [2021-05-03T17:21:12.502Z]  Building docker-security-proxy-setup-go ... done  ---> b18a60fc604b [2021-05-03T17:21:12.502Z] Building docker-security-bootstrapper-go [2021-05-03T17:21:12.502Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-03T17:21:12.779Z] ---> Running in 2f918559d902 [2021-05-03T17:21:12.779Z] ---> Running in d062a225c785 [2021-05-03T17:21:12.779Z] Removing intermediate container 3c0f2fa00d19 [2021-05-03T17:21:12.779Z] ---> 81f86fea3d64 [2021-05-03T17:21:12.779Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:21:13.061Z] Removing intermediate container 98f9da57983f [2021-05-03T17:21:13.061Z] ---> 91a90fccf6fd [2021-05-03T17:21:13.061Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:21:13.334Z] ---> Running in 0f7ce2c8146e [2021-05-03T17:21:13.334Z] ---> Running in c518376871e2 [2021-05-03T17:21:13.615Z] Removing intermediate container 2f918559d902 [2021-05-03T17:21:13.615Z] ---> d22f9d7bcac8 [2021-05-03T17:21:13.615Z] Step 22/23 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:21:13.615Z] ---> Running in 4d7c84facd9d [2021-05-03T17:21:14.222Z] Removing intermediate container c518376871e2 [2021-05-03T17:21:14.222Z] ---> 653669a92ccd [2021-05-03T17:21:14.222Z] Step 20/22 : LABEL arch=arm64 [2021-05-03T17:21:14.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:21:15.109Z] ---> Running in be26be53fe69 [2021-05-03T17:21:15.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:21:15.109Z] Removing intermediate container 4d7c84facd9d [2021-05-03T17:21:15.109Z] ---> 7852b8eeeeb8 [2021-05-03T17:21:15.109Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T17:21:15.736Z] (1/39) Installing readline (8.0.4-r0) [2021-05-03T17:21:15.736Z] (2/39) Installing bash (5.0.17-r0) [2021-05-03T17:21:15.736Z] ---> Running in db00dcdeaea7 [2021-05-03T17:21:15.736Z] Executing bash-5.0.17-r0.post-install [2021-05-03T17:21:15.736Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T17:21:15.736Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-03T17:21:15.736Z] (5/39) Installing curl (7.76.1-r0) [2021-05-03T17:21:16.017Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-03T17:21:16.017Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-03T17:21:16.017Z] (8/39) Installing expat (2.2.9-r1) [2021-05-03T17:21:16.017Z] (9/39) Installing libffi (3.3-r2) [2021-05-03T17:21:16.017Z] (10/39) Installing gdbm (1.13-r1) [2021-05-03T17:21:16.017Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-03T17:21:16.017Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-03T17:21:16.017Z] (13/39) Installing python3 (3.8.8-r0) [2021-05-03T17:21:16.648Z] Removing intermediate container be26be53fe69 [2021-05-03T17:21:16.648Z] ---> e29716775b31 [2021-05-03T17:21:16.648Z] Step 21/22 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:21:16.932Z] Removing intermediate container db00dcdeaea7 [2021-05-03T17:21:16.932Z] ---> 72b23e16042f [2021-05-03T17:21:16.932Z] [2021-05-03T17:21:17.206Z] ---> Running in 58b38c3dde21 [2021-05-03T17:21:17.479Z] Successfully built 72b23e16042f [2021-05-03T17:21:17.750Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-03T17:21:17.750Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-05-03T17:21:17.750Z] Removing intermediate container 0f7ce2c8146e [2021-05-03T17:21:17.750Z] ---> a029b0d675c4 [2021-05-03T17:21:17.750Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-03T17:21:18.025Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-03T17:21:18.025Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-03T17:21:18.025Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-03T17:21:18.025Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-03T17:21:18.025Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-03T17:21:18.025Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-03T17:21:18.025Z] Removing intermediate container 58b38c3dde21 [2021-05-03T17:21:18.025Z] ---> 07fc6d3ff800 [2021-05-03T17:21:18.025Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T17:21:18.299Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-03T17:21:18.299Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-03T17:21:18.299Z] ---> Running in 7b599cdb41c1 [2021-05-03T17:21:18.299Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-03T17:21:18.299Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-03T17:21:18.299Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-03T17:21:18.299Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-03T17:21:18.299Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-03T17:21:18.299Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-03T17:21:18.577Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-03T17:21:18.577Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-03T17:21:18.577Z] ---> Running in 9c20cb14e054 [2021-05-03T17:21:18.577Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-03T17:21:18.577Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-03T17:21:18.577Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-03T17:21:18.577Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-03T17:21:18.577Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-03T17:21:18.577Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-03T17:21:18.577Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-03T17:21:18.577Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-03T17:21:18.577Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-03T17:21:18.856Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-03T17:21:18.856Z] Executing busybox-1.31.1-r19.trigger [2021-05-03T17:21:18.856Z] OK: 72 MiB in 59 packages [2021-05-03T17:21:19.463Z] Removing intermediate container 9c20cb14e054 [2021-05-03T17:21:19.463Z] ---> ac97c83dd38b [2021-05-03T17:21:19.463Z] [2021-05-03T17:21:20.063Z] Successfully built ac97c83dd38b [2021-05-03T17:21:20.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:21:20.063Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-03T17:21:20.063Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-05-03T17:21:20.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:21:21.645Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-03T17:21:21.645Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-03T17:21:21.645Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-03T17:21:21.645Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-03T17:21:21.916Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-03T17:21:21.916Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-03T17:21:22.190Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:21:22.190Z] OK: 8 MiB in 20 packages [2021-05-03T17:21:23.166Z] Collecting docker-compose==1.23.2 [2021-05-03T17:21:23.436Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-03T17:21:24.958Z] Collecting texttable<0.10,>=0.9.0 [2021-05-03T17:21:24.958Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-03T17:21:25.935Z] Removing intermediate container 7b599cdb41c1 [2021-05-03T17:21:25.935Z] ---> 71179651db6f [2021-05-03T17:21:25.935Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:21:27.378Z] ---> f3949b5e5a93 [2021-05-03T17:21:27.379Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-03T17:21:28.368Z] Collecting docker<4.0,>=3.6.0 [2021-05-03T17:21:28.368Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-03T17:21:28.647Z] 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-05-03T17:21:29.244Z] ---> 2c0daeae0651 [2021-05-03T17:21:29.244Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-03T17:21:29.848Z] Collecting PyYAML<4,>=3.10 [2021-05-03T17:21:29.848Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-03T17:21:30.835Z] ---> 04bce0f6c098 [2021-05-03T17:21:30.835Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-03T17:21:31.424Z] ---> Running in 659cdd0cbf1c [2021-05-03T17:21:32.421Z] Removing intermediate container 659cdd0cbf1c [2021-05-03T17:21:32.421Z] ---> f46f3c1f202b [2021-05-03T17:21:32.421Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:21:33.018Z] ---> Running in e0367b60dbd0 [2021-05-03T17:21:33.999Z] Removing intermediate container e0367b60dbd0 [2021-05-03T17:21:33.999Z] ---> a1fafa833337 [2021-05-03T17:21:33.999Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T17:21:33.999Z] Collecting cached-property<2,>=1.2.0 [2021-05-03T17:21:33.999Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-03T17:21:34.271Z] ---> Running in 7e0a661909fa [2021-05-03T17:21:34.545Z] Collecting jsonschema<3,>=2.5.1 [2021-05-03T17:21:34.545Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-03T17:21:34.830Z] Removing intermediate container 7e0a661909fa [2021-05-03T17:21:34.830Z] ---> 0e1c4b66fee6 [2021-05-03T17:21:34.830Z] Step 22/23 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:21:34.830Z] Collecting docopt<0.7,>=0.6.1 [2021-05-03T17:21:35.109Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-03T17:21:35.109Z] ---> Running in 4e1320b32491 [2021-05-03T17:21:35.704Z] Removing intermediate container 4e1320b32491 [2021-05-03T17:21:35.704Z] ---> 1b65b2049ad3 [2021-05-03T17:21:35.704Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T17:21:35.977Z] ---> Running in 9975a2af4c0e [2021-05-03T17:21:36.250Z] Removing intermediate container 9975a2af4c0e [2021-05-03T17:21:36.250Z] ---> dab41e5f7cfc [2021-05-03T17:21:36.250Z] [2021-05-03T17:21:37.233Z] Successfully built dab41e5f7cfc [2021-05-03T17:21:37.233Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-03T17:21:37.233Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-05-03T17:21:37.504Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-03T17:21:37.504Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-05-03T17:21:37.779Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-03T17:21:38.052Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-03T17:21:41.458Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-03T17:21:41.458Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-03T17:21:41.733Z] Collecting docker-pycreds>=0.4.0 [2021-05-03T17:21:41.733Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-03T17:21:42.007Z] Collecting idna<2.8,>=2.5 [2021-05-03T17:21:42.007Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-03T17:21:42.284Z] 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-05-03T17:21:42.284Z] 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-05-03T17:21:42.884Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-03T17:21:42.884Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-03T17:21:43.159Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-03T17:21:43.159Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-03T17:21:43.159Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-03T17:21:43.159Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-03T17:21:44.601Z] Installing collected packages: texttable, idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, cached-property, jsonschema, docopt, dockerpty, docker-compose [2021-05-03T17:21:44.602Z] Running setup.py install for texttable: started [2021-05-03T17:21:46.581Z] Running setup.py install for texttable: finished with status 'done' [2021-05-03T17:21:46.581Z] Attempting uninstall: idna [2021-05-03T17:21:46.581Z] Found existing installation: idna 2.9 [2021-05-03T17:21:46.581Z] Uninstalling idna-2.9: [2021-05-03T17:21:46.581Z] Successfully uninstalled idna-2.9 [2021-05-03T17:21:47.183Z] Attempting uninstall: urllib3 [2021-05-03T17:21:47.183Z] Found existing installation: urllib3 1.25.9 [2021-05-03T17:21:47.183Z] Uninstalling urllib3-1.25.9: [2021-05-03T17:21:47.459Z] Successfully uninstalled urllib3-1.25.9 [2021-05-03T17:21:48.062Z] Attempting uninstall: requests [2021-05-03T17:21:48.062Z] Found existing installation: requests 2.23.0 [2021-05-03T17:21:48.062Z] Uninstalling requests-2.23.0: [2021-05-03T17:21:48.062Z] Successfully uninstalled requests-2.23.0 [2021-05-03T17:21:49.049Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:21:49.049Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:21:49.049Z] ---> e2806d5ed42b [2021-05-03T17:21:49.049Z] Step 3/31 : WORKDIR /edgex-go [2021-05-03T17:21:49.049Z] ---> Using cache [2021-05-03T17:21:49.049Z] ---> cb8f9e22703f [2021-05-03T17:21:49.049Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:21:49.049Z] ---> Using cache [2021-05-03T17:21:49.049Z] ---> 7595162592d3 [2021-05-03T17:21:49.049Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-03T17:21:51.677Z] Running setup.py install for PyYAML: started [2021-05-03T17:21:52.666Z] ---> Running in cec776e7b019 [2021-05-03T17:21:54.660Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:21:54.660Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-03T17:21:54.935Z] Running setup.py install for docopt: started [2021-05-03T17:21:55.223Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:21:56.658Z] OK: 218 MiB in 52 packages [2021-05-03T17:21:57.260Z] Running setup.py install for docopt: finished with status 'done' [2021-05-03T17:21:57.260Z] Running setup.py install for dockerpty: started [2021-05-03T17:21:59.264Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-03T17:22:00.254Z] Removing intermediate container cec776e7b019 [2021-05-03T17:22:00.254Z] ---> 9c8d9ca244b7 [2021-05-03T17:22:00.254Z] Step 6/31 : COPY go.mod . [2021-05-03T17:22:00.254Z] 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-05-03T17:22:01.240Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:22:01.240Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:22:01.240Z] ---> e2806d5ed42b [2021-05-03T17:22:01.240Z] Step 3/22 : WORKDIR /edgex-go [2021-05-03T17:22:01.240Z] ---> Using cache [2021-05-03T17:22:01.240Z] ---> cb8f9e22703f [2021-05-03T17:22:01.240Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:22:01.240Z] ---> Using cache [2021-05-03T17:22:01.240Z] ---> 7595162592d3 [2021-05-03T17:22:01.240Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-03T17:22:01.583Z] ---> cb2a21dc1a54 [2021-05-03T17:22:01.583Z] Step 7/31 : RUN go mod download [2021-05-03T17:22:01.583Z] ---> Running in ca875a31cf4e [2021-05-03T17:22:02.073Z] ---> Running in 9162aaeec0df [2021-05-03T17:22:02.073Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:22:02.073Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:22:02.073Z] ---> e2806d5ed42b [2021-05-03T17:22:02.073Z] Step 3/24 : WORKDIR /edgex-go [2021-05-03T17:22:02.073Z] ---> Using cache [2021-05-03T17:22:02.073Z] ---> cb8f9e22703f [2021-05-03T17:22:02.073Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:22:02.073Z] ---> Using cache [2021-05-03T17:22:02.073Z] ---> 7595162592d3 [2021-05-03T17:22:02.073Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-03T17:22:02.073Z] ---> Using cache [2021-05-03T17:22:02.073Z] ---> 9c8d9ca244b7 [2021-05-03T17:22:02.073Z] Step 6/24 : COPY go.mod . [2021-05-03T17:22:02.073Z] ---> Using cache [2021-05-03T17:22:02.073Z] ---> cb2a21dc1a54 [2021-05-03T17:22:02.073Z] Step 7/24 : RUN go mod download [2021-05-03T17:22:02.586Z] ---> Running in d667dc4a885c [2021-05-03T17:22:04.722Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:22:05.323Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:22:06.324Z] OK: 218 MiB in 52 packages [2021-05-03T17:22:08.317Z] Removing intermediate container 9162aaeec0df [2021-05-03T17:22:08.317Z] ---> 3a6f3635b884 [2021-05-03T17:22:08.317Z] Step 8/31 : COPY . . [2021-05-03T17:22:08.317Z] Removing intermediate container d667dc4a885c [2021-05-03T17:22:08.317Z] ---> 3cf737dc0fb7 [2021-05-03T17:22:08.317Z] Step 8/24 : COPY . . [2021-05-03T17:22:08.924Z] Removing intermediate container ca875a31cf4e [2021-05-03T17:22:08.924Z] ---> a832f13688a4 [2021-05-03T17:22:08.924Z] Step 6/22 : COPY go.mod . [2021-05-03T17:22:10.919Z] ---> 810ec254dc79 [2021-05-03T17:22:10.919Z] Step 7/22 : RUN go mod download [2021-05-03T17:22:12.368Z] ---> Running in ac951150abf0 [2021-05-03T17:22:15.027Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-05-03T17:22:15.027Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-03T17:22:15.027Z] ---> e2806d5ed42b [2021-05-03T17:22:15.027Z] Step 3/23 : WORKDIR /edgex-go [2021-05-03T17:22:15.027Z] ---> Using cache [2021-05-03T17:22:15.027Z] ---> cb8f9e22703f [2021-05-03T17:22:15.027Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-03T17:22:15.027Z] ---> Using cache [2021-05-03T17:22:15.027Z] ---> 7595162592d3 [2021-05-03T17:22:15.027Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-03T17:22:15.027Z] ---> Using cache [2021-05-03T17:22:15.028Z] ---> 9c8d9ca244b7 [2021-05-03T17:22:15.028Z] Step 6/23 : COPY go.mod . [2021-05-03T17:22:15.028Z] ---> Using cache [2021-05-03T17:22:15.028Z] ---> cb2a21dc1a54 [2021-05-03T17:22:15.028Z] Step 7/23 : RUN go mod download [2021-05-03T17:22:15.028Z] ---> Using cache [2021-05-03T17:22:15.028Z] ---> 3cf737dc0fb7 [2021-05-03T17:22:15.028Z] Step 8/23 : COPY . . [2021-05-03T17:22:17.674Z] Removing intermediate container d062a225c785 [2021-05-03T17:22:17.674Z] ---> 2d2ba7f1c334 [2021-05-03T17:22:17.674Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-03T17:22:18.270Z] ---> Running in 741f391e7472 [2021-05-03T17:22:18.872Z] Removing intermediate container ac951150abf0 [2021-05-03T17:22:18.872Z] ---> 802d7d0f1313 [2021-05-03T17:22:18.872Z] Step 8/22 : COPY . . [2021-05-03T17:22:19.519Z] Removing intermediate container 741f391e7472 [2021-05-03T17:22:19.519Z] ---> 3cfbf5324b16 [2021-05-03T17:22:19.519Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-03T17:22:20.504Z] ---> Running in 8b45cbb0658b [2021-05-03T17:22:21.952Z] Removing intermediate container 8b45cbb0658b [2021-05-03T17:22:21.952Z] ---> 3b4f05734659 [2021-05-03T17:22:21.952Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-03T17:22:26.277Z] ---> b838c00eeda7 [2021-05-03T17:22:26.277Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-03T17:22:28.900Z] ---> cac300cc8275 [2021-05-03T17:22:28.900Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-03T17:22:30.890Z] ---> 824a6512caff [2021-05-03T17:22:30.890Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-03T17:22:31.512Z] ---> 589a8be9ea11 [2021-05-03T17:22:31.512Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-03T17:22:31.787Z] ---> 8bac576c35cb [2021-05-03T17:22:31.787Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-03T17:22:32.059Z] ---> Running in 2b089831f8da [2021-05-03T17:22:33.498Z] ---> Running in e3e83a3f5928 [2021-05-03T17:22:33.498Z] ---> Running in 997a22aff6cc [2021-05-03T17:22:34.947Z] Removing intermediate container 997a22aff6cc [2021-05-03T17:22:34.947Z] ---> 3e529f65040b [2021-05-03T17:22:34.947Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:22:34.947Z] 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-05-03T17:22:34.947Z] 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-05-03T17:22:35.550Z] ---> Running in a1ba5d1187d4 [2021-05-03T17:22:36.171Z] ---> bfa57cf092f4 [2021-05-03T17:22:36.171Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-03T17:22:36.789Z] Removing intermediate container a1ba5d1187d4 [2021-05-03T17:22:36.789Z] ---> 823090262390 [2021-05-03T17:22:36.789Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T17:22:36.789Z] ---> Running in 739bf7bccce6 [2021-05-03T17:22:37.091Z] ---> Running in 6df0858320ab [2021-05-03T17:22:39.093Z] Removing intermediate container 6df0858320ab [2021-05-03T17:22:39.093Z] ---> ac578550e95e [2021-05-03T17:22:39.093Z] Step 22/23 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:22:39.093Z] ---> Running in 3c6600de5689 [2021-05-03T17:22:40.081Z] Removing intermediate container 3c6600de5689 [2021-05-03T17:22:40.081Z] ---> 866ae5c9bbb8 [2021-05-03T17:22:40.081Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T17:22:40.081Z] 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-05-03T17:22:40.081Z] ---> Running in d41c045dd337 [2021-05-03T17:22:40.363Z] ---> f0d883dbb99f [2021-05-03T17:22:40.363Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-03T17:22:40.363Z] ---> Running in aa5b27bd71af [2021-05-03T17:22:40.969Z] Removing intermediate container d41c045dd337 [2021-05-03T17:22:40.969Z] ---> d5a3e94df338 [2021-05-03T17:22:40.969Z] [2021-05-03T17:22:41.956Z] Successfully built d5a3e94df338 [2021-05-03T17:22:41.956Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-03T17:22:42.555Z]  Building docker-sys-mgmt-agent-go ... done 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-05-03T17:24:04.366Z] 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-05-03T17:24:09.796Z] Removing intermediate container e3e83a3f5928 [2021-05-03T17:24:09.796Z] ---> 29bfb5add46c [2021-05-03T17:24:09.796Z] [2021-05-03T17:24:09.796Z] Step 10/31 : FROM alpine:3.12 [2021-05-03T17:24:09.796Z] ---> 9852663dfa18 [2021-05-03T17:24:09.796Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-03T17:24:09.796Z] Removing intermediate container 2b089831f8da [2021-05-03T17:24:09.796Z] ---> 5f1e170482aa [2021-05-03T17:24:09.796Z] [2021-05-03T17:24:09.796Z] Step 10/24 : FROM alpine:3.12 [2021-05-03T17:24:09.796Z] ---> 9852663dfa18 [2021-05-03T17:24:09.796Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-03T17:24:09.796Z] ---> Running in 96039b645105 [2021-05-03T17:24:10.074Z] ---> Running in 9b0712d1321a [2021-05-03T17:24:11.070Z] Removing intermediate container 96039b645105 [2021-05-03T17:24:11.071Z] ---> d60afee3d8a0 [2021-05-03T17:24:11.071Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-03T17:24:11.071Z] ---> Running in 389e4c7aa083 [2021-05-03T17:24:12.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:24:12.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:24:12.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:24:12.949Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-03T17:24:13.226Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-03T17:24:13.226Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-03T17:24:13.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:24:13.226Z] (4/6) Installing curl (7.76.1-r0) [2021-05-03T17:24:13.226Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-03T17:24:13.226Z] (6/6) Installing su-exec (0.2-r1) [2021-05-03T17:24:13.226Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:24:13.226Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T17:24:13.505Z] OK: 7 MiB in 20 packages [2021-05-03T17:24:13.781Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-03T17:24:13.781Z] (2/2) Installing su-exec (0.2-r1) [2021-05-03T17:24:13.781Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:24:13.781Z] OK: 5 MiB in 16 packages [2021-05-03T17:24:15.789Z] Removing intermediate container 389e4c7aa083 [2021-05-03T17:24:15.789Z] ---> 9beb290b9eba [2021-05-03T17:24:15.789Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-03T17:24:16.086Z] Removing intermediate container 9b0712d1321a [2021-05-03T17:24:16.086Z] ---> e66f4c5268e1 [2021-05-03T17:24:16.086Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-03T17:24:16.086Z] ---> Running in 290610d458d9 [2021-05-03T17:24:16.370Z] ---> Running in b0ab601b7704 [2021-05-03T17:24:17.000Z] Removing intermediate container 290610d458d9 [2021-05-03T17:24:17.000Z] ---> d12ab76c8627 [2021-05-03T17:24:17.000Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-03T17:24:17.318Z] Removing intermediate container b0ab601b7704 [2021-05-03T17:24:17.318Z] ---> 88f59b9c5d48 [2021-05-03T17:24:17.318Z] Step 13/24 : WORKDIR / [2021-05-03T17:24:17.318Z] ---> Running in f65c8d7a3464 [2021-05-03T17:24:17.589Z] ---> Running in a5201adb9928 [2021-05-03T17:24:18.186Z] Removing intermediate container f65c8d7a3464 [2021-05-03T17:24:18.186Z] ---> 93325b314b6e [2021-05-03T17:24:18.186Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-03T17:24:18.459Z] ---> Running in 0eecfe3196a6 [2021-05-03T17:24:18.459Z] Removing intermediate container a5201adb9928 [2021-05-03T17:24:18.459Z] ---> a016e216c06e [2021-05-03T17:24:18.459Z] 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-05-03T17:24:20.439Z] ---> 730646892840 [2021-05-03T17:24:20.439Z] 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-05-03T17:24:22.112Z] ---> 1c7758fabc5f [2021-05-03T17:24:22.112Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-03T17:24:23.146Z] Removing intermediate container 0eecfe3196a6 [2021-05-03T17:24:23.146Z] ---> b9daaef8e914 [2021-05-03T17:24:23.146Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-03T17:24:23.146Z] Removing intermediate container aa5b27bd71af [2021-05-03T17:24:23.146Z] ---> 05a60337f1bc [2021-05-03T17:24:23.146Z] [2021-05-03T17:24:23.146Z] Step 10/22 : FROM alpine:3.12 [2021-05-03T17:24:23.146Z] ---> 9852663dfa18 [2021-05-03T17:24:23.146Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-03T17:24:23.424Z] ---> Running in 4cab2d300120 [2021-05-03T17:24:23.424Z] ---> be56277ae4da [2021-05-03T17:24:23.424Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-03T17:24:23.424Z] ---> Running in d2bdc490f085 [2021-05-03T17:24:24.032Z] Removing intermediate container 4cab2d300120 [2021-05-03T17:24:24.032Z] ---> ae310c08e7ba [2021-05-03T17:24:24.309Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-03T17:24:25.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-03T17:24:25.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-03T17:24:25.569Z] ---> c3ffcb1c7b9c [2021-05-03T17:24:25.569Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-03T17:24:25.569Z] ---> a244d92598a2 [2021-05-03T17:24:25.569Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-03T17:24:25.842Z] ---> Running in e1e6d7835dcc [2021-05-03T17:24:26.117Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-03T17:24:26.404Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-03T17:24:26.404Z] Executing busybox-1.31.1-r20.trigger [2021-05-03T17:24:26.404Z] Executing ca-certificates-20191127-r4.trigger [2021-05-03T17:24:26.404Z] OK: 6 MiB in 16 packages [2021-05-03T17:24:27.858Z] ---> c0db2d1115ac [2021-05-03T17:24:27.858Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-03T17:24:28.142Z] Removing intermediate container 739bf7bccce6 [2021-05-03T17:24:28.142Z] ---> b7cec292aa9c [2021-05-03T17:24:28.142Z] [2021-05-03T17:24:28.142Z] Step 10/23 : FROM alpine:3.12 [2021-05-03T17:24:28.142Z] ---> 9852663dfa18 [2021-05-03T17:24:28.142Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-03T17:24:28.142Z] ---> Using cache [2021-05-03T17:24:28.142Z] ---> 9c42cf4aca7d [2021-05-03T17:24:28.142Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T17:24:28.142Z] ---> Using cache [2021-05-03T17:24:28.142Z] ---> 6a5283f557e4 [2021-05-03T17:24:28.142Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-03T17:24:28.748Z] ---> Running in 1eb1e33ca3be [2021-05-03T17:24:28.748Z] ---> 5da95d1e170a [2021-05-03T17:24:28.748Z] 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-05-03T17:24:29.021Z] Removing intermediate container d2bdc490f085 [2021-05-03T17:24:29.021Z] ---> 042ebae55966 [2021-05-03T17:24:29.021Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-03T17:24:29.294Z] ---> Running in 6153942a7a7a [2021-05-03T17:24:29.294Z] ---> Running in 57ec95dc3e4b [2021-05-03T17:24:29.294Z] Removing intermediate container 1eb1e33ca3be [2021-05-03T17:24:29.294Z] ---> ff8d3f544458 [2021-05-03T17:24:29.294Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-03T17:24:29.572Z] Removing intermediate container e1e6d7835dcc [2021-05-03T17:24:29.572Z] ---> 5a20fd4a73fb [2021-05-03T17:24:29.572Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:24:29.572Z] ---> Running in 4bf558d45f76 [2021-05-03T17:24:29.849Z] Removing intermediate container 57ec95dc3e4b [2021-05-03T17:24:29.849Z] ---> 95b33ae68f4a [2021-05-03T17:24:29.849Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-03T17:24:30.125Z] ---> Running in d8e4c7aed0b1 [2021-05-03T17:24:30.125Z] Removing intermediate container 4bf558d45f76 [2021-05-03T17:24:30.125Z] ---> b73711075812 [2021-05-03T17:24:30.125Z] Step 15/23 : WORKDIR / [2021-05-03T17:24:30.398Z] ---> Running in e7acae25fd03 [2021-05-03T17:24:30.398Z] ---> 3611f8405712 [2021-05-03T17:24:30.398Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-03T17:24:30.676Z] Removing intermediate container d8e4c7aed0b1 [2021-05-03T17:24:30.677Z] ---> c4f24a3b20c7 [2021-05-03T17:24:30.677Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-03T17:24:30.952Z] ---> Running in 5b08740fa25d [2021-05-03T17:24:30.953Z] Removing intermediate container e7acae25fd03 [2021-05-03T17:24:30.953Z] ---> dea04a428cb9 [2021-05-03T17:24:30.953Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:24:31.550Z] Removing intermediate container 5b08740fa25d [2021-05-03T17:24:31.550Z] ---> 11f53e9c43ab [2021-05-03T17:24:31.550Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-03T17:24:32.159Z] ---> 275c82066ffd [2021-05-03T17:24:32.159Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-03T17:24:32.432Z] ---> a7aba464cf75 [2021-05-03T17:24:32.432Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-03T17:24:32.432Z] Removing intermediate container 6153942a7a7a [2021-05-03T17:24:32.432Z] ---> 6e05c691e03b [2021-05-03T17:24:32.432Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-05-03T17:24:32.706Z] ---> Running in 6b4281f460b4 [2021-05-03T17:24:32.706Z] ---> 849375dc2808 [2021-05-03T17:24:32.706Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-03T17:24:33.307Z] Removing intermediate container 6b4281f460b4 [2021-05-03T17:24:33.307Z] ---> 51d8c58a9f1a [2021-05-03T17:24:33.307Z] Step 22/24 : LABEL arch=arm64 [2021-05-03T17:24:33.580Z] ---> 0c1cf3abaacd [2021-05-03T17:24:33.580Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-03T17:24:33.854Z] ---> Running in 30eb14910edf [2021-05-03T17:24:33.854Z] ---> 0ab3448e6d92 [2021-05-03T17:24:33.854Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-03T17:24:34.126Z] ---> c39bc6e90152 [2021-05-03T17:24:34.126Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-03T17:24:34.398Z] Removing intermediate container 30eb14910edf [2021-05-03T17:24:34.398Z] ---> 09e8b39ddd6f [2021-05-03T17:24:34.398Z] Step 23/24 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:24:34.398Z] ---> d5280ff46326 [2021-05-03T17:24:34.398Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-03T17:24:34.398Z] ---> Running in 1e764b6ab3dc [2021-05-03T17:24:34.999Z] ---> 4154cea6cd43 [2021-05-03T17:24:34.999Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-03T17:24:34.999Z] ---> d22d263f122e [2021-05-03T17:24:34.999Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-03T17:24:34.999Z] ---> Running in b9152a86ac0d [2021-05-03T17:24:34.999Z] Removing intermediate container 1e764b6ab3dc [2021-05-03T17:24:34.999Z] ---> 53977cc84d7c [2021-05-03T17:24:34.999Z] Step 24/24 : LABEL version=0.0.0 [2021-05-03T17:24:35.272Z] ---> Running in 213faa12cc27 [2021-05-03T17:24:35.272Z] ---> c6492e3bb23c [2021-05-03T17:24:35.272Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-03T17:24:35.272Z] ---> Running in e38ee65e1611 [2021-05-03T17:24:35.546Z] ---> Running in f143d84fe434 [2021-05-03T17:24:35.821Z] Removing intermediate container b9152a86ac0d [2021-05-03T17:24:35.821Z] ---> ac3c82d4b154 [2021-05-03T17:24:35.821Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:24:35.821Z] ---> Running in b1cd8c7c655b [2021-05-03T17:24:35.821Z] Removing intermediate container e38ee65e1611 [2021-05-03T17:24:35.821Z] ---> e10c31678c69 [2021-05-03T17:24:35.821Z] [2021-05-03T17:24:35.821Z] Removing intermediate container 213faa12cc27 [2021-05-03T17:24:35.821Z] ---> e9938ff4b17d [2021-05-03T17:24:35.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-03T17:24:36.095Z] ---> Running in da83b8c75811 [2021-05-03T17:24:36.369Z] Removing intermediate container f143d84fe434 [2021-05-03T17:24:36.369Z] ---> f57be9dfa395 [2021-05-03T17:24:36.369Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-03T17:24:36.369Z] Successfully built e10c31678c69 [2021-05-03T17:24:36.645Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-03T17:24:36.645Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b1cd8c7c655b [2021-05-03T17:24:36.645Z] ---> 9e78f69cd364 [2021-05-03T17:24:36.645Z] Step 21/23 : LABEL arch=arm64 [2021-05-03T17:24:36.645Z] Removing intermediate container da83b8c75811 [2021-05-03T17:24:36.645Z] ---> 0bda480b26c0 [2021-05-03T17:24:36.645Z] Step 20/22 : LABEL arch=arm64 [2021-05-03T17:24:36.926Z] ---> Running in 902eec276357 [2021-05-03T17:24:36.926Z] ---> Running in 33b6c10638e0 [2021-05-03T17:24:37.200Z] ---> 5ea5481cf2e2 [2021-05-03T17:24:37.200Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-03T17:24:37.475Z] Removing intermediate container 902eec276357 [2021-05-03T17:24:37.475Z] ---> ffd7dab52992 [2021-05-03T17:24:37.475Z] Step 22/23 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:24:37.475Z] ---> Running in 70fb7afee444 [2021-05-03T17:24:37.748Z] Removing intermediate container 33b6c10638e0 [2021-05-03T17:24:37.748Z] ---> b04faffa902f [2021-05-03T17:24:37.748Z] Step 21/22 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:24:37.748Z] ---> Running in b2f2785eebf1 [2021-05-03T17:24:38.021Z] ---> Running in 2b89295cc2c8 [2021-05-03T17:24:38.294Z] Removing intermediate container b2f2785eebf1 [2021-05-03T17:24:38.294Z] ---> bc17188591c9 [2021-05-03T17:24:38.294Z] Step 23/23 : LABEL version=0.0.0 [2021-05-03T17:24:38.294Z] ---> Running in 38ef99e73b58 [2021-05-03T17:24:38.565Z] Removing intermediate container 2b89295cc2c8 [2021-05-03T17:24:38.565Z] ---> 83acb0cbfcfd [2021-05-03T17:24:38.565Z] Step 22/22 : LABEL version=0.0.0 [2021-05-03T17:24:38.565Z] ---> Running in 61a8ee73f357 [2021-05-03T17:24:38.836Z] Removing intermediate container 38ef99e73b58 [2021-05-03T17:24:38.836Z] ---> aebb8d940d50 [2021-05-03T17:24:38.836Z] [2021-05-03T17:24:39.114Z] Removing intermediate container 61a8ee73f357 [2021-05-03T17:24:39.114Z] ---> 4ce7bc4dabba [2021-05-03T17:24:39.114Z] [2021-05-03T17:24:39.384Z] Successfully built aebb8d940d50 [2021-05-03T17:24:39.384Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-03T17:24:39.655Z]  Building docker-core-metadata-go ... done Successfully built 4ce7bc4dabba [2021-05-03T17:24:39.656Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-03T17:24:39.929Z]  Building docker-support-notifications-go ... done Removing intermediate container 70fb7afee444 [2021-05-03T17:24:39.929Z] ---> 290b038e734a [2021-05-03T17:24:39.929Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-03T17:24:40.522Z] ---> Running in f0bbc20f7a12 [2021-05-03T17:24:40.795Z] Removing intermediate container f0bbc20f7a12 [2021-05-03T17:24:40.795Z] ---> d52645c4c5a2 [2021-05-03T17:24:40.795Z] Step 28/31 : CMD ["gate"] [2021-05-03T17:24:41.068Z] ---> Running in de1641ea3b3d [2021-05-03T17:24:41.669Z] Removing intermediate container de1641ea3b3d [2021-05-03T17:24:41.669Z] ---> 38d60d617601 [2021-05-03T17:24:41.669Z] Step 29/31 : LABEL arch=arm64 [2021-05-03T17:24:41.943Z] ---> Running in 6615e6ad1e06 [2021-05-03T17:24:42.214Z] Removing intermediate container 6615e6ad1e06 [2021-05-03T17:24:42.214Z] ---> 8d17594557e1 [2021-05-03T17:24:42.214Z] Step 30/31 : LABEL git_sha=1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [2021-05-03T17:24:42.486Z] ---> Running in d0ece81c8b29 [2021-05-03T17:24:43.220Z] Removing intermediate container d0ece81c8b29 [2021-05-03T17:24:43.220Z] ---> 5b96785d1b06 [2021-05-03T17:24:43.220Z] Step 31/31 : LABEL version=0.0.0 [2021-05-03T17:24:43.493Z] ---> Running in 85b1604e3e62 [2021-05-03T17:24:44.086Z] Removing intermediate container 85b1604e3e62 [2021-05-03T17:24:44.086Z] ---> 604dedba4f87 [2021-05-03T17:24:44.086Z] [2021-05-03T17:24:44.357Z] Successfully built 604dedba4f87 [2021-05-03T17:24:44.357Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-03T17:24:44.644Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-05-03T17:24:44.624Z] $ docker stop --time=1 63ce459e46e70223057cbfd3f24d29c4fe7a3f80312818132439db5e6c630816 [2021-05-03T17:24:46.562Z] $ docker rm -f 63ce459e46e70223057cbfd3f24d29c4fe7a3f80312818132439db5e6c630816 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-03T17:24:47.161Z] + + docker imagesgrep [2021-05-03T17:24:47.161Z] docker [2021-05-03T17:24:47.431Z] docker-security-bootstrapper-go-arm64 latest 604dedba4f87 4 seconds ago 17.1MB [2021-05-03T17:24:47.431Z] docker-core-metadata-go-arm64 latest aebb8d940d50 9 seconds ago 17.4MB [2021-05-03T17:24:47.431Z] docker-support-notifications-go-arm64 latest 4ce7bc4dabba 9 seconds ago 16.6MB [2021-05-03T17:24:47.431Z] docker-security-secretstore-setup-go-arm64 latest e10c31678c69 12 seconds ago 24.1MB [2021-05-03T17:24:47.431Z] docker-sys-mgmt-agent-go-arm64 latest d5a3e94df338 2 minutes ago 299MB [2021-05-03T17:24:47.431Z] docker-core-data-go-arm64 latest dab41e5f7cfc 3 minutes ago 20.3MB [2021-05-03T17:24:47.431Z] docker-support-scheduler-go-arm64 latest ac97c83dd38b 3 minutes ago 16.1MB [2021-05-03T17:24:47.431Z] docker-core-command-go-arm64 latest 72b23e16042f 3 minutes ago 16.1MB [2021-05-03T17:24:47.431Z] docker-security-proxy-setup-go-arm64 latest fa4cba086f88 3 minutes ago 23.9MB [2021-05-03T17:24:47.431Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:24:48.100Z] ---> job-cost.sh [2021-05-03T17:24:48.100Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CZry [2021-05-03T17:25:27.042Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-03T17:27:03.785Z] lf-activate-venv(): INFO: Adding /tmp/venv-CZry/bin to PATH [2021-05-03T17:27:03.785Z] INFO: No Stack... [2021-05-03T17:27:03.785Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-03T17:27:03.785Z] INFO: Archiving Costs [Pipeline] sh [2021-05-03T17:27:04.126Z] + cat /w/workspace/edgex-go/4/archives/cost.csv [2021-05-03T17:27:04.126Z] + cut -d, -f6 [Pipeline] lock [2021-05-03T17:27:04.240Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3416-4-stack-cost] [2021-05-03T17:27:04.250Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3416-4-stack-cost] did not exist. Created. [2021-05-03T17:27:04.250Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3416-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-03T17:27:04.609Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-03T17:27:04.905Z] Stashed 1 file(s) [Pipeline] } [2021-05-03T17:27:04.919Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3416-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-03T17:27:05.610Z] provisioning config files... [2021-05-03T17:27:05.623Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7159253935196066607tmp [Pipeline] { [Pipeline] sh [2021-05-03T17:27:05.960Z] + set +x [2021-05-03T17:27:05.960Z] + curl -s https://codecov.io/bash [2021-05-03T17:27:05.960Z] + bash -s -- [2021-05-03T17:27:06.535Z] [2021-05-03T17:27:06.535Z] _____ _ [2021-05-03T17:27:06.535Z] / ____| | | [2021-05-03T17:27:06.535Z] | | ___ __| | ___ ___ _____ __ [2021-05-03T17:27:06.535Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-03T17:27:06.535Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-03T17:27:06.535Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-03T17:27:06.535Z] Bash-1.0.2 [2021-05-03T17:27:06.535Z] [2021-05-03T17:27:06.535Z] [2021-05-03T17:27:06.535Z] ==> git version 2.24.3 found [2021-05-03T17:27:06.535Z] ==> 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-05-03T17:27:06.535Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-03T17:27:06.535Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-03T17:27:06.535Z] ==> Jenkins CI detected. [2021-05-03T17:27:06.535Z] project root: . [2021-05-03T17:27:06.535Z] --> token set from env [2021-05-03T17:27:06.535Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-03T17:27:06.535Z] ==> Running gcov in . (disable via -X gcov) [2021-05-03T17:27:06.535Z] ==> Python coveragepy not found [2021-05-03T17:27:06.535Z] ==> Searching for coverage reports in: [2021-05-03T17:27:06.535Z] + . [2021-05-03T17:27:06.535Z] -> Found 1 reports [2021-05-03T17:27:06.535Z] ==> Detecting git/mercurial file structure [2021-05-03T17:27:06.798Z] ==> Reading reports [2021-05-03T17:27:06.798Z] + ./coverage.out bytes=693878 [2021-05-03T17:27:06.798Z] ==> Appending adjustments [2021-05-03T17:27:06.798Z] https://docs.codecov.io/docs/fixing-reports [2021-05-03T17:27:11.014Z] + Found adjustments [2021-05-03T17:27:11.014Z] ==> Gzipping contents [2021-05-03T17:27:11.014Z] 100K /tmp/codecov.ynebzu.gz [2021-05-03T17:27:11.014Z] ==> Uploading reports [2021-05-03T17:27:11.014Z] url: https://codecov.io [2021-05-03T17:27:11.014Z] query: branch=PR-3416&commit=1591d49b03a0f2c9f2682b61fa8e376a1714dc68&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3416%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3416&job=&cmd_args= [2021-05-03T17:27:11.014Z] -> Pinging Codecov [2021-05-03T17:27:11.014Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3416&commit=1591d49b03a0f2c9f2682b61fa8e376a1714dc68&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3416%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3416&job=&cmd_args= [2021-05-03T17:27:11.014Z] -> Uploading to [2021-05-03T17:27:11.014Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-03/00271124DB129430A58F1EEE437C3FCB/1591d49b03a0f2c9f2682b61fa8e376a1714dc68/0b578c39-296b-433a-a7e5-b1ef093a507b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210503T172710Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a6a295065a95d9895749b44e9abb76732b3448e0d7cf608532b26c2594f84795 [2021-05-03T17:27:11.014Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-03T17:27:11.014Z] Dload Upload Total Spent Left Speed [2021-05-03T17:27:11.588Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99732 0 0 100 99732 0 201k --:--:-- --:--:-- --:--:-- 202k [2021-05-03T17:27:11.588Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1591d49b03a0f2c9f2682b61fa8e376a1714dc68 [Pipeline] } [2021-05-03T17:27:11.598Z] 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-05-03T17:27:12.590Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:27:13.550Z] ---> package-listing.sh [2021-05-03T17:27:13.550Z] ++ facter osfamily [2021-05-03T17:27:13.550Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-03T17:27:13.550Z] + OS_FAMILY=redhat [2021-05-03T17:27:13.550Z] + workspace=/w/workspace/edgex-go/4 [2021-05-03T17:27:13.550Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-03T17:27:13.550Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-03T17:27:13.550Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-03T17:27:13.550Z] + PACKAGES=/tmp/packages_start.txt [2021-05-03T17:27:13.550Z] + '[' /w/workspace/edgex-go/4 ']' [2021-05-03T17:27:13.550Z] + PACKAGES=/tmp/packages_end.txt [2021-05-03T17:27:13.550Z] + case "${OS_FAMILY}" in [2021-05-03T17:27:13.550Z] + rpm -qa [2021-05-03T17:27:13.550Z] + sort [2021-05-03T17:27:18.871Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-03T17:27:18.871Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-03T17:27:18.871Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-03T17:27:18.871Z] + '[' /w/workspace/edgex-go/4 ']' [2021-05-03T17:27:18.871Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-05-03T17:27:18.871Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-05-03T17:27:18.886Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-03T17:27:19.184Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:27:19.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T17:27:19.496Z] [2021-05-03T17:27:19.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-03T17:27:19.820Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T17:27:19.820Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-03T17:27:19.820Z] df20fa9351a1: Pulling fs layer [2021-05-03T17:27:19.820Z] 36b3adc4ff6f: Pulling fs layer [2021-05-03T17:27:19.820Z] 8ad3a11d3b57: Pulling fs layer [2021-05-03T17:27:19.820Z] 46f8f816bc3b: Pulling fs layer [2021-05-03T17:27:19.820Z] 93b61091891f: Pulling fs layer [2021-05-03T17:27:19.820Z] 93b9cdb0e59b: Pulling fs layer [2021-05-03T17:27:19.820Z] 5e14af77c1be: Pulling fs layer [2021-05-03T17:27:19.820Z] 01666e4c0597: Pulling fs layer [2021-05-03T17:27:19.820Z] aa168da1d23b: Pulling fs layer [2021-05-03T17:27:19.820Z] 93b9cdb0e59b: Waiting [2021-05-03T17:27:19.820Z] 5e14af77c1be: Waiting [2021-05-03T17:27:19.820Z] 01666e4c0597: Waiting [2021-05-03T17:27:19.820Z] aa168da1d23b: Waiting [2021-05-03T17:27:19.820Z] 46f8f816bc3b: Waiting [2021-05-03T17:27:19.820Z] 93b61091891f: Waiting [2021-05-03T17:27:19.820Z] 36b3adc4ff6f: Verifying Checksum [2021-05-03T17:27:19.820Z] 36b3adc4ff6f: Download complete [2021-05-03T17:27:20.084Z] 46f8f816bc3b: Verifying Checksum [2021-05-03T17:27:20.084Z] 46f8f816bc3b: Download complete [2021-05-03T17:27:20.084Z] df20fa9351a1: Verifying Checksum [2021-05-03T17:27:20.084Z] df20fa9351a1: Download complete [2021-05-03T17:27:20.084Z] 93b9cdb0e59b: Verifying Checksum [2021-05-03T17:27:20.084Z] 93b9cdb0e59b: Download complete [2021-05-03T17:27:20.084Z] 5e14af77c1be: Verifying Checksum [2021-05-03T17:27:20.084Z] 5e14af77c1be: Download complete [2021-05-03T17:27:20.084Z] 01666e4c0597: Download complete [2021-05-03T17:27:20.084Z] 93b61091891f: Verifying Checksum [2021-05-03T17:27:20.084Z] 93b61091891f: Download complete [2021-05-03T17:27:20.084Z] 8ad3a11d3b57: Verifying Checksum [2021-05-03T17:27:20.084Z] 8ad3a11d3b57: Download complete [2021-05-03T17:27:20.347Z] df20fa9351a1: Pull complete [2021-05-03T17:27:20.610Z] 36b3adc4ff6f: Pull complete [2021-05-03T17:27:21.571Z] 8ad3a11d3b57: Pull complete [2021-05-03T17:27:21.837Z] 46f8f816bc3b: Pull complete [2021-05-03T17:27:22.790Z] aa168da1d23b: Verifying Checksum [2021-05-03T17:27:22.791Z] aa168da1d23b: Download complete [2021-05-03T17:27:23.364Z] 93b61091891f: Pull complete [2021-05-03T17:27:23.627Z] 93b9cdb0e59b: Pull complete [2021-05-03T17:27:23.627Z] 5e14af77c1be: Pull complete [2021-05-03T17:27:23.891Z] 01666e4c0597: Pull complete [2021-05-03T17:27:32.094Z] aa168da1d23b: Pull complete [2021-05-03T17:27:32.094Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-03T17:27:32.094Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-03T17:27:32.094Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-03T17:27:32.396Z] prd-centos7-docker-4c-2g-2767 does not seem to be running inside a container [2021-05-03T17:27:32.454Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-03T17:27:41.832Z] $ docker top b74ed4bbb033e2709838dd4b10cc07ef3c18ffdd8b040bd45de7710aaa044adb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-03T17:27:42.332Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-03T17:27:42.650Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-03T17:27:42.953Z] + ls /var/log/sa-host [2021-05-03T17:27:42.954Z] + sadf -c /var/log/sa-host/sa03 [2021-05-03T17:27:42.954Z] file_magic: OK [2021-05-03T17:27:42.954Z] HZ: Using current value: 100 [2021-05-03T17:27:42.954Z] file_header: OK [2021-05-03T17:27:42.954Z] 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-05-03T17:27:42.954Z] Statistics: [2021-05-03T17:27:42.954Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-03T17:27:42.954Z] File successfully converted to sysstat format version 12.2.1 [2021-05-03T17:27:42.954Z] + sadf -c /var/log/sa-host/sa23 [2021-05-03T17:27:42.954Z] file_magic: OK [2021-05-03T17:27:42.954Z] HZ: Using current value: 100 [2021-05-03T17:27:42.954Z] file_header: OK [2021-05-03T17:27:42.954Z] 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-05-03T17:27:42.954Z] Statistics: [2021-05-03T17:27:42.954Z] Hnuu...uuuununununu... [2021-05-03T17:27:42.954Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-03T17:27:43.155Z] provisioning config files... [2021-05-03T17:27:43.181Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5962396535858725539tmp [Pipeline] { [Pipeline] echo [2021-05-03T17:27:43.212Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:27:43.516Z] ---> create-netrc.sh [Pipeline] } [2021-05-03T17:27:43.526Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-03T17:27:43.565Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:27:43.870Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-03T17:27:43.882Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:27:44.189Z] ---> sudo-logs.sh [2021-05-03T17:27:44.189Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-03T17:27:44.217Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:27:44.517Z] ---> job-cost.sh [2021-05-03T17:27:44.518Z] lf-activate-venv: SKIPPING [2021-05-03T17:27:44.518Z] DEBUG: total: 0.20999999344348907 [2021-05-03T17:27:44.518Z] INFO: Retrieving Stack Cost... [2021-05-03T17:27:45.912Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-03T17:27:46.175Z] INFO: Archiving Costs [Pipeline] echo [2021-05-03T17:27:46.191Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-03T17:27:46.494Z] ---> logs-deploy.sh [2021-05-03T17:27:46.494Z] lf-activate-venv: SKIPPING [2021-05-03T17:27:46.494Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3416/4 [2021-05-03T17:27:46.494Z] INFO: archiving workspace using pattern(s): [2021-05-03T17:27:48.417Z] Archives upload complete. [2021-05-03T17:27:48.680Z] INFO: archiving logs to Nexus [2021-05-03T17:27:49.626Z] ---> uname -a: [2021-05-03T17:27:49.627Z] Linux prd-centos7-docker-4c-2g-2767.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-03T17:27:49.627Z] [2021-05-03T17:27:49.627Z]