Pull request #3202 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from a97e7d088cfea97e2f7e544ceb56995fb0b64fad+7248181b27c1f196cc7a2300d5170335b9add480 (6a31ac97abf48095b39f951ab37653ab61303c29) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29086 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # 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/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit a97e7d088cfea97e2f7e544ceb56995fb0b64fad Merge succeeded, producing a97e7d088cfea97e2f7e544ceb56995fb0b64fad Checking out Revision a97e7d088cfea97e2f7e544ceb56995fb0b64fad (PR-3202) > git config core.sparsecheckout # timeout=10 > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # 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 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # timeout=10 Commit message: "feat(data): Add CBOR support for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-09T03:03:24.331Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk cb69407c0a3b9b2d3768cec62cf382c93a7cb54b # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-09T03:03:24.606Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-09T03:03:24.719Z] ========================================================= [2021-03-09T03:03:24.719Z] EdgeX Global Pipelines Version Info [2021-03-09T03:03:24.719Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:03:26.209Z] ------------------- [2021-03-09T03:03:26.209Z] stable info: [2021-03-09T03:03:26.209Z] ------------------- [2021-03-09T03:03:26.209Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-09T03:03:26.209Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T03:03:26.209Z] Message: update stable to v1.0.184 [2021-03-09T03:03:27.155Z] ------------------- [2021-03-09T03:03:27.155Z] experimental info: [2021-03-09T03:03:27.155Z] ------------------- [2021-03-09T03:03:27.155Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-09T03:03:27.155Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T03:03:27.155Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-09T03:03:27.469Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-09T03:03:27.601Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-09T03:03:27.702Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-09T03:03:27.800Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-09T03:03:27.912Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-09T03:03:28.017Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-09T03:03:28.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-09T03:03:28.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-09T03:03:28.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-09T03:03:28.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-09T03:03:28.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-09T03:03:28.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-09T03:03:28.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-09T03:03:28.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-09T03:03:29.004Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T03:03:29.095Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T03:03:29.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-09T03:03:29.278Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-09T03:03:29.402Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-09T03:03:29.503Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-09T03:03:29.593Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-09T03:03:29.688Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-09T03:03:29.782Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3202 [Pipeline] echo [2021-03-09T03:03:29.875Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3202 [Pipeline] echo [2021-03-09T03:03:29.972Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3202 [Pipeline] echo [2021-03-09T03:03:30.098Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a97e7d088cfea97e2f7e544ceb56995fb0b64fad [Pipeline] echo [2021-03-09T03:03:30.201Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a97e7d0 [Pipeline] echo [2021-03-09T03:03:30.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T03:03:30.568Z] provisioning config files... [2021-03-09T03:03:30.607Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config480409378417611041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:03:30.976Z] ---> docker-login.sh [2021-03-09T03:03:30.976Z] nexus3.edgexfoundry.org:10001 [2021-03-09T03:03:31.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T03:03:31.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T03:03:31.501Z] Configure a credential helper to remove this warning. See [2021-03-09T03:03:31.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T03:03:31.501Z] [2021-03-09T03:03:31.501Z] Login Succeeded [2021-03-09T03:03:31.501Z] nexus3.edgexfoundry.org:10002 [2021-03-09T03:03:31.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T03:03:31.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T03:03:31.501Z] Configure a credential helper to remove this warning. See [2021-03-09T03:03:31.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T03:03:31.501Z] [2021-03-09T03:03:31.501Z] Login Succeeded [2021-03-09T03:03:31.764Z] nexus3.edgexfoundry.org:10003 [2021-03-09T03:03:31.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T03:03:31.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T03:03:31.764Z] Configure a credential helper to remove this warning. See [2021-03-09T03:03:31.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T03:03:31.764Z] [2021-03-09T03:03:31.764Z] Login Succeeded [2021-03-09T03:03:31.764Z] nexus3.edgexfoundry.org:10004 [2021-03-09T03:03:32.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T03:03:32.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T03:03:32.026Z] Configure a credential helper to remove this warning. See [2021-03-09T03:03:32.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T03:03:32.026Z] [2021-03-09T03:03:32.026Z] Login Succeeded [2021-03-09T03:03:32.026Z] docker.io [2021-03-09T03:03:32.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T03:03:32.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T03:03:32.600Z] Configure a credential helper to remove this warning. See [2021-03-09T03:03:32.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T03:03:32.600Z] [2021-03-09T03:03:32.600Z] Login Succeeded [2021-03-09T03:03:32.600Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T03:03:32.609Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T03:03:33.107Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-09T03:03:33.107Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T03:03:33.107Z] ++ dirname cmd/core-command/Dockerfile [2021-03-09T03:03:33.107Z] ++ cut -d/ -f2 [2021-03-09T03:03:33.107Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-09T03:03:33.107Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T03:03:33.107Z] ++ dirname cmd/core-data/Dockerfile [2021-03-09T03:03:33.107Z] ++ cut -d/ -f2 [2021-03-09T03:03:33.107Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-09T03:03:33.107Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T03:03:33.107Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-09T03:03:33.107Z] ++ cut -d/ -f2 [2021-03-09T03:03:33.107Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-09T03:03:33.107Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T03:03:33.107Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-09T03:03:33.107Z] ++ cut -d/ -f2 [2021-03-09T03:03:33.107Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-09T03:03:33.107Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T03:03:33.107Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-09T03:03:33.107Z] ++ cut -d/ -f2 [2021-03-09T03:03:33.107Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-09T03:03:33.107Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T03:03:33.107Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-09T03:03:33.107Z] ++ cut -d/ -f2 [2021-03-09T03:03:33.107Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-09T03:03:33.107Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T03:03:33.107Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-09T03:03:33.107Z] ++ cut -d/ -f2 [2021-03-09T03:03:33.107Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-09T03:03:33.107Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T03:03:33.107Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-09T03:03:33.107Z] ++ cut -d/ -f2 [2021-03-09T03:03:33.107Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-09T03:03:33.107Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T03:03:33.107Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-09T03:03:33.107Z] ++ cut -d/ -f2 [2021-03-09T03:03:33.107Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-09T03:03:33.241Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:03:34.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T03:03:34.720Z] [2021-03-09T03:03:34.720Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:03:35.074Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T03:03:35.074Z] latest: Pulling from edgex-devops/git-semver [2021-03-09T03:03:35.074Z] 31603596830f: Pulling fs layer [2021-03-09T03:03:35.074Z] 2a8b12db71e7: Pulling fs layer [2021-03-09T03:03:35.074Z] 6ca5941a6612: Pulling fs layer [2021-03-09T03:03:35.074Z] ecc8261a40a4: Pulling fs layer [2021-03-09T03:03:35.074Z] ecc8261a40a4: Waiting [2021-03-09T03:03:35.074Z] 2a8b12db71e7: Download complete [2021-03-09T03:03:35.339Z] 31603596830f: Download complete [2021-03-09T03:03:35.339Z] ecc8261a40a4: Verifying Checksum [2021-03-09T03:03:35.339Z] ecc8261a40a4: Download complete [2021-03-09T03:03:35.339Z] 6ca5941a6612: Verifying Checksum [2021-03-09T03:03:35.339Z] 6ca5941a6612: Download complete [2021-03-09T03:03:35.601Z] 31603596830f: Pull complete [2021-03-09T03:03:35.868Z] 2a8b12db71e7: Pull complete [2021-03-09T03:03:36.449Z] 6ca5941a6612: Pull complete [2021-03-09T03:03:36.711Z] ecc8261a40a4: Pull complete [2021-03-09T03:03:36.711Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-09T03:03:36.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T03:03:36.973Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-09T03:03:37.075Z] prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container [2021-03-09T03:03:37.132Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-03-09T03:03:39.751Z] $ docker top 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T03:03:40.163Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T03:03:40.163Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T03:03:40.396Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T03:03:40.399Z] $ docker exec 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 ssh-agent [2021-03-09T03:03:40.587Z] SSH_AUTH_SOCK=/tmp/ssh-Sr4uWxJkaQxY/agent.12 [2021-03-09T03:03:40.587Z] SSH_AGENT_PID=17 [2021-03-09T03:03:40.601Z] Running ssh-add (command line suppressed) [2021-03-09T03:03:40.725Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_7093360463142076637.key (/w/workspace/edgex-go/18@tmp/private_key_7093360463142076637.key) [2021-03-09T03:03:40.777Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T03:03:41.131Z] + git tag --points-at HEAD [Pipeline] } [2021-03-09T03:03:41.154Z] $ docker exec --env ******** --env ******** 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 ssh-agent -k [2021-03-09T03:03:41.268Z] unset SSH_AUTH_SOCK; [2021-03-09T03:03:41.269Z] unset SSH_AGENT_PID; [2021-03-09T03:03:41.269Z] echo Agent pid 17 killed; [2021-03-09T03:03:41.319Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-09T03:03:41.505Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T03:03:41.505Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T03:03:41.674Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T03:03:41.679Z] $ docker exec 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 ssh-agent [2021-03-09T03:03:41.836Z] SSH_AUTH_SOCK=/tmp/ssh-d0woM7EZXJOp/agent.46 [2021-03-09T03:03:41.836Z] SSH_AGENT_PID=51 [2021-03-09T03:03:41.843Z] Running ssh-add (command line suppressed) [2021-03-09T03:03:41.957Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_6293351886175563398.key (/w/workspace/edgex-go/18@tmp/private_key_6293351886175563398.key) [2021-03-09T03:03:42.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T03:03:42.343Z] + git semver init [2021-03-09T03:03:42.343Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T03:03:42.343Z] # $GIT_DIR = /w/workspace/edgex-go/18/.git [2021-03-09T03:03:42.343Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/18 [2021-03-09T03:03:42.343Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T03:03:42.343Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T03:03:42.343Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T03:03:42.343Z] # $SEMVER_BRANCH = PR-3202 [2021-03-09T03:03:42.343Z] # $SEMVER_TEMP = /tmp/semver-845793274 [2021-03-09T03:03:42.343Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-09T03:04:00.587Z] # '/tmp/semver-845793274' -> '/w/workspace/edgex-go/18/.semver' [2021-03-09T03:04:01.543Z] # -> Force: false [2021-03-09T03:04:01.543Z] # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } [2021-03-09T03:04:01.558Z] $ docker exec --env ******** --env ******** 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 ssh-agent -k [2021-03-09T03:04:01.782Z] unset SSH_AUTH_SOCK; [2021-03-09T03:04:01.782Z] unset SSH_AGENT_PID; [2021-03-09T03:04:01.782Z] echo Agent pid 51 killed; [2021-03-09T03:04:01.884Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T03:04:02.373Z] + git semver [Pipeline] } [2021-03-09T03:04:02.392Z] $ docker stop --time=1 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 [2021-03-09T03:04:04.072Z] $ docker rm -f 771421944c56ef73a52958997eca7248ddb8365a6457906fefda9904c7d83297 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T03:04:04.620Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-09T03:04:05.116Z] Stashed 1 file(s) [Pipeline] echo [2021-03-09T03:04:05.120Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T03:04:05.984Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-09T03:04:06.285Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T03:04:06.584Z] + sudo service docker restart [2021-03-09T03:04:06.584Z] + true [2021-03-09T03:04:06.584Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-09T03:04:07.176Z] ========================================================= [2021-03-09T03:04:07.176Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-09T03:04:07.176Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:04:07.519Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-09T03:04:11.752Z] Sending build context to Docker daemon 328.5MB [2021-03-09T03:04:11.752Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T03:04:11.752Z] Step 2/6 : FROM ${BASE} [2021-03-09T03:04:11.752Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-09T03:04:11.752Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T03:04:11.752Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T03:04:11.752Z] de9db76c5a1d: Pulling fs layer [2021-03-09T03:04:11.752Z] bca2f99d35d6: Pulling fs layer [2021-03-09T03:04:11.752Z] 93359f2a8cfa: Pulling fs layer [2021-03-09T03:04:11.752Z] 7c6f9722023f: Pulling fs layer [2021-03-09T03:04:11.752Z] a35cf1a2eb13: Pulling fs layer [2021-03-09T03:04:11.752Z] 7c6f9722023f: Waiting [2021-03-09T03:04:11.752Z] a35cf1a2eb13: Waiting [2021-03-09T03:04:11.752Z] bca2f99d35d6: Waiting [2021-03-09T03:04:11.752Z] 93359f2a8cfa: Waiting [2021-03-09T03:04:11.752Z] de9db76c5a1d: Verifying Checksum [2021-03-09T03:04:11.752Z] de9db76c5a1d: Download complete [2021-03-09T03:04:11.752Z] 0ef7d3d256c8: Verifying Checksum [2021-03-09T03:04:11.752Z] 0ef7d3d256c8: Download complete [2021-03-09T03:04:12.018Z] 93359f2a8cfa: Verifying Checksum [2021-03-09T03:04:12.018Z] 93359f2a8cfa: Download complete [2021-03-09T03:04:12.018Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T03:04:12.018Z] 188c0c94c7c5: Download complete [2021-03-09T03:04:12.018Z] 7c6f9722023f: Verifying Checksum [2021-03-09T03:04:12.018Z] 7c6f9722023f: Download complete [2021-03-09T03:04:12.286Z] 188c0c94c7c5: Pull complete [2021-03-09T03:04:12.548Z] 0ef7d3d256c8: Pull complete [2021-03-09T03:04:12.548Z] de9db76c5a1d: Pull complete [2021-03-09T03:04:14.489Z] a35cf1a2eb13: Verifying Checksum [2021-03-09T03:04:14.489Z] a35cf1a2eb13: Download complete [2021-03-09T03:04:14.752Z] bca2f99d35d6: Verifying Checksum [2021-03-09T03:04:14.752Z] bca2f99d35d6: Download complete [2021-03-09T03:04:20.082Z] bca2f99d35d6: Pull complete [2021-03-09T03:04:20.082Z] 93359f2a8cfa: Pull complete [2021-03-09T03:04:20.082Z] 7c6f9722023f: Pull complete [2021-03-09T03:04:20.480Z] Still waiting to schedule task [2021-03-09T03:04:20.480Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-09T03:04:24.326Z] a35cf1a2eb13: Pull complete [2021-03-09T03:04:24.326Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-09T03:04:24.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-09T03:04:24.326Z] ---> a62c8e92a672 [2021-03-09T03:04:24.326Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-09T03:04:24.589Z] ---> Running in a5c0664e1bec [2021-03-09T03:04:25.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:04:25.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:04:26.320Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T03:04:26.897Z] (2/12) Installing file (5.38-r0) [2021-03-09T03:04:26.897Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T03:04:26.897Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T03:04:32.204Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T03:04:32.204Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T03:04:32.204Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T03:04:32.467Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T03:04:32.467Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T03:04:32.467Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T03:04:32.730Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T03:04:33.306Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T03:04:33.306Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:04:33.306Z] OK: 233 MiB in 51 packages [2021-03-09T03:04:37.534Z] Removing intermediate container a5c0664e1bec [2021-03-09T03:04:37.534Z] ---> 0acab3d75221 [2021-03-09T03:04:37.534Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T03:04:37.534Z] ---> Running in 2c2f11f468f9 [2021-03-09T03:04:37.534Z] Removing intermediate container 2c2f11f468f9 [2021-03-09T03:04:37.534Z] ---> e2a53607774d [2021-03-09T03:04:37.534Z] Step 5/6 : COPY go.mod . [2021-03-09T03:04:37.534Z] ---> 8699e1272fa1 [2021-03-09T03:04:37.534Z] Step 6/6 : RUN go mod download [2021-03-09T03:04:37.534Z] ---> Running in 9e984b17dab3 [2021-03-09T03:05:04.164Z] Removing intermediate container 9e984b17dab3 [2021-03-09T03:05:04.164Z] ---> 154375be28da [2021-03-09T03:05:04.164Z] Successfully built 154375be28da [2021-03-09T03:05:04.164Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:05:04.486Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T03:05:04.486Z] . [Pipeline] withDockerContainer [2021-03-09T03:05:04.587Z] prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container [2021-03-09T03:05:04.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-03-09T03:05:05.521Z] $ docker top e8403eb027d1f3a229f1f5467121c709004026b1f1e2e8357521aaad9374be0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T03:05:06.221Z] + go version [2021-03-09T03:05:06.221Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-09T03:05:06.236Z] $ docker stop --time=1 e8403eb027d1f3a229f1f5467121c709004026b1f1e2e8357521aaad9374be0f [2021-03-09T03:05:07.591Z] $ docker rm -f e8403eb027d1f3a229f1f5467121c709004026b1f1e2e8357521aaad9374be0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:05:08.473Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T03:05:08.473Z] . [Pipeline] withDockerContainer [2021-03-09T03:05:08.599Z] prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container [2021-03-09T03:05:08.686Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-03-09T03:05:09.530Z] $ docker top de102fec1f02c8121e461edd740f5a284ca4396b325d5d50268722a69765e49b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T03:05:09.727Z] ========================================================= [2021-03-09T03:05:09.727Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T03:05:09.727Z] ========================================================= [Pipeline] sh [2021-03-09T03:05:10.027Z] + make test [2021-03-09T03:05:10.027Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T03:05:20.081Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T03:05:35.144Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T03:05:40.472Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T03:05:41.060Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T03:05:41.060Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T03:05:44.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T03:05:44.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T03:05:44.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T03:05:44.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T03:05:44.686Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T03:05:45.292Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T03:05:47.902Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T03:05:47.903Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T03:05:47.903Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T03:05:50.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 45.9% of statements [2021-03-09T03:05:50.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T03:05:50.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T03:05:50.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T03:05:50.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T03:05:50.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T03:05:50.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T03:05:50.481Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T03:05:50.481Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.082s coverage: 100.0% of statements [2021-03-09T03:05:53.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.1% of statements [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T03:05:53.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T03:05:53.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T03:05:53.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 71.3% of statements [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T03:05:53.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.193s coverage: 82.9% of statements [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T03:05:53.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.064s coverage: 78.9% of statements [2021-03-09T03:05:53.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T03:05:56.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T03:05:56.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T03:05:56.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T03:05:56.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T03:05:56.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T03:05:56.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T03:05:56.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T03:05:56.815Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29088 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws [2021-03-09T03:05:56.874Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2021-03-09T03:05:59.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 92.8% of statements [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T03:05:59.032Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T03:05:59.032Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T03:05:59.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T03:05:59.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements [2021-03-09T03:05:59.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.035s coverage: 79.5% of statements [2021-03-09T03:05:59.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-03-09T03:05:59.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-03-09T03:05:59.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-03-09T03:06:02.023Z] using credential edgex-jenkins-ssh [2021-03-09T03:06:02.096Z] Cloning the remote Git repository [2021-03-09T03:06:02.175Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T03:06:02.288Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2021-03-09T03:06:02.372Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T03:06:02.373Z] > git --version # timeout=10 [2021-03-09T03:06:02.403Z] > git --version # 'git version 2.17.1' [2021-03-09T03:06:02.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T03:06:02.481Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T03:06:11.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.035s coverage: 94.4% of statements [2021-03-09T03:06:11.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-03-09T03:06:11.305Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.058s coverage: 81.4% of statements [2021-03-09T03:06:23.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T03:06:23.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T03:06:23.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T03:06:23.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-09T03:06:23.609Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T03:06:23.609Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 62.4% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 69.0% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 38.4% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 87.8% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.726s coverage: 29.1% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.083s coverage: 95.6% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T03:06:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-09T03:06:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-09T03:06:23.610Z] GO111MODULE=on go vet ./... [2021-03-09T03:06:24.771Z] Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:06:25.281Z] Merge succeeded, producing a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:06:25.282Z] Checking out Revision a97e7d088cfea97e2f7e544ceb56995fb0b64fad (PR-3202) [2021-03-09T03:06:23.579Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T03:06:23.598Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T03:06:23.625Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T03:06:23.665Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T03:06:23.665Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T03:06:23.680Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T03:06:24.791Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T03:06:24.809Z] > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # timeout=10 [2021-03-09T03:06:25.116Z] > git remote # timeout=10 [2021-03-09T03:06:25.171Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T03:06:25.188Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T03:06:25.200Z] > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 [2021-03-09T03:06:25.263Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T03:06:25.291Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T03:06:25.311Z] > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # timeout=10 [2021-03-09T03:06:29.600Z] Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T03:06:30.978Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-09T03:06:31.392Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T03:06:31.738Z] + true [2021-03-09T03:06:31.738Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T03:06:33.804Z] provisioning config files... [2021-03-09T03:06:33.844Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config4829423182772281153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:06:34.283Z] ---> docker-login.sh [2021-03-09T03:06:34.284Z] nexus3.edgexfoundry.org:10001 [2021-03-09T03:06:35.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T03:06:35.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T03:06:35.552Z] Configure a credential helper to remove this warning. See [2021-03-09T03:06:35.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T03:06:35.552Z] [2021-03-09T03:06:35.552Z] Login Succeeded [2021-03-09T03:06:35.552Z] nexus3.edgexfoundry.org:10002 [2021-03-09T03:06:35.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T03:06:36.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T03:06:36.107Z] Configure a credential helper to remove this warning. See [2021-03-09T03:06:36.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T03:06:36.107Z] [2021-03-09T03:06:36.107Z] Login Succeeded [2021-03-09T03:06:36.107Z] nexus3.edgexfoundry.org:10003 [2021-03-09T03:06:36.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T03:06:36.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T03:06:36.664Z] Configure a credential helper to remove this warning. See [2021-03-09T03:06:36.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T03:06:36.664Z] [2021-03-09T03:06:36.664Z] Login Succeeded [2021-03-09T03:06:36.664Z] nexus3.edgexfoundry.org:10004 [2021-03-09T03:06:36.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T03:06:37.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T03:06:37.215Z] Configure a credential helper to remove this warning. See [2021-03-09T03:06:37.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T03:06:37.215Z] [2021-03-09T03:06:37.215Z] Login Succeeded [2021-03-09T03:06:37.215Z] docker.io [2021-03-09T03:06:37.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T03:06:38.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T03:06:38.090Z] Configure a credential helper to remove this warning. See [2021-03-09T03:06:38.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T03:06:38.090Z] [2021-03-09T03:06:38.090Z] Login Succeeded [2021-03-09T03:06:38.090Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T03:06:38.108Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-09T03:06:38.626Z] ========================================================= [2021-03-09T03:06:38.626Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-09T03:06:38.626Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:06:39.011Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-09T03:06:41.649Z] Sending build context to Docker daemon 166.7MB [2021-03-09T03:06:41.650Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T03:06:41.650Z] Step 2/6 : FROM ${BASE} [2021-03-09T03:06:41.650Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-09T03:06:41.650Z] 5f621e34cdf4: Pulling fs layer [2021-03-09T03:06:41.650Z] a4357932f1b6: Pulling fs layer [2021-03-09T03:06:41.650Z] 18c013af1878: Pulling fs layer [2021-03-09T03:06:41.650Z] 00ac8860ef70: Pulling fs layer [2021-03-09T03:06:41.650Z] 63d7cb157983: Pulling fs layer [2021-03-09T03:06:41.650Z] b116817d02f9: Pulling fs layer [2021-03-09T03:06:41.650Z] 745a02a5169b: Pulling fs layer [2021-03-09T03:06:41.650Z] 00ac8860ef70: Waiting [2021-03-09T03:06:41.650Z] 63d7cb157983: Waiting [2021-03-09T03:06:41.650Z] 745a02a5169b: Waiting [2021-03-09T03:06:41.650Z] b116817d02f9: Waiting [2021-03-09T03:06:41.650Z] 18c013af1878: Verifying Checksum [2021-03-09T03:06:41.650Z] 18c013af1878: Download complete [2021-03-09T03:06:41.650Z] a4357932f1b6: Download complete [2021-03-09T03:06:41.650Z] 63d7cb157983: Verifying Checksum [2021-03-09T03:06:41.650Z] 63d7cb157983: Download complete [2021-03-09T03:06:42.627Z] b116817d02f9: Verifying Checksum [2021-03-09T03:06:42.627Z] b116817d02f9: Download complete [2021-03-09T03:06:42.627Z] 5f621e34cdf4: Verifying Checksum [2021-03-09T03:06:42.627Z] 5f621e34cdf4: Download complete [2021-03-09T03:06:42.908Z] 5f621e34cdf4: Pull complete [2021-03-09T03:06:43.508Z] a4357932f1b6: Pull complete [2021-03-09T03:06:44.113Z] 18c013af1878: Pull complete [2021-03-09T03:06:44.715Z] 745a02a5169b: Verifying Checksum [2021-03-09T03:06:44.715Z] 745a02a5169b: Download complete [2021-03-09T03:06:46.153Z] 00ac8860ef70: Verifying Checksum [2021-03-09T03:06:46.153Z] 00ac8860ef70: Download complete [2021-03-09T03:06:50.375Z] gofmt -l . [2021-03-09T03:06:50.375Z] [ "`gofmt -l .`" = "" ] [2021-03-09T03:06:50.375Z] ./bin/test-go-mod-tidy.sh [2021-03-09T03:06:50.952Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T03:06:51.900Z] + ls -al . [2021-03-09T03:06:51.900Z] total 736 [2021-03-09T03:06:51.900Z] drwxrwxr-x 10 1001 1001 4096 Mar 9 03:06 . [2021-03-09T03:06:51.901Z] drwxr-xr-x 4 root root 30 Mar 9 03:05 .. [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 03:03 .dockerignore [2021-03-09T03:06:51.901Z] drwxrwxr-x 8 1001 1001 179 Mar 9 03:03 .git [2021-03-09T03:06:51.901Z] drwxrwxr-x 3 1001 1001 125 Mar 9 03:03 .github [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 03:03 .gitignore [2021-03-09T03:06:51.901Z] drwx------ 3 1001 1001 60 Mar 9 03:04 .semver [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 03:03 .sonarcloud.properties [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 03:03 Attribution.txt [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 03:03 CONTRIBUTING.md [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 03:03 Dockerfile.build [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 03:03 Jenkinsfile [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 03:03 LICENSE [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 03:03 Makefile [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 6524 Mar 9 03:03 README.md [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 03:03 SECURITY.md [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 03:04 VERSION [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 03:03 ZMQWindows.md [2021-03-09T03:06:51.901Z] drwxrwxr-x 2 1001 1001 117 Mar 9 03:03 bin [2021-03-09T03:06:51.901Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 03:03 cmd [2021-03-09T03:06:51.901Z] -rw-r--r-- 1 root root 624012 Mar 9 03:06 coverage.out [2021-03-09T03:06:51.901Z] -rw-r--r-- 1 root root 1055 Mar 9 03:06 go.mod [2021-03-09T03:06:51.901Z] -rw-r--r-- 1 root root 21981 Mar 9 03:06 go.sum [2021-03-09T03:06:51.901Z] drwxrwxr-x 8 1001 1001 127 Mar 9 03:03 internal [2021-03-09T03:06:51.901Z] drwxrwxr-x 4 1001 1001 26 Mar 9 03:03 openapi [2021-03-09T03:06:51.901Z] drwxrwxr-x 4 1001 1001 71 Mar 9 03:03 snap [2021-03-09T03:06:51.901Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 03:03 version.go [Pipeline] sh [2021-03-09T03:06:52.283Z] + '[' -e coverage.out ] [2021-03-09T03:06:52.284Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T03:06:52.506Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T03:06:52.809Z] + make build [2021-03-09T03:06:52.809Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T03:06:56.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T03:06:56.343Z] 00ac8860ef70: Pull complete [2021-03-09T03:06:56.941Z] 63d7cb157983: Pull complete [2021-03-09T03:06:57.229Z] b116817d02f9: Pull complete [2021-03-09T03:07:01.557Z] 745a02a5169b: Pull complete [2021-03-09T03:07:01.557Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-09T03:07:01.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-09T03:07:01.557Z] ---> b7e6874047d6 [2021-03-09T03:07:01.557Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-09T03:07:04.186Z] ---> Running in 468b9d40f1c6 [2021-03-09T03:07:04.316Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T03:07:05.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T03:07:06.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:07:07.114Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T03:07:07.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:07:07.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T03:07:07.734Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T03:07:07.734Z] (2/12) Installing file (5.38-r0) [2021-03-09T03:07:08.006Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T03:07:08.006Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T03:07:09.630Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T03:07:11.023Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T03:07:11.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T03:07:12.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T03:07:13.396Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T03:07:13.396Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T03:07:13.396Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T03:07:13.396Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T03:07:13.396Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T03:07:13.396Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T03:07:13.396Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T03:07:13.396Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T03:07:13.396Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:07:13.396Z] OK: 217 MiB in 51 packages [2021-03-09T03:07:14.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T03:07:15.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-09T03:07:17.257Z] $ docker stop --time=1 de102fec1f02c8121e461edd740f5a284ca4396b325d5d50268722a69765e49b [2021-03-09T03:07:18.790Z] Removing intermediate container 468b9d40f1c6 [2021-03-09T03:07:18.790Z] ---> be5ab7fafb3f [2021-03-09T03:07:18.790Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T03:07:18.790Z] ---> Running in 2f7e88549255 [2021-03-09T03:07:18.790Z] Removing intermediate container 2f7e88549255 [2021-03-09T03:07:18.790Z] ---> 21b1ec4f0312 [2021-03-09T03:07:18.790Z] Step 5/6 : COPY go.mod . [2021-03-09T03:07:18.984Z] $ docker rm -f de102fec1f02c8121e461edd740f5a284ca4396b325d5d50268722a69765e49b [2021-03-09T03:07:19.062Z] ---> 99fec5058dec [2021-03-09T03:07:19.062Z] Step 6/6 : RUN go mod download [2021-03-09T03:07:19.335Z] ---> Running in cf7f3b01a843 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:07:22.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T03:07:22.805Z] [2021-03-09T03:07:22.805Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:07:23.160Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T03:07:23.160Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-09T03:07:23.160Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-09T03:07:23.160Z] ca9280d653b3: Pulling fs layer [2021-03-09T03:07:23.160Z] 7e9c9ca2126c: Pulling fs layer [2021-03-09T03:07:23.426Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-09T03:07:23.426Z] cbdbe7a5bc2a: Download complete [2021-03-09T03:07:24.018Z] cbdbe7a5bc2a: Pull complete [2021-03-09T03:07:24.018Z] ca9280d653b3: Download complete [2021-03-09T03:07:24.973Z] 7e9c9ca2126c: Verifying Checksum [2021-03-09T03:07:24.973Z] 7e9c9ca2126c: Download complete [2021-03-09T03:07:25.238Z] ca9280d653b3: Pull complete [2021-03-09T03:07:31.859Z] 7e9c9ca2126c: Pull complete [2021-03-09T03:07:31.859Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-09T03:07:31.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T03:07:31.859Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-09T03:07:31.999Z] prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container [2021-03-09T03:07:32.044Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-03-09T03:07:35.252Z] $ docker top 02af6ca42899725b246a9e0dfbe3c12e3418ca95c371d42ada18301007044701 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T03:07:35.801Z] + docker-compose build --help [2021-03-09T03:07:35.801Z] + grep parallel [2021-03-09T03:07:36.746Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T03:07:36.761Z] $ docker stop --time=1 02af6ca42899725b246a9e0dfbe3c12e3418ca95c371d42ada18301007044701 [2021-03-09T03:07:38.127Z] $ docker rm -f 02af6ca42899725b246a9e0dfbe3c12e3418ca95c371d42ada18301007044701 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:07:38.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T03:07:38.820Z] . [Pipeline] withDockerContainer [2021-03-09T03:07:38.917Z] prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container [2021-03-09T03:07:38.962Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-03-09T03:07:39.620Z] $ docker top 658928f9e668c8d8ba9d3ecc3568b184f8d5a452e18efc30055e3f77f49676c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T03:07:40.136Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T03:07:41.081Z] Building docker-core-command-go ... [2021-03-09T03:07:41.081Z] Building docker-core-data-go ... [2021-03-09T03:07:41.081Z] Building docker-core-metadata-go ... [2021-03-09T03:07:41.081Z] Building docker-security-bootstrapper-go ... [2021-03-09T03:07:41.081Z] Building docker-security-proxy-setup-go ... [2021-03-09T03:07:41.081Z] Building docker-security-secretstore-setup-go ... [2021-03-09T03:07:41.081Z] Building docker-support-notifications-go ... [2021-03-09T03:07:41.081Z] Building docker-support-scheduler-go ... [2021-03-09T03:07:41.081Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T03:07:41.081Z] Building docker-support-notifications-go [2021-03-09T03:07:41.081Z] Building docker-core-metadata-go [2021-03-09T03:07:41.081Z] Building docker-security-proxy-setup-go [2021-03-09T03:07:41.081Z] Building docker-sys-mgmt-agent-go [2021-03-09T03:07:41.081Z] Building docker-core-command-go [2021-03-09T03:07:51.737Z] Removing intermediate container cf7f3b01a843 [2021-03-09T03:07:51.737Z] ---> e0f46838ef55 [2021-03-09T03:07:51.737Z] Successfully built e0f46838ef55 [2021-03-09T03:07:51.737Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:07:52.072Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T03:07:52.072Z] . [Pipeline] withDockerContainer [2021-03-09T03:07:52.336Z] prd-ubuntu18.04-docker-arm64-4c-16g-29088 does not seem to be running inside a container [2021-03-09T03:07:52.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** ci-base-image-arm64 cat [2021-03-09T03:07:54.191Z] $ docker top 0bbba016737e4ae1bb01e5be9d2074799a782f194e8a859c343b46c315280d3f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T03:07:55.195Z] + go version [2021-03-09T03:07:55.195Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-09T03:07:55.218Z] $ docker stop --time=1 0bbba016737e4ae1bb01e5be9d2074799a782f194e8a859c343b46c315280d3f [2021-03-09T03:07:57.726Z] $ docker rm -f 0bbba016737e4ae1bb01e5be9d2074799a782f194e8a859c343b46c315280d3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:07:58.774Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T03:07:58.774Z] . [Pipeline] withDockerContainer [2021-03-09T03:07:59.037Z] prd-ubuntu18.04-docker-arm64-4c-16g-29088 does not seem to be running inside a container [2021-03-09T03:07:59.119Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** ci-base-image-arm64 cat [2021-03-09T03:08:01.294Z] $ docker top 2c22bc8ca161b4a85763ee542625c7e1126e6453cc20822058dec9c2a1218edf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T03:08:01.689Z] ========================================================= [2021-03-09T03:08:01.689Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T03:08:01.689Z] ========================================================= [Pipeline] sh [2021-03-09T03:08:02.335Z] + make test [2021-03-09T03:08:02.335Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T03:08:13.326Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:08:13.326Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:08:13.326Z] ---> 154375be28da [2021-03-09T03:08:13.326Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T03:08:13.326Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:08:13.326Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:08:13.326Z] ---> 154375be28da [2021-03-09T03:08:13.326Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T03:08:13.326Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:08:13.326Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:08:13.326Z] ---> 154375be28da [2021-03-09T03:08:13.326Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T03:08:13.326Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:08:13.326Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:08:13.326Z] ---> 154375be28da [2021-03-09T03:08:13.326Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T03:08:13.326Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:08:13.326Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:08:13.326Z] ---> 154375be28da [2021-03-09T03:08:13.326Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T03:08:14.727Z] ---> Running in fc268a1eeb45 [2021-03-09T03:08:14.727Z] ---> Running in 617474dec956 [2021-03-09T03:08:14.727Z] ---> Running in 52fc507ce686 [2021-03-09T03:08:14.727Z] ---> Running in 4658b8bca755 [2021-03-09T03:08:14.727Z] ---> Running in 77cd4af529f3 [2021-03-09T03:08:14.989Z] Removing intermediate container fc268a1eeb45 [2021-03-09T03:08:14.989Z] ---> 5c89976ecf36 [2021-03-09T03:08:14.989Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:08:14.989Z] Removing intermediate container 4658b8bca755 [2021-03-09T03:08:14.989Z] ---> b8c3451af7a0 [2021-03-09T03:08:14.989Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:08:14.989Z] Removing intermediate container 77cd4af529f3 [2021-03-09T03:08:14.989Z] ---> e96324a22cc0 [2021-03-09T03:08:14.989Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:08:14.989Z] Removing intermediate container 52fc507ce686 [2021-03-09T03:08:14.989Z] ---> b1ac5ad78e1b [2021-03-09T03:08:14.989Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:08:14.989Z] Removing intermediate container 617474dec956 [2021-03-09T03:08:14.989Z] ---> 09d7279ce80b [2021-03-09T03:08:14.989Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:08:15.258Z] ---> Running in a380f73e6f8a [2021-03-09T03:08:15.258Z] ---> Running in a30b7e78109d [2021-03-09T03:08:15.258Z] ---> Running in 687c8682238c [2021-03-09T03:08:15.258Z] ---> Running in 7765a25808dc [2021-03-09T03:08:15.258Z] ---> Running in e89980bc2de2 [2021-03-09T03:08:17.192Z] Removing intermediate container a30b7e78109d [2021-03-09T03:08:17.192Z] ---> 867ce8044eaf [2021-03-09T03:08:17.192Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T03:08:17.192Z] ---> Running in 49f079f9b5b8 [2021-03-09T03:08:17.192Z] Removing intermediate container a380f73e6f8a [2021-03-09T03:08:17.192Z] ---> 990713bc6598 [2021-03-09T03:08:17.192Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T03:08:17.192Z] ---> Running in e76db29a28fd [2021-03-09T03:08:17.455Z] Removing intermediate container 687c8682238c [2021-03-09T03:08:17.455Z] ---> 86cf85d245b0 [2021-03-09T03:08:17.455Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T03:08:17.717Z] ---> Running in 52ace615b546 [2021-03-09T03:08:17.717Z] Removing intermediate container 7765a25808dc [2021-03-09T03:08:17.717Z] ---> 6576b485372d [2021-03-09T03:08:17.717Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T03:08:17.980Z] Removing intermediate container e89980bc2de2 [2021-03-09T03:08:17.980Z] ---> 6773c300f99b [2021-03-09T03:08:17.980Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T03:08:17.980Z] ---> Running in 62281dbac706 [2021-03-09T03:08:17.980Z] ---> Running in a0ec6c655b3a [2021-03-09T03:08:18.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:08:18.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:08:18.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:08:18.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:08:18.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:08:18.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:08:19.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:08:19.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:08:19.300Z] OK: 233 MiB in 51 packages [2021-03-09T03:08:19.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:08:19.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:08:19.566Z] OK: 233 MiB in 51 packages [2021-03-09T03:08:19.566Z] OK: 233 MiB in 51 packages [2021-03-09T03:08:19.566Z] Removing intermediate container 49f079f9b5b8 [2021-03-09T03:08:19.566Z] ---> 5b99febee5f2 [2021-03-09T03:08:19.566Z] Step 6/23 : COPY go.mod . [2021-03-09T03:08:19.830Z] OK: 233 MiB in 51 packages [2021-03-09T03:08:19.830Z] OK: 233 MiB in 51 packages [2021-03-09T03:08:20.094Z] ---> a872443e9ea0 [2021-03-09T03:08:20.094Z] Step 7/23 : RUN go mod download [2021-03-09T03:08:20.357Z] ---> Running in 782167f72105 [2021-03-09T03:08:20.357Z] Removing intermediate container e76db29a28fd [2021-03-09T03:08:20.357Z] ---> c4d9652f7023 [2021-03-09T03:08:20.357Z] Step 6/23 : COPY go.mod . [2021-03-09T03:08:20.623Z] Removing intermediate container 52ace615b546 [2021-03-09T03:08:20.623Z] ---> b7507efd684e [2021-03-09T03:08:20.623Z] Step 6/21 : COPY go.mod . [2021-03-09T03:08:20.890Z] Removing intermediate container 62281dbac706 [2021-03-09T03:08:20.890Z] ---> c367cc5ac821 [2021-03-09T03:08:20.890Z] Step 6/26 : COPY go.mod . [2021-03-09T03:08:20.890Z] ---> e0f6caa22b30 [2021-03-09T03:08:20.890Z] Step 7/21 : RUN go mod download [2021-03-09T03:08:20.890Z] ---> 384bd682e959 [2021-03-09T03:08:20.890Z] Step 7/23 : RUN go mod download [2021-03-09T03:08:20.890Z] Removing intermediate container a0ec6c655b3a [2021-03-09T03:08:20.890Z] ---> 5f0018e21d87 [2021-03-09T03:08:20.890Z] Step 6/22 : COPY go.mod . [2021-03-09T03:08:21.154Z] ---> Running in d011a05cb1ed [2021-03-09T03:08:21.154Z] ---> Running in 4210f6f91b0d [2021-03-09T03:08:21.416Z] ---> 885aa082168b [2021-03-09T03:08:21.416Z] Step 7/26 : RUN go mod download [2021-03-09T03:08:21.416Z] ---> c6e592b7bcc5 [2021-03-09T03:08:21.416Z] Step 7/22 : RUN go mod download [2021-03-09T03:08:21.416Z] ---> Running in 34f57feda456 [2021-03-09T03:08:21.678Z] ---> Running in c65114d12d4a [2021-03-09T03:08:22.644Z] Removing intermediate container 782167f72105 [2021-03-09T03:08:22.644Z] ---> 5d3788d2efec [2021-03-09T03:08:22.644Z] Step 8/23 : COPY . . [2021-03-09T03:08:24.509Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T03:08:24.585Z] Removing intermediate container d011a05cb1ed [2021-03-09T03:08:24.585Z] ---> 811687da0921 [2021-03-09T03:08:24.585Z] Step 8/23 : COPY . . [2021-03-09T03:08:32.776Z] Removing intermediate container 4210f6f91b0d [2021-03-09T03:08:32.776Z] ---> f461c0c9392a [2021-03-09T03:08:32.776Z] Step 8/21 : COPY . . [2021-03-09T03:08:32.776Z] Removing intermediate container 34f57feda456 [2021-03-09T03:08:32.776Z] ---> 0bc3ce17cded [2021-03-09T03:08:32.776Z] Step 8/26 : COPY . . [2021-03-09T03:08:33.356Z] Removing intermediate container c65114d12d4a [2021-03-09T03:08:33.356Z] ---> 2b7b09fa21a0 [2021-03-09T03:08:33.356Z] Step 8/22 : COPY . . [2021-03-09T03:09:05.669Z] ---> c101dc7ebd6b [2021-03-09T03:09:05.669Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T03:09:05.960Z] ---> Running in 42144218b2fc [2021-03-09T03:09:07.368Z] ---> ff98ce5a8dca [2021-03-09T03:09:07.368Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T03:09:09.932Z] ---> Running in f318177ad237 [2021-03-09T03:09:11.550Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T03:09:11.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T03:09:11.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T03:09:12.461Z] ---> 3d135b2caa72 [2021-03-09T03:09:12.461Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T03:09:13.048Z] ---> Running in f861fb1215a0 [2021-03-09T03:09:13.048Z] ---> b67856adb07b [2021-03-09T03:09:13.048Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T03:09:13.048Z] ---> 808bfa0a4493 [2021-03-09T03:09:13.048Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T03:09:13.637Z] ---> Running in f923d6eb527a [2021-03-09T03:09:13.922Z] ---> Running in cbea9c9feb66 [2021-03-09T03:09:14.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T03:09:14.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T03:09:15.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T03:09:18.291Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T03:09:25.052Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T03:09:25.052Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T03:09:27.737Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T03:09:27.737Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T03:09:27.737Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T03:09:28.012Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T03:09:32.604Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T03:09:32.604Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T03:09:40.897Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T03:09:40.897Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T03:09:40.897Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T03:09:46.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.400s coverage: 45.9% of statements [2021-03-09T03:09:46.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T03:09:46.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T03:09:46.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T03:09:46.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T03:09:46.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T03:09:46.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T03:09:46.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T03:09:46.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [2021-03-09T03:09:47.730Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T03:09:49.654Z] Removing intermediate container 42144218b2fc [2021-03-09T03:09:49.654Z] ---> 604e013f7d60 [2021-03-09T03:09:49.654Z] [2021-03-09T03:09:49.654Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T03:09:49.919Z] Removing intermediate container f861fb1215a0 [2021-03-09T03:09:49.919Z] ---> dbc33d3d8f73 [2021-03-09T03:09:49.919Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T03:09:49.919Z] 3.12: Pulling from library/alpine [2021-03-09T03:09:50.195Z] ---> Running in e9e0d88f7488 [2021-03-09T03:09:51.597Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T03:09:51.597Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T03:09:51.597Z] ---> 88dd2752d2ea [2021-03-09T03:09:51.597Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T03:09:51.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T03:09:53.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.1% of statements [2021-03-09T03:09:53.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T03:09:53.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T03:09:53.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T03:09:53.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T03:09:53.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T03:09:53.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T03:09:53.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-03-09T03:09:53.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T03:09:53.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-03-09T03:09:53.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T03:09:53.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T03:09:53.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.320s coverage: 71.3% of statements [2021-03-09T03:09:53.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T03:09:53.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T03:09:54.918Z] ---> Running in 331657f9e39b [2021-03-09T03:09:54.918Z] Removing intermediate container cbea9c9feb66 [2021-03-09T03:09:54.918Z] ---> f4839698c158 [2021-03-09T03:09:54.918Z] [2021-03-09T03:09:54.918Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T03:09:54.918Z] ---> 88dd2752d2ea [2021-03-09T03:09:54.918Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T03:09:55.182Z] Removing intermediate container f318177ad237 [2021-03-09T03:09:55.182Z] ---> 7b07d634fa58 [2021-03-09T03:09:55.182Z] [2021-03-09T03:09:55.182Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T03:09:55.182Z] ---> 88dd2752d2ea [2021-03-09T03:09:55.182Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T03:09:55.182Z] ---> Running in 5f198d7983c9 [2021-03-09T03:09:55.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.512s coverage: 82.9% of statements [2021-03-09T03:09:55.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T03:09:55.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T03:09:55.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.190s coverage: 78.9% of statements [2021-03-09T03:09:55.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T03:09:56.573Z] ---> Running in ee493b02b6f9 [2021-03-09T03:09:57.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:09:57.423Z] Removing intermediate container f923d6eb527a [2021-03-09T03:09:57.423Z] ---> 140c0e5f761d [2021-03-09T03:09:57.423Z] [2021-03-09T03:09:57.423Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T03:09:57.423Z] ---> 88dd2752d2ea [2021-03-09T03:09:57.424Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T03:09:57.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:09:57.424Z] Removing intermediate container e9e0d88f7488 [2021-03-09T03:09:57.424Z] ---> 5282ee99ed90 [2021-03-09T03:09:57.424Z] [2021-03-09T03:09:57.424Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T03:09:57.424Z] ---> Running in 4a920e084bfe [2021-03-09T03:09:57.691Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T03:09:57.691Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:09:57.691Z] OK: 6 MiB in 15 packages [2021-03-09T03:09:57.691Z] 20.10.0: Pulling from library/docker [2021-03-09T03:09:57.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:09:57.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:09:57.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:09:57.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:09:58.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:09:58.221Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T03:09:58.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:09:58.221Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T03:09:58.221Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:09:58.498Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T03:09:58.498Z] OK: 6 MiB in 15 packages [2021-03-09T03:09:58.498Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T03:09:58.498Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T03:09:58.498Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:09:58.498Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T03:09:58.498Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T03:09:58.498Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T03:09:58.498Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:09:58.498Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T03:09:58.761Z] OK: 6 MiB in 16 packages [2021-03-09T03:09:58.761Z] OK: 7 MiB in 18 packages [2021-03-09T03:09:59.710Z] Removing intermediate container 331657f9e39b [2021-03-09T03:09:59.710Z] ---> c3c9cb5a8206 [2021-03-09T03:09:59.710Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T03:09:59.710Z] ---> Running in 37159d52dcd4 [2021-03-09T03:10:00.659Z] Removing intermediate container 37159d52dcd4 [2021-03-09T03:10:00.659Z] ---> a174add72aef [2021-03-09T03:10:00.659Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T03:10:02.059Z] Removing intermediate container ee493b02b6f9 [2021-03-09T03:10:02.059Z] ---> d9add3299f04 [2021-03-09T03:10:02.059Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T03:10:02.059Z] ---> Running in 7676d9d10c6a [2021-03-09T03:10:02.059Z] Removing intermediate container 4a920e084bfe [2021-03-09T03:10:02.059Z] ---> c73b4f29c199 [2021-03-09T03:10:02.059Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T03:10:02.059Z] ---> Running in f624cab07e76 [2021-03-09T03:10:02.059Z] Removing intermediate container 5f198d7983c9 [2021-03-09T03:10:02.059Z] ---> 497facb7d663 [2021-03-09T03:10:02.059Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T03:10:02.324Z] ---> Running in 640115b16554 [2021-03-09T03:10:02.324Z] Removing intermediate container 7676d9d10c6a [2021-03-09T03:10:02.324Z] ---> Running in 246b4035fe83 [2021-03-09T03:10:02.324Z] ---> 8c580802d3d1 [2021-03-09T03:10:02.324Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T03:10:02.324Z] Removing intermediate container f624cab07e76 [2021-03-09T03:10:02.324Z] ---> e67bcdd5d4b3 [2021-03-09T03:10:02.324Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T03:10:02.590Z] ---> Running in f9f051db2d3a [2021-03-09T03:10:02.590Z] Removing intermediate container 640115b16554 [2021-03-09T03:10:02.590Z] ---> 2e0eae8afa57 [2021-03-09T03:10:02.590Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T03:10:02.590Z] ---> Running in 5cd5fb5aaa59 [2021-03-09T03:10:02.856Z] Removing intermediate container 246b4035fe83 [2021-03-09T03:10:02.856Z] ---> 99179eda54af [2021-03-09T03:10:02.856Z] Step 13/21 : WORKDIR /edgex [2021-03-09T03:10:03.128Z] Removing intermediate container f9f051db2d3a [2021-03-09T03:10:03.128Z] ---> 4ed96469ef38 [2021-03-09T03:10:03.128Z] Step 15/23 : WORKDIR / [2021-03-09T03:10:03.128Z] ---> Running in 5b529533be95 [2021-03-09T03:10:03.128Z] ---> Running in 2b4233cfe8d4 [2021-03-09T03:10:03.128Z] Removing intermediate container 5cd5fb5aaa59 [2021-03-09T03:10:03.128Z] ---> 5e1bb969c5fa [2021-03-09T03:10:03.128Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T03:10:03.128Z] ---> Running in 2c08be5caad5 [2021-03-09T03:10:03.394Z] ---> Running in 11b8c3861df7 [2021-03-09T03:10:03.394Z] Removing intermediate container 5b529533be95 [2021-03-09T03:10:03.394Z] ---> 3fa0030712dd [2021-03-09T03:10:03.394Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T03:10:03.661Z] Removing intermediate container 2b4233cfe8d4 [2021-03-09T03:10:03.662Z] ---> 1b6fd96a812a [2021-03-09T03:10:03.662Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T03:10:03.662Z] ---> Running in d5d6d9f4bf61 [2021-03-09T03:10:03.662Z] Removing intermediate container 2c08be5caad5 [2021-03-09T03:10:03.662Z] ---> d61268aa5b01 [2021-03-09T03:10:03.662Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:10:03.662Z] Removing intermediate container 11b8c3861df7 [2021-03-09T03:10:03.662Z] ---> 4c45b1529ad8 [2021-03-09T03:10:03.662Z] Step 15/23 : WORKDIR / [2021-03-09T03:10:04.620Z] ---> Running in 82c7f11472eb [2021-03-09T03:10:04.620Z] Removing intermediate container d5d6d9f4bf61 [2021-03-09T03:10:04.620Z] ---> a96022ababca [2021-03-09T03:10:04.620Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:10:04.885Z] ---> 0e7739a18097 [2021-03-09T03:10:04.885Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T03:10:04.885Z] ---> 808ec27b0d83 [2021-03-09T03:10:04.885Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T03:10:04.885Z] Removing intermediate container 82c7f11472eb [2021-03-09T03:10:04.885Z] ---> c8b9351af779 [2021-03-09T03:10:04.885Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:10:05.156Z] ---> b5a510ac6fdd [2021-03-09T03:10:05.156Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T03:10:05.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.136s coverage: 28.6% of statements [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T03:10:05.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T03:10:05.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T03:10:05.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.380s coverage: 86.7% of statements [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T03:10:05.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T03:10:05.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T03:10:05.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T03:10:07.092Z] ---> 9faa7c7177bd [2021-03-09T03:10:07.092Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T03:10:07.092Z] ---> 8ce3869d3a4c [2021-03-09T03:10:07.092Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T03:10:07.092Z] ---> ea45d891303d [2021-03-09T03:10:07.092Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T03:10:07.092Z] ---> 21e73c3d7f67 [2021-03-09T03:10:07.092Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T03:10:07.669Z] ---> 0e3ffb9e9f9f [2021-03-09T03:10:07.669Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T03:10:07.669Z] ---> f31c43f88003 [2021-03-09T03:10:07.669Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T03:10:07.669Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T03:10:07.669Z] ---> Running in 23f2b3b9a9d0 [2021-03-09T03:10:07.669Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T03:10:07.669Z] ---> aefe523efa57 [2021-03-09T03:10:07.669Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T03:10:07.669Z] ---> Running in 7fa03740d799 [2021-03-09T03:10:07.669Z] ---> 0886b751f735 [2021-03-09T03:10:07.669Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T03:10:07.933Z] ---> e79007a03cbd [2021-03-09T03:10:07.933Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T03:10:07.933Z] ---> Running in 0d9375d67188 [2021-03-09T03:10:07.933Z] ---> Running in 6a8a4439252e [2021-03-09T03:10:08.196Z] Removing intermediate container 7fa03740d799 [2021-03-09T03:10:08.197Z] ---> 31fc6de56759 [2021-03-09T03:10:08.197Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:10:08.197Z] Removing intermediate container 23f2b3b9a9d0 [2021-03-09T03:10:08.197Z] ---> 7d686a5fc99e [2021-03-09T03:10:08.197Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:10:08.459Z] ---> Running in c0e9ba5c991a [2021-03-09T03:10:08.459Z] Removing intermediate container 0d9375d67188 [2021-03-09T03:10:08.459Z] ---> 9f53a1a68b9b [2021-03-09T03:10:08.459Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T03:10:08.459Z] ---> Running in 62b05993a15b [2021-03-09T03:10:08.459Z] ---> c91f63ae0b2b [2021-03-09T03:10:08.459Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T03:10:08.721Z] ---> Running in a3a9ea52ea5f [2021-03-09T03:10:08.721Z] ---> Running in 3f3e57b1b067 [2021-03-09T03:10:08.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:08.721Z] Removing intermediate container c0e9ba5c991a [2021-03-09T03:10:08.721Z] ---> e092a65536d3 [2021-03-09T03:10:08.721Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T03:10:08.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:08.721Z] Removing intermediate container 62b05993a15b [2021-03-09T03:10:08.721Z] ---> 284302876091 [2021-03-09T03:10:08.721Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T03:10:08.988Z] ---> Running in 0a0e11d68e5f [2021-03-09T03:10:08.988Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T03:10:08.988Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T03:10:08.988Z] Executing bash-5.0.17-r0.post-install [2021-03-09T03:10:08.988Z] ---> Running in c6f7ec615273 [2021-03-09T03:10:08.988Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:10:08.988Z] OK: 12 MiB in 22 packages [2021-03-09T03:10:08.988Z] Removing intermediate container a3a9ea52ea5f [2021-03-09T03:10:08.988Z] ---> 028f437cdeb5 [2021-03-09T03:10:08.988Z] Step 19/21 : LABEL arch=x86_64 [2021-03-09T03:10:09.252Z] Removing intermediate container 3f3e57b1b067 [2021-03-09T03:10:09.252Z] ---> ccc7690c883c [2021-03-09T03:10:09.252Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:10:09.252Z] ---> Running in 390744542afb [2021-03-09T03:10:09.252Z] ---> Running in cfaf70d6cdda [2021-03-09T03:10:09.516Z] Removing intermediate container 0a0e11d68e5f [2021-03-09T03:10:09.516Z] ---> 261d4cf51d6d [2021-03-09T03:10:09.516Z] Step 21/22 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:10:09.516Z] Removing intermediate container c6f7ec615273 [2021-03-09T03:10:09.516Z] ---> c11380127b68 [2021-03-09T03:10:09.516Z] Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:10:09.779Z] ---> Running in 4938323b26dc [2021-03-09T03:10:09.779Z] ---> Running in d6847cfae37f [2021-03-09T03:10:09.779Z] Removing intermediate container 390744542afb [2021-03-09T03:10:09.779Z] ---> fc3df005d991 [2021-03-09T03:10:09.779Z] Step 20/21 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:10:09.779Z] Removing intermediate container cfaf70d6cdda [2021-03-09T03:10:09.779Z] ---> 5363f532a0c6 [2021-03-09T03:10:09.779Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T03:10:10.044Z] ---> Running in 6dc33263fea5 [2021-03-09T03:10:10.044Z] Removing intermediate container 6a8a4439252e [2021-03-09T03:10:10.044Z] ---> 634962bd5bae [2021-03-09T03:10:10.044Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T03:10:10.044Z] ---> Running in 6b4c234c4561 [2021-03-09T03:10:10.313Z] Removing intermediate container 4938323b26dc [2021-03-09T03:10:10.313Z] ---> 72197c3ffbac [2021-03-09T03:10:10.313Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T03:10:10.313Z] Removing intermediate container d6847cfae37f [2021-03-09T03:10:10.313Z] ---> abda32156c34 [2021-03-09T03:10:10.313Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T03:10:10.313Z] ---> Running in 3f8cd73b8617 [2021-03-09T03:10:10.313Z] ---> Running in 69846c278ada [2021-03-09T03:10:10.313Z] ---> Running in ef9f34f07c8f [2021-03-09T03:10:10.313Z] Removing intermediate container 6dc33263fea5 [2021-03-09T03:10:10.313Z] ---> ef6736aff0e2 [2021-03-09T03:10:10.313Z] Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:10:10.577Z] Removing intermediate container 6b4c234c4561 [2021-03-09T03:10:10.577Z] ---> d639c36026f3 [2021-03-09T03:10:10.577Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T03:10:10.577Z] ---> Running in da4900b478f8 [2021-03-09T03:10:10.840Z] ---> Running in ffa235e0bd73 [2021-03-09T03:10:10.840Z] Removing intermediate container 3f8cd73b8617 [2021-03-09T03:10:10.840Z] ---> 7ad7a683b8f0 [2021-03-09T03:10:10.840Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T03:10:10.840Z] Removing intermediate container 69846c278ada [2021-03-09T03:10:10.840Z] ---> d89a8f8d3a66 [2021-03-09T03:10:10.840Z] [2021-03-09T03:10:10.840Z] Removing intermediate container ef9f34f07c8f [2021-03-09T03:10:10.840Z] ---> 18a16145025c [2021-03-09T03:10:10.840Z] [2021-03-09T03:10:10.840Z] ---> Running in fb2a348824dc [2021-03-09T03:10:10.840Z] Successfully built d89a8f8d3a66 [2021-03-09T03:10:11.103Z] Successfully built 18a16145025c [2021-03-09T03:10:11.377Z] Removing intermediate container da4900b478f8 [2021-03-09T03:10:11.377Z] ---> 87d15904e498 [2021-03-09T03:10:11.377Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T03:10:11.377Z] Successfully tagged docker-support-notifications-go:latest [2021-03-09T03:10:11.377Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-09T03:10:11.377Z] Successfully tagged docker-core-command-go:latest [2021-03-09T03:10:11.377Z] Building docker-support-scheduler-go [2021-03-09T03:10:11.377Z]  Building docker-core-command-go ... done Removing intermediate container ffa235e0bd73 [2021-03-09T03:10:11.377Z] ---> b322d5c27c47 [2021-03-09T03:10:11.377Z] [2021-03-09T03:10:11.377Z] ---> Running in 073969fc9065 [2021-03-09T03:10:11.377Z] Removing intermediate container fb2a348824dc [2021-03-09T03:10:11.377Z] ---> 18f422294131 [2021-03-09T03:10:11.377Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T03:10:11.377Z] Successfully built b322d5c27c47 [2021-03-09T03:10:11.647Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-09T03:10:11.647Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-09T03:10:11.647Z] ---> Running in d463cdd4de8d [2021-03-09T03:10:11.647Z] Removing intermediate container 073969fc9065 [2021-03-09T03:10:11.647Z] ---> 75a5530a4149 [2021-03-09T03:10:11.647Z] [2021-03-09T03:10:11.647Z] Removing intermediate container d463cdd4de8d [2021-03-09T03:10:11.647Z] ---> edf3b787b2c1 [2021-03-09T03:10:11.647Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T03:10:11.911Z] Successfully built 75a5530a4149 [2021-03-09T03:10:11.911Z] Successfully tagged docker-core-metadata-go:latest [2021-03-09T03:10:11.911Z] Building docker-security-bootstrapper-go [2021-03-09T03:10:12.177Z]  Building docker-core-metadata-go ... done  ---> f52479bded96 [2021-03-09T03:10:12.177Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T03:10:12.450Z] ---> 388a0f3c1317 [2021-03-09T03:10:12.450Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T03:10:13.407Z] ---> 5c6ed705933f [2021-03-09T03:10:13.407Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T03:10:14.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.234s coverage: 92.8% of statements [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T03:10:14.182Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T03:10:14.182Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.1% of statements [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T03:10:14.182Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T03:10:14.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 47.1% of statements [2021-03-09T03:10:14.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.102s coverage: 79.5% of statements [2021-03-09T03:10:14.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-03-09T03:10:14.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements [2021-03-09T03:10:14.182Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-03-09T03:10:17.650Z] ---> Running in 87470a3d3f4d [2021-03-09T03:10:20.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:20.214Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:20.479Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T03:10:20.479Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T03:10:20.479Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T03:10:20.479Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T03:10:20.479Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T03:10:20.479Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T03:10:20.479Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T03:10:25.828Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T03:10:25.828Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T03:10:25.828Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T03:10:25.828Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T03:10:25.828Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T03:10:25.828Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T03:10:25.828Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T03:10:25.828Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T03:10:25.828Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T03:10:25.828Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T03:10:25.828Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T03:10:25.828Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T03:10:25.828Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T03:10:25.828Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T03:10:25.828Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T03:10:25.828Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T03:10:25.828Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T03:10:25.828Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T03:10:25.828Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T03:10:25.828Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T03:10:25.828Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T03:10:25.828Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T03:10:25.828Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T03:10:25.828Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T03:10:25.828Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T03:10:25.828Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T03:10:25.828Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:10:25.828Z] OK: 71 MiB in 55 packages [2021-03-09T03:10:26.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements [2021-03-09T03:10:26.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-03-09T03:10:26.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.104s coverage: 81.4% of statements [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.115s coverage: 92.9% of statements [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 75.5% of statements [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.6% of statements [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.6% of statements [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.513s coverage: 62.4% of statements [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T03:10:41.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-03-09T03:10:41.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-03-09T03:10:41.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.914s coverage: 69.0% of statements [2021-03-09T03:10:41.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T03:10:41.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T03:10:41.986Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T03:10:44.262Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:10:44.262Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:10:44.262Z] ---> 154375be28da [2021-03-09T03:10:44.262Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T03:10:44.262Z] ---> Using cache [2021-03-09T03:10:44.262Z] ---> 09d7279ce80b [2021-03-09T03:10:44.262Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:10:44.262Z] ---> Using cache [2021-03-09T03:10:44.262Z] ---> 6773c300f99b [2021-03-09T03:10:44.262Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T03:10:44.262Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:10:44.262Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:10:44.262Z] ---> 154375be28da [2021-03-09T03:10:44.262Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T03:10:44.262Z] ---> Using cache [2021-03-09T03:10:44.262Z] ---> 09d7279ce80b [2021-03-09T03:10:44.262Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:10:44.262Z] ---> Using cache [2021-03-09T03:10:44.262Z] ---> 6773c300f99b [2021-03-09T03:10:44.262Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T03:10:44.262Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:10:44.262Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:10:44.262Z] ---> 154375be28da [2021-03-09T03:10:44.262Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T03:10:44.262Z] ---> Using cache [2021-03-09T03:10:44.262Z] ---> 09d7279ce80b [2021-03-09T03:10:44.262Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:10:44.262Z] ---> Using cache [2021-03-09T03:10:44.262Z] ---> 6773c300f99b [2021-03-09T03:10:44.262Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T03:10:44.262Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:10:44.262Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:10:44.262Z] ---> 154375be28da [2021-03-09T03:10:44.262Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T03:10:44.262Z] ---> Using cache [2021-03-09T03:10:44.262Z] ---> 09d7279ce80b [2021-03-09T03:10:44.262Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:10:44.262Z] ---> Using cache [2021-03-09T03:10:44.262Z] ---> 6773c300f99b [2021-03-09T03:10:44.262Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T03:10:44.541Z] ---> Running in 0c422344f104 [2021-03-09T03:10:44.541Z] ---> Running in 03e316fc3837 [2021-03-09T03:10:44.541Z] ---> Running in d29a244e021c [2021-03-09T03:10:44.541Z] ---> Running in c20f3e5bf5ef [2021-03-09T03:10:44.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.385s coverage: 38.4% of statements [2021-03-09T03:10:44.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T03:10:44.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T03:10:44.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements [2021-03-09T03:10:44.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T03:10:44.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements [2021-03-09T03:10:46.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:46.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:46.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:46.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:46.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:46.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:46.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:46.880Z] OK: 233 MiB in 51 packages [2021-03-09T03:10:46.880Z] OK: 233 MiB in 51 packages [2021-03-09T03:10:46.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:10:47.158Z] OK: 233 MiB in 51 packages [2021-03-09T03:10:47.425Z] OK: 233 MiB in 51 packages [2021-03-09T03:10:49.985Z] Removing intermediate container 03e316fc3837 [2021-03-09T03:10:49.985Z] ---> cede5144bf5c [2021-03-09T03:10:49.985Z] Step 6/31 : COPY go.mod . [2021-03-09T03:10:50.250Z] Removing intermediate container d29a244e021c [2021-03-09T03:10:50.250Z] ---> c8e4f0aa62d7 [2021-03-09T03:10:50.250Z] Step 6/22 : COPY go.mod . [2021-03-09T03:10:50.250Z] Removing intermediate container 87470a3d3f4d [2021-03-09T03:10:50.250Z] ---> a0569d96c789 [2021-03-09T03:10:50.250Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T03:10:50.514Z] ---> Running in a3a822462c8d [2021-03-09T03:10:50.514Z] Removing intermediate container c20f3e5bf5ef [2021-03-09T03:10:50.514Z] ---> cb51141f670a [2021-03-09T03:10:50.514Z] Step 6/23 : COPY go.mod . [2021-03-09T03:10:50.514Z] ---> 4a3b992aeb4e [2021-03-09T03:10:50.514Z] Step 7/31 : RUN go mod download [2021-03-09T03:10:50.781Z] Removing intermediate container 0c422344f104 [2021-03-09T03:10:50.781Z] ---> 7659e21a5e8d [2021-03-09T03:10:50.781Z] Step 6/24 : COPY go.mod . [2021-03-09T03:10:50.781Z] ---> f018b98ce66e [2021-03-09T03:10:50.781Z] Step 7/22 : RUN go mod download [2021-03-09T03:10:50.781Z] ---> Running in 86fc3d08dd52 [2021-03-09T03:10:51.045Z] ---> 7f3113fbf087 [2021-03-09T03:10:51.045Z] Step 7/23 : RUN go mod download [2021-03-09T03:10:51.045Z] ---> Running in 53a126b07b10 [2021-03-09T03:10:51.309Z] ---> f959e7deb6d3 [2021-03-09T03:10:51.309Z] Step 7/24 : RUN go mod download [2021-03-09T03:10:51.309Z] ---> Running in 42756632bec1 [2021-03-09T03:10:51.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.438s coverage: 47.0% of statements [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T03:10:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T03:10:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.146s coverage: 100.0% of statements [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T03:10:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.475s coverage: 87.8% of statements [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T03:10:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T03:10:51.575Z] ---> Running in eaf835010544 [2021-03-09T03:10:53.007Z] Collecting docker-compose==1.23.2 [2021-03-09T03:10:53.007Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T03:10:53.275Z] Removing intermediate container 86fc3d08dd52 [2021-03-09T03:10:53.275Z] ---> 4620f4d23ca2 [2021-03-09T03:10:53.275Z] Step 8/31 : COPY . . [2021-03-09T03:10:53.275Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T03:10:53.275Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T03:10:53.275Z] Removing intermediate container 53a126b07b10 [2021-03-09T03:10:53.275Z] ---> 9da6e9a82c80 [2021-03-09T03:10:53.275Z] Step 8/22 : COPY . . [2021-03-09T03:10:53.275Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T03:10:53.275Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T03:10:54.241Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T03:10:54.241Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T03:10:58.473Z] Collecting PyYAML<4,>=3.10 [2021-03-09T03:10:58.473Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T03:10:59.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.024s coverage: 29.1% of statements [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T03:10:59.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T03:10:59.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T03:10:59.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.217s coverage: 95.6% of statements [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T03:10:59.670Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T03:10:59.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T03:10:59.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T03:10:59.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T03:10:59.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements [2021-03-09T03:10:59.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-09T03:10:59.943Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-03-09T03:11:00.412Z] Removing intermediate container 42756632bec1 [2021-03-09T03:11:00.412Z] ---> 4f54166b500d [2021-03-09T03:11:00.412Z] Step 8/23 : COPY . . [2021-03-09T03:11:00.538Z] GO111MODULE=on go vet ./... [2021-03-09T03:11:00.723Z] Removing intermediate container eaf835010544 [2021-03-09T03:11:00.723Z] ---> 630c8b05f818 [2021-03-09T03:11:00.723Z] Step 8/24 : COPY . . [2021-03-09T03:11:03.317Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T03:11:03.317Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T03:11:07.569Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T03:11:07.569Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T03:11:11.833Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T03:11:11.833Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T03:11:15.189Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T03:11:15.189Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T03:11:17.121Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T03:11:17.121Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T03:11:21.422Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-09T03:11:21.693Z] Collecting idna<2.8,>=2.5 [2021-03-09T03:11:21.693Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T03:11:21.956Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-09T03:11:21.956Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-09T03:11:23.361Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T03:11:23.361Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T03:11:24.332Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T03:11:24.332Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T03:11:24.332Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T03:11:24.332Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T03:11:24.332Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T03:11:24.332Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T03:11:25.285Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, PyYAML, docopt, dockerpty, cached-property, jsonschema, texttable, docker-compose [2021-03-09T03:11:25.285Z] Attempting uninstall: idna [2021-03-09T03:11:25.285Z] Found existing installation: idna 2.9 [2021-03-09T03:11:25.285Z] Uninstalling idna-2.9: [2021-03-09T03:11:25.557Z] Successfully uninstalled idna-2.9 [2021-03-09T03:11:28.919Z] Attempting uninstall: urllib3 [2021-03-09T03:11:28.919Z] Found existing installation: urllib3 1.25.9 [2021-03-09T03:11:28.919Z] Uninstalling urllib3-1.25.9: [2021-03-09T03:11:29.511Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T03:11:30.092Z] Attempting uninstall: requests [2021-03-09T03:11:30.092Z] Found existing installation: requests 2.23.0 [2021-03-09T03:11:30.092Z] Uninstalling requests-2.23.0: [2021-03-09T03:11:30.356Z] Successfully uninstalled requests-2.23.0 [2021-03-09T03:11:35.736Z] ---> 84b7836b4224 [2021-03-09T03:11:35.736Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T03:11:36.683Z] Running setup.py install for PyYAML: started [2021-03-09T03:11:37.258Z] ---> a5248b6e0116 [2021-03-09T03:11:37.258Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T03:11:38.290Z] ---> Running in 5670c290898b [2021-03-09T03:11:38.290Z] ---> Running in 7755e8fe810a [2021-03-09T03:11:38.290Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T03:11:38.290Z] Running setup.py install for docopt: started [2021-03-09T03:11:38.563Z] ---> 3c349f6503d7 [2021-03-09T03:11:38.563Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T03:11:38.563Z] ---> 20d875290ce5 [2021-03-09T03:11:38.563Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T03:11:38.563Z] ---> Running in cefe9150d746 [2021-03-09T03:11:38.828Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T03:11:38.828Z] Running setup.py install for dockerpty: started [2021-03-09T03:11:38.828Z] ---> Running in ea9be26f47e1 [2021-03-09T03:11:39.439Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T03:11:39.710Z] Running setup.py install for texttable: started [2021-03-09T03:11:39.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T03:11:39.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T03:11:39.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T03:11:39.710Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T03:11:40.297Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T03:11:40.566Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-09T03:11:44.853Z] Removing intermediate container a3a822462c8d [2021-03-09T03:11:44.853Z] ---> 249c6b3648b2 [2021-03-09T03:11:44.853Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T03:11:45.445Z] ---> Running in 464c899dec0a [2021-03-09T03:11:48.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:11:48.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:11:48.057Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T03:11:48.057Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T03:11:48.057Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T03:11:48.057Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:11:48.057Z] OK: 72 MiB in 58 packages [2021-03-09T03:11:51.424Z] Removing intermediate container 464c899dec0a [2021-03-09T03:11:51.424Z] ---> b15a360ab0ad [2021-03-09T03:11:51.424Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T03:11:52.016Z] ---> Running in f381b027ed92 [2021-03-09T03:11:52.991Z] Removing intermediate container f381b027ed92 [2021-03-09T03:11:52.991Z] ---> fe018c0d2296 [2021-03-09T03:11:52.991Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:11:53.263Z] ---> Running in 66df30a50c5f [2021-03-09T03:11:53.535Z] Removing intermediate container 66df30a50c5f [2021-03-09T03:11:53.535Z] ---> a15cb2945763 [2021-03-09T03:11:53.535Z] Step 24/26 : LABEL arch=x86_64 [2021-03-09T03:11:53.535Z] ---> Running in c3fde54cf0d3 [2021-03-09T03:11:54.164Z] Removing intermediate container c3fde54cf0d3 [2021-03-09T03:11:54.164Z] ---> 9ec24cfb1557 [2021-03-09T03:11:54.164Z] Step 25/26 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:11:54.164Z] ---> Running in 27b6c4617e88 [2021-03-09T03:11:55.138Z] Removing intermediate container 27b6c4617e88 [2021-03-09T03:11:55.138Z] ---> b4a0d85471af [2021-03-09T03:11:55.138Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T03:11:55.412Z] ---> Running in f3a9f2f1856d [2021-03-09T03:11:55.679Z] Removing intermediate container f3a9f2f1856d [2021-03-09T03:11:55.679Z] ---> 5f5c7d0300cb [2021-03-09T03:11:55.679Z] [2021-03-09T03:11:55.944Z] Successfully built 5f5c7d0300cb [2021-03-09T03:11:56.213Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-09T03:12:04.447Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T03:12:12.661Z] Removing intermediate container 5670c290898b [2021-03-09T03:12:12.661Z] ---> 6da9f7d233e4 [2021-03-09T03:12:12.661Z] [2021-03-09T03:12:12.661Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T03:12:12.661Z] ---> 88dd2752d2ea [2021-03-09T03:12:12.661Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T03:12:12.661Z] ---> Running in b29206ebac05 [2021-03-09T03:12:12.661Z] Removing intermediate container b29206ebac05 [2021-03-09T03:12:12.661Z] ---> 806d3b2e88dd [2021-03-09T03:12:12.661Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T03:12:12.661Z] ---> Running in ca1d2003f2c9 [2021-03-09T03:12:13.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:12:13.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:12:13.623Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T03:12:13.623Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T03:12:13.623Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:12:14.198Z] OK: 6 MiB in 16 packages [2021-03-09T03:12:16.755Z] Removing intermediate container ea9be26f47e1 [2021-03-09T03:12:16.755Z] ---> 7df789fc2969 [2021-03-09T03:12:16.755Z] [2021-03-09T03:12:16.755Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T03:12:16.755Z] ---> 88dd2752d2ea [2021-03-09T03:12:16.755Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T03:12:16.755Z] Removing intermediate container 7755e8fe810a [2021-03-09T03:12:16.755Z] ---> bbc89ca3303b [2021-03-09T03:12:16.755Z] [2021-03-09T03:12:16.755Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T03:12:16.755Z] ---> 88dd2752d2ea [2021-03-09T03:12:16.755Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T03:12:16.755Z] ---> Using cache [2021-03-09T03:12:16.755Z] ---> d9add3299f04 [2021-03-09T03:12:16.755Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T03:12:16.755Z] ---> Using cache [2021-03-09T03:12:16.755Z] ---> e67bcdd5d4b3 [2021-03-09T03:12:16.755Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T03:12:16.755Z] ---> Running in 7973c654752a [2021-03-09T03:12:16.755Z] ---> Running in 6423eae47189 [2021-03-09T03:12:16.755Z] Removing intermediate container ca1d2003f2c9 [2021-03-09T03:12:16.755Z] ---> e1eea5af9d7c [2021-03-09T03:12:16.755Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T03:12:17.019Z] ---> Running in 8d78fb972b6e [2021-03-09T03:12:17.019Z] Removing intermediate container 6423eae47189 [2021-03-09T03:12:17.019Z] ---> 6f2f3b3bfc4e [2021-03-09T03:12:17.019Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T03:12:17.288Z] ---> Running in 0a4bd89b4000 [2021-03-09T03:12:17.288Z] Removing intermediate container 8d78fb972b6e [2021-03-09T03:12:17.288Z] ---> b282aae0a301 [2021-03-09T03:12:17.288Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T03:12:17.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:12:17.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:12:17.814Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T03:12:17.814Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T03:12:17.814Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T03:12:17.814Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T03:12:17.814Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T03:12:17.814Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:12:17.814Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T03:12:17.814Z] OK: 7 MiB in 19 packages [2021-03-09T03:12:18.762Z] ---> Running in 71c8efc613be [2021-03-09T03:12:19.338Z] Removing intermediate container 0a4bd89b4000 [2021-03-09T03:12:19.338Z] ---> 4b08d001bb52 [2021-03-09T03:12:19.338Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:12:20.732Z] Removing intermediate container 71c8efc613be [2021-03-09T03:12:20.732Z] ---> 3f38fd7c326f [2021-03-09T03:12:20.732Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T03:12:20.732Z] Removing intermediate container cefe9150d746 [2021-03-09T03:12:20.732Z] ---> 9124a5894149 [2021-03-09T03:12:20.732Z] [2021-03-09T03:12:20.732Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T03:12:20.732Z] ---> 88dd2752d2ea [2021-03-09T03:12:20.732Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T03:12:20.732Z] ---> 3533a1819868 [2021-03-09T03:12:20.732Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T03:12:20.732Z] ---> Running in 72e65d81f6c0 [2021-03-09T03:12:21.309Z] ---> Running in 584ccb396710 [2021-03-09T03:12:21.574Z] ---> 8059428fd22c [2021-03-09T03:12:21.574Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T03:12:21.574Z] Removing intermediate container 7973c654752a [2021-03-09T03:12:21.574Z] ---> bb302519f1ed [2021-03-09T03:12:21.574Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T03:12:22.151Z] Removing intermediate container 584ccb396710 [2021-03-09T03:12:22.151Z] ---> fffdc26f9ab3 [2021-03-09T03:12:22.151Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T03:12:22.151Z] ---> Running in 401a2f9a3492 [2021-03-09T03:12:22.318Z] gofmt -l . [2021-03-09T03:12:22.318Z] [ "`gofmt -l .`" = "" ] [2021-03-09T03:12:22.318Z] ./bin/test-go-mod-tidy.sh [2021-03-09T03:12:22.318Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T03:12:22.414Z] ---> 063f547f23f5 [2021-03-09T03:12:22.414Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T03:12:22.414Z] ---> Running in 762a1f26d528 [2021-03-09T03:12:22.664Z] + ls -al . [2021-03-09T03:12:22.664Z] total 764 [2021-03-09T03:12:22.664Z] drwxrwxr-x 9 1001 1001 4096 Mar 9 03:12 . [2021-03-09T03:12:22.664Z] drwxr-xr-x 4 root root 4096 Mar 9 03:08 .. [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 03:06 .dockerignore [2021-03-09T03:12:22.664Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 03:06 .git [2021-03-09T03:12:22.664Z] drwxrwxr-x 3 1001 1001 4096 Mar 9 03:06 .github [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 03:06 .gitignore [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 03:06 .sonarcloud.properties [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 03:06 Attribution.txt [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 03:06 CONTRIBUTING.md [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 03:06 Dockerfile.build [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 03:06 Jenkinsfile [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 03:06 LICENSE [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 03:06 Makefile [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 6524 Mar 9 03:06 README.md [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 03:06 SECURITY.md [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 03:04 VERSION [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 03:06 ZMQWindows.md [2021-03-09T03:12:22.664Z] drwxrwxr-x 2 1001 1001 4096 Mar 9 03:06 bin [2021-03-09T03:12:22.664Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 03:06 cmd [2021-03-09T03:12:22.664Z] -rw-r--r-- 1 root root 624012 Mar 9 03:10 coverage.out [2021-03-09T03:12:22.664Z] -rw-r--r-- 1 root root 1055 Mar 9 03:12 go.mod [2021-03-09T03:12:22.664Z] -rw-r--r-- 1 root root 21981 Mar 9 03:12 go.sum [2021-03-09T03:12:22.664Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 03:06 internal [2021-03-09T03:12:22.664Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 03:06 openapi [2021-03-09T03:12:22.664Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 03:06 snap [2021-03-09T03:12:22.664Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 03:06 version.go [2021-03-09T03:12:22.676Z] ---> Running in 0fc94a6b76f0 [2021-03-09T03:12:22.676Z] Removing intermediate container 401a2f9a3492 [2021-03-09T03:12:22.676Z] ---> ac98380c662f [2021-03-09T03:12:22.676Z] Step 13/24 : WORKDIR / [2021-03-09T03:12:22.676Z] Removing intermediate container 762a1f26d528 [2021-03-09T03:12:22.676Z] ---> de1b3ef6dd4b [2021-03-09T03:12:22.676Z] Step 13/23 : EXPOSE $APP_PORT [Pipeline] sh [2021-03-09T03:12:22.939Z] ---> Running in 00abc00724bb [2021-03-09T03:12:22.939Z] ---> Running in 5648a58c86b8 [2021-03-09T03:12:22.939Z] Removing intermediate container 0fc94a6b76f0 [2021-03-09T03:12:22.939Z] ---> d359cdf1984b [2021-03-09T03:12:22.939Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:12:22.939Z] Removing intermediate container 72e65d81f6c0 [2021-03-09T03:12:22.939Z] ---> 4b1e2cb66bd1 [2021-03-09T03:12:22.939Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T03:12:23.203Z] ---> Running in 6827233aa435 [2021-03-09T03:12:23.203Z] ---> Running in ef0066533c8b [2021-03-09T03:12:23.203Z] Removing intermediate container 5648a58c86b8 [2021-03-09T03:12:23.203Z] ---> 4035340622a6 [2021-03-09T03:12:23.203Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:12:23.203Z] Removing intermediate container 00abc00724bb [2021-03-09T03:12:23.203Z] ---> 9a04bb544443 [2021-03-09T03:12:23.203Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-09T03:12:23.328Z] + '[' -e coverage.out ] [2021-03-09T03:12:23.328Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T03:12:23.406Z] Warning: overwriting stash ‘coverage-report’ [2021-03-09T03:12:23.466Z] ---> Running in 168a196de74a [2021-03-09T03:12:23.467Z] Removing intermediate container 6827233aa435 [2021-03-09T03:12:23.467Z] ---> b20214d03724 [2021-03-09T03:12:23.467Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T03:12:23.739Z] Removing intermediate container ef0066533c8b [2021-03-09T03:12:23.739Z] ---> a03f0e30adfc [2021-03-09T03:12:23.739Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T03:12:23.739Z] ---> Running in db2d9508c6ad [2021-03-09T03:12:23.739Z] ---> d72e800d5e8c [2021-03-09T03:12:23.739Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-09T03:12:24.005Z] ---> 7bb6f7fdff8f [2021-03-09T03:12:24.005Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T03:12:24.005Z] Removing intermediate container db2d9508c6ad [2021-03-09T03:12:24.005Z] ---> 896776fb060a [2021-03-09T03:12:24.005Z] Step 21/22 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:12:24.270Z] ---> Running in b7ea1f32b1e2 [2021-03-09T03:12:24.270Z] ---> Running in 33031249725e [2021-03-09T03:12:24.271Z] ---> dae7d74638f3 [2021-03-09T03:12:24.271Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T03:12:24.549Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T03:12:25.225Z] Removing intermediate container 33031249725e [2021-03-09T03:12:25.225Z] ---> b5115e66e920 [2021-03-09T03:12:25.225Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T03:12:25.225Z] ---> Running in 0fe16f462c6c [2021-03-09T03:12:25.228Z] + make build [2021-03-09T03:12:25.228Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T03:12:25.489Z] ---> 7338676e4bd9 [2021-03-09T03:12:25.489Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T03:12:25.489Z] Removing intermediate container 0fe16f462c6c [2021-03-09T03:12:25.489Z] ---> e3392d469174 [2021-03-09T03:12:25.489Z] [2021-03-09T03:12:25.754Z] Removing intermediate container 168a196de74a [2021-03-09T03:12:25.754Z] ---> c9d25f4d9c7a [2021-03-09T03:12:25.754Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T03:12:25.754Z] ---> Running in 0addc72786fc [2021-03-09T03:12:25.754Z] Successfully built e3392d469174 [2021-03-09T03:12:25.754Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-09T03:12:26.017Z]  Building docker-support-scheduler-go ... done  ---> 25e6da5adfe0 [2021-03-09T03:12:26.017Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T03:12:26.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T03:12:26.281Z] Removing intermediate container b7ea1f32b1e2 [2021-03-09T03:12:26.281Z] ---> 41c0193dcdb2 [2021-03-09T03:12:26.281Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:12:26.542Z] ---> c98570bbc71f [2021-03-09T03:12:26.542Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T03:12:26.805Z] ---> 9ce4db8b3cb4 [2021-03-09T03:12:26.805Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T03:12:26.805Z] ---> 9584e7daecfc [2021-03-09T03:12:26.805Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-09T03:12:26.805Z] ---> Running in 0dd389c468ef [2021-03-09T03:12:27.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T03:12:27.691Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T03:12:27.691Z] ---> 3b6fe4ecd9ee [2021-03-09T03:12:27.691Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T03:12:27.691Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T03:12:27.691Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T03:12:27.978Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T03:12:27.978Z] ---> b8022e5a1c9c [2021-03-09T03:12:27.978Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T03:12:27.978Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T03:12:27.978Z] Removing intermediate container 0dd389c468ef [2021-03-09T03:12:27.978Z] ---> c4371ea89531 [2021-03-09T03:12:27.978Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T03:12:27.978Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T03:12:28.300Z] ---> Running in 9dca421add28 [2021-03-09T03:12:28.300Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:12:28.300Z] OK: 8 MiB in 20 packages [2021-03-09T03:12:28.300Z] ---> ca3b3d5bc945 [2021-03-09T03:12:28.300Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T03:12:28.300Z] Removing intermediate container 9dca421add28 [2021-03-09T03:12:28.300Z] ---> f4987b14b931 [2021-03-09T03:12:28.300Z] Step 22/24 : LABEL arch=x86_64 [2021-03-09T03:12:28.564Z] ---> Running in cfeb5e4311bc [2021-03-09T03:12:28.564Z] ---> d61b7594f7c4 [2021-03-09T03:12:28.564Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T03:12:28.829Z] ---> Running in 21f51b3b8406 [2021-03-09T03:12:28.829Z] Removing intermediate container cfeb5e4311bc [2021-03-09T03:12:28.829Z] ---> 866d591dc3a7 [2021-03-09T03:12:28.829Z] Step 23/24 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:12:28.829Z] Removing intermediate container 0addc72786fc [2021-03-09T03:12:28.829Z] ---> b7cd456c2e16 [2021-03-09T03:12:28.829Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:12:29.092Z] ---> Running in 96abc11595ed [2021-03-09T03:12:29.092Z] Removing intermediate container 21f51b3b8406 [2021-03-09T03:12:29.092Z] ---> 9ef3043405a8 [2021-03-09T03:12:29.092Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T03:12:29.356Z] ---> c965c8cace64 [2021-03-09T03:12:29.356Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T03:12:29.356Z] Removing intermediate container 96abc11595ed [2021-03-09T03:12:29.356Z] ---> 0f4c0349843d [2021-03-09T03:12:29.356Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T03:12:29.356Z] ---> Running in d13a26d869e8 [2021-03-09T03:12:29.356Z] ---> 123f4d27c5e9 [2021-03-09T03:12:29.356Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T03:12:29.946Z] ---> Running in 8294561b0132 [2021-03-09T03:12:30.212Z] Removing intermediate container d13a26d869e8 [2021-03-09T03:12:30.212Z] ---> 52595497c924 [2021-03-09T03:12:30.212Z] [2021-03-09T03:12:30.212Z] ---> 92999a5205c6 [2021-03-09T03:12:30.212Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T03:12:30.482Z] Successfully built 52595497c924 [2021-03-09T03:12:30.482Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-09T03:12:30.482Z]  Building docker-security-secretstore-setup-go ... done  ---> dcdf3f96311a [2021-03-09T03:12:30.482Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T03:12:30.747Z] ---> Running in 4e6c1064018a [2021-03-09T03:12:30.747Z] Removing intermediate container 4e6c1064018a [2021-03-09T03:12:30.747Z] ---> cc989336a89a [2021-03-09T03:12:30.747Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:12:31.009Z] ---> Running in 97abcc104939 [2021-03-09T03:12:31.009Z] Removing intermediate container 97abcc104939 [2021-03-09T03:12:31.009Z] ---> 8868995c0bb1 [2021-03-09T03:12:31.009Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T03:12:31.271Z] Removing intermediate container 8294561b0132 [2021-03-09T03:12:31.271Z] ---> 0c5328d581bc [2021-03-09T03:12:31.271Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T03:12:31.271Z] ---> Running in bb3b521d8432 [2021-03-09T03:12:31.271Z] ---> Running in c7176356466c [2021-03-09T03:12:31.534Z] Removing intermediate container bb3b521d8432 [2021-03-09T03:12:31.534Z] ---> 465f2da72767 [2021-03-09T03:12:31.534Z] Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:12:31.534Z] ---> Running in 99aeb65f718f [2021-03-09T03:12:31.534Z] Removing intermediate container c7176356466c [2021-03-09T03:12:31.534Z] ---> 3b8f7b1f3ac9 [2021-03-09T03:12:31.534Z] Step 28/31 : CMD ["gate"] [2021-03-09T03:12:31.797Z] ---> Running in f850430f0405 [2021-03-09T03:12:31.797Z] Removing intermediate container 99aeb65f718f [2021-03-09T03:12:31.797Z] ---> fb6e74766b5a [2021-03-09T03:12:31.797Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T03:12:31.797Z] ---> Running in b740c5cc453c [2021-03-09T03:12:31.797Z] Removing intermediate container f850430f0405 [2021-03-09T03:12:31.797Z] ---> 7eded6dcca17 [2021-03-09T03:12:31.797Z] Step 29/31 : LABEL arch=x86_64 [2021-03-09T03:12:32.373Z] ---> Running in cab67255b59f [2021-03-09T03:12:32.636Z] Removing intermediate container b740c5cc453c [2021-03-09T03:12:32.636Z] ---> 9ffc9fcffd43 [2021-03-09T03:12:32.636Z] [2021-03-09T03:12:32.636Z] Removing intermediate container cab67255b59f [2021-03-09T03:12:32.636Z] ---> b139f317f2c1 [2021-03-09T03:12:32.636Z] Step 30/31 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:12:32.636Z] Successfully built 9ffc9fcffd43 [2021-03-09T03:12:32.636Z] Successfully tagged docker-core-data-go:latest [2021-03-09T03:12:32.897Z]  Building docker-core-data-go ... done  ---> Running in 8a3a58c3e1d6 [2021-03-09T03:12:33.160Z] Removing intermediate container 8a3a58c3e1d6 [2021-03-09T03:12:33.160Z] ---> fcbf47c5e1e7 [2021-03-09T03:12:33.160Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T03:12:33.160Z] ---> Running in 8ca81a9d82ba [2021-03-09T03:12:33.422Z] Removing intermediate container 8ca81a9d82ba [2021-03-09T03:12:33.422Z] ---> ffea1f39e54f [2021-03-09T03:12:33.422Z] [2021-03-09T03:12:33.422Z] Successfully built ffea1f39e54f [2021-03-09T03:12:33.684Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-09T03:12:33.958Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-09T03:12:33.967Z] $ docker stop --time=1 658928f9e668c8d8ba9d3ecc3568b184f8d5a452e18efc30055e3f77f49676c9 [2021-03-09T03:12:35.461Z] $ docker rm -f 658928f9e668c8d8ba9d3ecc3568b184f8d5a452e18efc30055e3f77f49676c9 [2021-03-09T03:12:35.472Z] 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 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T03:12:35.994Z] + docker images [2021-03-09T03:12:35.994Z] + grep docker [2021-03-09T03:12:36.256Z] docker-security-bootstrapper-go latest ffea1f39e54f 3 seconds ago 18.7MB [2021-03-09T03:12:36.256Z] docker-core-data-go latest 9ffc9fcffd43 4 seconds ago 22.6MB [2021-03-09T03:12:36.256Z] docker-security-secretstore-setup-go latest 52595497c924 7 seconds ago 24.9MB [2021-03-09T03:12:36.256Z] docker-support-scheduler-go latest e3392d469174 11 seconds ago 17.2MB [2021-03-09T03:12:36.256Z] docker-sys-mgmt-agent-go latest 5f5c7d0300cb 41 seconds ago 313MB [2021-03-09T03:12:36.256Z] docker-core-metadata-go latest 75a5530a4149 2 minutes ago 19MB [2021-03-09T03:12:36.256Z] docker-security-proxy-setup-go latest b322d5c27c47 2 minutes ago 24.7MB [2021-03-09T03:12:36.256Z] docker-support-notifications-go latest d89a8f8d3a66 2 minutes ago 17.8MB [2021-03-09T03:12:36.256Z] docker-core-command-go latest 18a16145025c 2 minutes ago 17.2MB [2021-03-09T03:12:36.256Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-09T03:12:52.186Z] Still waiting to schedule task [2021-03-09T03:12:52.186Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-09T03:13:02.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T03:13:02.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T03:13:07.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T03:13:08.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T03:13:15.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T03:13:20.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T03:13:24.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T03:13:31.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T03:13:33.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T03:13:37.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-09T03:13:43.407Z] $ docker stop --time=1 2c22bc8ca161b4a85763ee542625c7e1126e6453cc20822058dec9c2a1218edf [2021-03-09T03:13:45.945Z] $ docker rm -f 2c22bc8ca161b4a85763ee542625c7e1126e6453cc20822058dec9c2a1218edf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-03-09T03:13:47.359Z] Running on prd-ubuntu18.04-docker-8c-8g-29089 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] } [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] ws [2021-03-09T03:13:47.513Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:13:48.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T03:13:48.078Z] [2021-03-09T03:13:48.078Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:13:48.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T03:13:48.756Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-09T03:13:48.756Z] 29e5d40040c1: Pulling fs layer [2021-03-09T03:13:48.756Z] 1ce36da41761: Pulling fs layer [2021-03-09T03:13:48.756Z] 25b303627fd3: Pulling fs layer [2021-03-09T03:13:49.352Z] 29e5d40040c1: Verifying Checksum [2021-03-09T03:13:49.352Z] 29e5d40040c1: Download complete [2021-03-09T03:13:49.958Z] 1ce36da41761: Verifying Checksum [2021-03-09T03:13:49.958Z] 1ce36da41761: Download complete [2021-03-09T03:13:50.038Z] using credential edgex-jenkins-ssh [2021-03-09T03:13:50.133Z] Cloning the remote Git repository [2021-03-09T03:13:50.231Z] 29e5d40040c1: Pull complete [2021-03-09T03:13:49.804Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T03:13:49.908Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2021-03-09T03:13:49.956Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T03:13:49.957Z] > git --version # timeout=10 [2021-03-09T03:13:49.964Z] > git --version # 'git version 2.17.1' [2021-03-09T03:13:49.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T03:13:49.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T03:13:51.668Z] 1ce36da41761: Pull complete [2021-03-09T03:13:51.668Z] 25b303627fd3: Verifying Checksum [2021-03-09T03:13:51.668Z] 25b303627fd3: Download complete [2021-03-09T03:14:01.822Z] 25b303627fd3: Pull complete [2021-03-09T03:14:01.822Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-09T03:14:01.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T03:14:01.822Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-09T03:14:00.822Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T03:14:00.830Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T03:14:00.844Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T03:14:00.859Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T03:14:00.859Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T03:14:00.867Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T03:14:02.087Z] prd-ubuntu18.04-docker-arm64-4c-16g-29088 does not seem to be running inside a container [2021-03-09T03:14:02.124Z] Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:14:02.157Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-09T03:14:02.332Z] Merge succeeded, producing a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:14:02.333Z] Checking out Revision a97e7d088cfea97e2f7e544ceb56995fb0b64fad (PR-3202) [2021-03-09T03:14:01.885Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T03:14:01.892Z] > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # timeout=10 [2021-03-09T03:14:02.054Z] > git remote # timeout=10 [2021-03-09T03:14:02.061Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T03:14:02.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T03:14:02.073Z] > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 [2021-03-09T03:14:02.084Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T03:14:02.095Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T03:14:02.099Z] > git checkout -f a97e7d088cfea97e2f7e544ceb56995fb0b64fad # timeout=10 [2021-03-09T03:14:05.290Z] $ docker top a3fe693a9c70472ac7ce452a08463944a1873ab70c1d37f90cb3d6c8f7f336f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T03:14:06.066Z] Commit message: "feat(data): Add CBOR support for V2 API" [2021-03-09T03:14:06.363Z] + docker-compose build --help [2021-03-09T03:14:06.363Z] + grep parallel [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:14:07.442Z] + echo snap-build.sh [2021-03-09T03:14:07.442Z] snap-build.sh [2021-03-09T03:14:07.442Z] + SNAP_BASE_DIR=. [2021-03-09T03:14:07.442Z] + '[' '!' -z /w/workspace/edgex-go/18 ']' [2021-03-09T03:14:07.442Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/18 [2021-03-09T03:14:07.442Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/18]' [2021-03-09T03:14:07.442Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/18] [2021-03-09T03:14:07.442Z] + cd /w/workspace/edgex-go/18 [2021-03-09T03:14:07.442Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-09T03:14:07.442Z] Reading package lists... [2021-03-09T03:14:07.706Z] Building dependency tree... [2021-03-09T03:14:07.706Z] Reading state information... [2021-03-09T03:14:07.969Z] The following packages were automatically installed and are no longer required: [2021-03-09T03:14:07.969Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-09T03:14:07.969Z] uidmap xdelta3 [2021-03-09T03:14:07.969Z] Use 'sudo apt autoremove' to remove them. [2021-03-09T03:14:07.969Z] The following packages will be REMOVED: [2021-03-09T03:14:07.969Z] lxd* lxd-client* [2021-03-09T03:14:08.547Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-09T03:14:08.547Z] After this operation, 31.7 MB disk space will be freed. [2021-03-09T03:14:09.760Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T03:14:09.775Z] $ docker stop --time=1 a3fe693a9c70472ac7ce452a08463944a1873ab70c1d37f90cb3d6c8f7f336f3 [2021-03-09T03:14:10.126Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-09T03:14:10.126Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T03:14:11.520Z] Removing lxd dnsmasq configuration [2021-03-09T03:14:11.520Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T03:14:11.520Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-09T03:14:11.729Z] $ docker rm -f a3fe693a9c70472ac7ce452a08463944a1873ab70c1d37f90cb3d6c8f7f336f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:14:12.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T03:14:12.556Z] . [Pipeline] withDockerContainer [2021-03-09T03:14:12.870Z] prd-ubuntu18.04-docker-arm64-4c-16g-29088 does not seem to be running inside a container [2021-03-09T03:14:12.916Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-09T03:14:12.916Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-09T03:14:12.916Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T03:14:12.957Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-03-09T03:14:14.392Z] $ docker top 4053c1799f022751dd2711c26ee0ed03056eb3e3cd230b48ded68ed4bc819ba7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T03:14:14.845Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-09T03:14:15.108Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-09T03:14:15.479Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T03:14:17.037Z] + sudo snap remove --purge lxd [2021-03-09T03:14:17.037Z] snap "lxd" is not installed [2021-03-09T03:14:17.037Z] + sudo groupadd --force --system lxd [2021-03-09T03:14:17.037Z] ++ whoami [2021-03-09T03:14:17.037Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-09T03:14:17.037Z] + newgrp - lxd [2021-03-09T03:14:17.300Z] + sudo snap install lxd [2021-03-09T03:14:19.767Z] Building docker-core-command-go ... [2021-03-09T03:14:19.768Z] Building docker-core-data-go ... [2021-03-09T03:14:19.768Z] Building docker-core-metadata-go ... [2021-03-09T03:14:19.768Z] Building docker-security-bootstrapper-go ... [2021-03-09T03:14:19.768Z] Building docker-security-proxy-setup-go ... [2021-03-09T03:14:19.768Z] Building docker-security-secretstore-setup-go ... [2021-03-09T03:14:19.768Z] Building docker-support-notifications-go ... [2021-03-09T03:14:19.768Z] Building docker-support-scheduler-go ... [2021-03-09T03:14:19.768Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T03:14:19.768Z] Building docker-security-bootstrapper-go [2021-03-09T03:14:19.768Z] Building docker-core-data-go [2021-03-09T03:14:19.768Z] Building docker-support-notifications-go [2021-03-09T03:14:19.768Z] Building docker-security-secretstore-setup-go [2021-03-09T03:14:19.768Z] Building docker-support-scheduler-go [2021-03-09T03:14:27.365Z] 2021-03-09T03:14:24Z INFO Waiting for automatic snapd restart... [2021-03-09T03:14:42.346Z] lxd 4.11 from Canonical* installed [2021-03-09T03:14:42.346Z] + sudo lxd init --auto [2021-03-09T03:14:52.377Z] + sudo snap install --classic snapcraft [2021-03-09T03:15:07.335Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T03:15:07.335Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-09T03:15:07.335Z] + patch --verbose -p1 [2021-03-09T03:15:07.335Z] Hmm... Looks like a unified diff to me... [2021-03-09T03:15:07.335Z] The text leading up to this was: [2021-03-09T03:15:07.335Z] -------------------------- [2021-03-09T03:15:07.335Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-09T03:15:07.335Z] |From: Tony Espy [2021-03-09T03:15:07.335Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-09T03:15:07.335Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-09T03:15:07.335Z] | [2021-03-09T03:15:07.335Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-09T03:15:07.335Z] |optimize the snap CI check run for pull requests. When [2021-03-09T03:15:07.335Z] |applied, it essentially strips out everything (apps and [2021-03-09T03:15:07.335Z] |parts) from the snapcraft.yaml file except those required [2021-03-09T03:15:07.335Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-09T03:15:07.335Z] |catch changes to edgex-go that break the snap build. [2021-03-09T03:15:07.335Z] | [2021-03-09T03:15:07.335Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-09T03:15:07.335Z] |to update this patch file, otherwise it may fail to apply, [2021-03-09T03:15:07.335Z] |resulting in a failed snap build CI check in the associated [2021-03-09T03:15:07.335Z] |pull request. [2021-03-09T03:15:07.335Z] | [2021-03-09T03:15:07.335Z] |Note - in addition to applying this patch, the pipeline also [2021-03-09T03:15:07.335Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-09T03:15:07.335Z] |need to build the finally binary .snap file (and it won't [2021-03-09T03:15:07.335Z] |work with the patch applied). This further reduces the build [2021-03-09T03:15:07.335Z] |time. [2021-03-09T03:15:07.336Z] |--- [2021-03-09T03:15:07.336Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-09T03:15:07.336Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-09T03:15:07.336Z] | [2021-03-09T03:15:07.336Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-09T03:15:07.336Z] |index 1e537489..faf42425 100644 [2021-03-09T03:15:07.336Z] |--- a/snap/snapcraft.yaml [2021-03-09T03:15:07.336Z] |+++ b/snap/snapcraft.yaml [2021-03-09T03:15:07.336Z] -------------------------- [2021-03-09T03:15:07.336Z] patching file snap/snapcraft.yaml [2021-03-09T03:15:07.336Z] Using Plan A... [2021-03-09T03:15:07.336Z] Hunk #1 succeeded at 73. [2021-03-09T03:15:07.336Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-09T03:15:07.336Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-09T03:15:07.336Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-09T03:15:07.336Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-09T03:15:07.336Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-09T03:15:07.336Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-09T03:15:07.336Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-09T03:15:07.336Z] Hmm... Ignoring the trailing garbage. [2021-03-09T03:15:07.336Z] done [2021-03-09T03:15:07.336Z] + sudo snapcraft prime --use-lxd [2021-03-09T03:15:07.336Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-09T03:15:07.336Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-09T03:15:07.336Z] - README.md [2021-03-09T03:15:07.336Z] - snapcraft.yaml.orig [2021-03-09T03:15:07.336Z] [2021-03-09T03:15:07.336Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T03:15:08.284Z] Launching a container. [2021-03-09T03:15:23.266Z] Waiting for container to be ready [2021-03-09T03:15:23.266Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-09T03:15:23.266Z] [2021-03-09T03:15:26.580Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-09T03:15:26.580Z] Waiting for network to be ready... [2021-03-09T03:15:27.156Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T03:15:27.156Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T03:15:27.731Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T03:15:27.731Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T03:15:27.731Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T03:15:27.993Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T03:15:27.993Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T03:15:27.993Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T03:15:27.993Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T03:15:27.993Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T03:15:27.993Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T03:15:28.255Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T03:15:28.255Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T03:15:28.255Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T03:15:28.255Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T03:15:28.255Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T03:15:28.255Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T03:15:28.255Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T03:15:28.518Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T03:15:28.782Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T03:15:28.782Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T03:15:29.045Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T03:15:29.045Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T03:15:29.045Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T03:15:29.045Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T03:15:29.045Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T03:15:29.045Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T03:15:34.381Z] Fetched 24.0 MB in 7s (3657 kB/s) [2021-03-09T03:15:35.334Z] Reading package lists... [2021-03-09T03:15:35.637Z] Reading package lists... [2021-03-09T03:15:35.637Z] Building dependency tree... [2021-03-09T03:15:35.637Z] Reading state information... [2021-03-09T03:15:35.900Z] The following additional packages will be installed: [2021-03-09T03:15:35.900Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T03:15:35.900Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T03:15:35.900Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T03:15:35.900Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-09T03:15:35.900Z] Suggested packages: [2021-03-09T03:15:35.900Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-09T03:15:35.900Z] Recommended packages: [2021-03-09T03:15:35.900Z] gnupg libsasl2-modules [2021-03-09T03:15:35.900Z] The following NEW packages will be installed: [2021-03-09T03:15:35.900Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T03:15:35.900Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T03:15:35.900Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T03:15:35.900Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-09T03:15:35.900Z] The following packages will be upgraded: [2021-03-09T03:15:35.900Z] gpg gpg-agent gpgconf libudev1 [2021-03-09T03:15:35.900Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-09T03:15:35.900Z] Need to get 3530 kB of archives. [2021-03-09T03:15:35.900Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-09T03:15:35.900Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-09T03:15:35.900Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-09T03:15:36.162Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-09T03:15:36.162Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-09T03:15:36.162Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-09T03:15:36.425Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-09T03:15:37.001Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-09T03:15:37.001Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-09T03:15:37.001Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-09T03:15:37.001Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-09T03:15:37.001Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-09T03:15:37.001Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-09T03:15:37.001Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-09T03:15:37.001Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-09T03:15:37.001Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-09T03:15:37.001Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-09T03:15:37.001Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-09T03:15:37.001Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-09T03:15:37.001Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-09T03:15:37.001Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-09T03:15:37.001Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-09T03:15:37.001Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-09T03:15:37.264Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T03:15:37.264Z] Fetched 3530 kB in 1s (3162 kB/s) [2021-03-09T03:15:37.264Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T03:15:37.264Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-09T03:15:37.526Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T03:15:37.526Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-09T03:15:37.526Z] Selecting previously unselected package udev. [2021-03-09T03:15:37.526Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T03:15:37.526Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-09T03:15:37.789Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-09T03:15:38.055Z] Selecting previously unselected package libfuse2:amd64. [2021-03-09T03:15:38.055Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T03:15:38.055Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T03:15:38.055Z] Selecting previously unselected package fuse. [2021-03-09T03:15:38.055Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T03:15:38.055Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-09T03:15:38.319Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T03:15:38.319Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T03:15:38.319Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T03:15:38.319Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T03:15:38.582Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T03:15:38.582Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T03:15:38.582Z] Selecting previously unselected package libksba8:amd64. [2021-03-09T03:15:38.582Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-09T03:15:38.582Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-09T03:15:38.844Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-09T03:15:38.844Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T03:15:38.844Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:38.844Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-09T03:15:38.844Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T03:15:38.844Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:39.107Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-09T03:15:39.107Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T03:15:39.107Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:39.107Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-09T03:15:39.107Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T03:15:39.107Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:39.369Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-09T03:15:39.369Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T03:15:39.369Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:39.369Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-09T03:15:39.369Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T03:15:39.369Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:39.632Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-09T03:15:39.632Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T03:15:39.632Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:39.632Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-09T03:15:39.632Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T03:15:39.632Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:39.895Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-09T03:15:39.895Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T03:15:39.895Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:39.896Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T03:15:39.896Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T03:15:39.896Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T03:15:39.896Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T03:15:39.896Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T03:15:39.896Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T03:15:40.159Z] Selecting previously unselected package libldap-common. [2021-03-09T03:15:40.159Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-09T03:15:40.160Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T03:15:40.160Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T03:15:40.160Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-09T03:15:40.160Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T03:15:40.422Z] Selecting previously unselected package dirmngr. [2021-03-09T03:15:40.422Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T03:15:40.422Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T03:15:40.422Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T03:15:40.422Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-09T03:15:40.422Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T03:15:40.684Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T03:15:40.684Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T03:15:40.684Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-09T03:15:40.684Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:40.684Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-09T03:15:40.684Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T03:15:40.947Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-09T03:15:41.211Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T03:15:41.475Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:41.475Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-09T03:15:41.475Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-09T03:15:41.528Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:15:41.528Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:15:41.528Z] ---> e0f46838ef55 [2021-03-09T03:15:41.528Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T03:15:41.528Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:15:41.528Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:15:41.528Z] ---> e0f46838ef55 [2021-03-09T03:15:41.528Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T03:15:41.528Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:15:41.528Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:15:41.528Z] ---> e0f46838ef55 [2021-03-09T03:15:41.528Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T03:15:41.528Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:15:41.528Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:15:41.528Z] ---> e0f46838ef55 [2021-03-09T03:15:41.528Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T03:15:41.528Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:15:41.528Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:15:41.528Z] ---> e0f46838ef55 [2021-03-09T03:15:41.528Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T03:15:41.528Z] ---> Running in be62dfafab1a [2021-03-09T03:15:41.528Z] ---> Running in b4d7f7270d8b [2021-03-09T03:15:41.528Z] ---> Running in fa903527dc17 [2021-03-09T03:15:41.528Z] ---> Running in e2acb37fb5db [2021-03-09T03:15:41.528Z] ---> Running in 24c07d2d0b58 [2021-03-09T03:15:41.528Z] Removing intermediate container be62dfafab1a [2021-03-09T03:15:41.528Z] ---> cd64858bf57d [2021-03-09T03:15:41.528Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:15:41.528Z] Removing intermediate container 24c07d2d0b58 [2021-03-09T03:15:41.528Z] ---> a565a0af03e3 [2021-03-09T03:15:41.528Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:15:41.528Z] Removing intermediate container b4d7f7270d8b [2021-03-09T03:15:41.528Z] ---> d4a334ef3a5d [2021-03-09T03:15:41.528Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:15:41.528Z] Removing intermediate container e2acb37fb5db [2021-03-09T03:15:41.528Z] ---> 368e5be9b815 [2021-03-09T03:15:41.528Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:15:41.528Z] Removing intermediate container fa903527dc17 [2021-03-09T03:15:41.528Z] ---> 920efe3eab55 [2021-03-09T03:15:41.528Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:15:41.528Z] ---> Running in 7aaf4f31a974 [2021-03-09T03:15:41.528Z] ---> Running in 05f4e575c588 [2021-03-09T03:15:41.528Z] ---> Running in b68b1c062627 [2021-03-09T03:15:41.528Z] ---> Running in 448e1af78126 [2021-03-09T03:15:41.528Z] ---> Running in eb56b1770ce0 [2021-03-09T03:15:41.528Z] Removing intermediate container 7aaf4f31a974 [2021-03-09T03:15:41.528Z] ---> 1dd0b36641dc [2021-03-09T03:15:41.528Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T03:15:41.528Z] Removing intermediate container b68b1c062627 [2021-03-09T03:15:41.528Z] ---> 52871270089d [2021-03-09T03:15:41.528Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T03:15:41.528Z] ---> Running in 431741ac32b4 [2021-03-09T03:15:41.528Z] ---> Running in 4527f49ec788 [2021-03-09T03:15:41.528Z] Removing intermediate container 05f4e575c588 [2021-03-09T03:15:41.528Z] ---> e1918ccd5dfc [2021-03-09T03:15:41.528Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T03:15:41.528Z] Removing intermediate container eb56b1770ce0 [2021-03-09T03:15:41.528Z] ---> a7b91e8c6302 [2021-03-09T03:15:41.528Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T03:15:41.529Z] Removing intermediate container 448e1af78126 [2021-03-09T03:15:41.529Z] ---> 819c3abdda5b [2021-03-09T03:15:41.529Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T03:15:41.529Z] ---> Running in 8591bdfa16e7 [2021-03-09T03:15:41.529Z] ---> Running in b7ab6318f14c [2021-03-09T03:15:41.529Z] ---> Running in e59f1fbe52d1 [2021-03-09T03:15:41.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:15:41.739Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-09T03:15:41.739Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:41.739Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:41.739Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:41.739Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:41.739Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:41.739Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:41.801Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:15:42.007Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T03:15:42.007Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T03:15:42.007Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T03:15:42.008Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T03:15:42.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:15:42.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:15:42.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:15:42.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:15:42.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:15:42.589Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-09T03:15:42.589Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-09T03:15:42.589Z] This means they are not meant to be enabled using systemctl. [2021-03-09T03:15:42.589Z] Possible reasons for having this kind of units are: [2021-03-09T03:15:42.589Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-09T03:15:42.589Z] .wants/ or .requires/ directory. [2021-03-09T03:15:42.589Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-09T03:15:42.589Z] a requirement dependency on it. [2021-03-09T03:15:42.589Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-09T03:15:42.589Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-09T03:15:42.589Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-09T03:15:42.589Z] instance name specified. [2021-03-09T03:15:42.950Z] OK: 217 MiB in 51 packages [2021-03-09T03:15:42.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:15:43.163Z] Reading package lists... [2021-03-09T03:15:43.223Z] OK: 217 MiB in 51 packages [2021-03-09T03:15:43.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:15:43.432Z] Building dependency tree... [2021-03-09T03:15:43.432Z] Reading state information... [2021-03-09T03:15:43.432Z] The following additional packages will be installed: [2021-03-09T03:15:43.432Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-09T03:15:43.432Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-09T03:15:43.432Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-09T03:15:43.432Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-09T03:15:43.432Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-09T03:15:43.432Z] Suggested packages: [2021-03-09T03:15:43.432Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-09T03:15:43.432Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-09T03:15:43.432Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-09T03:15:43.432Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-09T03:15:43.432Z] systemd-container policykit-1 [2021-03-09T03:15:43.432Z] Recommended packages: [2021-03-09T03:15:43.432Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-09T03:15:43.432Z] The following NEW packages will be installed: [2021-03-09T03:15:43.432Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-09T03:15:43.432Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-09T03:15:43.432Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-09T03:15:43.432Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-09T03:15:43.432Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-09T03:15:43.432Z] The following packages will be upgraded: [2021-03-09T03:15:43.432Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-09T03:15:43.695Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-09T03:15:43.695Z] Need to get 35.2 MB of archives. [2021-03-09T03:15:43.695Z] After this operation, 141 MB of additional disk space will be used. [2021-03-09T03:15:43.695Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-09T03:15:43.824Z] OK: 217 MiB in 51 packages [2021-03-09T03:15:43.959Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-09T03:15:44.103Z] OK: 217 MiB in 51 packages [2021-03-09T03:15:44.385Z] Removing intermediate container 431741ac32b4 [2021-03-09T03:15:44.385Z] ---> deba1a31bf91 [2021-03-09T03:15:44.385Z] Step 6/31 : COPY go.mod . [2021-03-09T03:15:44.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:15:44.912Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-09T03:15:44.912Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-09T03:15:44.912Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-09T03:15:44.912Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-09T03:15:44.912Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-09T03:15:44.912Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-09T03:15:44.934Z] Removing intermediate container 4527f49ec788 [2021-03-09T03:15:44.935Z] ---> 0ba935052993 [2021-03-09T03:15:44.935Z] Step 6/23 : COPY go.mod . [2021-03-09T03:15:45.181Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-09T03:15:45.181Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-09T03:15:45.181Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-09T03:15:45.181Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-09T03:15:45.181Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-09T03:15:45.181Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-09T03:15:45.181Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-09T03:15:45.181Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-09T03:15:45.181Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-09T03:15:45.181Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-09T03:15:45.209Z] ---> 948c055ebd9d [2021-03-09T03:15:45.209Z] Step 7/31 : RUN go mod download [2021-03-09T03:15:45.446Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-09T03:15:45.483Z] ---> Running in 7c142ca4ded9 [2021-03-09T03:15:45.483Z] Removing intermediate container e59f1fbe52d1 [2021-03-09T03:15:45.483Z] ---> 4a4173a1192d [2021-03-09T03:15:45.483Z] Step 6/22 : COPY go.mod . [2021-03-09T03:15:45.709Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-09T03:15:45.972Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-09T03:15:45.972Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-09T03:15:45.972Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-09T03:15:45.972Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-09T03:15:45.972Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-09T03:15:45.972Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-09T03:15:45.972Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-09T03:15:45.972Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-09T03:15:45.972Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-09T03:15:45.972Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-09T03:15:46.082Z] Removing intermediate container 8591bdfa16e7 [2021-03-09T03:15:46.082Z] ---> 03c1b33b2f2d [2021-03-09T03:15:46.082Z] Step 6/22 : COPY go.mod . [2021-03-09T03:15:46.082Z] ---> c1b06092b475 [2021-03-09T03:15:46.082Z] Step 7/23 : RUN go mod download [2021-03-09T03:15:46.367Z] ---> Running in db5e0a165c2f [2021-03-09T03:15:46.367Z] ---> a8c6e1770582 [2021-03-09T03:15:46.367Z] Step 7/22 : RUN go mod download [2021-03-09T03:15:46.652Z] ---> Running in 4bd008847550 [2021-03-09T03:15:46.925Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T03:15:46.925Z] Fetched 35.2 MB in 3s (10.9 MB/s) [2021-03-09T03:15:46.933Z] ---> a75f78a96f26 [2021-03-09T03:15:46.933Z] Step 7/22 : RUN go mod download [2021-03-09T03:15:47.190Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T03:15:47.190Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-09T03:15:47.190Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T03:15:47.205Z] OK: 217 MiB in 51 packages [2021-03-09T03:15:47.205Z] ---> Running in 6be5572f6540 [2021-03-09T03:15:48.142Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-09T03:15:48.142Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T03:15:48.142Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-09T03:15:48.406Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T03:15:48.406Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T03:15:48.406Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T03:15:48.668Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-09T03:15:48.668Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T03:15:48.668Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T03:15:48.668Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T03:15:49.185Z] Removing intermediate container b7ab6318f14c [2021-03-09T03:15:49.185Z] ---> c0470178067c [2021-03-09T03:15:49.185Z] Step 6/24 : COPY go.mod . [2021-03-09T03:15:49.243Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-09T03:15:49.243Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-09T03:15:49.788Z] Removing intermediate container 7c142ca4ded9 [2021-03-09T03:15:49.788Z] ---> da691d8348d0 [2021-03-09T03:15:49.788Z] Step 8/31 : COPY . . [2021-03-09T03:15:49.818Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-09T03:15:50.772Z] Removing intermediate container db5e0a165c2f [2021-03-09T03:15:50.773Z] ---> 521a37848c03 [2021-03-09T03:15:50.773Z] Step 8/23 : COPY . . [2021-03-09T03:15:50.773Z] ---> 19693a54edf5 [2021-03-09T03:15:50.773Z] Step 7/24 : RUN go mod download [2021-03-09T03:15:51.213Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-09T03:15:51.213Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T03:15:51.213Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T03:15:51.213Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-09T03:15:51.213Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T03:15:51.213Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T03:15:51.373Z] ---> Running in 67a49c3c1fd6 [2021-03-09T03:15:51.373Z] Removing intermediate container 4bd008847550 [2021-03-09T03:15:51.373Z] ---> 6cf4a12daad2 [2021-03-09T03:15:51.373Z] Step 8/22 : COPY . . [2021-03-09T03:15:51.478Z] Selecting previously unselected package libexpat1:amd64. [2021-03-09T03:15:51.478Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-09T03:15:51.478Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T03:15:51.478Z] Selecting previously unselected package python3.6-minimal. [2021-03-09T03:15:51.478Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T03:15:51.478Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T03:15:52.055Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T03:15:52.055Z] Checking for services that may need to be restarted...done. [2021-03-09T03:15:52.055Z] Checking for services that may need to be restarted...done. [2021-03-09T03:15:52.055Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T03:15:52.055Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T03:15:52.055Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T03:15:52.363Z] Removing intermediate container 6be5572f6540 [2021-03-09T03:15:52.363Z] ---> 17b9a3de4ce5 [2021-03-09T03:15:52.363Z] Step 8/22 : COPY . . [2021-03-09T03:15:53.004Z] Selecting previously unselected package python3-minimal. [2021-03-09T03:15:53.004Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-09T03:15:53.004Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-09T03:15:53.004Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-09T03:15:53.004Z] Selecting previously unselected package mime-support. [2021-03-09T03:15:53.004Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-09T03:15:53.004Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-09T03:15:53.004Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-09T03:15:53.004Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-09T03:15:53.005Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T03:15:53.269Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-09T03:15:53.269Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T03:15:53.269Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T03:15:53.533Z] Selecting previously unselected package python3.6. [2021-03-09T03:15:53.533Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T03:15:53.533Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T03:15:53.533Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T03:15:53.796Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-09T03:15:53.796Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T03:15:53.796Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-09T03:15:54.059Z] Selecting previously unselected package python3. [2021-03-09T03:15:54.059Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-09T03:15:54.059Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-09T03:15:54.059Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-09T03:15:54.322Z] Selecting previously unselected package multiarch-support. [2021-03-09T03:15:54.322Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T03:15:54.322Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T03:15:54.322Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T03:15:54.322Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-09T03:15:54.322Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-09T03:15:54.322Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-09T03:15:54.323Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T03:15:54.586Z] Selecting previously unselected package libbsd0:amd64. [2021-03-09T03:15:54.586Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-09T03:15:54.586Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T03:15:54.586Z] Selecting previously unselected package sudo. [2021-03-09T03:15:54.586Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-09T03:15:54.586Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T03:15:54.849Z] Selecting previously unselected package apparmor. [2021-03-09T03:15:54.849Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T03:15:54.849Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-09T03:15:55.112Z] Selecting previously unselected package libedit2:amd64. [2021-03-09T03:15:55.112Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-09T03:15:55.112Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T03:15:55.112Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T03:15:55.112Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T03:15:55.112Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T03:15:55.376Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T03:15:55.376Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T03:15:55.376Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T03:15:55.376Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T03:15:55.376Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-09T03:15:55.376Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T03:15:55.376Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T03:15:55.376Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T03:15:55.641Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T03:15:55.641Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T03:15:55.641Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T03:15:55.641Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T03:15:55.906Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-09T03:15:55.906Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-09T03:15:55.906Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T03:15:56.483Z] Selecting previously unselected package openssh-client. [2021-03-09T03:15:56.483Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-09T03:15:56.483Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T03:15:56.746Z] Selecting previously unselected package squashfs-tools. [2021-03-09T03:15:56.746Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-09T03:15:56.746Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T03:15:56.746Z] Selecting previously unselected package snapd. [2021-03-09T03:15:56.746Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-09T03:15:56.746Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-09T03:15:59.307Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T03:15:59.307Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T03:15:59.571Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-09T03:15:59.571Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T03:15:59.836Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T03:15:59.836Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T03:15:59.836Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T03:15:59.836Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-09T03:15:59.836Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-09T03:16:00.656Z] Removing intermediate container 67a49c3c1fd6 [2021-03-09T03:16:00.656Z] ---> b1e3da239005 [2021-03-09T03:16:00.656Z] Step 8/24 : COPY . . [2021-03-09T03:16:00.785Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T03:16:00.785Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T03:16:00.785Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T03:16:00.785Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T03:16:00.785Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T03:16:00.785Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T03:16:01.746Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T03:16:01.746Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T03:16:02.009Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T03:16:02.009Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-09T03:16:02.009Z] running python rtupdate hooks for python3.6... [2021-03-09T03:16:02.009Z] running python post-rtupdate hooks for python3.6... [2021-03-09T03:16:02.009Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-09T03:16:03.934Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-09T03:16:03.934Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T03:16:03.934Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T03:16:04.197Z] Setting up snapd (2.48.3+18.04) ... [2021-03-09T03:16:04.772Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-09T03:16:05.034Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-09T03:16:05.296Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-09T03:16:05.561Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-09T03:16:05.824Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T03:16:05.824Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T03:16:06.094Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-09T03:16:06.359Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-09T03:16:06.623Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-09T03:16:06.885Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-09T03:16:07.148Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-09T03:16:07.148Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T03:16:07.148Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T03:16:09.075Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T03:16:09.075Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T03:16:09.075Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T03:16:11.266Z] Reading package lists... [2021-03-09T03:16:11.266Z] Reading package lists... [2021-03-09T03:16:11.528Z] Building dependency tree... [2021-03-09T03:16:11.528Z] Reading state information... [2021-03-09T03:16:11.528Z] Calculating upgrade... [2021-03-09T03:16:11.792Z] The following packages will be upgraded: [2021-03-09T03:16:11.792Z] advancecomp base-files bash binutils binutils-common [2021-03-09T03:16:11.792Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-09T03:16:11.792Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-09T03:16:11.792Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-09T03:16:11.792Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-09T03:16:11.792Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-09T03:16:11.792Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-09T03:16:11.792Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-09T03:16:11.792Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-09T03:16:11.792Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-09T03:16:11.792Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-09T03:16:11.792Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-09T03:16:11.792Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-09T03:16:11.792Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-09T03:16:11.792Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-09T03:16:12.068Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T03:16:12.068Z] Need to get 63.8 MB of archives. [2021-03-09T03:16:12.068Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-09T03:16:12.068Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-09T03:16:12.068Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-09T03:16:12.068Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-09T03:16:12.068Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-09T03:16:12.068Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-09T03:16:12.068Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-09T03:16:12.068Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-09T03:16:12.068Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-09T03:16:12.068Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-09T03:16:12.068Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-09T03:16:12.068Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-09T03:16:12.068Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-09T03:16:12.068Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-09T03:16:12.068Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-09T03:16:12.068Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-09T03:16:12.068Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-09T03:16:12.068Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-09T03:16:12.068Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-09T03:16:12.333Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-09T03:16:12.333Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-09T03:16:12.333Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-09T03:16:12.333Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-09T03:16:12.333Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-09T03:16:12.333Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-09T03:16:12.333Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-09T03:16:12.333Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-09T03:16:12.333Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-09T03:16:12.333Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-09T03:16:12.333Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-09T03:16:12.333Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-09T03:16:12.333Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-09T03:16:12.333Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-09T03:16:12.333Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-09T03:16:12.333Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-09T03:16:12.333Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-09T03:16:12.333Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-09T03:16:12.333Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-09T03:16:12.333Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-09T03:16:12.333Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-09T03:16:12.333Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-09T03:16:12.333Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-09T03:16:12.333Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-09T03:16:12.333Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-09T03:16:12.333Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-09T03:16:12.333Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-09T03:16:12.333Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-09T03:16:12.333Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-09T03:16:12.333Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-09T03:16:12.598Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-09T03:16:12.598Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-09T03:16:12.598Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-09T03:16:12.598Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-09T03:16:12.598Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-09T03:16:12.598Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-09T03:16:12.598Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-09T03:16:12.598Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-09T03:16:12.862Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-09T03:16:12.862Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-09T03:16:12.863Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-09T03:16:12.863Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-09T03:16:12.863Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-09T03:16:12.863Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-09T03:16:13.131Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-09T03:16:13.131Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-09T03:16:13.131Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-09T03:16:13.131Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-09T03:16:13.131Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-09T03:16:13.131Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-09T03:16:13.131Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-09T03:16:13.131Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-09T03:16:13.131Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-09T03:16:13.131Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-09T03:16:13.131Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-09T03:16:13.131Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-09T03:16:13.131Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-09T03:16:13.131Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-09T03:16:13.131Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-09T03:16:13.131Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-09T03:16:13.131Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-09T03:16:13.131Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-09T03:16:13.131Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-09T03:16:13.131Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-09T03:16:13.131Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-09T03:16:13.131Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-09T03:16:13.131Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-09T03:16:13.395Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-09T03:16:13.395Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-09T03:16:13.395Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-09T03:16:13.395Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-09T03:16:13.395Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-09T03:16:13.395Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-09T03:16:13.395Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-09T03:16:13.395Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-09T03:16:13.395Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-09T03:16:13.395Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-09T03:16:13.395Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-09T03:16:13.395Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-09T03:16:13.395Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-09T03:16:13.395Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-09T03:16:13.659Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T03:16:13.659Z] Fetched 63.8 MB in 2s (39.7 MB/s) [2021-03-09T03:16:13.924Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:13.924Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T03:16:13.924Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T03:16:14.500Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T03:16:14.500Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T03:16:14.764Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-09T03:16:14.764Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-09T03:16:15.713Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:15.713Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T03:16:15.713Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:15.975Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T03:16:15.975Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:15.975Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T03:16:16.238Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:16.238Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T03:16:16.238Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:16.238Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T03:16:16.501Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:16.501Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T03:16:16.501Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:16.501Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T03:16:16.764Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:16.764Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T03:16:16.764Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:16.764Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-09T03:16:17.026Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:17.026Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T03:16:17.026Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:17.026Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T03:16:17.289Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:17.289Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T03:16:17.289Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:17.553Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T03:16:17.553Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:17.816Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T03:16:17.816Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T03:16:18.079Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T03:16:18.656Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T03:16:18.966Z] ---> 3a5d108f79f1 [2021-03-09T03:16:18.966Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T03:16:18.966Z] ---> 2eff571a176d [2021-03-09T03:16:18.966Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T03:16:18.966Z] ---> 0a183a182d58 [2021-03-09T03:16:18.966Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T03:16:18.966Z] ---> Running in b3bc0fa29c28 [2021-03-09T03:16:18.966Z] ---> 512ad0b28e52 [2021-03-09T03:16:18.966Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T03:16:18.966Z] ---> 74b350809b66 [2021-03-09T03:16:18.966Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T03:16:18.966Z] ---> Running in cba8c10abd47 [2021-03-09T03:16:18.966Z] ---> Running in 6560b42da519 [2021-03-09T03:16:18.970Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T03:16:18.970Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-09T03:16:18.970Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-09T03:16:18.970Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-09T03:16:18.970Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-09T03:16:19.233Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-09T03:16:19.241Z] ---> Running in 4902ef74bd15 [2021-03-09T03:16:19.241Z] ---> Running in 1dc0f59f2231 [2021-03-09T03:16:19.496Z] Installing new version of config file /etc/issue ... [2021-03-09T03:16:19.496Z] Installing new version of config file /etc/issue.net ... [2021-03-09T03:16:19.496Z] Installing new version of config file /etc/lsb-release ... [2021-03-09T03:16:19.496Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-09T03:16:19.758Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-09T03:16:20.022Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-09T03:16:20.022Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-09T03:16:20.022Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:20.022Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-09T03:16:20.022Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-09T03:16:20.285Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-09T03:16:20.285Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-09T03:16:20.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:20.549Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T03:16:20.549Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-09T03:16:20.549Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-09T03:16:20.549Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:20.549Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-09T03:16:20.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T03:16:20.812Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-09T03:16:20.812Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-09T03:16:20.967Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T03:16:21.092Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:21.092Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-09T03:16:21.092Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T03:16:21.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T03:16:21.355Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-09T03:16:21.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T03:16:21.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T03:16:21.619Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:21.619Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T03:16:21.619Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T03:16:21.619Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T03:16:21.882Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:21.882Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T03:16:21.882Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T03:16:22.145Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-09T03:16:22.407Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:22.407Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-09T03:16:22.407Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-09T03:16:22.407Z] Setting up grep (3.1-2build1) ... [2021-03-09T03:16:22.671Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:22.671Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T03:16:22.671Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T03:16:22.671Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-09T03:16:22.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:22.934Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T03:16:22.934Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T03:16:22.934Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-09T03:16:23.198Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:23.198Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T03:16:23.198Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T03:16:23.775Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T03:16:24.038Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T03:16:24.038Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T03:16:24.038Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T03:16:24.988Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-09T03:16:24.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:24.988Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-09T03:16:24.988Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T03:16:25.939Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T03:16:25.939Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T03:16:26.202Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T03:16:26.202Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T03:16:26.202Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T03:16:26.465Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:26.465Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-09T03:16:26.465Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-09T03:16:26.729Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-09T03:16:26.729Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:26.729Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T03:16:26.729Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T03:16:26.729Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T03:16:26.991Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:26.991Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T03:16:26.991Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T03:16:26.991Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T03:16:27.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:27.253Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T03:16:27.253Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T03:16:27.253Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T03:16:27.517Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:27.517Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T03:16:27.517Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T03:16:27.779Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T03:16:27.779Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:27.779Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T03:16:27.779Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T03:16:28.044Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T03:16:28.044Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T03:16:28.044Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T03:16:28.306Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:28.306Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T03:16:28.306Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T03:16:28.306Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T03:16:28.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:28.573Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T03:16:28.573Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T03:16:28.573Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T03:16:28.573Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:28.573Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T03:16:28.573Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T03:16:28.835Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-09T03:16:28.835Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:28.835Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T03:16:29.098Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T03:16:29.679Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-09T03:16:29.942Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-09T03:16:30.529Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-09T03:16:30.529Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:30.529Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T03:16:30.529Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T03:16:30.802Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T03:16:31.064Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T03:16:31.064Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-09T03:16:31.064Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T03:16:31.064Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-09T03:16:31.326Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:31.326Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-09T03:16:31.326Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-09T03:16:31.596Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-09T03:16:31.858Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:31.858Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-09T03:16:31.858Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T03:16:32.121Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-09T03:16:32.121Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:32.121Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-09T03:16:32.121Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T03:16:32.383Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-09T03:16:32.383Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:32.383Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T03:16:32.383Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T03:16:33.335Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T03:16:33.335Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:33.335Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T03:16:33.335Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T03:16:33.597Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T03:16:33.597Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:33.597Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T03:16:33.862Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T03:16:33.862Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T03:16:34.124Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:34.124Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T03:16:34.124Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T03:16:34.387Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-09T03:16:34.387Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T03:16:34.387Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T03:16:34.655Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T03:16:34.655Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T03:16:34.655Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:34.655Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-09T03:16:34.921Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-09T03:16:34.921Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-09T03:16:35.183Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:35.183Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-09T03:16:35.183Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T03:16:35.183Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T03:16:35.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:35.759Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T03:16:35.759Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T03:16:35.759Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T03:16:35.759Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:35.759Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-09T03:16:35.759Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-09T03:16:36.021Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-09T03:16:36.021Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:36.021Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T03:16:36.283Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T03:16:36.551Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-09T03:16:36.815Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:36.815Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T03:16:36.815Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T03:16:36.815Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-09T03:16:37.077Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:37.077Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-09T03:16:37.077Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-09T03:16:37.077Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-09T03:16:37.341Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:37.341Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-09T03:16:37.341Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-09T03:16:37.341Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-09T03:16:37.603Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:37.603Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-09T03:16:37.603Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-09T03:16:37.865Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-09T03:16:37.865Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:37.865Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-09T03:16:37.865Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-09T03:16:38.128Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-09T03:16:38.391Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:38.391Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T03:16:38.391Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-09T03:16:38.391Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-09T03:16:38.653Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T03:16:38.653Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-09T03:16:38.653Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-09T03:16:38.653Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-09T03:16:38.653Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-09T03:16:38.653Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T03:16:38.916Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T03:16:38.916Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T03:16:38.916Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T03:16:39.178Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T03:16:39.178Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T03:16:39.442Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-09T03:16:39.442Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-09T03:16:39.710Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T03:16:39.710Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-09T03:16:39.710Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T03:16:39.710Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-09T03:16:39.973Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-09T03:16:39.973Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-09T03:16:39.973Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-09T03:16:40.235Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-09T03:16:40.235Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-09T03:16:40.235Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-09T03:16:40.497Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-09T03:16:40.497Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-09T03:16:40.497Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-09T03:16:40.760Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-09T03:16:40.760Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-09T03:16:40.760Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-09T03:16:42.154Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-09T03:16:42.154Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-09T03:16:42.154Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-09T03:16:42.154Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-09T03:16:42.154Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T03:16:42.154Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T03:16:42.731Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T03:16:42.731Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T03:16:42.994Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T03:16:42.994Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T03:16:42.994Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T03:16:43.257Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T03:16:43.257Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:43.257Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T03:16:43.520Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:43.782Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T03:16:43.782Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:43.782Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T03:16:44.046Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:44.046Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T03:16:45.445Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:45.445Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T03:16:46.394Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:46.394Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T03:16:47.352Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:47.352Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T03:16:47.929Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:47.929Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T03:16:48.881Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T03:16:48.881Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T03:16:49.145Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T03:16:49.145Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T03:16:49.145Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T03:16:49.145Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T03:16:49.409Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T03:16:49.409Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T03:16:49.672Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-09T03:16:49.672Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-09T03:16:49.934Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T03:16:49.934Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T03:16:49.934Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T03:16:49.934Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T03:16:50.197Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-09T03:16:50.197Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-09T03:16:50.461Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:50.461Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T03:16:50.461Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:50.461Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:50.461Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:50.461Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-09T03:16:50.461Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-09T03:16:50.725Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-09T03:16:50.725Z] [2021-03-09T03:16:50.725Z] Current default time zone: 'Etc/UTC' [2021-03-09T03:16:50.725Z] Local time is now: Tue Mar 9 03:16:50 UTC 2021. [2021-03-09T03:16:50.725Z] Universal Time is now: Tue Mar 9 03:16:50 UTC 2021. [2021-03-09T03:16:50.725Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-09T03:16:50.725Z] [2021-03-09T03:16:50.725Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-09T03:16:50.986Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:50.986Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-09T03:16:50.986Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-09T03:16:50.986Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-09T03:16:50.986Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-09T03:16:50.986Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-09T03:16:51.248Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-09T03:16:51.248Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-09T03:16:51.248Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T03:16:51.248Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:51.248Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-09T03:16:51.509Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T03:16:51.777Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T03:16:51.777Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:51.777Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-09T03:16:51.777Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-09T03:16:51.777Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-09T03:16:51.777Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T03:16:51.777Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-09T03:16:52.042Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-09T03:16:52.042Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-09T03:16:52.042Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-09T03:16:53.970Z] Updating certificates in /etc/ssl/certs... [2021-03-09T03:16:55.360Z] 23 added, 27 removed; done. [2021-03-09T03:16:55.360Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T03:16:55.360Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T03:16:55.360Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-09T03:16:55.360Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-09T03:16:55.360Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-09T03:16:55.360Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T03:16:55.624Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T03:16:55.624Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T03:16:55.624Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T03:16:55.624Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T03:16:55.624Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T03:16:55.624Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T03:16:55.624Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-09T03:16:55.885Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-09T03:16:55.885Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-09T03:16:55.885Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-09T03:16:55.885Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-09T03:16:55.885Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T03:16:55.885Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T03:16:55.885Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-09T03:16:55.885Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-09T03:16:56.147Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-09T03:16:56.147Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T03:16:56.147Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T03:16:56.409Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-09T03:16:56.409Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-09T03:16:56.409Z] Updating certificates in /etc/ssl/certs... [2021-03-09T03:16:56.982Z] 0 added, 0 removed; done. [2021-03-09T03:16:56.982Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-09T03:16:56.982Z] done. [2021-03-09T03:16:57.937Z] Reading package lists... [2021-03-09T03:16:58.200Z] Building dependency tree... [2021-03-09T03:16:58.200Z] Reading state information... [2021-03-09T03:16:58.462Z] The following NEW packages will be installed: [2021-03-09T03:16:58.462Z] apt-transport-https [2021-03-09T03:16:58.724Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T03:16:58.724Z] Need to get 1696 B of archives. [2021-03-09T03:16:58.724Z] After this operation, 153 kB of additional disk space will be used. [2021-03-09T03:16:58.724Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-09T03:16:58.987Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T03:16:58.987Z] Fetched 1696 B in 0s (8301 B/s) [2021-03-09T03:16:58.987Z] Selecting previously unselected package apt-transport-https. [2021-03-09T03:16:58.987Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-09T03:16:58.987Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-09T03:16:58.987Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T03:16:58.987Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T03:16:59.562Z] Waiting for network to be ready... [2021-03-09T03:17:09.602Z] 2021-03-09T03:17:04Z INFO Waiting for automatic snapd restart... [2021-03-09T03:17:09.602Z] snapd 2.49 from Canonical* installed [2021-03-09T03:17:10.995Z] "snapd" switched to the "latest/stable" channel [2021-03-09T03:17:10.995Z] [2021-03-09T03:17:17.596Z] core18 20210128 from Canonical* installed [2021-03-09T03:17:17.596Z] "core18" switched to the "latest/stable" channel [2021-03-09T03:17:17.596Z] [2021-03-09T03:17:24.220Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T03:17:24.483Z] "snapcraft" switched to the "latest/stable" channel [2021-03-09T03:17:24.483Z] [2021-03-09T03:17:28.705Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-09T03:17:28.705Z] - README.md [2021-03-09T03:17:28.705Z] - snapcraft.yaml.orig [2021-03-09T03:17:28.705Z] [2021-03-09T03:17:28.705Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T03:17:35.305Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T03:17:35.305Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T03:17:35.305Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T03:17:35.305Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T03:17:37.805Z] Reading package lists... [2021-03-09T03:17:38.068Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-09T03:17:44.670Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T03:17:44.670Z] Reading package lists... [2021-03-09T03:17:44.670Z] Building dependency tree... [2021-03-09T03:17:44.670Z] Reading state information... [2021-03-09T03:17:44.670Z] Suggested packages: [2021-03-09T03:17:44.670Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-09T03:17:44.670Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-09T03:17:44.670Z] Recommended packages: [2021-03-09T03:17:44.670Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-09T03:17:44.670Z] The following NEW packages will be installed: [2021-03-09T03:17:44.670Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-09T03:17:44.670Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-09T03:17:44.670Z] pkg-config zip [2021-03-09T03:17:44.932Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T03:17:44.932Z] Need to get 7656 kB of archives. [2021-03-09T03:17:44.932Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-09T03:17:44.932Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-09T03:17:44.932Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-09T03:17:44.932Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-09T03:17:45.195Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-09T03:17:45.195Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-09T03:17:45.195Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-09T03:17:45.457Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-09T03:17:45.457Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-09T03:17:45.457Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-09T03:17:45.457Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-09T03:17:45.457Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-09T03:17:45.457Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-09T03:17:45.457Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-09T03:17:45.720Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-09T03:17:45.720Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-09T03:17:45.983Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T03:17:45.983Z] Fetched 7656 kB in 1s (7036 kB/s) [2021-03-09T03:17:45.983Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-09T03:17:45.983Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-09T03:17:45.983Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-09T03:17:46.247Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T03:17:46.247Z] Selecting previously unselected package libpsl5:amd64. [2021-03-09T03:17:46.247Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-09T03:17:46.247Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T03:17:46.509Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T03:17:46.509Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-09T03:17:46.509Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T03:17:46.509Z] Selecting previously unselected package librtmp1:amd64. [2021-03-09T03:17:46.509Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-09T03:17:46.509Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T03:17:46.772Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-09T03:17:46.772Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-09T03:17:46.772Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T03:17:46.772Z] Selecting previously unselected package liberror-perl. [2021-03-09T03:17:46.772Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-09T03:17:46.772Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-09T03:17:46.772Z] Selecting previously unselected package git-man. [2021-03-09T03:17:46.772Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-09T03:17:46.772Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T03:17:47.034Z] Selecting previously unselected package git. [2021-03-09T03:17:47.034Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-09T03:17:47.034Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T03:17:47.984Z] Selecting previously unselected package libnorm1:amd64. [2021-03-09T03:17:47.984Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-09T03:17:47.984Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T03:17:47.984Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-09T03:17:47.984Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-09T03:17:47.984Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T03:17:48.245Z] Selecting previously unselected package libsodium23:amd64. [2021-03-09T03:17:48.245Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-09T03:17:48.245Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-09T03:17:48.245Z] Selecting previously unselected package libzmq5:amd64. [2021-03-09T03:17:48.245Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T03:17:48.245Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T03:17:48.508Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-09T03:17:48.508Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T03:17:48.508Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T03:17:48.508Z] Selecting previously unselected package pkg-config. [2021-03-09T03:17:48.508Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-09T03:17:48.508Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T03:17:48.770Z] Selecting previously unselected package zip. [2021-03-09T03:17:48.770Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-09T03:17:48.770Z] Unpacking zip (3.0-11build1) ... [2021-03-09T03:17:48.770Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T03:17:48.770Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T03:17:49.032Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T03:17:49.032Z] Setting up liberror-perl (0.17025-1) ... [2021-03-09T03:17:49.032Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T03:17:49.032Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T03:17:49.032Z] No schema files found: doing nothing. [2021-03-09T03:17:49.032Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T03:17:49.032Z] Setting up zip (3.0-11build1) ... [2021-03-09T03:17:49.032Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T03:17:49.032Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-09T03:17:49.294Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T03:17:49.294Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T03:17:49.294Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T03:17:49.294Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T03:17:49.294Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T03:17:49.294Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T03:17:55.896Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T03:17:56.471Z] git set to automatically installed. [2021-03-09T03:17:56.471Z] git-man set to automatically installed. [2021-03-09T03:17:56.471Z] libcurl3-gnutls set to automatically installed. [2021-03-09T03:17:56.471Z] liberror-perl set to automatically installed. [2021-03-09T03:17:56.471Z] libglib2.0-0 set to automatically installed. [2021-03-09T03:17:56.471Z] libnghttp2-14 set to automatically installed. [2021-03-09T03:17:56.471Z] libnorm1 set to automatically installed. [2021-03-09T03:17:56.471Z] libpgm-5.2-0 set to automatically installed. [2021-03-09T03:17:56.471Z] libpsl5 set to automatically installed. [2021-03-09T03:17:56.471Z] librtmp1 set to automatically installed. [2021-03-09T03:17:56.471Z] libsodium23 set to automatically installed. [2021-03-09T03:17:56.471Z] libzmq3-dev set to automatically installed. [2021-03-09T03:17:56.471Z] libzmq5 set to automatically installed. [2021-03-09T03:17:56.471Z] pkg-config set to automatically installed. [2021-03-09T03:17:56.471Z] zip set to automatically installed. [2021-03-09T03:17:58.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T03:17:59.028Z] snapd is not logged in, snap install commands will use sudo [2021-03-09T03:18:05.132Z] Removing intermediate container 4902ef74bd15 [2021-03-09T03:18:05.132Z] ---> c8a058ecf641 [2021-03-09T03:18:05.132Z] [2021-03-09T03:18:05.132Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T03:18:05.412Z] 3.12: Pulling from library/alpine [2021-03-09T03:18:05.635Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T03:18:05.635Z] snap "core18" has no updates available [2021-03-09T03:18:05.687Z] Removing intermediate container b3bc0fa29c28 [2021-03-09T03:18:05.687Z] ---> d69ad1ee2ff2 [2021-03-09T03:18:05.687Z] [2021-03-09T03:18:05.687Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T03:18:05.687Z] 3.12: Pulling from library/alpine [2021-03-09T03:18:06.208Z] Pulling config-common [2021-03-09T03:18:06.209Z] + snapcraftctl pull [2021-03-09T03:18:07.128Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T03:18:07.128Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T03:18:07.128Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T03:18:07.128Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T03:18:07.128Z] ---> d10569e2745f [2021-03-09T03:18:07.128Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T03:18:07.128Z] ---> d10569e2745f [2021-03-09T03:18:07.128Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T03:18:07.736Z] ---> Running in 676fbe950dea [2021-03-09T03:18:07.736Z] ---> Running in 4504b4496b10 [2021-03-09T03:18:08.132Z] Pulling go-build-helper [2021-03-09T03:18:08.132Z] + snapcraftctl pull [2021-03-09T03:18:08.727Z] Removing intermediate container 4504b4496b10 [2021-03-09T03:18:08.727Z] ---> 2af22c2d35a4 [2021-03-09T03:18:08.727Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T03:18:09.021Z] ---> Running in 0fd160df209d [2021-03-09T03:18:10.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:18:10.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:18:10.608Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T03:18:10.883Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T03:18:10.883Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T03:18:10.883Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T03:18:10.883Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T03:18:10.883Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:18:10.883Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:18:10.883Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T03:18:11.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:18:11.157Z] OK: 7 MiB in 19 packages [2021-03-09T03:18:11.758Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T03:18:11.758Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T03:18:11.758Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:18:11.758Z] OK: 5 MiB in 16 packages [2021-03-09T03:18:14.448Z] Removing intermediate container 676fbe950dea [2021-03-09T03:18:14.448Z] ---> 07e5eae6364f [2021-03-09T03:18:14.448Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T03:18:14.448Z] Removing intermediate container 0fd160df209d [2021-03-09T03:18:14.448Z] ---> d1d04587aa77 [2021-03-09T03:18:14.448Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T03:18:14.723Z] ---> Running in 69e28d54b02a [2021-03-09T03:18:15.001Z] ---> Running in 6324947997a0 [2021-03-09T03:18:15.607Z] Removing intermediate container 69e28d54b02a [2021-03-09T03:18:15.607Z] ---> 04673d3096ee [2021-03-09T03:18:15.607Z] Step 13/24 : WORKDIR / [2021-03-09T03:18:15.882Z] Removing intermediate container 6324947997a0 [2021-03-09T03:18:15.882Z] ---> 86f7be981001 [2021-03-09T03:18:15.882Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T03:18:16.158Z] ---> Running in ec1f13f85f43 [2021-03-09T03:18:16.442Z] ---> Running in e75a56c6c942 [2021-03-09T03:18:17.884Z] Removing intermediate container e75a56c6c942 [2021-03-09T03:18:17.884Z] ---> 0fa0aa0e5b48 [2021-03-09T03:18:17.884Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR}Removing intermediate container ec1f13f85f43 [2021-03-09T03:18:17.884Z] [2021-03-09T03:18:17.884Z] ---> 5558e1f2ff2e [2021-03-09T03:18:17.884Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-09T03:18:18.871Z] ---> Running in fb6fc3fb38e7 [2021-03-09T03:18:19.247Z] Removing intermediate container 1dc0f59f2231 [2021-03-09T03:18:19.247Z] ---> 099db585bbbf [2021-03-09T03:18:19.248Z] [2021-03-09T03:18:19.248Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T03:18:19.248Z] ---> d10569e2745f [2021-03-09T03:18:19.248Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T03:18:19.248Z] ---> 28c409a9987f [2021-03-09T03:18:19.248Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-09T03:18:19.691Z] ---> Running in 838c535796c4 [2021-03-09T03:18:22.486Z] ---> 6b5e1fd409fc [2021-03-09T03:18:22.486Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T03:18:22.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:18:22.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:18:22.758Z] Removing intermediate container 6560b42da519 [2021-03-09T03:18:22.758Z] ---> cca0fd8dcba7 [2021-03-09T03:18:22.758Z] [2021-03-09T03:18:22.759Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T03:18:22.759Z] ---> d10569e2745f [2021-03-09T03:18:22.759Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T03:18:23.353Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T03:18:23.353Z] ---> Running in 31272aa82d9d [2021-03-09T03:18:23.353Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:18:23.353Z] OK: 5 MiB in 15 packages [2021-03-09T03:18:23.627Z] ---> 8c80bc5af5f5 [2021-03-09T03:18:23.627Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T03:18:23.904Z] Removing intermediate container fb6fc3fb38e7 [2021-03-09T03:18:23.904Z] ---> f8a32a728061 [2021-03-09T03:18:23.904Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T03:18:24.509Z] ---> Running in d23cfda205ec [2021-03-09T03:18:25.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:18:25.107Z] ---> 636839718b9d [2021-03-09T03:18:25.107Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T03:18:25.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:18:25.385Z] Removing intermediate container d23cfda205ec [2021-03-09T03:18:25.385Z] ---> aa8e90ba54c6 [2021-03-09T03:18:25.385Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T03:18:25.385Z] Removing intermediate container 838c535796c4 [2021-03-09T03:18:25.385Z] ---> 7fe8ca5d9a12 [2021-03-09T03:18:25.385Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T03:18:25.663Z] ---> Running in 22db5b6e4c8b [2021-03-09T03:18:25.941Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T03:18:25.941Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T03:18:25.941Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:18:25.941Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T03:18:26.221Z] OK: 6 MiB in 16 packages [2021-03-09T03:18:26.502Z] Removing intermediate container 22db5b6e4c8b [2021-03-09T03:18:26.502Z] ---> 11d3757ced66 [2021-03-09T03:18:26.502Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T03:18:26.778Z] ---> 51a27e4f6c31 [2021-03-09T03:18:26.778Z] ---> af85212ae70e [2021-03-09T03:18:26.778Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T03:18:26.778Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T03:18:26.778Z] ---> Running in f5a1116ab3ed [2021-03-09T03:18:27.054Z] ---> Running in 00ba289ed9e4 [2021-03-09T03:18:27.658Z] Removing intermediate container f5a1116ab3ed [2021-03-09T03:18:27.658Z] ---> c4b2743ec6fb [2021-03-09T03:18:27.658Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T03:18:27.935Z] ---> Running in 734b03ab1f00 [2021-03-09T03:18:28.545Z] ---> c8d56b281459 [2021-03-09T03:18:28.545Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-09T03:18:28.545Z] Removing intermediate container 734b03ab1f00 [2021-03-09T03:18:28.545Z] ---> 82a76bbe3438 [2021-03-09T03:18:28.545Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:18:28.834Z] ---> Running in d5c6c743b1ae [2021-03-09T03:18:28.834Z] Removing intermediate container 31272aa82d9d [2021-03-09T03:18:28.834Z] ---> 39934b7cedc9 [2021-03-09T03:18:28.834Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T03:18:29.118Z] ---> Running in 3759bbd8c790 [2021-03-09T03:18:30.103Z] ---> 29718951b529 [2021-03-09T03:18:30.103Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T03:18:30.103Z] Removing intermediate container 3759bbd8c790 [2021-03-09T03:18:30.103Z] ---> e3fc6a76691e [2021-03-09T03:18:30.103Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T03:18:30.703Z] ---> Running in 2ef679678934 [2021-03-09T03:18:30.982Z] Removing intermediate container 00ba289ed9e4 [2021-03-09T03:18:30.982Z] ---> 6ca47e04c4fa [2021-03-09T03:18:30.982Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:18:31.577Z] Removing intermediate container 2ef679678934 [2021-03-09T03:18:31.577Z] ---> a5eb1d476da7 [2021-03-09T03:18:31.577Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T03:18:32.171Z] ---> Running in 8e3f9f44a04b [2021-03-09T03:18:32.448Z] ---> b0fc0d6b4e69 [2021-03-09T03:18:32.448Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T03:18:32.448Z] ---> 251a09221ab5 [2021-03-09T03:18:32.448Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T03:18:32.448Z] Removing intermediate container d5c6c743b1ae [2021-03-09T03:18:32.448Z] ---> 2407886b482f [2021-03-09T03:18:32.448Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T03:18:32.725Z] Removing intermediate container cba8c10abd47 [2021-03-09T03:18:32.725Z] ---> 740eb3224d42 [2021-03-09T03:18:32.725Z] [2021-03-09T03:18:32.999Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T03:18:32.999Z] ---> d10569e2745f [2021-03-09T03:18:32.999Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T03:18:32.999Z] ---> Running in f2607335bbe9 [2021-03-09T03:18:33.273Z] ---> Running in e0380625ac50 [2021-03-09T03:18:33.273Z] Removing intermediate container 8e3f9f44a04b [2021-03-09T03:18:33.273Z] ---> dd6f16f06949 [2021-03-09T03:18:33.273Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:18:33.273Z] ---> b1a1f359a9f3 [2021-03-09T03:18:33.273Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T03:18:33.878Z] ---> Running in f5eb4c53e29b [2021-03-09T03:18:33.878Z] Removing intermediate container f2607335bbe9 [2021-03-09T03:18:33.878Z] ---> 933f0f937b50 [2021-03-09T03:18:33.878Z] Step 22/24 : LABEL arch=arm64 [2021-03-09T03:18:33.878Z] Removing intermediate container e0380625ac50 [2021-03-09T03:18:33.878Z] ---> 86c3212930f8 [2021-03-09T03:18:33.878Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T03:18:34.151Z] ---> b6752fbf2d4a [2021-03-09T03:18:34.151Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T03:18:34.151Z] ---> Running in 97d9b9edceb8 [2021-03-09T03:18:34.151Z] ---> Running in 572c711841d0 [2021-03-09T03:18:34.422Z] ---> e3ab01a24d9e [2021-03-09T03:18:34.422Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T03:18:34.422Z] Removing intermediate container f5eb4c53e29b [2021-03-09T03:18:34.422Z] ---> 5f13969d6441 [2021-03-09T03:18:34.422Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:18:34.703Z] ---> Running in e2f812da17bc [2021-03-09T03:18:34.703Z] Removing intermediate container 97d9b9edceb8 [2021-03-09T03:18:34.703Z] ---> 3e0c60bd572a [2021-03-09T03:18:34.704Z] Step 23/24 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:18:34.794Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T03:18:34.794Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T03:18:34.794Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T03:18:34.794Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T03:18:34.794Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T03:18:34.794Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T03:18:34.794Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T03:18:34.794Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T03:18:34.794Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T03:18:34.794Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T03:18:34.794Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T03:18:34.794Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T03:18:34.794Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T03:18:34.794Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T03:18:34.794Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T03:18:34.794Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T03:18:34.794Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T03:18:34.794Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T03:18:34.794Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T03:18:34.794Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T03:18:34.794Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T03:18:34.794Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T03:18:34.794Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T03:18:34.794Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T03:18:34.794Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T03:18:34.794Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T03:18:34.794Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T03:18:34.794Z] Fetched 24.0 MB in 6s (3797 kB/s) [2021-03-09T03:18:34.794Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-09T03:18:34.794Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-09T03:18:34.794Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-09T03:18:34.794Z] Fetched 279 kB in 0s (0 B/s) [2021-03-09T03:18:34.794Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-09T03:18:34.794Z] Fetched 122 kB in 0s (0 B/s) [2021-03-09T03:18:34.794Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-09T03:18:34.794Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-09T03:18:34.794Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-09T03:18:34.794Z] Fetched 8848 B in 0s (0 B/s) [2021-03-09T03:18:34.794Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-09T03:18:34.795Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-09T03:18:34.795Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-09T03:18:34.795Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-09T03:18:34.795Z] Fetched 214 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-09T03:18:34.795Z] Fetched 154 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-09T03:18:34.795Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-09T03:18:34.795Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-09T03:18:34.795Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-09T03:18:34.795Z] Fetched 499 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-09T03:18:34.795Z] Fetched 111 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-09T03:18:34.795Z] Fetched 240 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-09T03:18:34.795Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-09T03:18:34.795Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-09T03:18:34.795Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-09T03:18:34.795Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-09T03:18:34.795Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-09T03:18:34.795Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-09T03:18:34.795Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-09T03:18:34.795Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-09T03:18:34.795Z] Fetched 8720 B in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-09T03:18:34.795Z] Fetched 137 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-09T03:18:34.795Z] Fetched 119 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-09T03:18:34.795Z] Fetched 109 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-09T03:18:34.795Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-09T03:18:34.795Z] Fetched 645 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-09T03:18:34.795Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-09T03:18:34.795Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-09T03:18:34.795Z] Fetched 368 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-09T03:18:34.795Z] Fetched 187 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-09T03:18:34.795Z] Fetched 175 kB in 0s (0 B/s) [2021-03-09T03:18:34.795Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-09T03:18:34.984Z] ---> Running in 5ad7c8b154d0 [2021-03-09T03:18:34.984Z] Removing intermediate container 572c711841d0 [2021-03-09T03:18:34.984Z] ---> 8459ccad9944 [2021-03-09T03:18:34.984Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T03:18:34.984Z] ---> 79cebac44fb2 [2021-03-09T03:18:34.984Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T03:18:35.260Z] ---> Running in a46ade949aa2 [2021-03-09T03:18:35.542Z] Removing intermediate container e2f812da17bc [2021-03-09T03:18:35.542Z] ---> bb11e59f95fa [2021-03-09T03:18:35.542Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T03:18:35.542Z] Removing intermediate container 5ad7c8b154d0 [2021-03-09T03:18:35.542Z] ---> ff54e4bed140 [2021-03-09T03:18:35.542Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T03:18:35.825Z] ---> Running in c514512a9b0d [2021-03-09T03:18:35.826Z] ---> Running in 95875b1d5d35 [2021-03-09T03:18:36.098Z] Removing intermediate container a46ade949aa2 [2021-03-09T03:18:36.098Z] ---> cb27e0726310 [2021-03-09T03:18:36.098Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:18:36.098Z] ---> 307cf25382c5 [2021-03-09T03:18:36.098Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T03:18:36.098Z] ---> 47bad71c8583 [2021-03-09T03:18:36.098Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T03:18:36.374Z] ---> Running in 18a4a26d73bc [2021-03-09T03:18:36.375Z] Removing intermediate container c514512a9b0d [2021-03-09T03:18:36.375Z] ---> 612337507c60 [2021-03-09T03:18:36.375Z] Step 21/22 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:18:36.652Z] Removing intermediate container 95875b1d5d35 [2021-03-09T03:18:36.652Z] ---> ddc7d706b60e [2021-03-09T03:18:36.652Z] [2021-03-09T03:18:36.652Z] ---> Running in cc61db96a5bb [2021-03-09T03:18:37.257Z] ---> 88bf27d4d0b4 [2021-03-09T03:18:37.257Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T03:18:37.257Z] Successfully built ddc7d706b60e [2021-03-09T03:18:37.257Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-09T03:18:37.257Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-09T03:18:37.353Z] Fetched 206 kB in 0s (0 B/s) [2021-03-09T03:18:37.353Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-09T03:18:37.353Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-09T03:18:37.353Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-09T03:18:37.353Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-09T03:18:37.353Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-09T03:18:37.353Z] Fetched 159 kB in 0s (0 B/s) [2021-03-09T03:18:37.353Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-09T03:18:37.353Z] Fetched 107 kB in 0s (0 B/s) [2021-03-09T03:18:37.353Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-09T03:18:37.353Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-09T03:18:37.353Z] Pulling static-packages [2021-03-09T03:18:37.353Z] + snapcraftctl pull [2021-03-09T03:18:37.532Z] ---> e3cb977dc107 [2021-03-09T03:18:37.532Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T03:18:37.532Z] ---> Running in 7437ffb31c4d [2021-03-09T03:18:37.532Z] Removing intermediate container cc61db96a5bb [2021-03-09T03:18:37.532Z] ---> d95f81124d23 [2021-03-09T03:18:37.532Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T03:18:37.818Z] ---> Running in bebf6393639d [2021-03-09T03:18:37.818Z] ---> Running in 037d2c5ccd8c [2021-03-09T03:18:38.093Z] Removing intermediate container 7437ffb31c4d [2021-03-09T03:18:38.093Z] ---> 22bac43daf92 [2021-03-09T03:18:38.093Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:18:38.372Z] ---> Running in 6ac0cab5c975 [2021-03-09T03:18:38.648Z] Removing intermediate container bebf6393639d [2021-03-09T03:18:38.648Z] ---> e90a9d9c6492 [2021-03-09T03:18:38.648Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T03:18:38.751Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-09T03:18:38.751Z] Skipping pull go-build-helper (already ran) [2021-03-09T03:18:38.751Z] Skipping pull static-packages (already ran) [2021-03-09T03:18:38.751Z] Building go-build-helper [2021-03-09T03:18:38.751Z] + snapcraftctl build [2021-03-09T03:18:38.928Z] Removing intermediate container 037d2c5ccd8c [2021-03-09T03:18:38.928Z] ---> 712d75f05ec2 [2021-03-09T03:18:38.928Z] [2021-03-09T03:18:39.202Z] Removing intermediate container 6ac0cab5c975 [2021-03-09T03:18:39.202Z] ---> 2002f2cc0f5b [2021-03-09T03:18:39.202Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T03:18:39.490Z] Successfully built 712d75f05ec2 [2021-03-09T03:18:39.490Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-09T03:18:39.490Z] Building docker-security-proxy-setup-go [2021-03-09T03:18:39.490Z]  Building docker-support-scheduler-go ... done Removing intermediate container 18a4a26d73bc [2021-03-09T03:18:39.490Z] ---> 4d2ee0d66c26 [2021-03-09T03:18:39.490Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T03:18:39.762Z] ---> Running in 8ffbdd091f09 [2021-03-09T03:18:40.034Z] ---> Running in 23d104511502 [2021-03-09T03:18:40.034Z] ---> 488e82ddaf33 [2021-03-09T03:18:40.034Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T03:18:40.309Z] Removing intermediate container 8ffbdd091f09 [2021-03-09T03:18:40.309Z] ---> Running in 9811da854925 [2021-03-09T03:18:40.309Z] ---> ba29aaba7025 [2021-03-09T03:18:40.587Z] Step 21/22 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:18:40.858Z] ---> Running in a41910d5bc7a [2021-03-09T03:18:41.849Z] Removing intermediate container a41910d5bc7a [2021-03-09T03:18:41.849Z] ---> 8cac88fd4f4b [2021-03-09T03:18:41.849Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T03:18:41.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:18:42.447Z] ---> Running in e6a185dc4e16 [2021-03-09T03:18:42.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:18:43.059Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T03:18:43.332Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T03:18:43.332Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T03:18:43.332Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T03:18:43.332Z] Removing intermediate container e6a185dc4e16 [2021-03-09T03:18:43.332Z] ---> 4aea9658758e [2021-03-09T03:18:43.332Z] [2021-03-09T03:18:43.612Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T03:18:43.612Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T03:18:43.885Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:18:43.885Z] OK: 8 MiB in 20 packages [2021-03-09T03:18:43.885Z] Successfully built 4aea9658758e [2021-03-09T03:18:44.054Z] Building static-packages [2021-03-09T03:18:44.054Z] + snapcraftctl build [2021-03-09T03:18:44.177Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-09T03:18:44.177Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-09T03:18:44.466Z] Removing intermediate container 9811da854925 [2021-03-09T03:18:44.466Z] ---> cf294385e277 [2021-03-09T03:18:44.466Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T03:18:45.063Z] ---> Running in 786cea22107d [2021-03-09T03:18:46.039Z] Removing intermediate container 786cea22107d [2021-03-09T03:18:46.039Z] ---> a2d97630ea4a [2021-03-09T03:18:46.039Z] Step 28/31 : CMD ["gate"] [2021-03-09T03:18:46.039Z] Removing intermediate container 23d104511502 [2021-03-09T03:18:46.039Z] ---> 46e98eada498 [2021-03-09T03:18:46.039Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:18:46.611Z] Staging go-build-helper [2021-03-09T03:18:46.611Z] + snapcraftctl stage [2021-03-09T03:18:47.013Z] ---> Running in b1bcdf763660 [2021-03-09T03:18:47.607Z] ---> a41c36b935c2 [2021-03-09T03:18:47.607Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T03:18:47.878Z] Removing intermediate container b1bcdf763660 [2021-03-09T03:18:47.878Z] ---> 849150e0009e [2021-03-09T03:18:47.878Z] Step 29/31 : LABEL arch=arm64 [2021-03-09T03:18:48.009Z] Staging static-packages [2021-03-09T03:18:48.009Z] + snapcraftctl stage [2021-03-09T03:18:49.403Z] Pulling go115 [2021-03-09T03:18:49.403Z] + snapcraftctl pull [2021-03-09T03:18:49.855Z] ---> Running in 5ec321aae0c1 [2021-03-09T03:18:49.855Z] ---> e2175e485b9f [2021-03-09T03:18:49.855Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T03:18:50.139Z] Removing intermediate container 5ec321aae0c1 [2021-03-09T03:18:50.139Z] ---> 52d81df31985 [2021-03-09T03:18:50.139Z] Step 30/31 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:18:50.816Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-09T03:18:50.816Z] Skipping pull go115 (already ran) [2021-03-09T03:18:50.816Z] Building go115 [2021-03-09T03:18:50.816Z] + dpkg --print-architecture [2021-03-09T03:18:50.816Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-09T03:18:50.816Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-09T03:18:50.816Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-09T03:18:50.816Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T03:18:50.816Z] Dload Upload Total Spent Left Speed [2021-03-09T03:18:51.149Z] ---> Running in 8ad756ecd0e4 [2021-03-09T03:18:51.149Z] ---> 1ad03ed8533c [2021-03-09T03:18:51.149Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T03:18:51.426Z] ---> Running in e5e22b5028bd [2021-03-09T03:18:51.721Z] Removing intermediate container 8ad756ecd0e4 [2021-03-09T03:18:51.721Z] ---> 55b189a8a71a [2021-03-09T03:18:51.721Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T03:18:52.717Z] ---> Running in b010195d6f43 [2021-03-09T03:18:52.717Z] Removing intermediate container e5e22b5028bd [2021-03-09T03:18:52.717Z] ---> 99e839606a57 [2021-03-09T03:18:52.717Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:18:52.991Z] ---> Running in 27783d4e56e7 [2021-03-09T03:18:53.272Z] Removing intermediate container b010195d6f43 [2021-03-09T03:18:53.272Z] ---> b6cc8c7620b8 [2021-03-09T03:18:53.272Z] [2021-03-09T03:18:53.546Z] Removing intermediate container 27783d4e56e7 [2021-03-09T03:18:53.546Z] ---> 08ef63d0add6 [2021-03-09T03:18:53.546Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T03:18:53.820Z] Successfully built b6cc8c7620b8 [2021-03-09T03:18:54.095Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-09T03:18:54.095Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-09T03:18:54.095Z] ---> Running in f48b66979616 [2021-03-09T03:18:54.160Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5023k 0 0 10.7M 0 0:00:10 --:--:-- 0:00:10 10.6M 35 115M 35 41.3M 0 0 28.3M 0 0:00:04 0:00:01 0:00:03 28.3M 75 115M 75 86.7M 0 0 35.2M 0 0:00:03 0:00:02 0:00:01 35.2M 100 115M 100 115M 0 0 35.2M 0 0:00:03 0:00:03 --:--:-- 35.2M [2021-03-09T03:18:54.160Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-09T03:18:54.160Z] + sha256sum -c sha256 [2021-03-09T03:18:54.160Z] + grep OK [2021-03-09T03:18:54.695Z] Removing intermediate container f48b66979616 [2021-03-09T03:18:54.695Z] ---> 3c76765ec980 [2021-03-09T03:18:54.695Z] Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:18:54.695Z] ---> Running in 9920319cf382 [2021-03-09T03:18:54.736Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-09T03:18:54.736Z] + mkdir -p /root/stage/go1.15 [2021-03-09T03:18:54.736Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-09T03:18:55.294Z] Removing intermediate container 9920319cf382 [2021-03-09T03:18:55.294Z] ---> b298f98401df [2021-03-09T03:18:55.294Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T03:18:55.568Z] ---> Running in 14f3a5ad19ea [2021-03-09T03:18:55.840Z] Removing intermediate container 14f3a5ad19ea [2021-03-09T03:18:55.840Z] ---> 62a6a9e23c61 [2021-03-09T03:18:55.840Z] [2021-03-09T03:18:56.437Z] Successfully built 62a6a9e23c61 [2021-03-09T03:18:56.437Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-09T03:19:01.354Z] Staging go115 [2021-03-09T03:19:01.354Z] + snapcraftctl stage [2021-03-09T03:19:07.976Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T03:19:07.976Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T03:19:07.976Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T03:19:07.976Z] Fetched 0 B in 0s (0 B/s) [2021-03-09T03:19:07.976Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-09T03:19:07.976Z] Fetched 224 kB in 0s (0 B/s) [2021-03-09T03:19:07.976Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-09T03:19:07.976Z] Fetched 157 kB in 0s (0 B/s) [2021-03-09T03:19:07.976Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-09T03:19:07.976Z] Fetched 221 kB in 0s (0 B/s) [2021-03-09T03:19:07.976Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-09T03:19:07.976Z] Fetched 143 kB in 0s (0 B/s) [2021-03-09T03:19:07.976Z] Pulling edgex-go [2021-03-09T03:19:07.976Z] + snapcraftctl pull [2021-03-09T03:19:11.304Z] Pulling version [2021-03-09T03:19:11.304Z] + cd /root/project [2021-03-09T03:19:11.304Z] + [ -f VERSION ] [2021-03-09T03:19:11.304Z] + PROJECT_VERSION=local-dev [2021-03-09T03:19:11.304Z] + git rev-parse --short HEAD [2021-03-09T03:19:11.304Z] + GIT_REVISION=a97e7d08 [2021-03-09T03:19:11.304Z] + snapcraftctl set-version local-dev [2021-03-09T03:19:12.253Z] Building config-common [2021-03-09T03:19:12.253Z] + snapcraftctl build [2021-03-09T03:19:15.653Z] Skipping build go-build-helper (already ran) [2021-03-09T03:19:15.653Z] Skipping build static-packages (already ran) [2021-03-09T03:19:15.653Z] Skipping build go115 (already ran) [2021-03-09T03:19:15.653Z] Building edgex-go [2021-03-09T03:19:16.641Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin [2021-03-09T03:19:16.641Z] + cd /root/parts/edgex-go/src [2021-03-09T03:19:16.641Z] + make build [2021-03-09T03:19:16.641Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T03:19:18.612Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T03:19:18.612Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-09T03:19:18.612Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-09T03:19:18.612Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-09T03:19:18.613Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 [2021-03-09T03:19:18.613Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-09T03:19:18.613Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-09T03:19:18.613Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-09T03:19:18.613Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-09T03:19:18.613Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-09T03:19:18.613Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-09T03:19:18.613Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-09T03:19:18.613Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-09T03:19:18.613Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-09T03:19:18.613Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T03:19:18.613Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-09T03:19:18.613Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T03:19:18.613Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-09T03:19:18.613Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T03:19:18.613Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-09T03:19:18.613Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-09T03:19:18.613Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-09T03:19:18.613Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-09T03:19:18.894Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-09T03:19:18.894Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T03:19:18.894Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-09T03:19:18.894Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-09T03:19:18.894Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-09T03:19:18.894Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-09T03:19:18.894Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-09T03:19:18.894Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-09T03:19:18.894Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-09T03:19:18.894Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-09T03:19:18.894Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-09T03:19:18.894Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-09T03:19:18.894Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-09T03:19:18.894Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-09T03:19:18.894Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-09T03:19:18.894Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T03:19:18.894Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-09T03:19:19.178Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-09T03:19:19.178Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T03:19:19.178Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-09T03:19:19.178Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-09T03:19:19.178Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-09T03:19:28.964Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:19:28.964Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:19:28.964Z] ---> e0f46838ef55 [2021-03-09T03:19:28.964Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T03:19:28.964Z] ---> Using cache [2021-03-09T03:19:28.964Z] ---> 920efe3eab55 [2021-03-09T03:19:28.964Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:19:28.964Z] ---> Using cache [2021-03-09T03:19:28.964Z] ---> 819c3abdda5b [2021-03-09T03:19:28.964Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T03:19:29.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T03:19:29.086Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-09T03:19:32.359Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:19:32.359Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:19:32.359Z] ---> e0f46838ef55 [2021-03-09T03:19:32.359Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T03:19:32.359Z] ---> Using cache [2021-03-09T03:19:32.359Z] ---> 920efe3eab55 [2021-03-09T03:19:32.359Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:19:32.359Z] ---> Using cache [2021-03-09T03:19:32.359Z] ---> 819c3abdda5b [2021-03-09T03:19:32.359Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T03:19:34.342Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:19:34.342Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:19:34.342Z] ---> e0f46838ef55 [2021-03-09T03:19:34.342Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T03:19:34.342Z] ---> Using cache [2021-03-09T03:19:34.342Z] ---> 920efe3eab55 [2021-03-09T03:19:34.342Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:19:34.342Z] ---> Using cache [2021-03-09T03:19:34.342Z] ---> 819c3abdda5b [2021-03-09T03:19:34.342Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T03:19:34.629Z] ---> Running in 5521d3b48b44 [2021-03-09T03:19:34.629Z] ---> Running in cc56b75859a5 [2021-03-09T03:19:35.231Z] ---> Running in d9eea2e223bd [2021-03-09T03:19:35.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T03:19:36.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T03:19:37.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:19:37.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:19:37.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:19:37.488Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T03:19:37.488Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T03:19:37.488Z] ---> e0f46838ef55 [2021-03-09T03:19:37.488Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T03:19:37.488Z] ---> Using cache [2021-03-09T03:19:37.488Z] ---> 920efe3eab55 [2021-03-09T03:19:37.488Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T03:19:37.488Z] ---> Using cache [2021-03-09T03:19:37.488Z] ---> 819c3abdda5b [2021-03-09T03:19:37.488Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T03:19:37.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:19:37.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:19:38.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:19:38.036Z] ---> Running in f8f647eb7daf [2021-03-09T03:19:38.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T03:19:38.313Z] OK: 217 MiB in 51 packages [2021-03-09T03:19:38.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T03:19:38.494Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-09T03:19:38.587Z] OK: 217 MiB in 51 packages [2021-03-09T03:19:38.759Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T03:19:38.759Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-09T03:19:38.760Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T03:19:38.867Z] OK: 217 MiB in 51 packages [2021-03-09T03:19:39.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:19:39.856Z] Removing intermediate container cc56b75859a5 [2021-03-09T03:19:39.856Z] ---> fa02e195f02c [2021-03-09T03:19:39.856Z] Step 6/21 : COPY go.mod . [2021-03-09T03:19:39.856Z] Removing intermediate container 5521d3b48b44 [2021-03-09T03:19:39.856Z] ---> 531ef222bec5 [2021-03-09T03:19:39.856Z] Step 6/26 : COPY go.mod . [2021-03-09T03:19:40.451Z] Removing intermediate container d9eea2e223bd [2021-03-09T03:19:40.451Z] ---> e64b9edab577 [2021-03-09T03:19:40.451Z] Step 6/23 : COPY go.mod . [2021-03-09T03:19:40.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:19:40.726Z] ---> 36c8c57e16c5 [2021-03-09T03:19:40.726Z] Step 7/21 : RUN go mod download [2021-03-09T03:19:40.726Z] ---> Running in d03b3e52d385 [2021-03-09T03:19:41.001Z] ---> 847a7e70c30a [2021-03-09T03:19:41.001Z] Step 7/26 : RUN go mod download [2021-03-09T03:19:41.273Z] ---> Running in 1f82a019b06b [2021-03-09T03:19:41.273Z] OK: 217 MiB in 51 packages [2021-03-09T03:19:41.273Z] ---> ce0187fcee63 [2021-03-09T03:19:41.273Z] Step 7/23 : RUN go mod download [2021-03-09T03:19:41.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T03:19:41.335Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-09T03:19:41.335Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-09T03:19:41.547Z] ---> Running in f277bd25beab [2021-03-09T03:19:42.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T03:19:43.019Z] Removing intermediate container f8f647eb7daf [2021-03-09T03:19:43.019Z] ---> d72c9f35b5c5 [2021-03-09T03:19:43.019Z] Step 6/23 : COPY go.mod . [2021-03-09T03:19:44.016Z] ---> 73a4c60dc62a [2021-03-09T03:19:44.016Z] Step 7/23 : RUN go mod download [2021-03-09T03:19:44.210Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T03:19:44.210Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-09T03:19:44.300Z] ---> Running in e12b3ffa284a [2021-03-09T03:19:44.624Z] Removing intermediate container d03b3e52d385 [2021-03-09T03:19:44.624Z] ---> 151b9e6e46d6 [2021-03-09T03:19:44.624Z] Step 8/21 : COPY . . [2021-03-09T03:19:45.259Z] Removing intermediate container 1f82a019b06b [2021-03-09T03:19:45.259Z] ---> b40d406d32b3 [2021-03-09T03:19:45.259Z] Step 8/26 : COPY . . [2021-03-09T03:19:45.604Z] Removing intermediate container f277bd25beab [2021-03-09T03:19:45.604Z] ---> 68b40bd1fa06 [2021-03-09T03:19:45.604Z] Step 8/23 : COPY . . [2021-03-09T03:19:45.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T03:19:47.050Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T03:19:47.050Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-09T03:19:48.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T03:19:48.451Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-09T03:19:51.028Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-09T03:19:51.028Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-09T03:19:51.028Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-09T03:19:51.028Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-09T03:19:51.028Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-09T03:19:51.028Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-09T03:19:51.028Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-09T03:19:51.028Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-09T03:19:51.028Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-09T03:19:51.028Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-09T03:19:51.028Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-09T03:19:51.028Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-09T03:19:51.028Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-09T03:19:51.028Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-09T03:19:51.028Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-09T03:19:52.369Z] Removing intermediate container e12b3ffa284a [2021-03-09T03:19:52.369Z] ---> 0acada5641ec [2021-03-09T03:19:52.369Z] Step 8/23 : COPY . . [2021-03-09T03:19:52.975Z] Building version [2021-03-09T03:19:52.975Z] + snapcraftctl build [2021-03-09T03:19:56.320Z] Staging config-common [2021-03-09T03:19:56.320Z] + snapcraftctl stage [2021-03-09T03:19:57.736Z] Skipping stage go-build-helper (already ran) [2021-03-09T03:19:57.736Z] Skipping stage static-packages (already ran) [2021-03-09T03:19:57.736Z] Skipping stage go115 (already ran) [2021-03-09T03:19:57.736Z] Staging edgex-go [2021-03-09T03:19:57.736Z] + snapcraftctl stage [2021-03-09T03:19:59.160Z] Staging version [2021-03-09T03:19:59.160Z] + snapcraftctl stage [2021-03-09T03:20:00.117Z] Priming config-common [2021-03-09T03:20:00.118Z] + snapcraftctl prime [2021-03-09T03:20:01.536Z] Priming go-build-helper [2021-03-09T03:20:01.536Z] + snapcraftctl prime [2021-03-09T03:20:02.939Z] Priming static-packages [2021-03-09T03:20:02.939Z] + snapcraftctl prime [2021-03-09T03:20:06.297Z] Priming go115 [2021-03-09T03:20:06.297Z] + snapcraftctl prime [2021-03-09T03:20:07.697Z] Priming edgex-go [2021-03-09T03:20:07.697Z] + snapcraftctl prime [2021-03-09T03:20:09.097Z] Priming version [2021-03-09T03:20:09.097Z] + snapcraftctl prime [2021-03-09T03:20:10.501Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-09T03:20:10.685Z] ---> 1ee8d99459ac [2021-03-09T03:20:10.685Z] ---> e7ac0cd4b159 [2021-03-09T03:20:10.685Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T03:20:10.685Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T03:20:10.685Z] ---> b437c326453d [2021-03-09T03:20:10.685Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T03:20:10.685Z] ---> a61bc32b2d4f [2021-03-09T03:20:10.686Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T03:20:10.686Z] ---> Running in 11cfa555dc95 [2021-03-09T03:20:10.686Z] ---> Running in 561e6946bee1 [2021-03-09T03:20:10.686Z] ---> Running in 899826fbc310 [2021-03-09T03:20:10.686Z] ---> Running in aded6267d606 [2021-03-09T03:20:10.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T03:20:10.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T03:20:11.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T03:20:11.235Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T03:21:19.339Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T03:21:37.686Z] Removing intermediate container 561e6946bee1 [2021-03-09T03:21:37.686Z] ---> 9e47e4c6cb86 [2021-03-09T03:21:37.686Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T03:21:37.686Z] Removing intermediate container 899826fbc310 [2021-03-09T03:21:37.686Z] ---> 9e815d0e389c [2021-03-09T03:21:37.686Z] [2021-03-09T03:21:37.686Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T03:21:37.686Z] ---> d10569e2745f [2021-03-09T03:21:37.686Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T03:21:37.686Z] ---> Running in 2dcd62514626 [2021-03-09T03:21:37.686Z] ---> Running in 88d497d88366 [2021-03-09T03:21:37.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:21:37.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:21:37.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T03:21:38.291Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T03:21:38.575Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T03:21:38.575Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T03:21:38.575Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T03:21:38.575Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:21:38.575Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T03:21:38.854Z] OK: 7 MiB in 18 packages [2021-03-09T03:21:42.285Z] Removing intermediate container 88d497d88366 [2021-03-09T03:21:42.285Z] ---> 46ec45c39a89 [2021-03-09T03:21:42.285Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T03:21:42.285Z] ---> Running in 76a6d27442c6 [2021-03-09T03:21:42.285Z] Removing intermediate container 2dcd62514626 [2021-03-09T03:21:42.285Z] ---> a196d87e383f [2021-03-09T03:21:42.285Z] [2021-03-09T03:21:42.285Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T03:21:42.285Z] 20.10.0: Pulling from library/docker [2021-03-09T03:21:42.557Z] Removing intermediate container aded6267d606 [2021-03-09T03:21:42.557Z] ---> e59fb159e161 [2021-03-09T03:21:42.557Z] [2021-03-09T03:21:42.557Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T03:21:42.557Z] ---> d10569e2745f [2021-03-09T03:21:42.557Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T03:21:42.557Z] ---> Using cache [2021-03-09T03:21:42.557Z] ---> 7fe8ca5d9a12 [2021-03-09T03:21:42.557Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T03:21:42.557Z] ---> Using cache [2021-03-09T03:21:42.557Z] ---> 11d3757ced66 [2021-03-09T03:21:42.557Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T03:21:42.557Z] Removing intermediate container 76a6d27442c6 [2021-03-09T03:21:42.557Z] ---> 2c557b074909 [2021-03-09T03:21:42.557Z] Step 13/21 : WORKDIR /edgex [2021-03-09T03:21:42.832Z] ---> Running in 4dc98bd30cd0 [2021-03-09T03:21:42.832Z] ---> Running in 08c2c3fb2643 [2021-03-09T03:21:43.432Z] Removing intermediate container 4dc98bd30cd0 [2021-03-09T03:21:43.432Z] ---> a8f901d53ea5 [2021-03-09T03:21:43.432Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T03:21:43.711Z] Removing intermediate container 08c2c3fb2643 [2021-03-09T03:21:43.711Z] ---> 8317b3a85b68 [2021-03-09T03:21:43.711Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T03:21:43.711Z] ---> Running in 5da4c4c37ca2 [2021-03-09T03:21:44.706Z] Removing intermediate container 5da4c4c37ca2 [2021-03-09T03:21:44.706Z] ---> e0f36c1f5e0a [2021-03-09T03:21:44.706Z] Step 15/23 : WORKDIR / [2021-03-09T03:21:44.706Z] ---> Running in c274d0e5744c [2021-03-09T03:21:44.979Z] ---> f7885e938790 [2021-03-09T03:21:44.979Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T03:21:45.593Z] Removing intermediate container c274d0e5744c [2021-03-09T03:21:45.593Z] ---> ef2d474a55f4 [2021-03-09T03:21:45.593Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:21:46.570Z] ---> cf8eb1e8d3a0 [2021-03-09T03:21:46.570Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T03:21:46.847Z] ---> 9ff0d7ee34df [2021-03-09T03:21:46.847Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T03:21:48.827Z] ---> 4e9043a791ad [2021-03-09T03:21:48.827Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T03:21:49.104Z] ---> 38dce6f1f631 [2021-03-09T03:21:49.104Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T03:21:49.104Z] ---> Running in 28e47d8dbdcf [2021-03-09T03:21:49.382Z] Removing intermediate container 11cfa555dc95 [2021-03-09T03:21:49.382Z] ---> 9e8bef5f4699 [2021-03-09T03:21:49.382Z] [2021-03-09T03:21:49.382Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T03:21:49.382Z] ---> d10569e2745f [2021-03-09T03:21:49.382Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T03:21:49.382Z] ---> Using cache [2021-03-09T03:21:49.382Z] ---> 7fe8ca5d9a12 [2021-03-09T03:21:49.382Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T03:21:49.382Z] ---> Using cache [2021-03-09T03:21:49.382Z] ---> 11d3757ced66 [2021-03-09T03:21:49.382Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T03:21:49.658Z] Removing intermediate container 28e47d8dbdcf [2021-03-09T03:21:49.658Z] ---> ae175a884a89 [2021-03-09T03:21:49.658Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T03:21:49.931Z] ---> Running in e572d70b1ebe [2021-03-09T03:21:49.931Z] ---> Running in 8bd3debed05d [2021-03-09T03:21:50.205Z] ---> 530f1ac1320a [2021-03-09T03:21:50.205Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T03:21:50.482Z] ---> Running in 1ccb7c6697fd [2021-03-09T03:21:50.482Z] Removing intermediate container e572d70b1ebe [2021-03-09T03:21:50.482Z] ---> d982622d6ebc [2021-03-09T03:21:50.482Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T03:21:50.757Z] Removing intermediate container 8bd3debed05d [2021-03-09T03:21:50.757Z] ---> b9447cb93c62 [2021-03-09T03:21:50.757Z] Step 19/21 : LABEL arch=arm64 [2021-03-09T03:21:50.757Z] ---> Running in 3db9eae73c1e [2021-03-09T03:21:51.034Z] ---> Running in e483dd8cae0b [2021-03-09T03:21:51.034Z] Removing intermediate container 1ccb7c6697fd [2021-03-09T03:21:51.034Z] ---> 83dbcedc63f0 [2021-03-09T03:21:51.034Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:21:51.306Z] ---> Running in 59a0afd05efc [2021-03-09T03:21:51.306Z] Removing intermediate container 3db9eae73c1e [2021-03-09T03:21:51.306Z] ---> 2d2cc896c6f4 [2021-03-09T03:21:51.307Z] Step 15/23 : WORKDIR / [2021-03-09T03:21:51.590Z] Removing intermediate container e483dd8cae0b [2021-03-09T03:21:51.590Z] ---> 6b4909ce47a7 [2021-03-09T03:21:51.590Z] Step 20/21 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:21:51.861Z] ---> Running in 1a6cf0868c07 [2021-03-09T03:21:52.135Z] ---> Running in 5d029722a6b4 [2021-03-09T03:21:52.135Z] Removing intermediate container 59a0afd05efc [2021-03-09T03:21:52.135Z] ---> 2d5082fb6531 [2021-03-09T03:21:52.135Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T03:21:52.412Z] ---> Running in 4b856b89064d [2021-03-09T03:21:52.696Z] Removing intermediate container 1a6cf0868c07 [2021-03-09T03:21:52.696Z] ---> 17fe78156c5d [2021-03-09T03:21:52.696Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T03:21:52.696Z] Removing intermediate container 5d029722a6b4 [2021-03-09T03:21:52.696Z] ---> 0f2f055f040f [2021-03-09T03:21:52.696Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T03:21:52.970Z] ---> Running in 76a820b541c3 [2021-03-09T03:21:53.244Z] Removing intermediate container 4b856b89064d [2021-03-09T03:21:53.244Z] ---> e6c46691be19 [2021-03-09T03:21:53.244Z] Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:21:53.516Z] ---> Running in fee0ca2ab708 [2021-03-09T03:21:53.797Z] Removing intermediate container 76a820b541c3 [2021-03-09T03:21:53.797Z] ---> b7d5457f9c07 [2021-03-09T03:21:53.797Z] [2021-03-09T03:21:53.797Z] ---> 222ce67ce99d [2021-03-09T03:21:53.797Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T03:21:54.072Z] Removing intermediate container fee0ca2ab708 [2021-03-09T03:21:54.072Z] ---> 9222236d1751 [2021-03-09T03:21:54.072Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T03:21:54.346Z] Successfully built b7d5457f9c07 [2021-03-09T03:21:54.619Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-09T03:21:54.619Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 77c3e8a05377 [2021-03-09T03:21:55.220Z] Removing intermediate container 77c3e8a05377 [2021-03-09T03:21:55.220Z] ---> 9892f6fbe31e [2021-03-09T03:21:55.220Z] [2021-03-09T03:21:55.818Z] ---> be01c80bb4ea [2021-03-09T03:21:55.818Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T03:21:55.818Z] Successfully built 9892f6fbe31e [2021-03-09T03:21:55.818Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-09T03:21:56.408Z]  Building docker-core-command-go ... done  ---> 4847087ed7dd [2021-03-09T03:21:56.408Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T03:21:56.680Z] ---> Running in 7186bc66306c [2021-03-09T03:21:56.680Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T03:21:56.680Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T03:21:56.680Z] ---> eeaf43b92773 [2021-03-09T03:21:56.680Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T03:21:56.954Z] ---> Running in 9d3dd98aa858 [2021-03-09T03:21:57.227Z] Removing intermediate container 7186bc66306c [2021-03-09T03:21:57.227Z] ---> cfa2c707cd4f [2021-03-09T03:21:57.227Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:21:57.497Z] ---> Running in 50b5602035ab [2021-03-09T03:21:58.098Z] Removing intermediate container 50b5602035ab [2021-03-09T03:21:58.098Z] ---> 1686d57803eb [2021-03-09T03:21:58.098Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T03:21:58.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:21:58.098Z] ---> Running in 490046538cdd [2021-03-09T03:21:58.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:21:58.371Z] Removing intermediate container 490046538cdd [2021-03-09T03:21:58.371Z] ---> 4c46378cffef [2021-03-09T03:21:58.371Z] Step 22/23 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:21:58.642Z] ---> Running in 0d09c173c87c [2021-03-09T03:21:58.914Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T03:21:58.914Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T03:21:58.914Z] Executing bash-5.0.17-r0.post-install [2021-03-09T03:21:58.914Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:21:58.914Z] OK: 12 MiB in 22 packages [2021-03-09T03:21:59.187Z] Removing intermediate container 0d09c173c87c [2021-03-09T03:21:59.187Z] ---> 3258674f4fb1 [2021-03-09T03:21:59.187Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T03:21:59.469Z] ---> Running in 17f8c393f08c [2021-03-09T03:21:59.742Z] Removing intermediate container 17f8c393f08c [2021-03-09T03:21:59.742Z] ---> 63d23766d43e [2021-03-09T03:21:59.742Z] [2021-03-09T03:22:00.334Z] Successfully built 63d23766d43e [2021-03-09T03:22:00.334Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-09T03:22:00.606Z]  Building docker-core-metadata-go ... done Removing intermediate container 9d3dd98aa858 [2021-03-09T03:22:00.606Z] ---> 962e3182bd5e [2021-03-09T03:22:00.606Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T03:22:00.606Z] ---> Running in cbda602db968 [2021-03-09T03:22:01.196Z] Removing intermediate container cbda602db968 [2021-03-09T03:22:01.196Z] ---> f443d4840ed5 [2021-03-09T03:22:01.196Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T03:22:01.196Z] ---> Running in eca97bce8fee [2021-03-09T03:22:01.790Z] Removing intermediate container eca97bce8fee [2021-03-09T03:22:01.790Z] ---> 034c4917678a [2021-03-09T03:22:01.790Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T03:22:01.790Z] ---> Running in c3e2b7399b6c [2021-03-09T03:22:02.385Z] Removing intermediate container c3e2b7399b6c [2021-03-09T03:22:02.385Z] ---> a85ed91024c1 [2021-03-09T03:22:02.385Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T03:22:03.363Z] ---> e6abda186ce7 [2021-03-09T03:22:03.363Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T03:22:04.338Z] ---> b5576d25387e [2021-03-09T03:22:04.338Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T03:22:04.943Z] ---> c95f28c7e730 [2021-03-09T03:22:04.943Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T03:22:05.215Z] ---> Running in f9437f310edb [2021-03-09T03:22:06.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:22:06.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:22:07.088Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T03:22:07.088Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T03:22:07.088Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T03:22:07.088Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T03:22:07.088Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T03:22:07.088Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T03:22:07.088Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T03:22:09.065Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T03:22:09.065Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T03:22:09.066Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T03:22:09.066Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T03:22:09.066Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T03:22:09.066Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T03:22:09.066Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T03:22:09.066Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T03:22:09.066Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T03:22:09.066Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T03:22:09.066Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T03:22:09.066Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T03:22:09.066Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T03:22:09.066Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T03:22:09.066Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T03:22:09.066Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T03:22:09.066Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T03:22:09.066Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T03:22:09.066Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T03:22:09.066Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T03:22:09.066Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T03:22:09.066Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T03:22:09.066Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T03:22:09.337Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T03:22:09.337Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T03:22:09.337Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T03:22:09.337Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:22:09.337Z] OK: 71 MiB in 55 packages [2021-03-09T03:22:16.083Z] Removing intermediate container f9437f310edb [2021-03-09T03:22:16.083Z] ---> 72cec8befee1 [2021-03-09T03:22:16.083Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T03:22:16.083Z] ---> Running in 4bce8948c5be [2021-03-09T03:22:20.425Z] Collecting docker-compose==1.23.2 [2021-03-09T03:22:20.697Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T03:22:21.290Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T03:22:21.290Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T03:22:22.714Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T03:22:22.714Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T03:22:22.986Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T03:22:22.986Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T03:22:23.957Z] Collecting PyYAML<4,>=3.10 [2021-03-09T03:22:23.957Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T03:22:26.568Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-09T03:22:26.841Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T03:22:26.841Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T03:22:28.804Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T03:22:28.804Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T03:22:30.818Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T03:22:30.818Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T03:22:32.778Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T03:22:32.778Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T03:22:33.365Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T03:22:33.365Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T03:22:33.636Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-09T03:22:33.636Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-09T03:22:34.223Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T03:22:34.224Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T03:22:34.492Z] Collecting idna<2.8,>=2.5 [2021-03-09T03:22:34.492Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T03:22:34.762Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T03:22:34.762Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T03:22:34.762Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T03:22:34.762Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T03:22:34.762Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T03:22:34.762Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T03:22:35.730Z] Installing collected packages: jsonschema, urllib3, idna, requests, websocket-client, PyYAML, dockerpty, texttable, docopt, docker-pycreds, docker, cached-property, docker-compose [2021-03-09T03:22:36.000Z] Attempting uninstall: urllib3 [2021-03-09T03:22:36.000Z] Found existing installation: urllib3 1.25.9 [2021-03-09T03:22:36.000Z] Uninstalling urllib3-1.25.9: [2021-03-09T03:22:36.000Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T03:22:36.605Z] Attempting uninstall: idna [2021-03-09T03:22:36.605Z] Found existing installation: idna 2.9 [2021-03-09T03:22:36.605Z] Uninstalling idna-2.9: [2021-03-09T03:22:36.876Z] Successfully uninstalled idna-2.9 [2021-03-09T03:22:37.465Z] Attempting uninstall: requests [2021-03-09T03:22:37.466Z] Found existing installation: requests 2.23.0 [2021-03-09T03:22:37.466Z] Uninstalling requests-2.23.0: [2021-03-09T03:22:37.466Z] Successfully uninstalled requests-2.23.0 [2021-03-09T03:22:38.055Z] Running setup.py install for PyYAML: started [2021-03-09T03:22:40.015Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T03:22:40.015Z] Running setup.py install for dockerpty: started [2021-03-09T03:22:41.975Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T03:22:41.975Z] Running setup.py install for texttable: started [2021-03-09T03:22:43.934Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T03:22:43.934Z] Running setup.py install for docopt: started [2021-03-09T03:22:45.367Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T03:22:47.330Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-09T03:22:50.715Z] Removing intermediate container 4bce8948c5be [2021-03-09T03:22:50.715Z] ---> 36d8c63b6650 [2021-03-09T03:22:50.715Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T03:22:50.989Z] ---> Running in bbd478873f34 [2021-03-09T03:22:51.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T03:22:52.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T03:22:52.512Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T03:22:52.513Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T03:22:52.786Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T03:22:52.786Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T03:22:52.786Z] OK: 71 MiB in 58 packages [2021-03-09T03:22:53.765Z] Removing intermediate container bbd478873f34 [2021-03-09T03:22:53.765Z] ---> 13af82bdcf52 [2021-03-09T03:22:53.765Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T03:22:54.037Z] ---> Running in c9af44dbeed3 [2021-03-09T03:22:54.308Z] Removing intermediate container c9af44dbeed3 [2021-03-09T03:22:54.308Z] ---> 47d0123f4e99 [2021-03-09T03:22:54.308Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T03:22:54.577Z] ---> Running in 4eb6b7c09719 [2021-03-09T03:22:54.849Z] Removing intermediate container 4eb6b7c09719 [2021-03-09T03:22:54.849Z] ---> 2122e34ec3a3 [2021-03-09T03:22:54.849Z] Step 24/26 : LABEL arch=arm64 [2021-03-09T03:22:55.122Z] ---> Running in 1a91d4ce1524 [2021-03-09T03:22:55.715Z] Removing intermediate container 1a91d4ce1524 [2021-03-09T03:22:55.715Z] ---> 1e67d2146a1a [2021-03-09T03:22:55.715Z] Step 25/26 : LABEL git_sha=a97e7d088cfea97e2f7e544ceb56995fb0b64fad [2021-03-09T03:22:55.715Z] ---> Running in 8b030f419d4c [2021-03-09T03:22:56.312Z] Removing intermediate container 8b030f419d4c [2021-03-09T03:22:56.312Z] ---> 7ccced4fb5a1 [2021-03-09T03:22:56.312Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T03:22:56.312Z] ---> Running in 61d38aff0489 [2021-03-09T03:22:56.905Z] Removing intermediate container 61d38aff0489 [2021-03-09T03:22:56.905Z] ---> 7f638e8a18a3 [2021-03-09T03:22:56.905Z] [2021-03-09T03:22:57.178Z] Successfully built 7f638e8a18a3 [2021-03-09T03:22:57.178Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-09T03:22:57.465Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-09T03:22:57.464Z] $ docker stop --time=1 4053c1799f022751dd2711c26ee0ed03056eb3e3cd230b48ded68ed4bc819ba7 [2021-03-09T03:22:59.366Z] $ docker rm -f 4053c1799f022751dd2711c26ee0ed03056eb3e3cd230b48ded68ed4bc819ba7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T03:23:00.058Z] + + grepdocker docker images [2021-03-09T03:23:00.058Z] [2021-03-09T03:23:00.328Z] docker-sys-mgmt-agent-go-arm64 latest 7f638e8a18a3 4 seconds ago 300MB [2021-03-09T03:23:00.328Z] docker-core-metadata-go-arm64 latest 63d23766d43e About a minute ago 17.9MB [2021-03-09T03:23:00.328Z] docker-core-command-go-arm64 latest 9892f6fbe31e About a minute ago 16.2MB [2021-03-09T03:23:00.328Z] docker-security-proxy-setup-go-arm64 latest b7d5457f9c07 About a minute ago 23.4MB [2021-03-09T03:23:00.328Z] docker-core-data-go-arm64 latest 62a6a9e23c61 4 minutes ago 21.3MB [2021-03-09T03:23:00.328Z] docker-security-bootstrapper-go-arm64 latest b6cc8c7620b8 4 minutes ago 17.8MB [2021-03-09T03:23:00.328Z] docker-support-notifications-go-arm64 latest 4aea9658758e 4 minutes ago 16.9MB [2021-03-09T03:23:00.328Z] docker-support-scheduler-go-arm64 latest 712d75f05ec2 4 minutes ago 16.3MB [2021-03-09T03:23:00.328Z] docker-security-secretstore-setup-go-arm64 latest ddc7d706b60e 4 minutes ago 23.7MB [2021-03-09T03:23:00.328Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:23:01.844Z] ---> job-cost.sh [2021-03-09T03:23:01.844Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yGIq [2021-03-09T03:23:40.782Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-09T03:25:17.566Z] lf-activate-venv(): INFO: Adding /tmp/venv-yGIq/bin to PATH [2021-03-09T03:25:17.566Z] INFO: No Stack... [2021-03-09T03:25:17.566Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-09T03:25:17.566Z] INFO: Archiving Costs [Pipeline] sh [2021-03-09T03:25:17.904Z] + cut -d, -f6 [2021-03-09T03:25:17.904Z] + cat /w/workspace/edgex-go/18/archives/cost.csv [Pipeline] lock [2021-03-09T03:25:18.004Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3202-18-stack-cost] [2021-03-09T03:25:18.015Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3202-18-stack-cost] did not exist. Created. [2021-03-09T03:25:18.016Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3202-18-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-09T03:25:18.426Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-09T03:25:18.789Z] Stashed 1 file(s) [Pipeline] } [2021-03-09T03:25:18.801Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3202-18-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-09T03:25:19.945Z] provisioning config files... [2021-03-09T03:25:19.957Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config7467671899504472227tmp [Pipeline] { [Pipeline] sh [2021-03-09T03:25:20.325Z] + set +x [2021-03-09T03:25:20.325Z] + curl -s https://codecov.io/bash [2021-03-09T03:25:20.325Z] + bash -s -- [2021-03-09T03:25:20.906Z] [2021-03-09T03:25:20.906Z] _____ _ [2021-03-09T03:25:20.906Z] / ____| | | [2021-03-09T03:25:20.906Z] | | ___ __| | ___ ___ _____ __ [2021-03-09T03:25:20.906Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-09T03:25:20.906Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-09T03:25:20.906Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-09T03:25:20.906Z] Bash-20210226-7100762 [2021-03-09T03:25:20.906Z] [2021-03-09T03:25:20.906Z] [2021-03-09T03:25:20.906Z] ==> git version 2.24.3 found [2021-03-09T03:25:20.906Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-09T03:25:20.906Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-09T03:25:20.906Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-09T03:25:20.906Z] ==> Jenkins CI detected. [2021-03-09T03:25:20.906Z] project root: . [2021-03-09T03:25:20.906Z] --> token set from env [2021-03-09T03:25:20.906Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-09T03:25:20.906Z] ==> Running gcov in . (disable via -X gcov) [2021-03-09T03:25:21.171Z] ==> Python coveragepy not found [2021-03-09T03:25:21.171Z] ==> Searching for coverage reports in: [2021-03-09T03:25:21.171Z] + . [2021-03-09T03:25:21.171Z] -> Found 1 reports [2021-03-09T03:25:21.171Z] ==> Detecting git/mercurial file structure [2021-03-09T03:25:21.171Z] ==> Reading reports [2021-03-09T03:25:21.171Z] + ./coverage.out bytes=624012 [2021-03-09T03:25:21.171Z] ==> Appending adjustments [2021-03-09T03:25:21.171Z] https://docs.codecov.io/docs/fixing-reports [2021-03-09T03:25:25.397Z] + Found adjustments [2021-03-09T03:25:25.397Z] ==> Gzipping contents [2021-03-09T03:25:25.397Z] 92K /tmp/codecov.nvc9wj.gz [2021-03-09T03:25:25.397Z] ==> Uploading reports [2021-03-09T03:25:25.397Z] url: https://codecov.io [2021-03-09T03:25:25.397Z] query: branch=PR-3202&commit=a97e7d088cfea97e2f7e544ceb56995fb0b64fad&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= [2021-03-09T03:25:25.397Z] -> Pinging Codecov [2021-03-09T03:25:25.397Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3202&commit=a97e7d088cfea97e2f7e544ceb56995fb0b64fad&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3202%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3202&job=&cmd_args= [2021-03-09T03:25:25.975Z] -> Uploading to [2021-03-09T03:25:25.975Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/a97e7d088cfea97e2f7e544ceb56995fb0b64fad/5d69d5f7-4f30-4eef-9c00-69ae51efdf27.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T032525Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4741645bb60457acf815fe302ba7cd6588e55af4a11fdd32c427ef0656bf0074 [2021-03-09T03:25:25.975Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T03:25:25.975Z] Dload Upload Total Spent Left Speed [2021-03-09T03:25:26.549Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92279 0 0 100 92279 0 151k --:--:-- --:--:-- --:--:-- 152k [2021-03-09T03:25:26.549Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a97e7d088cfea97e2f7e544ceb56995fb0b64fad [Pipeline] } [2021-03-09T03:25:26.563Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:25:28.125Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:25:29.015Z] ---> package-listing.sh [2021-03-09T03:25:29.015Z] ++ facter osfamily [2021-03-09T03:25:29.015Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-09T03:25:29.015Z] + OS_FAMILY=redhat [2021-03-09T03:25:29.015Z] + workspace=/w/workspace/edgex-go/18 [2021-03-09T03:25:29.015Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-09T03:25:29.015Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-09T03:25:29.015Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-09T03:25:29.015Z] + PACKAGES=/tmp/packages_start.txt [2021-03-09T03:25:29.015Z] + '[' /w/workspace/edgex-go/18 ']' [2021-03-09T03:25:29.015Z] + PACKAGES=/tmp/packages_end.txt [2021-03-09T03:25:29.015Z] + case "${OS_FAMILY}" in [2021-03-09T03:25:29.015Z] + rpm -qa [2021-03-09T03:25:29.015Z] + sort [2021-03-09T03:25:34.336Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-09T03:25:34.336Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-09T03:25:34.336Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-09T03:25:34.336Z] + '[' /w/workspace/edgex-go/18 ']' [2021-03-09T03:25:34.336Z] + mkdir -p /w/workspace/edgex-go/18/archives/ [2021-03-09T03:25:34.336Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo [2021-03-09T03:25:34.351Z] 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-09T03:25:34.647Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:25:34.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T03:25:34.954Z] [2021-03-09T03:25:34.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-09T03:25:35.304Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T03:25:35.304Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-09T03:25:35.304Z] df20fa9351a1: Pulling fs layer [2021-03-09T03:25:35.304Z] 36b3adc4ff6f: Pulling fs layer [2021-03-09T03:25:35.304Z] 8ad3a11d3b57: Pulling fs layer [2021-03-09T03:25:35.304Z] 46f8f816bc3b: Pulling fs layer [2021-03-09T03:25:35.304Z] 93b61091891f: Pulling fs layer [2021-03-09T03:25:35.304Z] 93b9cdb0e59b: Pulling fs layer [2021-03-09T03:25:35.304Z] 5e14af77c1be: Pulling fs layer [2021-03-09T03:25:35.304Z] 01666e4c0597: Pulling fs layer [2021-03-09T03:25:35.304Z] aa168da1d23b: Pulling fs layer [2021-03-09T03:25:35.304Z] 93b9cdb0e59b: Waiting [2021-03-09T03:25:35.304Z] 5e14af77c1be: Waiting [2021-03-09T03:25:35.304Z] 01666e4c0597: Waiting [2021-03-09T03:25:35.304Z] aa168da1d23b: Waiting [2021-03-09T03:25:35.304Z] 46f8f816bc3b: Waiting [2021-03-09T03:25:35.304Z] 93b61091891f: Waiting [2021-03-09T03:25:35.304Z] 36b3adc4ff6f: Verifying Checksum [2021-03-09T03:25:35.304Z] 36b3adc4ff6f: Download complete [2021-03-09T03:25:35.304Z] 46f8f816bc3b: Verifying Checksum [2021-03-09T03:25:35.304Z] 46f8f816bc3b: Download complete [2021-03-09T03:25:35.304Z] df20fa9351a1: Verifying Checksum [2021-03-09T03:25:35.304Z] df20fa9351a1: Download complete [2021-03-09T03:25:35.583Z] 93b9cdb0e59b: Verifying Checksum [2021-03-09T03:25:35.583Z] 93b9cdb0e59b: Download complete [2021-03-09T03:25:35.583Z] 5e14af77c1be: Verifying Checksum [2021-03-09T03:25:35.583Z] 5e14af77c1be: Download complete [2021-03-09T03:25:35.583Z] 01666e4c0597: Verifying Checksum [2021-03-09T03:25:35.583Z] 93b61091891f: Verifying Checksum [2021-03-09T03:25:35.583Z] 93b61091891f: Download complete [2021-03-09T03:25:35.873Z] 8ad3a11d3b57: Verifying Checksum [2021-03-09T03:25:35.873Z] 8ad3a11d3b57: Download complete [2021-03-09T03:25:35.873Z] df20fa9351a1: Pull complete [2021-03-09T03:25:36.195Z] 36b3adc4ff6f: Pull complete [2021-03-09T03:25:36.774Z] 8ad3a11d3b57: Pull complete [2021-03-09T03:25:37.042Z] 46f8f816bc3b: Pull complete [2021-03-09T03:25:37.620Z] aa168da1d23b: Verifying Checksum [2021-03-09T03:25:37.620Z] aa168da1d23b: Download complete [2021-03-09T03:25:39.546Z] 93b61091891f: Pull complete [2021-03-09T03:25:39.808Z] 93b9cdb0e59b: Pull complete [2021-03-09T03:25:40.071Z] 5e14af77c1be: Pull complete [2021-03-09T03:25:40.071Z] 01666e4c0597: Pull complete [2021-03-09T03:25:48.252Z] aa168da1d23b: Pull complete [2021-03-09T03:25:48.520Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-09T03:25:48.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T03:25:48.520Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-09T03:25:48.703Z] prd-centos7-docker-4c-2g-29086 does not seem to be running inside a container [2021-03-09T03:25:48.754Z] $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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-03-09T03:25:56.980Z] $ docker top a2193a5ca35f79e3b0ce87131ed75bc3c43c1aa18a8387b54d9d3f2e8dfc84b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T03:25:57.574Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-09T03:25:57.877Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-09T03:25:58.177Z] + ls /var/log/sa-host [2021-03-09T03:25:58.178Z] + sadf -c /var/log/sa-host/sa09 [2021-03-09T03:25:58.178Z] file_magic: OK [2021-03-09T03:25:58.178Z] HZ: Using current value: 100 [2021-03-09T03:25:58.178Z] file_header: OK [2021-03-09T03:25:58.178Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-09T03:25:58.178Z] Statistics: [2021-03-09T03:25:58.178Z] 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-03-09T03:25:58.178Z] File successfully converted to sysstat format version 12.2.1 [2021-03-09T03:25:58.178Z] + sadf -c /var/log/sa-host/sa23 [2021-03-09T03:25:58.178Z] file_magic: OK [2021-03-09T03:25:58.178Z] HZ: Using current value: 100 [2021-03-09T03:25:58.178Z] file_header: OK [2021-03-09T03:25:58.178Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-09T03:25:58.178Z] Statistics: [2021-03-09T03:25:58.178Z] Hnuu...uuuununununu... [2021-03-09T03:25:58.178Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-09T03:25:58.391Z] provisioning config files... [2021-03-09T03:25:58.407Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config4872295869976317755tmp [Pipeline] { [Pipeline] echo [2021-03-09T03:25:58.472Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:25:58.773Z] ---> create-netrc.sh [Pipeline] } [2021-03-09T03:25:58.784Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-09T03:25:58.935Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:25:59.233Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-09T03:25:59.244Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:25:59.545Z] ---> sudo-logs.sh [2021-03-09T03:25:59.545Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-09T03:25:59.608Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:25:59.909Z] ---> job-cost.sh [2021-03-09T03:25:59.910Z] lf-activate-venv: SKIPPING [2021-03-09T03:25:59.910Z] DEBUG: total: 0.20999999344348907 [2021-03-09T03:25:59.910Z] INFO: Retrieving Stack Cost... [2021-03-09T03:26:00.855Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T03:26:01.433Z] INFO: Archiving Costs [Pipeline] echo [2021-03-09T03:26:01.449Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T03:26:01.751Z] ---> logs-deploy.sh [2021-03-09T03:26:01.751Z] lf-activate-venv: SKIPPING [2021-03-09T03:26:01.751Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3202/18 [2021-03-09T03:26:01.751Z] INFO: archiving workspace using pattern(s): [2021-03-09T03:26:03.142Z] Archives upload complete. [2021-03-09T03:26:03.405Z] INFO: archiving logs to Nexus [2021-03-09T03:26:04.353Z] ---> uname -a: [2021-03-09T03:26:04.353Z] Linux prd-centos7-docker-4c-2g-29086.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-09T03:26:04.353Z] [2021-03-09T03:26:04.353Z] [2021-03-09T03:26:04.353Z] ---> lscpu: [2021-03-09T03:26:04.353Z] Architecture: x86_64 [2021-03-09T03:26:04.353Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-09T03:26:04.353Z] Byte Order: Little Endian [2021-03-09T03:26:04.353Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-09T03:26:04.353Z] CPU(s): 4 [2021-03-09T03:26:04.353Z] On-line CPU(s) list: 0-3 [2021-03-09T03:26:04.353Z] Thread(s) per core: 1 [2021-03-09T03:26:04.353Z] Core(s) per socket: 1 [2021-03-09T03:26:04.353Z] Socket(s): 4 [2021-03-09T03:26:04.353Z] NUMA node(s): 1 [2021-03-09T03:26:04.353Z] Vendor ID: GenuineIntel [2021-03-09T03:26:04.353Z] CPU family: 6 [2021-03-09T03:26:04.353Z] Model: 44 [2021-03-09T03:26:04.353Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-09T03:26:04.353Z] Stepping: 1 [2021-03-09T03:26:04.353Z] CPU MHz: 2933.438 [2021-03-09T03:26:04.353Z] BogoMIPS: 5866.87 [2021-03-09T03:26:04.353Z] Virtualization: VT-x [2021-03-09T03:26:04.353Z] Hypervisor vendor: KVM [2021-03-09T03:26:04.353Z] Virtualization type: full [2021-03-09T03:26:04.353Z] L1d cache: 128 KiB [2021-03-09T03:26:04.353Z] L1i cache: 128 KiB [2021-03-09T03:26:04.353Z] L2 cache: 16 MiB [2021-03-09T03:26:04.353Z] L3 cache: 64 MiB [2021-03-09T03:26:04.353Z] NUMA node0 CPU(s): 0-3 [2021-03-09T03:26:04.353Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-09T03:26:04.353Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-09T03:26:04.353Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-09T03:26:04.353Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-09T03:26:04.353Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-09T03:26:04.353Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-09T03:26:04.353Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-09T03:26:04.353Z] Vulnerability Srbds: Not affected [2021-03-09T03:26:04.353Z] Vulnerability Tsx async abort: Not affected [2021-03-09T03:26:04.353Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-09T03:26:04.353Z] [2021-03-09T03:26:04.353Z]