Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3f742185ec0c8b850a516c4280deab188fd20546+7248181b27c1f196cc7a2300d5170335b9add480 (0fe5898805cc4ff071aaca9a50ea728270536938) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29044 in /w/workspace/edgexfoundry_edgex-go_PR-3235 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/3235/head:refs/remotes/origin/PR-3235 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 3f742185ec0c8b850a516c4280deab188fd20546 Merge succeeded, producing 341d20759d02652644a311a02f2a6abf20c2b35a Checking out Revision 341d20759d02652644a311a02f2a6abf20c2b35a (PR-3235) > git config core.sparsecheckout # timeout=10 > git checkout -f 3f742185ec0c8b850a516c4280deab188fd20546 # 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 341d20759d02652644a311a02f2a6abf20c2b35a # timeout=10 Commit message: "Merge commit '7248181b27c1f196cc7a2300d5170335b9add480' into HEAD" > git rev-list --no-walk 3f742185ec0c8b850a516c4280deab188fd20546 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-09T00:30:59.673Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-09T00:30:59.894Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-09T00:30:59.983Z] ========================================================= [2021-03-09T00:30:59.983Z] EdgeX Global Pipelines Version Info [2021-03-09T00:30:59.983Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-09T00:31:01.459Z] ------------------- [2021-03-09T00:31:01.459Z] stable info: [2021-03-09T00:31:01.459Z] ------------------- [2021-03-09T00:31:01.459Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-09T00:31:01.459Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T00:31:01.459Z] Message: update stable to v1.0.184 [2021-03-09T00:31:02.406Z] ------------------- [2021-03-09T00:31:02.406Z] experimental info: [2021-03-09T00:31:02.406Z] ------------------- [2021-03-09T00:31:02.406Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-09T00:31:02.406Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T00:31:02.406Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-09T00:31:02.643Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-09T00:31:02.729Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-09T00:31:02.816Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-09T00:31:02.920Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-09T00:31:03.001Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-09T00:31:03.090Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-09T00:31:03.177Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-09T00:31:03.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-09T00:31:03.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-09T00:31:03.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-09T00:31:03.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-09T00:31:03.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-09T00:31:03.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-09T00:31:03.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-09T00:31:03.917Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T00:31:04.013Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T00:31:04.100Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-09T00:31:04.200Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-09T00:31:04.284Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-09T00:31:04.370Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-09T00:31:04.478Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-09T00:31:04.560Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-09T00:31:04.650Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3235 [Pipeline] echo [2021-03-09T00:31:04.776Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3235 [Pipeline] echo [2021-03-09T00:31:04.862Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3235 [Pipeline] echo [2021-03-09T00:31:04.944Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 341d20759d02652644a311a02f2a6abf20c2b35a [Pipeline] echo [2021-03-09T00:31:05.028Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 341d207 [Pipeline] echo [2021-03-09T00:31:05.133Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T00:31:05.315Z] provisioning config files... [2021-03-09T00:31:05.394Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2241685882888975934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T00:31:05.754Z] ---> docker-login.sh [2021-03-09T00:31:05.754Z] nexus3.edgexfoundry.org:10001 [2021-03-09T00:31:06.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T00:31:06.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T00:31:06.016Z] Configure a credential helper to remove this warning. See [2021-03-09T00:31:06.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T00:31:06.016Z] [2021-03-09T00:31:06.016Z] Login Succeeded [2021-03-09T00:31:06.016Z] nexus3.edgexfoundry.org:10002 [2021-03-09T00:31:06.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T00:31:06.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T00:31:06.282Z] Configure a credential helper to remove this warning. See [2021-03-09T00:31:06.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T00:31:06.282Z] [2021-03-09T00:31:06.282Z] Login Succeeded [2021-03-09T00:31:06.282Z] nexus3.edgexfoundry.org:10003 [2021-03-09T00:31:06.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T00:31:06.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T00:31:06.544Z] Configure a credential helper to remove this warning. See [2021-03-09T00:31:06.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T00:31:06.544Z] [2021-03-09T00:31:06.544Z] Login Succeeded [2021-03-09T00:31:06.544Z] nexus3.edgexfoundry.org:10004 [2021-03-09T00:31:06.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T00:31:06.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T00:31:06.544Z] Configure a credential helper to remove this warning. See [2021-03-09T00:31:06.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T00:31:06.544Z] [2021-03-09T00:31:06.544Z] Login Succeeded [2021-03-09T00:31:06.544Z] docker.io [2021-03-09T00:31:06.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T00:31:07.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T00:31:07.069Z] Configure a credential helper to remove this warning. See [2021-03-09T00:31:07.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T00:31:07.069Z] [2021-03-09T00:31:07.069Z] Login Succeeded [2021-03-09T00:31:07.069Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T00:31:07.079Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T00:31:07.556Z] ++ 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-09T00:31:07.556Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T00:31:07.556Z] ++ dirname cmd/core-command/Dockerfile [2021-03-09T00:31:07.556Z] ++ cut -d/ -f2 [2021-03-09T00:31:07.557Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-09T00:31:07.557Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T00:31:07.557Z] ++ dirname cmd/core-data/Dockerfile [2021-03-09T00:31:07.557Z] ++ cut -d/ -f2 [2021-03-09T00:31:07.557Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-09T00:31:07.557Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T00:31:07.557Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-09T00:31:07.557Z] ++ cut -d/ -f2 [2021-03-09T00:31:07.557Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-09T00:31:07.557Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T00:31:07.557Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-09T00:31:07.557Z] ++ cut -d/ -f2 [2021-03-09T00:31:07.557Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-09T00:31:07.557Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T00:31:07.557Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-09T00:31:07.557Z] ++ cut -d/ -f2 [2021-03-09T00:31:07.557Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-09T00:31:07.557Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T00:31:07.557Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-09T00:31:07.557Z] ++ cut -d/ -f2 [2021-03-09T00:31:07.557Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-09T00:31:07.557Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T00:31:07.557Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-09T00:31:07.557Z] ++ cut -d/ -f2 [2021-03-09T00:31:07.557Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-09T00:31:07.557Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T00:31:07.557Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-09T00:31:07.557Z] ++ cut -d/ -f2 [2021-03-09T00:31:07.557Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-09T00:31:07.557Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T00:31:07.557Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-09T00:31:07.557Z] ++ cut -d/ -f2 [2021-03-09T00:31:07.557Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-09T00:31:07.699Z] 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-09T00:31:08.509Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T00:31:08.510Z] [2021-03-09T00:31:08.510Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:31:08.854Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T00:31:08.855Z] latest: Pulling from edgex-devops/git-semver [2021-03-09T00:31:08.855Z] 31603596830f: Pulling fs layer [2021-03-09T00:31:08.855Z] 2a8b12db71e7: Pulling fs layer [2021-03-09T00:31:08.855Z] 6ca5941a6612: Pulling fs layer [2021-03-09T00:31:08.855Z] ecc8261a40a4: Pulling fs layer [2021-03-09T00:31:08.855Z] ecc8261a40a4: Waiting [2021-03-09T00:31:08.855Z] 2a8b12db71e7: Verifying Checksum [2021-03-09T00:31:08.855Z] 2a8b12db71e7: Download complete [2021-03-09T00:31:09.116Z] 31603596830f: Download complete [2021-03-09T00:31:09.116Z] ecc8261a40a4: Verifying Checksum [2021-03-09T00:31:09.116Z] ecc8261a40a4: Download complete [2021-03-09T00:31:09.116Z] 6ca5941a6612: Verifying Checksum [2021-03-09T00:31:09.116Z] 6ca5941a6612: Download complete [2021-03-09T00:31:09.382Z] 31603596830f: Pull complete [2021-03-09T00:31:09.645Z] 2a8b12db71e7: Pull complete [2021-03-09T00:31:10.232Z] 6ca5941a6612: Pull complete [2021-03-09T00:31:10.512Z] ecc8261a40a4: Pull complete [2021-03-09T00:31:10.513Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-09T00:31:10.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T00:31:10.513Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-09T00:31:10.660Z] prd-centos7-docker-4c-2g-29044 does not seem to be running inside a container [2021-03-09T00:31:10.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-09T00:31:13.284Z] $ docker top 5c4c37517dfa74b63ffd2911af2811511757dbc4d99a44884bd319db03a58de5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T00:31:13.590Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T00:31:13.590Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T00:31:13.804Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T00:31:13.808Z] $ docker exec 5c4c37517dfa74b63ffd2911af2811511757dbc4d99a44884bd319db03a58de5 ssh-agent [2021-03-09T00:31:13.981Z] SSH_AUTH_SOCK=/tmp/ssh-FSR0W668MgX4/agent.13 [2021-03-09T00:31:13.981Z] SSH_AGENT_PID=18 [2021-03-09T00:31:13.995Z] Running ssh-add (command line suppressed) [2021-03-09T00:31:14.116Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5038046843769054383.key (/w/workspace/edgex-go/2@tmp/private_key_5038046843769054383.key) [2021-03-09T00:31:14.172Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T00:31:14.525Z] + git tag --points-at HEAD [Pipeline] } [2021-03-09T00:31:14.570Z] $ docker exec --env ******** --env ******** 5c4c37517dfa74b63ffd2911af2811511757dbc4d99a44884bd319db03a58de5 ssh-agent -k [2021-03-09T00:31:14.691Z] unset SSH_AUTH_SOCK; [2021-03-09T00:31:14.692Z] unset SSH_AGENT_PID; [2021-03-09T00:31:14.692Z] echo Agent pid 18 killed; [2021-03-09T00:31:14.737Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-09T00:31:14.983Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T00:31:14.983Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T00:31:15.147Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T00:31:15.150Z] $ docker exec 5c4c37517dfa74b63ffd2911af2811511757dbc4d99a44884bd319db03a58de5 ssh-agent [2021-03-09T00:31:15.328Z] SSH_AUTH_SOCK=/tmp/ssh-FT08vwVoJt9L/agent.47 [2021-03-09T00:31:15.328Z] SSH_AGENT_PID=52 [2021-03-09T00:31:15.340Z] Running ssh-add (command line suppressed) [2021-03-09T00:31:15.452Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1408169685692689071.key (/w/workspace/edgex-go/2@tmp/private_key_1408169685692689071.key) [2021-03-09T00:31:15.506Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T00:31:15.865Z] + git semver init [2021-03-09T00:31:15.865Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T00:31:15.865Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-09T00:31:15.865Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-09T00:31:15.865Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T00:31:15.865Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T00:31:15.865Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T00:31:15.865Z] # $SEMVER_BRANCH = PR-3235 [2021-03-09T00:31:15.865Z] # $SEMVER_TEMP = /tmp/semver-589268637 [2021-03-09T00:31:15.865Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-09T00:31:48.371Z] # '/tmp/semver-589268637' -> '/w/workspace/edgex-go/2/.semver' [2021-03-09T00:31:48.371Z] # -> Force: false [2021-03-09T00:31:48.371Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-09T00:31:48.387Z] $ docker exec --env ******** --env ******** 5c4c37517dfa74b63ffd2911af2811511757dbc4d99a44884bd319db03a58de5 ssh-agent -k [2021-03-09T00:31:48.645Z] unset SSH_AUTH_SOCK; [2021-03-09T00:31:48.646Z] unset SSH_AGENT_PID; [2021-03-09T00:31:48.646Z] echo Agent pid 52 killed; [2021-03-09T00:31:48.745Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T00:31:49.202Z] + git semver [Pipeline] } [2021-03-09T00:31:49.224Z] $ docker stop --time=1 5c4c37517dfa74b63ffd2911af2811511757dbc4d99a44884bd319db03a58de5 [2021-03-09T00:31:50.787Z] $ docker rm -f 5c4c37517dfa74b63ffd2911af2811511757dbc4d99a44884bd319db03a58de5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T00:31:51.310Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-09T00:31:51.886Z] Stashed 1 file(s) [Pipeline] echo [2021-03-09T00:31:51.889Z] [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-09T00:31:52.749Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-09T00:31:53.049Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T00:31:53.350Z] + sudo service docker restart [2021-03-09T00:31:53.350Z] + true [2021-03-09T00:31:53.350Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-09T00:31:53.935Z] ========================================================= [2021-03-09T00:31:53.935Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-09T00:31:53.935Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:31:54.276Z] + 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-09T00:31:57.606Z] Sending build context to Docker daemon 328.4MB [2021-03-09T00:31:57.606Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T00:31:57.606Z] Step 2/6 : FROM ${BASE} [2021-03-09T00:31:57.606Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-09T00:31:57.606Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T00:31:57.606Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T00:31:57.606Z] de9db76c5a1d: Pulling fs layer [2021-03-09T00:31:57.606Z] bca2f99d35d6: Pulling fs layer [2021-03-09T00:31:57.606Z] 93359f2a8cfa: Pulling fs layer [2021-03-09T00:31:57.606Z] 7c6f9722023f: Pulling fs layer [2021-03-09T00:31:57.606Z] a35cf1a2eb13: Pulling fs layer [2021-03-09T00:31:57.606Z] 93359f2a8cfa: Waiting [2021-03-09T00:31:57.606Z] 7c6f9722023f: Waiting [2021-03-09T00:31:57.606Z] a35cf1a2eb13: Waiting [2021-03-09T00:31:57.606Z] bca2f99d35d6: Waiting [2021-03-09T00:31:57.877Z] 0ef7d3d256c8: Download complete [2021-03-09T00:31:57.877Z] de9db76c5a1d: Verifying Checksum [2021-03-09T00:31:57.877Z] de9db76c5a1d: Download complete [2021-03-09T00:31:57.877Z] 93359f2a8cfa: Verifying Checksum [2021-03-09T00:31:57.877Z] 93359f2a8cfa: Download complete [2021-03-09T00:31:57.877Z] 7c6f9722023f: Verifying Checksum [2021-03-09T00:31:57.877Z] 7c6f9722023f: Download complete [2021-03-09T00:31:57.877Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T00:31:57.877Z] 188c0c94c7c5: Download complete [2021-03-09T00:31:58.147Z] 188c0c94c7c5: Pull complete [2021-03-09T00:31:58.422Z] 0ef7d3d256c8: Pull complete [2021-03-09T00:31:58.686Z] de9db76c5a1d: Pull complete [2021-03-09T00:31:59.645Z] a35cf1a2eb13: Verifying Checksum [2021-03-09T00:31:59.645Z] a35cf1a2eb13: Download complete [2021-03-09T00:32:00.609Z] bca2f99d35d6: Verifying Checksum [2021-03-09T00:32:00.609Z] bca2f99d35d6: Download complete [2021-03-09T00:32:05.961Z] bca2f99d35d6: Pull complete [2021-03-09T00:32:05.961Z] 93359f2a8cfa: Pull complete [2021-03-09T00:32:05.961Z] 7c6f9722023f: Pull complete [2021-03-09T00:32:07.269Z] Still waiting to schedule task [2021-03-09T00:32:07.269Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-09T00:32:12.586Z] a35cf1a2eb13: Pull complete [2021-03-09T00:32:12.586Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-09T00:32:12.586Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-09T00:32:12.586Z] ---> a62c8e92a672 [2021-03-09T00:32:12.586Z] 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-09T00:32:12.586Z] ---> Running in fc399e0704e9 [2021-03-09T00:32:13.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:32:14.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:32:15.502Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T00:32:15.764Z] (2/12) Installing file (5.38-r0) [2021-03-09T00:32:16.027Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T00:32:16.027Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T00:32:21.339Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T00:32:21.339Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T00:32:21.601Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T00:32:21.601Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T00:32:21.601Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T00:32:21.863Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T00:32:21.863Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T00:32:21.863Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T00:32:22.126Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:32:22.126Z] OK: 233 MiB in 51 packages [2021-03-09T00:32:25.442Z] Removing intermediate container fc399e0704e9 [2021-03-09T00:32:25.442Z] ---> 17aab2bd17cc [2021-03-09T00:32:25.442Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T00:32:25.442Z] ---> Running in 9e58d31f0df1 [2021-03-09T00:32:25.442Z] Removing intermediate container 9e58d31f0df1 [2021-03-09T00:32:25.442Z] ---> 7706992e9d91 [2021-03-09T00:32:25.442Z] Step 5/6 : COPY go.mod . [2021-03-09T00:32:25.442Z] ---> 7a506b067fc5 [2021-03-09T00:32:25.442Z] Step 6/6 : RUN go mod download [2021-03-09T00:32:25.704Z] ---> Running in 70c962488050 [2021-03-09T00:32:47.714Z] Removing intermediate container 70c962488050 [2021-03-09T00:32:47.714Z] ---> 4e0854df9a45 [2021-03-09T00:32:47.714Z] Successfully built 4e0854df9a45 [2021-03-09T00:32:47.714Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:32:48.026Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T00:32:48.026Z] . [Pipeline] withDockerContainer [2021-03-09T00:32:48.133Z] prd-centos7-docker-4c-2g-29044 does not seem to be running inside a container [2021-03-09T00:32:48.182Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-09T00:32:48.972Z] $ docker top b9513ab0b6f7bac73e5f7b0b3f3fcb6889a11ddb150d70cc1d95d78b8a4fb1af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T00:32:49.449Z] + go version [2021-03-09T00:32:49.449Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-09T00:32:49.463Z] $ docker stop --time=1 b9513ab0b6f7bac73e5f7b0b3f3fcb6889a11ddb150d70cc1d95d78b8a4fb1af [2021-03-09T00:32:50.797Z] $ docker rm -f b9513ab0b6f7bac73e5f7b0b3f3fcb6889a11ddb150d70cc1d95d78b8a4fb1af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:32:51.646Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T00:32:51.646Z] . [Pipeline] withDockerContainer [2021-03-09T00:32:51.744Z] prd-centos7-docker-4c-2g-29044 does not seem to be running inside a container [2021-03-09T00:32:51.791Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-09T00:32:52.425Z] $ docker top 6e3a7e11b33315e6c75c2ca9d940e7cb4cdc5a26fb610e15ceebcc336631447a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T00:32:52.648Z] ========================================================= [2021-03-09T00:32:52.648Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T00:32:52.648Z] ========================================================= [Pipeline] sh [2021-03-09T00:32:52.941Z] + make test [2021-03-09T00:32:52.941Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T00:33:03.010Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T00:33:21.778Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T00:33:22.385Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T00:33:24.996Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T00:33:24.996Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T00:33:25.965Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T00:33:25.965Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T00:33:25.965Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T00:33:26.238Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T00:33:27.228Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T00:33:27.508Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T00:33:30.763Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T00:33:30.763Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T00:33:30.763Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T00:33:32.893Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.132s coverage: 45.9% of statements [2021-03-09T00:33:32.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T00:33:32.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T00:33:32.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T00:33:32.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T00:33:32.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T00:33:32.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T00:33:32.894Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T00:33:33.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements [2021-03-09T00:33:35.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.210s coverage: 27.1% of statements [2021-03-09T00:33:35.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T00:33:35.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T00:33:35.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T00:33:35.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T00:33:35.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T00:33:35.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T00:33:35.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-03-09T00:33:35.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T00:33:35.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements [2021-03-09T00:33:35.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T00:33:35.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T00:33:36.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 66.2% of statements [2021-03-09T00:33:36.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T00:33:36.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T00:33:38.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.424s coverage: 82.4% of statements [2021-03-09T00:33:38.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T00:33:38.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T00:33:38.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-09T00:33:38.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T00:33:38.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements [2021-03-09T00:33:38.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T00:33:38.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T00:33:38.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T00:33:38.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T00:33:38.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T00:33:38.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements [2021-03-09T00:33:38.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T00:33:38.609Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-03-09T00:33:38.609Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T00:33:40.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements [2021-03-09T00:33:40.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T00:33:40.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements [2021-03-09T00:33:40.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T00:33:40.288Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-03-09T00:33:40.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T00:33:40.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T00:33:40.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T00:33:40.288Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T00:33:42.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 92.8% of statements [2021-03-09T00:33:42.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T00:33:42.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T00:33:42.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T00:33:42.266Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T00:33:42.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T00:33:42.267Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T00:33:42.267Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T00:33:42.542Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements [2021-03-09T00:33:42.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T00:33:42.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T00:33:42.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T00:33:42.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements [2021-03-09T00:33:42.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-03-09T00:33:42.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-03-09T00:33:43.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.035s coverage: 96.3% of statements [2021-03-09T00:33:43.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.029s coverage: 87.5% of statements [2021-03-09T00:33:55.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.043s coverage: 94.4% of statements [2021-03-09T00:33:55.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements [2021-03-09T00:33:55.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.069s coverage: 81.4% of statements [2021-03-09T00:34:10.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.081s coverage: 92.9% of statements [2021-03-09T00:34:10.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T00:34:10.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T00:34:10.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T00:34:10.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-09T00:34:10.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T00:34:10.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T00:34:10.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T00:34:10.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T00:34:10.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T00:34:10.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-03-09T00:34:10.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T00:34:10.604Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T00:34:10.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.6% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.6% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.232s coverage: 62.4% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.356s coverage: 69.0% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 38.4% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.119s coverage: 87.8% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.845s coverage: 29.1% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 95.6% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T00:34:10.605Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements [2021-03-09T00:34:10.605Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.055s coverage: 100.0% of statements [2021-03-09T00:34:10.605Z] GO111MODULE=on go vet ./... [2021-03-09T00:34:37.665Z] gofmt -l . [2021-03-09T00:34:37.665Z] [ "`gofmt -l .`" = "" ] [2021-03-09T00:34:37.665Z] ./bin/test-go-mod-tidy.sh [2021-03-09T00:34:37.665Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T00:34:37.978Z] + ls -al . [2021-03-09T00:34:37.978Z] total 736 [2021-03-09T00:34:37.978Z] drwxrwxr-x 10 1001 1001 4096 Mar 9 00:34 . [2021-03-09T00:34:37.978Z] drwxr-xr-x 4 root root 28 Mar 9 00:32 .. [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 00:30 .dockerignore [2021-03-09T00:34:37.978Z] drwxrwxr-x 8 1001 1001 179 Mar 9 00:30 .git [2021-03-09T00:34:37.978Z] drwxrwxr-x 3 1001 1001 125 Mar 9 00:30 .github [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 00:30 .gitignore [2021-03-09T00:34:37.978Z] drwx------ 3 1001 1001 60 Mar 9 00:31 .semver [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 00:30 .sonarcloud.properties [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 8475 Mar 9 00:30 Attribution.txt [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 00:30 CONTRIBUTING.md [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 00:30 Dockerfile.build [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 00:30 Jenkinsfile [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 00:30 LICENSE [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 00:30 Makefile [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 6524 Mar 9 00:30 README.md [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 00:30 SECURITY.md [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 00:31 VERSION [2021-03-09T00:34:37.978Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 00:30 ZMQWindows.md [2021-03-09T00:34:37.978Z] drwxrwxr-x 2 1001 1001 117 Mar 9 00:30 bin [2021-03-09T00:34:37.979Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 00:30 cmd [2021-03-09T00:34:37.979Z] -rw-r--r-- 1 root root 622934 Mar 9 00:34 coverage.out [2021-03-09T00:34:37.979Z] -rw-r--r-- 1 root root 1055 Mar 9 00:34 go.mod [2021-03-09T00:34:37.979Z] -rw-r--r-- 1 root root 21699 Mar 9 00:34 go.sum [2021-03-09T00:34:37.979Z] drwxrwxr-x 8 1001 1001 127 Mar 9 00:30 internal [2021-03-09T00:34:37.979Z] drwxrwxr-x 4 1001 1001 26 Mar 9 00:30 openapi [2021-03-09T00:34:37.979Z] drwxrwxr-x 4 1001 1001 71 Mar 9 00:30 snap [2021-03-09T00:34:37.979Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 00:30 version.go [Pipeline] sh [2021-03-09T00:34:38.284Z] + '[' -e coverage.out ] [2021-03-09T00:34:38.284Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T00:34:38.557Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T00:34:38.857Z] + make build [2021-03-09T00:34:38.858Z] 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-09T00:34:43.097Z] 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-09T00:34:51.376Z] 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-09T00:34:52.801Z] 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-09T00:34:54.756Z] 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-09T00:34:55.025Z] 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-09T00:34:56.964Z] 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-09T00:34:58.390Z] 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-09T00:34:59.791Z] 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-09T00:35:00.742Z] 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-09T00:35:01.689Z] 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-09T00:35:02.613Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29054 in /w/workspace/edgexfoundry_edgex-go_PR-3235 [Pipeline] { [Pipeline] ws [2021-03-09T00:35:02.677Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-09T00:35:03.109Z] 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-09T00:35:05.055Z] $ docker stop --time=1 6e3a7e11b33315e6c75c2ca9d940e7cb4cdc5a26fb610e15ceebcc336631447a [2021-03-09T00:35:07.319Z] $ docker rm -f 6e3a7e11b33315e6c75c2ca9d940e7cb4cdc5a26fb610e15ceebcc336631447a [2021-03-09T00:35:07.770Z] using credential edgex-jenkins-ssh [2021-03-09T00:35:07.836Z] Cloning the remote Git repository [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-09T00:35:07.909Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T00:35:08.019Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-09T00:35:08.094Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T00:35:08.095Z] > git --version # timeout=10 [2021-03-09T00:35:08.114Z] > git --version # 'git version 2.17.1' [2021-03-09T00:35:08.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T00:35:08.196Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:35:09.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T00:35:09.296Z] [2021-03-09T00:35:09.296Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:35:09.662Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T00:35:09.662Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-09T00:35:09.662Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-09T00:35:09.662Z] ca9280d653b3: Pulling fs layer [2021-03-09T00:35:09.662Z] 7e9c9ca2126c: Pulling fs layer [2021-03-09T00:35:09.927Z] cbdbe7a5bc2a: Download complete [2021-03-09T00:35:10.195Z] cbdbe7a5bc2a: Pull complete [2021-03-09T00:35:10.500Z] ca9280d653b3: Verifying Checksum [2021-03-09T00:35:10.500Z] ca9280d653b3: Download complete [2021-03-09T00:35:11.460Z] 7e9c9ca2126c: Verifying Checksum [2021-03-09T00:35:11.460Z] 7e9c9ca2126c: Download complete [2021-03-09T00:35:11.731Z] ca9280d653b3: Pull complete [2021-03-09T00:35:19.910Z] 7e9c9ca2126c: Pull complete [2021-03-09T00:35:19.910Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-09T00:35:19.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T00:35:19.910Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-09T00:35:20.034Z] prd-centos7-docker-4c-2g-29044 does not seem to be running inside a container [2021-03-09T00:35:20.088Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-09T00:35:21.603Z] $ docker top e05ed4db918d4450af3c2897d5a458ffca30c57a68844c6a5a5b4131f76b685b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T00:35:22.120Z] + docker-compose build --help [2021-03-09T00:35:22.120Z] + grep parallel [2021-03-09T00:35:23.066Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T00:35:23.099Z] $ docker stop --time=1 e05ed4db918d4450af3c2897d5a458ffca30c57a68844c6a5a5b4131f76b685b [2021-03-09T00:35:24.502Z] $ docker rm -f e05ed4db918d4450af3c2897d5a458ffca30c57a68844c6a5a5b4131f76b685b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:35:25.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T00:35:25.174Z] . [Pipeline] withDockerContainer [2021-03-09T00:35:25.311Z] prd-centos7-docker-4c-2g-29044 does not seem to be running inside a container [2021-03-09T00:35:25.360Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-09T00:35:26.101Z] $ docker top 582a514bdb439b886967b973f979056fa8e830907a3017b0a3224a790f2dfc4b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T00:35:26.647Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T00:35:27.596Z] Building docker-core-command-go ... [2021-03-09T00:35:27.596Z] Building docker-core-data-go ... [2021-03-09T00:35:27.596Z] Building docker-core-metadata-go ... [2021-03-09T00:35:27.596Z] Building docker-security-bootstrapper-go ... [2021-03-09T00:35:27.596Z] Building docker-security-proxy-setup-go ... [2021-03-09T00:35:27.596Z] Building docker-security-secretstore-setup-go ... [2021-03-09T00:35:27.596Z] Building docker-support-notifications-go ... [2021-03-09T00:35:27.596Z] Building docker-support-scheduler-go ... [2021-03-09T00:35:27.596Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T00:35:27.596Z] Building docker-support-notifications-go [2021-03-09T00:35:27.596Z] Building docker-core-command-go [2021-03-09T00:35:27.596Z] Building docker-security-proxy-setup-go [2021-03-09T00:35:27.596Z] Building docker-core-metadata-go [2021-03-09T00:35:27.596Z] Building docker-security-bootstrapper-go [2021-03-09T00:35:41.709Z] Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 3f742185ec0c8b850a516c4280deab188fd20546 [2021-03-09T00:35:40.930Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T00:35:40.950Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T00:35:40.985Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T00:35:41.028Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T00:35:41.028Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T00:35:41.040Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3235/head:refs/remotes/origin/PR-3235 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:35:41.735Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:35:41.757Z] > git checkout -f 3f742185ec0c8b850a516c4280deab188fd20546 # timeout=10 [2021-03-09T00:35:42.231Z] Merge succeeded, producing 1a92e6c4efd421a7be0032e6cbc52a9b99712109 [2021-03-09T00:35:42.232Z] Checking out Revision 1a92e6c4efd421a7be0032e6cbc52a9b99712109 (PR-3235) [2021-03-09T00:35:42.088Z] > git remote # timeout=10 [2021-03-09T00:35:42.107Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:35:42.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T00:35:42.138Z] > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 [2021-03-09T00:35:42.219Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T00:35:42.241Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:35:42.251Z] > git checkout -f 1a92e6c4efd421a7be0032e6cbc52a9b99712109 # timeout=10 [2021-03-09T00:35:46.499Z] Commit message: "Merge commit '7248181b27c1f196cc7a2300d5170335b9add480' into HEAD" [2021-03-09T00:35:46.511Z] > git rev-list --no-walk 3f742185ec0c8b850a516c4280deab188fd20546 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T00:35:48.170Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-09T00:35:48.595Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T00:35:48.942Z] + sudo service docker restart [2021-03-09T00:35:48.942Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T00:35:51.024Z] provisioning config files... [2021-03-09T00:35:51.077Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1769119146236281441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T00:35:51.714Z] ---> docker-login.sh [2021-03-09T00:35:51.714Z] nexus3.edgexfoundry.org:10001 [2021-03-09T00:35:52.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T00:35:52.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T00:35:52.977Z] Configure a credential helper to remove this warning. See [2021-03-09T00:35:52.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T00:35:52.977Z] [2021-03-09T00:35:52.977Z] Login Succeeded [2021-03-09T00:35:52.977Z] nexus3.edgexfoundry.org:10002 [2021-03-09T00:35:53.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T00:35:53.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T00:35:53.579Z] Configure a credential helper to remove this warning. See [2021-03-09T00:35:53.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T00:35:53.579Z] [2021-03-09T00:35:53.579Z] Login Succeeded [2021-03-09T00:35:53.579Z] nexus3.edgexfoundry.org:10003 [2021-03-09T00:35:54.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T00:35:54.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T00:35:54.178Z] Configure a credential helper to remove this warning. See [2021-03-09T00:35:54.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T00:35:54.178Z] [2021-03-09T00:35:54.178Z] Login Succeeded [2021-03-09T00:35:54.178Z] nexus3.edgexfoundry.org:10004 [2021-03-09T00:35:54.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T00:35:54.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T00:35:54.780Z] Configure a credential helper to remove this warning. See [2021-03-09T00:35:54.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T00:35:54.780Z] [2021-03-09T00:35:54.780Z] Login Succeeded [2021-03-09T00:35:54.780Z] docker.io [2021-03-09T00:35:55.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T00:35:55.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T00:35:55.654Z] Configure a credential helper to remove this warning. See [2021-03-09T00:35:55.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T00:35:55.654Z] [2021-03-09T00:35:55.654Z] Login Succeeded [2021-03-09T00:35:55.654Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T00:35:55.677Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-09T00:35:56.171Z] ========================================================= [2021-03-09T00:35:56.171Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-09T00:35:56.171Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:35:56.555Z] + 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-09T00:35:59.209Z] Sending build context to Docker daemon 166.6MB [2021-03-09T00:35:59.209Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T00:35:59.209Z] Step 2/6 : FROM ${BASE} [2021-03-09T00:35:59.209Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-09T00:35:59.209Z] 5f621e34cdf4: Pulling fs layer [2021-03-09T00:35:59.209Z] a4357932f1b6: Pulling fs layer [2021-03-09T00:35:59.209Z] 18c013af1878: Pulling fs layer [2021-03-09T00:35:59.209Z] 00ac8860ef70: Pulling fs layer [2021-03-09T00:35:59.209Z] 63d7cb157983: Pulling fs layer [2021-03-09T00:35:59.209Z] 00ac8860ef70: Waiting [2021-03-09T00:35:59.209Z] b116817d02f9: Pulling fs layer [2021-03-09T00:35:59.209Z] 745a02a5169b: Pulling fs layer [2021-03-09T00:35:59.209Z] 63d7cb157983: Waiting [2021-03-09T00:35:59.209Z] b116817d02f9: Waiting [2021-03-09T00:35:59.209Z] 745a02a5169b: Waiting [2021-03-09T00:35:59.209Z] 18c013af1878: Verifying Checksum [2021-03-09T00:35:59.209Z] 18c013af1878: Download complete [2021-03-09T00:35:59.209Z] a4357932f1b6: Verifying Checksum [2021-03-09T00:35:59.209Z] a4357932f1b6: Download complete [2021-03-09T00:35:59.209Z] 63d7cb157983: Verifying Checksum [2021-03-09T00:35:59.209Z] 63d7cb157983: Download complete [2021-03-09T00:35:59.209Z] b116817d02f9: Verifying Checksum [2021-03-09T00:35:59.209Z] b116817d02f9: Download complete [2021-03-09T00:35:59.209Z] 5f621e34cdf4: Verifying Checksum [2021-03-09T00:35:59.209Z] 5f621e34cdf4: Download complete [2021-03-09T00:35:59.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:35:59.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:35:59.810Z] ---> 4e0854df9a45 [2021-03-09T00:35:59.810Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T00:35:59.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:35:59.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:35:59.810Z] ---> 4e0854df9a45 [2021-03-09T00:35:59.810Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T00:35:59.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:35:59.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:35:59.810Z] ---> 4e0854df9a45 [2021-03-09T00:35:59.810Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T00:35:59.810Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:35:59.810Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:35:59.810Z] ---> 4e0854df9a45 [2021-03-09T00:35:59.810Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T00:35:59.810Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:35:59.810Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:35:59.810Z] ---> 4e0854df9a45 [2021-03-09T00:35:59.810Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T00:36:00.198Z] 5f621e34cdf4: Pull complete [2021-03-09T00:36:00.389Z] ---> Running in 6fb647e29e51 [2021-03-09T00:36:00.389Z] ---> Running in c3e36300e25a [2021-03-09T00:36:00.389Z] ---> Running in 3774303866b5 [2021-03-09T00:36:00.389Z] ---> Running in 62a5d150addb [2021-03-09T00:36:00.389Z] ---> Running in 93d8de297dc3 [2021-03-09T00:36:00.807Z] a4357932f1b6: Pull complete [2021-03-09T00:36:01.011Z] Removing intermediate container c3e36300e25a [2021-03-09T00:36:01.011Z] ---> ad0bc84c696a [2021-03-09T00:36:01.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:36:01.011Z] Removing intermediate container 62a5d150addb [2021-03-09T00:36:01.011Z] ---> a01293ffb222 [2021-03-09T00:36:01.011Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:36:01.011Z] Removing intermediate container 93d8de297dc3 [2021-03-09T00:36:01.011Z] ---> 3818ae373e2d [2021-03-09T00:36:01.011Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:36:01.011Z] Removing intermediate container 6fb647e29e51 [2021-03-09T00:36:01.011Z] ---> cdefeaac7579 [2021-03-09T00:36:01.011Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:36:01.011Z] Removing intermediate container 3774303866b5 [2021-03-09T00:36:01.011Z] ---> b2138df2cb5f [2021-03-09T00:36:01.011Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:36:01.097Z] 18c013af1878: Pull complete [2021-03-09T00:36:01.282Z] ---> Running in e0b658d86f2f [2021-03-09T00:36:01.282Z] ---> Running in b0eeff5bf931 [2021-03-09T00:36:01.282Z] ---> Running in 07f39a9ecb86 [2021-03-09T00:36:01.282Z] ---> Running in 44022d7ecca2 [2021-03-09T00:36:01.282Z] ---> Running in cff138c54f7d [2021-03-09T00:36:02.546Z] 745a02a5169b: Verifying Checksum [2021-03-09T00:36:02.546Z] 745a02a5169b: Download complete [2021-03-09T00:36:03.533Z] 00ac8860ef70: Verifying Checksum [2021-03-09T00:36:03.533Z] 00ac8860ef70: Download complete [2021-03-09T00:36:03.856Z] Removing intermediate container cff138c54f7d [2021-03-09T00:36:03.856Z] ---> a6246ed68751 [2021-03-09T00:36:03.856Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T00:36:03.856Z] Removing intermediate container b0eeff5bf931 [2021-03-09T00:36:03.856Z] ---> 505b7962a8ef [2021-03-09T00:36:03.856Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T00:36:03.856Z] Removing intermediate container e0b658d86f2f [2021-03-09T00:36:03.856Z] ---> 61e7474a1381 [2021-03-09T00:36:03.856Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T00:36:03.856Z] ---> Running in d3f43b1c5d2f [2021-03-09T00:36:03.856Z] ---> Running in c15472c3b361 [2021-03-09T00:36:03.856Z] ---> Running in d6123b562c22 [2021-03-09T00:36:03.856Z] Removing intermediate container 07f39a9ecb86 [2021-03-09T00:36:03.856Z] ---> f5ecad9346e2 [2021-03-09T00:36:03.856Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T00:36:03.856Z] Removing intermediate container 44022d7ecca2 [2021-03-09T00:36:03.856Z] ---> 2ee17b4320ca [2021-03-09T00:36:03.856Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T00:36:03.856Z] ---> Running in 404d8ff54b01 [2021-03-09T00:36:04.119Z] ---> Running in 5d623cba304a [2021-03-09T00:36:05.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:36:05.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:36:05.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:36:05.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:36:05.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:36:05.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:36:05.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:36:05.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:36:05.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:36:06.533Z] OK: 233 MiB in 51 packages [2021-03-09T00:36:06.533Z] OK: 233 MiB in 51 packages [2021-03-09T00:36:06.533Z] OK: 233 MiB in 51 packages [2021-03-09T00:36:06.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:36:07.392Z] Removing intermediate container 5d623cba304a [2021-03-09T00:36:07.392Z] ---> 9d4e353b6654 [2021-03-09T00:36:07.392Z] Step 6/23 : COPY go.mod . [2021-03-09T00:36:07.392Z] Removing intermediate container d3f43b1c5d2f [2021-03-09T00:36:07.392Z] ---> 9e31a3c44a93 [2021-03-09T00:36:07.392Z] Step 6/23 : COPY go.mod . [2021-03-09T00:36:07.392Z] Removing intermediate container c15472c3b361 [2021-03-09T00:36:07.392Z] ---> fff834891193 [2021-03-09T00:36:07.392Z] Step 6/31 : COPY go.mod . [2021-03-09T00:36:07.392Z] OK: 233 MiB in 51 packages [2021-03-09T00:36:07.675Z] OK: 233 MiB in 51 packages [2021-03-09T00:36:07.675Z] ---> 4e7cdb4cdbae [2021-03-09T00:36:07.675Z] Step 7/23 : RUN go mod download [2021-03-09T00:36:07.955Z] ---> Running in bf1692358841 [2021-03-09T00:36:07.955Z] ---> 79aca8e3fa0e [2021-03-09T00:36:07.955Z] Step 7/31 : RUN go mod download [2021-03-09T00:36:07.955Z] ---> a14979ea6e77 [2021-03-09T00:36:07.955Z] Step 7/23 : RUN go mod download [2021-03-09T00:36:07.955Z] ---> Running in ea09f501e3e1 [2021-03-09T00:36:07.955Z] ---> Running in 5f0e92821f20 [2021-03-09T00:36:08.240Z] Removing intermediate container d6123b562c22 [2021-03-09T00:36:08.240Z] ---> e90e9f48bdfc [2021-03-09T00:36:08.240Z] Step 6/22 : COPY go.mod . [2021-03-09T00:36:08.828Z] ---> 7f180fa36ed9 [2021-03-09T00:36:08.828Z] Step 7/22 : RUN go mod download [2021-03-09T00:36:08.828Z] Removing intermediate container 404d8ff54b01 [2021-03-09T00:36:08.828Z] ---> 527b65136e4e [2021-03-09T00:36:08.828Z] Step 6/21 : COPY go.mod . [2021-03-09T00:36:08.828Z] ---> Running in 0b157ae58d0a [2021-03-09T00:36:09.440Z] ---> f5ef92bc4290 [2021-03-09T00:36:09.440Z] Step 7/21 : RUN go mod download [2021-03-09T00:36:09.440Z] ---> Running in 8643eea2d094 [2021-03-09T00:36:10.427Z] Removing intermediate container bf1692358841 [2021-03-09T00:36:10.427Z] ---> 1dd68e6e8ce7 [2021-03-09T00:36:10.427Z] Step 8/23 : COPY . . [2021-03-09T00:36:11.842Z] Removing intermediate container ea09f501e3e1 [2021-03-09T00:36:11.842Z] ---> 7ee4200dac67 [2021-03-09T00:36:11.842Z] Step 8/31 : COPY . . [2021-03-09T00:36:12.805Z] Removing intermediate container 5f0e92821f20 [2021-03-09T00:36:12.805Z] ---> 6f0b723b3e85 [2021-03-09T00:36:12.805Z] Step 8/23 : COPY . . [2021-03-09T00:36:13.389Z] Removing intermediate container 0b157ae58d0a [2021-03-09T00:36:13.389Z] ---> c65e9d903cc8 [2021-03-09T00:36:13.389Z] Step 8/22 : COPY . . [2021-03-09T00:36:13.693Z] 00ac8860ef70: Pull complete [2021-03-09T00:36:13.693Z] 63d7cb157983: Pull complete [2021-03-09T00:36:13.693Z] b116817d02f9: Pull complete [2021-03-09T00:36:16.765Z] Removing intermediate container 8643eea2d094 [2021-03-09T00:36:16.766Z] ---> 4b4397145d01 [2021-03-09T00:36:16.766Z] Step 8/21 : COPY . . [2021-03-09T00:36:18.037Z] 745a02a5169b: Pull complete [2021-03-09T00:36:18.037Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-09T00:36:18.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-09T00:36:18.037Z] ---> b7e6874047d6 [2021-03-09T00:36:18.037Z] 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-09T00:36:21.493Z] ---> Running in fcb2c5023344 [2021-03-09T00:36:22.951Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:36:23.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:36:24.991Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T00:36:25.265Z] (2/12) Installing file (5.38-r0) [2021-03-09T00:36:25.536Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T00:36:25.537Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T00:36:43.847Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T00:36:43.847Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T00:36:43.847Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T00:36:43.847Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T00:36:43.847Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T00:36:43.847Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T00:36:43.847Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T00:36:43.847Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T00:36:43.847Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:36:43.847Z] OK: 217 MiB in 51 packages [2021-03-09T00:36:48.184Z] Removing intermediate container fcb2c5023344 [2021-03-09T00:36:48.184Z] ---> 49edb12e20d1 [2021-03-09T00:36:48.184Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T00:36:48.184Z] ---> Running in cb30d0a97528 [2021-03-09T00:36:48.184Z] Removing intermediate container cb30d0a97528 [2021-03-09T00:36:48.184Z] ---> 01957e2796bd [2021-03-09T00:36:48.184Z] Step 5/6 : COPY go.mod . [2021-03-09T00:36:49.168Z] ---> fdce5379bcbd [2021-03-09T00:36:49.168Z] Step 6/6 : RUN go mod download [2021-03-09T00:36:49.168Z] ---> Running in 5a711d8a8420 [2021-03-09T00:36:55.981Z] ---> d260fab69b3d [2021-03-09T00:36:55.981Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T00:36:55.981Z] ---> 0159af28e4dd [2021-03-09T00:36:55.981Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T00:36:55.981Z] ---> f1862c8bd9d4 [2021-03-09T00:36:55.981Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T00:36:55.981Z] ---> Running in 4c21d85fd089 [2021-03-09T00:36:55.981Z] ---> Running in 79c1eba0fddc [2021-03-09T00:36:55.981Z] ---> Running in 808b22f7139c [2021-03-09T00:36:55.981Z] ---> 3d1e4480307f [2021-03-09T00:36:55.981Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T00:36:55.981Z] ---> 345b980a4def [2021-03-09T00:36:55.981Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T00:36:55.981Z] ---> Running in 41b302106655 [2021-03-09T00:36:55.981Z] ---> Running in f45baf82d233 [2021-03-09T00:36:55.981Z] 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-09T00:36:55.981Z] 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-09T00:36:55.981Z] 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-09T00:36:55.981Z] 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-09T00:36:55.981Z] 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-09T00:37:21.530Z] Removing intermediate container 5a711d8a8420 [2021-03-09T00:37:21.530Z] ---> 2e189ca3f60c [2021-03-09T00:37:21.530Z] Successfully built 2e189ca3f60c [2021-03-09T00:37:21.530Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:37:21.878Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T00:37:21.878Z] . [Pipeline] withDockerContainer [2021-03-09T00:37:22.141Z] prd-ubuntu18.04-docker-arm64-4c-16g-29054 does not seem to be running inside a container [2021-03-09T00:37:22.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-09T00:37:22.688Z] 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-09T00:37:23.794Z] $ docker top 09a06141361af80f4aeab7470a7cf5c743193f8eb853143f1e7cc283903c42f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T00:37:24.800Z] + go version [2021-03-09T00:37:24.801Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-09T00:37:24.829Z] $ docker stop --time=1 09a06141361af80f4aeab7470a7cf5c743193f8eb853143f1e7cc283903c42f1 [2021-03-09T00:37:26.741Z] $ docker rm -f 09a06141361af80f4aeab7470a7cf5c743193f8eb853143f1e7cc283903c42f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:37:27.810Z] + docker inspect -f . ci-base-image-arm64 [2021-03-09T00:37:27.810Z] . [Pipeline] withDockerContainer [2021-03-09T00:37:28.077Z] prd-ubuntu18.04-docker-arm64-4c-16g-29054 does not seem to be running inside a container [2021-03-09T00:37:28.170Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-09T00:37:29.372Z] Removing intermediate container 808b22f7139c [2021-03-09T00:37:29.372Z] ---> fd22fd66a0a6 [2021-03-09T00:37:29.372Z] [2021-03-09T00:37:29.372Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T00:37:29.684Z] 3.12: Pulling from library/alpine [2021-03-09T00:37:29.795Z] $ docker top df5bf750c24d092ae3261deb7f714716545fcf60f955d5b8e7a6667f8bd32df6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T00:37:30.213Z] ========================================================= [2021-03-09T00:37:30.213Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T00:37:30.213Z] ========================================================= [Pipeline] sh [2021-03-09T00:37:30.685Z] Removing intermediate container 41b302106655 [2021-03-09T00:37:30.685Z] ---> 18a09eb9e5dd [2021-03-09T00:37:30.685Z] [2021-03-09T00:37:30.685Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T00:37:30.685Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T00:37:30.685Z] 3.12: Pulling from library/alpine [2021-03-09T00:37:30.685Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T00:37:30.685Z] ---> 88dd2752d2ea [2021-03-09T00:37:30.685Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T00:37:30.685Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T00:37:30.685Z] Status: Image is up to date for alpine:3.12 [2021-03-09T00:37:30.685Z] ---> 88dd2752d2ea [2021-03-09T00:37:30.686Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T00:37:30.868Z] + make test [2021-03-09T00:37:30.868Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T00:37:32.624Z] ---> Running in f25f8fcbab1a [2021-03-09T00:37:32.624Z] ---> Running in eb16ed847073 [2021-03-09T00:37:33.605Z] Removing intermediate container eb16ed847073 [2021-03-09T00:37:33.605Z] ---> d43e01bfc3ec [2021-03-09T00:37:33.605Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T00:37:37.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:37:37.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:37:38.101Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T00:37:38.101Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T00:37:38.101Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T00:37:38.101Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T00:37:38.101Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:37:38.101Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T00:37:38.101Z] OK: 7 MiB in 18 packages [2021-03-09T00:37:38.674Z] ---> Running in a5c12f92e33e [2021-03-09T00:37:39.251Z] Removing intermediate container f45baf82d233 [2021-03-09T00:37:39.251Z] ---> 2ae442436c39 [2021-03-09T00:37:39.251Z] [2021-03-09T00:37:39.251Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T00:37:39.251Z] ---> 88dd2752d2ea [2021-03-09T00:37:39.251Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T00:37:39.251Z] Removing intermediate container 79c1eba0fddc [2021-03-09T00:37:39.251Z] ---> 05f1b2c458ff [2021-03-09T00:37:39.251Z] [2021-03-09T00:37:39.251Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T00:37:39.251Z] ---> 88dd2752d2ea [2021-03-09T00:37:39.251Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T00:37:39.251Z] Removing intermediate container 4c21d85fd089 [2021-03-09T00:37:39.251Z] ---> ce8cada4f67c [2021-03-09T00:37:39.251Z] [2021-03-09T00:37:39.251Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T00:37:39.251Z] ---> 88dd2752d2ea [2021-03-09T00:37:39.251Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T00:37:39.518Z] ---> Running in a7bde0ab2aee [2021-03-09T00:37:39.518Z] ---> Running in 75cade72e034 [2021-03-09T00:37:39.518Z] ---> Running in 213179bb37d6 [2021-03-09T00:37:40.493Z] Removing intermediate container f25f8fcbab1a [2021-03-09T00:37:40.493Z] ---> 45145115bdf9 [2021-03-09T00:37:40.493Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T00:37:40.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:37:40.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:37:40.788Z] ---> Running in fb0dfeabebd3 [2021-03-09T00:37:40.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:37:40.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:37:41.059Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T00:37:41.059Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T00:37:41.059Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T00:37:41.059Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:37:41.059Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T00:37:41.059Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:37:41.059Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T00:37:41.059Z] OK: 6 MiB in 16 packages [2021-03-09T00:37:41.059Z] OK: 6 MiB in 16 packages [2021-03-09T00:37:41.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:37:41.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:37:41.325Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T00:37:41.325Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:37:41.325Z] OK: 6 MiB in 15 packages [2021-03-09T00:37:41.600Z] Removing intermediate container fb0dfeabebd3 [2021-03-09T00:37:41.600Z] ---> 8fd8e1c10065 [2021-03-09T00:37:41.600Z] Step 13/21 : WORKDIR /edgex [2021-03-09T00:37:41.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:37:41.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:37:41.600Z] ---> Running in f38309d3d45b [2021-03-09T00:37:41.865Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T00:37:41.865Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:37:41.865Z] OK: 6 MiB in 15 packages [2021-03-09T00:37:42.132Z] Removing intermediate container f38309d3d45b [2021-03-09T00:37:42.133Z] ---> 1fb4161d857f [2021-03-09T00:37:42.133Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T00:37:42.707Z] Removing intermediate container a5c12f92e33e [2021-03-09T00:37:42.707Z] ---> aa22516dbca2 [2021-03-09T00:37:42.707Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T00:37:42.974Z] Removing intermediate container a7bde0ab2aee [2021-03-09T00:37:42.974Z] ---> 128c6bd2808f [2021-03-09T00:37:42.974Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T00:37:42.974Z] ---> Running in 2552408315cb [2021-03-09T00:37:42.974Z] ---> 55adef577ef7 [2021-03-09T00:37:42.974Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T00:37:42.974Z] Removing intermediate container 75cade72e034 [2021-03-09T00:37:42.974Z] ---> bd6e07927d98 [2021-03-09T00:37:42.974Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T00:37:43.238Z] ---> Running in 4c09f552d102 [2021-03-09T00:37:43.238Z] ---> Running in f31bee802d52 [2021-03-09T00:37:43.238Z] Removing intermediate container 213179bb37d6 [2021-03-09T00:37:43.238Z] ---> 22ded2cc6550 [2021-03-09T00:37:43.238Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T00:37:43.509Z] Removing intermediate container 2552408315cb [2021-03-09T00:37:43.509Z] ---> ae37aeb13c85 [2021-03-09T00:37:43.509Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T00:37:43.509Z] ---> Running in 4cff9eba71c1 [2021-03-09T00:37:43.509Z] Removing intermediate container 4c09f552d102 [2021-03-09T00:37:43.509Z] ---> 9e3f1858cc2b [2021-03-09T00:37:43.509Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T00:37:44.458Z] ---> Running in 12856275080f [2021-03-09T00:37:44.458Z] Removing intermediate container f31bee802d52 [2021-03-09T00:37:44.458Z] ---> 717cce132aec [2021-03-09T00:37:44.458Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T00:37:44.458Z] ---> Running in 82d5ac1bd4fd [2021-03-09T00:37:44.458Z] ---> 59c65ae02a46 [2021-03-09T00:37:44.458Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T00:37:44.458Z] Removing intermediate container 4cff9eba71c1 [2021-03-09T00:37:44.458Z] ---> 0c7936139b19 [2021-03-09T00:37:44.458Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T00:37:44.458Z] ---> Running in 4ba7c9dd6b71 [2021-03-09T00:37:44.720Z] ---> Running in 891f6b89d1e4 [2021-03-09T00:37:44.720Z] Removing intermediate container 12856275080f [2021-03-09T00:37:44.720Z] ---> cc047da101b1 [2021-03-09T00:37:44.720Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T00:37:44.720Z] Removing intermediate container 82d5ac1bd4fd [2021-03-09T00:37:44.720Z] ---> efc92d996356 [2021-03-09T00:37:44.720Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T00:37:44.981Z] Removing intermediate container 4ba7c9dd6b71 [2021-03-09T00:37:44.981Z] ---> 1b74ef34a5b6 [2021-03-09T00:37:44.981Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T00:37:44.981Z] ---> Running in 865e931e36cb [2021-03-09T00:37:44.981Z] ---> Running in 178eab329397 [2021-03-09T00:37:44.981Z] ---> Running in e4dab8480027 [2021-03-09T00:37:45.242Z] Removing intermediate container 891f6b89d1e4 [2021-03-09T00:37:45.242Z] ---> d8144f061607 [2021-03-09T00:37:45.242Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T00:37:45.242Z] ---> 7e251af6f6c7 [2021-03-09T00:37:45.242Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T00:37:45.508Z] ---> Running in 36cdcec39a40 [2021-03-09T00:37:45.508Z] ---> Running in 46a7edbc5567 [2021-03-09T00:37:45.508Z] Removing intermediate container 178eab329397 [2021-03-09T00:37:45.508Z] ---> 12d963b6ca74 [2021-03-09T00:37:45.508Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:37:45.508Z] Removing intermediate container e4dab8480027 [2021-03-09T00:37:45.508Z] ---> 2598e4307237 [2021-03-09T00:37:45.508Z] Step 15/23 : WORKDIR / [2021-03-09T00:37:45.775Z] ---> Running in f29f29dabb07 [2021-03-09T00:37:45.775Z] Removing intermediate container 36cdcec39a40 [2021-03-09T00:37:45.775Z] ---> ce247cee8d19 [2021-03-09T00:37:45.775Z] Step 15/23 : WORKDIR / [2021-03-09T00:37:45.775Z] Removing intermediate container 46a7edbc5567 [2021-03-09T00:37:45.775Z] ---> 2dc742097f32 [2021-03-09T00:37:45.775Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T00:37:46.038Z] ---> Running in d901353792bd [2021-03-09T00:37:46.038Z] ---> 519568ae870e [2021-03-09T00:37:46.038Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T00:37:46.038Z] ---> Running in c188de6ec2fe [2021-03-09T00:37:46.038Z] Removing intermediate container f29f29dabb07 [2021-03-09T00:37:46.038Z] ---> 647aea0f223a [2021-03-09T00:37:46.038Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:37:46.299Z] Removing intermediate container c188de6ec2fe [2021-03-09T00:37:46.299Z] ---> 12a25e6225e5 [2021-03-09T00:37:46.299Z] Step 19/21 : LABEL arch=x86_64 [2021-03-09T00:37:46.564Z] Removing intermediate container d901353792bd [2021-03-09T00:37:46.564Z] ---> 76afa604f42b [2021-03-09T00:37:46.564Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:37:46.564Z] ---> Running in 3b4ad1bc34ac [2021-03-09T00:37:46.864Z] ---> 55befaa71a2d [2021-03-09T00:37:46.864Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T00:37:46.864Z] Removing intermediate container 865e931e36cb [2021-03-09T00:37:46.864Z] ---> 36fb1c7e55cb [2021-03-09T00:37:46.864Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T00:37:46.864Z] ---> de6f5338fe3a [2021-03-09T00:37:46.864Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T00:37:47.169Z] ---> 1e9c99c62c78 [2021-03-09T00:37:47.169Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T00:37:47.169Z] ---> Running in 111f76186817 [2021-03-09T00:37:47.169Z] Removing intermediate container 3b4ad1bc34ac [2021-03-09T00:37:47.169Z] ---> c88fc6bd25ae [2021-03-09T00:37:47.169Z] Step 20/21 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:37:47.434Z] ---> 40a24f5022fb [2021-03-09T00:37:47.434Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T00:37:47.434Z] ---> Running in d932f8867820 [2021-03-09T00:37:47.700Z] Removing intermediate container 111f76186817 [2021-03-09T00:37:47.700Z] ---> 7d0d19206856 [2021-03-09T00:37:47.700Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T00:37:47.700Z] ---> Running in 28dc38827f1e [2021-03-09T00:37:47.700Z] ---> d341b41d8211 [2021-03-09T00:37:47.700Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T00:37:47.974Z] Removing intermediate container d932f8867820 [2021-03-09T00:37:47.974Z] ---> 2ef3e04f1c0e [2021-03-09T00:37:47.974Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T00:37:47.974Z] ---> af3f8780cfd5 [2021-03-09T00:37:47.974Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T00:37:47.974Z] Removing intermediate container 28dc38827f1e [2021-03-09T00:37:47.974Z] ---> 3d5eb0559d05 [2021-03-09T00:37:47.974Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:37:47.974Z] ---> Running in ba80ff47f98e [2021-03-09T00:37:48.253Z] ---> 241c3e4e867a [2021-03-09T00:37:48.253Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T00:37:48.253Z] ---> 2f1d8ccc5cee [2021-03-09T00:37:48.253Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T00:37:48.253Z] ---> Running in 4583df97076b [2021-03-09T00:37:48.253Z] ---> Running in 7ecb134d7d36 [2021-03-09T00:37:48.253Z] ---> Running in 5ae1bac7c189 [2021-03-09T00:37:48.525Z] ---> e1531e0ab2a7 [2021-03-09T00:37:48.525Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T00:37:48.525Z] Removing intermediate container ba80ff47f98e [2021-03-09T00:37:48.525Z] ---> 58d4bf300615 [2021-03-09T00:37:48.525Z] [2021-03-09T00:37:48.793Z] ---> Running in d670f806434d [2021-03-09T00:37:48.794Z] Successfully built 58d4bf300615 [2021-03-09T00:37:48.794Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-09T00:37:48.794Z] Building docker-security-secretstore-setup-go [2021-03-09T00:37:48.794Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4583df97076b [2021-03-09T00:37:48.794Z] ---> 2c6c58a886f0 [2021-03-09T00:37:48.794Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T00:37:48.794Z] Removing intermediate container 7ecb134d7d36 [2021-03-09T00:37:48.794Z] ---> 0e26aa341288 [2021-03-09T00:37:48.794Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:37:49.057Z] ---> Running in e77279b098d1 [2021-03-09T00:37:49.057Z] ---> Running in c7a47189bac3 [2021-03-09T00:37:49.057Z] Removing intermediate container d670f806434d [2021-03-09T00:37:49.057Z] ---> 0d4fbe18cb14 [2021-03-09T00:37:49.057Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:37:49.319Z] ---> Running in fbbeea9029a8 [2021-03-09T00:37:49.319Z] Removing intermediate container e77279b098d1 [2021-03-09T00:37:49.319Z] ---> 23a361b82fd8 [2021-03-09T00:37:49.319Z] Step 21/22 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:37:49.319Z] Removing intermediate container c7a47189bac3 [2021-03-09T00:37:49.319Z] ---> ad1056a4024c [2021-03-09T00:37:49.319Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T00:37:49.600Z] ---> Running in ae86e82b4092 [2021-03-09T00:37:49.600Z] ---> Running in a94e1f327a17 [2021-03-09T00:37:49.871Z] Removing intermediate container fbbeea9029a8 [2021-03-09T00:37:49.871Z] ---> cba12586b7d3 [2021-03-09T00:37:49.871Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T00:37:50.142Z] ---> Running in a9f699f54537 [2021-03-09T00:37:50.417Z] Removing intermediate container ae86e82b4092 [2021-03-09T00:37:50.417Z] ---> ecb8f9625338 [2021-03-09T00:37:50.417Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T00:37:51.002Z] Removing intermediate container a94e1f327a17 [2021-03-09T00:37:51.002Z] ---> bd48968d81d7 [2021-03-09T00:37:51.002Z] Step 22/23 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:37:51.960Z] ---> Running in beef8176b05c [2021-03-09T00:37:52.223Z] ---> Running in 8b1569483942 [2021-03-09T00:37:52.223Z] Removing intermediate container a9f699f54537 [2021-03-09T00:37:52.223Z] ---> 7193bf46723b [2021-03-09T00:37:52.223Z] Step 22/23 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:37:52.223Z] Removing intermediate container 5ae1bac7c189 [2021-03-09T00:37:52.223Z] ---> 2a7113f11e71 [2021-03-09T00:37:52.223Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:37:52.798Z] ---> Running in 651496dd6acf [2021-03-09T00:37:53.905Z] Removing intermediate container 8b1569483942 [2021-03-09T00:37:53.905Z] ---> 24912636f0ec [2021-03-09T00:37:53.905Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T00:37:53.905Z] ---> bb7c02f464f4 [2021-03-09T00:37:53.905Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T00:37:53.905Z] Removing intermediate container beef8176b05c [2021-03-09T00:37:53.905Z] ---> 61000cbb0b96 [2021-03-09T00:37:53.905Z] [2021-03-09T00:37:54.234Z] Removing intermediate container 651496dd6acf [2021-03-09T00:37:54.234Z] ---> 46ef4ed4eaeb [2021-03-09T00:37:54.234Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T00:37:54.234Z] ---> Running in c8a4b829d8d7 [2021-03-09T00:37:54.879Z] Successfully built 61000cbb0b96 [2021-03-09T00:37:54.879Z] Successfully tagged docker-support-notifications-go:latest [2021-03-09T00:37:54.879Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-09T00:37:55.190Z] ---> Running in 57ec91238bf7 [2021-03-09T00:37:55.190Z] Removing intermediate container c8a4b829d8d7 [2021-03-09T00:37:55.190Z] ---> d334fc056a0a [2021-03-09T00:37:55.190Z] [2021-03-09T00:37:56.199Z] Successfully built d334fc056a0a [2021-03-09T00:37:56.786Z] Successfully tagged docker-core-metadata-go:latest [2021-03-09T00:37:56.786Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-09T00:37:57.385Z] Removing intermediate container 57ec91238bf7 [2021-03-09T00:37:57.385Z] ---> 1f6c9a0bb39a [2021-03-09T00:37:57.385Z] [2021-03-09T00:37:57.653Z] ---> bd5638054f95 [2021-03-09T00:37:57.653Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T00:37:57.653Z] Successfully built 1f6c9a0bb39a [2021-03-09T00:37:57.653Z] Successfully tagged docker-core-command-go:latest [2021-03-09T00:37:57.653Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-09T00:37:57.693Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T00:38:01.779Z] ---> fce77bedf478 [2021-03-09T00:38:01.779Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T00:38:02.737Z] ---> 0032ca4c75c0 [2021-03-09T00:38:02.737Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T00:38:08.085Z] ---> 07be0fbd1905 [2021-03-09T00:38:08.085Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T00:38:09.055Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:38:09.055Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:38:09.055Z] ---> 4e0854df9a45 [2021-03-09T00:38:09.055Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T00:38:09.321Z] ---> Using cache [2021-03-09T00:38:09.321Z] ---> b2138df2cb5f [2021-03-09T00:38:09.321Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:38:09.321Z] ---> Using cache [2021-03-09T00:38:09.321Z] ---> a6246ed68751 [2021-03-09T00:38:09.321Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T00:38:09.321Z] ---> Using cache [2021-03-09T00:38:09.321Z] ---> fff834891193 [2021-03-09T00:38:09.321Z] Step 6/24 : COPY go.mod . [2021-03-09T00:38:09.321Z] ---> Using cache [2021-03-09T00:38:09.321Z] ---> 79aca8e3fa0e [2021-03-09T00:38:09.321Z] Step 7/24 : RUN go mod download [2021-03-09T00:38:09.321Z] ---> Using cache [2021-03-09T00:38:09.321Z] ---> 7ee4200dac67 [2021-03-09T00:38:09.321Z] Step 8/24 : COPY . . [2021-03-09T00:38:09.321Z] ---> Using cache [2021-03-09T00:38:09.321Z] ---> f1862c8bd9d4 [2021-03-09T00:38:09.321Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T00:38:10.291Z] ---> Running in 62b5cfe17a70 [2021-03-09T00:38:10.291Z] ---> Running in 967c6ea7e18b [2021-03-09T00:38:12.907Z] Removing intermediate container 62b5cfe17a70 [2021-03-09T00:38:12.907Z] ---> 07d236be3a96 [2021-03-09T00:38:12.907Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T00:38:17.779Z] 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-09T00:38:18.755Z] ---> 3797dae3d5c2 [2021-03-09T00:38:18.755Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T00:38:20.833Z] ---> Running in e9607246000f [2021-03-09T00:38:21.435Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:38:21.435Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:38:21.435Z] ---> 4e0854df9a45 [2021-03-09T00:38:21.435Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T00:38:21.435Z] ---> Using cache [2021-03-09T00:38:21.435Z] ---> b2138df2cb5f [2021-03-09T00:38:21.435Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:38:21.435Z] ---> Using cache [2021-03-09T00:38:21.435Z] ---> a6246ed68751 [2021-03-09T00:38:21.435Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T00:38:21.435Z] ---> Using cache [2021-03-09T00:38:21.435Z] ---> fff834891193 [2021-03-09T00:38:21.435Z] Step 6/22 : COPY go.mod . [2021-03-09T00:38:21.435Z] ---> Using cache [2021-03-09T00:38:21.435Z] ---> 79aca8e3fa0e [2021-03-09T00:38:21.435Z] Step 7/22 : RUN go mod download [2021-03-09T00:38:21.435Z] ---> Using cache [2021-03-09T00:38:21.435Z] ---> 7ee4200dac67 [2021-03-09T00:38:21.435Z] Step 8/22 : COPY . . [2021-03-09T00:38:21.702Z] ---> Using cache [2021-03-09T00:38:21.702Z] ---> f1862c8bd9d4 [2021-03-09T00:38:21.702Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T00:38:23.125Z] ---> Running in acc83247deb2 [2021-03-09T00:38:23.598Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:38:23.598Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:38:23.598Z] ---> 4e0854df9a45 [2021-03-09T00:38:23.598Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T00:38:23.598Z] ---> Using cache [2021-03-09T00:38:23.598Z] ---> b2138df2cb5f [2021-03-09T00:38:23.598Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:38:23.598Z] ---> Using cache [2021-03-09T00:38:23.598Z] ---> a6246ed68751 [2021-03-09T00:38:23.598Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T00:38:23.866Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:38:23.866Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:38:23.866Z] ---> 4e0854df9a45 [2021-03-09T00:38:23.866Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T00:38:23.866Z] ---> Using cache [2021-03-09T00:38:23.866Z] ---> b2138df2cb5f [2021-03-09T00:38:23.866Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:38:23.866Z] ---> Using cache [2021-03-09T00:38:23.866Z] ---> a6246ed68751 [2021-03-09T00:38:23.866Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T00:38:24.467Z] ---> Running in 266c357ebea0 [2021-03-09T00:38:24.467Z] ---> Running in caaa195a2076 [2021-03-09T00:38:25.458Z] 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-09T00:38:25.458Z] Removing intermediate container e9607246000f [2021-03-09T00:38:25.458Z] ---> 7b0e6276ef46 [2021-03-09T00:38:25.458Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T00:38:25.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:38:25.735Z] ---> Running in 4d33f65d5219 [2021-03-09T00:38:25.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:38:26.024Z] Removing intermediate container 4d33f65d5219 [2021-03-09T00:38:26.024Z] ---> 358cbb4b8047 [2021-03-09T00:38:26.024Z] Step 28/31 : CMD ["gate"] [2021-03-09T00:38:26.306Z] ---> Running in ef870fb0d052 [2021-03-09T00:38:26.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:38:26.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:38:26.578Z] Removing intermediate container ef870fb0d052 [2021-03-09T00:38:26.578Z] ---> 16189b9e1181 [2021-03-09T00:38:26.578Z] Step 29/31 : LABEL arch=x86_64 [2021-03-09T00:38:26.850Z] ---> Running in a8207aa7edba [2021-03-09T00:38:27.132Z] Removing intermediate container a8207aa7edba [2021-03-09T00:38:27.132Z] ---> bb79d84d4014 [2021-03-09T00:38:27.132Z] Step 30/31 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:38:27.132Z] OK: 233 MiB in 51 packages [2021-03-09T00:38:27.132Z] OK: 233 MiB in 51 packages [2021-03-09T00:38:27.132Z] ---> Running in b68185ef6c46 [2021-03-09T00:38:27.730Z] Removing intermediate container b68185ef6c46 [2021-03-09T00:38:27.730Z] ---> d3e7568dc7f0 [2021-03-09T00:38:27.730Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T00:38:27.999Z] ---> Running in 9df693598459 [2021-03-09T00:38:28.269Z] Removing intermediate container 266c357ebea0 [2021-03-09T00:38:28.269Z] ---> e4b1ca2f5214 [2021-03-09T00:38:28.269Z] Step 6/26 : COPY go.mod . [2021-03-09T00:38:28.590Z] Removing intermediate container caaa195a2076 [2021-03-09T00:38:28.590Z] ---> 827b48c08064 [2021-03-09T00:38:28.590Z] Step 6/23 : COPY go.mod . [2021-03-09T00:38:28.590Z] Removing intermediate container 9df693598459 [2021-03-09T00:38:28.590Z] ---> 5d820b7b24a9 [2021-03-09T00:38:28.590Z] [2021-03-09T00:38:28.874Z] ---> 9b83d741ead0 [2021-03-09T00:38:28.874Z] Step 7/26 : RUN go mod download [2021-03-09T00:38:28.874Z] ---> Running in 1df792bf21c7 [2021-03-09T00:38:28.874Z] ---> 4baf67a81508 [2021-03-09T00:38:28.874Z] Step 7/23 : RUN go mod download [2021-03-09T00:38:28.874Z] Successfully built 5d820b7b24a9 [2021-03-09T00:38:28.874Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-09T00:38:28.874Z] ---> Running in ed8a2f592ff4 [2021-03-09T00:38:33.257Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 1df792bf21c7 [2021-03-09T00:38:33.257Z] ---> b47b2039ddbc [2021-03-09T00:38:33.257Z] Step 8/26 : COPY . . [2021-03-09T00:38:33.257Z] Removing intermediate container ed8a2f592ff4 [2021-03-09T00:38:33.257Z] ---> 1d6e290408a8 [2021-03-09T00:38:33.257Z] Step 8/23 : COPY . . [2021-03-09T00:38:43.479Z] 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-09T00:38:55.336Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T00:38:57.993Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T00:39:02.627Z] Removing intermediate container 967c6ea7e18b [2021-03-09T00:39:02.627Z] ---> f718b5240960 [2021-03-09T00:39:02.627Z] [2021-03-09T00:39:02.627Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T00:39:02.627Z] ---> 88dd2752d2ea [2021-03-09T00:39:02.627Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T00:39:02.627Z] ---> Running in 4a682c899296 [2021-03-09T00:39:02.627Z] Removing intermediate container acc83247deb2 [2021-03-09T00:39:02.627Z] ---> 15cf2f275002 [2021-03-09T00:39:02.627Z] [2021-03-09T00:39:02.627Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T00:39:02.627Z] ---> 88dd2752d2ea [2021-03-09T00:39:02.627Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T00:39:02.627Z] ---> Using cache [2021-03-09T00:39:02.627Z] ---> 22ded2cc6550 [2021-03-09T00:39:02.627Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T00:39:02.627Z] ---> Using cache [2021-03-09T00:39:02.627Z] ---> 0c7936139b19 [2021-03-09T00:39:02.627Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T00:39:02.627Z] ---> 274e259448fb [2021-03-09T00:39:02.627Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T00:39:02.627Z] ---> 13b43fdf11bc [2021-03-09T00:39:02.627Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T00:39:02.627Z] ---> Running in 03a59e58da94 [2021-03-09T00:39:02.627Z] ---> Running in ed2af9d511d7 [2021-03-09T00:39:02.627Z] ---> Running in d1e0b8495c23 [2021-03-09T00:39:02.627Z] Removing intermediate container ed2af9d511d7 [2021-03-09T00:39:02.627Z] ---> 9846cd73ec12 [2021-03-09T00:39:02.627Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T00:39:02.627Z] ---> Running in 76634659ddd6 [2021-03-09T00:39:02.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:39:02.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:39:02.904Z] Removing intermediate container 76634659ddd6 [2021-03-09T00:39:02.904Z] ---> 66f60d63a0fb [2021-03-09T00:39:02.904Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:39:02.904Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T00:39:02.904Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T00:39:02.904Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T00:39:03.185Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T00:39:03.185Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T00:39:03.185Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:39:03.185Z] 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-09T00:39:03.185Z] 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-09T00:39:03.185Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T00:39:03.185Z] OK: 7 MiB in 19 packages [2021-03-09T00:39:03.763Z] ---> 8e6ab6ea32fe [2021-03-09T00:39:03.763Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T00:39:05.725Z] Removing intermediate container 4a682c899296 [2021-03-09T00:39:05.725Z] ---> 4d604910a9cd [2021-03-09T00:39:05.725Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T00:39:05.725Z] ---> dda5942b0efe [2021-03-09T00:39:05.725Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T00:39:05.725Z] ---> Running in d04375fef6cb [2021-03-09T00:39:06.001Z] Removing intermediate container d04375fef6cb [2021-03-09T00:39:06.001Z] ---> be0b48814d63 [2021-03-09T00:39:06.001Z] Step 13/24 : WORKDIR / [2021-03-09T00:39:06.281Z] ---> bb7d9b1d02d2 [2021-03-09T00:39:06.281Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T00:39:06.281Z] ---> Running in c574fb537467 [2021-03-09T00:39:06.281Z] ---> Running in 35468e3fd0b5 [2021-03-09T00:39:08.244Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T00:39:08.244Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T00:39:08.290Z] Removing intermediate container c574fb537467 [2021-03-09T00:39:08.290Z] ---> 3308e5eb80b7 [2021-03-09T00:39:08.290Z] 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-09T00:39:08.290Z] Removing intermediate container 35468e3fd0b5 [2021-03-09T00:39:08.290Z] ---> d850c6124086 [2021-03-09T00:39:08.290Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:39:08.290Z] ---> Running in a07e0bbfda5c [2021-03-09T00:39:08.290Z] ---> 8d5720db49e0 [2021-03-09T00:39:08.290Z] 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-09T00:39:08.570Z] Removing intermediate container a07e0bbfda5c [2021-03-09T00:39:08.570Z] ---> e813f91451b5 [2021-03-09T00:39:08.570Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T00:39:08.845Z] ---> Running in 8ff76c546f1c [2021-03-09T00:39:08.845Z] ---> 30d685b65c9b [2021-03-09T00:39:08.845Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T00:39:09.116Z] Removing intermediate container 8ff76c546f1c [2021-03-09T00:39:09.116Z] ---> a34a055ce4ca [2021-03-09T00:39:09.116Z] Step 21/22 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:39:09.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T00:39:09.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T00:39:09.242Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T00:39:09.393Z] ---> Running in 4452bb851397 [2021-03-09T00:39:09.393Z] ---> 134e7ef9373e [2021-03-09T00:39:09.393Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T00:39:09.678Z] Removing intermediate container 4452bb851397 [2021-03-09T00:39:09.678Z] ---> 69ed03308416 [2021-03-09T00:39:09.678Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T00:39:09.678Z] ---> Running in 42a6080fcf99 [2021-03-09T00:39:09.854Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T00:39:10.285Z] Removing intermediate container 42a6080fcf99 [2021-03-09T00:39:10.285Z] ---> afe6b569639b [2021-03-09T00:39:10.285Z] [2021-03-09T00:39:10.285Z] ---> 6ecffae455c5 [2021-03-09T00:39:10.285Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T00:39:10.285Z] Successfully built afe6b569639b [2021-03-09T00:39:10.572Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-09T00:39:11.178Z]  Building docker-support-scheduler-go ... done  ---> 00e31058f0e4 [2021-03-09T00:39:11.178Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T00:39:11.450Z] ---> efb54da1c266 [2021-03-09T00:39:11.450Z] 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-09T00:39:11.728Z] ---> Running in 4805ca8196b3 [2021-03-09T00:39:13.712Z] Removing intermediate container 4805ca8196b3 [2021-03-09T00:39:13.713Z] ---> 35d05a4add05 [2021-03-09T00:39:13.713Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T00:39:13.713Z] ---> Running in 74b9429eb15c [2021-03-09T00:39:13.989Z] Removing intermediate container 74b9429eb15c [2021-03-09T00:39:13.989Z] ---> 0fcf4b51a7fe [2021-03-09T00:39:13.989Z] Step 22/24 : LABEL arch=x86_64 [2021-03-09T00:39:14.196Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T00:39:14.197Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T00:39:14.271Z] ---> Running in ec6f59aef9d1 [2021-03-09T00:39:14.545Z] Removing intermediate container ec6f59aef9d1 [2021-03-09T00:39:14.545Z] ---> a06bebde513a [2021-03-09T00:39:14.545Z] Step 23/24 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:39:14.545Z] ---> Running in 05c65dcb5ed5 [2021-03-09T00:39:15.546Z] Removing intermediate container 05c65dcb5ed5 [2021-03-09T00:39:15.546Z] ---> 2ee8e7cc68a1 [2021-03-09T00:39:15.546Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T00:39:15.819Z] ---> Running in f8a3265998bf [2021-03-09T00:39:16.092Z] Removing intermediate container f8a3265998bf [2021-03-09T00:39:16.092Z] ---> 2aa6816e691f [2021-03-09T00:39:16.092Z] [2021-03-09T00:39:16.368Z] Successfully built 2aa6816e691f [2021-03-09T00:39:16.368Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-09T00:39:24.414Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T00:39:24.414Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T00:39:24.414Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T00:39:24.627Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d1e0b8495c23 [2021-03-09T00:39:24.627Z] ---> 7e35445dc77c [2021-03-09T00:39:24.627Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T00:39:24.627Z] ---> Running in 5503dc799ecd [2021-03-09T00:39:24.627Z] 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-09T00:39:26.587Z] Removing intermediate container 5503dc799ecd [2021-03-09T00:39:26.587Z] ---> 85dd86b0d1ff [2021-03-09T00:39:26.587Z] [2021-03-09T00:39:26.587Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T00:39:26.587Z] 20.10.0: Pulling from library/docker [2021-03-09T00:39:27.171Z] Removing intermediate container 03a59e58da94 [2021-03-09T00:39:27.171Z] ---> bf8e75f3cb33 [2021-03-09T00:39:27.171Z] [2021-03-09T00:39:27.171Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T00:39:27.171Z] ---> 88dd2752d2ea [2021-03-09T00:39:27.171Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T00:39:27.437Z] ---> Running in 313c6ea32831 [2021-03-09T00:39:28.015Z] Removing intermediate container 313c6ea32831 [2021-03-09T00:39:28.015Z] ---> b8077c796821 [2021-03-09T00:39:28.015Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T00:39:28.595Z] ---> Running in 7c70c81e7e9b [2021-03-09T00:39:28.595Z] Removing intermediate container 7c70c81e7e9b [2021-03-09T00:39:28.595Z] ---> b36d7facff77 [2021-03-09T00:39:28.595Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T00:39:28.595Z] ---> Running in f9bd871ce7de [2021-03-09T00:39:28.867Z] Removing intermediate container f9bd871ce7de [2021-03-09T00:39:28.867Z] ---> 4a2987cf1088 [2021-03-09T00:39:28.867Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:39:29.137Z] ---> Running in b57ad9c4e279 [2021-03-09T00:39:29.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.335s coverage: 45.9% of statements [2021-03-09T00:39:29.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T00:39:29.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T00:39:29.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T00:39:29.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T00:39:29.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T00:39:29.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T00:39:29.871Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T00:39:29.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.301s coverage: 100.0% of statements [2021-03-09T00:39:30.567Z] Removing intermediate container b57ad9c4e279 [2021-03-09T00:39:30.567Z] ---> ae812ac911ad [2021-03-09T00:39:30.567Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T00:39:30.567Z] ---> Running in 5264e1d23158 [2021-03-09T00:39:31.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:39:32.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:39:32.375Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T00:39:32.375Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T00:39:32.375Z] ---> aefe523efa57 [2021-03-09T00:39:32.375Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T00:39:32.642Z] ---> Running in 9498f8e87b93 [2021-03-09T00:39:32.907Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T00:39:33.171Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T00:39:33.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:39:33.171Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T00:39:33.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:39:33.435Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T00:39:33.435Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T00:39:33.435Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T00:39:33.435Z] Executing bash-5.0.17-r0.post-install [2021-03-09T00:39:33.435Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:39:33.435Z] OK: 12 MiB in 22 packages [2021-03-09T00:39:33.701Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T00:39:33.701Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T00:39:33.970Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:39:33.970Z] OK: 8 MiB in 20 packages [2021-03-09T00:39:33.970Z] Removing intermediate container 9498f8e87b93 [2021-03-09T00:39:33.970Z] ---> 08e1cb260b71 [2021-03-09T00:39:33.970Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T00:39:34.234Z] ---> Running in 6783425df76b [2021-03-09T00:39:34.499Z] Removing intermediate container 6783425df76b [2021-03-09T00:39:34.499Z] ---> fd8ae7a2963e [2021-03-09T00:39:34.499Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T00:39:34.499Z] ---> Running in 976e01538a2f [2021-03-09T00:39:34.499Z] Removing intermediate container 5264e1d23158 [2021-03-09T00:39:34.499Z] ---> 90b672e47c7c [2021-03-09T00:39:34.500Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:39:34.762Z] Removing intermediate container 976e01538a2f [2021-03-09T00:39:34.762Z] ---> 36c87b000ce2 [2021-03-09T00:39:34.762Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T00:39:34.762Z] ---> Running in 43fcca8c1ced [2021-03-09T00:39:34.762Z] ---> c193c5bee8a1 [2021-03-09T00:39:34.762Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T00:39:35.033Z] Removing intermediate container 43fcca8c1ced [2021-03-09T00:39:35.033Z] ---> 44c6c273b807 [2021-03-09T00:39:35.033Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T00:39:35.633Z] ---> a51d12397828 [2021-03-09T00:39:35.633Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T00:39:35.633Z] ---> 72206150d493 [2021-03-09T00:39:35.633Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T00:39:35.897Z] ---> a4832bc52570 [2021-03-09T00:39:35.897Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T00:39:35.897Z] ---> 9b514a1fc6a6 [2021-03-09T00:39:35.897Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T00:39:35.897Z] ---> Running in c35cfa871805 [2021-03-09T00:39:36.161Z] Removing intermediate container c35cfa871805 [2021-03-09T00:39:36.161Z] ---> 61fc78a8d0db [2021-03-09T00:39:36.161Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:39:37.122Z] ---> 3a7ad4ca1e44 [2021-03-09T00:39:37.122Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T00:39:37.122Z] ---> Running in 40be1989eb41 [2021-03-09T00:39:37.122Z] ---> Running in db5c379a8c57 [2021-03-09T00:39:37.397Z] Removing intermediate container 40be1989eb41 [2021-03-09T00:39:37.397Z] ---> 65996fb468fa [2021-03-09T00:39:37.397Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T00:39:37.662Z] ---> Running in c58db2aa9302 [2021-03-09T00:39:37.927Z] Removing intermediate container c58db2aa9302 [2021-03-09T00:39:37.927Z] ---> c546fb1587ce [2021-03-09T00:39:37.927Z] Step 22/23 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:39:37.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:39:37.927Z] ---> Running in 21be7a16f2d2 [2021-03-09T00:39:37.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:39:38.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.1% of statements [2021-03-09T00:39:38.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T00:39:38.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T00:39:38.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T00:39:38.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T00:39:38.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T00:39:38.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T00:39:38.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements [2021-03-09T00:39:38.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T00:39:38.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-03-09T00:39:38.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T00:39:38.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T00:39:38.268Z] Removing intermediate container 21be7a16f2d2 [2021-03-09T00:39:38.268Z] ---> 3bb37f4d9344 [2021-03-09T00:39:38.268Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T00:39:38.268Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T00:39:38.268Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T00:39:38.268Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T00:39:38.268Z] ---> Running in 9dc2d744a3ef [2021-03-09T00:39:38.268Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T00:39:38.268Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T00:39:38.268Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T00:39:38.268Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T00:39:38.882Z] Removing intermediate container 9dc2d744a3ef [2021-03-09T00:39:38.882Z] ---> edda9aa04ae4 [2021-03-09T00:39:38.882Z] [2021-03-09T00:39:38.882Z] Successfully built edda9aa04ae4 [2021-03-09T00:39:38.882Z] Successfully tagged docker-core-data-go:latest [2021-03-09T00:39:39.152Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T00:39:39.152Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T00:39:39.152Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T00:39:39.152Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T00:39:39.152Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T00:39:39.152Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T00:39:39.152Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T00:39:39.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.323s coverage: 66.2% of statements [2021-03-09T00:39:39.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T00:39:39.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T00:39:39.438Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T00:39:39.438Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T00:39:39.438Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T00:39:39.438Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T00:39:39.438Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T00:39:39.438Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T00:39:39.438Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T00:39:39.438Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T00:39:39.438Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T00:39:39.438Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T00:39:39.438Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T00:39:39.438Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T00:39:39.438Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T00:39:39.438Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T00:39:39.438Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T00:39:39.438Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T00:39:39.717Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T00:39:39.718Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T00:39:39.718Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T00:39:39.718Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:39:39.718Z] OK: 71 MiB in 55 packages [2021-03-09T00:39:41.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.702s coverage: 82.4% of statements [2021-03-09T00:39:41.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T00:39:41.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T00:39:41.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-09T00:39:41.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T00:39:49.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.434s coverage: 28.6% of statements [2021-03-09T00:39:49.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T00:39:49.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T00:39:49.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T00:39:49.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T00:39:49.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T00:39:49.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.184s coverage: 100.0% of statements [2021-03-09T00:39:49.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T00:39:49.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-03-09T00:39:49.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T00:39:49.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.424s coverage: 86.7% of statements [2021-03-09T00:39:49.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T00:39:49.793Z] Removing intermediate container db5c379a8c57 [2021-03-09T00:39:49.793Z] ---> 5d694bf653f4 [2021-03-09T00:39:49.793Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T00:39:49.793Z] ---> Running in da390337586d [2021-03-09T00:39:49.793Z] Collecting docker-compose==1.23.2 [2021-03-09T00:39:49.793Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T00:39:50.054Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T00:39:50.054Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T00:39:50.054Z] 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-09T00:39:50.054Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T00:39:50.054Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T00:39:51.007Z] Collecting PyYAML<4,>=3.10 [2021-03-09T00:39:51.007Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T00:39:51.582Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T00:39:51.582Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T00:39:51.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.404s coverage: 97.5% of statements [2021-03-09T00:39:51.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T00:39:51.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.186s coverage: 78.3% of statements [2021-03-09T00:39:51.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T00:39:51.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T00:39:51.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T00:39:51.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T00:39:51.843Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T00:39:51.843Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T00:39:52.106Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T00:39:52.106Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T00:39:52.368Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T00:39:52.368Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T00:39:52.941Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T00:39:52.941Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T00:39:52.941Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T00:39:52.941Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T00:39:53.517Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T00:39:53.517Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T00:39:53.517Z] Collecting idna<2.8,>=2.5 [2021-03-09T00:39:53.517Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T00:39:53.517Z] 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-09T00:39:53.518Z] 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-09T00:39:53.518Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T00:39:53.518Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T00:39:53.783Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T00:39:53.783Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T00:39:53.783Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T00:39:53.783Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T00:39:53.783Z] Installing collected packages: jsonschema, dockerpty, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, cached-property, docopt, docker-compose [2021-03-09T00:39:54.046Z] Running setup.py install for dockerpty: started [2021-03-09T00:39:54.629Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T00:39:54.629Z] Running setup.py install for PyYAML: started [2021-03-09T00:39:55.206Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T00:39:55.206Z] Attempting uninstall: idna [2021-03-09T00:39:55.206Z] Found existing installation: idna 2.9 [2021-03-09T00:39:55.206Z] Uninstalling idna-2.9: [2021-03-09T00:39:55.206Z] Successfully uninstalled idna-2.9 [2021-03-09T00:39:55.467Z] Attempting uninstall: urllib3 [2021-03-09T00:39:55.467Z] Found existing installation: urllib3 1.25.9 [2021-03-09T00:39:55.467Z] Uninstalling urllib3-1.25.9: [2021-03-09T00:39:55.467Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T00:39:55.730Z] Attempting uninstall: requests [2021-03-09T00:39:55.730Z] Found existing installation: requests 2.23.0 [2021-03-09T00:39:55.730Z] Uninstalling requests-2.23.0: [2021-03-09T00:39:55.730Z] Successfully uninstalled requests-2.23.0 [2021-03-09T00:39:55.992Z] Running setup.py install for texttable: started [2021-03-09T00:39:56.566Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T00:39:56.566Z] Running setup.py install for docopt: started [2021-03-09T00:39:57.142Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T00:39:57.406Z] 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-09T00:40:01.634Z] Removing intermediate container da390337586d [2021-03-09T00:40:01.634Z] ---> 1224530114db [2021-03-09T00:40:01.634Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T00:40:01.634Z] ---> Running in 178f19c140fb [2021-03-09T00:40:01.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T00:40:01.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T00:40:01.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.562s coverage: 92.8% of statements [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T00:40:01.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T00:40:01.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T00:40:01.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T00:40:01.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements [2021-03-09T00:40:01.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.120s coverage: 79.5% of statements [2021-03-09T00:40:01.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements [2021-03-09T00:40:01.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.120s coverage: 96.3% of statements [2021-03-09T00:40:01.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-09T00:40:01.904Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T00:40:01.904Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T00:40:01.904Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T00:40:01.904Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:40:01.904Z] OK: 72 MiB in 58 packages [2021-03-09T00:40:02.498Z] Removing intermediate container 178f19c140fb [2021-03-09T00:40:02.498Z] ---> 6ab7975ea136 [2021-03-09T00:40:02.498Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T00:40:02.498Z] ---> Running in e391b51abf92 [2021-03-09T00:40:02.762Z] Removing intermediate container e391b51abf92 [2021-03-09T00:40:02.762Z] ---> b849ccda707a [2021-03-09T00:40:02.762Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:40:03.033Z] ---> Running in 3034e06447b7 [2021-03-09T00:40:03.033Z] Removing intermediate container 3034e06447b7 [2021-03-09T00:40:03.033Z] ---> 2c9670010a83 [2021-03-09T00:40:03.033Z] Step 24/26 : LABEL arch=x86_64 [2021-03-09T00:40:03.033Z] ---> Running in 5d5c21e8fce1 [2021-03-09T00:40:03.304Z] Removing intermediate container 5d5c21e8fce1 [2021-03-09T00:40:03.304Z] ---> 017ab7ed0448 [2021-03-09T00:40:03.304Z] Step 25/26 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:40:03.304Z] ---> Running in 42b0fc72b4df [2021-03-09T00:40:03.566Z] Removing intermediate container 42b0fc72b4df [2021-03-09T00:40:03.566Z] ---> 3f7cb687355b [2021-03-09T00:40:03.566Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T00:40:03.566Z] ---> Running in 86948d5899f7 [2021-03-09T00:40:03.829Z] Removing intermediate container 86948d5899f7 [2021-03-09T00:40:03.829Z] ---> ec2005035817 [2021-03-09T00:40:03.829Z] [2021-03-09T00:40:04.090Z] Successfully built ec2005035817 [2021-03-09T00:40:04.090Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-09T00:40:04.364Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-09T00:40:04.383Z] $ docker stop --time=1 582a514bdb439b886967b973f979056fa8e830907a3017b0a3224a790f2dfc4b [2021-03-09T00:40:06.059Z] $ docker rm -f 582a514bdb439b886967b973f979056fa8e830907a3017b0a3224a790f2dfc4b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T00:40:06.670Z] + docker images [2021-03-09T00:40:06.670Z] + grep docker [2021-03-09T00:40:07.769Z] docker-sys-mgmt-agent-go latest ec2005035817 4 seconds ago 313MB [2021-03-09T00:40:07.769Z] docker-core-data-go latest edda9aa04ae4 29 seconds ago 22.4MB [2021-03-09T00:40:07.769Z] docker-security-secretstore-setup-go latest 2aa6816e691f 52 seconds ago 24.9MB [2021-03-09T00:40:07.769Z] docker-support-scheduler-go latest afe6b569639b 58 seconds ago 17.2MB [2021-03-09T00:40:07.769Z] docker-security-bootstrapper-go latest 5d820b7b24a9 About a minute ago 18.7MB [2021-03-09T00:40:07.769Z] docker-core-command-go latest 1f6c9a0bb39a 2 minutes ago 17.2MB [2021-03-09T00:40:07.769Z] docker-core-metadata-go latest d334fc056a0a 2 minutes ago 19MB [2021-03-09T00:40:07.769Z] docker-support-notifications-go latest 61000cbb0b96 2 minutes ago 17.8MB [2021-03-09T00:40:07.769Z] docker-security-proxy-setup-go latest 58d4bf300615 2 minutes ago 24.7MB [2021-03-09T00:40:07.769Z] 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-09T00:40:14.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.098s coverage: 94.4% of statements [2021-03-09T00:40:14.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-09T00:40:14.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.156s coverage: 81.4% of statements [2021-03-09T00:40:23.537Z] Still waiting to schedule task [2021-03-09T00:40:23.538Z] ‘prd-ubuntu18.04-docker-8c-8g-29060’ is offline [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.150s coverage: 92.9% of statements [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 77.8% of statements [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.6% of statements [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.6% of statements [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.664s coverage: 62.4% of statements [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T00:40:33.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2021-03-09T00:40:33.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-03-09T00:40:33.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.134s coverage: 73.7% of statements [2021-03-09T00:40:34.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-03-09T00:40:38.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.003s coverage: 69.0% of statements [2021-03-09T00:40:38.413Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T00:40:38.413Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T00:40:38.413Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T00:40:39.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.445s coverage: 38.4% of statements [2021-03-09T00:40:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T00:40:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T00:40:39.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.106s coverage: 89.5% of statements [2021-03-09T00:40:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T00:40:39.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements [2021-03-09T00:40:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.464s coverage: 47.0% of statements [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T00:40:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.165s coverage: 100.0% of statements [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T00:40:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.181s coverage: 100.0% of statements [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T00:40:48.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.395s coverage: 87.8% of statements [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T00:40:48.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T00:40:58.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.678s coverage: 29.1% of statements [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T00:40:58.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T00:40:58.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T00:40:58.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.258s coverage: 95.6% of statements [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T00:40:58.421Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T00:40:58.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T00:40:58.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T00:40:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T00:40:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-03-09T00:40:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T00:40:58.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T00:40:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements [2021-03-09T00:40:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-09T00:40:58.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-03-09T00:40:58.695Z] GO111MODULE=on go vet ./... [2021-03-09T00:42:16.211Z] Running on prd-ubuntu18.04-docker-8c-8g-29061 in /w/workspace/edgexfoundry_edgex-go_PR-3235 [Pipeline] { [Pipeline] ws [2021-03-09T00:42:16.264Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-09T00:42:18.420Z] using credential edgex-jenkins-ssh [2021-03-09T00:42:18.474Z] Cloning the remote Git repository [2021-03-09T00:42:18.475Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T00:42:18.538Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-09T00:42:18.573Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T00:42:18.573Z] > git --version # timeout=10 [2021-03-09T00:42:18.586Z] > git --version # 'git version 2.17.1' [2021-03-09T00:42:18.586Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T00:42:18.611Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T00:42:20.535Z] gofmt -l . [2021-03-09T00:42:20.809Z] [ "`gofmt -l .`" = "" ] [2021-03-09T00:42:24.249Z] ./bin/test-go-mod-tidy.sh [2021-03-09T00:42:24.926Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T00:42:27.605Z] + ls -al . [2021-03-09T00:42:27.605Z] total 764 [2021-03-09T00:42:27.605Z] drwxrwxr-x 9 1001 1001 4096 Mar 9 00:42 . [2021-03-09T00:42:27.605Z] drwxr-xr-x 4 root root 4096 Mar 9 00:37 .. [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 00:35 .dockerignore [2021-03-09T00:42:27.605Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 00:35 .git [2021-03-09T00:42:27.605Z] drwxrwxr-x 3 1001 1001 4096 Mar 9 00:35 .github [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 00:35 .gitignore [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 00:35 .sonarcloud.properties [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 8475 Mar 9 00:35 Attribution.txt [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 00:35 CONTRIBUTING.md [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 00:35 Dockerfile.build [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 00:35 Jenkinsfile [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 00:35 LICENSE [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 00:35 Makefile [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 6524 Mar 9 00:35 README.md [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 00:35 SECURITY.md [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 00:31 VERSION [2021-03-09T00:42:27.605Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 00:35 ZMQWindows.md [2021-03-09T00:42:27.605Z] drwxrwxr-x 2 1001 1001 4096 Mar 9 00:35 bin [2021-03-09T00:42:27.605Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 00:35 cmd [2021-03-09T00:42:27.605Z] -rw-r--r-- 1 root root 622934 Mar 9 00:40 coverage.out [2021-03-09T00:42:27.605Z] -rw-r--r-- 1 root root 1055 Mar 9 00:42 go.mod [2021-03-09T00:42:27.605Z] -rw-r--r-- 1 root root 21699 Mar 9 00:42 go.sum [2021-03-09T00:42:27.605Z] drwxrwxr-x 8 1001 1001 4096 Mar 9 00:35 internal [2021-03-09T00:42:27.605Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 00:35 openapi [2021-03-09T00:42:27.605Z] drwxrwxr-x 4 1001 1001 4096 Mar 9 00:35 snap [2021-03-09T00:42:27.606Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 00:35 version.go [Pipeline] sh [2021-03-09T00:42:28.274Z] + '[' -e coverage.out ] [2021-03-09T00:42:28.274Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T00:42:28.340Z] Warning: overwriting stash ‘coverage-report’ [2021-03-09T00:42:29.534Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T00:42:30.189Z] + make build [2021-03-09T00:42:30.189Z] 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-09T00:42:30.559Z] Merging remotes/origin/master commit 7248181b27c1f196cc7a2300d5170335b9add480 into PR head commit 3f742185ec0c8b850a516c4280deab188fd20546 [2021-03-09T00:42:30.817Z] Merge succeeded, producing 962d1b1aa2682fbd5a2ea12b5cb206ed72407c40 [2021-03-09T00:42:30.817Z] Checking out Revision 962d1b1aa2682fbd5a2ea12b5cb206ed72407c40 (PR-3235) [2021-03-09T00:42:30.044Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T00:42:30.049Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T00:42:30.058Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T00:42:30.068Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T00:42:30.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T00:42:30.073Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3235/head:refs/remotes/origin/PR-3235 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T00:42:30.563Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:42:30.567Z] > git checkout -f 3f742185ec0c8b850a516c4280deab188fd20546 # timeout=10 [2021-03-09T00:42:30.683Z] > git remote # timeout=10 [2021-03-09T00:42:30.693Z] > git config --get remote.origin.url # timeout=10 [2021-03-09T00:42:30.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T00:42:30.706Z] > git merge 7248181b27c1f196cc7a2300d5170335b9add480 # timeout=10 [2021-03-09T00:42:30.807Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-09T00:42:30.815Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T00:42:30.819Z] > git checkout -f 962d1b1aa2682fbd5a2ea12b5cb206ed72407c40 # timeout=10 [2021-03-09T00:42:34.568Z] Commit message: "Merge commit '7248181b27c1f196cc7a2300d5170335b9add480' into HEAD" [2021-03-09T00:42:34.569Z] > git rev-list --no-walk 3f742185ec0c8b850a516c4280deab188fd20546 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T00:42:35.706Z] + echo snap-build.sh [2021-03-09T00:42:35.706Z] snap-build.sh [2021-03-09T00:42:35.706Z] + SNAP_BASE_DIR=. [2021-03-09T00:42:35.706Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-09T00:42:35.706Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-09T00:42:35.706Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-09T00:42:35.706Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-09T00:42:35.706Z] + cd /w/workspace/edgex-go/2 [2021-03-09T00:42:35.706Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-09T00:42:35.706Z] Reading package lists... [2021-03-09T00:42:35.706Z] Building dependency tree... [2021-03-09T00:42:35.706Z] Reading state information... [2021-03-09T00:42:35.968Z] The following packages were automatically installed and are no longer required: [2021-03-09T00:42:35.968Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-09T00:42:35.968Z] uidmap xdelta3 [2021-03-09T00:42:35.968Z] Use 'sudo apt autoremove' to remove them. [2021-03-09T00:42:35.968Z] The following packages will be REMOVED: [2021-03-09T00:42:35.968Z] lxd* lxd-client* [2021-03-09T00:42:36.540Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-09T00:42:36.541Z] After this operation, 31.7 MB disk space will be freed. [2021-03-09T00:42:37.588Z] (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-09T00:42:37.588Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T00:42:38.980Z] Removing lxd dnsmasq configuration [2021-03-09T00:42:38.980Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T00:42:39.241Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-09T00:42:39.814Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-09T00:42:40.334Z] (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-09T00:42:40.334Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-09T00:42:41.724Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-09T00:42:41.985Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-09T00:42:42.586Z] 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-09T00:42:43.385Z] + sudo snap remove --purge lxd [2021-03-09T00:42:43.650Z] snap "lxd" is not installed [2021-03-09T00:42:43.650Z] + sudo groupadd --force --system lxd [2021-03-09T00:42:43.650Z] ++ whoami [2021-03-09T00:42:43.650Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-09T00:42:43.650Z] + newgrp - lxd [2021-03-09T00:42:43.650Z] + sudo snap install lxd [2021-03-09T00:42:51.835Z] 2021-03-09T00:42:48Z INFO Waiting for automatic snapd restart... [2021-03-09T00:43:09.410Z] 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-09T00:43:12.059Z] 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-09T00:43:13.828Z] lxd 4.11 from Canonical* installed [2021-03-09T00:43:13.828Z] + sudo lxd init --auto [2021-03-09T00:43:17.465Z] 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-09T00:43:18.444Z] 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-09T00:43:22.019Z] + sudo snap install --classic snapcraft [2021-03-09T00:43:25.149Z] 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-09T00:43:28.612Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T00:43:28.612Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-09T00:43:28.612Z] + patch --verbose -p1 [2021-03-09T00:43:28.612Z] Hmm... Looks like a unified diff to me... [2021-03-09T00:43:28.612Z] The text leading up to this was: [2021-03-09T00:43:28.612Z] -------------------------- [2021-03-09T00:43:28.612Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-09T00:43:28.612Z] |From: Tony Espy [2021-03-09T00:43:28.612Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-09T00:43:28.612Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-09T00:43:28.612Z] | [2021-03-09T00:43:28.612Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-09T00:43:28.612Z] |optimize the snap CI check run for pull requests. When [2021-03-09T00:43:28.612Z] |applied, it essentially strips out everything (apps and [2021-03-09T00:43:28.612Z] |parts) from the snapcraft.yaml file except those required [2021-03-09T00:43:28.612Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-09T00:43:28.612Z] |catch changes to edgex-go that break the snap build. [2021-03-09T00:43:28.612Z] | [2021-03-09T00:43:28.612Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-09T00:43:28.612Z] |to update this patch file, otherwise it may fail to apply, [2021-03-09T00:43:28.612Z] |resulting in a failed snap build CI check in the associated [2021-03-09T00:43:28.612Z] |pull request. [2021-03-09T00:43:28.612Z] | [2021-03-09T00:43:28.612Z] |Note - in addition to applying this patch, the pipeline also [2021-03-09T00:43:28.612Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-09T00:43:28.612Z] |need to build the finally binary .snap file (and it won't [2021-03-09T00:43:28.612Z] |work with the patch applied). This further reduces the build [2021-03-09T00:43:28.612Z] |time. [2021-03-09T00:43:28.612Z] |--- [2021-03-09T00:43:28.612Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-09T00:43:28.612Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-09T00:43:28.612Z] | [2021-03-09T00:43:28.612Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-09T00:43:28.612Z] |index 1e537489..faf42425 100644 [2021-03-09T00:43:28.612Z] |--- a/snap/snapcraft.yaml [2021-03-09T00:43:28.612Z] |+++ b/snap/snapcraft.yaml [2021-03-09T00:43:28.612Z] -------------------------- [2021-03-09T00:43:28.612Z] patching file snap/snapcraft.yaml [2021-03-09T00:43:28.612Z] Using Plan A... [2021-03-09T00:43:28.612Z] Hunk #1 succeeded at 73. [2021-03-09T00:43:28.612Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-09T00:43:28.612Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-09T00:43:28.612Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-09T00:43:28.612Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-09T00:43:28.612Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-09T00:43:28.612Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-09T00:43:28.612Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-09T00:43:28.612Z] Hmm... Ignoring the trailing garbage. [2021-03-09T00:43:28.612Z] done [2021-03-09T00:43:28.612Z] + sudo snapcraft prime --use-lxd [2021-03-09T00:43:30.525Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-09T00:43:30.525Z] 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-09T00:43:30.525Z] - README.md [2021-03-09T00:43:30.525Z] - snapcraft.yaml.orig [2021-03-09T00:43:30.525Z] [2021-03-09T00:43:30.525Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T00:43:30.539Z] 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-09T00:43:31.096Z] Launching a container. [2021-03-09T00:43:34.869Z] 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-09T00:43:39.165Z] 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-09T00:43:42.557Z] 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-09T00:43:43.351Z] Waiting for container to be ready [2021-03-09T00:43:43.614Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-09T00:43:43.614Z] [2021-03-09T00:43:47.858Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-09T00:43:47.858Z] Waiting for network to be ready... [2021-03-09T00:43:47.858Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T00:43:48.026Z] 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-09T00:43:48.120Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T00:43:48.120Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T00:43:48.120Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T00:43:48.120Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T00:43:48.120Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T00:43:48.120Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T00:43:48.120Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T00:43:48.120Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T00:43:48.120Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T00:43:48.692Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T00:43:48.692Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T00:43:48.954Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T00:43:48.954Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T00:43:48.954Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T00:43:48.954Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T00:43:48.954Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T00:43:48.954Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T00:43:49.216Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T00:43:49.483Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T00:43:49.483Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T00:43:49.483Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T00:43:49.483Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T00:43:49.483Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T00:43:49.483Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T00:43:49.483Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T00:43:49.752Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T00:43:53.058Z] Fetched 24.0 MB in 5s (4964 kB/s) [2021-03-09T00:43:54.000Z] Reading package lists... [2021-03-09T00:43:54.261Z] Reading package lists... [2021-03-09T00:43:54.261Z] Building dependency tree... [2021-03-09T00:43:54.261Z] Reading state information... [2021-03-09T00:43:54.522Z] The following additional packages will be installed: [2021-03-09T00:43:54.522Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T00:43:54.522Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T00:43:54.522Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T00:43:54.522Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-09T00:43:54.522Z] Suggested packages: [2021-03-09T00:43:54.522Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-09T00:43:54.522Z] Recommended packages: [2021-03-09T00:43:54.522Z] gnupg libsasl2-modules [2021-03-09T00:43:54.522Z] The following NEW packages will be installed: [2021-03-09T00:43:54.522Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-09T00:43:54.522Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-09T00:43:54.522Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-09T00:43:54.522Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-09T00:43:54.522Z] The following packages will be upgraded: [2021-03-09T00:43:54.522Z] gpg gpg-agent gpgconf libudev1 [2021-03-09T00:43:54.784Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-09T00:43:54.784Z] Need to get 3530 kB of archives. [2021-03-09T00:43:54.784Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-09T00:43:54.784Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-09T00:43:54.784Z] Get:2 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-09T00:43:55.046Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-09T00:43:55.046Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-09T00:43:55.046Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-09T00:43:55.046Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-09T00:43:55.307Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-09T00:43:55.307Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-09T00:43:55.307Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-09T00:43:55.568Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-09T00:43:55.568Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-09T00:43:55.568Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-09T00:43:55.568Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-09T00:43:55.568Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-09T00:43:55.568Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-09T00:43:55.568Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-09T00:43:55.568Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-09T00:43:55.568Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-09T00:43:55.568Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-09T00:43:55.568Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-09T00:43:55.568Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-09T00:43:55.568Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-09T00:43:55.830Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:43:55.830Z] Fetched 3530 kB in 1s (3419 kB/s) [2021-03-09T00:43:55.830Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T00:43:55.830Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-09T00:43:55.830Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T00:43:56.091Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-09T00:43:56.091Z] Selecting previously unselected package udev. [2021-03-09T00:43:56.091Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-09T00:43:56.091Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-09T00:43:56.091Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-09T00:43:56.353Z] Selecting previously unselected package libfuse2:amd64. [2021-03-09T00:43:56.353Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T00:43:56.353Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T00:43:56.616Z] Selecting previously unselected package fuse. [2021-03-09T00:43:56.616Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-09T00:43:56.616Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-09T00:43:56.616Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T00:43:56.616Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T00:43:56.877Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T00:43:56.877Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T00:43:56.877Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T00:43:56.877Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T00:43:56.877Z] Selecting previously unselected package libksba8:amd64. [2021-03-09T00:43:56.877Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-09T00:43:57.139Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-09T00:43:57.139Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-09T00:43:57.139Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T00:43:57.139Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:57.139Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-09T00:43:57.139Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T00:43:57.139Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:57.401Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-09T00:43:57.401Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T00:43:57.401Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:57.402Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-09T00:43:57.402Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T00:43:57.402Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:57.402Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-09T00:43:57.402Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T00:43:57.402Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:57.668Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-09T00:43:57.668Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T00:43:57.668Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:57.668Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-09T00:43:57.668Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T00:43:57.668Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:57.932Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-09T00:43:57.932Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T00:43:57.932Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:57.932Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-09T00:43:57.932Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-09T00:43:57.932Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:57.932Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-09T00:43:57.932Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T00:43:57.932Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T00:43:58.197Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-09T00:43:58.197Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-09T00:43:58.197Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T00:43:58.197Z] Selecting previously unselected package libldap-common. [2021-03-09T00:43:58.197Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-09T00:43:58.197Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T00:43:58.197Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-09T00:43:58.197Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-09T00:43:58.197Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [Pipeline] } [2021-03-09T00:43:58.209Z] $ docker stop --time=1 df5bf750c24d092ae3261deb7f714716545fcf60f955d5b8e7a6667f8bd32df6 [2021-03-09T00:43:58.460Z] Selecting previously unselected package dirmngr. [2021-03-09T00:43:58.460Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T00:43:58.460Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T00:43:58.721Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T00:43:58.721Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-09T00:43:58.721Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-09T00:43:58.721Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T00:43:58.721Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-09T00:43:58.721Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-09T00:43:58.721Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:58.982Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-09T00:43:58.982Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T00:43:58.982Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-09T00:43:59.243Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-09T00:43:59.505Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:59.505Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-09T00:43:59.505Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-09T00:43:59.765Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-09T00:43:59.765Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:59.765Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:59.765Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:59.765Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:59.765Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:43:59.765Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:44:00.027Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-09T00:44:00.027Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-09T00:44:00.027Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-09T00:44:00.027Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T00:44:00.598Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-09T00:44:00.598Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-09T00:44:00.598Z] This means they are not meant to be enabled using systemctl. [2021-03-09T00:44:00.598Z] Possible reasons for having this kind of units are: [2021-03-09T00:44:00.598Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-09T00:44:00.598Z] .wants/ or .requires/ directory. [2021-03-09T00:44:00.598Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-09T00:44:00.598Z] a requirement dependency on it. [2021-03-09T00:44:00.598Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-09T00:44:00.598Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-09T00:44:00.598Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-09T00:44:00.598Z] instance name specified. [2021-03-09T00:44:00.858Z] Reading package lists... [2021-03-09T00:44:00.932Z] $ docker rm -f df5bf750c24d092ae3261deb7f714716545fcf60f955d5b8e7a6667f8bd32df6 [2021-03-09T00:44:01.119Z] Building dependency tree... [2021-03-09T00:44:01.119Z] Reading state information... [2021-03-09T00:44:01.380Z] The following additional packages will be installed: [2021-03-09T00:44:01.380Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-09T00:44:01.380Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-09T00:44:01.380Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-09T00:44:01.380Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-09T00:44:01.380Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-09T00:44:01.380Z] Suggested packages: [2021-03-09T00:44:01.380Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-09T00:44:01.380Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-09T00:44:01.380Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-09T00:44:01.380Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-09T00:44:01.380Z] systemd-container policykit-1 [2021-03-09T00:44:01.380Z] Recommended packages: [2021-03-09T00:44:01.380Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-09T00:44:01.380Z] The following NEW packages will be installed: [2021-03-09T00:44:01.380Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-09T00:44:01.380Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-09T00:44:01.380Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-09T00:44:01.380Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-09T00:44:01.380Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-09T00:44:01.380Z] The following packages will be upgraded: [2021-03-09T00:44:01.380Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-09T00:44:01.380Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-09T00:44:01.380Z] Need to get 35.2 MB of archives. [2021-03-09T00:44:01.380Z] After this operation, 141 MB of additional disk space will be used. [2021-03-09T00:44:01.380Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-09T00:44:01.380Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-09T00:44:01.644Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-09T00:44:01.644Z] 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-09T00:44:01.644Z] 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-09T00:44:01.644Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-09T00:44:01.644Z] 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-09T00:44:01.644Z] 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-09T00:44:01.644Z] 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-09T00:44:01.644Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-09T00:44:01.644Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-09T00:44:01.644Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-09T00:44:01.644Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-09T00:44:01.644Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-09T00:44:01.644Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-09T00:44:01.644Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-09T00:44:01.644Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-09T00:44:01.644Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-09T00:44:01.644Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [Pipeline] // withDockerContainer [2021-03-09T00:44:02.585Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-09T00:44:02.585Z] 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-09T00:44:02.585Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-09T00:44:02.585Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-09T00:44:02.585Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-09T00:44:02.585Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-09T00:44:02.585Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-09T00:44:02.585Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-09T00:44:02.585Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-09T00:44:02.585Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-09T00:44:02.585Z] 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-09T00:44:02.585Z] debconf: delaying package configuration, since apt-utils is not installed [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage[2021-03-09T00:44:02.850Z] Fetched 35.2 MB in 1s (28.7 MB/s) [2021-03-09T00:44:02.850Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T00:44:02.850Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:44:03.116Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T00:44:03.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T00:44:03.637Z] [2021-03-09T00:44:03.637Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-03-09T00:44:03.691Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-09T00:44:03.691Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [Pipeline] sh [2021-03-09T00:44:03.958Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-09T00:44:03.958Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T00:44:03.958Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T00:44:03.958Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T00:44:04.036Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T00:44:04.223Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-09T00:44:04.223Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-09T00:44:04.223Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-09T00:44:04.314Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-09T00:44:04.314Z] 29e5d40040c1: Pulling fs layer [2021-03-09T00:44:04.314Z] 1ce36da41761: Pulling fs layer [2021-03-09T00:44:04.314Z] 25b303627fd3: Pulling fs layer [2021-03-09T00:44:04.485Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-09T00:44:04.747Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-09T00:44:04.747Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-09T00:44:05.321Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-09T00:44:05.321Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-09T00:44:05.321Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T00:44:05.321Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T00:44:05.582Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-09T00:44:05.582Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T00:44:05.582Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T00:44:05.747Z] 1ce36da41761: Verifying Checksum [2021-03-09T00:44:05.747Z] 1ce36da41761: Download complete [2021-03-09T00:44:05.747Z] 29e5d40040c1: Download complete [2021-03-09T00:44:05.844Z] Selecting previously unselected package libexpat1:amd64. [2021-03-09T00:44:05.844Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-09T00:44:05.844Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T00:44:05.844Z] Selecting previously unselected package python3.6-minimal. [2021-03-09T00:44:05.844Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T00:44:05.844Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T00:44:06.105Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T00:44:06.105Z] Checking for services that may need to be restarted...done. [2021-03-09T00:44:06.347Z] 29e5d40040c1: Pull complete [2021-03-09T00:44:06.367Z] Checking for services that may need to be restarted...done. [2021-03-09T00:44:06.367Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T00:44:06.367Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-09T00:44:06.367Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T00:44:06.942Z] Selecting previously unselected package python3-minimal. [2021-03-09T00:44:06.942Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-09T00:44:06.942Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-09T00:44:06.942Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-09T00:44:07.206Z] Selecting previously unselected package mime-support. [2021-03-09T00:44:07.206Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-09T00:44:07.206Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-09T00:44:07.206Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-09T00:44:07.206Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-09T00:44:07.206Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T00:44:07.206Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-09T00:44:07.206Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T00:44:07.206Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T00:44:07.471Z] Selecting previously unselected package python3.6. [2021-03-09T00:44:07.471Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-09T00:44:07.471Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T00:44:07.733Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-09T00:44:07.733Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-09T00:44:07.733Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T00:44:07.733Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-09T00:44:07.786Z] 1ce36da41761: Pull complete [2021-03-09T00:44:08.003Z] Selecting previously unselected package python3. [2021-03-09T00:44:08.003Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-09T00:44:08.003Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-09T00:44:08.003Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-09T00:44:08.003Z] Selecting previously unselected package multiarch-support. [2021-03-09T00:44:08.003Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T00:44:08.003Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T00:44:08.060Z] 25b303627fd3: Verifying Checksum [2021-03-09T00:44:08.060Z] 25b303627fd3: Download complete [2021-03-09T00:44:08.264Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-09T00:44:08.264Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-09T00:44:08.264Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-09T00:44:08.264Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-09T00:44:08.264Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T00:44:08.264Z] Selecting previously unselected package libbsd0:amd64. [2021-03-09T00:44:08.264Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-09T00:44:08.264Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T00:44:08.526Z] Selecting previously unselected package sudo. [2021-03-09T00:44:08.526Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-09T00:44:08.526Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T00:44:08.526Z] Selecting previously unselected package apparmor. [2021-03-09T00:44:08.526Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T00:44:08.787Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-09T00:44:09.049Z] Selecting previously unselected package libedit2:amd64. [2021-03-09T00:44:09.049Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-09T00:44:09.049Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T00:44:09.311Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-09T00:44:09.311Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T00:44:09.311Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T00:44:09.311Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-09T00:44:09.311Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T00:44:09.311Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T00:44:09.311Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-09T00:44:09.311Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-09T00:44:09.311Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T00:44:09.571Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-09T00:44:09.571Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T00:44:09.571Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T00:44:09.571Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-09T00:44:09.571Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-09T00:44:09.571Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T00:44:09.840Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-09T00:44:09.840Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-09T00:44:09.840Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T00:44:10.108Z] Selecting previously unselected package openssh-client. [2021-03-09T00:44:10.108Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-09T00:44:10.108Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T00:44:10.108Z] Selecting previously unselected package squashfs-tools. [2021-03-09T00:44:10.108Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-09T00:44:10.108Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T00:44:10.370Z] Selecting previously unselected package snapd. [2021-03-09T00:44:10.370Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-09T00:44:10.370Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-09T00:44:12.919Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-09T00:44:12.919Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-09T00:44:12.919Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-09T00:44:12.919Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-09T00:44:12.919Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-09T00:44:12.919Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T00:44:13.181Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T00:44:13.181Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-09T00:44:13.181Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-09T00:44:14.130Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-09T00:44:14.130Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-09T00:44:14.130Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-09T00:44:14.130Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T00:44:14.130Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T00:44:14.130Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-09T00:44:15.515Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-09T00:44:15.515Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T00:44:15.515Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-09T00:44:15.515Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-09T00:44:15.515Z] running python rtupdate hooks for python3.6... [2021-03-09T00:44:15.515Z] running python post-rtupdate hooks for python3.6... [2021-03-09T00:44:15.515Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-09T00:44:17.435Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-09T00:44:17.435Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-09T00:44:17.435Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-09T00:44:17.435Z] Setting up snapd (2.48.3+18.04) ... [2021-03-09T00:44:18.007Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-09T00:44:18.214Z] 25b303627fd3: Pull complete [2021-03-09T00:44:18.214Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-09T00:44:18.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T00:44:18.214Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-09T00:44:18.268Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-09T00:44:18.502Z] prd-ubuntu18.04-docker-arm64-4c-16g-29054 does not seem to be running inside a container [2021-03-09T00:44:18.529Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-09T00:44:18.529Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-09T00:44:18.588Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-09T00:44:18.790Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T00:44:18.790Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-09T00:44:19.050Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-09T00:44:19.310Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-09T00:44:19.571Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-09T00:44:19.571Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-09T00:44:19.833Z] /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-09T00:44:19.833Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-09T00:44:19.833Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T00:44:21.218Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T00:44:21.218Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T00:44:21.218Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T00:44:22.077Z] $ docker top 51fb26b7c0fb24a68d554247d37f91822b0807c74bb0ea1d369a911d6bf79738 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T00:44:22.872Z] Reading package lists... [2021-03-09T00:44:22.872Z] Reading package lists... [2021-03-09T00:44:23.134Z] Building dependency tree... [2021-03-09T00:44:23.134Z] Reading state information... [2021-03-09T00:44:23.154Z] + docker-compose build --help [2021-03-09T00:44:23.154Z] + grep parallel [2021-03-09T00:44:23.395Z] Calculating upgrade... [2021-03-09T00:44:23.395Z] The following packages will be upgraded: [2021-03-09T00:44:23.395Z] advancecomp base-files bash binutils binutils-common [2021-03-09T00:44:23.395Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-09T00:44:23.395Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-09T00:44:23.395Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-09T00:44:23.395Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-09T00:44:23.395Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-09T00:44:23.395Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-09T00:44:23.395Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-09T00:44:23.395Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-09T00:44:23.395Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-09T00:44:23.395Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-09T00:44:23.395Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-09T00:44:23.395Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-09T00:44:23.395Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-09T00:44:23.395Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-09T00:44:23.657Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T00:44:23.657Z] Need to get 63.8 MB of archives. [2021-03-09T00:44:23.657Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-09T00:44:23.657Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-09T00:44:23.657Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-09T00:44:23.657Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-09T00:44:23.657Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-09T00:44:23.657Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-09T00:44:23.657Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-09T00:44:23.657Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-09T00:44:23.657Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-09T00:44:23.657Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-09T00:44:23.657Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-09T00:44:23.657Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-09T00:44:23.657Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-09T00:44:23.657Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-09T00:44:23.657Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-09T00:44:23.657Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-09T00:44:23.657Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-09T00:44:23.657Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-09T00:44:23.657Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-09T00:44:23.919Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-09T00:44:23.919Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-09T00:44:23.919Z] 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-09T00:44:23.919Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-09T00:44:23.919Z] 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-09T00:44:23.919Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-09T00:44:23.919Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-09T00:44:23.919Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-09T00:44:23.919Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-09T00:44:23.919Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-09T00:44:23.919Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-09T00:44:23.919Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-09T00:44:23.919Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-09T00:44:23.919Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-09T00:44:23.919Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-09T00:44:23.919Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-09T00:44:23.919Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-09T00:44:23.919Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-09T00:44:23.919Z] 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-09T00:44:23.919Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-09T00:44:23.919Z] 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-09T00:44:23.919Z] 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-09T00:44:23.919Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-09T00:44:23.919Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-09T00:44:23.919Z] 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-09T00:44:23.919Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-09T00:44:23.919Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-09T00:44:23.919Z] 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-09T00:44:23.919Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-09T00:44:23.919Z] 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-09T00:44:24.181Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-09T00:44:24.181Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-09T00:44:24.181Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-09T00:44:24.181Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-09T00:44:24.181Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-09T00:44:24.181Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-09T00:44:24.181Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-09T00:44:24.181Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-09T00:44:24.441Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-09T00:44:24.441Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-09T00:44:24.442Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-09T00:44:24.442Z] 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-09T00:44:24.703Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-09T00:44:24.703Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-09T00:44:24.703Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-09T00:44:24.703Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-09T00:44:24.703Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-09T00:44:24.704Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-09T00:44:24.704Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-09T00:44:24.704Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-09T00:44:24.704Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-09T00:44:24.704Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-09T00:44:24.704Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-09T00:44:24.704Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-09T00:44:24.704Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-09T00:44:24.704Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-09T00:44:24.704Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-09T00:44:24.704Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-09T00:44:24.704Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-09T00:44:24.704Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-09T00:44:24.704Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-09T00:44:24.964Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-09T00:44:24.964Z] 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-09T00:44:24.964Z] 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-09T00:44:24.964Z] 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-09T00:44:24.964Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-09T00:44:24.964Z] 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-09T00:44:24.964Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-09T00:44:24.964Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-09T00:44:24.964Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-09T00:44:24.964Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-09T00:44:24.964Z] 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-09T00:44:24.964Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-09T00:44:24.964Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-09T00:44:24.964Z] 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-09T00:44:24.964Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-09T00:44:24.964Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-09T00:44:25.225Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-09T00:44:25.225Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-09T00:44:25.225Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-09T00:44:25.225Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-09T00:44:25.225Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:44:25.225Z] Fetched 63.8 MB in 2s (38.5 MB/s) [2021-03-09T00:44:25.486Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:25.486Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T00:44:25.486Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T00:44:26.056Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T00:44:26.056Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T00:44:26.317Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-09T00:44:26.317Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-09T00:44:26.888Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:27.148Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T00:44:27.148Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:27.148Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T00:44:27.148Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:27.410Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T00:44:27.410Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:27.410Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T00:44:27.671Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:27.671Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T00:44:27.671Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:27.671Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T00:44:27.671Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:27.931Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T00:44:27.931Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:44:27.931Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T00:44:27.931Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:28.193Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-09T00:44:28.193Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:44:28.193Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T00:44:28.193Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:28.193Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T00:44:28.453Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:28.453Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T00:44:28.453Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:28.453Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-09T00:44:28.562Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T00:44:28.580Z] $ docker stop --time=1 51fb26b7c0fb24a68d554247d37f91822b0807c74bb0ea1d369a911d6bf79738 [2021-03-09T00:44:28.713Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:44:28.713Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T00:44:28.713Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T00:44:28.973Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T00:44:29.543Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T00:44:29.804Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-09T00:44:29.804Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-09T00:44:29.804Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-09T00:44:29.804Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-09T00:44:29.804Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-09T00:44:30.064Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-09T00:44:30.064Z] Installing new version of config file /etc/issue ... [2021-03-09T00:44:30.064Z] Installing new version of config file /etc/issue.net ... [2021-03-09T00:44:30.064Z] Installing new version of config file /etc/lsb-release ... [2021-03-09T00:44:30.064Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-09T00:44:30.324Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-09T00:44:30.573Z] $ docker rm -f 51fb26b7c0fb24a68d554247d37f91822b0807c74bb0ea1d369a911d6bf79738 [2021-03-09T00:44:30.587Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-09T00:44:30.587Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-09T00:44:30.587Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:30.587Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-09T00:44:30.587Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-09T00:44:30.850Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-09T00:44:30.850Z] 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-09T00:44:30.850Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:30.850Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T00:44:30.850Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [Pipeline] // withDockerContainer [2021-03-09T00:44:31.149Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-09T00:44:31.149Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:31.149Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-09T00:44:31.149Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-09T00:44:31.149Z] Setting up tar (1.29b-2ubuntu0.2) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:44:31.409Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:31.409Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-09T00:44:31.409Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T00:44:31.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-09T00:44:31.630Z] . [Pipeline] withDockerContainer [2021-03-09T00:44:31.670Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-09T00:44:31.923Z] prd-ubuntu18.04-docker-arm64-4c-16g-29054 does not seem to be running inside a container [2021-03-09T00:44:31.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:31.933Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T00:44:31.933Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T00:44:32.011Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-09T00:44:32.196Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T00:44:32.196Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:32.196Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T00:44:32.196Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T00:44:32.457Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-09T00:44:32.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:32.457Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-09T00:44:32.457Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-09T00:44:32.718Z] Setting up grep (3.1-2build1) ... [2021-03-09T00:44:32.718Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:32.718Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T00:44:32.718Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T00:44:32.981Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-09T00:44:32.981Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:32.981Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T00:44:32.981Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T00:44:33.241Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-09T00:44:33.241Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:33.241Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T00:44:33.502Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T00:44:33.556Z] $ docker top 24e96f444b2062e87957935fc6cf35301c70905f7908cbf1e37f850845d73306 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T00:44:34.072Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T00:44:34.072Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T00:44:34.072Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-09T00:44:34.072Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T00:44:34.631Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T00:44:34.642Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-09T00:44:34.906Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:34.906Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-09T00:44:34.906Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-09T00:44:35.848Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T00:44:35.848Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T00:44:36.108Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-09T00:44:36.108Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-09T00:44:36.108Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T00:44:36.368Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:36.368Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-09T00:44:36.368Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-09T00:44:36.629Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-09T00:44:36.629Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:36.629Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T00:44:36.889Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T00:44:36.889Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T00:44:36.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:36.889Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T00:44:37.150Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T00:44:37.150Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T00:44:37.150Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:37.150Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T00:44:37.411Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T00:44:37.411Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T00:44:37.672Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:37.672Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T00:44:37.672Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T00:44:37.672Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T00:44:37.932Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:37.932Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T00:44:37.932Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T00:44:37.932Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T00:44:37.932Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T00:44:38.193Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T00:44:38.193Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:38.193Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-09T00:44:38.193Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T00:44:38.463Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T00:44:38.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:38.463Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T00:44:38.463Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T00:44:38.726Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-09T00:44:38.726Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:38.726Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T00:44:38.726Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T00:44:38.987Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-09T00:44:38.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:38.988Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T00:44:39.249Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T00:44:39.510Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-09T00:44:39.772Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-09T00:44:40.018Z] Building docker-core-command-go ... [2021-03-09T00:44:40.018Z] Building docker-core-data-go ... [2021-03-09T00:44:40.018Z] Building docker-core-metadata-go ... [2021-03-09T00:44:40.018Z] Building docker-security-bootstrapper-go ... [2021-03-09T00:44:40.018Z] Building docker-security-proxy-setup-go ... [2021-03-09T00:44:40.018Z] Building docker-security-secretstore-setup-go ... [2021-03-09T00:44:40.018Z] Building docker-support-notifications-go ... [2021-03-09T00:44:40.018Z] Building docker-support-scheduler-go ... [2021-03-09T00:44:40.018Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T00:44:40.018Z] Building docker-support-notifications-go [2021-03-09T00:44:40.018Z] Building docker-security-secretstore-setup-go [2021-03-09T00:44:40.018Z] Building docker-security-bootstrapper-go [2021-03-09T00:44:40.018Z] Building docker-core-metadata-go [2021-03-09T00:44:40.018Z] Building docker-core-command-go [2021-03-09T00:44:40.346Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-09T00:44:40.346Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:40.346Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-09T00:44:40.346Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-09T00:44:40.606Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T00:44:40.871Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-09T00:44:40.871Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-09T00:44:40.871Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-09T00:44:40.871Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-09T00:44:41.139Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:41.139Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-09T00:44:41.139Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-09T00:44:41.401Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-09T00:44:41.401Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:41.401Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-09T00:44:41.662Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T00:44:41.662Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-09T00:44:41.923Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:41.923Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-09T00:44:41.923Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-09T00:44:41.923Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-09T00:44:42.186Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:42.186Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T00:44:42.186Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T00:44:42.186Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T00:44:42.447Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:42.447Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T00:44:42.447Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T00:44:42.447Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T00:44:42.750Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:42.750Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-09T00:44:42.750Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T00:44:43.017Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T00:44:43.291Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:43.291Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-09T00:44:43.291Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-09T00:44:43.291Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-09T00:44:43.291Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-09T00:44:43.607Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T00:44:43.607Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T00:44:43.607Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T00:44:43.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:43.897Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-09T00:44:43.897Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-09T00:44:43.897Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-09T00:44:44.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:44.193Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-09T00:44:44.193Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-09T00:44:44.193Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-09T00:44:44.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:44.469Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-09T00:44:44.469Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-09T00:44:44.469Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-09T00:44:44.758Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:44.758Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-09T00:44:44.758Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-09T00:44:44.758Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-09T00:44:45.052Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:45.052Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-09T00:44:45.052Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-09T00:44:45.318Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-09T00:44:45.580Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:45.580Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-09T00:44:45.580Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-09T00:44:45.841Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-09T00:44:46.414Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:46.414Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-09T00:44:46.414Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-09T00:44:46.414Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-09T00:44:46.678Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:46.678Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-09T00:44:46.678Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-09T00:44:46.678Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-09T00:44:46.678Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:46.678Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-09T00:44:46.947Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-09T00:44:46.948Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-09T00:44:46.948Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:46.948Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-09T00:44:46.948Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-09T00:44:47.208Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-09T00:44:47.208Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:47.208Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T00:44:47.468Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-09T00:44:47.468Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-09T00:44:47.468Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-09T00:44:47.468Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-09T00:44:47.729Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-09T00:44:47.729Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-09T00:44:47.729Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-09T00:44:47.729Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T00:44:47.729Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T00:44:47.990Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-09T00:44:47.990Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-09T00:44:48.251Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-09T00:44:48.251Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-09T00:44:48.251Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-09T00:44:48.251Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-09T00:44:48.518Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-09T00:44:48.518Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-09T00:44:48.779Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-09T00:44:48.779Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-09T00:44:48.779Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-09T00:44:48.779Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-09T00:44:49.047Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-09T00:44:49.047Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-09T00:44:49.047Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-09T00:44:49.047Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-09T00:44:49.313Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-09T00:44:49.313Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-09T00:44:49.313Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-09T00:44:49.313Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-09T00:44:49.573Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-09T00:44:49.573Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-09T00:44:50.529Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-09T00:44:50.529Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-09T00:44:50.529Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-09T00:44:50.529Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-09T00:44:50.791Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T00:44:50.791Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T00:44:51.052Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T00:44:51.314Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T00:44:51.314Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T00:44:51.575Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T00:44:51.575Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-09T00:44:51.575Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-09T00:44:51.575Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:51.837Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T00:44:51.837Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:51.837Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T00:44:52.098Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:52.098Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T00:44:52.098Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:52.098Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T00:44:53.045Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:53.317Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T00:44:54.263Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:54.263Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T00:44:54.834Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:54.834Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T00:44:55.406Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:55.406Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T00:44:56.353Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-09T00:44:56.353Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-09T00:44:56.353Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T00:44:56.353Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T00:44:56.616Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T00:44:56.877Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T00:44:56.877Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-09T00:44:56.878Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-09T00:44:57.140Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-09T00:44:57.140Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-09T00:44:57.140Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T00:44:57.140Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T00:44:57.402Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-09T00:44:57.402Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-09T00:44:57.402Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-09T00:44:57.402Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-09T00:44:57.666Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:44:57.666Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-09T00:44:57.666Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:44:57.666Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:44:57.666Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:44:57.666Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-09T00:44:57.666Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-09T00:44:57.666Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-09T00:44:57.930Z] [2021-03-09T00:44:57.930Z] Current default time zone: 'Etc/UTC' [2021-03-09T00:44:57.930Z] Local time is now: Tue Mar 9 00:44:57 UTC 2021. [2021-03-09T00:44:57.930Z] Universal Time is now: Tue Mar 9 00:44:57 UTC 2021. [2021-03-09T00:44:57.930Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-09T00:44:57.930Z] [2021-03-09T00:44:57.930Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-09T00:44:57.930Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:44:57.930Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-09T00:44:57.930Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-09T00:44:57.930Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-09T00:44:58.190Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-09T00:44:58.190Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-09T00:44:58.190Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-09T00:44:58.190Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-09T00:44:58.190Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-09T00:44:58.190Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:44:58.190Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-09T00:44:58.451Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T00:44:58.451Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T00:44:58.451Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:44:58.451Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-09T00:44:58.712Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-09T00:44:58.712Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-09T00:44:58.712Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-09T00:44:58.712Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-09T00:44:58.712Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-09T00:44:58.712Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-09T00:44:58.712Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-09T00:45:00.626Z] Updating certificates in /etc/ssl/certs... [2021-03-09T00:45:01.567Z] 23 added, 27 removed; done. [2021-03-09T00:45:01.567Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-09T00:45:01.567Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-09T00:45:01.567Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-09T00:45:01.567Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-09T00:45:01.567Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-09T00:45:01.834Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T00:45:01.834Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-09T00:45:01.834Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T00:45:01.834Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T00:45:01.834Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T00:45:01.834Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T00:45:01.834Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T00:45:02.101Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-09T00:45:02.101Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-09T00:45:02.101Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-09T00:45:02.101Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-09T00:45:02.101Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-09T00:45:02.101Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T00:45:02.364Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-09T00:45:02.364Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-09T00:45:02.364Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-09T00:45:02.364Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-09T00:45:02.364Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T00:45:02.630Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-09T00:45:02.630Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-09T00:45:02.630Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-09T00:45:02.630Z] Updating certificates in /etc/ssl/certs... [2021-03-09T00:45:03.205Z] 0 added, 0 removed; done. [2021-03-09T00:45:03.205Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-09T00:45:03.205Z] done. [2021-03-09T00:45:03.776Z] Reading package lists... [2021-03-09T00:45:04.036Z] Building dependency tree... [2021-03-09T00:45:04.036Z] Reading state information... [2021-03-09T00:45:04.297Z] The following NEW packages will be installed: [2021-03-09T00:45:04.297Z] apt-transport-https [2021-03-09T00:45:04.297Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T00:45:04.297Z] Need to get 1696 B of archives. [2021-03-09T00:45:04.297Z] After this operation, 153 kB of additional disk space will be used. [2021-03-09T00:45:04.297Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-09T00:45:04.297Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:45:04.558Z] Fetched 1696 B in 0s (38.3 kB/s) [2021-03-09T00:45:04.558Z] Selecting previously unselected package apt-transport-https. [2021-03-09T00:45:04.558Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-09T00:45:04.558Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-09T00:45:04.558Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T00:45:04.558Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-09T00:45:04.819Z] Waiting for network to be ready... [2021-03-09T00:45:12.998Z] 2021-03-09T00:45:09Z INFO Waiting for automatic snapd restart... [2021-03-09T00:45:12.998Z] snapd 2.49 from Canonical* installed [2021-03-09T00:45:13.951Z] "snapd" switched to the "latest/stable" channel [2021-03-09T00:45:13.951Z] [2021-03-09T00:45:19.276Z] core18 20210128 from Canonical* installed [2021-03-09T00:45:19.276Z] "core18" switched to the "latest/stable" channel [2021-03-09T00:45:19.276Z] [2021-03-09T00:45:25.856Z] snapcraft 4.5.4 from Canonical* installed [2021-03-09T00:45:25.856Z] "snapcraft" switched to the "latest/stable" channel [2021-03-09T00:45:25.856Z] [2021-03-09T00:45:28.399Z] 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-09T00:45:28.399Z] - README.md [2021-03-09T00:45:28.399Z] - snapcraft.yaml.orig [2021-03-09T00:45:28.399Z] [2021-03-09T00:45:28.399Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-09T00:45:34.985Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T00:45:34.985Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T00:45:35.244Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T00:45:35.245Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T00:45:36.906Z] Reading package lists... [2021-03-09T00:45:37.167Z] 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-09T00:45:43.739Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T00:45:43.739Z] Reading package lists... [2021-03-09T00:45:43.739Z] Building dependency tree... [2021-03-09T00:45:43.739Z] Reading state information... [2021-03-09T00:45:43.739Z] Suggested packages: [2021-03-09T00:45:43.739Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-09T00:45:43.739Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-09T00:45:43.739Z] Recommended packages: [2021-03-09T00:45:43.739Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-09T00:45:43.739Z] The following NEW packages will be installed: [2021-03-09T00:45:43.739Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-09T00:45:43.739Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-09T00:45:43.739Z] pkg-config zip [2021-03-09T00:45:43.739Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-09T00:45:43.739Z] Need to get 7656 kB of archives. [2021-03-09T00:45:43.739Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-09T00:45:43.739Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-09T00:45:44.000Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-09T00:45:44.000Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-09T00:45:44.260Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-09T00:45:44.260Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-09T00:45:44.260Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-09T00:45:44.520Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-09T00:45:44.520Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-09T00:45:44.520Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-09T00:45:44.780Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] [2021-03-09T00:45:46.164Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-09T00:45:46.164Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-09T00:45:46.425Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-09T00:45:46.995Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-09T00:45:46.995Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-09T00:45:47.255Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-09T00:45:47.255Z] Fetched 7656 kB in 3s (2276 kB/s) [2021-03-09T00:45:47.255Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-09T00:45:47.255Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-09T00:45:47.255Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... [2021-03-09T00:45:47.255Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T00:45:47.515Z] Selecting previously unselected package libpsl5:amd64. [2021-03-09T00:45:47.515Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-09T00:45:47.515Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T00:45:47.515Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-09T00:45:47.515Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-09T00:45:47.515Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T00:45:47.776Z] Selecting previously unselected package librtmp1:amd64. [2021-03-09T00:45:47.776Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-09T00:45:47.776Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T00:45:47.776Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-09T00:45:47.776Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-09T00:45:47.776Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T00:45:48.038Z] Selecting previously unselected package liberror-perl. [2021-03-09T00:45:48.038Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-09T00:45:48.038Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-09T00:45:48.038Z] Selecting previously unselected package git-man. [2021-03-09T00:45:48.038Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-09T00:45:48.038Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T00:45:48.166Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:45:48.166Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:45:48.166Z] ---> 2e189ca3f60c [2021-03-09T00:45:48.166Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T00:45:48.318Z] Selecting previously unselected package git. [2021-03-09T00:45:48.318Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-09T00:45:48.318Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T00:45:48.451Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:45:48.451Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:45:48.451Z] ---> 2e189ca3f60c [2021-03-09T00:45:48.451Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T00:45:48.728Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:45:48.728Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:45:48.728Z] ---> 2e189ca3f60c [2021-03-09T00:45:48.728Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T00:45:48.999Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:45:48.999Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:45:48.999Z] ---> 2e189ca3f60c [2021-03-09T00:45:48.999Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T00:45:49.271Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:45:49.271Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:45:49.271Z] ---> 2e189ca3f60c [2021-03-09T00:45:49.271Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T00:45:49.303Z] Selecting previously unselected package libnorm1:amd64. [2021-03-09T00:45:49.303Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-09T00:45:49.303Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T00:45:49.303Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-09T00:45:49.303Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-09T00:45:49.303Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T00:45:49.303Z] Selecting previously unselected package libsodium23:amd64. [2021-03-09T00:45:49.303Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-09T00:45:49.303Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-09T00:45:49.578Z] Selecting previously unselected package libzmq5:amd64. [2021-03-09T00:45:49.578Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T00:45:49.578Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T00:45:49.578Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-09T00:45:49.578Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-09T00:45:49.578Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T00:45:49.840Z] Selecting previously unselected package pkg-config. [2021-03-09T00:45:49.840Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-09T00:45:49.840Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T00:45:49.840Z] Selecting previously unselected package zip. [2021-03-09T00:45:49.840Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-09T00:45:49.840Z] Unpacking zip (3.0-11build1) ... [2021-03-09T00:45:50.102Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-09T00:45:50.102Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-09T00:45:50.102Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-09T00:45:50.102Z] Setting up liberror-perl (0.17025-1) ... [2021-03-09T00:45:50.102Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-09T00:45:50.102Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... [2021-03-09T00:45:50.102Z] No schema files found: doing nothing. [2021-03-09T00:45:50.102Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-09T00:45:50.102Z] Setting up zip (3.0-11build1) ... [2021-03-09T00:45:50.366Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-09T00:45:50.366Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-09T00:45:50.366Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-09T00:45:50.366Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T00:45:50.366Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-09T00:45:50.366Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-09T00:45:50.366Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-09T00:45:50.627Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-09T00:45:54.714Z] ---> Running in 6a1bc7fda9a5 [2021-03-09T00:45:54.714Z] ---> Running in c475a0b7eab7 [2021-03-09T00:45:54.714Z] ---> Running in fa655ae0a557 [2021-03-09T00:45:54.714Z] ---> Running in 2ccdd44a0190 [2021-03-09T00:45:54.714Z] ---> Running in 9e83a711833f [2021-03-09T00:45:54.714Z] Removing intermediate container 6a1bc7fda9a5 [2021-03-09T00:45:54.714Z] ---> 85a58ea3b34a [2021-03-09T00:45:54.714Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:45:54.714Z] Removing intermediate container c475a0b7eab7 [2021-03-09T00:45:54.714Z] ---> c4e39ade5c86 [2021-03-09T00:45:54.714Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:45:54.714Z] Removing intermediate container 9e83a711833f [2021-03-09T00:45:54.714Z] ---> d8798a3b06ec [2021-03-09T00:45:54.714Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:45:54.714Z] Removing intermediate container fa655ae0a557 [2021-03-09T00:45:54.714Z] ---> e3236f563933 [2021-03-09T00:45:54.714Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:45:54.714Z] Removing intermediate container 2ccdd44a0190 [2021-03-09T00:45:54.714Z] ---> c18e344174c1 [2021-03-09T00:45:54.714Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:45:54.714Z] ---> Running in f28c5ed39066 [2021-03-09T00:45:54.988Z] ---> Running in 66975bcf65cd [2021-03-09T00:45:54.988Z] ---> Running in 49062dee100f [2021-03-09T00:45:54.988Z] ---> Running in ffe59ed57f16 [2021-03-09T00:45:54.988Z] ---> Running in 74599f2c9daf [2021-03-09T00:45:57.211Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T00:45:57.472Z] git set to automatically installed. [2021-03-09T00:45:57.472Z] git-man set to automatically installed. [2021-03-09T00:45:57.472Z] libcurl3-gnutls set to automatically installed. [2021-03-09T00:45:57.472Z] liberror-perl set to automatically installed. [2021-03-09T00:45:57.472Z] libglib2.0-0 set to automatically installed. [2021-03-09T00:45:57.472Z] libnghttp2-14 set to automatically installed. [2021-03-09T00:45:57.472Z] libnorm1 set to automatically installed. [2021-03-09T00:45:57.472Z] libpgm-5.2-0 set to automatically installed. [2021-03-09T00:45:57.472Z] libpsl5 set to automatically installed. [2021-03-09T00:45:57.472Z] librtmp1 set to automatically installed. [2021-03-09T00:45:57.472Z] libsodium23 set to automatically installed. [2021-03-09T00:45:57.472Z] libzmq3-dev set to automatically installed. [2021-03-09T00:45:57.472Z] libzmq5 set to automatically installed. [2021-03-09T00:45:57.472Z] pkg-config set to automatically installed. [2021-03-09T00:45:57.472Z] zip set to automatically installed. [2021-03-09T00:45:58.391Z] Removing intermediate container f28c5ed39066 [2021-03-09T00:45:58.391Z] ---> 089482164da0 [2021-03-09T00:45:58.391Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T00:45:58.666Z] ---> Running in 1ddb76fc4f9e [2021-03-09T00:45:58.856Z] snapd is not logged in, snap install commands will use sudo [2021-03-09T00:45:58.948Z] Removing intermediate container 66975bcf65cd [2021-03-09T00:45:58.948Z] ---> 242c797a05be [2021-03-09T00:45:58.948Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T00:45:59.221Z] Removing intermediate container ffe59ed57f16 [2021-03-09T00:45:59.221Z] ---> e66ec364a8aa [2021-03-09T00:45:59.221Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T00:45:59.221Z] Removing intermediate container 74599f2c9daf [2021-03-09T00:45:59.221Z] ---> b5d051b60bd4 [2021-03-09T00:45:59.221Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T00:45:59.221Z] Removing intermediate container 49062dee100f [2021-03-09T00:45:59.221Z] ---> 30c040570ab4 [2021-03-09T00:45:59.221Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T00:45:59.221Z] ---> Running in 5bb56d0c0aba [2021-03-09T00:45:59.491Z] ---> Running in f079fd6175fa [2021-03-09T00:45:59.491Z] ---> Running in 05b23470092e [2021-03-09T00:45:59.491Z] ---> Running in b6953b177d23 [2021-03-09T00:46:00.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:46:01.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:46:01.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:46:01.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:46:01.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:46:01.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:46:01.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:46:01.962Z] OK: 217 MiB in 51 packages [2021-03-09T00:46:02.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:46:02.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:46:02.826Z] OK: 217 MiB in 51 packages [2021-03-09T00:46:02.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:46:03.452Z] OK: 217 MiB in 51 packages [2021-03-09T00:46:03.452Z] Removing intermediate container 1ddb76fc4f9e [2021-03-09T00:46:03.452Z] ---> 7bd03adfdf47 [2021-03-09T00:46:03.452Z] Step 6/24 : COPY go.mod . [2021-03-09T00:46:03.452Z] OK: 217 MiB in 51 packages [2021-03-09T00:46:04.055Z] OK: 217 MiB in 51 packages [2021-03-09T00:46:04.329Z] ---> c699c47ab7e8 [2021-03-09T00:46:04.329Z] Step 7/24 : RUN go mod download [2021-03-09T00:46:04.610Z] ---> Running in aae0a9b6e16a [2021-03-09T00:46:04.953Z] Removing intermediate container 5bb56d0c0aba [2021-03-09T00:46:04.953Z] ---> 2b62e8aeb31f [2021-03-09T00:46:04.953Z] Step 6/31 : COPY go.mod . [2021-03-09T00:46:05.444Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-09T00:46:05.444Z] snap "core18" has no updates available [2021-03-09T00:46:05.565Z] Removing intermediate container 05b23470092e [2021-03-09T00:46:05.565Z] ---> fee7277cf575 [2021-03-09T00:46:05.565Z] Step 6/23 : COPY go.mod . [2021-03-09T00:46:05.565Z] Removing intermediate container b6953b177d23 [2021-03-09T00:46:05.565Z] ---> 6cacf182f15a [2021-03-09T00:46:05.565Z] Step 6/23 : COPY go.mod . [2021-03-09T00:46:05.843Z] Removing intermediate container f079fd6175fa [2021-03-09T00:46:05.843Z] ---> 210b400690bb [2021-03-09T00:46:05.843Z] Step 6/22 : COPY go.mod . [2021-03-09T00:46:06.016Z] Pulling config-common [2021-03-09T00:46:06.016Z] + snapcraftctl pull [2021-03-09T00:46:06.455Z] ---> d67e24c0458f [2021-03-09T00:46:06.455Z] Step 7/31 : RUN go mod download [2021-03-09T00:46:06.455Z] ---> Running in d753000312ad [2021-03-09T00:46:06.737Z] ---> 7b3357d30eb4 [2021-03-09T00:46:06.737Z] Step 7/23 : RUN go mod download [2021-03-09T00:46:07.020Z] ---> 1c306133e56c [2021-03-09T00:46:07.020Z] Step 7/23 : RUN go mod download [2021-03-09T00:46:07.020Z] ---> Running in c7d3bbc4ad78 [2021-03-09T00:46:07.020Z] ---> 031e925af6d8 [2021-03-09T00:46:07.020Z] Step 7/22 : RUN go mod download [2021-03-09T00:46:07.020Z] ---> Running in a700d75db2a0 [2021-03-09T00:46:07.304Z] ---> Running in 8d3f6f467820 [2021-03-09T00:46:07.400Z] Pulling go-build-helper [2021-03-09T00:46:07.400Z] + snapcraftctl pull [2021-03-09T00:46:08.770Z] Removing intermediate container aae0a9b6e16a [2021-03-09T00:46:08.770Z] ---> 30f302789931 [2021-03-09T00:46:08.770Z] Step 8/24 : COPY . . [2021-03-09T00:46:12.205Z] Removing intermediate container d753000312ad [2021-03-09T00:46:12.206Z] ---> 7a0f4f29d4d0 [2021-03-09T00:46:12.206Z] Step 8/31 : COPY . . [2021-03-09T00:46:12.863Z] Removing intermediate container a700d75db2a0 [2021-03-09T00:46:12.863Z] ---> b9cd1a77241b [2021-03-09T00:46:12.863Z] Step 8/23 : COPY . . [2021-03-09T00:46:13.193Z] Removing intermediate container c7d3bbc4ad78 [2021-03-09T00:46:13.193Z] ---> 3fe00a4b7524 [2021-03-09T00:46:13.193Z] Step 8/23 : COPY . . [2021-03-09T00:46:13.469Z] Removing intermediate container 8d3f6f467820 [2021-03-09T00:46:13.469Z] ---> 6f2aa7d41370 [2021-03-09T00:46:13.469Z] Step 8/22 : COPY . . [2021-03-09T00:46:33.987Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-09T00:46:33.987Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-09T00:46:33.987Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] [2021-03-09T00:46:33.987Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-09T00:46:33.987Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-09T00:46:33.987Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-09T00:46:33.987Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-09T00:46:33.987Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-09T00:46:33.987Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-09T00:46:33.987Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-09T00:46:33.987Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-09T00:46:33.987Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-09T00:46:33.987Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-09T00:46:33.987Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-09T00:46:33.987Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-09T00:46:33.987Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-09T00:46:33.987Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-09T00:46:33.987Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-09T00:46:33.987Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-09T00:46:33.987Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] [2021-03-09T00:46:33.987Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-09T00:46:33.987Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-09T00:46:33.987Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-09T00:46:33.987Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-09T00:46:33.987Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-09T00:46:33.987Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-09T00:46:33.987Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-09T00:46:33.987Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-09T00:46:33.987Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-09T00:46:33.988Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-09T00:46:33.988Z] Fetched 279 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-09T00:46:33.988Z] Fetched 122 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-09T00:46:33.988Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-09T00:46:33.988Z] Fetched 8848 B in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-09T00:46:33.988Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-09T00:46:33.988Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-09T00:46:33.988Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-09T00:46:33.988Z] Fetched 214 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-09T00:46:33.988Z] Fetched 154 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-09T00:46:33.988Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-09T00:46:33.988Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-09T00:46:33.988Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-09T00:46:33.988Z] Fetched 499 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-09T00:46:33.988Z] Fetched 111 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-09T00:46:33.988Z] Fetched 240 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-09T00:46:33.988Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-09T00:46:33.988Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-09T00:46:33.988Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-09T00:46:33.988Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-09T00:46:33.988Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-09T00:46:33.988Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-09T00:46:33.988Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-09T00:46:33.988Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-09T00:46:33.988Z] Fetched 8720 B in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-09T00:46:33.988Z] Fetched 137 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-09T00:46:33.988Z] Fetched 119 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-09T00:46:33.988Z] Fetched 109 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-09T00:46:33.988Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-09T00:46:33.988Z] Fetched 645 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-09T00:46:33.988Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-09T00:46:33.988Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-09T00:46:33.988Z] Fetched 368 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-09T00:46:33.988Z] Fetched 187 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-09T00:46:33.988Z] Fetched 175 kB in 0s (0 B/s) [2021-03-09T00:46:33.988Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-09T00:46:35.903Z] Fetched 206 kB in 0s (0 B/s) [2021-03-09T00:46:35.903Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-09T00:46:35.903Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-09T00:46:35.903Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-09T00:46:35.903Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-09T00:46:35.903Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-09T00:46:35.903Z] Fetched 159 kB in 0s (0 B/s) [2021-03-09T00:46:35.903Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-09T00:46:35.903Z] Fetched 107 kB in 0s (0 B/s) [2021-03-09T00:46:35.903Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-09T00:46:35.903Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-09T00:46:35.903Z] Pulling static-packages [2021-03-09T00:46:35.903Z] + snapcraftctl pull [2021-03-09T00:46:36.849Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-03-09T00:46:36.849Z] Skipping pull go-build-helper (already ran) [2021-03-09T00:46:36.849Z] Skipping pull static-packages (already ran) [2021-03-09T00:46:36.849Z] Building go-build-helper [2021-03-09T00:46:36.849Z] + snapcraftctl build [2021-03-09T00:46:40.289Z] ---> 5eb55433cf25 [2021-03-09T00:46:40.289Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T00:46:40.289Z] ---> 77281cf90f3e [2021-03-09T00:46:40.289Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T00:46:40.289Z] ---> fe5946b5c0ab [2021-03-09T00:46:40.289Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T00:46:40.289Z] ---> adeee92646b8 [2021-03-09T00:46:40.289Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T00:46:40.289Z] ---> 5b942d28dcab [2021-03-09T00:46:40.289Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T00:46:40.289Z] ---> Running in 4ab01f91aa79 [2021-03-09T00:46:40.289Z] ---> Running in 6a68c1da89f6 [2021-03-09T00:46:40.289Z] ---> Running in fe0c01e53857 [2021-03-09T00:46:40.289Z] ---> Running in 1b0901cc6aaa [2021-03-09T00:46:40.289Z] ---> Running in 440d0d6bd780 [2021-03-09T00:46:40.289Z] 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-09T00:46:40.289Z] 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-09T00:46:40.289Z] 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-09T00:46:40.289Z] 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-09T00:46:40.289Z] 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-09T00:46:41.051Z] Building static-packages [2021-03-09T00:46:41.051Z] + snapcraftctl build [2021-03-09T00:46:43.593Z] Staging go-build-helper [2021-03-09T00:46:43.593Z] + snapcraftctl stage [2021-03-09T00:46:44.981Z] Staging static-packages [2021-03-09T00:46:44.981Z] + snapcraftctl stage [2021-03-09T00:46:45.922Z] Pulling go115 [2021-03-09T00:46:45.922Z] + snapcraftctl pull [2021-03-09T00:46:47.318Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-09T00:46:47.318Z] Skipping pull go115 (already ran) [2021-03-09T00:46:47.318Z] Building go115 [2021-03-09T00:46:47.318Z] + dpkg --print-architecture [2021-03-09T00:46:47.318Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-09T00:46:47.318Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-09T00:46:47.318Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-09T00:46:47.318Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T00:46:47.318Z] Dload Upload Total Spent Left Speed [2021-03-09T00:46:50.648Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 22318 0 0 106k 0 0:18:27 --:--:-- 0:18:27 106k 26 115M 26 30.4M 0 0 25.3M 0 0:00:04 0:00:01 0:00:03 25.3M 59 115M 59 68.5M 0 0 30.9M 0 0:00:03 0:00:02 0:00:01 30.9M 91 115M 91 106M 0 0 32.8M 0 0:00:03 0:00:03 --:--:-- 32.8M 100 115M 100 115M 0 0 32.9M 0 0:00:03 0:00:03 --:--:-- 32.9M [2021-03-09T00:46:50.648Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-09T00:46:50.648Z] + sha256sum -c sha256 [2021-03-09T00:46:50.648Z] + grep OK [2021-03-09T00:46:51.591Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-09T00:46:51.591Z] + mkdir -p /root/stage/go1.15 [2021-03-09T00:46:51.591Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-09T00:46:56.892Z] Staging go115 [2021-03-09T00:46:56.892Z] + snapcraftctl stage [2021-03-09T00:47:03.485Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-09T00:47:03.485Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-09T00:47:03.485Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-09T00:47:03.485Z] Fetched 0 B in 0s (0 B/s) [2021-03-09T00:47:03.485Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-09T00:47:03.485Z] Fetched 224 kB in 0s (0 B/s) [2021-03-09T00:47:03.485Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-09T00:47:03.485Z] Fetched 157 kB in 0s (0 B/s) [2021-03-09T00:47:03.485Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-09T00:47:03.485Z] Fetched 221 kB in 0s (0 B/s) [2021-03-09T00:47:03.485Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-09T00:47:03.485Z] Fetched 143 kB in 0s (0 B/s) [2021-03-09T00:47:03.485Z] Pulling edgex-go [2021-03-09T00:47:03.485Z] + snapcraftctl pull [2021-03-09T00:47:05.398Z] Pulling version [2021-03-09T00:47:05.398Z] + cd /root/project [2021-03-09T00:47:05.398Z] + [ -f VERSION ] [2021-03-09T00:47:05.398Z] + PROJECT_VERSION=local-dev [2021-03-09T00:47:05.398Z] + git rev-parse --short HEAD [2021-03-09T00:47:05.398Z] + GIT_REVISION=962d1b1a [2021-03-09T00:47:05.398Z] + snapcraftctl set-version local-dev [2021-03-09T00:47:06.781Z] Building config-common [2021-03-09T00:47:06.781Z] + snapcraftctl build [2021-03-09T00:47:09.325Z] Skipping build go-build-helper (already ran) [2021-03-09T00:47:09.325Z] Skipping build static-packages (already ran) [2021-03-09T00:47:09.325Z] Skipping build go115 (already ran) [2021-03-09T00:47:09.325Z] Building edgex-go [2021-03-09T00:47:10.277Z] + 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-09T00:47:10.277Z] + cd /root/parts/edgex-go/src [2021-03-09T00:47:10.277Z] + make build [2021-03-09T00:47:10.277Z] 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-09T00:47:12.824Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-09T00:47:12.824Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.45 [2021-03-09T00:47:12.824Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-09T00:47:12.824Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-09T00:47:12.825Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-09T00:47:12.825Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-09T00:47:12.825Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-09T00:47:12.825Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-09T00:47:12.825Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-09T00:47:12.825Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-09T00:47:12.825Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-09T00:47:12.825Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-09T00:47:12.825Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-09T00:47:12.825Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-09T00:47:12.825Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-09T00:47:12.825Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-09T00:47:12.825Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-09T00:47:12.825Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-09T00:47:12.825Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-09T00:47:12.825Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-09T00:47:12.825Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-09T00:47:12.825Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-09T00:47:12.825Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-09T00:47:12.825Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-09T00:47:12.825Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-09T00:47:12.825Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-09T00:47:12.825Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-09T00:47:12.825Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-09T00:47:12.825Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-09T00:47:13.097Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-09T00:47:13.097Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-09T00:47:13.097Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-09T00:47:13.097Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-09T00:47:13.097Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-09T00:47:13.097Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-09T00:47:13.097Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-09T00:47:13.097Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-09T00:47:13.097Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-09T00:47:13.097Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-09T00:47:13.097Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-09T00:47:13.097Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-09T00:47:13.097Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-09T00:47:13.357Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-09T00:47:13.357Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-09T00:47:21.500Z] 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-09T00:47:21.500Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-09T00:47:28.110Z] 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-09T00:47:28.680Z] 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-09T00:47:30.059Z] 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-09T00:47:30.630Z] 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-09T00:47:30.630Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-09T00:47:30.890Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-09T00:47:30.890Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-09T00:47:30.890Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-09T00:47:32.801Z] 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-09T00:47:32.801Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-09T00:47:32.801Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-09T00:47:34.184Z] 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-09T00:47:35.123Z] 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-09T00:47:35.123Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-09T00:47:36.514Z] 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-09T00:47:37.456Z] 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-09T00:47:37.457Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-09T00:47:38.856Z] 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-09T00:47:38.856Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-09T00:47:40.850Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-09T00:47:40.850Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-09T00:47:40.850Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-09T00:47:40.850Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-09T00:47:40.850Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-09T00:47:40.850Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-09T00:47:40.850Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-09T00:47:40.850Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-09T00:47:40.850Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-09T00:47:40.850Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-09T00:47:40.850Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-09T00:47:40.850Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-09T00:47:40.850Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-09T00:47:40.850Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-09T00:47:40.850Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-09T00:47:40.850Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-09T00:47:40.850Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-09T00:47:40.850Z] + 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-09T00:47:40.850Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-09T00:47:40.850Z] + 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-09T00:47:40.850Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-09T00:47:40.850Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-09T00:47:40.850Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-09T00:47:40.850Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-09T00:47:40.850Z] + 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-09T00:47:42.786Z] Building version [2021-03-09T00:47:42.786Z] + snapcraftctl build [2021-03-09T00:47:45.330Z] Staging config-common [2021-03-09T00:47:45.330Z] + snapcraftctl stage [2021-03-09T00:47:46.715Z] Skipping stage go-build-helper (already ran) [2021-03-09T00:47:46.715Z] Skipping stage static-packages (already ran) [2021-03-09T00:47:46.715Z] Skipping stage go115 (already ran) [2021-03-09T00:47:46.715Z] Staging edgex-go [2021-03-09T00:47:46.715Z] + snapcraftctl stage [2021-03-09T00:47:47.663Z] Staging version [2021-03-09T00:47:47.663Z] + snapcraftctl stage [2021-03-09T00:47:49.048Z] Priming config-common [2021-03-09T00:47:49.048Z] + snapcraftctl prime [2021-03-09T00:47:49.990Z] Priming go-build-helper [2021-03-09T00:47:49.990Z] + snapcraftctl prime [2021-03-09T00:47:50.931Z] Priming static-packages [2021-03-09T00:47:50.931Z] + snapcraftctl prime [2021-03-09T00:47:54.232Z] Priming go115 [2021-03-09T00:47:54.232Z] + snapcraftctl prime [2021-03-09T00:47:54.804Z] Priming edgex-go [2021-03-09T00:47:54.804Z] + snapcraftctl prime [2021-03-09T00:47:56.197Z] Priming version [2021-03-09T00:47:56.197Z] + snapcraftctl prime [2021-03-09T00:47:57.582Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T00:48:17.227Z] 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-09T00:48:35.604Z] Removing intermediate container 4ab01f91aa79 [2021-03-09T00:48:35.604Z] ---> fcd926d544e6 [2021-03-09T00:48:35.604Z] [2021-03-09T00:48:35.604Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T00:48:35.604Z] 3.12: Pulling from library/alpine [2021-03-09T00:48:36.228Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T00:48:36.228Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T00:48:36.228Z] ---> d10569e2745f [2021-03-09T00:48:36.228Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T00:48:36.515Z] ---> Running in dd6c11d1b3b6 [2021-03-09T00:48:39.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:48:39.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:48:39.771Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T00:48:39.771Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T00:48:39.771Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T00:48:39.771Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T00:48:39.771Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T00:48:39.771Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:48:39.771Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T00:48:40.378Z] OK: 7 MiB in 19 packages [2021-03-09T00:48:40.378Z] Removing intermediate container fe0c01e53857 [2021-03-09T00:48:40.378Z] ---> 61d8c457c1a4 [2021-03-09T00:48:40.378Z] [2021-03-09T00:48:40.378Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T00:48:40.378Z] ---> d10569e2745f [2021-03-09T00:48:40.378Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T00:48:40.999Z] ---> Running in 4b411b60d834 [2021-03-09T00:48:41.599Z] Removing intermediate container 4b411b60d834 [2021-03-09T00:48:41.599Z] ---> 10c4a04f5f24 [2021-03-09T00:48:41.599Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T00:48:41.883Z] ---> Running in 0392089be938 [2021-03-09T00:48:43.339Z] Removing intermediate container dd6c11d1b3b6 [2021-03-09T00:48:43.339Z] ---> 5b59ab1d58b6 [2021-03-09T00:48:43.339Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T00:48:43.613Z] ---> Running in 0d090c35ef33 [2021-03-09T00:48:44.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:48:44.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:48:44.498Z] Removing intermediate container 0d090c35ef33 [2021-03-09T00:48:44.498Z] ---> 2c9e25244c69 [2021-03-09T00:48:44.498Z] Step 13/24 : WORKDIR / [2021-03-09T00:48:44.775Z] ---> Running in af5430a7cf3f [2021-03-09T00:48:45.052Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T00:48:45.052Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T00:48:45.052Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:48:45.052Z] OK: 5 MiB in 16 packages [2021-03-09T00:48:45.326Z] Removing intermediate container af5430a7cf3f [2021-03-09T00:48:45.621Z] ---> 06d17e158a9f [2021-03-09T00:48:45.621Z] 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-09T00:48:47.172Z] ---> cb85bc185d04 [2021-03-09T00:48:47.172Z] 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-09T00:48:47.172Z] Removing intermediate container 0392089be938 [2021-03-09T00:48:47.172Z] ---> 39464ab620a6 [2021-03-09T00:48:47.172Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T00:48:47.554Z] ---> Running in 205dbc756440 [2021-03-09T00:48:49.197Z] Removing intermediate container 205dbc756440 [2021-03-09T00:48:49.197Z] ---> c11f0838e25f [2021-03-09T00:48:49.197Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T00:48:49.197Z] ---> 8d499216f853 [2021-03-09T00:48:49.197Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T00:48:49.197Z] ---> Running in 4559ad2f5683 [2021-03-09T00:48:51.882Z] Removing intermediate container 4559ad2f5683 [2021-03-09T00:48:51.882Z] ---> 3a704eaecc39 [2021-03-09T00:48:51.882Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T00:48:51.882Z] ---> fa38eec6f522 [2021-03-09T00:48:51.882Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T00:48:52.155Z] ---> Running in 9e05d2b2da8b [2021-03-09T00:48:53.157Z] Removing intermediate container 6a68c1da89f6 [2021-03-09T00:48:53.157Z] ---> 5366e669604f [2021-03-09T00:48:53.157Z] [2021-03-09T00:48:53.157Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T00:48:53.157Z] ---> d10569e2745f [2021-03-09T00:48:53.157Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T00:48:53.759Z] ---> Running in 1f61b4f29a5b [2021-03-09T00:48:54.751Z] ---> 259eafeb6628 [2021-03-09T00:48:54.751Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T00:48:55.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:48:55.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:48:56.231Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T00:48:56.231Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:48:56.231Z] Removing intermediate container 9e05d2b2da8b [2021-03-09T00:48:56.231Z] ---> b49e826083a1 [2021-03-09T00:48:56.231Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T00:48:56.231Z] OK: 5 MiB in 15 packages [2021-03-09T00:48:56.505Z] ---> Running in e0edee4e0b37 [2021-03-09T00:48:56.505Z] ---> 9bdf135be2ef [2021-03-09T00:48:56.505Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T00:48:57.121Z] Removing intermediate container 440d0d6bd780 [2021-03-09T00:48:57.121Z] ---> 23c7d85c2ef0 [2021-03-09T00:48:57.121Z] [2021-03-09T00:48:57.121Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T00:48:57.121Z] ---> d10569e2745f [2021-03-09T00:48:57.121Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T00:48:57.413Z] ---> Running in 5131ca99a0c7 [2021-03-09T00:48:57.692Z] Removing intermediate container e0edee4e0b37 [2021-03-09T00:48:57.692Z] ---> 140977665710 [2021-03-09T00:48:57.692Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T00:48:57.972Z] ---> 703af410b164 [2021-03-09T00:48:57.972Z] 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-09T00:48:57.972Z] Removing intermediate container 1f61b4f29a5b [2021-03-09T00:48:57.972Z] ---> c29e1cb836c1 [2021-03-09T00:48:57.972Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T00:48:58.583Z] ---> Running in 2f03ab61787c [2021-03-09T00:48:58.583Z] ---> Running in 47f5bf2e2761 [2021-03-09T00:48:59.186Z] ---> 45697c734047 [2021-03-09T00:48:59.186Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T00:48:59.186Z] Removing intermediate container 2f03ab61787c [2021-03-09T00:48:59.186Z] ---> cf2f73813aa0 [2021-03-09T00:48:59.186Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T00:48:59.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:48:59.472Z] ---> Running in 36f47c683338 [2021-03-09T00:48:59.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:48:59.746Z] ---> Running in a11bdcc22cb5 [2021-03-09T00:49:00.377Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T00:49:00.377Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T00:49:00.377Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:49:00.377Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T00:49:00.652Z] OK: 6 MiB in 16 packages [2021-03-09T00:49:00.927Z] Removing intermediate container a11bdcc22cb5 [2021-03-09T00:49:00.927Z] ---> 6e7239b4e5fe [2021-03-09T00:49:00.927Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T00:49:01.911Z] ---> Running in e9de3724320b [2021-03-09T00:49:02.898Z] Removing intermediate container e9de3724320b [2021-03-09T00:49:02.898Z] ---> 9125849b1a24 [2021-03-09T00:49:02.898Z] Step 15/23 : WORKDIR / [2021-03-09T00:49:03.175Z] Removing intermediate container 5131ca99a0c7 [2021-03-09T00:49:03.175Z] ---> f606ce348a87 [2021-03-09T00:49:03.175Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T00:49:03.175Z] Removing intermediate container 1b0901cc6aaa [2021-03-09T00:49:03.175Z] ---> 5bde41faf9cc [2021-03-09T00:49:03.175Z] [2021-03-09T00:49:03.175Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T00:49:03.175Z] ---> d10569e2745f [2021-03-09T00:49:03.175Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T00:49:03.175Z] ---> Using cache [2021-03-09T00:49:03.175Z] ---> c29e1cb836c1 [2021-03-09T00:49:03.175Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T00:49:03.175Z] ---> Using cache [2021-03-09T00:49:03.175Z] ---> cf2f73813aa0 [2021-03-09T00:49:03.175Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T00:49:03.459Z] Removing intermediate container 47f5bf2e2761 [2021-03-09T00:49:03.459Z] ---> 344ad5f455db [2021-03-09T00:49:03.459Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T00:49:03.459Z] ---> Running in 017454c9f453 [2021-03-09T00:49:03.459Z] ---> Running in c92cd72bff6c [2021-03-09T00:49:03.459Z] ---> Running in ceb5c089cdec [2021-03-09T00:49:03.736Z] ---> Running in 47966e844e86 [2021-03-09T00:49:03.736Z] Removing intermediate container 36f47c683338 [2021-03-09T00:49:03.736Z] ---> 8fb273e69836 [2021-03-09T00:49:03.736Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:49:04.335Z] Removing intermediate container 017454c9f453 [2021-03-09T00:49:04.335Z] ---> 45ebaadae82f [2021-03-09T00:49:04.335Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:49:04.335Z] Removing intermediate container c92cd72bff6c [2021-03-09T00:49:04.335Z] ---> 37694cbd09af [2021-03-09T00:49:04.335Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T00:49:04.335Z] Removing intermediate container ceb5c089cdec [2021-03-09T00:49:04.335Z] ---> 0e4a3e89854b [2021-03-09T00:49:04.335Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T00:49:04.609Z] Removing intermediate container 47966e844e86 [2021-03-09T00:49:04.610Z] ---> 237b5c0c2a24 [2021-03-09T00:49:04.610Z] Step 22/24 : LABEL arch=arm64 [2021-03-09T00:49:04.610Z] ---> Running in a22ed9430782 [2021-03-09T00:49:04.610Z] ---> Running in 02475f4d8f63 [2021-03-09T00:49:04.887Z] ---> Running in 7e0c4c1043a0 [2021-03-09T00:49:04.887Z] ---> 91d7418af6c3 [2021-03-09T00:49:04.887Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T00:49:05.166Z] ---> db2bb527d1e0 [2021-03-09T00:49:05.166Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T00:49:05.763Z] Removing intermediate container 02475f4d8f63 [2021-03-09T00:49:05.763Z] ---> e3df65db123c [2021-03-09T00:49:05.763Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T00:49:06.036Z] Removing intermediate container a22ed9430782 [2021-03-09T00:49:06.037Z] ---> 24fb833d2b0e [2021-03-09T00:49:06.037Z] Step 15/23 : WORKDIR / [2021-03-09T00:49:06.037Z] Removing intermediate container 7e0c4c1043a0 [2021-03-09T00:49:06.037Z] ---> 5e802d67d954 [2021-03-09T00:49:06.037Z] Step 23/24 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:49:06.309Z] ---> Running in eeb43d0a6f3e [2021-03-09T00:49:06.583Z] ---> Running in 9665a70d88ac [2021-03-09T00:49:06.583Z] ---> Running in ad590470c2df [2021-03-09T00:49:06.583Z] ---> 599f6d8771ad [2021-03-09T00:49:06.583Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T00:49:06.858Z] ---> 09ead09b62ef [2021-03-09T00:49:06.858Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T00:49:06.858Z] Removing intermediate container eeb43d0a6f3e [2021-03-09T00:49:06.858Z] ---> c160bec05870 [2021-03-09T00:49:06.858Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:49:07.136Z] Removing intermediate container ad590470c2df [2021-03-09T00:49:07.136Z] ---> b7feadbd2ce0 [2021-03-09T00:49:07.136Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T00:49:07.410Z] Removing intermediate container 9665a70d88ac [2021-03-09T00:49:07.410Z] ---> cab05c9d6105 [2021-03-09T00:49:07.410Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:49:07.410Z] ---> Running in 6a3684732b8f [2021-03-09T00:49:07.686Z] ---> 7f40a9c202b6 [2021-03-09T00:49:07.686Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T00:49:07.967Z] ---> a4755bed5adf [2021-03-09T00:49:07.967Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T00:49:07.967Z] ---> Running in 829964690d68 [2021-03-09T00:49:07.967Z] ---> 2606a5aea1d5 [2021-03-09T00:49:07.967Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T00:49:08.243Z] Removing intermediate container 6a3684732b8f [2021-03-09T00:49:08.243Z] ---> a1efab5e732c [2021-03-09T00:49:08.243Z] [2021-03-09T00:49:08.243Z] ---> ec3d407837c3 [2021-03-09T00:49:08.243Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T00:49:08.513Z] Removing intermediate container 829964690d68 [2021-03-09T00:49:08.513Z] ---> 09faf5d03942 [2021-03-09T00:49:08.513Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:49:08.804Z] Successfully built a1efab5e732c [2021-03-09T00:49:08.804Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-09T00:49:08.804Z] Building docker-security-proxy-setup-go [2021-03-09T00:49:08.804Z] ---> Running in 00520b0ac2dc [2021-03-09T00:49:09.402Z]  Building docker-security-secretstore-setup-go ... done  ---> 3da12c5c0637 [2021-03-09T00:49:09.402Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T00:49:09.997Z] Removing intermediate container 00520b0ac2dc [2021-03-09T00:49:09.997Z] ---> b860164e16c3 [2021-03-09T00:49:09.997Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T00:49:09.997Z] ---> 348e10d90154 [2021-03-09T00:49:09.997Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T00:49:09.997Z] ---> c16d644db709 [2021-03-09T00:49:09.997Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T00:49:10.271Z] ---> Running in ca805fea3367 [2021-03-09T00:49:10.546Z] ---> c6df53378797 [2021-03-09T00:49:10.546Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T00:49:12.000Z] ---> Running in 38847df429b7 [2021-03-09T00:49:12.000Z] ---> f39f5a5e9f3c [2021-03-09T00:49:12.000Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T00:49:12.000Z] Removing intermediate container ca805fea3367 [2021-03-09T00:49:12.000Z] ---> 0800dd6a29ca [2021-03-09T00:49:12.000Z] Step 22/23 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:49:12.271Z] ---> d87a4c89fc69 [2021-03-09T00:49:12.271Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T00:49:12.864Z] ---> Running in 7c6ab896ae7f [2021-03-09T00:49:12.864Z] ---> Running in db3089977051 [2021-03-09T00:49:12.864Z] ---> Running in 9de2951b97a4 [2021-03-09T00:49:12.864Z] Removing intermediate container 38847df429b7 [2021-03-09T00:49:12.864Z] ---> d70422bfba5f [2021-03-09T00:49:12.864Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T00:49:13.468Z] Removing intermediate container db3089977051 [2021-03-09T00:49:13.468Z] ---> 36437d6c0329 [2021-03-09T00:49:13.468Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:49:13.738Z] Removing intermediate container 7c6ab896ae7f [2021-03-09T00:49:13.738Z] ---> d357224ad2e7 [2021-03-09T00:49:13.738Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T00:49:14.337Z] Removing intermediate container 9de2951b97a4 [2021-03-09T00:49:14.337Z] ---> 3efe59bf5646 [2021-03-09T00:49:14.337Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:49:14.608Z] ---> 1ac76d3b0e47 [2021-03-09T00:49:14.608Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T00:49:14.878Z] ---> Running in 906b9bbefc59 [2021-03-09T00:49:14.878Z] ---> Running in 2f2889b82cd1 [2021-03-09T00:49:15.160Z] ---> Running in b3e78cc6d85c [2021-03-09T00:49:15.431Z] ---> Running in c205ca0e5200 [2021-03-09T00:49:15.702Z] Removing intermediate container 906b9bbefc59 [2021-03-09T00:49:15.702Z] ---> 37ff821712e6 [2021-03-09T00:49:15.702Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T00:49:15.702Z] Removing intermediate container b3e78cc6d85c [2021-03-09T00:49:15.702Z] ---> 553b30c66b2c [2021-03-09T00:49:15.702Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T00:49:15.986Z] Removing intermediate container 2f2889b82cd1 [2021-03-09T00:49:15.986Z] ---> 3761b8c003bf [2021-03-09T00:49:15.986Z] [2021-03-09T00:49:15.986Z] ---> Running in 12dbc6b69fd8 [2021-03-09T00:49:15.986Z] ---> Running in ff79705b120e [2021-03-09T00:49:16.586Z] Successfully built 3761b8c003bf [2021-03-09T00:49:16.586Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-09T00:49:16.586Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-03-09T00:49:16.586Z] Removing intermediate container ff79705b120e [2021-03-09T00:49:16.586Z] ---> 6d26eb68666f [2021-03-09T00:49:16.586Z] Step 21/22 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:49:16.860Z] Removing intermediate container 12dbc6b69fd8 [2021-03-09T00:49:16.860Z] ---> 95fb47c8d60b [2021-03-09T00:49:16.860Z] Step 22/23 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:49:16.860Z] ---> Running in f48b121e9cd5 [2021-03-09T00:49:16.860Z] ---> Running in 9bc4f0793d0f [2021-03-09T00:49:17.461Z] Removing intermediate container f48b121e9cd5 [2021-03-09T00:49:17.461Z] ---> 39c8175b5567 [2021-03-09T00:49:17.461Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T00:49:17.734Z] Removing intermediate container 9bc4f0793d0f [2021-03-09T00:49:17.734Z] ---> 6536564808b6 [2021-03-09T00:49:17.734Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T00:49:17.734Z] ---> Running in e44dbe2d5382 [2021-03-09T00:49:17.734Z] ---> Running in 367d75f82a95 [2021-03-09T00:49:18.329Z] Removing intermediate container e44dbe2d5382 [2021-03-09T00:49:18.329Z] ---> 990d9441e5ef [2021-03-09T00:49:18.329Z] [2021-03-09T00:49:18.329Z] Removing intermediate container c205ca0e5200 [2021-03-09T00:49:18.329Z] ---> 2641b0d36f72 [2021-03-09T00:49:18.329Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T00:49:18.603Z] Removing intermediate container 367d75f82a95 [2021-03-09T00:49:18.603Z] ---> f2e49e2ce272 [2021-03-09T00:49:18.603Z] [2021-03-09T00:49:19.198Z] Successfully built 990d9441e5ef [2021-03-09T00:49:19.198Z] Successfully built f2e49e2ce272 [2021-03-09T00:49:19.198Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-09T00:49:19.198Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-09T00:49:19.198Z]  Building docker-support-notifications-go ... done  ---> Running in 01e207ab2166 [2021-03-09T00:49:19.198Z] Building docker-support-scheduler-go [2021-03-09T00:49:19.198Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-09T00:49:20.175Z] Removing intermediate container 01e207ab2166 [2021-03-09T00:49:20.175Z] ---> b098044e398f [2021-03-09T00:49:20.175Z] Step 28/31 : CMD ["gate"] [2021-03-09T00:49:20.447Z] ---> Running in 640e9af27952 [2021-03-09T00:49:21.043Z] Removing intermediate container 640e9af27952 [2021-03-09T00:49:21.043Z] ---> ebb6592bf829 [2021-03-09T00:49:21.043Z] Step 29/31 : LABEL arch=arm64 [2021-03-09T00:49:21.312Z] ---> Running in 5541d9cd6803 [2021-03-09T00:49:21.910Z] Removing intermediate container 5541d9cd6803 [2021-03-09T00:49:21.910Z] ---> 2b66aff1bdcb [2021-03-09T00:49:21.910Z] Step 30/31 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:49:22.179Z] ---> Running in d965c9cc2007 [2021-03-09T00:49:23.172Z] Removing intermediate container d965c9cc2007 [2021-03-09T00:49:23.172Z] ---> 1b831361a42b [2021-03-09T00:49:23.172Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T00:49:24.602Z] ---> Running in 2750641a4e00 [2021-03-09T00:49:25.579Z] Removing intermediate container 2750641a4e00 [2021-03-09T00:49:25.580Z] ---> 7887af111292 [2021-03-09T00:49:25.580Z] [2021-03-09T00:49:25.849Z] Successfully built 7887af111292 [2021-03-09T00:49:25.849Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-09T00:49:52.616Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:49:52.616Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:49:52.616Z] ---> 2e189ca3f60c [2021-03-09T00:49:52.616Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T00:49:52.616Z] ---> Using cache [2021-03-09T00:49:52.616Z] ---> e3236f563933 [2021-03-09T00:49:52.616Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:49:52.616Z] ---> Using cache [2021-03-09T00:49:52.616Z] ---> b5d051b60bd4 [2021-03-09T00:49:52.616Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T00:49:52.616Z] ---> Using cache [2021-03-09T00:49:52.616Z] ---> fee7277cf575 [2021-03-09T00:49:52.616Z] Step 6/21 : COPY go.mod . [2021-03-09T00:49:52.616Z] ---> Using cache [2021-03-09T00:49:52.616Z] ---> 7b3357d30eb4 [2021-03-09T00:49:52.616Z] Step 7/21 : RUN go mod download [2021-03-09T00:49:52.616Z] ---> Using cache [2021-03-09T00:49:52.616Z] ---> 3fe00a4b7524 [2021-03-09T00:49:52.616Z] Step 8/21 : COPY . . [2021-03-09T00:49:52.616Z] ---> Using cache [2021-03-09T00:49:52.616Z] ---> 77281cf90f3e [2021-03-09T00:49:52.616Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T00:50:00.918Z] ---> Running in db6600e54dda [2021-03-09T00:50:01.902Z] 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-09T00:50:03.900Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:50:03.900Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:50:03.900Z] ---> 2e189ca3f60c [2021-03-09T00:50:03.900Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T00:50:03.900Z] ---> Using cache [2021-03-09T00:50:03.900Z] ---> e3236f563933 [2021-03-09T00:50:03.900Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:50:03.900Z] ---> Using cache [2021-03-09T00:50:03.900Z] ---> b5d051b60bd4 [2021-03-09T00:50:03.900Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T00:50:05.362Z] ---> Running in 5af1bfba1843 [2021-03-09T00:50:05.964Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:50:05.964Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:50:05.964Z] ---> 2e189ca3f60c [2021-03-09T00:50:05.964Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T00:50:05.964Z] ---> Using cache [2021-03-09T00:50:05.964Z] ---> e3236f563933 [2021-03-09T00:50:05.964Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:50:05.964Z] ---> Using cache [2021-03-09T00:50:05.964Z] ---> b5d051b60bd4 [2021-03-09T00:50:05.964Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T00:50:06.237Z] ---> Running in 2508e7488137 [2021-03-09T00:50:06.237Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T00:50:06.237Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T00:50:06.237Z] ---> 2e189ca3f60c [2021-03-09T00:50:06.238Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T00:50:06.238Z] ---> Using cache [2021-03-09T00:50:06.238Z] ---> e3236f563933 [2021-03-09T00:50:06.238Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:50:06.238Z] ---> Using cache [2021-03-09T00:50:06.238Z] ---> b5d051b60bd4 [2021-03-09T00:50:06.238Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T00:50:06.238Z] ---> Using cache [2021-03-09T00:50:06.238Z] ---> fee7277cf575 [2021-03-09T00:50:06.238Z] Step 6/22 : COPY go.mod . [2021-03-09T00:50:06.238Z] ---> Using cache [2021-03-09T00:50:06.238Z] ---> 7b3357d30eb4 [2021-03-09T00:50:06.238Z] Step 7/22 : RUN go mod download [2021-03-09T00:50:06.238Z] ---> Using cache [2021-03-09T00:50:06.238Z] ---> 3fe00a4b7524 [2021-03-09T00:50:06.238Z] Step 8/22 : COPY . . [2021-03-09T00:50:06.512Z] ---> Using cache [2021-03-09T00:50:06.512Z] ---> 77281cf90f3e [2021-03-09T00:50:06.512Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T00:50:06.789Z] ---> Running in 89472c34c3bc [2021-03-09T00:50:08.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:50:08.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:50:08.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:50:09.051Z] 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-09T00:50:09.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:50:09.601Z] OK: 217 MiB in 51 packages [2021-03-09T00:50:10.310Z] OK: 217 MiB in 51 packages [2021-03-09T00:50:11.348Z] Removing intermediate container 5af1bfba1843 [2021-03-09T00:50:11.349Z] ---> 0c4c920ab5da [2021-03-09T00:50:11.349Z] Step 6/26 : COPY go.mod . [2021-03-09T00:50:12.027Z] Removing intermediate container 2508e7488137 [2021-03-09T00:50:12.027Z] ---> 6f2ff1ef4b89 [2021-03-09T00:50:12.027Z] Step 6/23 : COPY go.mod . [2021-03-09T00:50:12.637Z] ---> 461a0e9604c9 [2021-03-09T00:50:12.637Z] Step 7/26 : RUN go mod download [2021-03-09T00:50:12.923Z] ---> Running in a304c4ab9bef [2021-03-09T00:50:13.520Z] ---> 768164b9c6af [2021-03-09T00:50:13.520Z] Step 7/23 : RUN go mod download [2021-03-09T00:50:13.797Z] ---> Running in 8097c4864aea [2021-03-09T00:50:18.132Z] Removing intermediate container a304c4ab9bef [2021-03-09T00:50:18.133Z] ---> f0af2af88a65 [2021-03-09T00:50:18.133Z] Step 8/26 : COPY . . [2021-03-09T00:50:18.412Z] Removing intermediate container 8097c4864aea [2021-03-09T00:50:18.412Z] ---> 143ec4fe8ef3 [2021-03-09T00:50:18.412Z] Step 8/23 : COPY . . [2021-03-09T00:50:50.849Z] ---> e3e67416bc1e [2021-03-09T00:50:50.849Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T00:50:50.849Z] ---> 229ee01883cc [2021-03-09T00:50:50.849Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T00:50:50.849Z] ---> Running in acd64c3cbfa1 [2021-03-09T00:50:50.849Z] ---> Running in f28d1cf5f4ec [2021-03-09T00:50:50.849Z] 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-09T00:50:50.849Z] 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-09T00:50:55.169Z] 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-09T00:51:13.521Z] Removing intermediate container db6600e54dda [2021-03-09T00:51:13.521Z] ---> b311f8252c89 [2021-03-09T00:51:13.521Z] [2021-03-09T00:51:13.521Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T00:51:13.521Z] ---> d10569e2745f [2021-03-09T00:51:13.521Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T00:51:13.521Z] ---> Running in b29b535f2a31 [2021-03-09T00:51:13.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:51:13.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:51:13.521Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T00:51:13.521Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T00:51:13.521Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T00:51:13.521Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T00:51:13.521Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:51:13.521Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T00:51:13.800Z] OK: 7 MiB in 18 packages [2021-03-09T00:51:16.444Z] Removing intermediate container b29b535f2a31 [2021-03-09T00:51:16.444Z] ---> f43a3c4ae91c [2021-03-09T00:51:16.444Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T00:51:16.444Z] ---> Running in 898edd9b44e7 [2021-03-09T00:51:17.432Z] Removing intermediate container 898edd9b44e7 [2021-03-09T00:51:17.432Z] ---> 4dc6de8664a5 [2021-03-09T00:51:17.432Z] Step 13/21 : WORKDIR /edgex [2021-03-09T00:51:17.432Z] ---> Running in 5efc0c02b0c8 [2021-03-09T00:51:18.038Z] Removing intermediate container 5efc0c02b0c8 [2021-03-09T00:51:18.038Z] ---> 6fc81ba6f3f1 [2021-03-09T00:51:18.038Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T00:51:19.479Z] ---> 3970f176a247 [2021-03-09T00:51:19.479Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T00:51:20.921Z] ---> bf86e758dce3 [2021-03-09T00:51:20.921Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T00:51:22.364Z] ---> 49f4492a907e [2021-03-09T00:51:22.364Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T00:51:22.642Z] ---> Running in 937489af294d [2021-03-09T00:51:23.246Z] Removing intermediate container 937489af294d [2021-03-09T00:51:23.246Z] ---> c76107ae4f02 [2021-03-09T00:51:23.246Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T00:51:23.519Z] ---> Running in b3c3301431c8 [2021-03-09T00:51:24.123Z] Removing intermediate container b3c3301431c8 [2021-03-09T00:51:24.123Z] ---> 853e77be869a [2021-03-09T00:51:24.123Z] Step 19/21 : LABEL arch=arm64 [2021-03-09T00:51:24.399Z] ---> Running in a77ac0ba7979 [2021-03-09T00:51:24.998Z] Removing intermediate container a77ac0ba7979 [2021-03-09T00:51:24.998Z] ---> f05d09ce0846 [2021-03-09T00:51:24.998Z] Step 20/21 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:51:25.272Z] ---> Running in bacaf4617208 [2021-03-09T00:51:25.876Z] Removing intermediate container bacaf4617208 [2021-03-09T00:51:25.876Z] ---> b8cd3d3c15d6 [2021-03-09T00:51:25.876Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T00:51:25.876Z] ---> Running in c828e0d792f4 [2021-03-09T00:51:26.482Z] Removing intermediate container c828e0d792f4 [2021-03-09T00:51:26.482Z] ---> c77bffeb6299 [2021-03-09T00:51:26.482Z] [2021-03-09T00:51:27.086Z] Successfully built c77bffeb6299 [2021-03-09T00:51:27.086Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-09T00:51:37.242Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 89472c34c3bc [2021-03-09T00:51:37.242Z] ---> 1ccec32318be [2021-03-09T00:51:37.242Z] [2021-03-09T00:51:37.242Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T00:51:37.242Z] ---> d10569e2745f [2021-03-09T00:51:37.242Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T00:51:37.242Z] ---> Using cache [2021-03-09T00:51:37.242Z] ---> c29e1cb836c1 [2021-03-09T00:51:37.242Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T00:51:37.242Z] ---> Using cache [2021-03-09T00:51:37.242Z] ---> cf2f73813aa0 [2021-03-09T00:51:37.242Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T00:51:37.242Z] ---> Running in 73ca6cc8fd1b [2021-03-09T00:51:37.843Z] Removing intermediate container 73ca6cc8fd1b [2021-03-09T00:51:37.843Z] ---> 274fd193c943 [2021-03-09T00:51:37.843Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T00:51:38.119Z] ---> Running in 36c78fc6de6c [2021-03-09T00:51:38.725Z] Removing intermediate container 36c78fc6de6c [2021-03-09T00:51:38.725Z] ---> c9124dcd820c [2021-03-09T00:51:38.725Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:51:39.708Z] ---> 55b9bfa54ca2 [2021-03-09T00:51:39.708Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T00:51:41.702Z] ---> 5ecc449bdfe7 [2021-03-09T00:51:41.702Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T00:51:42.692Z] ---> b48da6a401f8 [2021-03-09T00:51:42.692Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T00:51:42.969Z] ---> Running in efcddded72e3 [2021-03-09T00:51:43.567Z] Removing intermediate container efcddded72e3 [2021-03-09T00:51:43.567Z] ---> ba5b70af0342 [2021-03-09T00:51:43.567Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:51:43.844Z] ---> Running in f50a311fc0c8 [2021-03-09T00:51:44.453Z] Removing intermediate container f50a311fc0c8 [2021-03-09T00:51:44.453Z] ---> 790ef95bff89 [2021-03-09T00:51:44.453Z] Step 20/22 : LABEL arch=arm64 [2021-03-09T00:51:44.453Z] ---> Running in 1e236c3f55e6 [2021-03-09T00:51:45.052Z] Removing intermediate container 1e236c3f55e6 [2021-03-09T00:51:45.052Z] ---> c0900ec3af09 [2021-03-09T00:51:45.327Z] Step 21/22 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:51:45.327Z] ---> Running in 823d1a13a0a9 [2021-03-09T00:51:45.922Z] Removing intermediate container 823d1a13a0a9 [2021-03-09T00:51:45.922Z] ---> aed374727c32 [2021-03-09T00:51:45.922Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T00:51:46.196Z] ---> Running in 58a8117854dc [2021-03-09T00:51:46.799Z] Removing intermediate container 58a8117854dc [2021-03-09T00:51:46.799Z] ---> 72827341c7ea [2021-03-09T00:51:46.799Z] [2021-03-09T00:51:47.399Z] Successfully built 72827341c7ea [2021-03-09T00:51:47.399Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-09T00:52:02.497Z]  Building docker-support-scheduler-go ... done Removing intermediate container acd64c3cbfa1 [2021-03-09T00:52:02.497Z] ---> 3a217a25a654 [2021-03-09T00:52:02.497Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T00:52:02.497Z] ---> Running in 4a32f5b1a22f [2021-03-09T00:52:02.497Z] 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-09T00:52:05.103Z] Removing intermediate container 4a32f5b1a22f [2021-03-09T00:52:05.103Z] ---> 1508cefa5094 [2021-03-09T00:52:05.103Z] [2021-03-09T00:52:05.103Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T00:52:05.103Z] 20.10.0: Pulling from library/docker [2021-03-09T00:52:13.494Z] Removing intermediate container f28d1cf5f4ec [2021-03-09T00:52:13.494Z] ---> fb81200de238 [2021-03-09T00:52:13.494Z] [2021-03-09T00:52:13.494Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T00:52:13.494Z] ---> d10569e2745f [2021-03-09T00:52:13.494Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T00:52:13.494Z] ---> Running in c02f2c7cac02 [2021-03-09T00:52:13.494Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T00:52:13.494Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T00:52:13.494Z] ---> eeaf43b92773 [2021-03-09T00:52:13.494Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T00:52:13.494Z] Removing intermediate container c02f2c7cac02 [2021-03-09T00:52:13.494Z] ---> 48198cef0b36 [2021-03-09T00:52:13.494Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T00:52:13.805Z] ---> Running in 84c6a4064b18 [2021-03-09T00:52:13.805Z] ---> Running in 822cd3bb9eb8 [2021-03-09T00:52:14.397Z] Removing intermediate container 822cd3bb9eb8 [2021-03-09T00:52:14.397Z] ---> 55a22f3edb0f [2021-03-09T00:52:14.397Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T00:52:14.667Z] ---> Running in 42a39cab172a [2021-03-09T00:52:14.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:52:14.937Z] Removing intermediate container 42a39cab172a [2021-03-09T00:52:14.937Z] ---> 25826e40fcaf [2021-03-09T00:52:14.937Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T00:52:15.207Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:52:15.207Z] ---> Running in f9cae25095c8 [2021-03-09T00:52:15.801Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T00:52:15.801Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T00:52:15.801Z] Executing bash-5.0.17-r0.post-install [2021-03-09T00:52:15.801Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:52:16.074Z] OK: 12 MiB in 22 packages [2021-03-09T00:52:17.511Z] Removing intermediate container f9cae25095c8 [2021-03-09T00:52:17.511Z] ---> 7a9f00fb6172 [2021-03-09T00:52:17.511Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T00:52:17.511Z] Removing intermediate container 84c6a4064b18 [2021-03-09T00:52:17.511Z] ---> dfe0f3d83cf4 [2021-03-09T00:52:17.511Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T00:52:17.511Z] ---> Running in 60e736bb512a [2021-03-09T00:52:17.511Z] ---> Running in bc95e1e7d592 [2021-03-09T00:52:18.104Z] Removing intermediate container bc95e1e7d592 [2021-03-09T00:52:18.104Z] ---> ae1cae63537c [2021-03-09T00:52:18.104Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T00:52:18.104Z] ---> Running in 125f7511f278 [2021-03-09T00:52:18.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:52:18.698Z] Removing intermediate container 125f7511f278 [2021-03-09T00:52:18.698Z] ---> 732fa31ddbf3 [2021-03-09T00:52:18.698Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T00:52:18.698Z] ---> Running in 307e2b47711b [2021-03-09T00:52:19.293Z] Removing intermediate container 307e2b47711b [2021-03-09T00:52:19.293Z] ---> 738a2f49548e [2021-03-09T00:52:19.293Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T00:52:19.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:52:20.272Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T00:52:20.272Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T00:52:20.272Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T00:52:20.272Z] ---> 76d2f9768482 [2021-03-09T00:52:20.272Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T00:52:20.272Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T00:52:20.541Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T00:52:20.815Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T00:52:20.815Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:52:20.815Z] OK: 8 MiB in 20 packages [2021-03-09T00:52:21.087Z] ---> e9ddc82b680b [2021-03-09T00:52:21.087Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T00:52:22.064Z] ---> 18d71f2b7d83 [2021-03-09T00:52:22.064Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T00:52:22.064Z] Removing intermediate container 60e736bb512a [2021-03-09T00:52:22.339Z] ---> 72bac1a37a30 [2021-03-09T00:52:22.339Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T00:52:22.339Z] ---> Running in de600edd3200 [2021-03-09T00:52:23.319Z] ---> 4c5145a678aa [2021-03-09T00:52:23.319Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T00:52:23.319Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:52:23.589Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:52:24.178Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T00:52:24.178Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T00:52:24.178Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T00:52:24.178Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T00:52:24.178Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T00:52:24.178Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T00:52:24.178Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T00:52:24.455Z] ---> c56d2189ce61 [2021-03-09T00:52:24.455Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T00:52:25.890Z] ---> 55cc7ee3d977 [2021-03-09T00:52:25.890Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T00:52:25.890Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T00:52:25.890Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T00:52:25.890Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T00:52:25.890Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T00:52:25.890Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T00:52:26.162Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T00:52:26.162Z] ---> Running in aea614a29fa2 [2021-03-09T00:52:26.162Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T00:52:26.162Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T00:52:26.162Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T00:52:26.162Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T00:52:26.162Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T00:52:26.436Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T00:52:26.436Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T00:52:26.436Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T00:52:26.436Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T00:52:26.436Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T00:52:26.436Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T00:52:26.436Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T00:52:26.436Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T00:52:26.436Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T00:52:26.436Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T00:52:26.436Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T00:52:26.436Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T00:52:26.436Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T00:52:26.436Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T00:52:26.436Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T00:52:26.708Z] Removing intermediate container aea614a29fa2 [2021-03-09T00:52:26.708Z] ---> bbd25504ce14 [2021-03-09T00:52:26.708Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:52:26.708Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:52:26.708Z] OK: 71 MiB in 55 packages [2021-03-09T00:52:26.984Z] ---> Running in b027bba132d4 [2021-03-09T00:52:27.254Z] Removing intermediate container b027bba132d4 [2021-03-09T00:52:27.254Z] ---> aad487fdae91 [2021-03-09T00:52:27.254Z] Step 21/23 : LABEL arch=arm64 [2021-03-09T00:52:27.526Z] ---> Running in 8c3c83a003dd [2021-03-09T00:52:28.125Z] Removing intermediate container 8c3c83a003dd [2021-03-09T00:52:28.125Z] ---> a56edf279b5d [2021-03-09T00:52:28.125Z] Step 22/23 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:52:28.125Z] ---> Running in f5fb19e15f21 [2021-03-09T00:52:29.106Z] Removing intermediate container f5fb19e15f21 [2021-03-09T00:52:29.106Z] ---> 9abca0d17e4f [2021-03-09T00:52:29.106Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T00:52:29.106Z] ---> Running in d55fbb6b82cb [2021-03-09T00:52:29.697Z] Removing intermediate container d55fbb6b82cb [2021-03-09T00:52:29.697Z] ---> 5ebe945e8c4b [2021-03-09T00:52:29.697Z] [2021-03-09T00:52:29.971Z] Successfully built 5ebe945e8c4b [2021-03-09T00:52:30.244Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-09T00:52:32.847Z]  Building docker-core-data-go ... done Removing intermediate container de600edd3200 [2021-03-09T00:52:32.847Z] ---> cfc049aeccb3 [2021-03-09T00:52:32.847Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T00:52:32.847Z] ---> Running in 47b7e83bd793 [2021-03-09T00:52:38.223Z] Collecting docker-compose==1.23.2 [2021-03-09T00:52:38.223Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T00:52:38.223Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T00:52:38.223Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T00:52:40.830Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T00:52:40.830Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T00:52:41.102Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T00:52:41.102Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T00:52:41.692Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T00:52:41.692Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T00:52:43.650Z] 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-09T00:52:43.650Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T00:52:43.650Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T00:52:46.251Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T00:52:46.251Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T00:52:47.221Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T00:52:47.221Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T00:52:47.811Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T00:52:47.811Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T00:52:48.782Z] Collecting PyYAML<4,>=3.10 [2021-03-09T00:52:48.782Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T00:52:51.389Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T00:52:51.660Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T00:52:51.660Z] 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-09T00:52:52.248Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T00:52:52.248Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T00:52:52.515Z] 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-09T00:52:52.515Z] Collecting idna<2.8,>=2.5 [2021-03-09T00:52:52.515Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T00:52:52.783Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T00:52:52.783Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T00:52:52.783Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T00:52:52.783Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T00:52:53.373Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docopt, jsonschema, cached-property, PyYAML, docker-compose [2021-03-09T00:52:53.373Z] Running setup.py install for texttable: started [2021-03-09T00:52:55.337Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T00:52:55.608Z] Attempting uninstall: urllib3 [2021-03-09T00:52:55.608Z] Found existing installation: urllib3 1.25.9 [2021-03-09T00:52:55.608Z] Uninstalling urllib3-1.25.9: [2021-03-09T00:52:55.879Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T00:52:56.470Z] Attempting uninstall: idna [2021-03-09T00:52:56.470Z] Found existing installation: idna 2.9 [2021-03-09T00:52:56.470Z] Uninstalling idna-2.9: [2021-03-09T00:52:56.470Z] Successfully uninstalled idna-2.9 [2021-03-09T00:52:57.062Z] Attempting uninstall: requests [2021-03-09T00:52:57.062Z] Found existing installation: requests 2.23.0 [2021-03-09T00:52:57.062Z] Uninstalling requests-2.23.0: [2021-03-09T00:52:57.062Z] Successfully uninstalled requests-2.23.0 [2021-03-09T00:52:58.488Z] Running setup.py install for dockerpty: started [2021-03-09T00:52:59.910Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T00:52:59.910Z] Running setup.py install for docopt: started [2021-03-09T00:53:01.960Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T00:53:02.553Z] Running setup.py install for PyYAML: started [2021-03-09T00:53:04.523Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T00:53:05.500Z] 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-09T00:53:09.794Z] Removing intermediate container 47b7e83bd793 [2021-03-09T00:53:09.794Z] ---> 761684522232 [2021-03-09T00:53:09.794Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T00:53:09.794Z] ---> Running in 4761079397a7 [2021-03-09T00:53:10.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-09T00:53:10.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-09T00:53:11.359Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T00:53:11.359Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T00:53:11.359Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T00:53:11.359Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T00:53:11.359Z] OK: 71 MiB in 58 packages [2021-03-09T00:53:12.787Z] Removing intermediate container 4761079397a7 [2021-03-09T00:53:12.787Z] ---> f53c3da81585 [2021-03-09T00:53:12.787Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T00:53:12.787Z] ---> Running in fdf39971cdb9 [2021-03-09T00:53:13.401Z] Removing intermediate container fdf39971cdb9 [2021-03-09T00:53:13.401Z] ---> 2b2d90c5c930 [2021-03-09T00:53:13.401Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T00:53:13.401Z] ---> Running in bdb2d96221ee [2021-03-09T00:53:14.014Z] Removing intermediate container bdb2d96221ee [2021-03-09T00:53:14.014Z] ---> 80c53c811c36 [2021-03-09T00:53:14.014Z] Step 24/26 : LABEL arch=arm64 [2021-03-09T00:53:14.014Z] ---> Running in ae42beef73e4 [2021-03-09T00:53:14.623Z] Removing intermediate container ae42beef73e4 [2021-03-09T00:53:14.623Z] ---> 8172727d64da [2021-03-09T00:53:14.623Z] Step 25/26 : LABEL git_sha=341d20759d02652644a311a02f2a6abf20c2b35a [2021-03-09T00:53:14.623Z] ---> Running in 6adba7d824b1 [2021-03-09T00:53:15.243Z] Removing intermediate container 6adba7d824b1 [2021-03-09T00:53:15.243Z] ---> d365121ce60c [2021-03-09T00:53:15.243Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T00:53:15.243Z] ---> Running in d07a024f4a58 [2021-03-09T00:53:15.842Z] Removing intermediate container d07a024f4a58 [2021-03-09T00:53:15.842Z] ---> f4a748d8d626 [2021-03-09T00:53:15.842Z] [2021-03-09T00:53:16.115Z] Successfully built f4a748d8d626 [2021-03-09T00:53:16.115Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-09T00:53:16.725Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-09T00:53:16.724Z] $ docker stop --time=1 24e96f444b2062e87957935fc6cf35301c70905f7908cbf1e37f850845d73306 [2021-03-09T00:53:18.624Z] $ docker rm -f 24e96f444b2062e87957935fc6cf35301c70905f7908cbf1e37f850845d73306 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T00:53:19.339Z] + + dockergrep images docker [2021-03-09T00:53:19.339Z] [2021-03-09T00:53:19.611Z] docker-sys-mgmt-agent-go-arm64 latest f4a748d8d626 4 seconds ago 300MB [2021-03-09T00:53:19.611Z] docker-core-data-go-arm64 latest 5ebe945e8c4b 50 seconds ago 21.1MB [2021-03-09T00:53:19.611Z] docker-support-scheduler-go-arm64 latest 72827341c7ea About a minute ago 16.3MB [2021-03-09T00:53:19.611Z] docker-security-proxy-setup-go-arm64 latest c77bffeb6299 About a minute ago 23.4MB [2021-03-09T00:53:19.611Z] docker-security-bootstrapper-go-arm64 latest 7887af111292 3 minutes ago 17.8MB [2021-03-09T00:53:19.611Z] docker-core-metadata-go-arm64 latest f2e49e2ce272 4 minutes ago 17.9MB [2021-03-09T00:53:19.611Z] docker-support-notifications-go-arm64 latest 990d9441e5ef 4 minutes ago 16.9MB [2021-03-09T00:53:19.611Z] docker-core-command-go-arm64 latest 3761b8c003bf 4 minutes ago 16.2MB [2021-03-09T00:53:19.611Z] docker-security-secretstore-setup-go-arm64 latest a1efab5e732c 4 minutes ago 23.7MB [2021-03-09T00:53:19.611Z] 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-09T00:53:20.673Z] ---> job-cost.sh [2021-03-09T00:53:20.674Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KKib [2021-03-09T00:53:59.612Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-09T00:55:36.399Z] lf-activate-venv(): INFO: Adding /tmp/venv-KKib/bin to PATH [2021-03-09T00:55:36.399Z] INFO: No Stack... [2021-03-09T00:55:36.399Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-09T00:55:36.668Z] INFO: Archiving Costs [Pipeline] sh [2021-03-09T00:55:37.000Z] + cut -d, -f6 [2021-03-09T00:55:37.000Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2021-03-09T00:55:37.103Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3235-2-stack-cost] [2021-03-09T00:55:37.115Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3235-2-stack-cost] did not exist. Created. [2021-03-09T00:55:37.115Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3235-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-09T00:55:37.525Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-09T00:55:37.833Z] Stashed 1 file(s) [Pipeline] } [2021-03-09T00:55:37.849Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3235-2-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-09T00:55:39.023Z] provisioning config files... [2021-03-09T00:55:39.037Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2956993299466198030tmp [Pipeline] { [Pipeline] sh [2021-03-09T00:55:39.453Z] + set +x [2021-03-09T00:55:39.454Z] + curl -s https://codecov.io/bash [2021-03-09T00:55:39.454Z] + bash -s -- [2021-03-09T00:55:39.716Z] [2021-03-09T00:55:39.716Z] _____ _ [2021-03-09T00:55:39.716Z] / ____| | | [2021-03-09T00:55:39.716Z] | | ___ __| | ___ ___ _____ __ [2021-03-09T00:55:39.716Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-09T00:55:39.716Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-09T00:55:39.716Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-09T00:55:39.716Z] Bash-20210226-7100762 [2021-03-09T00:55:39.716Z] [2021-03-09T00:55:39.716Z] [2021-03-09T00:55:39.716Z] ==> git version 2.24.3 found [2021-03-09T00:55:39.716Z] ==> 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-09T00:55:39.716Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-09T00:55:39.716Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-09T00:55:39.716Z] ==> Jenkins CI detected. [2021-03-09T00:55:39.716Z] project root: . [2021-03-09T00:55:39.716Z] --> token set from env [2021-03-09T00:55:39.716Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-09T00:55:39.716Z] ==> Running gcov in . (disable via -X gcov) [2021-03-09T00:55:39.980Z] ==> Python coveragepy not found [2021-03-09T00:55:39.980Z] ==> Searching for coverage reports in: [2021-03-09T00:55:39.980Z] + . [2021-03-09T00:55:39.980Z] -> Found 1 reports [2021-03-09T00:55:39.980Z] ==> Detecting git/mercurial file structure [2021-03-09T00:55:39.980Z] ==> Reading reports [2021-03-09T00:55:39.980Z] + ./coverage.out bytes=622934 [2021-03-09T00:55:39.980Z] ==> Appending adjustments [2021-03-09T00:55:39.980Z] https://docs.codecov.io/docs/fixing-reports [2021-03-09T00:55:43.309Z] + Found adjustments [2021-03-09T00:55:43.309Z] ==> Gzipping contents [2021-03-09T00:55:43.309Z] 92K /tmp/codecov.OOwqdz.gz [2021-03-09T00:55:43.309Z] ==> Uploading reports [2021-03-09T00:55:43.309Z] url: https://codecov.io [2021-03-09T00:55:43.309Z] query: branch=PR-3235&commit=341d20759d02652644a311a02f2a6abf20c2b35a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3235%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3235&job=&cmd_args= [2021-03-09T00:55:43.309Z] -> Pinging Codecov [2021-03-09T00:55:43.309Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3235&commit=341d20759d02652644a311a02f2a6abf20c2b35a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3235%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3235&job=&cmd_args= [2021-03-09T00:55:43.883Z] -> Uploading to [2021-03-09T00:55:43.883Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-09/00271124DB129430A58F1EEE437C3FCB/341d20759d02652644a311a02f2a6abf20c2b35a/57a21b4f-3358-4147-a35c-8520b423b4fe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210309T005543Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=61f6ce9cbf02d3d8d2c9f73b35d1a3080cb4adcad77e93ae4f2d310f3af3c394 [2021-03-09T00:55:43.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-09T00:55:43.883Z] Dload Upload Total Spent Left Speed [2021-03-09T00:55:44.457Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92002 0 0 100 92002 0 160k --:--:-- --:--:-- --:--:-- 161k [2021-03-09T00:55:44.457Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/341d20759d02652644a311a02f2a6abf20c2b35a [Pipeline] } [2021-03-09T00:55:44.466Z] 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-09T00:55:45.995Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T00:55:46.881Z] ---> package-listing.sh [2021-03-09T00:55:46.881Z] ++ facter osfamily [2021-03-09T00:55:46.881Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-09T00:55:46.881Z] + OS_FAMILY=redhat [2021-03-09T00:55:46.881Z] + workspace=/w/workspace/edgex-go/2 [2021-03-09T00:55:46.881Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-09T00:55:46.881Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-09T00:55:46.881Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-09T00:55:46.881Z] + PACKAGES=/tmp/packages_start.txt [2021-03-09T00:55:46.881Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-09T00:55:46.881Z] + PACKAGES=/tmp/packages_end.txt [2021-03-09T00:55:46.881Z] + case "${OS_FAMILY}" in [2021-03-09T00:55:46.881Z] + rpm -qa [2021-03-09T00:55:46.881Z] + sort [2021-03-09T00:55:52.189Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-09T00:55:52.189Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-09T00:55:52.189Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-09T00:55:52.189Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-09T00:55:52.189Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-09T00:55:52.189Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-09T00:55:52.204Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-09T00:55:52.500Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:55:52.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T00:55:52.810Z] [2021-03-09T00:55:52.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-09T00:55:53.175Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T00:55:53.175Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-09T00:55:53.175Z] df20fa9351a1: Pulling fs layer [2021-03-09T00:55:53.175Z] 36b3adc4ff6f: Pulling fs layer [2021-03-09T00:55:53.175Z] 8ad3a11d3b57: Pulling fs layer [2021-03-09T00:55:53.175Z] 46f8f816bc3b: Pulling fs layer [2021-03-09T00:55:53.175Z] 93b61091891f: Pulling fs layer [2021-03-09T00:55:53.175Z] 93b9cdb0e59b: Pulling fs layer [2021-03-09T00:55:53.175Z] 5e14af77c1be: Pulling fs layer [2021-03-09T00:55:53.175Z] 01666e4c0597: Pulling fs layer [2021-03-09T00:55:53.175Z] aa168da1d23b: Pulling fs layer [2021-03-09T00:55:53.175Z] 46f8f816bc3b: Waiting [2021-03-09T00:55:53.175Z] 93b61091891f: Waiting [2021-03-09T00:55:53.175Z] 93b9cdb0e59b: Waiting [2021-03-09T00:55:53.175Z] 5e14af77c1be: Waiting [2021-03-09T00:55:53.175Z] 01666e4c0597: Waiting [2021-03-09T00:55:53.175Z] aa168da1d23b: Waiting [2021-03-09T00:55:53.175Z] 36b3adc4ff6f: Download complete [2021-03-09T00:55:53.175Z] 46f8f816bc3b: Verifying Checksum [2021-03-09T00:55:53.175Z] 46f8f816bc3b: Download complete [2021-03-09T00:55:53.438Z] df20fa9351a1: Verifying Checksum [2021-03-09T00:55:53.438Z] df20fa9351a1: Download complete [2021-03-09T00:55:53.438Z] 93b9cdb0e59b: Verifying Checksum [2021-03-09T00:55:53.438Z] 93b9cdb0e59b: Download complete [2021-03-09T00:55:53.438Z] 93b61091891f: Verifying Checksum [2021-03-09T00:55:53.438Z] 93b61091891f: Download complete [2021-03-09T00:55:53.438Z] 5e14af77c1be: Verifying Checksum [2021-03-09T00:55:53.438Z] 5e14af77c1be: Download complete [2021-03-09T00:55:53.438Z] 01666e4c0597: Verifying Checksum [2021-03-09T00:55:53.438Z] 01666e4c0597: Download complete [2021-03-09T00:55:53.438Z] 8ad3a11d3b57: Verifying Checksum [2021-03-09T00:55:53.438Z] 8ad3a11d3b57: Download complete [2021-03-09T00:55:53.707Z] df20fa9351a1: Pull complete [2021-03-09T00:55:53.972Z] 36b3adc4ff6f: Pull complete [2021-03-09T00:55:54.941Z] 8ad3a11d3b57: Pull complete [2021-03-09T00:55:54.941Z] 46f8f816bc3b: Pull complete [2021-03-09T00:55:55.893Z] aa168da1d23b: Verifying Checksum [2021-03-09T00:55:55.893Z] aa168da1d23b: Download complete [2021-03-09T00:55:56.472Z] 93b61091891f: Pull complete [2021-03-09T00:55:56.472Z] 93b9cdb0e59b: Pull complete [2021-03-09T00:55:56.753Z] 5e14af77c1be: Pull complete [2021-03-09T00:55:57.016Z] 01666e4c0597: Pull complete [2021-03-09T00:56:05.209Z] aa168da1d23b: Pull complete [2021-03-09T00:56:05.209Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-09T00:56:05.209Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T00:56:05.209Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-09T00:56:05.372Z] prd-centos7-docker-4c-2g-29044 does not seem to be running inside a container [2021-03-09T00:56:05.427Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-09T00:56:10.393Z] $ docker top 9308671f2b28e33066c5ff40ea39d975ac885fd8068a52e353b3990dfae810af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T00:56:11.078Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-09T00:56:11.378Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-09T00:56:11.676Z] + ls /var/log/sa-host [2021-03-09T00:56:11.676Z] + sadf -c /var/log/sa-host/sa09 [2021-03-09T00:56:11.676Z] file_magic: OK [2021-03-09T00:56:11.676Z] HZ: Using current value: 100 [2021-03-09T00:56:11.676Z] file_header: OK [2021-03-09T00:56:11.676Z] 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-09T00:56:11.676Z] Statistics: [2021-03-09T00:56:11.676Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-09T00:56:11.676Z] File successfully converted to sysstat format version 12.2.1 [2021-03-09T00:56:11.676Z] + sadf -c /var/log/sa-host/sa23 [2021-03-09T00:56:11.676Z] file_magic: OK [2021-03-09T00:56:11.676Z] HZ: Using current value: 100 [2021-03-09T00:56:11.676Z] file_header: OK [2021-03-09T00:56:11.676Z] 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-09T00:56:11.676Z] Statistics: [2021-03-09T00:56:11.676Z] Hnuu...uuuununununu... [2021-03-09T00:56:11.676Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-09T00:56:11.887Z] provisioning config files... [2021-03-09T00:56:11.908Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7115600953792632375tmp [Pipeline] { [Pipeline] echo [2021-03-09T00:56:12.006Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T00:56:12.310Z] ---> create-netrc.sh [Pipeline] } [2021-03-09T00:56:12.320Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-09T00:56:12.409Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T00:56:12.709Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-09T00:56:12.720Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T00:56:13.021Z] ---> sudo-logs.sh [2021-03-09T00:56:13.021Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-09T00:56:13.096Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T00:56:13.395Z] ---> job-cost.sh [2021-03-09T00:56:13.395Z] lf-activate-venv: SKIPPING [2021-03-09T00:56:13.395Z] DEBUG: total: 0.20999999344348907 [2021-03-09T00:56:13.395Z] INFO: Retrieving Stack Cost... [2021-03-09T00:56:14.359Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T00:56:14.932Z] INFO: Archiving Costs [Pipeline] echo [2021-03-09T00:56:14.965Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T00:56:15.268Z] ---> logs-deploy.sh [2021-03-09T00:56:15.268Z] lf-activate-venv: SKIPPING [2021-03-09T00:56:15.268Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3235/2 [2021-03-09T00:56:15.268Z] INFO: archiving workspace using pattern(s): [2021-03-09T00:56:16.659Z] Archives upload complete. [2021-03-09T00:56:16.659Z] INFO: archiving logs to Nexus