Pull request #3331 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68+4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf (148f857e2aabd7a5194fe67e81ddce727cf68887) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-33448’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33449 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 Merge succeeded, producing 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 Checking out Revision 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 (PR-3331) > git config core.sparsecheckout # timeout=10 > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # 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 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # timeout=10 Commit message: "fix: address Lenny's PR comments" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-09T16:47:08.162Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-09T16:47:08.411Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-09T16:47:08.497Z] ========================================================= [2021-04-09T16:47:08.497Z] EdgeX Global Pipelines Version Info [2021-04-09T16:47:08.497Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1e59b5aae2d2031bf0470ae103b5b12fbca793d4 # timeout=10 [2021-04-09T16:47:09.965Z] ------------------- [2021-04-09T16:47:09.965Z] stable info: [2021-04-09T16:47:09.965Z] ------------------- [2021-04-09T16:47:09.965Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-09T16:47:09.965Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-09T16:47:09.965Z] Message: update stable to v1.0.186 [2021-04-09T16:47:10.914Z] ------------------- [2021-04-09T16:47:10.914Z] experimental info: [2021-04-09T16:47:10.914Z] ------------------- [2021-04-09T16:47:10.914Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-09T16:47:10.914Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-09T16:47:10.914Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-09T16:47:11.177Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-09T16:47:11.286Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-09T16:47:11.438Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-09T16:47:11.537Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-09T16:47:11.622Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-09T16:47:11.714Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-09T16:47:11.800Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-09T16:47:12.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-09T16:47:12.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-09T16:47:12.237Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-09T16:47:12.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-09T16:47:12.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-09T16:47:12.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-09T16:47:12.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-09T16:47:12.726Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T16:47:12.830Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T16:47:12.916Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-09T16:47:13.003Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-09T16:47:13.090Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-09T16:47:13.190Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-09T16:47:13.296Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-09T16:47:13.381Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-09T16:47:13.465Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3331 [Pipeline] echo [2021-04-09T16:47:13.570Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3331 [Pipeline] echo [2021-04-09T16:47:13.655Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3331 [Pipeline] echo [2021-04-09T16:47:13.741Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [Pipeline] echo [2021-04-09T16:47:13.839Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7840e6b [Pipeline] echo [2021-04-09T16:47:13.929Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T16:47:14.110Z] provisioning config files... [2021-04-09T16:47:14.141Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4060684661660192495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T16:47:14.494Z] ---> docker-login.sh [2021-04-09T16:47:14.494Z] nexus3.edgexfoundry.org:10001 [2021-04-09T16:47:14.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T16:47:14.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T16:47:14.761Z] Configure a credential helper to remove this warning. See [2021-04-09T16:47:14.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T16:47:14.761Z] [2021-04-09T16:47:14.761Z] Login Succeeded [2021-04-09T16:47:14.761Z] nexus3.edgexfoundry.org:10002 [2021-04-09T16:47:15.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T16:47:15.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T16:47:15.027Z] Configure a credential helper to remove this warning. See [2021-04-09T16:47:15.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T16:47:15.027Z] [2021-04-09T16:47:15.027Z] Login Succeeded [2021-04-09T16:47:15.027Z] nexus3.edgexfoundry.org:10003 [2021-04-09T16:47:15.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T16:47:15.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T16:47:15.293Z] Configure a credential helper to remove this warning. See [2021-04-09T16:47:15.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T16:47:15.293Z] [2021-04-09T16:47:15.293Z] Login Succeeded [2021-04-09T16:47:15.293Z] nexus3.edgexfoundry.org:10004 [2021-04-09T16:47:15.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T16:47:15.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T16:47:15.293Z] Configure a credential helper to remove this warning. See [2021-04-09T16:47:15.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T16:47:15.293Z] [2021-04-09T16:47:15.293Z] Login Succeeded [2021-04-09T16:47:15.293Z] docker.io [2021-04-09T16:47:15.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T16:47:15.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T16:47:15.818Z] Configure a credential helper to remove this warning. See [2021-04-09T16:47:15.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T16:47:15.818Z] [2021-04-09T16:47:15.818Z] Login Succeeded [2021-04-09T16:47:15.818Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T16:47:15.827Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T16:47:16.307Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-09T16:47:16.307Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T16:47:16.307Z] ++ dirname cmd/core-command/Dockerfile [2021-04-09T16:47:16.307Z] ++ cut -d/ -f2 [2021-04-09T16:47:16.307Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-09T16:47:16.307Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T16:47:16.307Z] ++ dirname cmd/core-data/Dockerfile [2021-04-09T16:47:16.307Z] ++ cut -d/ -f2 [2021-04-09T16:47:16.307Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-09T16:47:16.307Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T16:47:16.307Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-09T16:47:16.307Z] ++ cut -d/ -f2 [2021-04-09T16:47:16.307Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-09T16:47:16.307Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T16:47:16.307Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-09T16:47:16.307Z] ++ cut -d/ -f2 [2021-04-09T16:47:16.307Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-09T16:47:16.307Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T16:47:16.307Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-09T16:47:16.307Z] ++ cut -d/ -f2 [2021-04-09T16:47:16.307Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-09T16:47:16.307Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T16:47:16.307Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-09T16:47:16.307Z] ++ cut -d/ -f2 [2021-04-09T16:47:16.307Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-09T16:47:16.307Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T16:47:16.307Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-09T16:47:16.307Z] ++ cut -d/ -f2 [2021-04-09T16:47:16.307Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-09T16:47:16.307Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T16:47:16.307Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-09T16:47:16.307Z] ++ cut -d/ -f2 [2021-04-09T16:47:16.307Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-09T16:47:16.307Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T16:47:16.307Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-09T16:47:16.307Z] ++ cut -d/ -f2 [2021-04-09T16:47:16.307Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-09T16:47:16.386Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:47:18.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T16:47:18.002Z] [2021-04-09T16:47:18.002Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:47:18.369Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T16:47:18.369Z] latest: Pulling from edgex-devops/git-semver [2021-04-09T16:47:18.369Z] 31603596830f: Pulling fs layer [2021-04-09T16:47:18.369Z] 2a8b12db71e7: Pulling fs layer [2021-04-09T16:47:18.369Z] 6ca5941a6612: Pulling fs layer [2021-04-09T16:47:18.369Z] ecc8261a40a4: Pulling fs layer [2021-04-09T16:47:18.369Z] ecc8261a40a4: Waiting [2021-04-09T16:47:18.369Z] 2a8b12db71e7: Verifying Checksum [2021-04-09T16:47:18.369Z] 2a8b12db71e7: Download complete [2021-04-09T16:47:18.369Z] 31603596830f: Verifying Checksum [2021-04-09T16:47:18.369Z] 31603596830f: Download complete [2021-04-09T16:47:18.632Z] 6ca5941a6612: Verifying Checksum [2021-04-09T16:47:18.632Z] 6ca5941a6612: Download complete [2021-04-09T16:47:18.632Z] ecc8261a40a4: Verifying Checksum [2021-04-09T16:47:18.632Z] ecc8261a40a4: Download complete [2021-04-09T16:47:18.632Z] 31603596830f: Pull complete [2021-04-09T16:47:18.895Z] 2a8b12db71e7: Pull complete [2021-04-09T16:47:19.472Z] 6ca5941a6612: Pull complete [2021-04-09T16:47:19.735Z] ecc8261a40a4: Pull complete [2021-04-09T16:47:19.735Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-09T16:47:19.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T16:47:19.735Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-09T16:47:19.836Z] prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container [2021-04-09T16:47:19.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-09T16:47:22.228Z] $ docker top fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T16:47:22.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T16:47:22.572Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T16:47:22.785Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T16:47:22.789Z] $ docker exec fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 ssh-agent [2021-04-09T16:47:22.944Z] SSH_AUTH_SOCK=/tmp/ssh-494MOL7XLJ0i/agent.11 [2021-04-09T16:47:22.944Z] SSH_AGENT_PID=16 [2021-04-09T16:47:22.957Z] Running ssh-add (command line suppressed) [2021-04-09T16:47:23.076Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_7915922358451971691.key (/w/workspace/edgex-go/7@tmp/private_key_7915922358451971691.key) [2021-04-09T16:47:23.127Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T16:47:23.461Z] + git tag --points-at HEAD [Pipeline] } [2021-04-09T16:47:23.482Z] $ docker exec --env ******** --env ******** fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 ssh-agent -k [2021-04-09T16:47:23.591Z] unset SSH_AUTH_SOCK; [2021-04-09T16:47:23.592Z] unset SSH_AGENT_PID; [2021-04-09T16:47:23.592Z] echo Agent pid 16 killed; [2021-04-09T16:47:23.641Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-09T16:47:23.823Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T16:47:23.823Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T16:47:23.984Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T16:47:23.988Z] $ docker exec fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 ssh-agent [2021-04-09T16:47:24.147Z] SSH_AUTH_SOCK=/tmp/ssh-batxFYCjr1b2/agent.45 [2021-04-09T16:47:24.147Z] SSH_AGENT_PID=50 [2021-04-09T16:47:24.153Z] Running ssh-add (command line suppressed) [2021-04-09T16:47:24.268Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_1978262692258960480.key (/w/workspace/edgex-go/7@tmp/private_key_1978262692258960480.key) [2021-04-09T16:47:24.323Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T16:47:24.654Z] + git semver init [2021-04-09T16:47:24.654Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T16:47:24.654Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-04-09T16:47:24.654Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-04-09T16:47:24.654Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T16:47:24.654Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T16:47:24.654Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T16:47:24.654Z] # $SEMVER_BRANCH = PR-3331 [2021-04-09T16:47:24.654Z] # $SEMVER_TEMP = /tmp/semver-617764222 [2021-04-09T16:47:24.654Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-09T16:47:46.779Z] # '/tmp/semver-617764222' -> '/w/workspace/edgex-go/7/.semver' [2021-04-09T16:47:46.779Z] # -> Force: false [2021-04-09T16:47:46.779Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-04-09T16:47:46.792Z] $ docker exec --env ******** --env ******** fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 ssh-agent -k [2021-04-09T16:47:46.997Z] unset SSH_AUTH_SOCK; [2021-04-09T16:47:46.997Z] unset SSH_AGENT_PID; [2021-04-09T16:47:46.997Z] echo Agent pid 50 killed; [2021-04-09T16:47:47.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T16:47:47.576Z] + git semver [Pipeline] } [2021-04-09T16:47:47.603Z] $ docker stop --time=1 fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 [2021-04-09T16:47:49.519Z] $ docker rm -f fb9ff769dffc610034b88ddac5722cb940252c008fd73e2889f2cb1d3ed54a36 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T16:47:50.022Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-09T16:47:50.593Z] Stashed 1 file(s) [Pipeline] echo [2021-04-09T16:47:50.596Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T16:47:51.513Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-09T16:47:51.810Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T16:47:52.107Z] + sudo service docker restart [2021-04-09T16:47:52.107Z] + true [2021-04-09T16:47:52.107Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-09T16:47:52.705Z] ========================================================= [2021-04-09T16:47:52.705Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-09T16:47:52.705Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:47:53.106Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-09T16:47:56.426Z] Sending build context to Docker daemon 329.5MB [2021-04-09T16:47:56.426Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T16:47:56.426Z] Step 2/6 : FROM ${BASE} [2021-04-09T16:47:56.691Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-09T16:47:56.691Z] 188c0c94c7c5: Pulling fs layer [2021-04-09T16:47:56.691Z] 0ef7d3d256c8: Pulling fs layer [2021-04-09T16:47:56.691Z] de9db76c5a1d: Pulling fs layer [2021-04-09T16:47:56.691Z] bca2f99d35d6: Pulling fs layer [2021-04-09T16:47:56.691Z] 93359f2a8cfa: Pulling fs layer [2021-04-09T16:47:56.691Z] 7c6f9722023f: Pulling fs layer [2021-04-09T16:47:56.691Z] a35cf1a2eb13: Pulling fs layer [2021-04-09T16:47:56.691Z] 7c6f9722023f: Waiting [2021-04-09T16:47:56.691Z] 93359f2a8cfa: Waiting [2021-04-09T16:47:56.691Z] a35cf1a2eb13: Waiting [2021-04-09T16:47:56.691Z] bca2f99d35d6: Waiting [2021-04-09T16:47:56.691Z] de9db76c5a1d: Download complete [2021-04-09T16:47:56.691Z] 0ef7d3d256c8: Verifying Checksum [2021-04-09T16:47:56.691Z] 0ef7d3d256c8: Download complete [2021-04-09T16:47:56.691Z] 93359f2a8cfa: Verifying Checksum [2021-04-09T16:47:56.691Z] 93359f2a8cfa: Download complete [2021-04-09T16:47:56.691Z] 7c6f9722023f: Download complete [2021-04-09T16:47:56.691Z] 188c0c94c7c5: Verifying Checksum [2021-04-09T16:47:56.691Z] 188c0c94c7c5: Download complete [2021-04-09T16:47:56.953Z] 188c0c94c7c5: Pull complete [2021-04-09T16:47:57.214Z] 0ef7d3d256c8: Pull complete [2021-04-09T16:47:57.475Z] de9db76c5a1d: Pull complete [2021-04-09T16:48:00.029Z] a35cf1a2eb13: Verifying Checksum [2021-04-09T16:48:00.029Z] a35cf1a2eb13: Download complete [2021-04-09T16:48:01.422Z] bca2f99d35d6: Verifying Checksum [2021-04-09T16:48:01.422Z] bca2f99d35d6: Download complete [2021-04-09T16:48:06.006Z] Still waiting to schedule task [2021-04-09T16:48:06.006Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-09T16:48:06.749Z] bca2f99d35d6: Pull complete [2021-04-09T16:48:06.749Z] 93359f2a8cfa: Pull complete [2021-04-09T16:48:06.749Z] 7c6f9722023f: Pull complete [2021-04-09T16:48:12.080Z] a35cf1a2eb13: Pull complete [2021-04-09T16:48:12.080Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-09T16:48:12.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-09T16:48:12.080Z] ---> a62c8e92a672 [2021-04-09T16:48:12.080Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-09T16:48:12.080Z] ---> Running in 49089a100bd8 [2021-04-09T16:48:12.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:48:13.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:48:13.292Z] (1/12) Installing libmagic (5.38-r0) [2021-04-09T16:48:13.866Z] (2/12) Installing file (5.38-r0) [2021-04-09T16:48:14.128Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-09T16:48:14.128Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-09T16:48:24.142Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-09T16:48:24.404Z] (6/12) Installing patch (2.7.6-r6) [2021-04-09T16:48:24.405Z] (7/12) Installing build-base (0.5-r2) [2021-04-09T16:48:24.405Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-09T16:48:24.666Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-09T16:48:24.666Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-09T16:48:24.927Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-09T16:48:24.928Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-09T16:48:24.928Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T16:48:25.189Z] OK: 233 MiB in 51 packages [2021-04-09T16:48:28.503Z] Removing intermediate container 49089a100bd8 [2021-04-09T16:48:28.503Z] ---> d57edcd0daac [2021-04-09T16:48:28.503Z] Step 4/6 : WORKDIR /edgex-go [2021-04-09T16:48:28.503Z] ---> Running in 4553b168d680 [2021-04-09T16:48:28.766Z] Removing intermediate container 4553b168d680 [2021-04-09T16:48:28.766Z] ---> 34a97188c1f8 [2021-04-09T16:48:28.766Z] Step 5/6 : COPY go.mod . [2021-04-09T16:48:29.031Z] ---> 9003ed38095e [2021-04-09T16:48:29.031Z] Step 6/6 : RUN go mod download [2021-04-09T16:48:29.031Z] ---> Running in b684234fbe00 [2021-04-09T16:48:51.052Z] Removing intermediate container b684234fbe00 [2021-04-09T16:48:51.052Z] ---> a4b3a8c75177 [2021-04-09T16:48:51.052Z] Successfully built a4b3a8c75177 [2021-04-09T16:48:51.052Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:48:51.368Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T16:48:51.368Z] . [Pipeline] withDockerContainer [2021-04-09T16:48:51.473Z] prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container [2021-04-09T16:48:51.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-09T16:48:52.234Z] $ docker top 85e41c7f61c70d91128c3ee17d614c805cf75e436cc6747e9856abecad0aeee1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T16:48:52.721Z] + go version [2021-04-09T16:48:52.721Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-09T16:48:52.738Z] $ docker stop --time=1 85e41c7f61c70d91128c3ee17d614c805cf75e436cc6747e9856abecad0aeee1 [2021-04-09T16:48:54.100Z] $ docker rm -f 85e41c7f61c70d91128c3ee17d614c805cf75e436cc6747e9856abecad0aeee1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:48:54.944Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T16:48:54.944Z] . [Pipeline] withDockerContainer [2021-04-09T16:48:55.041Z] prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container [2021-04-09T16:48:55.088Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-09T16:48:55.724Z] $ docker top 3a6af4b46287af85e8831d153d092e81cfaae80dd374db02504d458e47b13f62 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T16:48:55.942Z] ========================================================= [2021-04-09T16:48:55.942Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-09T16:48:55.942Z] ========================================================= [Pipeline] sh [2021-04-09T16:48:56.238Z] + make test [2021-04-09T16:48:56.239Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T16:49:04.441Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-09T16:49:19.489Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-09T16:49:26.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-09T16:49:26.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-09T16:49:26.166Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-09T16:49:28.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-09T16:49:28.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-09T16:49:28.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-09T16:49:29.013Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-09T16:49:29.617Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-09T16:49:30.213Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-09T16:49:32.165Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-09T16:49:32.165Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-09T16:49:32.165Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-09T16:49:34.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.9% of statements [2021-04-09T16:49:34.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-09T16:49:34.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-09T16:49:34.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-09T16:49:34.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-09T16:49:34.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-09T16:49:34.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-09T16:49:34.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.054s coverage: 19.8% of statements [2021-04-09T16:49:34.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.104s coverage: 100.0% of statements [2021-04-09T16:49:39.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.195s coverage: 27.1% of statements [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-09T16:49:39.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-09T16:49:39.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-09T16:49:39.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 71.3% of statements [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-09T16:49:39.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.150s coverage: 82.9% of statements [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T16:49:39.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.072s coverage: 78.9% of statements [2021-04-09T16:49:39.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-09T16:49:41.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.325s coverage: 28.6% of statements [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-09T16:49:41.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-09T16:49:41.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-09T16:49:41.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-09T16:49:41.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-09T16:49:41.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-09T16:49:41.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-09T16:49:44.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.401s coverage: 92.8% of statements [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-09T16:49:44.258Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-09T16:49:44.258Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 1.0% of statements [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-09T16:49:44.258Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-09T16:49:44.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 47.1% of statements [2021-04-09T16:49:44.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-04-09T16:49:44.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-04-09T16:49:44.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements [2021-04-09T16:49:44.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-04-09T16:49:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.059s coverage: 94.4% of statements [2021-04-09T16:49:56.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-04-09T16:49:59.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.231s coverage: 81.5% of statements [2021-04-09T16:49:59.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-09T16:49:59.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.036s coverage: 87.1% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.081s coverage: 92.9% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.079s coverage: 87.2% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.6% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.6% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 64.4% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 69.0% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 38.4% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.049s coverage: 11.0% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.129s coverage: 87.1% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.728s coverage: 29.1% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.105s coverage: 95.6% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-09T16:50:10.631Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-04-09T16:50:10.631Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-04-09T16:50:10.632Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-09T16:50:10.632Z] GO111MODULE=on go vet ./... [2021-04-09T16:50:36.092Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33452 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws [2021-04-09T16:50:36.159Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-04-09T16:50:37.353Z] gofmt -l . [2021-04-09T16:50:37.353Z] [ "`gofmt -l .`" = "" ] [2021-04-09T16:50:37.353Z] ./bin/test-go-mod-tidy.sh [2021-04-09T16:50:37.617Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-09T16:50:38.498Z] + ls -al . [2021-04-09T16:50:38.498Z] total 808 [2021-04-09T16:50:38.498Z] drwxrwxr-x 10 1001 1001 4096 Apr 9 16:50 . [2021-04-09T16:50:38.498Z] drwxr-xr-x 4 root root 28 Apr 9 16:48 .. [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 11 Apr 9 16:47 .dockerignore [2021-04-09T16:50:38.498Z] drwxrwxr-x 8 1001 1001 179 Apr 9 16:47 .git [2021-04-09T16:50:38.498Z] drwxrwxr-x 3 1001 1001 125 Apr 9 16:47 .github [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 818 Apr 9 16:47 .gitignore [2021-04-09T16:50:38.498Z] drwx------ 3 1001 1001 60 Apr 9 16:47 .semver [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 166 Apr 9 16:47 .sonarcloud.properties [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 8607 Apr 9 16:47 Attribution.txt [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 3804 Apr 9 16:47 CONTRIBUTING.md [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 931 Apr 9 16:47 Dockerfile.build [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 863 Apr 9 16:47 Jenkinsfile [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 10775 Apr 9 16:47 LICENSE [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 5774 Apr 9 16:47 Makefile [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 6548 Apr 9 16:47 README.md [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 6755 Apr 9 16:47 SECURITY.md [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 5 Apr 9 16:47 VERSION [2021-04-09T16:50:38.498Z] -rw-rw-r-- 1 1001 1001 4131 Apr 9 16:47 ZMQWindows.md [2021-04-09T16:50:38.498Z] drwxrwxr-x 2 1001 1001 117 Apr 9 16:47 bin [2021-04-09T16:50:38.498Z] drwxrwxr-x 14 1001 1001 4096 Apr 9 16:47 cmd [2021-04-09T16:50:38.498Z] -rw-r--r-- 1 root root 697383 Apr 9 16:50 coverage.out [2021-04-09T16:50:38.498Z] -rw-r--r-- 1 root root 1056 Apr 9 16:50 go.mod [2021-04-09T16:50:38.498Z] -rw-r--r-- 1 root root 21911 Apr 9 16:50 go.sum [2021-04-09T16:50:38.498Z] drwxrwxr-x 8 1001 1001 127 Apr 9 16:47 internal [2021-04-09T16:50:38.498Z] drwxrwxr-x 4 1001 1001 26 Apr 9 16:47 openapi [2021-04-09T16:50:38.499Z] drwxrwxr-x 4 1001 1001 71 Apr 9 16:47 snap [2021-04-09T16:50:38.499Z] -rw-rw-r-- 1 1001 1001 168 Apr 9 16:47 version.go [Pipeline] sh [2021-04-09T16:50:38.797Z] + '[' -e coverage.out ] [2021-04-09T16:50:38.797Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-09T16:50:39.026Z] Stashed 1 file(s) [Pipeline] sh [2021-04-09T16:50:39.338Z] + make build [2021-04-09T16:50:39.338Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-09T16:50:40.841Z] using credential edgex-jenkins-ssh [2021-04-09T16:50:40.897Z] Cloning the remote Git repository [2021-04-09T16:50:40.981Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-09T16:50:41.097Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-04-09T16:50:41.198Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T16:50:41.199Z] > git --version # timeout=10 [2021-04-09T16:50:41.223Z] > git --version # 'git version 2.17.1' [2021-04-09T16:50:41.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T16:50:41.293Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T16:50:42.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T16:50:50.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T16:50:52.327Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-09T16:50:54.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-09T16:50:54.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-09T16:50:56.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-09T16:50:57.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T16:50:57.426Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T16:50:57.446Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T16:50:57.475Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T16:50:57.525Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T16:50:57.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T16:50:57.538Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T16:50:58.525Z] Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:50:58.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-09T16:50:58.981Z] Merge succeeded, producing 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:50:58.982Z] Checking out Revision 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 (PR-3331) [2021-04-09T16:50:59.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-09T16:50:58.563Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T16:50:58.583Z] > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # timeout=10 [2021-04-09T16:50:58.900Z] > git remote # timeout=10 [2021-04-09T16:50:58.918Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T16:50:58.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T16:50:58.951Z] > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 [2021-04-09T16:50:58.974Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T16:50:58.997Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T16:50:59.011Z] > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # timeout=10 [2021-04-09T16:51:00.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T16:51:01.838Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-09T16:51:03.503Z] Commit message: "fix: address Lenny's PR comments" [Pipeline] } [2021-04-09T16:51:03.834Z] $ docker stop --time=1 3a6af4b46287af85e8831d153d092e81cfaae80dd374db02504d458e47b13f62 [2021-04-09T16:51:05.489Z] $ docker rm -f 3a6af4b46287af85e8831d153d092e81cfaae80dd374db02504d458e47b13f62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T16:51:09.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T16:51:09.162Z] [2021-04-09T16:51:09.162Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:51:09.865Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-04-09T16:51:09.935Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T16:51:09.935Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-09T16:51:09.935Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-09T16:51:09.935Z] ca9280d653b3: Pulling fs layer [2021-04-09T16:51:09.935Z] 7e9c9ca2126c: Pulling fs layer [2021-04-09T16:51:09.935Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-09T16:51:09.935Z] cbdbe7a5bc2a: Download complete [Pipeline] sh [2021-04-09T16:51:10.297Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T16:51:10.508Z] cbdbe7a5bc2a: Pull complete [2021-04-09T16:51:10.508Z] ca9280d653b3: Verifying Checksum [2021-04-09T16:51:10.508Z] ca9280d653b3: Download complete [2021-04-09T16:51:10.637Z] + sudo service docker restart [2021-04-09T16:51:10.637Z] + true [2021-04-09T16:51:11.913Z] 7e9c9ca2126c: Download complete [2021-04-09T16:51:11.913Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T16:51:12.719Z] provisioning config files... [2021-04-09T16:51:12.768Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config458437941055774187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T16:51:13.222Z] ---> docker-login.sh [2021-04-09T16:51:13.222Z] nexus3.edgexfoundry.org:10001 [2021-04-09T16:51:13.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T16:51:14.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T16:51:14.437Z] Configure a credential helper to remove this warning. See [2021-04-09T16:51:14.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T16:51:14.437Z] [2021-04-09T16:51:14.437Z] Login Succeeded [2021-04-09T16:51:14.437Z] nexus3.edgexfoundry.org:10002 [2021-04-09T16:51:14.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T16:51:14.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T16:51:14.984Z] Configure a credential helper to remove this warning. See [2021-04-09T16:51:14.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T16:51:14.984Z] [2021-04-09T16:51:14.984Z] Login Succeeded [2021-04-09T16:51:14.984Z] nexus3.edgexfoundry.org:10003 [2021-04-09T16:51:15.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T16:51:15.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T16:51:15.533Z] Configure a credential helper to remove this warning. See [2021-04-09T16:51:15.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T16:51:15.533Z] [2021-04-09T16:51:15.533Z] Login Succeeded [2021-04-09T16:51:15.533Z] nexus3.edgexfoundry.org:10004 [2021-04-09T16:51:15.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T16:51:16.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T16:51:16.080Z] Configure a credential helper to remove this warning. See [2021-04-09T16:51:16.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T16:51:16.080Z] [2021-04-09T16:51:16.080Z] Login Succeeded [2021-04-09T16:51:16.080Z] docker.io [2021-04-09T16:51:16.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T16:51:16.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T16:51:16.627Z] Configure a credential helper to remove this warning. See [2021-04-09T16:51:16.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T16:51:16.627Z] [2021-04-09T16:51:16.627Z] Login Succeeded [2021-04-09T16:51:16.627Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T16:51:16.644Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-09T16:51:17.053Z] ========================================================= [2021-04-09T16:51:17.053Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-09T16:51:17.053Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:51:17.429Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-09T16:51:18.564Z] 7e9c9ca2126c: Pull complete [2021-04-09T16:51:18.564Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-09T16:51:18.564Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T16:51:18.564Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-09T16:51:18.758Z] prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container [2021-04-09T16:51:18.805Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-09T16:51:20.067Z] Sending build context to Docker daemon 167.4MB [2021-04-09T16:51:20.067Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T16:51:20.067Z] Step 2/6 : FROM ${BASE} [2021-04-09T16:51:20.067Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-09T16:51:20.067Z] 5f621e34cdf4: Pulling fs layer [2021-04-09T16:51:20.067Z] a4357932f1b6: Pulling fs layer [2021-04-09T16:51:20.067Z] 18c013af1878: Pulling fs layer [2021-04-09T16:51:20.067Z] 00ac8860ef70: Pulling fs layer [2021-04-09T16:51:20.067Z] 63d7cb157983: Pulling fs layer [2021-04-09T16:51:20.067Z] b116817d02f9: Pulling fs layer [2021-04-09T16:51:20.067Z] 745a02a5169b: Pulling fs layer [2021-04-09T16:51:20.067Z] 00ac8860ef70: Waiting [2021-04-09T16:51:20.067Z] 63d7cb157983: Waiting [2021-04-09T16:51:20.067Z] b116817d02f9: Waiting [2021-04-09T16:51:20.067Z] 745a02a5169b: Waiting [2021-04-09T16:51:20.067Z] 18c013af1878: Verifying Checksum [2021-04-09T16:51:20.067Z] 18c013af1878: Download complete [2021-04-09T16:51:20.067Z] a4357932f1b6: Verifying Checksum [2021-04-09T16:51:20.067Z] a4357932f1b6: Download complete [2021-04-09T16:51:20.067Z] 63d7cb157983: Verifying Checksum [2021-04-09T16:51:20.067Z] 63d7cb157983: Download complete [2021-04-09T16:51:20.067Z] b116817d02f9: Download complete [2021-04-09T16:51:20.067Z] 5f621e34cdf4: Download complete [2021-04-09T16:51:20.347Z] $ docker top 9baa187a01d49d7aa9555c40e3194e8c5336d4a46174dd3dd8a7b04ef9302047 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T16:51:20.670Z] 5f621e34cdf4: Pull complete [2021-04-09T16:51:20.846Z] + docker-compose build --help [2021-04-09T16:51:20.846Z] + grep parallel [2021-04-09T16:51:21.278Z] a4357932f1b6: Pull complete [2021-04-09T16:51:21.558Z] 18c013af1878: Pull complete [2021-04-09T16:51:21.791Z] --parallel Build images in parallel. [Pipeline] } [2021-04-09T16:51:21.807Z] $ docker stop --time=1 9baa187a01d49d7aa9555c40e3194e8c5336d4a46174dd3dd8a7b04ef9302047 [2021-04-09T16:51:22.152Z] 745a02a5169b: Verifying Checksum [2021-04-09T16:51:22.152Z] 745a02a5169b: Download complete [2021-04-09T16:51:23.150Z] $ docker rm -f 9baa187a01d49d7aa9555c40e3194e8c5336d4a46174dd3dd8a7b04ef9302047 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:51:23.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T16:51:23.768Z] . [Pipeline] withDockerContainer [2021-04-09T16:51:23.864Z] prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container [2021-04-09T16:51:23.912Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-09T16:51:24.122Z] 00ac8860ef70: Verifying Checksum [2021-04-09T16:51:24.122Z] 00ac8860ef70: Download complete [2021-04-09T16:51:24.513Z] $ docker top 43a3c721b82fe025661c61205c7b0049e57dd5cf9fd1dabed8ff703342fd69ba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T16:51:25.001Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-09T16:51:25.999Z] Building docker-core-command-go ... [2021-04-09T16:51:25.999Z] Building docker-core-data-go ... [2021-04-09T16:51:25.999Z] Building docker-core-metadata-go ... [2021-04-09T16:51:25.999Z] Building docker-security-bootstrapper-go ... [2021-04-09T16:51:25.999Z] Building docker-security-proxy-setup-go ... [2021-04-09T16:51:25.999Z] Building docker-security-secretstore-setup-go ... [2021-04-09T16:51:25.999Z] Building docker-support-notifications-go ... [2021-04-09T16:51:25.999Z] Building docker-support-scheduler-go ... [2021-04-09T16:51:25.999Z] Building docker-sys-mgmt-agent-go ... [2021-04-09T16:51:25.999Z] Building docker-security-proxy-setup-go [2021-04-09T16:51:25.999Z] Building docker-core-metadata-go [2021-04-09T16:51:25.999Z] Building docker-support-scheduler-go [2021-04-09T16:51:25.999Z] Building docker-security-bootstrapper-go [2021-04-09T16:51:25.999Z] Building docker-support-notifications-go [2021-04-09T16:51:34.286Z] 00ac8860ef70: Pull complete [2021-04-09T16:51:34.286Z] 63d7cb157983: Pull complete [2021-04-09T16:51:34.286Z] b116817d02f9: Pull complete [2021-04-09T16:51:38.621Z] 745a02a5169b: Pull complete [2021-04-09T16:51:38.621Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-09T16:51:38.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-09T16:51:38.621Z] ---> b7e6874047d6 [2021-04-09T16:51:38.621Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-09T16:51:41.248Z] ---> Running in 7389b365d493 [2021-04-09T16:51:42.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T16:51:43.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T16:51:44.643Z] (1/12) Installing libmagic (5.38-r0) [2021-04-09T16:51:44.643Z] (2/12) Installing file (5.38-r0) [2021-04-09T16:51:44.912Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-09T16:51:44.912Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-09T16:51:49.206Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-09T16:51:49.206Z] (6/12) Installing patch (2.7.6-r6) [2021-04-09T16:51:49.206Z] (7/12) Installing build-base (0.5-r2) [2021-04-09T16:51:49.206Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-09T16:51:49.206Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-09T16:51:49.206Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-09T16:51:49.206Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-09T16:51:49.206Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-09T16:51:49.206Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T16:51:49.206Z] OK: 217 MiB in 51 packages [2021-04-09T16:51:53.514Z] Removing intermediate container 7389b365d493 [2021-04-09T16:51:53.514Z] ---> e3ed747e50aa [2021-04-09T16:51:53.514Z] Step 4/6 : WORKDIR /edgex-go [2021-04-09T16:51:53.514Z] ---> Running in a07b7c785e80 [2021-04-09T16:51:53.788Z] Removing intermediate container a07b7c785e80 [2021-04-09T16:51:53.788Z] ---> 39aa50ad299a [2021-04-09T16:51:53.788Z] Step 5/6 : COPY go.mod . [2021-04-09T16:51:54.383Z] ---> 5d30c3e4a5b6 [2021-04-09T16:51:54.383Z] Step 6/6 : RUN go mod download [2021-04-09T16:51:54.662Z] ---> Running in 2b29c160989b [2021-04-09T16:51:58.328Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T16:51:58.328Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-09T16:51:58.328Z] ---> a4b3a8c75177 [2021-04-09T16:51:58.328Z] Step 3/31 : WORKDIR /edgex-go [2021-04-09T16:51:58.328Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T16:51:58.328Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-09T16:51:58.328Z] ---> a4b3a8c75177 [2021-04-09T16:51:58.328Z] Step 3/21 : WORKDIR /edgex-go [2021-04-09T16:51:58.328Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T16:51:58.328Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T16:51:58.328Z] ---> a4b3a8c75177 [2021-04-09T16:51:58.328Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T16:51:58.328Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T16:51:58.328Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T16:51:58.328Z] ---> a4b3a8c75177 [2021-04-09T16:51:58.328Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T16:51:58.328Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T16:51:58.328Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T16:51:58.328Z] ---> a4b3a8c75177 [2021-04-09T16:51:58.328Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T16:51:58.328Z] ---> Running in f7e24c685c9c [2021-04-09T16:51:58.328Z] ---> Running in 1b65e2c9dfb1 [2021-04-09T16:51:58.329Z] ---> Running in 816318ced41e [2021-04-09T16:51:58.329Z] ---> Running in 98c01d37523a [2021-04-09T16:51:58.329Z] ---> Running in b79c4d8a720e [2021-04-09T16:51:58.329Z] Removing intermediate container f7e24c685c9c [2021-04-09T16:51:58.329Z] ---> fa0dbd2b3a04 [2021-04-09T16:51:58.329Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T16:51:58.329Z] Removing intermediate container 816318ced41e [2021-04-09T16:51:58.329Z] ---> 6897fcbe7173 [2021-04-09T16:51:58.329Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T16:51:58.329Z] Removing intermediate container 1b65e2c9dfb1 [2021-04-09T16:51:58.329Z] ---> a34509c58596 [2021-04-09T16:51:58.329Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T16:51:58.329Z] Removing intermediate container b79c4d8a720e [2021-04-09T16:51:58.329Z] ---> 6d8798ef7c64 [2021-04-09T16:51:58.329Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T16:51:58.329Z] Removing intermediate container 98c01d37523a [2021-04-09T16:51:58.329Z] ---> 268990e8c378 [2021-04-09T16:51:58.329Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T16:51:58.329Z] ---> Running in 12c18823386d [2021-04-09T16:51:58.329Z] ---> Running in 096d1f8fbe7c [2021-04-09T16:51:58.329Z] ---> Running in 04d0f23a1c4d [2021-04-09T16:51:58.329Z] ---> Running in e59e9fd58eb3 [2021-04-09T16:51:58.329Z] ---> Running in 6a7e9b69f338 [2021-04-09T16:51:58.920Z] Removing intermediate container 04d0f23a1c4d [2021-04-09T16:51:58.920Z] ---> fdfccefb8594 [2021-04-09T16:51:58.921Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T16:51:58.921Z] ---> Running in 8a4e40640e91 [2021-04-09T16:51:58.921Z] Removing intermediate container 12c18823386d [2021-04-09T16:51:58.921Z] ---> a39a0786f9e4 [2021-04-09T16:51:58.921Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-09T16:51:59.505Z] ---> Running in b7ae9009385f [2021-04-09T16:51:59.505Z] Removing intermediate container e59e9fd58eb3 [2021-04-09T16:51:59.505Z] ---> cbd91cfc90c9 [2021-04-09T16:51:59.505Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-09T16:51:59.505Z] Removing intermediate container 096d1f8fbe7c [2021-04-09T16:51:59.505Z] ---> cbe2d2ce0b7e [2021-04-09T16:51:59.505Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-09T16:51:59.505Z] Removing intermediate container 6a7e9b69f338 [2021-04-09T16:51:59.505Z] ---> d62134de8c32 [2021-04-09T16:51:59.505Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-09T16:51:59.768Z] ---> Running in 2a18a246ace4 [2021-04-09T16:51:59.768Z] ---> Running in 9e905d8e28ab [2021-04-09T16:51:59.768Z] ---> Running in 221eb8420c86 [2021-04-09T16:51:59.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:52:00.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:52:00.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:52:00.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:52:00.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:52:00.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:52:00.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:52:01.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:52:01.082Z] OK: 233 MiB in 51 packages [2021-04-09T16:52:01.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:52:01.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:52:01.630Z] OK: 233 MiB in 51 packages [2021-04-09T16:52:01.631Z] OK: 233 MiB in 51 packages [2021-04-09T16:52:01.631Z] Removing intermediate container b7ae9009385f [2021-04-09T16:52:01.631Z] ---> 0602951ceb0c [2021-04-09T16:52:01.631Z] Step 6/21 : COPY go.mod . [2021-04-09T16:52:01.631Z] OK: 233 MiB in 51 packages [2021-04-09T16:52:01.895Z] OK: 233 MiB in 51 packages [2021-04-09T16:52:02.169Z] ---> a539c1fbea4f [2021-04-09T16:52:02.169Z] Step 7/21 : RUN go mod download [2021-04-09T16:52:02.440Z] ---> Running in 88ebf9045c06 [2021-04-09T16:52:02.440Z] Removing intermediate container 8a4e40640e91 [2021-04-09T16:52:02.440Z] ---> dd58995aa32b [2021-04-09T16:52:02.440Z] Step 6/23 : COPY go.mod . [2021-04-09T16:52:02.440Z] Removing intermediate container 9e905d8e28ab [2021-04-09T16:52:02.440Z] ---> 0ce750a900c7 [2021-04-09T16:52:02.440Z] Step 6/22 : COPY go.mod . [2021-04-09T16:52:03.027Z] Removing intermediate container 221eb8420c86 [2021-04-09T16:52:03.027Z] ---> 82682b5e8b7a [2021-04-09T16:52:03.027Z] Step 6/31 : COPY go.mod . [2021-04-09T16:52:03.027Z] Removing intermediate container 2a18a246ace4 [2021-04-09T16:52:03.027Z] ---> 8e68ff508440 [2021-04-09T16:52:03.027Z] Step 6/22 : COPY go.mod . [2021-04-09T16:52:03.027Z] ---> bb25b533447d [2021-04-09T16:52:03.027Z] Step 7/23 : RUN go mod download [2021-04-09T16:52:03.027Z] ---> f3a487eae4d4 [2021-04-09T16:52:03.027Z] Step 7/22 : RUN go mod download [2021-04-09T16:52:03.027Z] ---> Running in b3dd58478c74 [2021-04-09T16:52:03.027Z] ---> Running in 496b448859e8 [2021-04-09T16:52:03.295Z] ---> cc41d5fd7ea3 [2021-04-09T16:52:03.295Z] Step 7/31 : RUN go mod download [2021-04-09T16:52:03.555Z] ---> 02bf6fe50d15 [2021-04-09T16:52:03.555Z] Step 7/22 : RUN go mod download [2021-04-09T16:52:03.555Z] ---> Running in 0d2c02f07366 [2021-04-09T16:52:03.820Z] ---> Running in 2540fc76b146 [2021-04-09T16:52:04.417Z] Removing intermediate container 88ebf9045c06 [2021-04-09T16:52:04.417Z] ---> 6ad7cbc4e03d [2021-04-09T16:52:04.417Z] Step 8/21 : COPY . . [2021-04-09T16:52:09.723Z] Removing intermediate container b3dd58478c74 [2021-04-09T16:52:09.723Z] ---> aad2219c07e2 [2021-04-09T16:52:09.723Z] Step 8/22 : COPY . . [2021-04-09T16:52:09.995Z] Removing intermediate container 496b448859e8 [2021-04-09T16:52:09.995Z] ---> e4ff0ef7cf51 [2021-04-09T16:52:09.995Z] Step 8/23 : COPY . . [2021-04-09T16:52:14.230Z] Removing intermediate container 2540fc76b146 [2021-04-09T16:52:14.230Z] ---> 1395fc0cb1d8 [2021-04-09T16:52:14.230Z] Step 8/22 : COPY . . [2021-04-09T16:52:15.187Z] Removing intermediate container 0d2c02f07366 [2021-04-09T16:52:15.187Z] ---> ae1e47412642 [2021-04-09T16:52:15.187Z] Step 8/31 : COPY . . [2021-04-09T16:52:21.464Z] Removing intermediate container 2b29c160989b [2021-04-09T16:52:21.464Z] ---> e4991715076d [2021-04-09T16:52:21.464Z] Successfully built e4991715076d [2021-04-09T16:52:21.464Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:52:21.803Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T16:52:21.803Z] . [Pipeline] withDockerContainer [2021-04-09T16:52:22.073Z] prd-ubuntu18.04-docker-arm64-4c-16g-33452 does not seem to be running inside a container [2021-04-09T16:52:22.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-09T16:52:23.653Z] $ docker top d66fca0c922095f3de6eba8ed014d50f44501b8a9e16285e0eefbfe52ade2486 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T16:52:24.719Z] + go version [2021-04-09T16:52:24.719Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-09T16:52:24.745Z] $ docker stop --time=1 d66fca0c922095f3de6eba8ed014d50f44501b8a9e16285e0eefbfe52ade2486 [2021-04-09T16:52:26.627Z] $ docker rm -f d66fca0c922095f3de6eba8ed014d50f44501b8a9e16285e0eefbfe52ade2486 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:52:27.674Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T16:52:27.675Z] . [Pipeline] withDockerContainer [2021-04-09T16:52:27.935Z] prd-ubuntu18.04-docker-arm64-4c-16g-33452 does not seem to be running inside a container [2021-04-09T16:52:28.014Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-09T16:52:29.426Z] $ docker top 248084efcd01a86280c88fb549c1e3fe3f29d019bd0a17e56e2df4993a021f28 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T16:52:29.816Z] ========================================================= [2021-04-09T16:52:29.816Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-09T16:52:29.816Z] ========================================================= [Pipeline] sh [2021-04-09T16:52:30.462Z] + make test [2021-04-09T16:52:30.462Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T16:52:47.657Z] ---> 02f6cbed342f [2021-04-09T16:52:47.657Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-09T16:52:47.657Z] ---> Running in a2e2a271ce6e [2021-04-09T16:52:52.631Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-09T16:52:54.280Z] ---> 4521cfc4088e [2021-04-09T16:52:54.280Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-09T16:52:54.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T16:52:54.546Z] ---> Running in 7a761e10903b [2021-04-09T16:52:54.546Z] ---> 01b603571fc3 [2021-04-09T16:52:54.546Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-09T16:52:54.812Z] ---> 6f8915ff9255 [2021-04-09T16:52:54.812Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-09T16:52:54.812Z] ---> 0284d32810b8 [2021-04-09T16:52:54.812Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-09T16:52:54.812Z] ---> Running in cc76a44239b9 [2021-04-09T16:52:54.812Z] ---> Running in 4eaa05236be8 [2021-04-09T16:52:54.812Z] ---> Running in 519d5cdfcd1c [2021-04-09T16:52:55.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-09T16:52:56.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-09T16:52:56.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-09T16:52:56.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T16:53:23.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T16:53:33.371Z] Removing intermediate container 519d5cdfcd1c [2021-04-09T16:53:33.371Z] ---> 32ae50178efa [2021-04-09T16:53:33.371Z] [2021-04-09T16:53:33.371Z] Step 10/31 : FROM alpine:3.12 [2021-04-09T16:53:33.371Z] Removing intermediate container a2e2a271ce6e [2021-04-09T16:53:33.371Z] ---> ca4246b2c769 [2021-04-09T16:53:33.371Z] [2021-04-09T16:53:33.371Z] Step 10/21 : FROM alpine:3.12 [2021-04-09T16:53:33.371Z] 3.12: Pulling from library/alpine [2021-04-09T16:53:33.371Z] 3.12: Pulling from library/alpine [2021-04-09T16:53:33.371Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T16:53:33.371Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T16:53:33.635Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T16:53:33.635Z] ---> 7230e588e954 [2021-04-09T16:53:33.635Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-09T16:53:33.635Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T16:53:33.635Z] ---> 7230e588e954 [2021-04-09T16:53:33.635Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-09T16:53:37.872Z] ---> Running in ec9d934e1e83 [2021-04-09T16:53:37.872Z] ---> Running in 63f8e164843e [2021-04-09T16:53:37.872Z] Removing intermediate container 7a761e10903b [2021-04-09T16:53:37.872Z] ---> 3d2d525b8f5f [2021-04-09T16:53:37.872Z] [2021-04-09T16:53:37.872Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T16:53:37.872Z] ---> 7230e588e954 [2021-04-09T16:53:37.872Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-09T16:53:38.135Z] Removing intermediate container cc76a44239b9 [2021-04-09T16:53:38.135Z] ---> d48e760e25cd [2021-04-09T16:53:38.135Z] [2021-04-09T16:53:38.135Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T16:53:38.135Z] ---> 7230e588e954 [2021-04-09T16:53:38.135Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-09T16:53:39.083Z] Removing intermediate container 4eaa05236be8 [2021-04-09T16:53:39.083Z] ---> 12a9d7b38933 [2021-04-09T16:53:39.083Z] [2021-04-09T16:53:39.083Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T16:53:39.083Z] ---> 7230e588e954 [2021-04-09T16:53:39.083Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T16:53:39.083Z] ---> Running in 258c5618ff9b [2021-04-09T16:53:39.083Z] ---> Running in df9dabdaab22 [2021-04-09T16:53:39.083Z] ---> Running in 2d57189fb487 [2021-04-09T16:53:39.083Z] Removing intermediate container ec9d934e1e83 [2021-04-09T16:53:39.083Z] ---> beea17977dad [2021-04-09T16:53:39.083Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-09T16:53:39.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:53:39.351Z] ---> Running in 2c96f24a470b [2021-04-09T16:53:39.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:53:39.601Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-09T16:53:39.619Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-09T16:53:39.619Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T16:53:39.619Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-09T16:53:39.619Z] (4/4) Installing curl (7.69.1-r3) [2021-04-09T16:53:39.619Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T16:53:39.619Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T16:53:39.619Z] OK: 7 MiB in 18 packages [2021-04-09T16:53:39.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:53:39.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:53:39.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:53:40.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:53:40.159Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T16:53:40.159Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T16:53:40.159Z] OK: 6 MiB in 15 packages [2021-04-09T16:53:40.159Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-09T16:53:40.159Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-09T16:53:40.159Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T16:53:40.159Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T16:53:40.439Z] OK: 6 MiB in 16 packages [2021-04-09T16:53:40.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:53:40.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:53:40.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:53:40.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:53:40.709Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T16:53:40.709Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T16:53:40.709Z] OK: 6 MiB in 15 packages [2021-04-09T16:53:40.709Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-09T16:53:40.709Z] (2/2) Installing su-exec (0.2-r1) [2021-04-09T16:53:40.709Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T16:53:40.709Z] OK: 6 MiB in 16 packages [2021-04-09T16:53:41.656Z] Removing intermediate container 63f8e164843e [2021-04-09T16:53:41.656Z] ---> c7b708112a38 [2021-04-09T16:53:41.656Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T16:53:41.918Z] ---> Running in 40da5a90f90a [2021-04-09T16:53:42.492Z] Removing intermediate container df9dabdaab22 [2021-04-09T16:53:42.492Z] ---> 8ec89888bf4a [2021-04-09T16:53:42.492Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T16:53:43.064Z] ---> Running in 245ef9d84221 [2021-04-09T16:53:43.326Z] Removing intermediate container 258c5618ff9b [2021-04-09T16:53:43.326Z] ---> e498324406e8 [2021-04-09T16:53:43.326Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T16:53:43.326Z] Removing intermediate container 40da5a90f90a [2021-04-09T16:53:43.326Z] ---> eef0a912df77 [2021-04-09T16:53:43.326Z] Step 13/21 : WORKDIR /edgex [2021-04-09T16:53:43.326Z] Removing intermediate container 2d57189fb487 [2021-04-09T16:53:43.326Z] ---> f774e3a02a12 [2021-04-09T16:53:43.326Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T16:53:43.588Z] ---> Running in 2f9ca0c99d3f [2021-04-09T16:53:43.588Z] ---> Running in d0ff051c876a [2021-04-09T16:53:43.588Z] Removing intermediate container 2c96f24a470b [2021-04-09T16:53:43.588Z] ---> c4ba8c98d04d [2021-04-09T16:53:43.588Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-09T16:53:43.588Z] Removing intermediate container 245ef9d84221 [2021-04-09T16:53:43.588Z] ---> 7f07ee61d80a [2021-04-09T16:53:43.588Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-09T16:53:43.588Z] ---> Running in d5ce4b5eb0b0 [2021-04-09T16:53:43.850Z] ---> Running in 90fb52297043 [2021-04-09T16:53:43.850Z] ---> Running in 4706113027cc [2021-04-09T16:53:43.850Z] Removing intermediate container 2f9ca0c99d3f [2021-04-09T16:53:43.850Z] ---> 431b2bcfed63 [2021-04-09T16:53:43.850Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-09T16:53:43.850Z] Removing intermediate container d0ff051c876a [2021-04-09T16:53:43.850Z] ---> ee97b3081d12 [2021-04-09T16:53:43.850Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-09T16:53:44.115Z] Removing intermediate container d5ce4b5eb0b0 [2021-04-09T16:53:44.115Z] ---> d0c3464377ba [2021-04-09T16:53:44.115Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-09T16:53:44.115Z] ---> Running in 0c1504e7d748 [2021-04-09T16:53:44.115Z] ---> Running in 4f3900c85f68 [2021-04-09T16:53:44.115Z] Removing intermediate container 90fb52297043 [2021-04-09T16:53:44.115Z] ---> 74a2241af893 [2021-04-09T16:53:44.115Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T16:53:44.698Z] Removing intermediate container 4706113027cc [2021-04-09T16:53:44.698Z] ---> a6be784d5560 [2021-04-09T16:53:44.698Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-09T16:53:44.698Z] ---> Running in f1871dfc64e1 [2021-04-09T16:53:44.698Z] ---> 6b72d44abe75 [2021-04-09T16:53:44.698Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-09T16:53:44.961Z] Removing intermediate container 0c1504e7d748 [2021-04-09T16:53:44.961Z] ---> 030d6e8817ad [2021-04-09T16:53:44.961Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T16:53:44.961Z] ---> Running in 9edf2d10ba5c [2021-04-09T16:53:44.961Z] Removing intermediate container 4f3900c85f68 [2021-04-09T16:53:44.961Z] ---> baca4e8cf34b [2021-04-09T16:53:44.961Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T16:53:45.223Z] ---> Running in 953dd9cb6a47 [2021-04-09T16:53:45.223Z] ---> Running in 68cbb2cc09fa [2021-04-09T16:53:45.223Z] Removing intermediate container f1871dfc64e1 [2021-04-09T16:53:45.223Z] ---> 6a20a1ef76d5 [2021-04-09T16:53:45.223Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T16:53:45.223Z] Removing intermediate container 9edf2d10ba5c [2021-04-09T16:53:45.223Z] ---> 6f72761a2aab [2021-04-09T16:53:45.223Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-09T16:53:45.223Z] ---> 97c76a348585 [2021-04-09T16:53:45.223Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-09T16:53:45.490Z] ---> Running in b8ccba226c1e [2021-04-09T16:53:45.490Z] Removing intermediate container 68cbb2cc09fa [2021-04-09T16:53:45.490Z] ---> a2553605c672 [2021-04-09T16:53:45.490Z] Step 15/23 : WORKDIR / [2021-04-09T16:53:45.754Z] Removing intermediate container 953dd9cb6a47 [2021-04-09T16:53:45.754Z] ---> d0e2bfbe3b98 [2021-04-09T16:53:45.754Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T16:53:45.754Z] ---> Running in 6eec8c2caa3d [2021-04-09T16:53:45.754Z] ---> 2c40ea91c6fc [2021-04-09T16:53:45.754Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-09T16:53:46.019Z] ---> ec669f5d5b98 [2021-04-09T16:53:46.019Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-09T16:53:46.019Z] ---> dff0e02a2729 [2021-04-09T16:53:46.019Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-09T16:53:46.296Z] ---> Running in 09a82bf021de [2021-04-09T16:53:46.296Z] Removing intermediate container 6eec8c2caa3d [2021-04-09T16:53:46.296Z] ---> 52b5a786b555 [2021-04-09T16:53:46.296Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T16:53:46.876Z] ---> 554d125f53aa [2021-04-09T16:53:46.876Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-09T16:53:46.876Z] Removing intermediate container 09a82bf021de [2021-04-09T16:53:46.876Z] ---> 6066b4df9c8b [2021-04-09T16:53:46.876Z] Step 18/21 : CMD ["--init=true"] [2021-04-09T16:53:46.876Z] ---> 7d76c875e71b [2021-04-09T16:53:46.876Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-09T16:53:47.140Z] ---> 2237f452814f [2021-04-09T16:53:47.140Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-09T16:53:47.403Z] ---> Running in 00498fd58148 [2021-04-09T16:53:47.665Z] ---> 6229ad64dc9e [2021-04-09T16:53:47.665Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-09T16:53:47.665Z] ---> dce10ea5ef99 [2021-04-09T16:53:47.665Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-09T16:53:47.665Z] ---> 379daa10d071 [2021-04-09T16:53:47.665Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-09T16:53:47.665Z] ---> Running in 382da1c9ab81 [2021-04-09T16:53:47.898Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-09T16:53:47.929Z] ---> Running in e7eeb574b9aa [2021-04-09T16:53:47.929Z] Removing intermediate container 00498fd58148 [2021-04-09T16:53:47.929Z] ---> b56e1aab7ce8 [2021-04-09T16:53:47.929Z] Step 19/21 : LABEL arch=x86_64 [2021-04-09T16:53:47.929Z] Removing intermediate container b8ccba226c1e [2021-04-09T16:53:47.929Z] ---> 0f9b3d25c548 [2021-04-09T16:53:47.929Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-09T16:53:47.929Z] ---> Running in 888e987dca78 [2021-04-09T16:53:48.190Z] ---> Running in c54b32b212ff [2021-04-09T16:53:48.190Z] Removing intermediate container 382da1c9ab81 [2021-04-09T16:53:48.190Z] ---> 19e3188de490 [2021-04-09T16:53:48.190Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T16:53:48.190Z] ---> 84db1269ff11 [2021-04-09T16:53:48.190Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-09T16:53:48.190Z] Removing intermediate container e7eeb574b9aa [2021-04-09T16:53:48.190Z] ---> 4abbaec0a6fe [2021-04-09T16:53:48.190Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T16:53:48.454Z] Removing intermediate container 888e987dca78 [2021-04-09T16:53:48.454Z] ---> 427159d38038 [2021-04-09T16:53:48.454Z] Step 20/21 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:53:48.454Z] ---> Running in 83839fbba3ef [2021-04-09T16:53:48.454Z] ---> Running in 0be51243b0fb [2021-04-09T16:53:48.454Z] ---> Running in 6564946be93f [2021-04-09T16:53:48.454Z] Removing intermediate container c54b32b212ff [2021-04-09T16:53:48.454Z] ---> e5bfd616f62c [2021-04-09T16:53:48.454Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-09T16:53:48.715Z] ---> Running in 2c2f8193e691 [2021-04-09T16:53:48.715Z] Removing intermediate container 83839fbba3ef [2021-04-09T16:53:48.715Z] ---> 935e3899d87e [2021-04-09T16:53:48.715Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T16:53:48.715Z] Removing intermediate container 0be51243b0fb [2021-04-09T16:53:48.715Z] ---> ba4697d93b40 [2021-04-09T16:53:48.715Z] Step 20/22 : LABEL arch=x86_64 [2021-04-09T16:53:48.978Z] Removing intermediate container 6564946be93f [2021-04-09T16:53:48.978Z] ---> f888586e3e09 [2021-04-09T16:53:48.978Z] Step 20/22 : LABEL arch=x86_64 [2021-04-09T16:53:48.978Z] ---> Running in 40b215672864 [2021-04-09T16:53:48.978Z] ---> Running in 061f9a95dcf9 [2021-04-09T16:53:48.978Z] Removing intermediate container 2c2f8193e691 [2021-04-09T16:53:48.978Z] ---> d5364e0c9463 [2021-04-09T16:53:48.978Z] Step 21/21 : LABEL version=0.0.0 [2021-04-09T16:53:49.241Z] ---> 4194aacda398 [2021-04-09T16:53:49.241Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-09T16:53:49.241Z] ---> Running in ab1ccc8b0750 [2021-04-09T16:53:49.241Z] ---> Running in 95d442f98b34 [2021-04-09T16:53:49.241Z] ---> Running in e2e1a6733559 [2021-04-09T16:53:49.502Z] Removing intermediate container 40b215672864 [2021-04-09T16:53:49.502Z] ---> a36e7e275706 [2021-04-09T16:53:49.502Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T16:53:49.502Z] Removing intermediate container 061f9a95dcf9 [2021-04-09T16:53:49.502Z] ---> 18b468c158bc [2021-04-09T16:53:49.502Z] Step 21/22 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:53:49.768Z] Removing intermediate container ab1ccc8b0750 [2021-04-09T16:53:49.768Z] ---> 58c9e7d1bb72 [2021-04-09T16:53:49.768Z] Step 21/22 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:53:49.768Z] ---> Running in 6126863a00b6 [2021-04-09T16:53:49.768Z] Removing intermediate container 95d442f98b34 [2021-04-09T16:53:49.768Z] ---> 972787e7de60 [2021-04-09T16:53:49.768Z] [2021-04-09T16:53:49.768Z] ---> Running in 7e1718749c82 [2021-04-09T16:53:49.768Z] ---> Running in 25e929a29f86 [2021-04-09T16:53:50.029Z] Removing intermediate container 6126863a00b6 [2021-04-09T16:53:50.029Z] ---> a39e4c365f17 [2021-04-09T16:53:50.029Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T16:53:50.029Z] Removing intermediate container 7e1718749c82 [2021-04-09T16:53:50.029Z] ---> 59c8373624ec [2021-04-09T16:53:50.029Z] Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:53:50.291Z] Successfully built 972787e7de60 [2021-04-09T16:53:50.559Z] ---> Running in a73e7dedea03 [2021-04-09T16:53:50.559Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-09T16:53:50.559Z] Building docker-sys-mgmt-agent-go [2021-04-09T16:53:50.559Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 1cabe0bfaceb [2021-04-09T16:53:50.559Z] Removing intermediate container 25e929a29f86 [2021-04-09T16:53:50.559Z] ---> 95fd9f6d7d92 [2021-04-09T16:53:50.559Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T16:53:50.559Z] ---> Running in 3a77f2c06b94 [2021-04-09T16:53:50.822Z] Removing intermediate container a73e7dedea03 [2021-04-09T16:53:50.822Z] ---> 56e0e73f5b68 [2021-04-09T16:53:50.822Z] [2021-04-09T16:53:50.822Z] Removing intermediate container 1cabe0bfaceb [2021-04-09T16:53:50.822Z] ---> c51901828bdb [2021-04-09T16:53:50.822Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T16:53:50.822Z] Successfully built 56e0e73f5b68 [2021-04-09T16:53:50.822Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-09T16:53:51.088Z] Building docker-core-command-go [2021-04-09T16:53:51.088Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3a77f2c06b94 [2021-04-09T16:53:51.088Z] ---> cdfa449118c2 [2021-04-09T16:53:51.088Z] ---> Running in 53140cc1dc33 [2021-04-09T16:53:51.088Z] [2021-04-09T16:53:51.088Z] Successfully built cdfa449118c2 [2021-04-09T16:53:51.350Z] Successfully tagged docker-support-notifications-go:latest [2021-04-09T16:53:51.350Z] Building docker-core-data-go [2021-04-09T16:53:51.350Z]  Building docker-support-notifications-go ... done Removing intermediate container 53140cc1dc33 [2021-04-09T16:53:51.350Z] ---> b79a21241a2c [2021-04-09T16:53:51.350Z] [2021-04-09T16:53:51.350Z] Removing intermediate container e2e1a6733559 [2021-04-09T16:53:51.350Z] ---> 3bd9c8209627 [2021-04-09T16:53:51.350Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T16:53:51.350Z] Successfully built b79a21241a2c [2021-04-09T16:53:51.350Z] Successfully tagged docker-core-metadata-go:latest [2021-04-09T16:53:51.350Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-04-09T16:53:51.613Z] ---> e491c3b84441 [2021-04-09T16:53:51.613Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-09T16:53:55.837Z] ---> f441a9ab0f88 [2021-04-09T16:53:55.837Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-09T16:53:56.100Z] ---> 7f830595936b [2021-04-09T16:53:56.100Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-09T16:53:56.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-09T16:53:56.401Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-09T16:53:58.402Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-09T16:53:58.402Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-09T16:53:58.402Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-09T16:53:58.666Z] ---> f9cb92c4ba98 [2021-04-09T16:53:58.666Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-09T16:53:59.002Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-09T16:54:01.235Z] ---> a94d72a37b04 [2021-04-09T16:54:01.235Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-09T16:54:01.636Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-09T16:54:02.627Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-09T16:54:02.632Z] ---> Running in c3ad30422f95 [2021-04-09T16:54:02.898Z] Removing intermediate container c3ad30422f95 [2021-04-09T16:54:02.898Z] ---> 9646b4ae6969 [2021-04-09T16:54:02.898Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-09T16:54:03.164Z] ---> 1db66019957c [2021-04-09T16:54:03.164Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-09T16:54:03.431Z] ---> Running in c068ce11a8ea [2021-04-09T16:54:10.938Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-09T16:54:10.938Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-09T16:54:10.938Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-09T16:54:16.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.331s coverage: 45.9% of statements [2021-04-09T16:54:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-09T16:54:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-09T16:54:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-09T16:54:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-09T16:54:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-09T16:54:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-09T16:54:16.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.168s coverage: 19.8% of statements [2021-04-09T16:54:16.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.200s coverage: 100.0% of statements [2021-04-09T16:54:18.448Z] Removing intermediate container c068ce11a8ea [2021-04-09T16:54:18.448Z] ---> 952b9ccee5ca [2021-04-09T16:54:18.448Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-09T16:54:18.448Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T16:54:18.448Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T16:54:18.448Z] ---> a4b3a8c75177 [2021-04-09T16:54:18.448Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> 268990e8c378 [2021-04-09T16:54:18.448Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> d62134de8c32 [2021-04-09T16:54:18.448Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-09T16:54:18.448Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T16:54:18.448Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T16:54:18.448Z] ---> a4b3a8c75177 [2021-04-09T16:54:18.448Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> 268990e8c378 [2021-04-09T16:54:18.448Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> d62134de8c32 [2021-04-09T16:54:18.448Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-09T16:54:18.448Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T16:54:18.448Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-09T16:54:18.448Z] ---> a4b3a8c75177 [2021-04-09T16:54:18.448Z] Step 3/24 : WORKDIR /edgex-go [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> 268990e8c378 [2021-04-09T16:54:18.448Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> d62134de8c32 [2021-04-09T16:54:18.448Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> 82682b5e8b7a [2021-04-09T16:54:18.448Z] Step 6/24 : COPY go.mod . [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> cc41d5fd7ea3 [2021-04-09T16:54:18.448Z] Step 7/24 : RUN go mod download [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> ae1e47412642 [2021-04-09T16:54:18.448Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 8/24 : COPY . . [2021-04-09T16:54:18.448Z] [2021-04-09T16:54:18.448Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T16:54:18.448Z] ---> a4b3a8c75177 [2021-04-09T16:54:18.448Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> 268990e8c378 [2021-04-09T16:54:18.448Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> d62134de8c32 [2021-04-09T16:54:18.448Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> 82682b5e8b7a [2021-04-09T16:54:18.448Z] Step 6/23 : COPY go.mod . [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> cc41d5fd7ea3 [2021-04-09T16:54:18.448Z] Step 7/23 : RUN go mod download [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> ae1e47412642 [2021-04-09T16:54:18.448Z] Step 8/23 : COPY . . [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> 0284d32810b8 [2021-04-09T16:54:18.448Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-09T16:54:18.448Z] ---> Using cache [2021-04-09T16:54:18.448Z] ---> 0284d32810b8 [2021-04-09T16:54:18.448Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-09T16:54:19.839Z] ---> Running in aed9f2db0c35 [2021-04-09T16:54:20.101Z] ---> Running in 150a49803f0b [2021-04-09T16:54:20.101Z] ---> Running in 081e84d6f909 [2021-04-09T16:54:20.101Z] ---> Running in 64bf34f26b94 [2021-04-09T16:54:20.101Z] ---> Running in 61e448f67f66 [2021-04-09T16:54:20.363Z] Removing intermediate container aed9f2db0c35 [2021-04-09T16:54:20.363Z] ---> e389e003726d [2021-04-09T16:54:20.363Z] Step 28/31 : CMD ["gate"] [2021-04-09T16:54:20.625Z] ---> Running in ec9c0e2d016d [2021-04-09T16:54:20.888Z] Removing intermediate container ec9c0e2d016d [2021-04-09T16:54:20.888Z] ---> cdfacc32fabe [2021-04-09T16:54:20.888Z] Step 29/31 : LABEL arch=x86_64 [2021-04-09T16:54:21.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:54:21.415Z] ---> Running in e29bbe9ec4bd [2021-04-09T16:54:21.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-09T16:54:21.680Z] Removing intermediate container e29bbe9ec4bd [2021-04-09T16:54:21.680Z] ---> 5d57bc490c35 [2021-04-09T16:54:21.680Z] Step 30/31 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:54:21.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:54:21.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T16:54:21.680Z] ---> Running in ba0f4d92f8f6 [2021-04-09T16:54:21.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:54:22.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:54:22.475Z] OK: 233 MiB in 51 packages [2021-04-09T16:54:22.741Z] Removing intermediate container ba0f4d92f8f6 [2021-04-09T16:54:22.741Z] ---> 6eb8db43ec85 [2021-04-09T16:54:22.741Z] Step 31/31 : LABEL version=0.0.0 [2021-04-09T16:54:22.741Z] OK: 233 MiB in 51 packages [2021-04-09T16:54:23.010Z] ---> Running in 32924700f755 [2021-04-09T16:54:23.755Z] Removing intermediate container 32924700f755 [2021-04-09T16:54:23.755Z] ---> 74cfb3aca9df [2021-04-09T16:54:23.755Z] [2021-04-09T16:54:23.755Z] Removing intermediate container 150a49803f0b [2021-04-09T16:54:23.755Z] ---> 7b545faa900f [2021-04-09T16:54:23.755Z] Step 6/23 : COPY go.mod . [2021-04-09T16:54:24.306Z] Removing intermediate container 61e448f67f66 [2021-04-09T16:54:24.306Z] ---> a505e053f893 [2021-04-09T16:54:24.306Z] Step 6/23 : COPY go.mod . [2021-04-09T16:54:24.306Z] Successfully built 74cfb3aca9df [2021-04-09T16:54:24.306Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-09T16:54:24.306Z]  Building docker-security-bootstrapper-go ... done  ---> e73078b370de [2021-04-09T16:54:24.306Z] Step 7/23 : RUN go mod download [2021-04-09T16:54:24.306Z] ---> Running in 6fca4db9a659 [2021-04-09T16:54:24.628Z] ---> 180c42ac928e [2021-04-09T16:54:24.629Z] Step 7/23 : RUN go mod download [2021-04-09T16:54:24.629Z] ---> Running in cbc264b045af [2021-04-09T16:54:24.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements [2021-04-09T16:54:24.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-09T16:54:24.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-09T16:54:24.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-09T16:54:24.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-09T16:54:24.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-09T16:54:24.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-09T16:54:24.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.134s coverage: 100.0% of statements [2021-04-09T16:54:24.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-09T16:54:24.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.176s coverage: 100.0% of statements [2021-04-09T16:54:24.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-09T16:54:24.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-09T16:54:24.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.237s coverage: 71.3% of statements [2021-04-09T16:54:24.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-09T16:54:24.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-09T16:54:26.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.510s coverage: 82.9% of statements [2021-04-09T16:54:26.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-09T16:54:26.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T16:54:26.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.138s coverage: 78.9% of statements [2021-04-09T16:54:26.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-09T16:54:27.434Z] Removing intermediate container cbc264b045af [2021-04-09T16:54:27.434Z] ---> f0ddbdf25162 [2021-04-09T16:54:27.434Z] Step 8/23 : COPY . . [2021-04-09T16:54:27.434Z] Removing intermediate container 6fca4db9a659 [2021-04-09T16:54:27.434Z] ---> cfea353c077a [2021-04-09T16:54:27.434Z] Step 8/23 : COPY . . [2021-04-09T16:54:36.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.142s coverage: 28.6% of statements [2021-04-09T16:54:36.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-09T16:54:36.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-09T16:54:36.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-09T16:54:36.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-09T16:54:36.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-09T16:54:36.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.256s coverage: 100.0% of statements [2021-04-09T16:54:36.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-09T16:54:36.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.138s coverage: 100.0% of statements [2021-04-09T16:54:36.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-09T16:54:36.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.429s coverage: 86.7% of statements [2021-04-09T16:54:36.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-09T16:54:36.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.499s coverage: 97.5% of statements [2021-04-09T16:54:36.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-09T16:54:36.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.215s coverage: 78.3% of statements [2021-04-09T16:54:36.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-09T16:54:36.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-09T16:54:36.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-09T16:54:36.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-09T16:54:45.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.237s coverage: 92.8% of statements [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-09T16:54:45.209Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.133s coverage: 58.8% of statements [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-09T16:54:45.209Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.181s coverage: 1.0% of statements [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-09T16:54:45.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-09T16:54:45.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements [2021-04-09T16:54:45.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.211s coverage: 79.5% of statements [2021-04-09T16:54:45.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.110s coverage: 94.1% of statements [2021-04-09T16:54:45.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.231s coverage: 96.3% of statements [2021-04-09T16:54:45.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.141s coverage: 87.5% of statements [2021-04-09T16:54:46.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-09T16:54:56.115Z] ---> eb22ad4ed1f3 [2021-04-09T16:54:56.115Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-09T16:54:56.115Z] Removing intermediate container 64bf34f26b94 [2021-04-09T16:54:56.115Z] ---> b64c52ed057d [2021-04-09T16:54:56.115Z] [2021-04-09T16:54:56.115Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T16:54:56.115Z] ---> 7230e588e954 [2021-04-09T16:54:56.115Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T16:54:56.115Z] ---> Using cache [2021-04-09T16:54:56.115Z] ---> f774e3a02a12 [2021-04-09T16:54:56.115Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T16:54:56.115Z] ---> Using cache [2021-04-09T16:54:56.115Z] ---> d0c3464377ba [2021-04-09T16:54:56.115Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-09T16:54:56.115Z] Removing intermediate container 081e84d6f909 [2021-04-09T16:54:56.115Z] ---> cce69d65c17d [2021-04-09T16:54:56.115Z] [2021-04-09T16:54:56.115Z] Step 10/24 : FROM alpine:3.12 [2021-04-09T16:54:56.115Z] ---> 7230e588e954 [2021-04-09T16:54:56.115Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-09T16:54:56.115Z] ---> Running in 50ec945a12c6 [2021-04-09T16:54:56.115Z] ---> 4e70ceeeb168 [2021-04-09T16:54:56.115Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-09T16:54:56.378Z] ---> Running in 688f0f2d2378 [2021-04-09T16:54:56.378Z] ---> Running in b940f3bfebc8 [2021-04-09T16:54:56.378Z] ---> Running in 374a7c0fcc97 [2021-04-09T16:54:56.646Z] Removing intermediate container 688f0f2d2378 [2021-04-09T16:54:56.646Z] ---> 7983429145b9 [2021-04-09T16:54:56.646Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T16:54:56.646Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-09T16:54:56.917Z] ---> Running in 74f8c23ad3c9 [2021-04-09T16:54:57.189Z] Removing intermediate container 74f8c23ad3c9 [2021-04-09T16:54:57.189Z] ---> d49cec463d45 [2021-04-09T16:54:57.189Z] Step 15/23 : WORKDIR / [2021-04-09T16:54:57.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-09T16:54:57.189Z] ---> Running in 06106170e3e5 [2021-04-09T16:54:57.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:54:57.459Z] Removing intermediate container 06106170e3e5 [2021-04-09T16:54:57.459Z] ---> 3792fdd8d491 [2021-04-09T16:54:57.459Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T16:54:57.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:54:57.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.135s coverage: 94.4% of statements [2021-04-09T16:54:57.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.117s coverage: 44.8% of statements [2021-04-09T16:54:57.758Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-09T16:54:57.758Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T16:54:57.758Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-09T16:54:57.758Z] (4/6) Installing curl (7.69.1-r3) [2021-04-09T16:54:57.758Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-09T16:54:57.758Z] (6/6) Installing su-exec (0.2-r1) [2021-04-09T16:54:57.758Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T16:54:57.758Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T16:54:57.758Z] OK: 7 MiB in 20 packages [2021-04-09T16:54:57.758Z] ---> b9e66de9066d [2021-04-09T16:54:57.758Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-09T16:54:59.206Z] ---> b37d7b3468f7 [2021-04-09T16:54:59.206Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-09T16:54:59.476Z] Removing intermediate container 374a7c0fcc97 [2021-04-09T16:54:59.476Z] ---> 074ea054a0d2 [2021-04-09T16:54:59.476Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T16:54:59.748Z] ---> a39a8d973841 [2021-04-09T16:54:59.748Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-09T16:54:59.748Z] ---> Running in fed33fb53201 [2021-04-09T16:55:00.022Z] ---> Running in f9ec536913b3 [2021-04-09T16:55:00.022Z] Removing intermediate container fed33fb53201 [2021-04-09T16:55:00.022Z] ---> 5225a2971bd5 [2021-04-09T16:55:00.022Z] Step 13/24 : WORKDIR / [2021-04-09T16:55:00.625Z] Removing intermediate container f9ec536913b3 [2021-04-09T16:55:00.625Z] ---> b6ef2cab3947 [2021-04-09T16:55:00.625Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T16:55:00.898Z] ---> Running in 33937325f908 [2021-04-09T16:55:00.898Z] ---> Running in fea71441ef60 [2021-04-09T16:55:01.169Z] Removing intermediate container fea71441ef60 [2021-04-09T16:55:01.169Z] ---> e28fe27d45e2 [2021-04-09T16:55:01.169Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T16:55:01.448Z] Removing intermediate container 33937325f908 [2021-04-09T16:55:01.448Z] ---> 7d68cdb293fd [2021-04-09T16:55:01.448Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-09T16:55:01.717Z] ---> Running in 181d4748fed8 [2021-04-09T16:55:01.717Z] Removing intermediate container 181d4748fed8 [2021-04-09T16:55:01.717Z] ---> b5e093ebe95f [2021-04-09T16:55:01.717Z] Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:55:01.995Z] ---> 30add1c2e3fe [2021-04-09T16:55:01.995Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-09T16:55:01.995Z] ---> Running in a1c314390f73 [2021-04-09T16:55:02.266Z] Removing intermediate container a1c314390f73 [2021-04-09T16:55:02.266Z] ---> db3b1fa6ec6a [2021-04-09T16:55:02.266Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T16:55:02.542Z] ---> 26d6a517ed4b [2021-04-09T16:55:02.542Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-09T16:55:02.542Z] ---> Running in 49e59d3f4527 [2021-04-09T16:55:03.136Z] Removing intermediate container 49e59d3f4527 [2021-04-09T16:55:03.136Z] ---> 55a9b247c871 [2021-04-09T16:55:03.136Z] [2021-04-09T16:55:03.136Z] ---> 5954bb28ca53 [2021-04-09T16:55:03.136Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-09T16:55:03.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.577s coverage: 81.5% of statements [2021-04-09T16:55:03.150Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-09T16:55:03.150Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.123s coverage: 87.1% of statements [2021-04-09T16:55:03.413Z] Successfully built 55a9b247c871 [2021-04-09T16:55:03.413Z] Successfully tagged docker-core-command-go:latest [2021-04-09T16:55:04.396Z]  Building docker-core-command-go ... done  ---> 3a52281e422a [2021-04-09T16:55:04.397Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-09T16:55:06.395Z] ---> 419590539928 [2021-04-09T16:55:06.395Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-09T16:55:07.015Z] ---> 911a53672cc3 [2021-04-09T16:55:07.015Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-09T16:55:07.015Z] ---> Running in 1db2fef4707f [2021-04-09T16:55:08.994Z] Removing intermediate container 1db2fef4707f [2021-04-09T16:55:08.994Z] ---> 70d4edca14e6 [2021-04-09T16:55:08.994Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-09T16:55:08.994Z] ---> Running in c966bcceb35c [2021-04-09T16:55:09.967Z] Removing intermediate container c966bcceb35c [2021-04-09T16:55:09.967Z] ---> 43071e033bfe [2021-04-09T16:55:09.967Z] Step 22/24 : LABEL arch=x86_64 [2021-04-09T16:55:10.943Z] ---> Running in 9191f92e514a [2021-04-09T16:55:11.207Z] Removing intermediate container 9191f92e514a [2021-04-09T16:55:11.207Z] ---> ca4207d4c08d [2021-04-09T16:55:11.207Z] Step 23/24 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:55:11.475Z] ---> Running in db08e4ec7fdd [2021-04-09T16:55:11.746Z] Removing intermediate container db08e4ec7fdd [2021-04-09T16:55:11.746Z] ---> 90be7a78bf86 [2021-04-09T16:55:11.746Z] Step 24/24 : LABEL version=0.0.0 [2021-04-09T16:55:12.012Z] ---> Running in 7d04e1a31129 [2021-04-09T16:55:12.291Z] Removing intermediate container 7d04e1a31129 [2021-04-09T16:55:12.291Z] ---> be7e73c5de05 [2021-04-09T16:55:12.291Z] [2021-04-09T16:55:12.565Z] Successfully built be7e73c5de05 [2021-04-09T16:55:12.565Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.209s coverage: 92.9% of statements [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.096s coverage: 100.0% of statements [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.167s coverage: 80.8% of statements [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.189s coverage: 84.6% of statements [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.6% of statements [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.630s coverage: 64.4% of statements [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-09T16:55:15.570Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.111s coverage: 100.0% of statements [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2021-04-09T16:55:15.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-04-09T16:55:17.910Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b940f3bfebc8 [2021-04-09T16:55:17.910Z] ---> 06dfdd98e585 [2021-04-09T16:55:17.910Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-09T16:55:17.910Z] ---> Running in 5c6d55d1444f [2021-04-09T16:55:17.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-09T16:55:18.964Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.007s coverage: 69.0% of statements [2021-04-09T16:55:18.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-09T16:55:18.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-09T16:55:18.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-09T16:55:19.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.529s coverage: 38.4% of statements [2021-04-09T16:55:19.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-09T16:55:19.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-09T16:55:19.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.144s coverage: 89.5% of statements [2021-04-09T16:55:19.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-09T16:55:19.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements [2021-04-09T16:55:20.480Z] Removing intermediate container 50ec945a12c6 [2021-04-09T16:55:20.481Z] ---> afc03c485efc [2021-04-09T16:55:20.481Z] [2021-04-09T16:55:20.481Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T16:55:20.481Z] ---> 7230e588e954 [2021-04-09T16:55:20.481Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-09T16:55:20.744Z] ---> Running in 374d7e5b495b [2021-04-09T16:55:20.744Z] Removing intermediate container 5c6d55d1444f [2021-04-09T16:55:20.744Z] ---> 4f14871b7450 [2021-04-09T16:55:20.744Z] [2021-04-09T16:55:20.744Z] Step 11/23 : FROM docker:20.10.0 [2021-04-09T16:55:20.744Z] Removing intermediate container 374d7e5b495b [2021-04-09T16:55:20.744Z] ---> 2d0186bdfe1d [2021-04-09T16:55:20.744Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-09T16:55:20.744Z] 20.10.0: Pulling from library/docker [2021-04-09T16:55:20.744Z] ---> Running in d347af347076 [2021-04-09T16:55:21.016Z] Removing intermediate container d347af347076 [2021-04-09T16:55:21.016Z] ---> 3800b1d6fbd7 [2021-04-09T16:55:21.016Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-09T16:55:21.280Z] ---> Running in 42c06e0ae236 [2021-04-09T16:55:21.543Z] Removing intermediate container 42c06e0ae236 [2021-04-09T16:55:21.543Z] ---> f3a3c38c7277 [2021-04-09T16:55:21.543Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T16:55:23.471Z] ---> Running in cef7bdce5895 [2021-04-09T16:55:24.869Z] Removing intermediate container cef7bdce5895 [2021-04-09T16:55:24.869Z] ---> ccc9d16e2237 [2021-04-09T16:55:24.869Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-09T16:55:24.869Z] ---> Running in 57f75835445e [2021-04-09T16:55:24.954Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.401s coverage: 47.0% of statements [2021-04-09T16:55:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-09T16:55:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-09T16:55:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-09T16:55:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-09T16:55:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-09T16:55:24.954Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements [2021-04-09T16:55:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-09T16:55:24.954Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements [2021-04-09T16:55:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-09T16:55:24.954Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-09T16:55:24.955Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.156s coverage: 11.0% of statements [2021-04-09T16:55:24.955Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-09T16:55:25.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:55:26.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:55:26.598Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-09T16:55:26.598Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-09T16:55:26.598Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-09T16:55:26.598Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-09T16:55:26.598Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-09T16:55:26.598Z] ---> aefe523efa57 [2021-04-09T16:55:26.598Z] 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-04-09T16:55:26.861Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-09T16:55:26.861Z] ---> Running in 12f93f2461dd [2021-04-09T16:55:26.861Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T16:55:27.124Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-09T16:55:27.124Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T16:55:27.124Z] Removing intermediate container 12f93f2461dd [2021-04-09T16:55:27.124Z] ---> 87fd1a4092fa [2021-04-09T16:55:27.124Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-09T16:55:27.124Z] OK: 8 MiB in 20 packages [2021-04-09T16:55:27.124Z] ---> Running in 19e70265eca9 [2021-04-09T16:55:27.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T16:55:27.706Z] Removing intermediate container 57f75835445e [2021-04-09T16:55:27.706Z] ---> 3a6c3407284d [2021-04-09T16:55:27.706Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T16:55:27.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T16:55:27.968Z] ---> 0d118ddaec32 [2021-04-09T16:55:27.968Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-09T16:55:27.968Z] (1/39) Installing readline (8.0.4-r0) [2021-04-09T16:55:27.968Z] (2/39) Installing bash (5.0.17-r0) [2021-04-09T16:55:27.968Z] Executing bash-5.0.17-r0.post-install [2021-04-09T16:55:27.968Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T16:55:27.968Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-09T16:55:27.968Z] (5/39) Installing curl (7.69.1-r3) [2021-04-09T16:55:27.968Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-09T16:55:27.968Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-09T16:55:27.968Z] (8/39) Installing expat (2.2.9-r1) [2021-04-09T16:55:27.968Z] (9/39) Installing libffi (3.3-r2) [2021-04-09T16:55:27.968Z] (10/39) Installing gdbm (1.13-r1) [2021-04-09T16:55:28.236Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-09T16:55:28.236Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-09T16:55:28.236Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-09T16:55:28.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.459s coverage: 87.1% of statements [2021-04-09T16:55:28.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-09T16:55:28.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T16:55:28.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-09T16:55:31.547Z] ---> 4331d4df9146 [2021-04-09T16:55:31.547Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-09T16:55:31.547Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-09T16:55:31.547Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-09T16:55:31.547Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-09T16:55:31.547Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-09T16:55:31.547Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-09T16:55:31.547Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-09T16:55:31.547Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-09T16:55:31.547Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-09T16:55:31.547Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-09T16:55:31.547Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-09T16:55:31.547Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-09T16:55:31.547Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-09T16:55:32.122Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-09T16:55:32.384Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-09T16:55:32.646Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-09T16:55:32.646Z] ---> 83c6f1e7cb9b [2021-04-09T16:55:32.646Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-09T16:55:32.646Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-09T16:55:32.646Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-09T16:55:32.909Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-09T16:55:32.909Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-09T16:55:32.909Z] ---> Running in d1837b3482ad [2021-04-09T16:55:32.909Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-09T16:55:32.909Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-09T16:55:32.909Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-09T16:55:32.909Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-09T16:55:32.909Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-09T16:55:32.909Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-09T16:55:32.909Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-09T16:55:32.909Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T16:55:33.482Z] OK: 72 MiB in 59 packages [2021-04-09T16:55:33.744Z] Removing intermediate container d1837b3482ad [2021-04-09T16:55:33.744Z] ---> 28e930efdf30 [2021-04-09T16:55:33.744Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T16:55:33.744Z] ---> Running in d1bbbe3b118d [2021-04-09T16:55:34.007Z] Removing intermediate container d1bbbe3b118d [2021-04-09T16:55:34.007Z] ---> 7805014a5929 [2021-04-09T16:55:34.007Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T16:55:34.007Z] ---> Running in 889efba5411b [2021-04-09T16:55:34.270Z] Collecting docker-compose==1.23.2 [2021-04-09T16:55:34.531Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-09T16:55:35.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.295s coverage: 29.1% of statements [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-09T16:55:35.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-09T16:55:35.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.177s coverage: 100.0% of statements [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-09T16:55:35.101Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.305s coverage: 95.6% of statements [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-09T16:55:35.101Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-09T16:55:35.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.071s coverage: 100.0% of statements [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-09T16:55:35.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.120s coverage: 87.9% of statements [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-09T16:55:35.101Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-09T16:55:35.101Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-04-09T16:55:35.111Z] Removing intermediate container 889efba5411b [2021-04-09T16:55:35.111Z] ---> e93414b13922 [2021-04-09T16:55:35.111Z] Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:55:35.111Z] Collecting texttable<0.10,>=0.9.0 [2021-04-09T16:55:35.111Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-09T16:55:35.372Z] ---> Running in 5a6a9204b3cb [2021-04-09T16:55:35.372Z] Removing intermediate container 5a6a9204b3cb [2021-04-09T16:55:35.372Z] ---> fa7b796ac802 [2021-04-09T16:55:35.372Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T16:55:35.635Z] ---> Running in 959c2401eb40 [2021-04-09T16:55:35.635Z] Collecting docopt<0.7,>=0.6.1 [2021-04-09T16:55:35.635Z] Removing intermediate container 959c2401eb40 [2021-04-09T16:55:35.635Z] ---> 4161e7fc1964 [2021-04-09T16:55:35.635Z] [2021-04-09T16:55:35.635Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-09T16:55:35.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 32.1% of statements [2021-04-09T16:55:35.898Z] Successfully built 4161e7fc1964 [2021-04-09T16:55:35.898Z] Successfully tagged docker-core-data-go:latest [2021-04-09T16:55:36.159Z]  Building docker-core-data-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-09T16:55:36.159Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-09T16:55:36.159Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-09T16:55:36.291Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-04-09T16:55:36.732Z] Collecting jsonschema<3,>=2.5.1 [2021-04-09T16:55:36.732Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-09T16:55:36.995Z] Collecting PyYAML<4,>=3.10 [2021-04-09T16:55:36.996Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-09T16:55:37.266Z] GO111MODULE=on go vet ./... [2021-04-09T16:55:37.940Z] Collecting cached-property<2,>=1.2.0 [2021-04-09T16:55:37.940Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-09T16:55:37.940Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-09T16:55:37.940Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-09T16:55:38.203Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-09T16:55:38.203Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-09T16:55:38.203Z] Collecting docker<4.0,>=3.6.0 [2021-04-09T16:55:38.466Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-09T16:55:38.466Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-09T16:55:38.466Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-09T16:55:38.466Z] Collecting idna<2.8,>=2.5 [2021-04-09T16:55:38.466Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-09T16:55:38.727Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-09T16:55:38.727Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-09T16:55:38.727Z] Collecting docker-pycreds>=0.4.0 [2021-04-09T16:55:38.727Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-09T16:55:38.727Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-09T16:55:38.727Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-09T16:55:38.727Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-09T16:55:38.727Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-09T16:55:38.989Z] Installing collected packages: texttable, docopt, dockerpty, jsonschema, PyYAML, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docker-compose [2021-04-09T16:55:38.989Z] Running setup.py install for texttable: started [2021-04-09T16:55:39.251Z] Running setup.py install for texttable: finished with status 'done' [2021-04-09T16:55:39.251Z] Running setup.py install for docopt: started [2021-04-09T16:55:39.832Z] Running setup.py install for docopt: finished with status 'done' [2021-04-09T16:55:39.832Z] Running setup.py install for dockerpty: started [2021-04-09T16:55:40.406Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-09T16:55:40.406Z] Running setup.py install for PyYAML: started [2021-04-09T16:55:40.980Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-09T16:55:40.980Z] Attempting uninstall: idna [2021-04-09T16:55:40.980Z] Found existing installation: idna 2.9 [2021-04-09T16:55:40.980Z] Uninstalling idna-2.9: [2021-04-09T16:55:40.980Z] Successfully uninstalled idna-2.9 [2021-04-09T16:55:41.242Z] Attempting uninstall: urllib3 [2021-04-09T16:55:41.242Z] Found existing installation: urllib3 1.25.9 [2021-04-09T16:55:41.242Z] Uninstalling urllib3-1.25.9: [2021-04-09T16:55:41.242Z] Successfully uninstalled urllib3-1.25.9 [2021-04-09T16:55:41.242Z] Attempting uninstall: requests [2021-04-09T16:55:41.242Z] Found existing installation: requests 2.23.0 [2021-04-09T16:55:41.242Z] Uninstalling requests-2.23.0: [2021-04-09T16:55:41.242Z] Successfully uninstalled requests-2.23.0 [2021-04-09T16:55:42.187Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-09T16:55:50.355Z] Removing intermediate container 19e70265eca9 [2021-04-09T16:55:50.355Z] ---> 7f334cadcc17 [2021-04-09T16:55:50.355Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-09T16:55:50.355Z] ---> Running in 69c9bb4811dd [2021-04-09T16:55:50.355Z] Removing intermediate container 69c9bb4811dd [2021-04-09T16:55:50.355Z] ---> e165c2f901b5 [2021-04-09T16:55:50.355Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-09T16:55:50.355Z] ---> Running in 1747a9c6e49f [2021-04-09T16:55:50.355Z] Removing intermediate container 1747a9c6e49f [2021-04-09T16:55:50.355Z] ---> 5663313fa074 [2021-04-09T16:55:50.355Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-09T16:55:50.355Z] ---> f8667956862f [2021-04-09T16:55:50.355Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-09T16:55:50.617Z] ---> e3f221e543bf [2021-04-09T16:55:50.617Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-09T16:55:50.878Z] ---> 8ca6655cd520 [2021-04-09T16:55:50.878Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-09T16:55:51.141Z] ---> Running in 485cb8b9e3cd [2021-04-09T16:55:51.141Z] Removing intermediate container 485cb8b9e3cd [2021-04-09T16:55:51.142Z] ---> 22336bb6a32f [2021-04-09T16:55:51.142Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T16:55:51.142Z] ---> Running in 95cbc3da2d05 [2021-04-09T16:55:51.431Z] Removing intermediate container 95cbc3da2d05 [2021-04-09T16:55:51.431Z] ---> 6a602c4f86ae [2021-04-09T16:55:51.431Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T16:55:51.431Z] ---> Running in 5b1f0626b077 [2021-04-09T16:55:51.719Z] Removing intermediate container 5b1f0626b077 [2021-04-09T16:55:51.720Z] ---> ab10a901ca92 [2021-04-09T16:55:51.720Z] Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:55:51.720Z] ---> Running in 72828d7f4ffb [2021-04-09T16:55:52.016Z] Removing intermediate container 72828d7f4ffb [2021-04-09T16:55:52.016Z] ---> 69cc88afd109 [2021-04-09T16:55:52.016Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T16:55:52.016Z] ---> Running in ee011ab917d1 [2021-04-09T16:55:52.016Z] Removing intermediate container ee011ab917d1 [2021-04-09T16:55:52.016Z] ---> 44be3ee31b85 [2021-04-09T16:55:52.016Z] [2021-04-09T16:55:53.030Z] Successfully built 44be3ee31b85 [2021-04-09T16:55:53.296Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-09T16:55:53.572Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-09T16:55:53.589Z] $ docker stop --time=1 43a3c721b82fe025661c61205c7b0049e57dd5cf9fd1dabed8ff703342fd69ba [2021-04-09T16:55:55.135Z] $ docker rm -f 43a3c721b82fe025661c61205c7b0049e57dd5cf9fd1dabed8ff703342fd69ba [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T16:55:55.731Z] + docker images [2021-04-09T16:55:55.731Z] + grep docker [2021-04-09T16:55:55.992Z] docker-sys-mgmt-agent-go latest 44be3ee31b85 4 seconds ago 312MB [2021-04-09T16:55:55.992Z] docker-core-data-go latest 4161e7fc1964 20 seconds ago 22.7MB [2021-04-09T16:55:55.992Z] docker-security-secretstore-setup-go latest be7e73c5de05 43 seconds ago 25.8MB [2021-04-09T16:55:55.992Z] docker-core-command-go latest 55a9b247c871 53 seconds ago 17.3MB [2021-04-09T16:55:55.992Z] docker-security-bootstrapper-go latest 74cfb3aca9df About a minute ago 19MB [2021-04-09T16:55:55.992Z] docker-support-scheduler-go latest 56e0e73f5b68 2 minutes ago 17.4MB [2021-04-09T16:55:55.992Z] docker-support-notifications-go latest cdfa449118c2 2 minutes ago 17.9MB [2021-04-09T16:55:55.992Z] docker-core-metadata-go latest b79a21241a2c 2 minutes ago 19MB [2021-04-09T16:55:55.992Z] docker-security-proxy-setup-go latest 972787e7de60 2 minutes ago 25.5MB [2021-04-09T16:55:55.992Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-09T16:56:11.830Z] Still waiting to schedule task [2021-04-09T16:56:11.830Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-09T16:56:59.061Z] gofmt -l . [2021-04-09T16:56:59.061Z] [ "`gofmt -l .`" = "" ] [2021-04-09T16:56:59.061Z] ./bin/test-go-mod-tidy.sh [2021-04-09T16:56:59.061Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-09T16:57:00.388Z] + ls -al . [2021-04-09T16:57:00.388Z] total 836 [2021-04-09T16:57:00.388Z] drwxrwxr-x 9 1001 1001 4096 Apr 9 16:56 . [2021-04-09T16:57:00.388Z] drwxr-xr-x 4 root root 4096 Apr 9 16:52 .. [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 11 Apr 9 16:50 .dockerignore [2021-04-09T16:57:00.388Z] drwxrwxr-x 8 1001 1001 4096 Apr 9 16:51 .git [2021-04-09T16:57:00.388Z] drwxrwxr-x 3 1001 1001 4096 Apr 9 16:50 .github [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 818 Apr 9 16:50 .gitignore [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 166 Apr 9 16:50 .sonarcloud.properties [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 8607 Apr 9 16:50 Attribution.txt [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 3804 Apr 9 16:50 CONTRIBUTING.md [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 931 Apr 9 16:50 Dockerfile.build [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 863 Apr 9 16:50 Jenkinsfile [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 10775 Apr 9 16:50 LICENSE [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 5774 Apr 9 16:50 Makefile [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 6548 Apr 9 16:50 README.md [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 6755 Apr 9 16:50 SECURITY.md [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 5 Apr 9 16:47 VERSION [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 4131 Apr 9 16:50 ZMQWindows.md [2021-04-09T16:57:00.388Z] drwxrwxr-x 2 1001 1001 4096 Apr 9 16:50 bin [2021-04-09T16:57:00.388Z] drwxrwxr-x 14 1001 1001 4096 Apr 9 16:50 cmd [2021-04-09T16:57:00.388Z] -rw-r--r-- 1 root root 697383 Apr 9 16:55 coverage.out [2021-04-09T16:57:00.388Z] -rw-r--r-- 1 root root 1056 Apr 9 16:56 go.mod [2021-04-09T16:57:00.388Z] -rw-r--r-- 1 root root 21911 Apr 9 16:56 go.sum [2021-04-09T16:57:00.388Z] drwxrwxr-x 8 1001 1001 4096 Apr 9 16:50 internal [2021-04-09T16:57:00.388Z] drwxrwxr-x 4 1001 1001 4096 Apr 9 16:50 openapi [2021-04-09T16:57:00.388Z] drwxrwxr-x 4 1001 1001 4096 Apr 9 16:50 snap [2021-04-09T16:57:00.388Z] -rw-rw-r-- 1 1001 1001 168 Apr 9 16:50 version.go [Pipeline] sh [2021-04-09T16:57:00.842Z] + '[' -e coverage.out ] [2021-04-09T16:57:00.843Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-09T16:57:00.891Z] Warning: overwriting stash ‘coverage-report’ [2021-04-09T16:57:01.445Z] Running on prd-ubuntu18.04-docker-8c-8g-33453 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws [2021-04-09T16:57:01.497Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-04-09T16:57:02.149Z] Stashed 1 file(s) [Pipeline] sh [2021-04-09T16:57:02.807Z] + make build [2021-04-09T16:57:02.808Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-09T16:57:03.788Z] using credential edgex-jenkins-ssh [2021-04-09T16:57:03.841Z] Cloning the remote Git repository [2021-04-09T16:57:03.868Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-09T16:57:03.934Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-04-09T16:57:03.971Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T16:57:03.972Z] > git --version # timeout=10 [2021-04-09T16:57:03.979Z] > git --version # 'git version 2.17.1' [2021-04-09T16:57:03.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T16:57:04.007Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T16:57:09.916Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T16:57:09.930Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T16:57:09.940Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T16:57:09.956Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T16:57:09.956Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T16:57:09.960Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T16:57:10.603Z] Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:57:10.749Z] Merge succeeded, producing 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T16:57:10.750Z] Checking out Revision 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 (PR-3331) [2021-04-09T16:57:10.617Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T16:57:10.623Z] > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # timeout=10 [2021-04-09T16:57:10.705Z] > git remote # timeout=10 [2021-04-09T16:57:10.712Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T16:57:10.724Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T16:57:10.729Z] > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 [2021-04-09T16:57:10.740Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T16:57:10.755Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T16:57:10.766Z] > git checkout -f 7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 # timeout=10 [2021-04-09T16:57:14.504Z] Commit message: "fix: address Lenny's PR comments" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T16:57:15.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T16:57:15.642Z] + echo snap-build.sh [2021-04-09T16:57:15.642Z] snap-build.sh [2021-04-09T16:57:15.642Z] + SNAP_BASE_DIR=. [2021-04-09T16:57:15.642Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-04-09T16:57:15.642Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-04-09T16:57:15.642Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-04-09T16:57:15.642Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-04-09T16:57:15.642Z] + cd /w/workspace/edgex-go/7 [2021-04-09T16:57:15.642Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-09T16:57:15.642Z] Reading package lists... [2021-04-09T16:57:15.642Z] Building dependency tree... [2021-04-09T16:57:15.642Z] Reading state information... [2021-04-09T16:57:15.910Z] The following packages were automatically installed and are no longer required: [2021-04-09T16:57:15.910Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-09T16:57:15.910Z] uidmap xdelta3 [2021-04-09T16:57:15.910Z] Use 'sudo apt autoremove' to remove them. [2021-04-09T16:57:15.910Z] The following packages will be REMOVED: [2021-04-09T16:57:15.910Z] lxd* lxd-client* [2021-04-09T16:57:16.179Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-09T16:57:16.179Z] After this operation, 31.7 MB disk space will be freed. [2021-04-09T16:57:17.488Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-04-09T16:57:17.488Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T16:57:18.440Z] Removing lxd dnsmasq configuration [2021-04-09T16:57:18.440Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T16:57:18.703Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-09T16:57:19.649Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-09T16:57:19.911Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-04-09T16:57:19.911Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T16:57:21.299Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-09T16:57:21.300Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-09T16:57:22.242Z] + sudo snap remove --purge lxd [2021-04-09T16:57:22.503Z] snap "lxd" is not installed [2021-04-09T16:57:22.503Z] + sudo groupadd --force --system lxd [2021-04-09T16:57:22.503Z] ++ whoami [2021-04-09T16:57:22.503Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-09T16:57:22.503Z] + newgrp - lxd [2021-04-09T16:57:22.503Z] + sudo snap install lxd [2021-04-09T16:57:32.506Z] 2021-04-09T16:57:29Z INFO Waiting for automatic snapd restart... [2021-04-09T16:57:37.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T16:57:41.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-09T16:57:47.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-09T16:57:47.443Z] lxd 4.12 from Canonical* installed [2021-04-09T16:57:47.443Z] + sudo lxd init --auto [2021-04-09T16:57:48.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-09T16:57:54.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-09T16:57:55.657Z] + sudo snap install --classic snapcraft [2021-04-09T16:57:59.883Z] snapcraft 4.6 from Canonical* installed [2021-04-09T16:57:59.883Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-09T16:57:59.883Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-09T16:57:59.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T16:57:59.883Z] Dload Upload Total Spent Left Speed [2021-04-09T16:57:59.883Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3943 0 --:--:-- --:--:-- --:--:-- 3943 [2021-04-09T16:58:00.146Z] 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 5792k 0 --:--:-- --:--:-- --:--:-- 11.6M [2021-04-09T16:58:00.146Z] ./yq_linux_amd64 [2021-04-09T16:58:00.146Z] + sudo snapcraft prime --use-lxd [2021-04-09T16:58:01.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T16:58:02.059Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-09T16:58:02.059Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-09T16:58:02.059Z] - README.md [2021-04-09T16:58:02.059Z] [2021-04-09T16:58:02.059Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-09T16:58:02.634Z] Launching a container. [2021-04-09T16:58:06.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-09T16:58:10.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-09T16:58:14.894Z] Waiting for container to be ready [2021-04-09T16:58:14.894Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-09T16:58:14.894Z] [2021-04-09T16:58:15.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T16:58:18.198Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-09T16:58:18.771Z] Waiting for network to be ready... [2021-04-09T16:58:19.033Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-09T16:58:19.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-09T16:58:19.295Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-09T16:58:19.295Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-09T16:58:19.296Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-09T16:58:19.296Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-09T16:58:19.296Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-09T16:58:19.296Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-09T16:58:19.296Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-09T16:58:19.296Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-09T16:58:19.556Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-09T16:58:19.817Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-09T16:58:19.817Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-09T16:58:20.078Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-09T16:58:20.078Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-09T16:58:20.078Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-09T16:58:20.078Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-09T16:58:20.078Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-09T16:58:20.078Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-09T16:58:20.339Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-09T16:58:20.598Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-09T16:58:20.859Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-09T16:58:20.859Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-09T16:58:20.859Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-09T16:58:20.859Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-09T16:58:20.859Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-09T16:58:20.859Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-09T16:58:20.859Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-09T16:58:23.413Z] Fetched 24.2 MB in 4s (6096 kB/s) [2021-04-09T16:58:23.989Z] Reading package lists... [2021-04-09T16:58:24.250Z] Reading package lists... [2021-04-09T16:58:24.250Z] Building dependency tree... [2021-04-09T16:58:24.250Z] Reading state information... [2021-04-09T16:58:24.512Z] The following additional packages will be installed: [2021-04-09T16:58:24.512Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-09T16:58:24.512Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-09T16:58:24.512Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-09T16:58:24.512Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-09T16:58:24.512Z] Suggested packages: [2021-04-09T16:58:24.512Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-09T16:58:24.512Z] Recommended packages: [2021-04-09T16:58:24.512Z] gnupg libsasl2-modules [2021-04-09T16:58:24.512Z] The following NEW packages will be installed: [2021-04-09T16:58:24.512Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-09T16:58:24.512Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-09T16:58:24.512Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-09T16:58:24.512Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-09T16:58:24.512Z] The following packages will be upgraded: [2021-04-09T16:58:24.512Z] gpg gpg-agent gpgconf libudev1 [2021-04-09T16:58:24.512Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-09T16:58:24.512Z] Need to get 3530 kB of archives. [2021-04-09T16:58:24.512Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-09T16:58:24.512Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-04-09T16:58:24.512Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-09T16:58:24.774Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-09T16:58:24.774Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-09T16:58:24.774Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-09T16:58:25.037Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-09T16:58:25.297Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-09T16:58:25.298Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-09T16:58:25.298Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-09T16:58:25.560Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-09T16:58:25.560Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-09T16:58:25.560Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-09T16:58:25.560Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-09T16:58:25.560Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-09T16:58:25.560Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-09T16:58:25.560Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-09T16:58:25.560Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-09T16:58:25.560Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-09T16:58:25.560Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-09T16:58:25.560Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-09T16:58:25.560Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-09T16:58:25.560Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-09T16:58:25.560Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T16:58:25.560Z] Fetched 3530 kB in 1s (3472 kB/s) [2021-04-09T16:58:25.821Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-09T16:58:25.821Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-09T16:58:25.821Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T16:58:25.821Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [Pipeline] } [2021-04-09T16:58:25.952Z] $ docker stop --time=1 248084efcd01a86280c88fb549c1e3fe3f29d019bd0a17e56e2df4993a021f28 [2021-04-09T16:58:26.084Z] Selecting previously unselected package udev. [2021-04-09T16:58:26.084Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-09T16:58:26.084Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-09T16:58:26.084Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-09T16:58:26.345Z] Selecting previously unselected package libfuse2:amd64. [2021-04-09T16:58:26.345Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-09T16:58:26.345Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-09T16:58:26.345Z] Selecting previously unselected package fuse. [2021-04-09T16:58:26.345Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-09T16:58:26.345Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-09T16:58:26.345Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T16:58:26.345Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T16:58:26.607Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T16:58:26.607Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T16:58:26.607Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T16:58:26.607Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T16:58:26.868Z] Selecting previously unselected package libksba8:amd64. [2021-04-09T16:58:26.868Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-09T16:58:26.868Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-09T16:58:26.868Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-09T16:58:26.868Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T16:58:26.868Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:27.130Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-09T16:58:27.130Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T16:58:27.130Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:27.130Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-09T16:58:27.130Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T16:58:27.130Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:27.391Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-09T16:58:27.391Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T16:58:27.391Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:27.391Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-09T16:58:27.391Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T16:58:27.391Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:27.654Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-09T16:58:27.654Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T16:58:27.654Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:27.654Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-09T16:58:27.654Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T16:58:27.654Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:27.654Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-09T16:58:27.916Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T16:58:27.916Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:27.916Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-09T16:58:27.916Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T16:58:27.916Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:27.916Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-09T16:58:27.916Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-09T16:58:27.916Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T16:58:28.178Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-09T16:58:28.178Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-09T16:58:28.178Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T16:58:28.178Z] Selecting previously unselected package libldap-common. [2021-04-09T16:58:28.178Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-09T16:58:28.178Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T16:58:28.178Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-09T16:58:28.178Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-09T16:58:28.178Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T16:58:28.441Z] Selecting previously unselected package dirmngr. [2021-04-09T16:58:28.441Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T16:58:28.441Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-09T16:58:28.441Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T16:58:28.441Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-09T16:58:28.702Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-09T16:58:28.702Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T16:58:28.702Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T16:58:28.702Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-09T16:58:28.702Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:28.702Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-09T16:58:28.702Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T16:58:28.706Z] $ docker rm -f 248084efcd01a86280c88fb549c1e3fe3f29d019bd0a17e56e2df4993a021f28 [2021-04-09T16:58:28.964Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-09T16:58:29.225Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-09T16:58:29.486Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:29.486Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-09T16:58:29.486Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-09T16:58:29.747Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-09T16:58:29.747Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:29.747Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:29.747Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:29.747Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:29.747Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:29.747Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:29.747Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T16:58:30.011Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T16:58:30.011Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-09T16:58:30.011Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:58:30.589Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-09T16:58:30.589Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-09T16:58:30.589Z] This means they are not meant to be enabled using systemctl. [2021-04-09T16:58:30.589Z] Possible reasons for having this kind of units are: [2021-04-09T16:58:30.589Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-09T16:58:30.589Z] .wants/ or .requires/ directory. [2021-04-09T16:58:30.589Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-09T16:58:30.589Z] a requirement dependency on it. [2021-04-09T16:58:30.589Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-09T16:58:30.589Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-09T16:58:30.589Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-09T16:58:30.589Z] instance name specified. [2021-04-09T16:58:30.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T16:58:30.838Z] [2021-04-09T16:58:30.838Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T16:58:30.849Z] Reading package lists... [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:58:31.112Z] Building dependency tree... [2021-04-09T16:58:31.112Z] Reading state information... [2021-04-09T16:58:31.112Z] The following additional packages will be installed: [2021-04-09T16:58:31.113Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-09T16:58:31.113Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-09T16:58:31.113Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-09T16:58:31.113Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-09T16:58:31.113Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-09T16:58:31.113Z] Suggested packages: [2021-04-09T16:58:31.113Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-09T16:58:31.113Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-09T16:58:31.113Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-09T16:58:31.113Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-09T16:58:31.113Z] systemd-container policykit-1 [2021-04-09T16:58:31.113Z] Recommended packages: [2021-04-09T16:58:31.113Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-09T16:58:31.113Z] The following NEW packages will be installed: [2021-04-09T16:58:31.113Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-09T16:58:31.113Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-09T16:58:31.113Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-09T16:58:31.113Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-09T16:58:31.113Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-09T16:58:31.113Z] The following packages will be upgraded: [2021-04-09T16:58:31.113Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-09T16:58:31.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T16:58:31.376Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-09T16:58:31.376Z] Need to get 35.2 MB of archives. [2021-04-09T16:58:31.376Z] After this operation, 141 MB of additional disk space will be used. [2021-04-09T16:58:31.376Z] 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-04-09T16:58:31.376Z] 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-04-09T16:58:31.376Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-09T16:58:31.376Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-09T16:58:31.376Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-09T16:58:31.376Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-09T16:58:31.376Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-09T16:58:31.376Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-09T16:58:31.376Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-09T16:58:31.376Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-09T16:58:31.376Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-09T16:58:31.376Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-09T16:58:31.376Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-09T16:58:31.376Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-09T16:58:31.376Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-09T16:58:31.517Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-09T16:58:31.517Z] 29e5d40040c1: Pulling fs layer [2021-04-09T16:58:31.517Z] 1ce36da41761: Pulling fs layer [2021-04-09T16:58:31.517Z] 25b303627fd3: Pulling fs layer [2021-04-09T16:58:31.639Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-09T16:58:31.639Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-09T16:58:31.790Z] 29e5d40040c1: Verifying Checksum [2021-04-09T16:58:31.790Z] 29e5d40040c1: Download complete [2021-04-09T16:58:32.214Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-09T16:58:32.214Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-09T16:58:32.214Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-09T16:58:32.387Z] 29e5d40040c1: Pull complete [2021-04-09T16:58:32.476Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-09T16:58:32.476Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-09T16:58:32.476Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-09T16:58:32.476Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-09T16:58:32.476Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-09T16:58:32.476Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-09T16:58:32.476Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-09T16:58:32.476Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-09T16:58:32.476Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-09T16:58:32.476Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-09T16:58:32.666Z] 1ce36da41761: Verifying Checksum [2021-04-09T16:58:32.738Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T16:58:32.738Z] Fetched 35.2 MB in 1s (24.0 MB/s) [2021-04-09T16:58:32.738Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T16:58:32.738Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-09T16:58:32.998Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T16:58:33.572Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-09T16:58:33.572Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T16:58:33.833Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-09T16:58:33.833Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T16:58:33.833Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-09T16:58:33.833Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-09T16:58:34.094Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-09T16:58:34.094Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T16:58:34.094Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-09T16:58:34.094Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-09T16:58:34.100Z] 1ce36da41761: Pull complete [2021-04-09T16:58:34.100Z] 25b303627fd3: Download complete [2021-04-09T16:58:34.667Z] Setting up apt (1.6.13) ... [2021-04-09T16:58:34.667Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-09T16:58:35.238Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-09T16:58:35.500Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-09T16:58:35.500Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-09T16:58:35.500Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-09T16:58:35.761Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-09T16:58:35.761Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T16:58:35.761Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T16:58:36.021Z] Selecting previously unselected package libexpat1:amd64. [2021-04-09T16:58:36.021Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-09T16:58:36.021Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-09T16:58:36.021Z] Selecting previously unselected package python3.6-minimal. [2021-04-09T16:58:36.021Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T16:58:36.021Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T16:58:36.283Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-09T16:58:36.283Z] Checking for services that may need to be restarted...done. [2021-04-09T16:58:36.283Z] Checking for services that may need to be restarted...done. [2021-04-09T16:58:36.544Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T16:58:36.544Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-09T16:58:36.544Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T16:58:37.114Z] Selecting previously unselected package python3-minimal. [2021-04-09T16:58:37.114Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-09T16:58:37.114Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-09T16:58:37.114Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-09T16:58:37.114Z] Selecting previously unselected package mime-support. [2021-04-09T16:58:37.114Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-09T16:58:37.114Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-09T16:58:37.114Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-09T16:58:37.114Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-09T16:58:37.114Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-09T16:58:37.114Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-09T16:58:37.114Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T16:58:37.114Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T16:58:37.687Z] Selecting previously unselected package python3.6. [2021-04-09T16:58:37.687Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T16:58:37.687Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T16:58:37.687Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-09T16:58:37.687Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-09T16:58:37.687Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-09T16:58:37.687Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-09T16:58:37.949Z] Selecting previously unselected package python3. [2021-04-09T16:58:37.949Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-09T16:58:37.949Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-09T16:58:37.949Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-09T16:58:37.949Z] Selecting previously unselected package multiarch-support. [2021-04-09T16:58:37.949Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T16:58:37.949Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-09T16:58:38.215Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-09T16:58:38.215Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-09T16:58:38.215Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-09T16:58:38.215Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-09T16:58:38.215Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-09T16:58:38.487Z] Selecting previously unselected package libbsd0:amd64. [2021-04-09T16:58:38.487Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-09T16:58:38.487Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-09T16:58:38.487Z] Selecting previously unselected package sudo. [2021-04-09T16:58:38.487Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-09T16:58:38.488Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-09T16:58:38.752Z] Selecting previously unselected package apparmor. [2021-04-09T16:58:38.752Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-09T16:58:38.752Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-09T16:58:39.013Z] Selecting previously unselected package libedit2:amd64. [2021-04-09T16:58:39.013Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-09T16:58:39.013Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-09T16:58:39.280Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-09T16:58:39.280Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T16:58:39.280Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T16:58:39.280Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-09T16:58:39.280Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T16:58:39.280Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T16:58:39.280Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-09T16:58:39.280Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-09T16:58:39.551Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-09T16:58:39.551Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-09T16:58:39.551Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T16:58:39.551Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T16:58:39.823Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-09T16:58:39.823Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T16:58:39.823Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T16:58:39.823Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-09T16:58:39.823Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-09T16:58:39.823Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-09T16:58:40.091Z] Selecting previously unselected package openssh-client. [2021-04-09T16:58:40.091Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-09T16:58:40.091Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-09T16:58:40.359Z] Selecting previously unselected package squashfs-tools. [2021-04-09T16:58:40.359Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-09T16:58:40.359Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-09T16:58:40.359Z] Selecting previously unselected package snapd. [2021-04-09T16:58:40.359Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-09T16:58:40.359Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-09T16:58:42.272Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-09T16:58:42.272Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-09T16:58:42.535Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-09T16:58:42.535Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-09T16:58:42.535Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-09T16:58:42.800Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T16:58:42.800Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T16:58:42.800Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-09T16:58:42.800Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-09T16:58:43.744Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-09T16:58:43.744Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-09T16:58:43.744Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-09T16:58:43.744Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T16:58:43.744Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T16:58:43.744Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T16:58:44.245Z] 25b303627fd3: Pull complete [2021-04-09T16:58:44.245Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-09T16:58:44.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T16:58:44.245Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-09T16:58:44.315Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-09T16:58:44.315Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T16:58:44.316Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-09T16:58:44.316Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-09T16:58:44.316Z] running python rtupdate hooks for python3.6... [2021-04-09T16:58:44.316Z] running python post-rtupdate hooks for python3.6... [2021-04-09T16:58:44.516Z] prd-ubuntu18.04-docker-arm64-4c-16g-33452 does not seem to be running inside a container [2021-04-09T16:58:44.576Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-09T16:58:44.598Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-09T16:58:46.497Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-09T16:58:46.759Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T16:58:46.759Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-09T16:58:47.021Z] Setting up snapd (2.48.3+18.04) ... [2021-04-09T16:58:47.282Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-09T16:58:47.536Z] $ docker top 66bd5354f90893a29d5d694175569c5fc62d677cc7361330a23e0ad996fb9418 -eo pid,comm [2021-04-09T16:58:47.542Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-09T16:58:47.804Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [Pipeline] { [Pipeline] sh [2021-04-09T16:58:48.069Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-09T16:58:48.069Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-09T16:58:48.069Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-09T16:58:48.330Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-09T16:58:48.330Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-09T16:58:48.592Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-09T16:58:48.631Z] + docker-compose build --help [2021-04-09T16:58:48.631Z] + grep parallel [2021-04-09T16:58:48.853Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-09T16:58:48.853Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-04-09T16:58:49.115Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T16:58:49.115Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-09T16:58:50.059Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T16:58:50.059Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T16:58:50.059Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T16:58:51.264Z] Reading package lists... [2021-04-09T16:58:51.264Z] Reading package lists... [2021-04-09T16:58:51.524Z] Building dependency tree... [2021-04-09T16:58:51.524Z] Reading state information... [2021-04-09T16:58:51.524Z] Calculating upgrade... [2021-04-09T16:58:51.784Z] The following packages will be upgraded: [2021-04-09T16:58:51.784Z] advancecomp base-files bash binutils binutils-common [2021-04-09T16:58:51.784Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-09T16:58:51.784Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-09T16:58:51.784Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-09T16:58:51.784Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-09T16:58:51.784Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-09T16:58:51.784Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-09T16:58:51.784Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-09T16:58:51.784Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-09T16:58:51.784Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-09T16:58:51.784Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-09T16:58:51.784Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-09T16:58:51.784Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-09T16:58:51.784Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-09T16:58:51.784Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-09T16:58:52.008Z] --parallel Build images in parallel. [2021-04-09T16:58:52.044Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T16:58:52.044Z] Need to get 63.8 MB of archives. [2021-04-09T16:58:52.044Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-09T16:58:52.044Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-09T16:58:52.044Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [Pipeline] } [2021-04-09T16:58:52.302Z] $ docker stop --time=1 66bd5354f90893a29d5d694175569c5fc62d677cc7361330a23e0ad996fb9418 [2021-04-09T16:58:52.619Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-09T16:58:52.619Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-09T16:58:52.619Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-09T16:58:52.619Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-09T16:58:52.619Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-09T16:58:52.619Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-09T16:58:52.619Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-09T16:58:52.619Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-09T16:58:52.619Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-09T16:58:52.619Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-09T16:58:52.619Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-09T16:58:52.619Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-09T16:58:52.881Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-09T16:58:52.881Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-09T16:58:52.881Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-09T16:58:52.881Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-09T16:58:52.881Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-09T16:58:52.881Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-09T16:58:52.881Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-09T16:58:52.881Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-09T16:58:52.881Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-09T16:58:52.881Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-09T16:58:52.881Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-09T16:58:52.881Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-09T16:58:52.881Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-09T16:58:52.881Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-09T16:58:52.881Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-09T16:58:52.881Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-09T16:58:52.881Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-09T16:58:52.881Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-09T16:58:52.881Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-09T16:58:52.881Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-09T16:58:52.881Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-09T16:58:52.881Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-09T16:58:52.881Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-09T16:58:52.881Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-09T16:58:52.881Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-09T16:58:52.881Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-09T16:58:52.881Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-09T16:58:53.142Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-09T16:58:53.142Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-09T16:58:53.142Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-09T16:58:53.142Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-09T16:58:53.142Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-09T16:58:53.142Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-09T16:58:53.142Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-09T16:58:53.142Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-09T16:58:53.142Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-09T16:58:53.142Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-09T16:58:53.142Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-09T16:58:53.142Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-09T16:58:53.142Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-09T16:58:53.142Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-09T16:58:53.142Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-09T16:58:53.142Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-09T16:58:53.142Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-09T16:58:53.142Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-09T16:58:53.142Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-09T16:58:53.142Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-09T16:58:53.142Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-09T16:58:53.142Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-09T16:58:53.402Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-09T16:58:53.402Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-09T16:58:53.402Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-09T16:58:53.402Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-09T16:58:53.402Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-09T16:58:53.402Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-09T16:58:53.402Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-09T16:58:53.402Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-09T16:58:53.402Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-09T16:58:53.402Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-09T16:58:53.402Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-09T16:58:53.402Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-09T16:58:53.402Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-09T16:58:53.402Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-09T16:58:53.402Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-09T16:58:53.402Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-09T16:58:53.402Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-09T16:58:53.402Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-09T16:58:53.402Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-09T16:58:53.402Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-09T16:58:53.664Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-09T16:58:53.664Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-09T16:58:53.664Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-09T16:58:53.664Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-09T16:58:53.664Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-09T16:58:53.664Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-09T16:58:53.664Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-09T16:58:53.925Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-09T16:58:54.252Z] $ docker rm -f 66bd5354f90893a29d5d694175569c5fc62d677cc7361330a23e0ad996fb9418 [2021-04-09T16:58:54.497Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-09T16:58:54.497Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-09T16:58:54.497Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T16:58:54.758Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-09T16:58:54.758Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-09T16:58:54.758Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-09T16:58:54.758Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-09T16:58:54.758Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-09T16:58:54.758Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T16:58:54.758Z] Fetched 63.8 MB in 3s (21.4 MB/s) [2021-04-09T16:58:55.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:58:55.019Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T16:58:55.019Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T16:58:55.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T16:58:55.050Z] . [Pipeline] withDockerContainer [2021-04-09T16:58:55.312Z] prd-ubuntu18.04-docker-arm64-4c-16g-33452 does not seem to be running inside a container [2021-04-09T16:58:55.393Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-09T16:58:55.592Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T16:58:55.853Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T16:58:55.854Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-09T16:58:55.854Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-09T16:58:56.795Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:56.795Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T16:58:56.796Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:56.796Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T16:58:56.822Z] $ docker top 5f51ed70705a1c08d17fa5f4b501941b1f46d9ddd780437b8355a997e4657e95 -eo pid,comm [2021-04-09T16:58:57.056Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:57.056Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T16:58:57.056Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:57.056Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] { [Pipeline] sh [2021-04-09T16:58:57.319Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:57.319Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T16:58:57.319Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:57.319Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T16:58:57.579Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:57.579Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T16:58:57.579Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:58:57.841Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T16:58:57.841Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:57.841Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-09T16:58:57.841Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:58:57.857Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-09T16:58:58.102Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T16:58:58.102Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:58.102Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T16:58:58.102Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:58.363Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T16:58:58.363Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T16:58:58.363Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T16:58:58.625Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:58:58.886Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T16:58:58.886Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T16:58:58.886Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T16:58:59.458Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-09T16:58:59.721Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T16:58:59.721Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-09T16:58:59.721Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-09T16:58:59.721Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-09T16:58:59.721Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-09T16:58:59.983Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-09T16:58:59.983Z] Installing new version of config file /etc/issue ... [2021-04-09T16:58:59.983Z] Installing new version of config file /etc/issue.net ... [2021-04-09T16:58:59.983Z] Installing new version of config file /etc/lsb-release ... [2021-04-09T16:59:00.248Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-09T16:59:00.248Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-09T16:59:00.511Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-09T16:59:00.511Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-09T16:59:00.511Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:00.511Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-09T16:59:00.511Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-09T16:59:00.772Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-09T16:59:00.772Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-04-09T16:59:01.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:01.032Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T16:59:01.032Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-09T16:59:01.032Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-09T16:59:01.295Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:01.295Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-09T16:59:01.295Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-09T16:59:01.295Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-09T16:59:01.556Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:01.556Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-09T16:59:01.556Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T16:59:01.833Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-09T16:59:01.833Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:01.833Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T16:59:01.833Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T16:59:02.094Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T16:59:02.094Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:02.094Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T16:59:02.094Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T16:59:02.143Z] Building docker-core-command-go ... [2021-04-09T16:59:02.144Z] Building docker-core-data-go ... [2021-04-09T16:59:02.144Z] Building docker-core-metadata-go ... [2021-04-09T16:59:02.144Z] Building docker-security-bootstrapper-go ... [2021-04-09T16:59:02.144Z] Building docker-security-proxy-setup-go ... [2021-04-09T16:59:02.144Z] Building docker-security-secretstore-setup-go ... [2021-04-09T16:59:02.144Z] Building docker-support-notifications-go ... [2021-04-09T16:59:02.144Z] Building docker-support-scheduler-go ... [2021-04-09T16:59:02.144Z] Building docker-sys-mgmt-agent-go ... [2021-04-09T16:59:02.144Z] Building docker-sys-mgmt-agent-go [2021-04-09T16:59:02.144Z] Building docker-security-proxy-setup-go [2021-04-09T16:59:02.144Z] Building docker-support-scheduler-go [2021-04-09T16:59:02.144Z] Building docker-core-command-go [2021-04-09T16:59:02.144Z] Building docker-support-notifications-go [2021-04-09T16:59:02.356Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-09T16:59:02.356Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:02.356Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-09T16:59:02.356Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-09T16:59:02.620Z] Setting up grep (3.1-2build1) ... [2021-04-09T16:59:02.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:02.620Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-09T16:59:02.620Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-09T16:59:02.880Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-09T16:59:02.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:02.880Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T16:59:02.880Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T16:59:03.145Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-09T16:59:03.145Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:03.145Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T16:59:03.145Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T16:59:03.718Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T16:59:03.718Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T16:59:03.978Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T16:59:03.978Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T16:59:04.553Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-09T16:59:04.553Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:04.553Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-09T16:59:04.553Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T16:59:05.499Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-09T16:59:05.499Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-09T16:59:05.759Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-09T16:59:05.759Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-09T16:59:05.759Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-09T16:59:06.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:06.020Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-09T16:59:06.020Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-09T16:59:06.020Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-09T16:59:06.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:06.287Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T16:59:06.287Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T16:59:06.287Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T16:59:06.287Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:06.287Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T16:59:06.558Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T16:59:06.559Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T16:59:06.559Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:06.559Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T16:59:06.559Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T16:59:06.830Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T16:59:06.830Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:06.830Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T16:59:06.830Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T16:59:06.830Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T16:59:07.095Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:07.095Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T16:59:07.095Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T16:59:07.366Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T16:59:07.366Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T16:59:07.366Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T16:59:07.366Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:07.366Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T16:59:07.632Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T16:59:07.632Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T16:59:07.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:07.632Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T16:59:07.632Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T16:59:07.893Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T16:59:07.893Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:07.893Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T16:59:07.893Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T16:59:08.155Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-09T16:59:08.155Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:08.155Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T16:59:08.415Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T16:59:08.676Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-09T16:59:08.937Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-09T16:59:09.198Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-09T16:59:09.469Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:09.469Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T16:59:09.469Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T16:59:09.469Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T16:59:09.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T16:59:09.739Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-09T16:59:09.739Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T16:59:09.739Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-09T16:59:10.007Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:10.007Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-09T16:59:10.007Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-09T16:59:10.269Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-09T16:59:10.529Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:10.529Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-09T16:59:10.529Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-09T16:59:10.529Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-09T16:59:10.789Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:10.789Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-09T16:59:10.789Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-09T16:59:10.789Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-09T16:59:11.061Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:11.061Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T16:59:11.061Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T16:59:11.061Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T16:59:11.321Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:11.321Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T16:59:11.321Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T16:59:11.583Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T16:59:11.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:11.583Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T16:59:11.844Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T16:59:11.844Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T16:59:12.104Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:12.104Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T16:59:12.366Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T16:59:12.366Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-09T16:59:12.366Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T16:59:12.630Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T16:59:12.630Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T16:59:12.630Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T16:59:12.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:12.891Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-09T16:59:12.891Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-09T16:59:13.152Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-09T16:59:13.152Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:13.152Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-09T16:59:13.152Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T16:59:13.412Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T16:59:13.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:13.674Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T16:59:13.674Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T16:59:13.674Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T16:59:13.933Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:13.933Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-09T16:59:13.933Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-09T16:59:13.933Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-09T16:59:14.194Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:14.194Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-09T16:59:14.194Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-09T16:59:14.454Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-09T16:59:14.716Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:14.716Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T16:59:14.716Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T16:59:14.976Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-09T16:59:14.976Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:14.976Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-09T16:59:14.976Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-09T16:59:15.237Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-09T16:59:15.498Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:15.498Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-09T16:59:15.498Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-09T16:59:15.498Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-09T16:59:15.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:15.758Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-09T16:59:15.758Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-09T16:59:15.758Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-09T16:59:16.019Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:16.019Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-09T16:59:16.019Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-09T16:59:16.019Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-09T16:59:16.280Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:16.280Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-09T16:59:16.280Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-09T16:59:16.280Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-09T16:59:16.547Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T16:59:16.547Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-09T16:59:16.547Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-09T16:59:16.547Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-09T16:59:17.120Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-09T16:59:17.120Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-09T16:59:17.120Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-09T16:59:17.120Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-09T16:59:17.120Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-09T16:59:17.381Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-09T16:59:17.381Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-09T16:59:17.643Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-09T16:59:17.643Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-09T16:59:17.904Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-09T16:59:17.905Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-09T16:59:18.165Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-09T16:59:18.166Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-09T16:59:18.166Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-09T16:59:18.166Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-09T16:59:18.427Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-09T16:59:18.427Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-09T16:59:18.427Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-09T16:59:18.696Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-09T16:59:18.696Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-09T16:59:18.696Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-09T16:59:18.957Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-09T16:59:18.957Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-09T16:59:19.218Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-09T16:59:19.219Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-09T16:59:20.161Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-09T16:59:20.161Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-09T16:59:20.161Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-09T16:59:20.161Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-09T16:59:20.161Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T16:59:20.161Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T16:59:20.746Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T16:59:20.746Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T16:59:20.746Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T16:59:20.746Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T16:59:21.134Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T16:59:21.134Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T16:59:21.134Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T16:59:21.134Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T16:59:21.843Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T16:59:21.843Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T16:59:21.843Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T16:59:21.843Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T16:59:21.843Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T16:59:21.843Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T16:59:23.002Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T16:59:23.002Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T16:59:23.976Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T16:59:23.976Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T16:59:24.548Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T16:59:24.548Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T16:59:25.120Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T16:59:25.120Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T16:59:26.068Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T16:59:26.068Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T16:59:26.068Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T16:59:26.068Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T16:59:26.068Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-09T16:59:26.068Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T16:59:26.330Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-09T16:59:26.330Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T16:59:26.590Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-09T16:59:26.590Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-09T16:59:26.590Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T16:59:26.590Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T16:59:26.590Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T16:59:26.850Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T16:59:26.850Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-09T16:59:26.850Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-09T16:59:27.112Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:59:27.112Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T16:59:27.112Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:59:27.112Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:59:27.112Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:59:27.112Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-09T16:59:27.112Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-09T16:59:27.374Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-09T16:59:27.374Z] [2021-04-09T16:59:27.374Z] Current default time zone: 'Etc/UTC' [2021-04-09T16:59:27.374Z] Local time is now: Fri Apr 9 16:59:27 UTC 2021. [2021-04-09T16:59:27.374Z] Universal Time is now: Fri Apr 9 16:59:27 UTC 2021. [2021-04-09T16:59:27.374Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-09T16:59:27.374Z] [2021-04-09T16:59:27.374Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-09T16:59:27.374Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:59:27.374Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-09T16:59:27.636Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-09T16:59:27.636Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-09T16:59:27.636Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-09T16:59:27.636Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-09T16:59:27.636Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-09T16:59:27.636Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-09T16:59:27.636Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-09T16:59:27.636Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:59:27.903Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-09T16:59:28.164Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T16:59:28.164Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-09T16:59:28.164Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:59:28.164Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-09T16:59:28.164Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-09T16:59:28.164Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-09T16:59:28.164Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-09T16:59:28.164Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-09T16:59:28.425Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-09T16:59:28.425Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-09T16:59:28.425Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-09T16:59:30.342Z] Updating certificates in /etc/ssl/certs... [2021-04-09T16:59:30.914Z] 23 added, 27 removed; done. [2021-04-09T16:59:30.914Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-09T16:59:30.914Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T16:59:30.914Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-09T16:59:31.175Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-09T16:59:31.175Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-09T16:59:31.175Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T16:59:31.175Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-09T16:59:31.175Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T16:59:31.175Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T16:59:31.437Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T16:59:31.437Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T16:59:31.437Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T16:59:31.437Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-09T16:59:31.437Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-09T16:59:31.437Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-09T16:59:31.437Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-09T16:59:31.698Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-09T16:59:31.698Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T16:59:31.698Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T16:59:31.698Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-09T16:59:31.698Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-09T16:59:31.698Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-09T16:59:31.960Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T16:59:31.960Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-09T16:59:31.960Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-09T16:59:31.960Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-09T16:59:32.221Z] Updating certificates in /etc/ssl/certs... [2021-04-09T16:59:32.794Z] 0 added, 0 removed; done. [2021-04-09T16:59:32.794Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-09T16:59:32.794Z] done. [2021-04-09T16:59:33.055Z] Reading package lists... [2021-04-09T16:59:33.317Z] Building dependency tree... [2021-04-09T16:59:33.317Z] Reading state information... [2021-04-09T16:59:33.317Z] The following NEW packages will be installed: [2021-04-09T16:59:33.317Z] apt-transport-https [2021-04-09T16:59:33.579Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T16:59:33.579Z] Need to get 1692 B of archives. [2021-04-09T16:59:33.579Z] After this operation, 154 kB of additional disk space will be used. [2021-04-09T16:59:33.579Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-09T16:59:33.842Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T16:59:33.842Z] Fetched 1692 B in 0s (8487 B/s) [2021-04-09T16:59:33.842Z] Selecting previously unselected package apt-transport-https. [2021-04-09T16:59:33.842Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-09T16:59:33.842Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-09T16:59:33.842Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-09T16:59:33.842Z] Setting up apt-transport-https (1.6.13) ... [2021-04-09T16:59:34.103Z] Waiting for network to be ready... [2021-04-09T16:59:40.694Z] 2021-04-09T16:59:37Z INFO Waiting for automatic snapd restart... [2021-04-09T16:59:40.694Z] snapd 2.49.2 from Canonical* installed [2021-04-09T16:59:40.955Z] "snapd" switched to the "latest/stable" channel [2021-04-09T16:59:40.955Z] [2021-04-09T16:59:44.261Z] core18 20210309 from Canonical* installed [2021-04-09T16:59:44.261Z] "core18" switched to the "latest/stable" channel [2021-04-09T16:59:44.261Z] [2021-04-09T16:59:47.566Z] snapcraft 4.6 from Canonical* installed [2021-04-09T16:59:47.566Z] "snapcraft" switched to the "latest/stable" channel [2021-04-09T16:59:47.566Z] [2021-04-09T16:59:51.772Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-04-09T16:59:51.772Z] - README.md [2021-04-09T16:59:51.772Z] [2021-04-09T16:59:51.772Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-09T16:59:58.364Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T16:59:58.364Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T16:59:58.364Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T16:59:58.364Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T16:59:59.306Z] Reading package lists... [2021-04-09T16:59:59.306Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-09T17:00:05.906Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T17:00:05.906Z] Reading package lists... [2021-04-09T17:00:05.906Z] Building dependency tree... [2021-04-09T17:00:05.906Z] Reading state information... [2021-04-09T17:00:05.906Z] Suggested packages: [2021-04-09T17:00:05.906Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-09T17:00:05.906Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-09T17:00:05.906Z] Recommended packages: [2021-04-09T17:00:05.906Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-09T17:00:05.906Z] The following NEW packages will be installed: [2021-04-09T17:00:05.906Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-09T17:00:05.906Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-09T17:00:05.906Z] pkg-config zip [2021-04-09T17:00:07.297Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T17:00:07.297Z] Need to get 7663 kB of archives. [2021-04-09T17:00:07.297Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-09T17:00:07.297Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-04-09T17:00:07.297Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-09T17:00:07.560Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-09T17:00:07.560Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-09T17:00:07.560Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-09T17:00:07.560Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-09T17:00:07.560Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-09T17:00:07.560Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-09T17:00:07.560Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-09T17:00:07.560Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-09T17:00:07.823Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-09T17:00:07.823Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-09T17:00:07.823Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-09T17:00:07.823Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-09T17:00:07.823Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-09T17:00:08.086Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T17:00:08.086Z] Fetched 7663 kB in 2s (3699 kB/s) [2021-04-09T17:00:08.086Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-09T17:00:08.086Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-09T17:00:08.086Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-09T17:00:08.086Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-09T17:00:08.349Z] Selecting previously unselected package libpsl5:amd64. [2021-04-09T17:00:08.349Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-09T17:00:08.349Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-09T17:00:08.349Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-09T17:00:08.349Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-09T17:00:08.349Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-09T17:00:08.610Z] Selecting previously unselected package librtmp1:amd64. [2021-04-09T17:00:08.610Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-09T17:00:08.610Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-09T17:00:08.610Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-09T17:00:08.610Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-09T17:00:08.610Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-09T17:00:08.873Z] Selecting previously unselected package liberror-perl. [2021-04-09T17:00:08.873Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-09T17:00:08.873Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-09T17:00:08.873Z] Selecting previously unselected package git-man. [2021-04-09T17:00:08.873Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-09T17:00:08.873Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-09T17:00:09.134Z] Selecting previously unselected package git. [2021-04-09T17:00:09.134Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-09T17:00:09.134Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-09T17:00:10.092Z] Selecting previously unselected package libnorm1:amd64. [2021-04-09T17:00:10.092Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-09T17:00:10.092Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-09T17:00:10.092Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-09T17:00:10.092Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-09T17:00:10.092Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-09T17:00:10.092Z] Selecting previously unselected package libsodium23:amd64. [2021-04-09T17:00:10.092Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-09T17:00:10.092Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-09T17:00:10.354Z] Selecting previously unselected package libzmq5:amd64. [2021-04-09T17:00:10.354Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-09T17:00:10.354Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T17:00:10.354Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-09T17:00:10.354Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-09T17:00:10.354Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T17:00:10.616Z] Selecting previously unselected package pkg-config. [2021-04-09T17:00:10.616Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-09T17:00:10.616Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-09T17:00:10.616Z] Selecting previously unselected package zip. [2021-04-09T17:00:10.616Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-09T17:00:10.616Z] Unpacking zip (3.0-11build1) ... [2021-04-09T17:00:10.616Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-09T17:00:10.877Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-09T17:00:10.877Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-09T17:00:10.877Z] Setting up liberror-perl (0.17025-1) ... [2021-04-09T17:00:10.877Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-09T17:00:10.877Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-09T17:00:10.877Z] No schema files found: doing nothing. [2021-04-09T17:00:10.877Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-09T17:00:10.877Z] Setting up zip (3.0-11build1) ... [2021-04-09T17:00:11.140Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-09T17:00:11.140Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-09T17:00:11.140Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-09T17:00:11.140Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T17:00:11.140Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-09T17:00:11.140Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T17:00:11.140Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-09T17:00:11.140Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T17:00:17.746Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T17:00:17.746Z] git set to automatically installed. [2021-04-09T17:00:17.746Z] git-man set to automatically installed. [2021-04-09T17:00:17.746Z] libcurl3-gnutls set to automatically installed. [2021-04-09T17:00:17.746Z] liberror-perl set to automatically installed. [2021-04-09T17:00:17.746Z] libglib2.0-0 set to automatically installed. [2021-04-09T17:00:17.746Z] libnghttp2-14 set to automatically installed. [2021-04-09T17:00:17.746Z] libnorm1 set to automatically installed. [2021-04-09T17:00:17.746Z] libpgm-5.2-0 set to automatically installed. [2021-04-09T17:00:17.746Z] libpsl5 set to automatically installed. [2021-04-09T17:00:17.746Z] librtmp1 set to automatically installed. [2021-04-09T17:00:17.746Z] libsodium23 set to automatically installed. [2021-04-09T17:00:17.746Z] libzmq3-dev set to automatically installed. [2021-04-09T17:00:17.746Z] libzmq5 set to automatically installed. [2021-04-09T17:00:17.746Z] pkg-config set to automatically installed. [2021-04-09T17:00:17.746Z] zip set to automatically installed. [2021-04-09T17:00:19.683Z] snapd is not logged in, snap install commands will use sudo [2021-04-09T17:00:24.022Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T17:00:24.022Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-09T17:00:24.022Z] ---> e4991715076d [2021-04-09T17:00:24.022Z] Step 3/21 : WORKDIR /edgex-go [2021-04-09T17:00:24.022Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T17:00:24.022Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T17:00:24.022Z] ---> e4991715076d [2021-04-09T17:00:24.022Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T17:00:24.022Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T17:00:24.022Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T17:00:24.022Z] ---> e4991715076d [2021-04-09T17:00:24.022Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T17:00:24.022Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T17:00:24.022Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T17:00:24.022Z] ---> e4991715076d [2021-04-09T17:00:24.022Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T17:00:24.022Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T17:00:24.022Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T17:00:24.022Z] ---> e4991715076d [2021-04-09T17:00:24.022Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T17:00:24.022Z] ---> Running in 0e4034e05788 [2021-04-09T17:00:24.022Z] ---> Running in 2a109f5246a6 [2021-04-09T17:00:24.022Z] ---> Running in 0d73edbd14f6 [2021-04-09T17:00:24.022Z] ---> Running in 142a91c7db56 [2021-04-09T17:00:24.022Z] ---> Running in a432f817d636 [2021-04-09T17:00:24.022Z] Removing intermediate container 0e4034e05788 [2021-04-09T17:00:24.022Z] ---> 672099132b1e [2021-04-09T17:00:24.022Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T17:00:24.022Z] Removing intermediate container 0d73edbd14f6 [2021-04-09T17:00:24.022Z] ---> 2a87fb755a37 [2021-04-09T17:00:24.022Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T17:00:24.022Z] Removing intermediate container a432f817d636 [2021-04-09T17:00:24.022Z] ---> 170d0b9cc9d6 [2021-04-09T17:00:24.022Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T17:00:24.022Z] Removing intermediate container 2a109f5246a6 [2021-04-09T17:00:24.022Z] ---> 29c7d7daf639 [2021-04-09T17:00:24.022Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T17:00:24.022Z] Removing intermediate container 142a91c7db56 [2021-04-09T17:00:24.022Z] ---> 4e5ab6d40bcb [2021-04-09T17:00:24.022Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T17:00:24.022Z] ---> Running in 1b394c56e047 [2021-04-09T17:00:24.022Z] ---> Running in 26ae926bac9e [2021-04-09T17:00:24.022Z] ---> Running in 706af858d82d [2021-04-09T17:00:24.022Z] ---> Running in 0d44911d3664 [2021-04-09T17:00:24.022Z] ---> Running in 0383e4fb7da7 [2021-04-09T17:00:24.022Z] Removing intermediate container 1b394c56e047 [2021-04-09T17:00:24.022Z] ---> 7c03e3fe298b [2021-04-09T17:00:24.022Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-09T17:00:24.022Z] Removing intermediate container 26ae926bac9e [2021-04-09T17:00:24.022Z] ---> ab9f05e5c36b [2021-04-09T17:00:24.022Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-09T17:00:24.022Z] ---> Running in a5bfa4afae8c [2021-04-09T17:00:24.022Z] ---> Running in 5732a27f5878 [2021-04-09T17:00:24.022Z] Removing intermediate container 0d44911d3664 [2021-04-09T17:00:24.022Z] ---> 67dc0e53941a [2021-04-09T17:00:24.022Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-09T17:00:24.022Z] Removing intermediate container 706af858d82d [2021-04-09T17:00:24.022Z] ---> e7b16e0b3d80 [2021-04-09T17:00:24.022Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-09T17:00:24.022Z] Removing intermediate container 0383e4fb7da7 [2021-04-09T17:00:24.022Z] ---> e779c1d8dbbb [2021-04-09T17:00:24.022Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T17:00:24.022Z] ---> Running in dbbd04de6a72 [2021-04-09T17:00:24.022Z] ---> Running in a93d576ab988 [2021-04-09T17:00:24.022Z] ---> Running in 4d570fa417b6 [2021-04-09T17:00:25.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:00:25.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:00:25.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:00:25.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:00:25.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:00:26.277Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T17:00:26.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:00:26.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:00:26.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:00:26.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:00:26.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:00:28.862Z] OK: 217 MiB in 51 packages [2021-04-09T17:00:28.862Z] OK: 217 MiB in 51 packages [2021-04-09T17:00:29.145Z] OK: 217 MiB in 51 packages [2021-04-09T17:00:29.430Z] OK: 217 MiB in 51 packages [2021-04-09T17:00:29.709Z] OK: 217 MiB in 51 packages [2021-04-09T17:00:30.313Z] Removing intermediate container a93d576ab988 [2021-04-09T17:00:30.313Z] ---> 6e095e776011 [2021-04-09T17:00:30.313Z] Step 6/22 : COPY go.mod . [2021-04-09T17:00:30.589Z] Removing intermediate container a5bfa4afae8c [2021-04-09T17:00:30.589Z] ---> 24abf7f460f5 [2021-04-09T17:00:30.589Z] Step 6/23 : COPY go.mod . [2021-04-09T17:00:30.867Z] Removing intermediate container 5732a27f5878 [2021-04-09T17:00:30.867Z] ---> eb4400bbc4af [2021-04-09T17:00:30.867Z] Step 6/21 : COPY go.mod . [2021-04-09T17:00:31.142Z] Removing intermediate container 4d570fa417b6 [2021-04-09T17:00:31.142Z] ---> 4b826d873fd9 [2021-04-09T17:00:31.142Z] Step 6/23 : COPY go.mod . [2021-04-09T17:00:31.419Z] ---> a400e74e5feb [2021-04-09T17:00:31.419Z] Step 7/22 : RUN go mod download [2021-04-09T17:00:31.419Z] Removing intermediate container dbbd04de6a72 [2021-04-09T17:00:31.419Z] ---> 96efbee2848f [2021-04-09T17:00:31.419Z] Step 6/22 : COPY go.mod . [2021-04-09T17:00:31.695Z] ---> Running in bb2e19357060 [2021-04-09T17:00:31.695Z] ---> 2dd2f28e76f5 [2021-04-09T17:00:31.695Z] Step 7/23 : RUN go mod download [2021-04-09T17:00:31.968Z] ---> Running in a6d7609fc294 [2021-04-09T17:00:32.248Z] ---> af03f8ad88f2 [2021-04-09T17:00:32.248Z] Step 7/21 : RUN go mod download [2021-04-09T17:00:32.248Z] ---> 20283aa68b6e [2021-04-09T17:00:32.248Z] Step 7/23 : RUN go mod download [2021-04-09T17:00:32.521Z] ---> Running in b1ec22f099ae [2021-04-09T17:00:32.521Z] ---> aa2483c0f848 [2021-04-09T17:00:32.521Z] Step 7/22 : RUN go mod download [2021-04-09T17:00:32.521Z] ---> Running in 9a3693d4f1c8 [2021-04-09T17:00:32.796Z] ---> Running in 690de13a04b8 [2021-04-09T17:00:36.224Z] Removing intermediate container bb2e19357060 [2021-04-09T17:00:36.224Z] ---> cc3016db13a6 [2021-04-09T17:00:36.224Z] Step 8/22 : COPY . . [2021-04-09T17:00:36.224Z] Removing intermediate container a6d7609fc294 [2021-04-09T17:00:36.224Z] ---> 9557e765f3f8 [2021-04-09T17:00:36.224Z] Step 8/23 : COPY . . [2021-04-09T17:00:36.828Z] Removing intermediate container 9a3693d4f1c8 [2021-04-09T17:00:36.828Z] ---> bc4dc80a309b [2021-04-09T17:00:36.828Z] Step 8/23 : COPY . . [2021-04-09T17:00:37.427Z] Removing intermediate container b1ec22f099ae [2021-04-09T17:00:37.427Z] ---> 1a38f6caee48 [2021-04-09T17:00:37.427Z] Step 8/21 : COPY . . [2021-04-09T17:00:37.704Z] Removing intermediate container 690de13a04b8 [2021-04-09T17:00:37.704Z] ---> d9ff9b9cfb1a [2021-04-09T17:00:37.704Z] Step 8/22 : COPY . . [2021-04-09T17:00:41.190Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-09T17:00:41.957Z] snapd is not logged in, snap install commands will use sudo [2021-04-09T17:00:48.680Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T17:00:48.680Z] snap "core18" has no updates available [2021-04-09T17:00:49.622Z] Pulling go-build-helper [2021-04-09T17:00:49.622Z] + snapcraftctl pull [2021-04-09T17:00:50.563Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-09T17:00:50.563Z] Skipping pull go-build-helper (already ran) [2021-04-09T17:00:50.563Z] Building go-build-helper [2021-04-09T17:00:50.563Z] + snapcraftctl build [2021-04-09T17:00:52.473Z] Staging go-build-helper [2021-04-09T17:00:52.473Z] + snapcraftctl stage [2021-04-09T17:01:04.516Z] ---> ed7b269d8f29 [2021-04-09T17:01:04.516Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-09T17:01:04.516Z] ---> 2443605f9e2f [2021-04-09T17:01:04.516Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-09T17:01:04.516Z] ---> Running in c2cfb3e6ccbb [2021-04-09T17:01:04.516Z] ---> 6e48c72e0034 [2021-04-09T17:01:04.516Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-09T17:01:04.516Z] ---> 07964f1673ce [2021-04-09T17:01:04.516Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-09T17:01:04.516Z] ---> 8e2ff8d8e13f [2021-04-09T17:01:04.516Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-09T17:01:04.516Z] ---> Running in ae70930efbbf [2021-04-09T17:01:04.516Z] ---> Running in c74fe8c1ea74 [2021-04-09T17:01:04.516Z] ---> Running in c133388f5a0f [2021-04-09T17:01:04.516Z] ---> Running in c85096948148 [2021-04-09T17:01:04.716Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-09T17:01:04.716Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-09T17:01:04.716Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-09T17:01:04.716Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-09T17:01:04.716Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-09T17:01:04.716Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-09T17:01:04.716Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-09T17:01:04.716Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-09T17:01:04.716Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-09T17:01:04.716Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-09T17:01:04.716Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-09T17:01:04.716Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-09T17:01:04.716Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-09T17:01:04.716Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-09T17:01:04.717Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-09T17:01:04.717Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-09T17:01:04.717Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-09T17:01:04.717Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-09T17:01:04.717Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-09T17:01:04.717Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-09T17:01:04.717Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-09T17:01:04.717Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-09T17:01:04.717Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-09T17:01:04.717Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-09T17:01:04.717Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-09T17:01:04.717Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-09T17:01:04.717Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-09T17:01:04.717Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-09T17:01:04.717Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-09T17:01:04.717Z] Fetched 224 kB in 0s (0 B/s) [2021-04-09T17:01:04.717Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-09T17:01:04.717Z] Fetched 157 kB in 0s (0 B/s) [2021-04-09T17:01:04.717Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-09T17:01:04.717Z] Fetched 221 kB in 0s (0 B/s) [2021-04-09T17:01:04.717Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-09T17:01:04.717Z] Fetched 143 kB in 0s (0 B/s) [2021-04-09T17:01:04.717Z] Pulling app-service-config [2021-04-09T17:01:04.717Z] + snapcraftctl pull [2021-04-09T17:01:04.717Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-09T17:01:04.717Z] Pulling config-common [2021-04-09T17:01:04.717Z] + snapcraftctl pull [2021-04-09T17:01:04.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-09T17:01:05.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-09T17:01:05.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-09T17:01:05.685Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T17:01:05.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T17:01:08.924Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T17:01:08.924Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T17:01:08.924Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T17:01:08.924Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T17:01:08.924Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-09T17:01:08.924Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T17:01:08.924Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-09T17:01:08.924Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T17:01:08.924Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-09T17:01:08.924Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T17:01:08.924Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-09T17:01:08.924Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T17:01:08.924Z] Pulling edgex-go [2021-04-09T17:01:08.924Z] + snapcraftctl pull [2021-04-09T17:01:30.893Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T17:01:30.893Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T17:01:30.893Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T17:01:30.893Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-09T17:01:30.893Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-09T17:01:30.893Z] Fetched 279 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-09T17:01:30.893Z] Fetched 122 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-09T17:01:30.893Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-09T17:01:30.893Z] Fetched 8848 B in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-09T17:01:30.893Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-09T17:01:30.893Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-09T17:01:30.893Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-09T17:01:30.893Z] Fetched 219 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-09T17:01:30.893Z] Fetched 154 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-09T17:01:30.893Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-09T17:01:30.893Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-09T17:01:30.893Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-09T17:01:30.893Z] Fetched 499 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-09T17:01:30.893Z] Fetched 111 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-09T17:01:30.893Z] Fetched 240 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-09T17:01:30.893Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-09T17:01:30.893Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-09T17:01:30.893Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-09T17:01:30.893Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-09T17:01:30.893Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-09T17:01:30.893Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-09T17:01:30.893Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-09T17:01:30.893Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-09T17:01:30.893Z] Fetched 8720 B in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-09T17:01:30.893Z] Fetched 137 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-09T17:01:30.893Z] Fetched 119 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-09T17:01:30.893Z] Fetched 109 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-09T17:01:30.893Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-09T17:01:30.893Z] Fetched 645 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-09T17:01:30.893Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-09T17:01:30.893Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-09T17:01:30.893Z] Fetched 368 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-09T17:01:30.893Z] Fetched 187 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-09T17:01:30.893Z] Fetched 175 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-09T17:01:30.893Z] Fetched 206 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-09T17:01:30.893Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-09T17:01:30.893Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-09T17:01:30.893Z] Fetched 159 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-09T17:01:30.893Z] Fetched 107 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-09T17:01:30.893Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-09T17:01:30.893Z] Pulling static-packages [2021-04-09T17:01:30.893Z] + snapcraftctl pull [2021-04-09T17:01:30.893Z] Pulling version [2021-04-09T17:01:30.893Z] + cd /root/project [2021-04-09T17:01:30.893Z] + [ -f VERSION ] [2021-04-09T17:01:30.893Z] + PROJECT_VERSION=local-dev [2021-04-09T17:01:30.893Z] + git rev-parse --short HEAD [2021-04-09T17:01:30.893Z] + GIT_REVISION=7840e6bd [2021-04-09T17:01:30.893Z] + snapcraftctl set-version local-dev [2021-04-09T17:01:31.464Z] Skipping build go-build-helper (already ran) [2021-04-09T17:01:31.464Z] Building app-service-config [2021-04-09T17:01:31.464Z] + make build [2021-04-09T17:01:31.464Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-09T17:01:34.763Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-09T17:01:34.763Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-09T17:01:34.763Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-09T17:01:34.763Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-09T17:01:35.023Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-09T17:01:35.023Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-09T17:01:35.023Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-09T17:01:35.023Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-09T17:01:35.023Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-09T17:01:35.284Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-09T17:01:35.284Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-09T17:01:35.284Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-09T17:01:35.284Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-09T17:01:35.545Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-09T17:01:35.545Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-09T17:01:35.806Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-09T17:01:35.806Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-09T17:01:35.806Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-09T17:01:35.806Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-09T17:01:35.806Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-09T17:01:35.806Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-09T17:01:36.066Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-09T17:01:36.067Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-09T17:01:36.067Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-09T17:01:36.067Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-09T17:01:36.067Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-09T17:01:36.067Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-09T17:01:36.336Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-09T17:01:36.336Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-09T17:01:36.336Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-09T17:01:36.336Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-09T17:01:36.336Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-09T17:01:36.336Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-09T17:01:36.336Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-09T17:01:36.336Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-09T17:01:36.336Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-09T17:01:36.336Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-09T17:01:36.336Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-09T17:01:36.336Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-09T17:01:36.336Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-09T17:01:36.336Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-09T17:01:36.336Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-09T17:01:36.336Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-09T17:01:36.336Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-09T17:01:36.336Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-09T17:01:46.335Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-09T17:01:46.335Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-09T17:01:46.335Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-09T17:01:46.335Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-09T17:01:47.277Z] Building config-common [2021-04-09T17:01:47.277Z] + snapcraftctl build [2021-04-09T17:01:49.824Z] Building edgex-go [2021-04-09T17:01:49.824Z] + cd /root/parts/edgex-go/src [2021-04-09T17:01:49.824Z] + make build [2021-04-09T17:01:49.824Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-09T17:01:50.084Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.31 [2021-04-09T17:01:50.084Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-09T17:01:50.084Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-09T17:01:50.084Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-09T17:01:53.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T17:01:53.382Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-09T17:01:58.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T17:02:00.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-09T17:02:01.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-09T17:02:02.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-09T17:02:02.228Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-09T17:02:02.488Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-09T17:02:02.488Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-09T17:02:02.488Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-09T17:02:04.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-09T17:02:04.399Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-09T17:02:04.399Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-09T17:02:05.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-09T17:02:07.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-09T17:02:08.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-09T17:02:09.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T17:02:09.934Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-09T17:02:11.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-09T17:02:11.330Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-09T17:02:13.241Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-09T17:02:13.241Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-09T17:02:13.241Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-09T17:02:13.241Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-09T17:02:13.241Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-09T17:02:13.241Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-09T17:02:13.241Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-09T17:02:13.503Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-09T17:02:13.503Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-09T17:02:13.503Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-09T17:02:13.503Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-09T17:02:13.503Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-09T17:02:13.503Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-09T17:02:13.503Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-09T17:02:13.503Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-09T17:02:13.503Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-09T17:02:13.503Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-09T17:02:13.503Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-09T17:02:13.503Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-09T17:02:13.503Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-09T17:02:13.503Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-09T17:02:13.503Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-09T17:02:13.503Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-09T17:02:13.503Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-09T17:02:13.503Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-09T17:02:13.503Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-09T17:02:16.810Z] Building static-packages [2021-04-09T17:02:16.810Z] + snapcraftctl build [2021-04-09T17:02:18.729Z] Building version [2021-04-09T17:02:18.729Z] + snapcraftctl build [2021-04-09T17:02:20.644Z] Skipping stage go-build-helper (already ran) [2021-04-09T17:02:20.644Z] Staging app-service-config [2021-04-09T17:02:20.644Z] + snapcraftctl stage [2021-04-09T17:02:21.584Z] Staging config-common [2021-04-09T17:02:21.584Z] + snapcraftctl stage [2021-04-09T17:02:22.525Z] Staging edgex-go [2021-04-09T17:02:22.525Z] + snapcraftctl stage [2021-04-09T17:02:23.466Z] Staging static-packages [2021-04-09T17:02:23.467Z] + snapcraftctl stage [2021-04-09T17:02:24.852Z] Staging version [2021-04-09T17:02:24.852Z] + snapcraftctl stage [2021-04-09T17:02:25.796Z] Priming go-build-helper [2021-04-09T17:02:25.796Z] + snapcraftctl prime [2021-04-09T17:02:26.737Z] Priming app-service-config [2021-04-09T17:02:26.737Z] + snapcraftctl prime [2021-04-09T17:02:28.122Z] Priming config-common [2021-04-09T17:02:28.122Z] + snapcraftctl prime [2021-04-09T17:02:29.064Z] Priming edgex-go [2021-04-09T17:02:29.064Z] + snapcraftctl prime [2021-04-09T17:02:30.452Z] Priming static-packages [2021-04-09T17:02:30.452Z] + snapcraftctl prime [2021-04-09T17:02:33.006Z] Priming version [2021-04-09T17:02:33.006Z] + snapcraftctl prime [2021-04-09T17:02:33.949Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-09T17:02:42.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-09T17:02:57.933Z] Removing intermediate container c74fe8c1ea74 [2021-04-09T17:02:57.933Z] ---> 49ddf9ed6cc4 [2021-04-09T17:02:57.933Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-09T17:02:58.206Z] Removing intermediate container c133388f5a0f [2021-04-09T17:02:58.206Z] ---> 8b35b8ed2317 [2021-04-09T17:02:58.206Z] [2021-04-09T17:02:58.206Z] Step 10/21 : FROM alpine:3.12 [2021-04-09T17:02:58.206Z] ---> Running in 6d8759d616c8 [2021-04-09T17:02:58.479Z] 3.12: Pulling from library/alpine [2021-04-09T17:02:59.930Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T17:02:59.930Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T17:02:59.930Z] ---> d75e27dfc0a0 [2021-04-09T17:02:59.930Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-09T17:03:00.527Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-09T17:03:01.122Z] ---> Running in 615d827d7413 [2021-04-09T17:03:02.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:03:02.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:03:03.496Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-09T17:03:03.496Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T17:03:03.496Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-09T17:03:03.496Z] (4/4) Installing curl (7.69.1-r3) [2021-04-09T17:03:03.496Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T17:03:03.496Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T17:03:03.775Z] OK: 7 MiB in 18 packages [2021-04-09T17:03:04.380Z] Removing intermediate container ae70930efbbf [2021-04-09T17:03:04.380Z] ---> 244bed137f1b [2021-04-09T17:03:04.380Z] [2021-04-09T17:03:04.380Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T17:03:04.380Z] ---> d75e27dfc0a0 [2021-04-09T17:03:04.380Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-09T17:03:04.985Z] Removing intermediate container c85096948148 [2021-04-09T17:03:04.985Z] ---> 101e27743722 [2021-04-09T17:03:04.985Z] [2021-04-09T17:03:04.985Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T17:03:04.985Z] ---> d75e27dfc0a0 [2021-04-09T17:03:04.985Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T17:03:04.985Z] Removing intermediate container c2cfb3e6ccbb [2021-04-09T17:03:04.985Z] ---> 7c692b080b24 [2021-04-09T17:03:04.985Z] [2021-04-09T17:03:04.985Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T17:03:04.985Z] ---> d75e27dfc0a0 [2021-04-09T17:03:04.985Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-09T17:03:04.985Z] ---> Running in d0230366cce3 [2021-04-09T17:03:05.578Z] ---> Running in b07d13226f7f [2021-04-09T17:03:05.578Z] ---> Running in 1a65f3c5c29f [2021-04-09T17:03:05.578Z] Removing intermediate container 6d8759d616c8 [2021-04-09T17:03:05.578Z] ---> 262a0071969e [2021-04-09T17:03:05.578Z] [2021-04-09T17:03:05.578Z] Step 11/23 : FROM docker:20.10.0 [2021-04-09T17:03:05.578Z] 20.10.0: Pulling from library/docker [2021-04-09T17:03:05.852Z] Removing intermediate container 615d827d7413 [2021-04-09T17:03:05.852Z] ---> 9e0d268b9550 [2021-04-09T17:03:05.852Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T17:03:06.126Z] ---> Running in d4688b0eccb2 [2021-04-09T17:03:06.717Z] Removing intermediate container d4688b0eccb2 [2021-04-09T17:03:06.717Z] ---> f45fb5b51f0b [2021-04-09T17:03:06.717Z] Step 13/21 : WORKDIR /edgex [2021-04-09T17:03:06.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:03:07.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:03:07.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:03:07.257Z] ---> Running in a86aa80236c2 [2021-04-09T17:03:07.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:03:07.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:03:07.802Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-09T17:03:07.802Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-09T17:03:07.802Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T17:03:07.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:03:07.802Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T17:03:08.081Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T17:03:08.081Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T17:03:08.081Z] OK: 6 MiB in 16 packages [2021-04-09T17:03:08.356Z] OK: 5 MiB in 15 packages [2021-04-09T17:03:08.630Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T17:03:08.630Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T17:03:08.630Z] Removing intermediate container a86aa80236c2 [2021-04-09T17:03:08.630Z] ---> cf5b9562a71f [2021-04-09T17:03:08.630Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-09T17:03:08.630Z] OK: 5 MiB in 15 packages [2021-04-09T17:03:10.069Z] ---> 1332cb2b9672 [2021-04-09T17:03:10.069Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-09T17:03:10.667Z] Removing intermediate container 1a65f3c5c29f [2021-04-09T17:03:10.667Z] ---> eba9b93ae29b [2021-04-09T17:03:10.667Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T17:03:11.262Z] ---> Running in 8fad881d8d4f [2021-04-09T17:03:11.262Z] Removing intermediate container d0230366cce3 [2021-04-09T17:03:11.262Z] ---> d3c9c8839737 [2021-04-09T17:03:11.262Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T17:03:11.533Z] Removing intermediate container b07d13226f7f [2021-04-09T17:03:11.533Z] ---> 72821b23f549 [2021-04-09T17:03:11.533Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T17:03:11.848Z] ---> Running in ddd596fee004 [2021-04-09T17:03:12.134Z] ---> Running in 6274f3e41e99 [2021-04-09T17:03:12.419Z] ---> ac440d4e9bb5 [2021-04-09T17:03:12.419Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-09T17:03:12.696Z] Removing intermediate container 8fad881d8d4f [2021-04-09T17:03:12.696Z] ---> caa3af393165 [2021-04-09T17:03:12.696Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-09T17:03:13.011Z] ---> Running in 80911bb7c12e [2021-04-09T17:03:13.337Z] Removing intermediate container 6274f3e41e99 [2021-04-09T17:03:13.337Z] ---> 180273c153e6 [2021-04-09T17:03:13.337Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-09T17:03:13.337Z] Removing intermediate container ddd596fee004 [2021-04-09T17:03:13.337Z] ---> 9e904177967d [2021-04-09T17:03:13.337Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-09T17:03:13.337Z] ---> Running in a9fa79be30c0 [2021-04-09T17:03:13.645Z] ---> Running in 53f574756fc1 [2021-04-09T17:03:13.928Z] Removing intermediate container 80911bb7c12e [2021-04-09T17:03:13.928Z] ---> 0b5a8f670652 [2021-04-09T17:03:13.928Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T17:03:14.522Z] Removing intermediate container a9fa79be30c0 [2021-04-09T17:03:14.522Z] ---> cdb4dbfc8f87 [2021-04-09T17:03:14.522Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T17:03:14.794Z] ---> Running in 4bb8c35805f2 [2021-04-09T17:03:14.794Z] Removing intermediate container 53f574756fc1 [2021-04-09T17:03:14.794Z] ---> cb1766b86c4b [2021-04-09T17:03:14.794Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T17:03:15.072Z] ---> Running in a06577218cc3 [2021-04-09T17:03:15.353Z] ---> 741e9bd60eb6 [2021-04-09T17:03:15.353Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-09T17:03:15.353Z] ---> Running in 111eb4df3e0d [2021-04-09T17:03:15.624Z] ---> Running in 0fed3ecafed3 [2021-04-09T17:03:15.624Z] Removing intermediate container 4bb8c35805f2 [2021-04-09T17:03:15.624Z] ---> 86a157c65589 [2021-04-09T17:03:15.624Z] Step 15/23 : WORKDIR / [2021-04-09T17:03:15.899Z] Removing intermediate container a06577218cc3 [2021-04-09T17:03:15.899Z] ---> d9d8ec9ed05d [2021-04-09T17:03:15.899Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T17:03:16.172Z] ---> Running in 1442fa74a0ca [2021-04-09T17:03:16.446Z] Removing intermediate container 111eb4df3e0d [2021-04-09T17:03:16.447Z] ---> eb9f3e68a4ca [2021-04-09T17:03:16.447Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T17:03:16.723Z] Removing intermediate container 0fed3ecafed3 [2021-04-09T17:03:16.723Z] ---> e6a412287622 [2021-04-09T17:03:16.723Z] Step 18/21 : CMD ["--init=true"] [2021-04-09T17:03:17.008Z] ---> 26b158da7cf2 [2021-04-09T17:03:17.008Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-09T17:03:17.008Z] ---> Running in c6c8ea1777ea [2021-04-09T17:03:17.285Z] Removing intermediate container 1442fa74a0ca [2021-04-09T17:03:17.285Z] ---> 5e3dac973ad4 [2021-04-09T17:03:17.285Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T17:03:17.560Z] ---> 269012b4ed9a [2021-04-09T17:03:17.560Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-09T17:03:17.838Z] Removing intermediate container c6c8ea1777ea [2021-04-09T17:03:17.838Z] ---> 9a859733dbd0 [2021-04-09T17:03:17.838Z] Step 19/21 : LABEL arch=arm64 [2021-04-09T17:03:18.112Z] ---> Running in a0519abf0851 [2021-04-09T17:03:18.398Z] ---> 29cd3c691b88 [2021-04-09T17:03:18.398Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-09T17:03:18.680Z] Removing intermediate container a0519abf0851 [2021-04-09T17:03:18.680Z] ---> 5c3ea87b90eb [2021-04-09T17:03:18.680Z] Step 20/21 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T17:03:18.953Z] ---> Running in 47956c63047f [2021-04-09T17:03:19.223Z] ---> 7f3cfab4c44e [2021-04-09T17:03:19.223Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-09T17:03:19.499Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-09T17:03:19.499Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-09T17:03:19.499Z] ---> eeaf43b92773 [2021-04-09T17:03:19.499Z] 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-04-09T17:03:19.499Z] ---> abf8f51e0405 [2021-04-09T17:03:19.499Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-09T17:03:19.499Z] Removing intermediate container 47956c63047f [2021-04-09T17:03:19.499Z] ---> e8c62cc30732 [2021-04-09T17:03:19.499Z] Step 21/21 : LABEL version=0.0.0 [2021-04-09T17:03:19.786Z] ---> Running in c2c603ad65e2 [2021-04-09T17:03:20.063Z] ---> Running in 52a3ffe4565b [2021-04-09T17:03:20.336Z] ---> abbb0ac34ee1 [2021-04-09T17:03:20.336Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-09T17:03:20.336Z] ---> ecef04e091bb [2021-04-09T17:03:20.336Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-09T17:03:20.336Z] Removing intermediate container c2c603ad65e2 [2021-04-09T17:03:20.336Z] ---> df2ccb1770e0 [2021-04-09T17:03:20.336Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-09T17:03:20.614Z] ---> Running in 83ee62401d66 [2021-04-09T17:03:20.614Z] ---> b509644a5630 [2021-04-09T17:03:20.614Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-09T17:03:20.614Z] Removing intermediate container 52a3ffe4565b [2021-04-09T17:03:20.614Z] ---> 3115751a28a4 [2021-04-09T17:03:20.614Z] [2021-04-09T17:03:20.614Z] ---> Running in 5a54c53b34fd [2021-04-09T17:03:20.614Z] ---> Running in 7abf9dddfbfa [2021-04-09T17:03:21.214Z] Removing intermediate container 83ee62401d66 [2021-04-09T17:03:21.214Z] ---> 8175d7964e16 [2021-04-09T17:03:21.214Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T17:03:21.487Z] Successfully built 3115751a28a4 [2021-04-09T17:03:21.487Z] ---> ae1f99ebb7ef [2021-04-09T17:03:21.488Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-09T17:03:21.488Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-09T17:03:21.488Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-09T17:03:21.770Z] Removing intermediate container 7abf9dddfbfa [2021-04-09T17:03:21.770Z] ---> dfa1f0f2305d [2021-04-09T17:03:21.770Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T17:03:21.770Z] ---> Running in c5da5b630850 [2021-04-09T17:03:21.770Z] ---> Running in 33e868bffcd7 [2021-04-09T17:03:21.770Z] ---> Running in 625ecfbdf2af [2021-04-09T17:03:22.371Z] Removing intermediate container c5da5b630850 [2021-04-09T17:03:22.371Z] ---> a8adf7603e54 [2021-04-09T17:03:22.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:03:22.371Z] Step 20/22 : LABEL arch=arm64 [2021-04-09T17:03:22.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:03:22.371Z] ---> Running in 3e7fe5f4ab2a [2021-04-09T17:03:22.649Z] Removing intermediate container 33e868bffcd7 [2021-04-09T17:03:22.649Z] ---> 730746cadeaa [2021-04-09T17:03:22.649Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T17:03:22.649Z] Removing intermediate container 625ecfbdf2af [2021-04-09T17:03:22.649Z] ---> 1e774f2e033b [2021-04-09T17:03:22.649Z] Step 20/22 : LABEL arch=arm64 [2021-04-09T17:03:22.924Z] (1/39) Installing readline (8.0.4-r0) [2021-04-09T17:03:22.924Z] (2/39) Installing bash (5.0.17-r0) [2021-04-09T17:03:22.924Z] ---> Running in ecaf55063932 [2021-04-09T17:03:22.924Z] ---> Running in 5f6a90eec32f [2021-04-09T17:03:22.924Z] Executing bash-5.0.17-r0.post-install [2021-04-09T17:03:22.924Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T17:03:22.924Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-09T17:03:22.924Z] (5/39) Installing curl (7.69.1-r3) [2021-04-09T17:03:22.924Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-09T17:03:22.924Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-09T17:03:22.924Z] (8/39) Installing expat (2.2.9-r1) [2021-04-09T17:03:22.924Z] (9/39) Installing libffi (3.3-r2) [2021-04-09T17:03:22.924Z] (10/39) Installing gdbm (1.13-r1) [2021-04-09T17:03:22.924Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-09T17:03:22.924Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-09T17:03:22.924Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-09T17:03:23.198Z] Removing intermediate container 3e7fe5f4ab2a [2021-04-09T17:03:23.198Z] ---> fab12e889ff5 [2021-04-09T17:03:23.198Z] Step 21/22 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T17:03:24.639Z] ---> Running in a01f34c13d97 [2021-04-09T17:03:24.915Z] Removing intermediate container ecaf55063932 [2021-04-09T17:03:24.915Z] ---> 6253e77c3919 [2021-04-09T17:03:24.915Z] Step 21/22 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68Removing intermediate container 5f6a90eec32f [2021-04-09T17:03:24.915Z] ---> b48f890f4cb7 [2021-04-09T17:03:24.915Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T17:03:24.915Z] [2021-04-09T17:03:25.199Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-09T17:03:25.199Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-09T17:03:25.199Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-09T17:03:25.199Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-09T17:03:25.199Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-09T17:03:25.199Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-09T17:03:25.199Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-09T17:03:25.476Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-09T17:03:25.476Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-09T17:03:25.476Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-09T17:03:25.476Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-09T17:03:25.476Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-09T17:03:25.476Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-09T17:03:25.476Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-09T17:03:25.476Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-09T17:03:25.476Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-09T17:03:25.476Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-09T17:03:25.476Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-09T17:03:25.476Z] Removing intermediate container a01f34c13d97 [2021-04-09T17:03:25.476Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-09T17:03:25.476Z] ---> c1d1c2a6dcfb [2021-04-09T17:03:25.757Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T17:03:25.757Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-09T17:03:25.757Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-09T17:03:25.757Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-09T17:03:25.757Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-09T17:03:25.757Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-09T17:03:25.757Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-09T17:03:25.757Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-09T17:03:25.757Z] ---> Running in 5f723d7c3b6b [2021-04-09T17:03:25.757Z] ---> Running in 4249678d3e1d [2021-04-09T17:03:26.030Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T17:03:26.030Z] ---> Running in ad1a9f4360ec [2021-04-09T17:03:26.030Z] OK: 72 MiB in 59 packages [2021-04-09T17:03:27.014Z] Removing intermediate container 5f723d7c3b6b [2021-04-09T17:03:27.014Z] ---> faae08a49e47 [2021-04-09T17:03:27.014Z] Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T17:03:27.612Z] Removing intermediate container 4249678d3e1d [2021-04-09T17:03:27.612Z] ---> 03603e3df4f3 [2021-04-09T17:03:27.612Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T17:03:27.891Z] Removing intermediate container ad1a9f4360ec [2021-04-09T17:03:27.891Z] ---> eac62f9c6908 [2021-04-09T17:03:27.892Z] [2021-04-09T17:03:27.892Z] ---> Running in e13ad0d0937b [2021-04-09T17:03:28.166Z] ---> Running in b8c6bee2ab8c [2021-04-09T17:03:28.440Z] Successfully built eac62f9c6908 [2021-04-09T17:03:28.719Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-09T17:03:28.720Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-04-09T17:03:28.992Z] Removing intermediate container b8c6bee2ab8c [2021-04-09T17:03:28.992Z] ---> c2e71380f3eb [2021-04-09T17:03:28.992Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T17:03:28.992Z] Removing intermediate container e13ad0d0937b [2021-04-09T17:03:28.992Z] ---> 6b28a8854cbd [2021-04-09T17:03:28.992Z] [2021-04-09T17:03:29.268Z] ---> Running in 652a456b4319 [2021-04-09T17:03:29.540Z] Successfully built 6b28a8854cbd [2021-04-09T17:03:29.540Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-09T17:03:29.540Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-09T17:03:29.813Z] Removing intermediate container 652a456b4319 [2021-04-09T17:03:29.813Z] ---> 32938783a0c5 [2021-04-09T17:03:29.813Z] [2021-04-09T17:03:30.408Z] Successfully built 32938783a0c5 [2021-04-09T17:03:30.408Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-09T17:03:30.408Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-04-09T17:03:30.408Z] Collecting docker-compose==1.23.2 [2021-04-09T17:03:30.408Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-09T17:03:32.377Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-09T17:03:32.377Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-09T17:03:32.969Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-09T17:03:32.969Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-09T17:03:33.561Z] Collecting docker<4.0,>=3.6.0 [2021-04-09T17:03:33.561Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-09T17:03:34.543Z] Collecting jsonschema<3,>=2.5.1 [2021-04-09T17:03:34.543Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-09T17:03:34.818Z] Collecting docopt<0.7,>=0.6.1 [2021-04-09T17:03:34.818Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-09T17:03:38.207Z] Collecting PyYAML<4,>=3.10 [2021-04-09T17:03:38.208Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-09T17:03:41.599Z] Collecting texttable<0.10,>=0.9.0 [2021-04-09T17:03:41.599Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-09T17:03:43.574Z] Collecting cached-property<2,>=1.2.0 [2021-04-09T17:03:43.574Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-09T17:03:43.574Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-09T17:03:43.848Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-09T17:03:43.848Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-09T17:03:45.818Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-09T17:03:46.413Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-09T17:03:46.413Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-09T17:03:46.688Z] Collecting idna<2.8,>=2.5 [2021-04-09T17:03:46.688Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-09T17:03:46.962Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-09T17:03:46.962Z] Collecting docker-pycreds>=0.4.0 [2021-04-09T17:03:47.237Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-09T17:03:47.237Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-09T17:03:47.237Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-09T17:03:47.237Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-09T17:03:47.237Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-09T17:03:48.222Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, docopt, PyYAML, texttable, cached-property, dockerpty, docker-compose [2021-04-09T17:03:48.222Z] Attempting uninstall: urllib3 [2021-04-09T17:03:48.222Z] Found existing installation: urllib3 1.25.9 [2021-04-09T17:03:48.222Z] Uninstalling urllib3-1.25.9: [2021-04-09T17:03:48.496Z] Successfully uninstalled urllib3-1.25.9 [2021-04-09T17:03:49.096Z] Attempting uninstall: idna [2021-04-09T17:03:49.096Z] Found existing installation: idna 2.9 [2021-04-09T17:03:49.096Z] Uninstalling idna-2.9: [2021-04-09T17:03:49.096Z] Successfully uninstalled idna-2.9 [2021-04-09T17:03:49.694Z] Attempting uninstall: requests [2021-04-09T17:03:49.694Z] Found existing installation: requests 2.23.0 [2021-04-09T17:03:49.694Z] Uninstalling requests-2.23.0: [2021-04-09T17:03:49.694Z] Successfully uninstalled requests-2.23.0 [2021-04-09T17:03:51.669Z] Running setup.py install for docopt: started [2021-04-09T17:03:53.648Z] Running setup.py install for docopt: finished with status 'done' [2021-04-09T17:03:53.648Z] Running setup.py install for PyYAML: started [2021-04-09T17:03:55.619Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-09T17:03:55.619Z] Running setup.py install for texttable: started [2021-04-09T17:03:57.603Z] Running setup.py install for texttable: finished with status 'done' [2021-04-09T17:03:57.603Z] Running setup.py install for dockerpty: started [2021-04-09T17:04:00.230Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-09T17:04:01.218Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-09T17:04:07.940Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T17:04:07.940Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-09T17:04:07.940Z] ---> e4991715076d [2021-04-09T17:04:07.940Z] Step 3/24 : WORKDIR /edgex-go [2021-04-09T17:04:07.940Z] ---> Using cache [2021-04-09T17:04:07.940Z] ---> 4e5ab6d40bcb [2021-04-09T17:04:07.940Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T17:04:07.940Z] ---> Using cache [2021-04-09T17:04:07.940Z] ---> e779c1d8dbbb [2021-04-09T17:04:07.940Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-09T17:04:07.940Z] ---> Using cache [2021-04-09T17:04:07.940Z] ---> 4b826d873fd9 [2021-04-09T17:04:07.940Z] Step 6/24 : COPY go.mod . [2021-04-09T17:04:07.940Z] ---> Using cache [2021-04-09T17:04:07.940Z] ---> 20283aa68b6e [2021-04-09T17:04:07.940Z] Step 7/24 : RUN go mod download [2021-04-09T17:04:07.940Z] ---> Using cache [2021-04-09T17:04:07.940Z] ---> bc4dc80a309b [2021-04-09T17:04:07.940Z] Step 8/24 : COPY . . [2021-04-09T17:04:07.940Z] ---> Using cache [2021-04-09T17:04:07.940Z] ---> 8e2ff8d8e13f [2021-04-09T17:04:07.940Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-09T17:04:12.256Z] ---> Running in aee86a1be0d5 [2021-04-09T17:04:13.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-09T17:04:21.998Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T17:04:21.998Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-09T17:04:21.998Z] ---> e4991715076d [2021-04-09T17:04:21.998Z] Step 3/31 : WORKDIR /edgex-go [2021-04-09T17:04:21.998Z] ---> Using cache [2021-04-09T17:04:21.998Z] ---> 4e5ab6d40bcb [2021-04-09T17:04:21.998Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T17:04:21.998Z] ---> Using cache [2021-04-09T17:04:21.998Z] ---> e779c1d8dbbb [2021-04-09T17:04:21.998Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-09T17:04:21.998Z] ---> Using cache [2021-04-09T17:04:21.998Z] ---> 4b826d873fd9 [2021-04-09T17:04:21.998Z] Step 6/31 : COPY go.mod . [2021-04-09T17:04:21.998Z] ---> Using cache [2021-04-09T17:04:21.998Z] ---> 20283aa68b6e [2021-04-09T17:04:21.998Z] Step 7/31 : RUN go mod download [2021-04-09T17:04:21.998Z] ---> Using cache [2021-04-09T17:04:21.998Z] ---> bc4dc80a309b [2021-04-09T17:04:21.998Z] Step 8/31 : COPY . . [2021-04-09T17:04:21.998Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T17:04:21.998Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T17:04:21.998Z] ---> e4991715076d [2021-04-09T17:04:21.998Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T17:04:21.998Z] ---> Using cache [2021-04-09T17:04:21.998Z] ---> 4e5ab6d40bcb [2021-04-09T17:04:21.998Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T17:04:21.998Z] ---> Using cache [2021-04-09T17:04:21.998Z] ---> e779c1d8dbbb [2021-04-09T17:04:21.998Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-09T17:04:22.725Z] ---> Using cache [2021-04-09T17:04:22.725Z] ---> 8e2ff8d8e13f [2021-04-09T17:04:22.725Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-09T17:04:23.379Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T17:04:23.379Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T17:04:23.379Z] ---> e4991715076d [2021-04-09T17:04:23.379Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T17:04:23.379Z] ---> Using cache [2021-04-09T17:04:23.379Z] ---> 4e5ab6d40bcb [2021-04-09T17:04:23.379Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T17:04:23.379Z] ---> Using cache [2021-04-09T17:04:23.379Z] ---> e779c1d8dbbb [2021-04-09T17:04:23.379Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T17:04:23.379Z] ---> Using cache [2021-04-09T17:04:23.379Z] ---> 4b826d873fd9 [2021-04-09T17:04:23.379Z] Step 6/23 : COPY go.mod . [2021-04-09T17:04:23.379Z] ---> Using cache [2021-04-09T17:04:23.379Z] ---> 20283aa68b6e [2021-04-09T17:04:23.379Z] Step 7/23 : RUN go mod download [2021-04-09T17:04:23.379Z] ---> Using cache [2021-04-09T17:04:23.379Z] ---> bc4dc80a309b [2021-04-09T17:04:23.379Z] Step 8/23 : COPY . . [2021-04-09T17:04:24.527Z] ---> Using cache [2021-04-09T17:04:24.528Z] ---> 8e2ff8d8e13f [2021-04-09T17:04:24.528Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-09T17:04:24.823Z] ---> Running in 28eb89b733a2 [2021-04-09T17:04:24.823Z] ---> Running in dcd600b2319a [2021-04-09T17:04:24.823Z] ---> Running in be7458ae47c0 [2021-04-09T17:04:27.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-09T17:04:28.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-09T17:04:28.324Z] Removing intermediate container 5a54c53b34fd [2021-04-09T17:04:28.324Z] ---> f7fb80c50a27 [2021-04-09T17:04:28.324Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-09T17:04:28.324Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:04:28.598Z] ---> Running in 4adea8753c73 [2021-04-09T17:04:29.196Z] Removing intermediate container 4adea8753c73 [2021-04-09T17:04:29.196Z] ---> 954b1ba288a3 [2021-04-09T17:04:29.196Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-09T17:04:29.468Z] ---> Running in 8a5accc7b289 [2021-04-09T17:04:29.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:04:30.074Z] Removing intermediate container 8a5accc7b289 [2021-04-09T17:04:30.074Z] ---> c2e686674adb [2021-04-09T17:04:30.074Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-09T17:04:31.053Z] OK: 217 MiB in 51 packages [2021-04-09T17:04:32.034Z] ---> 0ded412a86cc [2021-04-09T17:04:32.035Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-09T17:04:33.480Z] Removing intermediate container be7458ae47c0 [2021-04-09T17:04:33.480Z] ---> 070c9a9c7e4c [2021-04-09T17:04:33.480Z] Step 6/23 : COPY go.mod . [2021-04-09T17:04:33.480Z] ---> 553ac8614028 [2021-04-09T17:04:33.480Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-09T17:04:34.923Z] ---> 85bc19558ad2 [2021-04-09T17:04:34.923Z] Step 7/23 : RUN go mod download [2021-04-09T17:04:35.203Z] ---> Running in f24bdfd4a021 [2021-04-09T17:04:35.203Z] ---> 79a23f515a50 [2021-04-09T17:04:35.203Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-09T17:04:35.490Z] ---> Running in abf28dae0971 [2021-04-09T17:04:36.496Z] Removing intermediate container abf28dae0971 [2021-04-09T17:04:36.496Z] ---> 865063b2eb78 [2021-04-09T17:04:36.496Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T17:04:36.769Z] ---> Running in d75798c48e13 [2021-04-09T17:04:37.766Z] Removing intermediate container d75798c48e13 [2021-04-09T17:04:37.766Z] ---> 4b63df62fe5f [2021-04-09T17:04:37.766Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T17:04:37.766Z] ---> Running in 6dfb07e29a71 [2021-04-09T17:04:38.366Z] Removing intermediate container 6dfb07e29a71 [2021-04-09T17:04:38.367Z] ---> 584a11b6a3d0 [2021-04-09T17:04:38.367Z] Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T17:04:38.641Z] ---> Running in 1b728cbc4a04 [2021-04-09T17:04:39.635Z] Removing intermediate container 1b728cbc4a04 [2021-04-09T17:04:39.635Z] ---> e39fc42bbfbf [2021-04-09T17:04:39.635Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T17:04:39.635Z] ---> Running in f5d483c4e0e3 [2021-04-09T17:04:40.261Z] Removing intermediate container f24bdfd4a021 [2021-04-09T17:04:40.261Z] ---> 7521b066ddcd [2021-04-09T17:04:40.261Z] Step 8/23 : COPY . . [2021-04-09T17:04:40.547Z] Removing intermediate container f5d483c4e0e3 [2021-04-09T17:04:40.547Z] ---> 43f90232aa00 [2021-04-09T17:04:40.547Z] [2021-04-09T17:04:41.539Z] Successfully built 43f90232aa00 [2021-04-09T17:04:41.539Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-09T17:05:03.746Z]  Building docker-sys-mgmt-agent-go ... done  ---> e2e47f5d26f9 [2021-04-09T17:05:03.746Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-09T17:05:03.746Z] ---> Running in 7d75a446f6eb [2021-04-09T17:05:03.746Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-09T17:05:22.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-09T17:05:37.183Z] Removing intermediate container aee86a1be0d5 [2021-04-09T17:05:37.183Z] ---> ebd08e07f218 [2021-04-09T17:05:37.183Z] [2021-04-09T17:05:37.183Z] Step 10/24 : FROM alpine:3.12 [2021-04-09T17:05:37.183Z] ---> d75e27dfc0a0 [2021-04-09T17:05:37.183Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-09T17:05:37.457Z] ---> Running in 91e3c9ee1c85 [2021-04-09T17:05:39.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:05:39.720Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:05:40.321Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-09T17:05:40.321Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T17:05:40.598Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-09T17:05:40.598Z] (4/6) Installing curl (7.69.1-r3) [2021-04-09T17:05:40.598Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-09T17:05:40.598Z] (6/6) Installing su-exec (0.2-r1) [2021-04-09T17:05:40.598Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T17:05:40.598Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T17:05:40.873Z] OK: 7 MiB in 20 packages [2021-04-09T17:05:43.508Z] Removing intermediate container 91e3c9ee1c85 [2021-04-09T17:05:43.508Z] ---> 2afd0bfded1a [2021-04-09T17:05:43.508Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T17:05:43.786Z] ---> Running in df68e077f955 [2021-04-09T17:05:44.383Z] Removing intermediate container df68e077f955 [2021-04-09T17:05:44.383Z] ---> 3b7375ffadcb [2021-04-09T17:05:44.383Z] Step 13/24 : WORKDIR / [2021-04-09T17:05:44.660Z] ---> Running in 664834b0e672 [2021-04-09T17:05:45.643Z] Removing intermediate container 664834b0e672 [2021-04-09T17:05:45.643Z] ---> 249cebc16b5d [2021-04-09T17:05:45.643Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-09T17:05:46.640Z] ---> 327a30d05272 [2021-04-09T17:05:46.640Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-09T17:05:48.087Z] ---> 0ec7d488efd2 [2021-04-09T17:05:48.087Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-09T17:05:49.084Z] ---> 7f0349b2e09f [2021-04-09T17:05:49.084Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-09T17:05:50.533Z] ---> e7b070b12f44 [2021-04-09T17:05:50.533Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-09T17:05:52.544Z] ---> 42ade25cfba7 [2021-04-09T17:05:52.544Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-09T17:05:53.991Z] ---> 9ad893b45546 [2021-04-09T17:05:53.991Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-09T17:05:55.437Z] ---> Running in b746fb28c6ef [2021-04-09T17:05:56.427Z] Removing intermediate container 28eb89b733a2 [2021-04-09T17:05:56.427Z] ---> cc10b5bc0dec [2021-04-09T17:05:56.427Z] [2021-04-09T17:05:56.427Z] Step 10/31 : FROM alpine:3.12 [2021-04-09T17:05:56.427Z] ---> d75e27dfc0a0 [2021-04-09T17:05:56.427Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-09T17:05:56.704Z] ---> Running in 4c3bb314637a [2021-04-09T17:05:57.693Z] Removing intermediate container 4c3bb314637a [2021-04-09T17:05:57.694Z] ---> 6f5b9fbe3fa9 [2021-04-09T17:05:57.694Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-09T17:05:57.694Z] ---> Running in 422c9305f4bf [2021-04-09T17:05:59.148Z] Removing intermediate container b746fb28c6ef [2021-04-09T17:05:59.148Z] ---> 6d0f2f23e5fe [2021-04-09T17:05:59.148Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-09T17:05:59.538Z] ---> Running in 4f9d9e0a9089 [2021-04-09T17:06:00.150Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:06:00.150Z] Removing intermediate container 4f9d9e0a9089 [2021-04-09T17:06:00.150Z] ---> ecd702a9ef03 [2021-04-09T17:06:00.150Z] Step 22/24 : LABEL arch=arm64 [2021-04-09T17:06:00.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:06:00.424Z] ---> Running in 98549f538b3c [2021-04-09T17:06:01.057Z] Removing intermediate container 98549f538b3c [2021-04-09T17:06:01.057Z] ---> f3970b42f355 [2021-04-09T17:06:01.057Z] Step 23/24 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T17:06:01.057Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-09T17:06:01.057Z] (2/2) Installing su-exec (0.2-r1) [2021-04-09T17:06:01.057Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T17:06:01.057Z] OK: 5 MiB in 16 packages [2021-04-09T17:06:01.418Z] ---> Running in 6e5ceeb06f41 [2021-04-09T17:06:02.082Z] Removing intermediate container 6e5ceeb06f41 [2021-04-09T17:06:02.082Z] ---> 8b9b51949d2f [2021-04-09T17:06:02.082Z] Step 24/24 : LABEL version=0.0.0 [2021-04-09T17:06:02.357Z] ---> Running in 3b47af7f5078 [2021-04-09T17:06:02.965Z] Removing intermediate container 422c9305f4bf [2021-04-09T17:06:02.965Z] ---> f2e77c07ab82 [2021-04-09T17:06:02.965Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-09T17:06:03.240Z] Removing intermediate container 3b47af7f5078 [2021-04-09T17:06:03.240Z] ---> 4dc4a8788311 [2021-04-09T17:06:03.240Z] [2021-04-09T17:06:03.240Z] ---> Running in d2f900940f98 [2021-04-09T17:06:03.837Z] Successfully built 4dc4a8788311 [2021-04-09T17:06:03.837Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-09T17:06:04.113Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d2f900940f98 [2021-04-09T17:06:04.113Z] ---> 0cd4db2ac630 [2021-04-09T17:06:04.113Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-09T17:06:04.385Z] ---> Running in 598d0caf5f96 [2021-04-09T17:06:04.985Z] Removing intermediate container 598d0caf5f96 [2021-04-09T17:06:04.985Z] ---> 855adf2a8a62 [2021-04-09T17:06:04.985Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-09T17:06:05.257Z] ---> Running in 698415ce8a64 [2021-04-09T17:06:08.672Z] Removing intermediate container 698415ce8a64 [2021-04-09T17:06:08.672Z] ---> 0d9e711ab431 [2021-04-09T17:06:08.672Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-09T17:06:08.945Z] ---> Running in cb0732eeddd9 [2021-04-09T17:06:09.936Z] Removing intermediate container cb0732eeddd9 [2021-04-09T17:06:09.936Z] ---> 83b0fdfbbbbc [2021-04-09T17:06:09.936Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-09T17:06:11.379Z] ---> 4a10ab56977f [2021-04-09T17:06:11.379Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-09T17:06:11.379Z] ---> Running in 72f63bdd5305 [2021-04-09T17:06:15.737Z] Removing intermediate container dcd600b2319a [2021-04-09T17:06:15.737Z] ---> e83419e70dd3 [2021-04-09T17:06:15.737Z] [2021-04-09T17:06:15.737Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T17:06:15.737Z] ---> d75e27dfc0a0 [2021-04-09T17:06:15.737Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T17:06:15.737Z] ---> Using cache [2021-04-09T17:06:15.737Z] ---> 72821b23f549 [2021-04-09T17:06:15.737Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T17:06:15.737Z] ---> Using cache [2021-04-09T17:06:15.737Z] ---> 180273c153e6 [2021-04-09T17:06:15.737Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-09T17:06:15.737Z] Removing intermediate container 72f63bdd5305 [2021-04-09T17:06:15.737Z] ---> 2ec83f137574 [2021-04-09T17:06:15.737Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T17:06:15.737Z] ---> Running in 16b6d13c7664 [2021-04-09T17:06:16.725Z] Removing intermediate container 16b6d13c7664 [2021-04-09T17:06:16.725Z] ---> e150a4d28ebe [2021-04-09T17:06:16.725Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T17:06:16.725Z] ---> e2c93218dd6d [2021-04-09T17:06:16.725Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-09T17:06:16.725Z] ---> Running in f837087917d5 [2021-04-09T17:06:17.707Z] Removing intermediate container f837087917d5 [2021-04-09T17:06:17.707Z] ---> 3b61798519a2 [2021-04-09T17:06:17.707Z] Step 15/23 : WORKDIR / [2021-04-09T17:06:17.707Z] ---> Running in cc927724445d [2021-04-09T17:06:18.309Z] ---> 534be5427d1b [2021-04-09T17:06:18.309Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-09T17:06:18.309Z] Removing intermediate container cc927724445d [2021-04-09T17:06:18.309Z] ---> d83636122476 [2021-04-09T17:06:18.309Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T17:06:19.293Z] ---> ffae9d19f48f [2021-04-09T17:06:19.293Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-09T17:06:19.293Z] ---> 47816fa675b5 [2021-04-09T17:06:19.293Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-09T17:06:20.268Z] ---> 346985d09d02 [2021-04-09T17:06:20.268Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-09T17:06:20.868Z] ---> e41f8c3a847a [2021-04-09T17:06:20.868Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-09T17:06:21.141Z] ---> ecd4bfeff32b [2021-04-09T17:06:21.141Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-09T17:06:21.415Z] ---> Running in b4f69c075298 [2021-04-09T17:06:21.697Z] ---> 185c508c9803 [2021-04-09T17:06:21.697Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-09T17:06:21.697Z] ---> Running in a801cf91e58e [2021-04-09T17:06:21.968Z] Removing intermediate container b4f69c075298 [2021-04-09T17:06:21.968Z] ---> ec815795a045 [2021-04-09T17:06:21.968Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-09T17:06:22.574Z] Removing intermediate container a801cf91e58e [2021-04-09T17:06:22.574Z] ---> 04f0194e3a4f [2021-04-09T17:06:22.574Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T17:06:22.865Z] ---> Running in 337b23c1ff41 [2021-04-09T17:06:23.461Z] ---> 9586766d5c00 [2021-04-09T17:06:23.461Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-09T17:06:23.733Z] Removing intermediate container 337b23c1ff41 [2021-04-09T17:06:23.733Z] ---> 07d6481b08cf [2021-04-09T17:06:23.733Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T17:06:24.005Z] ---> Running in 2b1253fc58a3 [2021-04-09T17:06:24.005Z] ---> Running in f0a6ba007a73 [2021-04-09T17:06:24.988Z] Removing intermediate container f0a6ba007a73 [2021-04-09T17:06:24.988Z] ---> 6d2729839368 [2021-04-09T17:06:24.988Z] Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T17:06:24.988Z] ---> Running in 6f5b9840fd77 [2021-04-09T17:06:25.586Z] Removing intermediate container 6f5b9840fd77 [2021-04-09T17:06:25.586Z] ---> 1e12b5426dba [2021-04-09T17:06:25.586Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T17:06:25.858Z] ---> Running in 8ce03b098fe7 [2021-04-09T17:06:26.454Z] Removing intermediate container 8ce03b098fe7 [2021-04-09T17:06:26.454Z] ---> fabd31b84dd8 [2021-04-09T17:06:26.454Z] [2021-04-09T17:06:26.454Z] Removing intermediate container 2b1253fc58a3 [2021-04-09T17:06:26.454Z] ---> e070e056d27e [2021-04-09T17:06:26.454Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-09T17:06:27.048Z] Successfully built fabd31b84dd8 [2021-04-09T17:06:27.048Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-09T17:06:27.048Z]  Building docker-core-metadata-go ... done  ---> Running in e1593a9b60b0 [2021-04-09T17:06:27.650Z] Removing intermediate container e1593a9b60b0 [2021-04-09T17:06:27.650Z] ---> b63a72ec07ea [2021-04-09T17:06:27.650Z] Step 28/31 : CMD ["gate"] [2021-04-09T17:06:27.650Z] ---> Running in 422b61a857fc [2021-04-09T17:06:28.634Z] Removing intermediate container 422b61a857fc [2021-04-09T17:06:28.634Z] ---> ec31003d7ecb [2021-04-09T17:06:28.634Z] Step 29/31 : LABEL arch=arm64 [2021-04-09T17:06:28.907Z] ---> Running in c3f829a01398 [2021-04-09T17:06:29.506Z] Removing intermediate container c3f829a01398 [2021-04-09T17:06:29.506Z] ---> 54f315622662 [2021-04-09T17:06:29.506Z] Step 30/31 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T17:06:30.099Z] ---> Running in 5e6623b0b804 [2021-04-09T17:06:30.696Z] Removing intermediate container 5e6623b0b804 [2021-04-09T17:06:30.696Z] ---> 9ecbfdf5d154 [2021-04-09T17:06:30.696Z] Step 31/31 : LABEL version=0.0.0 [2021-04-09T17:06:31.289Z] ---> Running in 33912fea3b7f [2021-04-09T17:06:31.567Z] Removing intermediate container 7d75a446f6eb [2021-04-09T17:06:31.567Z] ---> 7e5a78f66330 [2021-04-09T17:06:31.567Z] [2021-04-09T17:06:31.567Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T17:06:31.567Z] ---> d75e27dfc0a0 [2021-04-09T17:06:31.567Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-09T17:06:31.840Z] ---> Running in b7ee48aa2388 [2021-04-09T17:06:31.840Z] Removing intermediate container 33912fea3b7f [2021-04-09T17:06:31.840Z] ---> 03d37e6528a4 [2021-04-09T17:06:31.840Z] [2021-04-09T17:06:32.433Z] Successfully built 03d37e6528a4 [2021-04-09T17:06:32.433Z] Removing intermediate container b7ee48aa2388 [2021-04-09T17:06:32.433Z] ---> afdb7f4a5cd0 [2021-04-09T17:06:32.433Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-09T17:06:32.433Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-09T17:06:32.433Z]  Building docker-security-bootstrapper-go ... done  ---> Running in a1368264a313 [2021-04-09T17:06:33.030Z] Removing intermediate container a1368264a313 [2021-04-09T17:06:33.030Z] ---> c83ed64b4f9e [2021-04-09T17:06:33.030Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-09T17:06:33.030Z] ---> Running in c84116050789 [2021-04-09T17:06:33.622Z] Removing intermediate container c84116050789 [2021-04-09T17:06:33.622Z] ---> bab43b700b1b [2021-04-09T17:06:33.622Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T17:06:33.622Z] ---> Running in b222d70823c6 [2021-04-09T17:06:35.600Z] Removing intermediate container b222d70823c6 [2021-04-09T17:06:35.600Z] ---> 6cbd8857b273 [2021-04-09T17:06:35.600Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-09T17:06:35.600Z] ---> Running in af3d6f136f83 [2021-04-09T17:06:36.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T17:06:37.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T17:06:38.515Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-09T17:06:38.787Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-09T17:06:38.787Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-09T17:06:39.056Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-09T17:06:39.325Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T17:06:39.595Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-09T17:06:39.595Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T17:06:39.595Z] OK: 8 MiB in 20 packages [2021-04-09T17:06:40.575Z] Removing intermediate container af3d6f136f83 [2021-04-09T17:06:40.575Z] ---> 4f3d2ee9b0e1 [2021-04-09T17:06:40.575Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T17:06:41.547Z] ---> dc8f5891340e [2021-04-09T17:06:41.548Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-09T17:06:42.521Z] ---> 77520ca09e62 [2021-04-09T17:06:42.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-09T17:06:43.118Z] ---> cb3107e91711 [2021-04-09T17:06:43.118Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-09T17:06:43.389Z] ---> Running in 8adcd07b44dd [2021-04-09T17:06:43.659Z] Removing intermediate container 8adcd07b44dd [2021-04-09T17:06:43.659Z] ---> 2a63fcc9843f [2021-04-09T17:06:43.659Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T17:06:43.929Z] ---> Running in 32d483403cb5 [2021-04-09T17:06:44.207Z] Removing intermediate container 32d483403cb5 [2021-04-09T17:06:44.207Z] ---> cb603ead1342 [2021-04-09T17:06:44.207Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T17:06:44.207Z] ---> Running in 14ec95028022 [2021-04-09T17:06:44.802Z] Removing intermediate container 14ec95028022 [2021-04-09T17:06:44.802Z] ---> 65d6f235f23e [2021-04-09T17:06:44.802Z] Step 22/23 : LABEL git_sha=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [2021-04-09T17:06:44.802Z] ---> Running in cb8edea40913 [2021-04-09T17:06:45.397Z] Removing intermediate container cb8edea40913 [2021-04-09T17:06:45.397Z] ---> d02e4db21141 [2021-04-09T17:06:45.397Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T17:06:45.397Z] ---> Running in 0135d4432513 [2021-04-09T17:06:45.992Z] Removing intermediate container 0135d4432513 [2021-04-09T17:06:45.992Z] ---> c69ad6814c8e [2021-04-09T17:06:45.992Z] [2021-04-09T17:06:46.263Z] Successfully built c69ad6814c8e [2021-04-09T17:06:46.533Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-09T17:06:46.820Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-09T17:06:46.828Z] $ docker stop --time=1 5f51ed70705a1c08d17fa5f4b501941b1f46d9ddd780437b8355a997e4657e95 [2021-04-09T17:06:48.634Z] $ docker rm -f 5f51ed70705a1c08d17fa5f4b501941b1f46d9ddd780437b8355a997e4657e95 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T17:06:49.351Z] + docker images [2021-04-09T17:06:49.351Z] + grep docker [2021-04-09T17:06:49.621Z] docker-core-data-go-arm64 latest c69ad6814c8e 4 seconds ago 21.4MB [2021-04-09T17:06:49.621Z] docker-security-bootstrapper-go-arm64 latest 03d37e6528a4 18 seconds ago 17.9MB [2021-04-09T17:06:49.621Z] docker-core-metadata-go-arm64 latest fabd31b84dd8 23 seconds ago 17.9MB [2021-04-09T17:06:49.621Z] docker-security-secretstore-setup-go-arm64 latest 4dc4a8788311 47 seconds ago 24.4MB [2021-04-09T17:06:49.621Z] docker-sys-mgmt-agent-go-arm64 latest 43f90232aa00 2 minutes ago 299MB [2021-04-09T17:06:49.621Z] docker-core-command-go-arm64 latest 32938783a0c5 3 minutes ago 16.3MB [2021-04-09T17:06:49.621Z] docker-support-notifications-go-arm64 latest 6b28a8854cbd 3 minutes ago 16.9MB [2021-04-09T17:06:49.621Z] docker-support-scheduler-go-arm64 latest eac62f9c6908 3 minutes ago 16.4MB [2021-04-09T17:06:49.621Z] docker-security-proxy-setup-go-arm64 latest 3115751a28a4 3 minutes ago 24.2MB [2021-04-09T17:06:49.621Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-09T17:06:50.958Z] ---> job-cost.sh [2021-04-09T17:06:50.958Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dMyT [2021-04-09T17:07:29.950Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-09T17:09:06.741Z] lf-activate-venv(): INFO: Adding /tmp/venv-dMyT/bin to PATH [2021-04-09T17:09:06.741Z] INFO: No Stack... [2021-04-09T17:09:06.741Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-09T17:09:06.741Z] INFO: Archiving Costs [Pipeline] sh [2021-04-09T17:09:07.083Z] + + cat /w/workspace/edgex-go/7/archives/cost.csvcut [2021-04-09T17:09:07.083Z] -d, -f6 [Pipeline] lock [2021-04-09T17:09:07.202Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3331-7-stack-cost] [2021-04-09T17:09:07.213Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3331-7-stack-cost] did not exist. Created. [2021-04-09T17:09:07.213Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3331-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-09T17:09:07.651Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-09T17:09:07.965Z] Stashed 1 file(s) [Pipeline] } [2021-04-09T17:09:07.980Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3331-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-09T17:09:09.904Z] provisioning config files... [2021-04-09T17:09:09.915Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config6081373367409144653tmp [Pipeline] { [Pipeline] sh [2021-04-09T17:09:10.327Z] + set +x [2021-04-09T17:09:10.327Z] + curl -s https://codecov.io/bash [2021-04-09T17:09:10.327Z] + bash -s -- [2021-04-09T17:09:10.589Z] [2021-04-09T17:09:10.589Z] _____ _ [2021-04-09T17:09:10.589Z] / ____| | | [2021-04-09T17:09:10.589Z] | | ___ __| | ___ ___ _____ __ [2021-04-09T17:09:10.589Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-09T17:09:10.589Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-09T17:09:10.589Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-09T17:09:10.589Z] Bash-20210309-2b87ace [2021-04-09T17:09:10.589Z] [2021-04-09T17:09:10.589Z] [2021-04-09T17:09:10.589Z] ==> git version 2.24.3 found [2021-04-09T17:09:10.852Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-09T17:09:10.852Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-09T17:09:10.852Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-09T17:09:10.852Z] ==> Jenkins CI detected. [2021-04-09T17:09:10.852Z] project root: . [2021-04-09T17:09:10.852Z] --> token set from env [2021-04-09T17:09:10.852Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-09T17:09:10.853Z] ==> Running gcov in . (disable via -X gcov) [2021-04-09T17:09:10.853Z] ==> Python coveragepy not found [2021-04-09T17:09:10.853Z] ==> Searching for coverage reports in: [2021-04-09T17:09:10.853Z] + . [2021-04-09T17:09:10.853Z] -> Found 1 reports [2021-04-09T17:09:10.853Z] ==> Detecting git/mercurial file structure [2021-04-09T17:09:11.115Z] ==> Reading reports [2021-04-09T17:09:11.115Z] + ./coverage.out bytes=697383 [2021-04-09T17:09:11.115Z] ==> Appending adjustments [2021-04-09T17:09:11.115Z] https://docs.codecov.io/docs/fixing-reports [2021-04-09T17:09:14.426Z] + Found adjustments [2021-04-09T17:09:14.426Z] ==> Gzipping contents [2021-04-09T17:09:14.426Z] 100K /tmp/codecov.U5XZci.gz [2021-04-09T17:09:14.426Z] ==> Uploading reports [2021-04-09T17:09:14.426Z] url: https://codecov.io [2021-04-09T17:09:14.426Z] query: branch=PR-3331&commit=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= [2021-04-09T17:09:14.426Z] -> Pinging Codecov [2021-04-09T17:09:14.426Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3331&commit=7840e6bd16ef4dd798ba6443c7c608bbd6fafd68&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= [2021-04-09T17:09:15.000Z] -> Uploading to [2021-04-09T17:09:15.000Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-09/00271124DB129430A58F1EEE437C3FCB/7840e6bd16ef4dd798ba6443c7c608bbd6fafd68/52ec8b4b-1db3-40c3-873e-654a01851d9d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T170914Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=24586de8207327c29eb9b6b24105166246967b05e500722dbabe659d7411d531 [2021-04-09T17:09:15.000Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T17:09:15.000Z] Dload Upload Total Spent Left Speed [2021-04-09T17:09:15.574Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99461 0 0 100 99461 0 187k --:--:-- --:--:-- --:--:-- 187k [2021-04-09T17:09:15.574Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7840e6bd16ef4dd798ba6443c7c608bbd6fafd68 [Pipeline] } [2021-04-09T17:09:15.584Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-09T17:09:17.836Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T17:09:18.717Z] ---> package-listing.sh [2021-04-09T17:09:18.717Z] ++ facter osfamily [2021-04-09T17:09:18.717Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-09T17:09:18.717Z] + OS_FAMILY=redhat [2021-04-09T17:09:18.717Z] + workspace=/w/workspace/edgex-go/7 [2021-04-09T17:09:18.717Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-09T17:09:18.717Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-09T17:09:18.717Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-09T17:09:18.717Z] + PACKAGES=/tmp/packages_start.txt [2021-04-09T17:09:18.717Z] + '[' /w/workspace/edgex-go/7 ']' [2021-04-09T17:09:18.717Z] + PACKAGES=/tmp/packages_end.txt [2021-04-09T17:09:18.717Z] + case "${OS_FAMILY}" in [2021-04-09T17:09:18.717Z] + rpm -qa [2021-04-09T17:09:18.717Z] + sort [2021-04-09T17:09:24.022Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-09T17:09:24.022Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-09T17:09:24.022Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-09T17:09:24.022Z] + '[' /w/workspace/edgex-go/7 ']' [2021-04-09T17:09:24.022Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-04-09T17:09:24.022Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-04-09T17:09:24.039Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-09T17:09:24.340Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-09T17:09:24.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T17:09:24.649Z] [2021-04-09T17:09:24.649Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-09T17:09:25.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T17:09:25.021Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-09T17:09:25.021Z] df20fa9351a1: Pulling fs layer [2021-04-09T17:09:25.021Z] 36b3adc4ff6f: Pulling fs layer [2021-04-09T17:09:25.021Z] 8ad3a11d3b57: Pulling fs layer [2021-04-09T17:09:25.021Z] 46f8f816bc3b: Pulling fs layer [2021-04-09T17:09:25.021Z] 93b61091891f: Pulling fs layer [2021-04-09T17:09:25.021Z] 93b9cdb0e59b: Pulling fs layer [2021-04-09T17:09:25.021Z] 5e14af77c1be: Pulling fs layer [2021-04-09T17:09:25.021Z] 01666e4c0597: Pulling fs layer [2021-04-09T17:09:25.021Z] aa168da1d23b: Pulling fs layer [2021-04-09T17:09:25.021Z] 93b9cdb0e59b: Waiting [2021-04-09T17:09:25.021Z] 46f8f816bc3b: Waiting [2021-04-09T17:09:25.021Z] 93b61091891f: Waiting [2021-04-09T17:09:25.021Z] 5e14af77c1be: Waiting [2021-04-09T17:09:25.021Z] 01666e4c0597: Waiting [2021-04-09T17:09:25.021Z] aa168da1d23b: Waiting [2021-04-09T17:09:25.284Z] 36b3adc4ff6f: Verifying Checksum [2021-04-09T17:09:25.284Z] 36b3adc4ff6f: Download complete [2021-04-09T17:09:25.284Z] 46f8f816bc3b: Verifying Checksum [2021-04-09T17:09:25.284Z] 46f8f816bc3b: Download complete [2021-04-09T17:09:25.284Z] df20fa9351a1: Verifying Checksum [2021-04-09T17:09:25.284Z] df20fa9351a1: Download complete [2021-04-09T17:09:25.284Z] 93b9cdb0e59b: Verifying Checksum [2021-04-09T17:09:25.284Z] 93b9cdb0e59b: Download complete [2021-04-09T17:09:25.284Z] 5e14af77c1be: Verifying Checksum [2021-04-09T17:09:25.284Z] 5e14af77c1be: Download complete [2021-04-09T17:09:25.284Z] 93b61091891f: Verifying Checksum [2021-04-09T17:09:25.284Z] 93b61091891f: Download complete [2021-04-09T17:09:25.284Z] 01666e4c0597: Verifying Checksum [2021-04-09T17:09:25.284Z] 01666e4c0597: Download complete [2021-04-09T17:09:25.547Z] df20fa9351a1: Pull complete [2021-04-09T17:09:25.816Z] 8ad3a11d3b57: Verifying Checksum [2021-04-09T17:09:25.816Z] 8ad3a11d3b57: Download complete [2021-04-09T17:09:25.816Z] 36b3adc4ff6f: Pull complete [2021-04-09T17:09:26.392Z] 8ad3a11d3b57: Pull complete [2021-04-09T17:09:26.658Z] 46f8f816bc3b: Pull complete [2021-04-09T17:09:27.609Z] aa168da1d23b: Verifying Checksum [2021-04-09T17:09:27.609Z] aa168da1d23b: Download complete [2021-04-09T17:09:28.556Z] 93b61091891f: Pull complete [2021-04-09T17:09:28.817Z] 93b9cdb0e59b: Pull complete [2021-04-09T17:09:29.082Z] 5e14af77c1be: Pull complete [2021-04-09T17:09:29.082Z] 01666e4c0597: Pull complete [2021-04-09T17:09:37.259Z] aa168da1d23b: Pull complete [2021-04-09T17:09:37.259Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-09T17:09:37.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T17:09:37.259Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-09T17:09:37.441Z] prd-centos7-docker-4c-2g-33449 does not seem to be running inside a container [2021-04-09T17:09:37.488Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-09T17:09:44.531Z] $ docker top 6e577b6400410630816985b4516dd2134a0e7d88b7e08ef317780b843cd6b169 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T17:09:45.101Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-09T17:09:45.400Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-09T17:09:45.700Z] + ls /var/log/sa-host [2021-04-09T17:09:45.700Z] + sadf -c /var/log/sa-host/sa09 [2021-04-09T17:09:45.700Z] file_magic: OK [2021-04-09T17:09:45.700Z] HZ: Using current value: 100 [2021-04-09T17:09:45.700Z] file_header: OK [2021-04-09T17:09:45.700Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-09T17:09:45.700Z] Statistics: [2021-04-09T17:09:45.700Z] 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... [2021-04-09T17:09:45.700Z] File successfully converted to sysstat format version 12.2.1 [2021-04-09T17:09:45.700Z] + sadf -c /var/log/sa-host/sa23 [2021-04-09T17:09:45.700Z] file_magic: OK [2021-04-09T17:09:45.700Z] HZ: Using current value: 100 [2021-04-09T17:09:45.700Z] file_header: OK [2021-04-09T17:09:45.700Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-09T17:09:45.700Z] Statistics: [2021-04-09T17:09:45.700Z] Hnuu...uuuununununu... [2021-04-09T17:09:45.700Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-09T17:09:45.938Z] provisioning config files... [2021-04-09T17:09:45.954Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config5750344157406233963tmp [Pipeline] { [Pipeline] echo [2021-04-09T17:09:46.046Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T17:09:46.344Z] ---> create-netrc.sh [Pipeline] } [2021-04-09T17:09:46.353Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-09T17:09:46.450Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T17:09:46.748Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-09T17:09:46.760Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T17:09:47.055Z] ---> sudo-logs.sh [2021-04-09T17:09:47.055Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-09T17:09:47.124Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T17:09:47.420Z] ---> job-cost.sh [2021-04-09T17:09:47.420Z] lf-activate-venv: SKIPPING [2021-04-09T17:09:47.420Z] DEBUG: total: 0.20999999344348907 [2021-04-09T17:09:47.420Z] INFO: Retrieving Stack Cost... [2021-04-09T17:09:48.811Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-09T17:09:49.073Z] INFO: Archiving Costs [Pipeline] echo [2021-04-09T17:09:49.090Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T17:09:49.391Z] ---> logs-deploy.sh [2021-04-09T17:09:49.391Z] lf-activate-venv: SKIPPING [2021-04-09T17:09:49.391Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3331/7 [2021-04-09T17:09:49.391Z] INFO: archiving workspace using pattern(s): [2021-04-09T17:09:50.780Z] Archives upload complete. [2021-04-09T17:09:50.780Z] INFO: archiving logs to Nexus