Pull request #2886 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a+382321cdbf919cdcf7c2812d3a520779371560e7 (a8f99701369d07874f3d14ef0da4699c9ee09ce1) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@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-15449 in /w/workspace/edgexfoundry_edgex-go_PR-2886 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # 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/2886/head:refs/remotes/origin/PR-2886 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 382321cdbf919cdcf7c2812d3a520779371560e7 into PR head commit 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a Merge succeeded, producing 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a Checking out Revision 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a (PR-2886) > git config core.sparsecheckout # timeout=10 > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # 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 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # timeout=10 Commit message: "feat(security): Address PR feedback on /vault/file" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-10T21:46:26.739Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk a01ccbcb86fecd8c78fa31cc50216e28116d216f # timeout=10 [Pipeline] withCredentials [2020-12-10T21:46:26.995Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-10T21:46:27.138Z] ========================================================= [2020-12-10T21:46:27.138Z] EdgeX Global Pipelines Version Info [2020-12-10T21:46:27.138Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:46:28.646Z] ------------------- [2020-12-10T21:46:28.646Z] stable info: [2020-12-10T21:46:28.646Z] ------------------- [2020-12-10T21:46:28.646Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T21:46:28.646Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T21:46:28.646Z] Message: update stable to v1.0.172 [2020-12-10T21:46:29.592Z] ------------------- [2020-12-10T21:46:29.592Z] experimental info: [2020-12-10T21:46:29.592Z] ------------------- [2020-12-10T21:46:29.592Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-10T21:46:29.592Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-10T21:46:29.592Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-10T21:46:29.895Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-10T21:46:29.993Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-10T21:46:30.097Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-10T21:46:30.194Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-10T21:46:30.425Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-10T21:46:30.518Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-10T21:46:30.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-10T21:46:30.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-10T21:46:30.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-10T21:46:30.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-10T21:46:31.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-10T21:46:31.255Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-10T21:46:31.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-10T21:46:31.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-10T21:46:31.593Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T21:46:31.758Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-10T21:46:31.875Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-10T21:46:31.975Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-10T21:46:32.076Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-10T21:46:32.176Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-10T21:46:32.280Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-10T21:46:32.392Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-10T21:46:32.570Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2886 [Pipeline] echo [2020-12-10T21:46:32.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2886 [Pipeline] echo [2020-12-10T21:46:32.741Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2886 [Pipeline] echo [2020-12-10T21:46:32.892Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [Pipeline] echo [2020-12-10T21:46:32.987Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 565a8fe [Pipeline] echo [2020-12-10T21:46:33.075Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T21:46:33.292Z] provisioning config files... [2020-12-10T21:46:33.321Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config6844960232218981117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:46:33.685Z] ---> docker-login.sh [2020-12-10T21:46:33.685Z] nexus3.edgexfoundry.org:10001 [2020-12-10T21:46:33.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T21:46:33.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T21:46:33.948Z] Configure a credential helper to remove this warning. See [2020-12-10T21:46:33.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T21:46:33.948Z] [2020-12-10T21:46:33.948Z] Login Succeeded [2020-12-10T21:46:33.948Z] nexus3.edgexfoundry.org:10002 [2020-12-10T21:46:34.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T21:46:34.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T21:46:34.213Z] Configure a credential helper to remove this warning. See [2020-12-10T21:46:34.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T21:46:34.213Z] [2020-12-10T21:46:34.213Z] Login Succeeded [2020-12-10T21:46:34.213Z] nexus3.edgexfoundry.org:10003 [2020-12-10T21:46:34.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T21:46:34.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T21:46:34.478Z] Configure a credential helper to remove this warning. See [2020-12-10T21:46:34.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T21:46:34.478Z] [2020-12-10T21:46:34.478Z] Login Succeeded [2020-12-10T21:46:34.478Z] nexus3.edgexfoundry.org:10004 [2020-12-10T21:46:34.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T21:46:34.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T21:46:34.478Z] Configure a credential helper to remove this warning. See [2020-12-10T21:46:34.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T21:46:34.478Z] [2020-12-10T21:46:34.478Z] Login Succeeded [2020-12-10T21:46:34.741Z] docker.io [2020-12-10T21:46:34.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T21:46:35.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T21:46:35.005Z] Configure a credential helper to remove this warning. See [2020-12-10T21:46:35.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T21:46:35.005Z] [2020-12-10T21:46:35.005Z] Login Succeeded [2020-12-10T21:46:35.005Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T21:46:35.016Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T21:46:35.583Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-10T21:46:35.583Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T21:46:35.583Z] ++ dirname cmd/core-command/Dockerfile [2020-12-10T21:46:35.583Z] ++ cut -d/ -f2 [2020-12-10T21:46:35.583Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-10T21:46:35.583Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T21:46:35.583Z] ++ dirname cmd/core-data/Dockerfile [2020-12-10T21:46:35.583Z] ++ cut -d/ -f2 [2020-12-10T21:46:35.583Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-10T21:46:35.583Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T21:46:35.583Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-10T21:46:35.583Z] ++ cut -d/ -f2 [2020-12-10T21:46:35.583Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-10T21:46:35.583Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T21:46:35.583Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-10T21:46:35.583Z] ++ cut -d/ -f2 [2020-12-10T21:46:35.583Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-10T21:46:35.583Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T21:46:35.583Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-10T21:46:35.583Z] ++ cut -d/ -f2 [2020-12-10T21:46:35.583Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-10T21:46:35.583Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T21:46:35.583Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-10T21:46:35.583Z] ++ cut -d/ -f2 [2020-12-10T21:46:35.583Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-10T21:46:35.583Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T21:46:35.583Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-10T21:46:35.583Z] ++ cut -d/ -f2 [2020-12-10T21:46:35.583Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-10T21:46:35.583Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T21:46:35.583Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-10T21:46:35.583Z] ++ cut -d/ -f2 [2020-12-10T21:46:35.583Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-10T21:46:35.583Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T21:46:35.583Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-10T21:46:35.583Z] ++ cut -d/ -f2 [2020-12-10T21:46:35.583Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-10T21:46:35.583Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-10T21:46:35.583Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-10T21:46:35.583Z] ++ cut -d/ -f2 [2020-12-10T21:46:35.583Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-10T21:46:35.667Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 [2020-12-10T21:46:36.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T21:46:36.967Z] [2020-12-10T21:46:36.967Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:46:37.326Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T21:46:37.326Z] latest: Pulling from edgex-devops/git-semver [2020-12-10T21:46:37.326Z] 31603596830f: Pulling fs layer [2020-12-10T21:46:37.326Z] 2a8b12db71e7: Pulling fs layer [2020-12-10T21:46:37.326Z] 6ca5941a6612: Pulling fs layer [2020-12-10T21:46:37.326Z] ecc8261a40a4: Pulling fs layer [2020-12-10T21:46:37.326Z] ecc8261a40a4: Waiting [2020-12-10T21:46:37.326Z] 2a8b12db71e7: Verifying Checksum [2020-12-10T21:46:37.326Z] 2a8b12db71e7: Download complete [2020-12-10T21:46:37.589Z] 31603596830f: Verifying Checksum [2020-12-10T21:46:37.589Z] 31603596830f: Download complete [2020-12-10T21:46:37.589Z] ecc8261a40a4: Verifying Checksum [2020-12-10T21:46:37.589Z] ecc8261a40a4: Download complete [2020-12-10T21:46:37.589Z] 6ca5941a6612: Verifying Checksum [2020-12-10T21:46:37.589Z] 6ca5941a6612: Download complete [2020-12-10T21:46:37.852Z] 31603596830f: Pull complete [2020-12-10T21:46:38.114Z] 2a8b12db71e7: Pull complete [2020-12-10T21:46:38.698Z] 6ca5941a6612: Pull complete [2020-12-10T21:46:38.961Z] ecc8261a40a4: Pull complete [2020-12-10T21:46:38.961Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-10T21:46:38.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-10T21:46:38.961Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-10T21:46:39.068Z] prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container [2020-12-10T21:46:39.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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:10004/edgex-devops/git-semver:latest cat [2020-12-10T21:46:41.593Z] $ docker top 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-10T21:46:41.910Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T21:46:41.910Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T21:46:42.114Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T21:46:42.116Z] $ docker exec 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 ssh-agent [2020-12-10T21:46:42.280Z] SSH_AUTH_SOCK=/tmp/ssh-o8H6HwG0zrJ4/agent.12 [2020-12-10T21:46:42.280Z] SSH_AGENT_PID=17 [2020-12-10T21:46:42.289Z] Running ssh-add (command line suppressed) [2020-12-10T21:46:42.400Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_4503528613103916457.key (/w/workspace/edgex-go/17@tmp/private_key_4503528613103916457.key) [2020-12-10T21:46:42.451Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T21:46:42.830Z] + git tag --points-at HEAD [Pipeline] } [2020-12-10T21:46:42.852Z] $ docker exec --env ******** --env ******** 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 ssh-agent -k [2020-12-10T21:46:42.965Z] unset SSH_AUTH_SOCK; [2020-12-10T21:46:42.965Z] unset SSH_AGENT_PID; [2020-12-10T21:46:42.965Z] echo Agent pid 17 killed; [2020-12-10T21:46:43.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-10T21:46:43.167Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-10T21:46:43.167Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-10T21:46:43.329Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-10T21:46:43.331Z] $ docker exec 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 ssh-agent [2020-12-10T21:46:43.496Z] SSH_AUTH_SOCK=/tmp/ssh-vnv5E0JFqxY9/agent.45 [2020-12-10T21:46:43.496Z] SSH_AGENT_PID=50 [2020-12-10T21:46:43.503Z] Running ssh-add (command line suppressed) [2020-12-10T21:46:43.615Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_5542616849644836900.key (/w/workspace/edgex-go/17@tmp/private_key_5542616849644836900.key) [2020-12-10T21:46:43.666Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-10T21:46:44.011Z] + git semver init [2020-12-10T21:46:44.011Z] # -> Open(): unable to determine branch for HEAD [2020-12-10T21:46:44.011Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2020-12-10T21:46:44.011Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2020-12-10T21:46:44.011Z] # $SEMVER_REMOTE_NAME = origin [2020-12-10T21:46:44.011Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-10T21:46:44.011Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-10T21:46:44.011Z] # $SEMVER_BRANCH = PR-2886 [2020-12-10T21:46:44.011Z] # $SEMVER_TEMP = /tmp/semver-070278826 [2020-12-10T21:46:44.011Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-10T21:47:06.038Z] # '/tmp/semver-070278826' -> '/w/workspace/edgex-go/17/.semver' [2020-12-10T21:47:06.038Z] # -> Force: false [2020-12-10T21:47:06.038Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2020-12-10T21:47:06.051Z] $ docker exec --env ******** --env ******** 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 ssh-agent -k [2020-12-10T21:47:06.227Z] unset SSH_AUTH_SOCK; [2020-12-10T21:47:06.227Z] unset SSH_AGENT_PID; [2020-12-10T21:47:06.227Z] echo Agent pid 50 killed; [2020-12-10T21:47:06.276Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-10T21:47:06.847Z] + git semver [Pipeline] } [2020-12-10T21:47:06.864Z] $ docker stop --time=1 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 [2020-12-10T21:47:08.431Z] $ docker rm -f 3c7ac7303fe887801fc38742a43218ba3d89075650afe44d5ef47daee8be4d87 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T21:47:08.966Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-10T21:47:09.527Z] Stashed 1 file(s) [Pipeline] echo [2020-12-10T21:47:09.530Z] [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 [2020-12-10T21:47:10.610Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-10T21:47:10.916Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T21:47:11.212Z] + sudo service docker restart [2020-12-10T21:47:11.212Z] + true [2020-12-10T21:47:11.212Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-10T21:47:11.808Z] ========================================================= [2020-12-10T21:47:11.809Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-10T21:47:11.809Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:47:12.149Z] + 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 . [2020-12-10T21:47:16.382Z] Sending build context to Docker daemon 326.4MB [2020-12-10T21:47:16.382Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-10T21:47:16.382Z] Step 2/7 : FROM ${BASE} [2020-12-10T21:47:16.382Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-10T21:47:16.382Z] 188c0c94c7c5: Pulling fs layer [2020-12-10T21:47:16.382Z] 0ef7d3d256c8: Pulling fs layer [2020-12-10T21:47:16.382Z] de9db76c5a1d: Pulling fs layer [2020-12-10T21:47:16.382Z] bca2f99d35d6: Pulling fs layer [2020-12-10T21:47:16.382Z] 93359f2a8cfa: Pulling fs layer [2020-12-10T21:47:16.382Z] 7c6f9722023f: Pulling fs layer [2020-12-10T21:47:16.382Z] a35cf1a2eb13: Pulling fs layer [2020-12-10T21:47:16.382Z] 93359f2a8cfa: Waiting [2020-12-10T21:47:16.382Z] 7c6f9722023f: Waiting [2020-12-10T21:47:16.382Z] a35cf1a2eb13: Waiting [2020-12-10T21:47:16.382Z] bca2f99d35d6: Waiting [2020-12-10T21:47:16.382Z] de9db76c5a1d: Verifying Checksum [2020-12-10T21:47:16.382Z] de9db76c5a1d: Download complete [2020-12-10T21:47:16.382Z] 0ef7d3d256c8: Verifying Checksum [2020-12-10T21:47:16.382Z] 0ef7d3d256c8: Download complete [2020-12-10T21:47:16.382Z] 93359f2a8cfa: Verifying Checksum [2020-12-10T21:47:16.382Z] 93359f2a8cfa: Download complete [2020-12-10T21:47:16.382Z] 7c6f9722023f: Verifying Checksum [2020-12-10T21:47:16.382Z] 7c6f9722023f: Download complete [2020-12-10T21:47:16.382Z] 188c0c94c7c5: Verifying Checksum [2020-12-10T21:47:16.382Z] 188c0c94c7c5: Download complete [2020-12-10T21:47:16.649Z] 188c0c94c7c5: Pull complete [2020-12-10T21:47:16.911Z] 0ef7d3d256c8: Pull complete [2020-12-10T21:47:16.911Z] de9db76c5a1d: Pull complete [2020-12-10T21:47:18.837Z] a35cf1a2eb13: Verifying Checksum [2020-12-10T21:47:18.837Z] a35cf1a2eb13: Download complete [2020-12-10T21:47:19.103Z] bca2f99d35d6: Verifying Checksum [2020-12-10T21:47:19.103Z] bca2f99d35d6: Download complete [2020-12-10T21:47:24.418Z] bca2f99d35d6: Pull complete [2020-12-10T21:47:24.685Z] 93359f2a8cfa: Pull complete [2020-12-10T21:47:24.685Z] 7c6f9722023f: Pull complete [2020-12-10T21:47:25.027Z] Still waiting to schedule task [2020-12-10T21:47:25.028Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-15447’ [2020-12-10T21:47:28.921Z] a35cf1a2eb13: Pull complete [2020-12-10T21:47:28.921Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-10T21:47:28.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-10T21:47:28.921Z] ---> a62c8e92a672 [2020-12-10T21:47:28.921Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-10T21:47:29.184Z] ---> Running in 6fc71b57aa8a [2020-12-10T21:47:29.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:47:30.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:47:30.913Z] (1/12) Installing libmagic (5.38-r0) [2020-12-10T21:47:31.174Z] (2/12) Installing file (5.38-r0) [2020-12-10T21:47:31.174Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-10T21:47:31.174Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-10T21:47:36.479Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-10T21:47:36.479Z] (6/12) Installing patch (2.7.6-r6) [2020-12-10T21:47:36.479Z] (7/12) Installing build-base (0.5-r2) [2020-12-10T21:47:36.479Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-10T21:47:36.479Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-10T21:47:36.479Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-10T21:47:36.743Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-10T21:47:36.743Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-10T21:47:36.743Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T21:47:36.743Z] OK: 233 MiB in 51 packages [2020-12-10T21:47:40.059Z] Removing intermediate container 6fc71b57aa8a [2020-12-10T21:47:40.059Z] ---> 8162cc47bc15 [2020-12-10T21:47:40.059Z] Step 4/7 : WORKDIR /edgex-go [2020-12-10T21:47:40.059Z] ---> Running in a226845daed6 [2020-12-10T21:47:40.320Z] Removing intermediate container a226845daed6 [2020-12-10T21:47:40.320Z] ---> ba560f1a2ee1 [2020-12-10T21:47:40.321Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-10T21:47:45.621Z] latest: Pulling from library/docker [2020-12-10T21:47:45.888Z] 188c0c94c7c5: Already exists [2020-12-10T21:47:45.888Z] 0c7c675703d6: Pulling fs layer [2020-12-10T21:47:45.888Z] cc8c12a437cb: Pulling fs layer [2020-12-10T21:47:45.888Z] 0fad174ccba3: Pulling fs layer [2020-12-10T21:47:45.888Z] f78b7b4f0096: Pulling fs layer [2020-12-10T21:47:45.888Z] 4b74a9be2796: Pulling fs layer [2020-12-10T21:47:45.888Z] 6e2fb13aee8f: Pulling fs layer [2020-12-10T21:47:45.888Z] f78b7b4f0096: Waiting [2020-12-10T21:47:45.888Z] 4b74a9be2796: Waiting [2020-12-10T21:47:45.888Z] 6e2fb13aee8f: Waiting [2020-12-10T21:47:45.888Z] cc8c12a437cb: Verifying Checksum [2020-12-10T21:47:45.888Z] cc8c12a437cb: Download complete [2020-12-10T21:47:45.888Z] 0c7c675703d6: Verifying Checksum [2020-12-10T21:47:45.888Z] 0c7c675703d6: Download complete [2020-12-10T21:47:46.157Z] 4b74a9be2796: Verifying Checksum [2020-12-10T21:47:46.157Z] 4b74a9be2796: Download complete [2020-12-10T21:47:46.157Z] f78b7b4f0096: Verifying Checksum [2020-12-10T21:47:46.157Z] f78b7b4f0096: Download complete [2020-12-10T21:47:46.157Z] 6e2fb13aee8f: Download complete [2020-12-10T21:47:46.157Z] 0c7c675703d6: Pull complete [2020-12-10T21:47:46.421Z] cc8c12a437cb: Pull complete [2020-12-10T21:47:46.996Z] 0fad174ccba3: Verifying Checksum [2020-12-10T21:47:46.996Z] 0fad174ccba3: Download complete [2020-12-10T21:47:49.557Z] 0fad174ccba3: Pull complete [2020-12-10T21:47:49.557Z] f78b7b4f0096: Pull complete [2020-12-10T21:47:49.557Z] 4b74a9be2796: Pull complete [2020-12-10T21:47:49.818Z] 6e2fb13aee8f: Pull complete [2020-12-10T21:47:49.818Z] Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 [2020-12-10T21:47:49.818Z] Status: Downloaded newer image for docker:latest [2020-12-10T21:47:51.214Z] ---> 13db4afaa34f [2020-12-10T21:47:51.214Z] Step 6/7 : COPY go.mod . [2020-12-10T21:47:51.478Z] ---> 1cfa089049bf [2020-12-10T21:47:51.478Z] Step 7/7 : RUN go mod download [2020-12-10T21:47:51.478Z] ---> Running in d8802d8cafac [2020-12-10T21:48:13.506Z] Removing intermediate container d8802d8cafac [2020-12-10T21:48:13.506Z] ---> 6855bcaf1b11 [2020-12-10T21:48:13.507Z] Successfully built 6855bcaf1b11 [2020-12-10T21:48:13.507Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:48:13.831Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T21:48:13.831Z] . [Pipeline] withDockerContainer [2020-12-10T21:48:13.937Z] prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container [2020-12-10T21:48:13.982Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-10T21:48:14.924Z] $ docker top 3f33f6bab7d3b32803f303f89724eef4b7290dcaafa4737e9e0f77cd34c66738 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T21:48:15.484Z] + go version [2020-12-10T21:48:15.484Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-10T21:48:15.497Z] $ docker stop --time=1 3f33f6bab7d3b32803f303f89724eef4b7290dcaafa4737e9e0f77cd34c66738 [2020-12-10T21:48:16.850Z] $ docker rm -f 3f33f6bab7d3b32803f303f89724eef4b7290dcaafa4737e9e0f77cd34c66738 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:48:17.936Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-10T21:48:17.936Z] . [Pipeline] withDockerContainer [2020-12-10T21:48:18.038Z] prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container [2020-12-10T21:48:18.079Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-10T21:48:18.712Z] $ docker top fc8ffe6312075d9e588c314dd95ef5277d2e94691d735c9568e3ef062747f1b9 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-10T21:48:18.924Z] ========================================================= [2020-12-10T21:48:18.924Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-10T21:48:18.924Z] ========================================================= [Pipeline] sh [2020-12-10T21:48:19.218Z] + make test [2020-12-10T21:48:19.218Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-10T21:48:29.317Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-10T21:48:44.652Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-10T21:48:50.000Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-10T21:48:50.000Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-10T21:48:50.000Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-10T21:48:50.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-10T21:48:50.265Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-10T21:48:50.265Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-10T21:48:52.861Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s [2020-12-10T21:48:52.861Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-10T21:48:52.861Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-10T21:48:53.451Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-10T21:48:53.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-10T21:48:53.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-10T21:48:53.451Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-10T21:48:56.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 46.6% of statements [2020-12-10T21:48:56.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-10T21:48:56.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-10T21:48:56.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-10T21:48:56.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-10T21:48:56.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-10T21:49:00.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.165s coverage: 27.1% of statements [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-10T21:49:00.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-10T21:49:00.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-10T21:49:00.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.388s coverage: 68.5% of statements [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-10T21:49:00.164Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.3% of statements [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-10T21:49:00.164Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-10T21:49:01.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements [2020-12-10T21:49:01.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-10T21:49:01.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-10T21:49:01.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-10T21:49:01.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-10T21:49:01.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-10T21:49:01.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements [2020-12-10T21:49:01.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-10T21:49:01.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements [2020-12-10T21:49:01.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-10T21:49:01.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements [2020-12-10T21:49:01.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-10T21:49:02.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements [2020-12-10T21:49:02.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-10T21:49:02.190Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements [2020-12-10T21:49:02.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-10T21:49:02.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-10T21:49:02.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-10T21:49:02.190Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-10T21:49:04.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.301s coverage: 93.8% of statements [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-10T21:49:04.166Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-10T21:49:04.166Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.047s coverage: 0.1% of statements [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-10T21:49:04.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-10T21:49:04.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements [2020-12-10T21:49:04.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-10T21:49:04.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2020-12-10T21:49:04.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2020-12-10T21:49:04.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements [2020-12-10T21:49:04.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2020-12-10T21:49:04.723Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-10T21:49:05.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.200s coverage: 63.5% of statements [2020-12-10T21:49:05.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-10T21:49:05.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-10T21:49:05.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements [2020-12-10T21:49:05.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements [2020-12-10T21:49:05.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2020-12-10T21:49:05.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2020-12-10T21:49:06.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2020-12-10T21:49:07.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 55.9% of statements [2020-12-10T21:49:07.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-10T21:49:07.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-10T21:49:07.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-10T21:49:07.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-10T21:49:07.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-10T21:49:07.635Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.297s coverage: 86.3% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.053s coverage: 72.2% of statements [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.414s coverage: 72.1% of statements [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.041s coverage: 82.4% of statements [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.042s coverage: 48.4% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.032s coverage: 28.8% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.040s coverage: 96.8% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.2% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.314s coverage: 84.0% of statements [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.059s coverage: 100.0% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.670s coverage: 29.1% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-10T21:49:19.973Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-10T21:49:19.973Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-10T21:49:19.973Z] GO111MODULE=on go vet ./... [2020-12-10T21:49:46.689Z] gofmt -l . [2020-12-10T21:49:46.689Z] [ "`gofmt -l .`" = "" ] [2020-12-10T21:49:46.689Z] ./bin/test-go-mod-tidy.sh [2020-12-10T21:49:46.689Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-10T21:49:47.001Z] + ls -al . [2020-12-10T21:49:47.001Z] total 668 [2020-12-10T21:49:47.001Z] drwxrwxr-x 10 1001 1001 4096 Dec 10 21:49 . [2020-12-10T21:49:47.001Z] drwxr-xr-x 4 root root 30 Dec 10 21:48 .. [2020-12-10T21:49:47.001Z] -rw-rw-r-- 1 1001 1001 11 Dec 10 21:46 .dockerignore [2020-12-10T21:49:47.001Z] drwxrwxr-x 8 1001 1001 179 Dec 10 21:46 .git [2020-12-10T21:49:47.001Z] drwxrwxr-x 3 1001 1001 125 Dec 10 21:46 .github [2020-12-10T21:49:47.001Z] -rw-rw-r-- 1 1001 1001 943 Dec 10 21:46 .gitignore [2020-12-10T21:49:47.001Z] drwx------ 3 1001 1001 47 Dec 10 21:47 .semver [2020-12-10T21:49:47.001Z] -rw-rw-r-- 1 1001 1001 166 Dec 10 21:46 .sonarcloud.properties [2020-12-10T21:49:47.002Z] -rw-rw-r-- 1 1001 1001 3804 Dec 10 21:46 CONTRIBUTING.md [2020-12-10T21:49:47.002Z] -rw-rw-r-- 1 1001 1001 1035 Dec 10 21:46 Dockerfile.build [2020-12-10T21:49:47.002Z] -rw-rw-r-- 1 1001 1001 863 Dec 10 21:46 Jenkinsfile [2020-12-10T21:49:47.002Z] -rw-rw-r-- 1 1001 1001 10775 Dec 10 21:46 LICENSE [2020-12-10T21:49:47.002Z] -rw-rw-r-- 1 1001 1001 6318 Dec 10 21:46 Makefile [2020-12-10T21:49:47.002Z] -rw-rw-r-- 1 1001 1001 6447 Dec 10 21:46 README.md [2020-12-10T21:49:47.002Z] -rw-rw-r-- 1 1001 1001 7286 Dec 10 21:46 SECURITY.md [2020-12-10T21:49:47.002Z] -rw-rw-r-- 1 1001 1001 5 Dec 10 21:47 VERSION [2020-12-10T21:49:47.002Z] -rw-rw-r-- 1 1001 1001 4131 Dec 10 21:46 ZMQWindows.md [2020-12-10T21:49:47.002Z] drwxrwxr-x 2 1001 1001 117 Dec 10 21:46 bin [2020-12-10T21:49:47.002Z] drwxrwxr-x 15 1001 1001 4096 Dec 10 21:46 cmd [2020-12-10T21:49:47.002Z] -rw-r--r-- 1 root root 569562 Dec 10 21:49 coverage.out [2020-12-10T21:49:47.002Z] -rw-r--r-- 1 root root 1041 Dec 10 21:49 go.mod [2020-12-10T21:49:47.002Z] -rw-r--r-- 1 root root 18856 Dec 10 21:49 go.sum [2020-12-10T21:49:47.002Z] drwxrwxr-x 8 1001 1001 127 Dec 10 21:46 internal [2020-12-10T21:49:47.002Z] drwxrwxr-x 4 1001 1001 26 Dec 10 21:46 openapi [2020-12-10T21:49:47.002Z] drwxrwxr-x 4 1001 1001 71 Dec 10 21:46 snap [2020-12-10T21:49:47.002Z] -rw-rw-r-- 1 1001 1001 168 Dec 10 21:46 version.go [Pipeline] sh [2020-12-10T21:49:47.303Z] + '[' -e coverage.out ] [2020-12-10T21:49:47.303Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-10T21:49:47.584Z] Stashed 1 file(s) [Pipeline] sh [2020-12-10T21:49:47.879Z] + make build [2020-12-10T21:49:47.879Z] 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 [2020-12-10T21:49:52.108Z] 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 [2020-12-10T21:50:02.262Z] 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 [2020-12-10T21:50:02.262Z] 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 [2020-12-10T21:50:03.665Z] 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 [2020-12-10T21:50:03.665Z] 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 [2020-12-10T21:50:05.067Z] 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 [2020-12-10T21:50:06.991Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-10T21:50:07.571Z] 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 [2020-12-10T21:50:08.967Z] 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 [2020-12-10T21:50:09.924Z] 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 [2020-12-10T21:50:11.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-10T21:50:12.276Z] 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 [Pipeline] } [2020-12-10T21:50:13.241Z] $ docker stop --time=1 fc8ffe6312075d9e588c314dd95ef5277d2e94691d735c9568e3ef062747f1b9 [2020-12-10T21:50:15.032Z] $ docker rm -f fc8ffe6312075d9e588c314dd95ef5277d2e94691d735c9568e3ef062747f1b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:50:19.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-10T21:50:19.799Z] [2020-12-10T21:50:19.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:50:20.167Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-10T21:50:20.167Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-10T21:50:20.167Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-10T21:50:20.167Z] ca9280d653b3: Pulling fs layer [2020-12-10T21:50:20.167Z] 7e9c9ca2126c: Pulling fs layer [2020-12-10T21:50:21.113Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-10T21:50:21.113Z] cbdbe7a5bc2a: Download complete [2020-12-10T21:50:21.113Z] ca9280d653b3: Verifying Checksum [2020-12-10T21:50:21.113Z] ca9280d653b3: Download complete [2020-12-10T21:50:21.383Z] cbdbe7a5bc2a: Pull complete [2020-12-10T21:50:22.338Z] ca9280d653b3: Pull complete [2020-12-10T21:50:22.338Z] 7e9c9ca2126c: Verifying Checksum [2020-12-10T21:50:22.338Z] 7e9c9ca2126c: Download complete [2020-12-10T21:50:28.951Z] 7e9c9ca2126c: Pull complete [2020-12-10T21:50:28.951Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-10T21:50:28.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-10T21:50:28.951Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-10T21:50:29.083Z] prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container [2020-12-10T21:50:29.132Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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:latest cat [2020-12-10T21:50:31.933Z] $ docker top 1d2fbce368687360a390e09d3845bf27ba9a89391515d53ab66c55e9181494e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T21:50:32.499Z] + docker-compose build --help [2020-12-10T21:50:32.499Z] + grep parallel [2020-12-10T21:50:33.442Z] --parallel Build images in parallel. [Pipeline] } [2020-12-10T21:50:33.455Z] $ docker stop --time=1 1d2fbce368687360a390e09d3845bf27ba9a89391515d53ab66c55e9181494e7 [2020-12-10T21:50:34.809Z] $ docker rm -f 1d2fbce368687360a390e09d3845bf27ba9a89391515d53ab66c55e9181494e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:50:35.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-10T21:50:35.488Z] . [Pipeline] withDockerContainer [2020-12-10T21:50:35.589Z] prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container [2020-12-10T21:50:35.682Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-10T21:50:37.049Z] $ docker top 273e9bac797001855a751befb079cfe220f021640d85e401985412ec44205d75 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T21:50:37.702Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-10T21:50:38.648Z] Building docker-core-command-go ... [2020-12-10T21:50:38.648Z] Building docker-core-data-go ... [2020-12-10T21:50:38.648Z] Building docker-core-metadata-go ... [2020-12-10T21:50:38.648Z] Building docker-security-bootstrap-redis-go ... [2020-12-10T21:50:38.648Z] Building docker-security-proxy-setup-go ... [2020-12-10T21:50:38.648Z] Building docker-security-secrets-setup-go ... [2020-12-10T21:50:38.648Z] Building docker-security-secretstore-setup-go ... [2020-12-10T21:50:38.648Z] Building docker-support-notifications-go ... [2020-12-10T21:50:38.648Z] Building docker-support-scheduler-go ... [2020-12-10T21:50:38.648Z] Building docker-sys-mgmt-agent-go ... [2020-12-10T21:50:38.648Z] Building docker-security-proxy-setup-go [2020-12-10T21:50:38.648Z] Building docker-core-data-go [2020-12-10T21:50:38.648Z] Building docker-security-secrets-setup-go [2020-12-10T21:50:38.648Z] Building docker-sys-mgmt-agent-go [2020-12-10T21:50:38.648Z] Building docker-security-bootstrap-redis-go [2020-12-10T21:51:08.589Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15450 in /w/workspace/edgexfoundry_edgex-go_PR-2886 [Pipeline] { [Pipeline] ws [2020-12-10T21:51:08.649Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2020-12-10T21:51:10.856Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T21:51:10.856Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-10T21:51:10.856Z] ---> 6855bcaf1b11 [2020-12-10T21:51:10.856Z] Step 3/27 : WORKDIR /edgex-go [2020-12-10T21:51:10.856Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T21:51:10.856Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-10T21:51:10.856Z] ---> 6855bcaf1b11 [2020-12-10T21:51:10.856Z] Step 3/29 : WORKDIR /edgex-go [2020-12-10T21:51:10.856Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T21:51:10.856Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-10T21:51:10.856Z] ---> 6855bcaf1b11 [2020-12-10T21:51:10.856Z] Step 3/21 : WORKDIR /edgex-go [2020-12-10T21:51:10.856Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T21:51:10.856Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T21:51:10.856Z] ---> 6855bcaf1b11 [2020-12-10T21:51:10.856Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T21:51:10.856Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T21:51:10.856Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-10T21:51:10.856Z] ---> 6855bcaf1b11 [2020-12-10T21:51:10.856Z] Step 3/23 : WORKDIR /edgex-go [2020-12-10T21:51:10.856Z] ---> Running in 3866fc0ec533 [2020-12-10T21:51:10.856Z] ---> Running in 384c8dc35a99 [2020-12-10T21:51:10.856Z] ---> Running in 769d9832c9ba [2020-12-10T21:51:10.856Z] ---> Running in 9d5074e8e93f [2020-12-10T21:51:10.856Z] ---> Running in 351b94bea63d [2020-12-10T21:51:10.856Z] Removing intermediate container 384c8dc35a99 [2020-12-10T21:51:10.856Z] ---> d8d2be4c1faf [2020-12-10T21:51:10.856Z] Step 4/29 : RUN apk update && apk add make git [2020-12-10T21:51:10.856Z] Removing intermediate container 769d9832c9ba [2020-12-10T21:51:10.856Z] ---> 9551489290c5 [2020-12-10T21:51:10.856Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T21:51:10.856Z] Removing intermediate container 9d5074e8e93f [2020-12-10T21:51:10.856Z] ---> b06d9a5368ea [2020-12-10T21:51:10.856Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T21:51:10.856Z] Removing intermediate container 3866fc0ec533 [2020-12-10T21:51:10.856Z] ---> f9ee1860ba72 [2020-12-10T21:51:10.856Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T21:51:10.856Z] Removing intermediate container 351b94bea63d [2020-12-10T21:51:10.856Z] ---> 85c2b6662d0e [2020-12-10T21:51:10.856Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T21:51:10.856Z] ---> Running in e7073e420518 [2020-12-10T21:51:10.856Z] ---> Running in e5770583fef6 [2020-12-10T21:51:10.856Z] ---> Running in f689f1b82484 [2020-12-10T21:51:10.856Z] ---> Running in 430909cc2152 [2020-12-10T21:51:10.856Z] ---> Running in 099e254b9bf8 [2020-12-10T21:51:11.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:51:11.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:51:11.703Z] Removing intermediate container f689f1b82484 [2020-12-10T21:51:11.703Z] ---> 3a71fa81a545 [2020-12-10T21:51:11.703Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T21:51:11.966Z] Removing intermediate container e5770583fef6 [2020-12-10T21:51:11.966Z] ---> f06e78324bce [2020-12-10T21:51:11.966Z] Step 5/21 : RUN apk update && apk add make git [2020-12-10T21:51:11.966Z] ---> Running in 26f501fd0733 [2020-12-10T21:51:12.228Z] ---> Running in 17c5e67a0c6f [2020-12-10T21:51:12.228Z] Removing intermediate container 430909cc2152 [2020-12-10T21:51:12.228Z] ---> e495f6158b3a [2020-12-10T21:51:12.228Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-10T21:51:12.228Z] Removing intermediate container 099e254b9bf8 [2020-12-10T21:51:12.228Z] ---> a2295efa0d0a [2020-12-10T21:51:12.228Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-10T21:51:12.228Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T21:51:12.228Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T21:51:12.228Z] OK: 12748 distinct packages available [2020-12-10T21:51:12.228Z] ---> Running in 915289ba7a59 [2020-12-10T21:51:12.228Z] ---> Running in 9a4a5fc0dbae [2020-12-10T21:51:12.491Z] OK: 233 MiB in 51 packages [2020-12-10T21:51:13.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:51:13.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:51:13.075Z] Removing intermediate container e7073e420518 [2020-12-10T21:51:13.076Z] ---> 2827ba1bccca [2020-12-10T21:51:13.076Z] Step 5/29 : COPY go.mod . [2020-12-10T21:51:13.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:51:13.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:51:13.345Z] ---> 8a68297c1179 [2020-12-10T21:51:13.345Z] Step 6/29 : RUN go mod download [2020-12-10T21:51:13.345Z] ---> Running in ff0775f873c8 [2020-12-10T21:51:13.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:51:13.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:51:13.798Z] using credential edgex-jenkins-ssh [2020-12-10T21:51:13.871Z] Cloning the remote Git repository [2020-12-10T21:51:13.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:51:13.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:51:14.142Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T21:51:14.142Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T21:51:14.142Z] OK: 12748 distinct packages available [2020-12-10T21:51:14.142Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T21:51:14.142Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T21:51:14.142Z] OK: 12748 distinct packages available [2020-12-10T21:51:14.407Z] OK: 233 MiB in 51 packages [2020-12-10T21:51:14.407Z] OK: 233 MiB in 51 packages [2020-12-10T21:51:14.407Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T21:51:14.407Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T21:51:14.407Z] OK: 12748 distinct packages available [2020-12-10T21:51:14.669Z] OK: 233 MiB in 51 packages [2020-12-10T21:51:13.943Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-10T21:51:14.059Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2020-12-10T21:51:14.142Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-10T21:51:14.143Z] > git --version # timeout=10 [2020-12-10T21:51:14.163Z] > git --version # 'git version 2.17.1' [2020-12-10T21:51:14.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T21:51:14.258Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T21:51:14.934Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T21:51:14.934Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T21:51:14.934Z] OK: 12748 distinct packages available [2020-12-10T21:51:14.934Z] OK: 233 MiB in 51 packages [2020-12-10T21:51:15.198Z] Removing intermediate container 17c5e67a0c6f [2020-12-10T21:51:15.198Z] ---> bae12acdafd2 [2020-12-10T21:51:15.198Z] Step 6/21 : COPY go.mod . [2020-12-10T21:51:15.198Z] Removing intermediate container 26f501fd0733 [2020-12-10T21:51:15.198Z] ---> 213ca3838fa0 [2020-12-10T21:51:15.198Z] Step 6/22 : COPY go.mod . [2020-12-10T21:51:15.461Z] Removing intermediate container ff0775f873c8 [2020-12-10T21:51:15.461Z] ---> 4a0da061142a [2020-12-10T21:51:15.461Z] Step 7/29 : COPY . . [2020-12-10T21:51:15.461Z] ---> 3d669f127e06 [2020-12-10T21:51:15.461Z] Step 7/21 : RUN go mod download [2020-12-10T21:51:15.724Z] Removing intermediate container 915289ba7a59 [2020-12-10T21:51:15.724Z] ---> b1c554b75549 [2020-12-10T21:51:15.724Z] Step 6/23 : COPY go.mod . [2020-12-10T21:51:15.991Z] ---> Running in cadfed746bad [2020-12-10T21:51:15.992Z] ---> dfe1416518e4 [2020-12-10T21:51:15.992Z] Step 7/22 : RUN go mod download [2020-12-10T21:51:16.945Z] ---> Running in 2f7b879e4842 [2020-12-10T21:51:16.945Z] Removing intermediate container 9a4a5fc0dbae [2020-12-10T21:51:16.945Z] ---> d02cad907d91 [2020-12-10T21:51:16.945Z] Step 6/27 : COPY go.mod . [2020-12-10T21:51:17.207Z] ---> 207e173af517 [2020-12-10T21:51:17.207Z] Step 7/23 : RUN go mod download [2020-12-10T21:51:19.146Z] ---> Running in 45785aae33cb [2020-12-10T21:51:19.146Z] ---> 0986b04b8d26 [2020-12-10T21:51:19.146Z] Step 7/27 : RUN go mod download [2020-12-10T21:51:20.541Z] ---> Running in 5ddb52d645c1 [2020-12-10T21:51:23.119Z] Removing intermediate container cadfed746bad [2020-12-10T21:51:23.119Z] ---> 0162e7964583 [2020-12-10T21:51:23.119Z] Step 8/21 : COPY . . [2020-12-10T21:51:28.433Z] Removing intermediate container 2f7b879e4842 [2020-12-10T21:51:28.433Z] ---> d2657982a4bc [2020-12-10T21:51:28.433Z] Step 8/22 : COPY . . [2020-12-10T21:51:30.343Z] Merging remotes/origin/master commit 382321cdbf919cdcf7c2812d3a520779371560e7 into PR head commit 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:51:30.917Z] Merge succeeded, producing 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:51:30.918Z] Checking out Revision 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a (PR-2886) [2020-12-10T21:51:29.534Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-10T21:51:29.552Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T21:51:29.581Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-10T21:51:29.617Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-10T21:51:29.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T21:51:29.630Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2886/head:refs/remotes/origin/PR-2886 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T21:51:30.364Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T21:51:30.378Z] > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # timeout=10 [2020-12-10T21:51:30.700Z] > git remote # timeout=10 [2020-12-10T21:51:30.758Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T21:51:30.802Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T21:51:30.814Z] > git merge 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 [2020-12-10T21:51:30.846Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T21:51:31.752Z] Removing intermediate container 45785aae33cb [2020-12-10T21:51:31.752Z] ---> 89da9aec1571 [2020-12-10T21:51:31.752Z] Step 8/23 : COPY . . [2020-12-10T21:51:30.927Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T21:51:30.957Z] > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # timeout=10 [2020-12-10T21:51:33.675Z] Removing intermediate container 5ddb52d645c1 [2020-12-10T21:51:33.675Z] ---> da2cb840ce7f [2020-12-10T21:51:33.675Z] Step 8/27 : COPY . . [2020-12-10T21:51:35.381Z] Commit message: "feat(security): Address PR feedback on /vault/file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-10T21:51:37.047Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-10T21:51:37.514Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-10T21:51:37.855Z] + sudo service docker restart [2020-12-10T21:51:37.855Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-10T21:51:39.921Z] provisioning config files... [2020-12-10T21:51:39.976Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config822878857437457749tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:51:40.406Z] ---> docker-login.sh [2020-12-10T21:51:40.406Z] nexus3.edgexfoundry.org:10001 [2020-12-10T21:51:41.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T21:51:41.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T21:51:41.665Z] Configure a credential helper to remove this warning. See [2020-12-10T21:51:41.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T21:51:41.665Z] [2020-12-10T21:51:41.665Z] Login Succeeded [2020-12-10T21:51:41.665Z] nexus3.edgexfoundry.org:10002 [2020-12-10T21:51:41.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T21:51:42.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T21:51:42.214Z] Configure a credential helper to remove this warning. See [2020-12-10T21:51:42.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T21:51:42.214Z] [2020-12-10T21:51:42.214Z] Login Succeeded [2020-12-10T21:51:42.214Z] nexus3.edgexfoundry.org:10003 [2020-12-10T21:51:42.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T21:51:42.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T21:51:42.761Z] Configure a credential helper to remove this warning. See [2020-12-10T21:51:42.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T21:51:42.761Z] [2020-12-10T21:51:42.761Z] Login Succeeded [2020-12-10T21:51:42.761Z] nexus3.edgexfoundry.org:10004 [2020-12-10T21:51:43.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T21:51:43.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T21:51:43.316Z] Configure a credential helper to remove this warning. See [2020-12-10T21:51:43.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T21:51:43.316Z] [2020-12-10T21:51:43.316Z] Login Succeeded [2020-12-10T21:51:43.316Z] docker.io [2020-12-10T21:51:43.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-10T21:51:44.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-10T21:51:44.189Z] Configure a credential helper to remove this warning. See [2020-12-10T21:51:44.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-10T21:51:44.189Z] [2020-12-10T21:51:44.189Z] Login Succeeded [2020-12-10T21:51:44.189Z] ---> docker-login.sh ends [Pipeline] } [2020-12-10T21:51:44.207Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-10T21:51:44.756Z] ========================================================= [2020-12-10T21:51:44.756Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-10T21:51:44.756Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:51:45.140Z] + 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 . [2020-12-10T21:51:47.797Z] Sending build context to Docker daemon 165.7MB [2020-12-10T21:51:47.797Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-10T21:51:47.797Z] Step 2/7 : FROM ${BASE} [2020-12-10T21:51:47.797Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-10T21:51:47.797Z] 5f621e34cdf4: Pulling fs layer [2020-12-10T21:51:47.797Z] a4357932f1b6: Pulling fs layer [2020-12-10T21:51:47.797Z] 18c013af1878: Pulling fs layer [2020-12-10T21:51:47.797Z] 00ac8860ef70: Pulling fs layer [2020-12-10T21:51:47.797Z] 63d7cb157983: Pulling fs layer [2020-12-10T21:51:47.797Z] b116817d02f9: Pulling fs layer [2020-12-10T21:51:47.797Z] 745a02a5169b: Pulling fs layer [2020-12-10T21:51:47.797Z] 00ac8860ef70: Waiting [2020-12-10T21:51:47.797Z] 63d7cb157983: Waiting [2020-12-10T21:51:47.797Z] b116817d02f9: Waiting [2020-12-10T21:51:47.797Z] 745a02a5169b: Waiting [2020-12-10T21:51:47.797Z] 18c013af1878: Verifying Checksum [2020-12-10T21:51:47.797Z] 18c013af1878: Download complete [2020-12-10T21:51:47.797Z] a4357932f1b6: Verifying Checksum [2020-12-10T21:51:47.797Z] a4357932f1b6: Download complete [2020-12-10T21:51:47.797Z] 63d7cb157983: Verifying Checksum [2020-12-10T21:51:47.797Z] 63d7cb157983: Download complete [2020-12-10T21:51:47.797Z] b116817d02f9: Verifying Checksum [2020-12-10T21:51:47.797Z] b116817d02f9: Download complete [2020-12-10T21:51:47.797Z] 5f621e34cdf4: Verifying Checksum [2020-12-10T21:51:47.797Z] 5f621e34cdf4: Download complete [2020-12-10T21:51:48.406Z] 5f621e34cdf4: Pull complete [2020-12-10T21:51:48.666Z] ---> a4ca9f95c5b8 [2020-12-10T21:51:48.666Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-10T21:51:48.666Z] ---> Running in 5837a6388ed2 [2020-12-10T21:51:49.012Z] a4357932f1b6: Pull complete [2020-12-10T21:51:49.286Z] 18c013af1878: Pull complete [2020-12-10T21:51:50.269Z] 745a02a5169b: Download complete [2020-12-10T21:51:51.258Z] 00ac8860ef70: Verifying Checksum [2020-12-10T21:51:51.258Z] 00ac8860ef70: Download complete [2020-12-10T21:51:55.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-10T21:52:01.453Z] 00ac8860ef70: Pull complete [2020-12-10T21:52:01.726Z] 63d7cb157983: Pull complete [2020-12-10T21:52:02.321Z] b116817d02f9: Pull complete [2020-12-10T21:52:03.550Z] ---> b32ea52af1dd [2020-12-10T21:52:03.550Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-10T21:52:05.529Z] ---> Running in f6df44b1bccf [2020-12-10T21:52:05.733Z] 745a02a5169b: Pull complete [2020-12-10T21:52:05.734Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-10T21:52:05.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-10T21:52:05.734Z] ---> b7e6874047d6 [2020-12-10T21:52:05.734Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-10T21:52:07.477Z] ---> c946e20f7c09 [2020-12-10T21:52:07.477Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-10T21:52:07.477Z] ---> 5752573cfd00 [2020-12-10T21:52:07.477Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-10T21:52:07.757Z] ---> Running in acd5d890cc9f [2020-12-10T21:52:07.757Z] ---> Running in 1bb03cd89cf1 [2020-12-10T21:52:08.042Z] ---> f2a6bbdf9381 [2020-12-10T21:52:08.043Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-10T21:52:08.043Z] ---> Running in 6cb44fad6a02 [2020-12-10T21:52:08.326Z] 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 [2020-12-10T21:52:08.928Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-10T21:52:08.928Z] 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 [2020-12-10T21:52:09.145Z] ---> Running in 8ecc7a6ec04a [2020-12-10T21:52:09.530Z] 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 [2020-12-10T21:52:10.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T21:52:11.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T21:52:12.168Z] (1/12) Installing libmagic (5.38-r0) [2020-12-10T21:52:12.168Z] (2/12) Installing file (5.38-r0) [2020-12-10T21:52:12.440Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-10T21:52:12.440Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-10T21:52:15.060Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-10T21:52:15.336Z] (6/12) Installing patch (2.7.6-r6) [2020-12-10T21:52:15.336Z] (7/12) Installing build-base (0.5-r2) [2020-12-10T21:52:15.336Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-10T21:52:15.610Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-10T21:52:15.610Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-10T21:52:15.610Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-10T21:52:15.885Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-10T21:52:15.885Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T21:52:15.885Z] OK: 217 MiB in 51 packages [2020-12-10T21:52:17.799Z] Removing intermediate container 5837a6388ed2 [2020-12-10T21:52:17.799Z] ---> d324020e531d [2020-12-10T21:52:17.799Z] [2020-12-10T21:52:17.799Z] Step 9/29 : FROM alpine:latest [2020-12-10T21:52:18.074Z] latest: Pulling from library/alpine [2020-12-10T21:52:18.701Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-10T21:52:18.701Z] Status: Downloaded newer image for alpine:latest [2020-12-10T21:52:18.701Z] ---> d6e46aa2470d [2020-12-10T21:52:18.701Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-10T21:52:18.978Z] ---> Running in 42a600a59929 [2020-12-10T21:52:19.252Z] Removing intermediate container 42a600a59929 [2020-12-10T21:52:19.252Z] ---> 762b80aebfae [2020-12-10T21:52:19.252Z] Step 11/29 : USER root [2020-12-10T21:52:19.252Z] ---> Running in f0b9e9280355 [2020-12-10T21:52:19.531Z] Removing intermediate container f0b9e9280355 [2020-12-10T21:52:19.531Z] ---> 93c0d0b324a1 [2020-12-10T21:52:19.531Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-10T21:52:19.531Z] ---> Running in 903e77b42282 [2020-12-10T21:52:20.196Z] Removing intermediate container 8ecc7a6ec04a [2020-12-10T21:52:20.196Z] ---> 450a47556470 [2020-12-10T21:52:20.196Z] Step 4/7 : WORKDIR /edgex-go [2020-12-10T21:52:20.196Z] ---> Running in e31c3a48d411 [2020-12-10T21:52:20.468Z] Removing intermediate container e31c3a48d411 [2020-12-10T21:52:20.468Z] ---> 4e0a6c99a7a9 [2020-12-10T21:52:20.468Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-10T21:52:20.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:52:21.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:52:21.526Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-10T21:52:21.526Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-10T21:52:21.526Z] OK: 12747 distinct packages available [2020-12-10T21:52:21.802Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-10T21:52:22.076Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-10T21:52:22.076Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T21:52:22.076Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T21:52:22.076Z] OK: 6 MiB in 16 packages [2020-12-10T21:52:23.842Z] latest: Pulling from library/docker [2020-12-10T21:52:23.842Z] 5f621e34cdf4: Already exists [2020-12-10T21:52:23.842Z] 85db56a05063: Pulling fs layer [2020-12-10T21:52:23.842Z] ccb67d6aeaaa: Pulling fs layer [2020-12-10T21:52:23.842Z] 078a48a8a50a: Pulling fs layer [2020-12-10T21:52:23.842Z] 158a5e565521: Pulling fs layer [2020-12-10T21:52:23.842Z] 580500bbad4e: Pulling fs layer [2020-12-10T21:52:23.842Z] cf2dce50f859: Pulling fs layer [2020-12-10T21:52:23.842Z] 158a5e565521: Waiting [2020-12-10T21:52:23.842Z] 580500bbad4e: Waiting [2020-12-10T21:52:23.842Z] cf2dce50f859: Waiting [2020-12-10T21:52:23.842Z] ccb67d6aeaaa: Verifying Checksum [2020-12-10T21:52:23.842Z] ccb67d6aeaaa: Download complete [2020-12-10T21:52:23.842Z] 85db56a05063: Download complete [2020-12-10T21:52:23.842Z] 580500bbad4e: Verifying Checksum [2020-12-10T21:52:23.842Z] 580500bbad4e: Download complete [2020-12-10T21:52:23.842Z] 158a5e565521: Verifying Checksum [2020-12-10T21:52:23.842Z] 158a5e565521: Download complete [2020-12-10T21:52:24.124Z] cf2dce50f859: Verifying Checksum [2020-12-10T21:52:24.124Z] cf2dce50f859: Download complete [2020-12-10T21:52:24.399Z] 85db56a05063: Pull complete [2020-12-10T21:52:24.672Z] ccb67d6aeaaa: Pull complete [2020-12-10T21:52:24.714Z] Removing intermediate container 903e77b42282 [2020-12-10T21:52:24.715Z] ---> 7c8e93a923a2 [2020-12-10T21:52:24.715Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-10T21:52:24.715Z] ---> Running in 223c8924c7e7 [2020-12-10T21:52:25.001Z] Removing intermediate container 223c8924c7e7 [2020-12-10T21:52:25.001Z] ---> 2cfadaf5b990 [2020-12-10T21:52:25.001Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-10T21:52:25.001Z] ---> Running in 5a270b107c94 [2020-12-10T21:52:25.594Z] Removing intermediate container 5a270b107c94 [2020-12-10T21:52:25.594Z] ---> aeb052c10a95 [2020-12-10T21:52:25.594Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-10T21:52:25.594Z] ---> Running in be1625c3caaa [2020-12-10T21:52:27.297Z] 078a48a8a50a: Verifying Checksum [2020-12-10T21:52:27.297Z] 078a48a8a50a: Download complete [2020-12-10T21:52:27.561Z] Removing intermediate container be1625c3caaa [2020-12-10T21:52:27.561Z] ---> fd1ecfbbdb98 [2020-12-10T21:52:27.561Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-10T21:52:29.088Z] ---> 7e6d8b448fdf [2020-12-10T21:52:29.088Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-10T21:52:29.660Z] ---> 334f10f27838 [2020-12-10T21:52:29.660Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-10T21:52:29.932Z] ---> 42e01d221bd9 [2020-12-10T21:52:29.932Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-10T21:52:30.520Z] ---> 45085cc6adde [2020-12-10T21:52:30.520Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-10T21:52:30.690Z] 078a48a8a50a: Pull complete [2020-12-10T21:52:30.792Z] ---> 859d840536cc [2020-12-10T21:52:30.792Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-10T21:52:30.966Z] 158a5e565521: Pull complete [2020-12-10T21:52:31.060Z] ---> Running in c367fb15c86d [2020-12-10T21:52:31.243Z] 580500bbad4e: Pull complete [2020-12-10T21:52:31.849Z] cf2dce50f859: Pull complete [2020-12-10T21:52:31.849Z] Digest: sha256:a1784b31ad3d6369497dbb5ece4c1d4659dcf720614dc7d82b26936c8ba67b94 [2020-12-10T21:52:31.849Z] Status: Downloaded newer image for docker:latest [2020-12-10T21:52:33.021Z] Removing intermediate container c367fb15c86d [2020-12-10T21:52:33.021Z] ---> 0e81ef0623d5 [2020-12-10T21:52:33.021Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-10T21:52:33.286Z] ---> 946d17e3fad1 [2020-12-10T21:52:33.286Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-10T21:52:33.551Z] ---> Running in 3ded2fbe9484 [2020-12-10T21:52:33.551Z] 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 [2020-12-10T21:52:35.244Z] ---> c6590a721021 [2020-12-10T21:52:35.245Z] Step 6/7 : COPY go.mod . [2020-12-10T21:52:35.842Z] ---> 39de0208dc31 [2020-12-10T21:52:35.842Z] Step 7/7 : RUN go mod download [2020-12-10T21:52:35.842Z] ---> Running in 2718ed5320b1 [2020-12-10T21:52:38.916Z] Removing intermediate container 6cb44fad6a02 [2020-12-10T21:52:38.916Z] ---> fa8e5818d04a [2020-12-10T21:52:38.916Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-10T21:52:38.916Z] Removing intermediate container 3ded2fbe9484 [2020-12-10T21:52:38.916Z] ---> 4dcd42d16851 [2020-12-10T21:52:38.916Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-10T21:52:38.916Z] ---> Running in 8d7d86808b67 [2020-12-10T21:52:39.500Z] ---> Running in b386010debc1 [2020-12-10T21:52:40.465Z] Removing intermediate container acd5d890cc9f [2020-12-10T21:52:40.465Z] ---> 6644cf7134d6 [2020-12-10T21:52:40.465Z] [2020-12-10T21:52:40.465Z] Step 10/22 : FROM alpine:3.10 [2020-12-10T21:52:40.743Z] 3.10: Pulling from library/alpine [2020-12-10T21:52:40.743Z] 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 [2020-12-10T21:52:41.724Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-10T21:52:41.724Z] Status: Downloaded newer image for alpine:3.10 [2020-12-10T21:52:41.724Z] ---> be4e4bea2c2e [2020-12-10T21:52:41.724Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-10T21:52:43.677Z] ---> Running in 68dd6c4c08a3 [2020-12-10T21:52:43.677Z] Removing intermediate container b386010debc1 [2020-12-10T21:52:43.677Z] ---> 7132a0b0788f [2020-12-10T21:52:43.677Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-10T21:52:43.677Z] Removing intermediate container f6df44b1bccf [2020-12-10T21:52:43.677Z] ---> 25c1695c6f55 [2020-12-10T21:52:43.677Z] [2020-12-10T21:52:43.677Z] Step 10/21 : FROM alpine [2020-12-10T21:52:43.677Z] ---> d6e46aa2470d [2020-12-10T21:52:43.677Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-10T21:52:43.940Z] ---> Running in 9d4fb8239028 [2020-12-10T21:52:43.940Z] ---> Running in 0d15b33c9e4f [2020-12-10T21:52:44.204Z] Removing intermediate container 8d7d86808b67 [2020-12-10T21:52:44.204Z] ---> 2b9077838951 [2020-12-10T21:52:44.204Z] [2020-12-10T21:52:44.204Z] Step 11/27 : FROM docker:latest [2020-12-10T21:52:44.204Z] ---> 86c48ffa8038 [2020-12-10T21:52:44.204Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-10T21:52:44.471Z] ---> Running in 9d83716cbb68 [2020-12-10T21:52:44.472Z] Removing intermediate container 9d4fb8239028 [2020-12-10T21:52:44.472Z] ---> c8d924cc2562 [2020-12-10T21:52:44.472Z] Step 26/29 : CMD [ "generate" ] [2020-12-10T21:52:44.472Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:52:44.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:52:44.734Z] ---> Running in f8e137f1055f [2020-12-10T21:52:44.734Z] v3.10.5-155-gab6c8e84d1 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-10T21:52:44.734Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-10T21:52:44.734Z] OK: 10348 distinct packages available [2020-12-10T21:52:44.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:52:45.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:52:45.002Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-10T21:52:45.002Z] Removing intermediate container f8e137f1055f [2020-12-10T21:52:45.002Z] ---> a7ec5fac71a1 [2020-12-10T21:52:45.002Z] Step 27/29 : LABEL arch=x86_64 [2020-12-10T21:52:45.002Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-10T21:52:45.002Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-10T21:52:45.002Z] (4/5) Installing curl (7.66.0-r2) [2020-12-10T21:52:45.002Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-10T21:52:45.002Z] Executing busybox-1.30.1-r3.trigger [2020-12-10T21:52:45.002Z] Executing ca-certificates-20191127-r2.trigger [2020-12-10T21:52:45.266Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-10T21:52:45.266Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-10T21:52:45.266Z] OK: 12747 distinct packages available [2020-12-10T21:52:45.266Z] OK: 7 MiB in 19 packages [2020-12-10T21:52:45.538Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-10T21:52:45.538Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-10T21:52:45.538Z] (3/4) Installing libcurl (7.69.1-r2) [2020-12-10T21:52:45.538Z] (4/4) Installing curl (7.69.1-r2) [2020-12-10T21:52:45.538Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T21:52:45.538Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T21:52:45.538Z] OK: 7 MiB in 18 packages [2020-12-10T21:52:46.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:52:46.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:52:46.375Z] (1/2) Installing readline (8.0.4-r0) [2020-12-10T21:52:46.638Z] (2/2) Installing bash (5.0.17-r0) [2020-12-10T21:52:46.638Z] Executing bash-5.0.17-r0.post-install [2020-12-10T21:52:47.213Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T21:52:47.213Z] OK: 12 MiB in 22 packages [2020-12-10T21:52:47.474Z] ---> Running in 2fae8437e983 [2020-12-10T21:52:48.877Z] Removing intermediate container 2fae8437e983 [2020-12-10T21:52:48.878Z] ---> 643659828600 [2020-12-10T21:52:48.878Z] Step 28/29 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:52:49.140Z] Removing intermediate container 1bb03cd89cf1 [2020-12-10T21:52:49.140Z] ---> 437bbe7fcc2f [2020-12-10T21:52:49.140Z] [2020-12-10T21:52:49.140Z] Step 10/23 : FROM alpine [2020-12-10T21:52:49.140Z] ---> d6e46aa2470d [2020-12-10T21:52:49.140Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T21:52:49.140Z] ---> Running in a92409cbf0c5 [2020-12-10T21:52:49.140Z] Removing intermediate container 68dd6c4c08a3 [2020-12-10T21:52:49.140Z] ---> 72b68b9a6520 [2020-12-10T21:52:49.140Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-10T21:52:49.405Z] ---> Running in af8497983422 [2020-12-10T21:52:49.669Z] ---> Running in d1aff32dd31d [2020-12-10T21:52:50.243Z] Removing intermediate container a92409cbf0c5 [2020-12-10T21:52:50.243Z] ---> f0af068232d0 [2020-12-10T21:52:50.243Z] Step 29/29 : LABEL version=0.0.0 [2020-12-10T21:52:50.506Z] Removing intermediate container 0d15b33c9e4f [2020-12-10T21:52:50.506Z] ---> d5a6baf74544 [2020-12-10T21:52:50.506Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-10T21:52:50.506Z] Removing intermediate container af8497983422 [2020-12-10T21:52:50.506Z] ---> 05aa3c143cb1 [2020-12-10T21:52:50.506Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-10T21:52:50.506Z] Removing intermediate container 9d83716cbb68 [2020-12-10T21:52:50.506Z] ---> 811a8f0bc62c [2020-12-10T21:52:50.506Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-10T21:52:50.506Z] Removing intermediate container d1aff32dd31d [2020-12-10T21:52:50.506Z] ---> 550adc5aec89 [2020-12-10T21:52:50.506Z] Step 13/22 : WORKDIR / [2020-12-10T21:52:50.770Z] ---> Running in c6c18e4820e2 [2020-12-10T21:52:50.770Z] ---> Running in 4729b33a8b2b [2020-12-10T21:52:50.770Z] ---> Running in 5846c1f7df1b [2020-12-10T21:52:50.770Z] ---> Running in 29045ec2f50b [2020-12-10T21:52:50.770Z] ---> Running in 9553903ea8b2 [2020-12-10T21:52:51.032Z] Removing intermediate container c6c18e4820e2 [2020-12-10T21:52:51.032Z] ---> b1a60c6cbfeb [2020-12-10T21:52:51.032Z] Step 13/21 : WORKDIR /edgex [2020-12-10T21:52:51.302Z] Removing intermediate container 4729b33a8b2b [2020-12-10T21:52:51.302Z] ---> c1b143ed9f37 [2020-12-10T21:52:51.302Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-10T21:52:51.302Z] Removing intermediate container 5846c1f7df1b [2020-12-10T21:52:51.302Z] ---> db2d55ace447 [2020-12-10T21:52:51.302Z] [2020-12-10T21:52:51.302Z] Removing intermediate container 29045ec2f50b [2020-12-10T21:52:51.302Z] ---> d3ae5c421dbe [2020-12-10T21:52:51.302Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-10T21:52:51.302Z] ---> Running in 6091615e9db5 [2020-12-10T21:52:51.302Z] ---> Running in 9ce840943168 [2020-12-10T21:52:51.571Z] Successfully built db2d55ace447 [2020-12-10T21:52:51.571Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-10T21:52:51.571Z]  Building docker-security-secrets-setup-go ... done Building docker-support-scheduler-go [2020-12-10T21:52:51.571Z] Removing intermediate container 9ce840943168 [2020-12-10T21:52:51.571Z] ---> 2f0270cc6e67 [2020-12-10T21:52:51.571Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T21:52:51.834Z] Removing intermediate container 6091615e9db5 [2020-12-10T21:52:51.834Z] ---> e7ee0cc44e30 [2020-12-10T21:52:51.834Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-10T21:52:51.834Z] ---> 2c8d2fe1a1ff [2020-12-10T21:52:51.834Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-10T21:52:51.834Z] ---> Running in 70276896dbe3 [2020-12-10T21:52:52.425Z] ---> 884b3e9ff26a [2020-12-10T21:52:52.425Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-10T21:52:52.425Z] Removing intermediate container 9553903ea8b2 [2020-12-10T21:52:52.425Z] ---> 4965ce1a778e [2020-12-10T21:52:52.425Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-10T21:52:53.384Z] ---> 74d2945bf0a7 [2020-12-10T21:52:53.384Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-10T21:52:53.384Z] ---> Running in 7d36ac59fa47 [2020-12-10T21:52:57.609Z] ---> 57bdf19d44c5 [2020-12-10T21:52:57.609Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-10T21:52:57.609Z] ---> 4a99840d0d9a [2020-12-10T21:52:57.609Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-10T21:52:57.609Z] Removing intermediate container 7d36ac59fa47 [2020-12-10T21:52:57.609Z] ---> 1654122006d5 [2020-12-10T21:52:57.609Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-10T21:52:57.871Z] Removing intermediate container 70276896dbe3 [2020-12-10T21:52:57.871Z] ---> 62bbb3f6c40f [2020-12-10T21:52:57.871Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-10T21:52:57.871Z] ---> 422b0f9bb7dd [2020-12-10T21:52:57.871Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-10T21:52:57.871Z] ---> Running in c76a36923287 [2020-12-10T21:52:58.136Z] ---> Running in 5f48455f6309 [2020-12-10T21:52:58.136Z] ---> Running in 2814c852241b [2020-12-10T21:52:59.090Z] Removing intermediate container c76a36923287 [2020-12-10T21:52:59.090Z] ---> 015291583af6 [2020-12-10T21:52:59.090Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-10T21:52:59.355Z] ---> 7d76821dabea [2020-12-10T21:52:59.356Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-10T21:53:01.285Z] ---> Running in c38bf039d5c7 [2020-12-10T21:53:01.285Z] Removing intermediate container 2814c852241b [2020-12-10T21:53:01.285Z] ---> f7513a84bb2d [2020-12-10T21:53:01.285Z] Step 18/21 : CMD ["--init=true"] [2020-12-10T21:53:01.285Z] ---> Running in 9fffd1eac7b1 [2020-12-10T21:53:02.669Z] Removing intermediate container 2718ed5320b1 [2020-12-10T21:53:02.669Z] ---> f5f9cbf61fe7 [2020-12-10T21:53:02.669Z] Successfully built f5f9cbf61fe7 [2020-12-10T21:53:02.669Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:53:03.017Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T21:53:03.017Z] . [Pipeline] withDockerContainer [2020-12-10T21:53:03.237Z] ---> Running in fee7b3e6c8f7 [2020-12-10T21:53:03.297Z] prd-ubuntu18.04-docker-arm64-4c-16g-15450 does not seem to be running inside a container [2020-12-10T21:53:03.388Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T21:53:04.190Z] Removing intermediate container 9fffd1eac7b1 [2020-12-10T21:53:04.190Z] ---> c428f6da6b9f [2020-12-10T21:53:04.190Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-10T21:53:04.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:53:05.024Z] $ docker top 7690800f263dfda5bccfdfcaf42dd29852d9c84121eec05ccfdb2607011a35ba -eo pid,comm [2020-12-10T21:53:05.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:53:05.144Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T21:53:05.144Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-10T21:53:05.144Z] ---> 6855bcaf1b11 [2020-12-10T21:53:05.144Z] Step 3/21 : WORKDIR /edgex-go [2020-12-10T21:53:05.144Z] ---> Using cache [2020-12-10T21:53:05.144Z] ---> 85c2b6662d0e [2020-12-10T21:53:05.144Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T21:53:05.144Z] ---> Using cache [2020-12-10T21:53:05.144Z] ---> a2295efa0d0a [2020-12-10T21:53:05.144Z] Step 5/21 : RUN apk update && apk add make git [Pipeline] { [2020-12-10T21:53:05.408Z] (1/5) Installing libgcc (9.3.0-r2) [Pipeline] sh [2020-12-10T21:53:05.670Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-10T21:53:05.670Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-10T21:53:05.670Z] Removing intermediate container fee7b3e6c8f7 [2020-12-10T21:53:05.670Z] ---> f979e380936e [2020-12-10T21:53:05.670Z] Step 19/21 : LABEL arch=x86_64 [2020-12-10T21:53:05.931Z] ---> Running in aafdb2831d41 [2020-12-10T21:53:05.931Z] ---> Running in 279f783fece8 [2020-12-10T21:53:05.931Z] ---> 3c9613262644 [2020-12-10T21:53:05.931Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-10T21:53:05.931Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-10T21:53:05.931Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-10T21:53:06.057Z] + go version [2020-12-10T21:53:06.058Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-10T21:53:06.083Z] $ docker stop --time=1 7690800f263dfda5bccfdfcaf42dd29852d9c84121eec05ccfdb2607011a35ba [2020-12-10T21:53:06.195Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T21:53:06.195Z] OK: 8 MiB in 19 packages [2020-12-10T21:53:06.195Z] Removing intermediate container aafdb2831d41 [2020-12-10T21:53:06.195Z] ---> 643ec037e042 [2020-12-10T21:53:06.195Z] Step 20/21 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:53:06.468Z] ---> c59dd096dff4 [2020-12-10T21:53:06.468Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-10T21:53:06.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:53:07.044Z] ---> Running in 102ad50a7ea5 [2020-12-10T21:53:07.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:53:07.305Z] Removing intermediate container c38bf039d5c7 [2020-12-10T21:53:07.305Z] ---> c6aba334b2ca [2020-12-10T21:53:07.305Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-10T21:53:07.597Z] ---> 02661b0a6a37 [2020-12-10T21:53:07.597Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-10T21:53:07.597Z] Removing intermediate container 102ad50a7ea5 [2020-12-10T21:53:07.597Z] ---> 267814acc184 [2020-12-10T21:53:07.597Z] Step 21/21 : LABEL version=0.0.0 [2020-12-10T21:53:07.597Z] ---> Running in 72e060e17374 [2020-12-10T21:53:07.597Z] Removing intermediate container 5f48455f6309 [2020-12-10T21:53:07.597Z] ---> a4f4e991fa49 [2020-12-10T21:53:07.597Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-10T21:53:07.597Z] ---> Running in 0437238f6c50 [2020-12-10T21:53:07.597Z] ---> Running in 56a230adf3d7 [2020-12-10T21:53:07.863Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T21:53:07.863Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T21:53:07.863Z] OK: 12748 distinct packages available [2020-12-10T21:53:07.863Z] Removing intermediate container 72e060e17374 [2020-12-10T21:53:07.863Z] ---> f933d1d44f42 [2020-12-10T21:53:07.863Z] Step 20/22 : LABEL arch=x86_64 [2020-12-10T21:53:08.001Z] $ docker rm -f 7690800f263dfda5bccfdfcaf42dd29852d9c84121eec05ccfdb2607011a35ba [2020-12-10T21:53:08.131Z] OK: 233 MiB in 51 packages [2020-12-10T21:53:08.131Z] Removing intermediate container 56a230adf3d7 [2020-12-10T21:53:08.131Z] ---> 8d6c501440d9 [2020-12-10T21:53:08.131Z] [2020-12-10T21:53:08.131Z] ---> 1204103b2480 [2020-12-10T21:53:08.131Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-12-10T21:53:08.409Z] ---> Running in 306eb96b1b23 [2020-12-10T21:53:08.409Z] Successfully built 8d6c501440d9 [2020-12-10T21:53:08.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:53:08.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:53:08.409Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-10T21:53:08.409Z] Building docker-security-secretstore-setup-go [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-12-10T21:53:08.672Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 306eb96b1b23 [2020-12-10T21:53:08.672Z] ---> 18a28af70631 [2020-12-10T21:53:08.672Z] Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:53:08.672Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-10T21:53:08.672Z] (2/33) Installing expat (2.2.9-r1) [2020-12-10T21:53:08.672Z] (3/33) Installing libffi (3.3-r2) [2020-12-10T21:53:08.672Z] (4/33) Installing gdbm (1.13-r1) [2020-12-10T21:53:08.672Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-10T21:53:08.672Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-10T21:53:08.672Z] (7/33) Installing python3 (3.8.5-r0) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:53:08.939Z] ---> Running in 9489c94718c4 [2020-12-10T21:53:09.116Z] + docker inspect -f . ci-base-image-arm64 [2020-12-10T21:53:09.116Z] . [Pipeline] withDockerContainer [2020-12-10T21:53:09.383Z] prd-ubuntu18.04-docker-arm64-4c-16g-15450 does not seem to be running inside a container [2020-12-10T21:53:09.473Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-10T21:53:10.943Z] $ docker top 8ef2838ed8dac23806e4144ff7a48e25ed18c13b50bd8a175eff36dc4da0952a -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-10T21:53:11.336Z] ========================================================= [2020-12-10T21:53:11.336Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-10T21:53:11.336Z] ========================================================= [Pipeline] sh [2020-12-10T21:53:11.998Z] + make test [2020-12-10T21:53:11.998Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-10T21:53:14.253Z] ---> 6f23dad11080 [2020-12-10T21:53:14.253Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-10T21:53:14.253Z] Removing intermediate container 279f783fece8 [2020-12-10T21:53:14.253Z] ---> 1f8ebc37c5b2 [2020-12-10T21:53:14.253Z] Step 6/21 : COPY go.mod . [2020-12-10T21:53:16.180Z] Removing intermediate container 9489c94718c4 [2020-12-10T21:53:16.180Z] ---> 7aee9ddf0a33 [2020-12-10T21:53:16.180Z] Step 22/22 : LABEL version=0.0.0 [2020-12-10T21:53:16.180Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-10T21:53:16.180Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-10T21:53:16.180Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-10T21:53:16.180Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-10T21:53:16.180Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-10T21:53:16.180Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-10T21:53:16.180Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-10T21:53:16.755Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-10T21:53:17.021Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-10T21:53:17.289Z] ---> Running in 55fdbdf50a0a [2020-12-10T21:53:17.289Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-10T21:53:17.289Z] ---> d57ba1325134 [2020-12-10T21:53:17.289Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-10T21:53:17.289Z] ---> 6841b71b7656 [2020-12-10T21:53:17.289Z] Step 7/21 : RUN go mod download [2020-12-10T21:53:18.688Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-10T21:53:18.688Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-10T21:53:18.688Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-10T21:53:18.688Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-10T21:53:19.639Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-10T21:53:20.590Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-10T21:53:21.164Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-10T21:53:21.738Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-10T21:53:21.738Z] ---> Running in 23f5c10739de [2020-12-10T21:53:21.738Z] ---> Running in c5e07c42ccf7 [2020-12-10T21:53:22.008Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-10T21:53:22.592Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-10T21:53:22.858Z] Removing intermediate container 55fdbdf50a0a [2020-12-10T21:53:22.858Z] ---> e41e42c15257 [2020-12-10T21:53:22.858Z] [2020-12-10T21:53:22.858Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-10T21:53:22.858Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-10T21:53:22.858Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-10T21:53:22.858Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-10T21:53:22.858Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-10T21:53:22.858Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-10T21:53:23.123Z] Successfully built e41e42c15257 [2020-12-10T21:53:24.069Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T21:53:24.069Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-10T21:53:24.647Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-10T21:53:24.647Z] Building docker-core-command-go [2020-12-10T21:53:24.647Z]  Building docker-security-bootstrap-redis-go ... done  ---> 6855bcaf1b11 [2020-12-10T21:53:24.647Z] Step 3/24 : WORKDIR /edgex-go [2020-12-10T21:53:24.647Z] Removing intermediate container c5e07c42ccf7 [2020-12-10T21:53:24.647Z] ---> c4d33bffc90e [2020-12-10T21:53:24.647Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T21:53:24.647Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T21:53:24.647Z] ---> Using cache [2020-12-10T21:53:24.647Z] ---> 85c2b6662d0e [2020-12-10T21:53:24.647Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T21:53:24.647Z] ---> Using cache [2020-12-10T21:53:24.647Z] ---> a2295efa0d0a [2020-12-10T21:53:24.647Z] Step 5/24 : RUN apk update && apk add make git [2020-12-10T21:53:24.647Z] ---> Using cache [2020-12-10T21:53:24.647Z] ---> 1f8ebc37c5b2 [2020-12-10T21:53:24.647Z] Step 6/24 : COPY go.mod . [2020-12-10T21:53:24.647Z] ---> Using cache [2020-12-10T21:53:24.647Z] ---> 6841b71b7656 [2020-12-10T21:53:24.647Z] Step 7/24 : RUN go mod download [2020-12-10T21:53:25.245Z] OK: 71 MiB in 55 packages [2020-12-10T21:53:25.513Z] ---> Running in 146e2e03de9d [2020-12-10T21:53:25.513Z] ---> Running in 36c295a8a769 [2020-12-10T21:53:25.778Z] Removing intermediate container 36c295a8a769 [2020-12-10T21:53:25.778Z] ---> d8a5c451ad7a [2020-12-10T21:53:25.778Z] Step 21/23 : LABEL arch=x86_64 [2020-12-10T21:53:26.054Z] ---> Running in 9fc433130e45 [2020-12-10T21:53:28.615Z] Removing intermediate container 9fc433130e45 [2020-12-10T21:53:28.615Z] ---> fa4441da56a6 [2020-12-10T21:53:28.615Z] Step 22/23 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:53:31.175Z] ---> Running in e09849004f24 [2020-12-10T21:53:34.179Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-10T21:53:41.305Z] Removing intermediate container e09849004f24 [2020-12-10T21:53:41.305Z] ---> 320aa10e14d4 [2020-12-10T21:53:41.305Z] Step 23/23 : LABEL version=0.0.0 [2020-12-10T21:53:41.305Z] Removing intermediate container 23f5c10739de [2020-12-10T21:53:41.305Z] ---> fc99d31df031 [2020-12-10T21:53:41.305Z] Step 8/21 : COPY . . [2020-12-10T21:53:41.305Z] Removing intermediate container 146e2e03de9d [2020-12-10T21:53:41.305Z] ---> 78a5473a9a37 [2020-12-10T21:53:41.305Z] Step 8/24 : COPY . . [2020-12-10T21:53:41.305Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T21:53:41.305Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T21:53:41.305Z] ---> 6855bcaf1b11 [2020-12-10T21:53:41.305Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T21:53:41.305Z] ---> Using cache [2020-12-10T21:53:41.305Z] ---> 85c2b6662d0e [2020-12-10T21:53:41.305Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T21:53:41.305Z] ---> Using cache [2020-12-10T21:53:41.305Z] ---> a2295efa0d0a [2020-12-10T21:53:41.305Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T21:53:41.305Z] ---> Using cache [2020-12-10T21:53:41.305Z] ---> 1f8ebc37c5b2 [2020-12-10T21:53:41.305Z] Step 6/22 : COPY go.mod . [2020-12-10T21:53:41.305Z] ---> Using cache [2020-12-10T21:53:41.305Z] ---> 6841b71b7656 [2020-12-10T21:53:41.305Z] Step 7/22 : RUN go mod download [2020-12-10T21:53:41.305Z] ---> Using cache [2020-12-10T21:53:41.305Z] ---> 78a5473a9a37 [2020-12-10T21:53:41.305Z] Step 8/22 : COPY . . [2020-12-10T21:53:41.603Z] ---> Running in 2786ba69dca5 [2020-12-10T21:53:49.855Z] Removing intermediate container 2786ba69dca5 [2020-12-10T21:53:49.855Z] ---> f21629c83d5e [2020-12-10T21:53:49.856Z] [2020-12-10T21:53:53.177Z] Successfully built f21629c83d5e [2020-12-10T21:53:53.177Z] Successfully tagged docker-core-data-go:latest [2020-12-10T21:53:53.177Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2020-12-10T21:54:03.226Z] Removing intermediate container 0437238f6c50 [2020-12-10T21:54:03.226Z] ---> 4cac57b10bc8 [2020-12-10T21:54:03.226Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-10T21:54:08.789Z] ---> Running in 565e6d42c53b [2020-12-10T21:54:18.902Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T21:54:18.902Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-10T21:54:18.902Z] ---> 6855bcaf1b11 [2020-12-10T21:54:18.902Z] Step 3/24 : WORKDIR /edgex-go [2020-12-10T21:54:18.902Z] ---> Using cache [2020-12-10T21:54:18.902Z] ---> 85c2b6662d0e [2020-12-10T21:54:18.902Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T21:54:18.902Z] ---> Using cache [2020-12-10T21:54:18.902Z] ---> a2295efa0d0a [2020-12-10T21:54:18.902Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-10T21:54:20.314Z] ---> Running in e920b9fc40cf [2020-12-10T21:54:20.947Z] ---> 3a2ce39b630a [2020-12-10T21:54:20.947Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-10T21:54:20.947Z] ---> 30a5d4e9e7f9 [2020-12-10T21:54:20.947Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-10T21:54:20.947Z] ---> 76a51d65b7ed [2020-12-10T21:54:20.947Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-10T21:54:20.947Z] Collecting docker-compose==1.23.2 [2020-12-10T21:54:20.947Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-10T21:54:20.947Z] ---> Running in 10807ba2d543 [2020-12-10T21:54:21.211Z] ---> Running in 19aaf9b668ac [2020-12-10T21:54:21.211Z] ---> Running in 769c765afd07 [2020-12-10T21:54:21.211Z] Collecting PyYAML<4,>=3.10 [2020-12-10T21:54:21.211Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-10T21:54:21.358Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-10T21:54:21.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:54:21.753Z] 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 [2020-12-10T21:54:22.028Z] 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 [2020-12-10T21:54:22.028Z] 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 [2020-12-10T21:54:22.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:54:22.888Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-10T21:54:22.888Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-10T21:54:22.888Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T21:54:22.888Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T21:54:22.888Z] OK: 12748 distinct packages available [2020-12-10T21:54:22.888Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-10T21:54:22.888Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-10T21:54:23.165Z] OK: 233 MiB in 51 packages [2020-12-10T21:54:23.758Z] Collecting docopt<0.7,>=0.6.1 [2020-12-10T21:54:23.758Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-10T21:54:26.350Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-10T21:54:26.350Z] Collecting cached-property<2,>=1.2.0 [2020-12-10T21:54:26.350Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-10T21:54:26.955Z] Removing intermediate container e920b9fc40cf [2020-12-10T21:54:26.955Z] ---> a32d3de07542 [2020-12-10T21:54:26.955Z] Step 6/24 : COPY go.mod . [2020-12-10T21:54:27.553Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-10T21:54:27.553Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-10T21:54:27.553Z] ---> 44c7fd6061fa [2020-12-10T21:54:27.553Z] Step 7/24 : RUN go mod download [2020-12-10T21:54:27.553Z] ---> Running in 32cad6987007 [2020-12-10T21:54:27.553Z] Collecting docker<4.0,>=3.6.0 [2020-12-10T21:54:27.553Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-10T21:54:27.823Z] Collecting jsonschema<3,>=2.5.1 [2020-12-10T21:54:27.823Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-10T21:54:28.108Z] Collecting texttable<0.10,>=0.9.0 [2020-12-10T21:54:28.108Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-10T21:54:29.088Z] 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) [2020-12-10T21:54:29.088Z] Collecting idna<2.8,>=2.5 [2020-12-10T21:54:29.088Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-10T21:54:29.088Z] 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) [2020-12-10T21:54:29.088Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-10T21:54:29.088Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-10T21:54:29.362Z] Collecting docker-pycreds>=0.4.0 [2020-12-10T21:54:29.362Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-10T21:54:29.362Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-10T21:54:29.362Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-10T21:54:29.362Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-10T21:54:29.362Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-10T21:54:29.630Z] Installing collected packages: PyYAML, websocket-client, dockerpty, docopt, cached-property, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, docker-compose [2020-12-10T21:54:29.630Z] Running setup.py install for PyYAML: started [2020-12-10T21:54:30.608Z] Removing intermediate container 32cad6987007 [2020-12-10T21:54:30.608Z] ---> 8b5f0f5e6898 [2020-12-10T21:54:30.608Z] Step 8/24 : COPY . . [2020-12-10T21:54:31.200Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-10T21:54:31.480Z] Running setup.py install for dockerpty: started [2020-12-10T21:54:32.940Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-10T21:54:32.940Z] Running setup.py install for docopt: started [2020-12-10T21:54:33.207Z] Running setup.py install for docopt: finished with status 'done' [2020-12-10T21:54:35.167Z] Attempting uninstall: idna [2020-12-10T21:54:35.167Z] Found existing installation: idna 2.9 [2020-12-10T21:54:35.167Z] Uninstalling idna-2.9: [2020-12-10T21:54:35.436Z] Successfully uninstalled idna-2.9 [2020-12-10T21:54:36.025Z] Attempting uninstall: urllib3 [2020-12-10T21:54:36.025Z] Found existing installation: urllib3 1.25.9 [2020-12-10T21:54:36.025Z] Uninstalling urllib3-1.25.9: [2020-12-10T21:54:38.005Z] Successfully uninstalled urllib3-1.25.9 [2020-12-10T21:54:38.975Z] Attempting uninstall: requests [2020-12-10T21:54:38.975Z] Found existing installation: requests 2.23.0 [2020-12-10T21:54:38.975Z] Uninstalling requests-2.23.0: [2020-12-10T21:54:38.975Z] Successfully uninstalled requests-2.23.0 [2020-12-10T21:54:39.568Z] Running setup.py install for texttable: started [2020-12-10T21:54:39.702Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-10T21:54:39.702Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-10T21:54:39.702Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-10T21:54:39.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-10T21:54:39.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-10T21:54:39.702Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-10T21:54:40.988Z] Running setup.py install for texttable: finished with status 'done' [2020-12-10T21:54:41.153Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.054s [2020-12-10T21:54:41.153Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-10T21:54:41.153Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-10T21:54:43.145Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-10T21:54:43.145Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-10T21:54:43.145Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-10T21:54:43.145Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-10T21:54:44.362Z] 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.57.0 [2020-12-10T21:54:51.041Z] 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 [2020-12-10T21:54:51.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements [2020-12-10T21:54:51.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-10T21:54:51.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-10T21:54:51.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-10T21:54:51.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-10T21:54:51.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-10T21:54:56.380Z] Removing intermediate container 565e6d42c53b [2020-12-10T21:54:56.380Z] ---> e6dd1ddb198a [2020-12-10T21:54:56.380Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-10T21:54:56.380Z] ---> fe7aa5788dea [2020-12-10T21:54:56.380Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-10T21:54:57.777Z] Removing intermediate container 19aaf9b668ac [2020-12-10T21:54:57.777Z] ---> 92fc70526287 [2020-12-10T21:54:57.777Z] [2020-12-10T21:54:57.777Z] Step 10/21 : FROM scratch [2020-12-10T21:54:57.777Z] ---> [2020-12-10T21:54:57.777Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T21:54:57.777Z] ---> Running in 24f08f0cc861 [2020-12-10T21:54:57.777Z] ---> Running in 3f53525cc044 [2020-12-10T21:54:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.567s coverage: 27.1% of statements [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-10T21:54:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-10T21:54:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.094s coverage: 100.0% of statements [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-10T21:54:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.531s coverage: 68.5% of statements [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-10T21:54:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-10T21:54:59.189Z] 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 [2020-12-10T21:54:59.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-10T21:54:59.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-10T21:54:59.469Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-10T21:54:59.469Z] (2/3) Installing libcurl (7.69.1-r2) [2020-12-10T21:54:59.469Z] (3/3) Installing curl (7.69.1-r2) [2020-12-10T21:54:59.469Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T21:54:59.469Z] OK: 72 MiB in 58 packages [2020-12-10T21:54:59.469Z] ---> Running in fa4c1cc4bfce [2020-12-10T21:54:59.469Z] Removing intermediate container 769c765afd07 [2020-12-10T21:54:59.469Z] ---> a05c2350420e [2020-12-10T21:54:59.469Z] [2020-12-10T21:54:59.469Z] Step 10/22 : FROM scratch [2020-12-10T21:54:59.469Z] ---> [2020-12-10T21:54:59.469Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T21:54:59.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.640s coverage: 82.3% of statements [2020-12-10T21:54:59.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-10T21:54:59.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-10T21:54:59.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-10T21:54:59.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-10T21:55:00.062Z] ---> Running in 73b8ff072e9b [2020-12-10T21:55:00.063Z] Removing intermediate container 10807ba2d543 [2020-12-10T21:55:00.063Z] ---> 02428aaab912 [2020-12-10T21:55:00.063Z] [2020-12-10T21:55:00.063Z] Step 10/24 : FROM alpine:3.10 [2020-12-10T21:55:00.063Z] ---> be4e4bea2c2e [2020-12-10T21:55:00.063Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-10T21:55:00.063Z] ---> Using cache [2020-12-10T21:55:00.063Z] ---> 72b68b9a6520 [2020-12-10T21:55:00.063Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-10T21:55:00.063Z] Removing intermediate container fa4c1cc4bfce [2020-12-10T21:55:00.063Z] ---> 2548ebf36f1a [2020-12-10T21:55:00.063Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-10T21:55:00.338Z] ---> Running in 869709cc5a95 [2020-12-10T21:55:00.339Z] ---> Running in ee75c42f35c3 [2020-12-10T21:55:00.339Z] Removing intermediate container 73b8ff072e9b [2020-12-10T21:55:00.339Z] ---> acd3f65b69be [2020-12-10T21:55:00.339Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-10T21:55:00.339Z] ---> Running in 87b3dc8d0afa [2020-12-10T21:55:00.619Z] Removing intermediate container 869709cc5a95 [2020-12-10T21:55:00.619Z] ---> f1a0a581ff38 [2020-12-10T21:55:00.619Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-10T21:55:00.886Z] Removing intermediate container ee75c42f35c3 [2020-12-10T21:55:00.886Z] ---> 4de831031275 [2020-12-10T21:55:00.886Z] Step 13/24 : WORKDIR / [2020-12-10T21:55:00.886Z] Removing intermediate container 24f08f0cc861 [2020-12-10T21:55:00.886Z] ---> abc41567f449 [2020-12-10T21:55:00.886Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-10T21:55:00.886Z] ---> Running in 8a95961ecc87 [2020-12-10T21:55:00.886Z] Removing intermediate container 87b3dc8d0afa [2020-12-10T21:55:00.886Z] ---> b4be9fa6c03c [2020-12-10T21:55:00.886Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-10T21:55:01.159Z] ---> Running in 94292d0a8f38 [2020-12-10T21:55:01.159Z] ---> Running in fb0733805d59 [2020-12-10T21:55:01.159Z] ---> Running in 66f9c0655ca0 [2020-12-10T21:55:01.445Z] Removing intermediate container 8a95961ecc87 [2020-12-10T21:55:01.445Z] ---> 66df73512b5a [2020-12-10T21:55:01.445Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-10T21:55:02.856Z] Removing intermediate container fb0733805d59 [2020-12-10T21:55:02.856Z] ---> f75ed19b3a32 [2020-12-10T21:55:02.857Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T21:55:02.857Z] Removing intermediate container 66f9c0655ca0 [2020-12-10T21:55:02.857Z] ---> 95449f405ec7 [2020-12-10T21:55:02.857Z] Step 14/22 : WORKDIR / [2020-12-10T21:55:02.857Z] Removing intermediate container 94292d0a8f38 [2020-12-10T21:55:02.857Z] ---> 0647e23bef8c [2020-12-10T21:55:02.857Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-10T21:55:02.857Z] ---> 3fa7648f97ea [2020-12-10T21:55:02.857Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-10T21:55:02.857Z] ---> Running in b9ad5357d054 [2020-12-10T21:55:02.857Z] ---> Running in 7ebca3ec987e [2020-12-10T21:55:03.445Z] Removing intermediate container b9ad5357d054 [2020-12-10T21:55:03.445Z] ---> 09194fa844b9 [2020-12-10T21:55:03.445Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-10T21:55:03.445Z] Removing intermediate container 7ebca3ec987e [2020-12-10T21:55:03.445Z] ---> 8d3da08e15d2 [2020-12-10T21:55:03.445Z] Step 25/27 : LABEL arch=x86_64 [2020-12-10T21:55:03.445Z] ---> 7cc6b72b6caa [2020-12-10T21:55:03.445Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-10T21:55:03.711Z] ---> Running in f26faaa47e36 [2020-12-10T21:55:03.711Z] ---> 16a22226783d [2020-12-10T21:55:03.711Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-10T21:55:03.979Z] ---> 86b983fef60d [2020-12-10T21:55:03.979Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-10T21:55:03.979Z] Removing intermediate container f26faaa47e36 [2020-12-10T21:55:03.979Z] ---> 79beb30073c6 [2020-12-10T21:55:03.979Z] Step 26/27 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:55:03.979Z] ---> Running in 65737566f5ca [2020-12-10T21:55:04.249Z] ---> cc351320b1ae [2020-12-10T21:55:04.249Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-10T21:55:04.514Z] ---> df02c090fa09 [2020-12-10T21:55:04.514Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-10T21:55:04.514Z] Removing intermediate container 65737566f5ca [2020-12-10T21:55:04.514Z] ---> 3e173e7004b1 [2020-12-10T21:55:04.514Z] Step 27/27 : LABEL version=0.0.0 [2020-12-10T21:55:04.778Z] ---> Running in 473d8c738aff [2020-12-10T21:55:04.778Z] ---> f958d52c405a [2020-12-10T21:55:04.778Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-10T21:55:04.778Z] ---> Running in d9cae07cae99 [2020-12-10T21:55:05.338Z] ---> b66784b58c00 [2020-12-10T21:55:05.338Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-10T21:55:05.805Z] Removing intermediate container 473d8c738aff [2020-12-10T21:55:05.805Z] ---> aa5dd8ed396a [2020-12-10T21:55:05.805Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T21:55:05.805Z] Removing intermediate container d9cae07cae99 [2020-12-10T21:55:05.805Z] ---> 6685f2a5ff5b [2020-12-10T21:55:05.805Z] [2020-12-10T21:55:05.805Z] ---> Running in ba0f34d2fbd3 [2020-12-10T21:55:05.805Z] ---> 635d3f3cf280 [2020-12-10T21:55:05.805Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-10T21:55:05.805Z] ---> 95a43ae9ac7a [2020-12-10T21:55:05.805Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-10T21:55:06.175Z] Successfully built 6685f2a5ff5b [2020-12-10T21:55:06.175Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-10T21:55:06.175Z] Building docker-core-metadata-go [2020-12-10T21:55:06.176Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in de287e05a340 [2020-12-10T21:55:06.176Z] Removing intermediate container ba0f34d2fbd3 [2020-12-10T21:55:06.176Z] ---> b10ee888a665 [2020-12-10T21:55:06.176Z] Step 19/21 : LABEL arch=x86_64 [2020-12-10T21:55:06.176Z] ---> Running in c8f1954978bc [2020-12-10T21:55:06.176Z] Removing intermediate container de287e05a340 [2020-12-10T21:55:06.176Z] ---> 35a753f634e5 [2020-12-10T21:55:06.176Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T21:55:06.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.074s coverage: 28.6% of statements [2020-12-10T21:55:06.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-10T21:55:06.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-10T21:55:06.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-10T21:55:06.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-10T21:55:06.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-10T21:55:06.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2020-12-10T21:55:06.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-10T21:55:06.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2020-12-10T21:55:06.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-10T21:55:06.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements [2020-12-10T21:55:06.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-10T21:55:06.498Z] ---> Running in 79f99cc0863d [2020-12-10T21:55:06.498Z] Removing intermediate container c8f1954978bc [2020-12-10T21:55:06.498Z] ---> 2da1421845c0 [2020-12-10T21:55:06.498Z] Step 20/21 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:55:06.954Z] ---> bbc189505636 [2020-12-10T21:55:06.954Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-10T21:55:08.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.314s coverage: 97.5% of statements [2020-12-10T21:55:08.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-10T21:55:08.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements [2020-12-10T21:55:08.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-10T21:55:08.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-10T21:55:08.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-10T21:55:08.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-10T21:55:08.877Z] ---> Running in 26d16f6008d6 [2020-12-10T21:55:11.445Z] Removing intermediate container 79f99cc0863d [2020-12-10T21:55:11.445Z] ---> 87c0c1095a2e [2020-12-10T21:55:11.445Z] Step 20/22 : LABEL arch=x86_64 [2020-12-10T21:55:12.404Z] ---> 0cb1f6585be0 [2020-12-10T21:55:12.404Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-10T21:55:12.404Z] Removing intermediate container 26d16f6008d6 [2020-12-10T21:55:12.404Z] ---> 163bcfd941e6 [2020-12-10T21:55:12.404Z] Step 21/21 : LABEL version=0.0.0 [2020-12-10T21:55:12.678Z] ---> Running in fb4bab63a932 [2020-12-10T21:55:12.678Z] ---> Running in 7cfc97729a0f [2020-12-10T21:55:13.658Z] ---> Running in 3c6c6a71e149 [2020-12-10T21:55:15.075Z] Removing intermediate container fb4bab63a932 [2020-12-10T21:55:15.075Z] ---> ca23d0b6f512 [2020-12-10T21:55:15.075Z] Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:55:15.075Z] Removing intermediate container 3c6c6a71e149 [2020-12-10T21:55:15.075Z] ---> 22b2e6172c12 [2020-12-10T21:55:15.075Z] [2020-12-10T21:55:15.075Z] ---> Running in 29da90bd0f66 [2020-12-10T21:55:15.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.998s coverage: 93.8% of statements [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-10T21:55:15.209Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-10T21:55:15.209Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.172s coverage: 0.1% of statements [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-10T21:55:15.209Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-10T21:55:15.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-10T21:55:15.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-10T21:55:15.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements [2020-12-10T21:55:15.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-10T21:55:15.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements [2020-12-10T21:55:15.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-10T21:55:15.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.112s coverage: 80.8% of statements [2020-12-10T21:55:15.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2020-12-10T21:55:16.032Z] Successfully built 22b2e6172c12 [2020-12-10T21:55:16.032Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-10T21:55:16.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements [2020-12-10T21:55:17.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.4% of statements [2020-12-10T21:55:17.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-10T21:55:18.612Z]  Building docker-support-scheduler-go ... done Removing intermediate container 29da90bd0f66 [2020-12-10T21:55:18.612Z] ---> 7eae086acf3a [2020-12-10T21:55:18.612Z] Step 22/22 : LABEL version=0.0.0 [2020-12-10T21:55:19.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.642s coverage: 63.5% of statements [2020-12-10T21:55:19.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-10T21:55:19.847Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-10T21:55:19.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2020-12-10T21:55:19.847Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2020-12-10T21:55:20.004Z] ---> Running in ce144e2f6ced [2020-12-10T21:55:20.004Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T21:55:20.004Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T21:55:20.004Z] ---> 6855bcaf1b11 [2020-12-10T21:55:20.004Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T21:55:20.004Z] ---> Using cache [2020-12-10T21:55:20.004Z] ---> 85c2b6662d0e [2020-12-10T21:55:20.004Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T21:55:20.265Z] ---> Using cache [2020-12-10T21:55:20.265Z] ---> a2295efa0d0a [2020-12-10T21:55:20.265Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T21:55:20.265Z] ---> Using cache [2020-12-10T21:55:20.265Z] ---> 1f8ebc37c5b2 [2020-12-10T21:55:20.265Z] Step 6/22 : COPY go.mod . [2020-12-10T21:55:20.265Z] ---> Using cache [2020-12-10T21:55:20.265Z] ---> 6841b71b7656 [2020-12-10T21:55:20.265Z] Step 7/22 : RUN go mod download [2020-12-10T21:55:20.265Z] ---> Using cache [2020-12-10T21:55:20.265Z] ---> 78a5473a9a37 [2020-12-10T21:55:20.265Z] Step 8/22 : COPY . . [2020-12-10T21:55:20.265Z] ---> Using cache [2020-12-10T21:55:20.265Z] ---> 30a5d4e9e7f9 [2020-12-10T21:55:20.265Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-10T21:55:20.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2020-12-10T21:55:20.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2020-12-10T21:55:20.839Z] ---> Running in c92c8e0f9cb4 [2020-12-10T21:55:20.839Z] Removing intermediate container ce144e2f6ced [2020-12-10T21:55:20.839Z] ---> af1d723add9f [2020-12-10T21:55:20.839Z] [2020-12-10T21:55:21.103Z] Successfully built af1d723add9f [2020-12-10T21:55:21.103Z] Successfully tagged docker-core-command-go:latest [2020-12-10T21:55:21.368Z]  Building docker-core-command-go ... done Removing intermediate container 7cfc97729a0f [2020-12-10T21:55:21.368Z] ---> faa72be171d9 [2020-12-10T21:55:21.368Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-10T21:55:21.368Z] ---> Running in 0b691cbb2471 [2020-12-10T21:55:21.635Z] 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 [2020-12-10T21:55:21.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2020-12-10T21:55:22.215Z] Removing intermediate container 0b691cbb2471 [2020-12-10T21:55:22.215Z] ---> 02ed88d1f543 [2020-12-10T21:55:22.215Z] Step 22/24 : LABEL arch=x86_64 [2020-12-10T21:55:23.185Z] ---> Running in bf4f7a821b45 [2020-12-10T21:55:23.451Z] Removing intermediate container 3f53525cc044 [2020-12-10T21:55:23.451Z] ---> 63d0420074ec [2020-12-10T21:55:23.451Z] [2020-12-10T21:55:23.451Z] Step 10/24 : FROM scratch [2020-12-10T21:55:23.451Z] ---> [2020-12-10T21:55:23.451Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-10T21:55:23.451Z] Removing intermediate container bf4f7a821b45 [2020-12-10T21:55:23.451Z] ---> fbafe178b67b [2020-12-10T21:55:23.451Z] Step 23/24 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:55:23.451Z] ---> Running in 080b919640ca [2020-12-10T21:55:23.718Z] ---> Running in b545b2918498 [2020-12-10T21:55:23.989Z] Removing intermediate container 080b919640ca [2020-12-10T21:55:23.989Z] ---> 3e6fcba5d7fb [2020-12-10T21:55:23.989Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-10T21:55:23.989Z] Removing intermediate container b545b2918498 [2020-12-10T21:55:23.989Z] ---> 954d62fc6bbd [2020-12-10T21:55:23.989Z] Step 24/24 : LABEL version=0.0.0 [2020-12-10T21:55:23.989Z] ---> Running in cd829b48e7ac [2020-12-10T21:55:23.989Z] ---> Running in d4de7fe20aba [2020-12-10T21:55:24.256Z] Removing intermediate container cd829b48e7ac [2020-12-10T21:55:24.256Z] ---> 4d630e89b8b3 [2020-12-10T21:55:24.256Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-10T21:55:24.256Z] ---> Running in 955607870eae [2020-12-10T21:55:24.527Z] Removing intermediate container d4de7fe20aba [2020-12-10T21:55:24.527Z] ---> 0f183bc41f0a [2020-12-10T21:55:24.527Z] [2020-12-10T21:55:24.527Z] Removing intermediate container 955607870eae [2020-12-10T21:55:24.527Z] ---> 07db3eba6626 [2020-12-10T21:55:24.527Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-10T21:55:24.796Z] Successfully built 0f183bc41f0a [2020-12-10T21:55:24.796Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-10T21:55:25.064Z]  Building docker-security-secretstore-setup-go ... done  ---> 69306b199e9a [2020-12-10T21:55:25.064Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-10T21:55:25.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.800s coverage: 55.9% of statements [2020-12-10T21:55:25.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-10T21:55:25.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-10T21:55:25.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-10T21:55:25.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-10T21:55:25.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-10T21:55:25.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-10T21:55:27.030Z] ---> 7c9dd2f1d3a2 [2020-12-10T21:55:27.030Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-10T21:55:28.017Z] ---> 0fbb048807f4 [2020-12-10T21:55:28.017Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-10T21:55:28.602Z] ---> 7b049fc0437b [2020-12-10T21:55:28.602Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-10T21:55:29.570Z] ---> d565950005c9 [2020-12-10T21:55:29.571Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-10T21:55:29.845Z] ---> e65bd39f2ae7 [2020-12-10T21:55:29.845Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-10T21:55:29.845Z] ---> Running in 4dd6f9f50e10 [2020-12-10T21:55:30.433Z] Removing intermediate container 4dd6f9f50e10 [2020-12-10T21:55:30.433Z] ---> eb36724d2e6a [2020-12-10T21:55:30.433Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T21:55:30.695Z] ---> Running in 90d4b3afd402 [2020-12-10T21:55:30.958Z] Removing intermediate container 90d4b3afd402 [2020-12-10T21:55:30.958Z] ---> 984322bc071e [2020-12-10T21:55:30.958Z] Step 22/24 : LABEL arch=x86_64 [2020-12-10T21:55:30.958Z] ---> Running in 3655f3864ea1 [2020-12-10T21:55:31.223Z] Removing intermediate container 3655f3864ea1 [2020-12-10T21:55:31.223Z] ---> b9a12ce77864 [2020-12-10T21:55:31.223Z] Step 23/24 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:55:31.223Z] ---> Running in e501b076068a [2020-12-10T21:55:31.499Z] Removing intermediate container e501b076068a [2020-12-10T21:55:31.499Z] ---> 41b08bdf0a96 [2020-12-10T21:55:31.499Z] Step 24/24 : LABEL version=0.0.0 [2020-12-10T21:55:32.461Z] ---> Running in 9003e92a1005 [2020-12-10T21:55:32.461Z] Removing intermediate container 9003e92a1005 [2020-12-10T21:55:32.461Z] ---> 6747f3cd1e7a [2020-12-10T21:55:32.461Z] [2020-12-10T21:55:32.737Z] Successfully built 6747f3cd1e7a [2020-12-10T21:55:32.737Z] Successfully tagged docker-support-notifications-go:latest [2020-12-10T21:55:39.375Z]  Building docker-support-notifications-go ... done Removing intermediate container c92c8e0f9cb4 [2020-12-10T21:55:39.375Z] ---> 139cfc9f2d1f [2020-12-10T21:55:39.375Z] [2020-12-10T21:55:39.375Z] Step 10/22 : FROM scratch [2020-12-10T21:55:39.375Z] ---> [2020-12-10T21:55:39.375Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T21:55:39.375Z] ---> Using cache [2020-12-10T21:55:39.375Z] ---> acd3f65b69be [2020-12-10T21:55:39.375Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-10T21:55:39.375Z] ---> Running in dce5ac0756d1 [2020-12-10T21:55:39.375Z] Removing intermediate container dce5ac0756d1 [2020-12-10T21:55:39.375Z] ---> 1a58f7e57c3e [2020-12-10T21:55:39.375Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-10T21:55:39.375Z] ---> Running in 88ffee650c28 [2020-12-10T21:55:39.375Z] Removing intermediate container 88ffee650c28 [2020-12-10T21:55:39.375Z] ---> 3f811698a092 [2020-12-10T21:55:39.375Z] Step 14/22 : WORKDIR / [2020-12-10T21:55:39.375Z] ---> Running in 9e1a675d1b1e [2020-12-10T21:55:39.375Z] Removing intermediate container 9e1a675d1b1e [2020-12-10T21:55:39.375Z] ---> efac2af2f647 [2020-12-10T21:55:39.375Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-10T21:55:39.637Z] ---> 66b6a7f30046 [2020-12-10T21:55:39.637Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-10T21:55:40.212Z] ---> cc376987a688 [2020-12-10T21:55:40.212Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-10T21:55:40.473Z] ---> f91633893ccb [2020-12-10T21:55:40.473Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-10T21:55:40.473Z] ---> Running in 95abc208856f [2020-12-10T21:55:40.473Z] Removing intermediate container 95abc208856f [2020-12-10T21:55:40.473Z] ---> 7e666fe19083 [2020-12-10T21:55:40.473Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T21:55:40.735Z] ---> Running in 0e4214e654b4 [2020-12-10T21:55:40.735Z] Removing intermediate container 0e4214e654b4 [2020-12-10T21:55:40.735Z] ---> d1945b07e17d [2020-12-10T21:55:40.735Z] Step 20/22 : LABEL arch=x86_64 [2020-12-10T21:55:40.998Z] ---> Running in 620d11b016af [2020-12-10T21:55:40.998Z] Removing intermediate container 620d11b016af [2020-12-10T21:55:40.998Z] ---> a7266a354ce6 [2020-12-10T21:55:40.998Z] Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:55:40.998Z] ---> Running in b0eecfd266f5 [2020-12-10T21:55:41.260Z] Removing intermediate container b0eecfd266f5 [2020-12-10T21:55:41.260Z] ---> 607ad22836cb [2020-12-10T21:55:41.260Z] Step 22/22 : LABEL version=0.0.0 [2020-12-10T21:55:41.260Z] ---> Running in 4c7dc2ef68a3 [2020-12-10T21:55:41.523Z] Removing intermediate container 4c7dc2ef68a3 [2020-12-10T21:55:41.523Z] ---> 2f5356224462 [2020-12-10T21:55:41.523Z] [2020-12-10T21:55:41.523Z] Successfully built 2f5356224462 [2020-12-10T21:55:41.523Z] Successfully tagged docker-core-metadata-go:latest [2020-12-10T21:55:42.109Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-12-10T21:55:42.144Z] $ docker stop --time=1 273e9bac797001855a751befb079cfe220f021640d85e401985412ec44205d75 [2020-12-10T21:55:43.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.217s coverage: 86.3% of statements [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.442s coverage: 72.2% of statements [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.390s coverage: 72.1% of statements [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.072s coverage: 82.4% of statements [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.069s coverage: 48.4% of statements [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.102s coverage: 28.8% of statements [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.075s coverage: 96.8% of statements [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.400s coverage: 37.2% of statements [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.567s coverage: 84.0% of statements [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.396s coverage: 47.1% of statements [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-10T21:55:43.709Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2020-12-10T21:55:43.709Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-10T21:55:43.965Z] $ docker rm -f 273e9bac797001855a751befb079cfe220f021640d85e401985412ec44205d75 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T21:55:44.559Z] + docker images [2020-12-10T21:55:44.560Z] + grep docker [2020-12-10T21:55:44.560Z] docker-core-metadata-go latest 2f5356224462 3 seconds ago 14.5MB [2020-12-10T21:55:44.560Z] docker-support-notifications-go latest 6747f3cd1e7a 12 seconds ago 13.6MB [2020-12-10T21:55:44.560Z] docker-security-secretstore-setup-go latest 0f183bc41f0a 20 seconds ago 24.7MB [2020-12-10T21:55:44.560Z] docker-core-command-go latest af1d723add9f 24 seconds ago 12.2MB [2020-12-10T21:55:44.560Z] docker-support-scheduler-go latest 22b2e6172c12 30 seconds ago 12.3MB [2020-12-10T21:55:44.560Z] docker-sys-mgmt-agent-go latest 6685f2a5ff5b 39 seconds ago 313MB [2020-12-10T21:55:44.560Z] docker-core-data-go latest f21629c83d5e 2 minutes ago 23.7MB [2020-12-10T21:55:44.560Z] docker-security-bootstrap-redis-go latest e41e42c15257 2 minutes ago 15.8MB [2020-12-10T21:55:44.560Z] docker-security-proxy-setup-go latest 8d6c501440d9 2 minutes ago 24.6MB [2020-12-10T21:55:44.560Z] docker-security-secrets-setup-go latest db2d55ace447 2 minutes ago 23.9MB [2020-12-10T21:55:44.560Z] docker latest 86c48ffa8038 5 hours 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 [2020-12-10T21:55:52.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.718s coverage: 29.1% of statements [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-10T21:55:52.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-10T21:55:52.023Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-10T21:55:52.023Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-10T21:55:52.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-10T21:55:52.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-10T21:55:52.023Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-10T21:55:52.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2020-12-10T21:55:52.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2020-12-10T21:55:52.023Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-12-10T21:55:52.615Z] GO111MODULE=on go vet ./... [2020-12-10T21:56:00.342Z] Still waiting to schedule task [2020-12-10T21:56:00.342Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-10T21:56:58.415Z] Running on prd-ubuntu18.04-docker-8c-8g-15451 in /w/workspace/edgexfoundry_edgex-go_PR-2886 [Pipeline] { [Pipeline] ws [2020-12-10T21:56:58.469Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2020-12-10T21:57:00.651Z] using credential edgex-jenkins-ssh [2020-12-10T21:57:00.661Z] gofmt -l . [2020-12-10T21:57:00.715Z] Cloning the remote Git repository [2020-12-10T21:57:00.830Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-10T21:57:00.907Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2020-12-10T21:57:00.932Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-10T21:57:00.932Z] > git --version # timeout=10 [2020-12-10T21:57:00.938Z] > git --version # 'git version 2.17.1' [2020-12-10T21:57:00.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T21:57:00.969Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T21:57:02.094Z] [ "`gofmt -l .`" = "" ] [2020-12-10T21:57:04.701Z] ./bin/test-go-mod-tidy.sh [2020-12-10T21:57:04.975Z] ./bin/test-attribution-txt.sh [2020-12-10T21:57:07.817Z] Merging remotes/origin/master commit 382321cdbf919cdcf7c2812d3a520779371560e7 into PR head commit 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:57:07.939Z] Merge succeeded, producing 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T21:57:07.939Z] Checking out Revision 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a (PR-2886) [2020-12-10T21:57:07.289Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-10T21:57:07.296Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-10T21:57:07.305Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-10T21:57:07.316Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-10T21:57:07.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T21:57:07.320Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2886/head:refs/remotes/origin/PR-2886 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-10T21:57:07.912Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T21:57:07.917Z] > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # timeout=10 [2020-12-10T21:57:07.991Z] > git remote # timeout=10 [2020-12-10T21:57:08.000Z] > git config --get remote.origin.url # timeout=10 [2020-12-10T21:57:08.004Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-10T21:57:08.008Z] > git merge 382321cdbf919cdcf7c2812d3a520779371560e7 # timeout=10 [2020-12-10T21:57:08.018Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-10T21:57:08.028Z] > git config core.sparsecheckout # timeout=10 [2020-12-10T21:57:08.032Z] > git checkout -f 565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a # timeout=10 [Pipeline] sh [2020-12-10T21:57:09.990Z] + ls -al . [2020-12-10T21:57:09.990Z] total 696 [2020-12-10T21:57:09.990Z] drwxrwxr-x 9 1001 1001 4096 Dec 10 21:57 . [2020-12-10T21:57:09.990Z] drwxr-xr-x 4 root root 4096 Dec 10 21:53 .. [2020-12-10T21:57:09.990Z] -rw-rw-r-- 1 1001 1001 11 Dec 10 21:51 .dockerignore [2020-12-10T21:57:09.990Z] drwxrwxr-x 8 1001 1001 4096 Dec 10 21:51 .git [2020-12-10T21:57:09.990Z] drwxrwxr-x 3 1001 1001 4096 Dec 10 21:51 .github [2020-12-10T21:57:09.990Z] -rw-rw-r-- 1 1001 1001 943 Dec 10 21:51 .gitignore [2020-12-10T21:57:09.990Z] -rw-rw-r-- 1 1001 1001 166 Dec 10 21:51 .sonarcloud.properties [2020-12-10T21:57:09.990Z] -rw-rw-r-- 1 1001 1001 3804 Dec 10 21:51 CONTRIBUTING.md [2020-12-10T21:57:09.990Z] -rw-rw-r-- 1 1001 1001 1035 Dec 10 21:51 Dockerfile.build [2020-12-10T21:57:09.991Z] -rw-rw-r-- 1 1001 1001 863 Dec 10 21:51 Jenkinsfile [2020-12-10T21:57:09.991Z] -rw-rw-r-- 1 1001 1001 10775 Dec 10 21:51 LICENSE [2020-12-10T21:57:09.991Z] -rw-rw-r-- 1 1001 1001 6318 Dec 10 21:51 Makefile [2020-12-10T21:57:09.991Z] -rw-rw-r-- 1 1001 1001 6447 Dec 10 21:51 README.md [2020-12-10T21:57:09.991Z] -rw-rw-r-- 1 1001 1001 7286 Dec 10 21:51 SECURITY.md [2020-12-10T21:57:09.991Z] -rw-rw-r-- 1 1001 1001 5 Dec 10 21:47 VERSION [2020-12-10T21:57:09.991Z] -rw-rw-r-- 1 1001 1001 4131 Dec 10 21:51 ZMQWindows.md [2020-12-10T21:57:09.991Z] drwxrwxr-x 2 1001 1001 4096 Dec 10 21:51 bin [2020-12-10T21:57:09.991Z] drwxrwxr-x 15 1001 1001 4096 Dec 10 21:51 cmd [2020-12-10T21:57:09.991Z] -rw-r--r-- 1 root root 569562 Dec 10 21:55 coverage.out [2020-12-10T21:57:09.991Z] -rw-r--r-- 1 root root 1041 Dec 10 21:57 go.mod [2020-12-10T21:57:09.991Z] -rw-r--r-- 1 root root 18856 Dec 10 21:57 go.sum [2020-12-10T21:57:09.991Z] drwxrwxr-x 8 1001 1001 4096 Dec 10 21:51 internal [2020-12-10T21:57:09.991Z] drwxrwxr-x 4 1001 1001 4096 Dec 10 21:51 openapi [2020-12-10T21:57:09.991Z] drwxrwxr-x 4 1001 1001 4096 Dec 10 21:51 snap [2020-12-10T21:57:09.991Z] -rw-rw-r-- 1 1001 1001 168 Dec 10 21:51 version.go [Pipeline] sh [2020-12-10T21:57:10.698Z] + '[' -e coverage.out ] [2020-12-10T21:57:10.698Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-10T21:57:10.721Z] Warning: overwriting stash ‘coverage-report’ [2020-12-10T21:57:11.987Z] Commit message: "feat(security): Address PR feedback on /vault/file" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-10T21:57:12.805Z] Stashed 1 file(s) [Pipeline] sh [2020-12-10T21:57:13.357Z] + echo snap-build.sh [2020-12-10T21:57:13.357Z] snap-build.sh [2020-12-10T21:57:13.357Z] + SNAP_BASE_DIR=. [2020-12-10T21:57:13.357Z] + '[' '!' -z /w/workspace/edgex-go/17 ']' [2020-12-10T21:57:13.357Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/17 [2020-12-10T21:57:13.357Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' [2020-12-10T21:57:13.357Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/17] [2020-12-10T21:57:13.357Z] + cd /w/workspace/edgex-go/17 [2020-12-10T21:57:13.357Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-10T21:57:13.357Z] Reading package lists... [2020-12-10T21:57:13.357Z] Building dependency tree... [2020-12-10T21:57:13.357Z] Reading state information... [2020-12-10T21:57:13.620Z] The following packages were automatically installed and are no longer required: [2020-12-10T21:57:13.621Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-10T21:57:13.621Z] uidmap xdelta3 [2020-12-10T21:57:13.621Z] Use 'sudo apt autoremove' to remove them. [2020-12-10T21:57:13.621Z] The following packages will be REMOVED: [2020-12-10T21:57:13.621Z] lxd* lxd-client* [2020-12-10T21:57:13.766Z] + make build [2020-12-10T21:57:13.766Z] 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 [2020-12-10T21:57:13.883Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-10T21:57:13.883Z] After this operation, 31.7 MB disk space will be freed. [2020-12-10T21:57:15.199Z] (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.) [2020-12-10T21:57:15.199Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-10T21:57:16.148Z] Removing lxd dnsmasq configuration [2020-12-10T21:57:16.148Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-10T21:57:16.410Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-10T21:57:17.361Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-10T21:57:17.627Z] (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.) [2020-12-10T21:57:17.627Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-10T21:57:19.018Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-10T21:57:19.018Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-10T21:57:20.410Z] + sudo snap remove --purge lxd [2020-12-10T21:57:20.410Z] snap "lxd" is not installed [2020-12-10T21:57:20.410Z] + sudo groupadd --force --system lxd [2020-12-10T21:57:20.410Z] ++ whoami [2020-12-10T21:57:20.410Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-10T21:57:20.672Z] + newgrp - lxd [2020-12-10T21:57:20.672Z] + sudo snap install lxd [2020-12-10T21:57:26.170Z] 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 [2020-12-10T21:57:30.702Z] 2020-12-10T21:57:27Z INFO Waiting for automatic snapd restart... [2020-12-10T21:57:45.701Z] lxd 4.8 from Canonical* installed [2020-12-10T21:57:45.701Z] + sudo lxd init --auto [2020-12-10T21:57:52.982Z] 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 [2020-12-10T21:57:53.864Z] + sudo snap install --classic snapcraft [2020-12-10T21:57:53.962Z] 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 [2020-12-10T21:57:59.352Z] 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 [2020-12-10T21:58:00.456Z] snapcraft 4.4.4 from Canonical* installed [2020-12-10T21:58:00.457Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-10T21:58:00.457Z] + patch --verbose -p1 [2020-12-10T21:58:00.457Z] Hmm... Looks like a unified diff to me... [2020-12-10T21:58:00.457Z] The text leading up to this was: [2020-12-10T21:58:00.457Z] -------------------------- [2020-12-10T21:58:00.457Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-10T21:58:00.457Z] |From: Tony Espy [2020-12-10T21:58:00.457Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-10T21:58:00.457Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-10T21:58:00.457Z] | [2020-12-10T21:58:00.457Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-10T21:58:00.457Z] |optimize the snap CI check run for pull requests. When [2020-12-10T21:58:00.457Z] |applied, it essentially strips out everything (apps and [2020-12-10T21:58:00.457Z] |parts) from the snapcraft.yaml file except those required [2020-12-10T21:58:00.457Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-10T21:58:00.457Z] |catch changes to edgex-go that break the snap build. [2020-12-10T21:58:00.457Z] | [2020-12-10T21:58:00.457Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-10T21:58:00.457Z] |to update this patch file, otherwise it may fail to apply, [2020-12-10T21:58:00.457Z] |resulting in a failed snap build CI check in the associated [2020-12-10T21:58:00.457Z] |pull request. [2020-12-10T21:58:00.457Z] | [2020-12-10T21:58:00.457Z] |Note - in addition to applying this patch, the pipeline also [2020-12-10T21:58:00.457Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-10T21:58:00.457Z] |need to build the finally binary .snap file (and it won't [2020-12-10T21:58:00.457Z] |work with the patch applied). This further reduces the build [2020-12-10T21:58:00.457Z] |time. [2020-12-10T21:58:00.457Z] |--- [2020-12-10T21:58:00.457Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-10T21:58:00.457Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-10T21:58:00.457Z] | [2020-12-10T21:58:00.457Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-10T21:58:00.457Z] |index b265277c..d7e1de37 100644 [2020-12-10T21:58:00.457Z] |--- a/snap/snapcraft.yaml [2020-12-10T21:58:00.457Z] |+++ b/snap/snapcraft.yaml [2020-12-10T21:58:00.457Z] -------------------------- [2020-12-10T21:58:00.457Z] patching file snap/snapcraft.yaml [2020-12-10T21:58:00.457Z] Using Plan A... [2020-12-10T21:58:00.457Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-10T21:58:00.457Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-10T21:58:00.457Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-10T21:58:00.457Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-10T21:58:00.457Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-10T21:58:00.457Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-10T21:58:00.457Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-10T21:58:00.457Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-10T21:58:00.457Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-10T21:58:00.457Z] Hmm... Ignoring the trailing garbage. [2020-12-10T21:58:00.457Z] done [2020-12-10T21:58:00.457Z] + sudo snapcraft prime --use-lxd [2020-12-10T21:58:00.786Z] 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 [2020-12-10T21:58:01.844Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-10T21:58:01.844Z] 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: [2020-12-10T21:58:01.844Z] - README.md [2020-12-10T21:58:01.844Z] - snapcraft.yaml.orig [2020-12-10T21:58:01.844Z] [2020-12-10T21:58:01.844Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-10T21:58:02.417Z] Launching a container. [2020-12-10T21:58:05.095Z] 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 [2020-12-10T21:58:10.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-10T21:58:13.888Z] 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 [2020-12-10T21:58:14.666Z] Waiting for container to be ready [2020-12-10T21:58:14.666Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-10T21:58:14.666Z] [2020-12-10T21:58:17.972Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-10T21:58:17.972Z] Waiting for network to be ready... [2020-12-10T21:58:18.547Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-10T21:58:18.547Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-10T21:58:18.807Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-10T21:58:18.808Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] [2020-12-10T21:58:19.069Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-10T21:58:19.297Z] 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 [2020-12-10T21:58:19.331Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-10T21:58:19.331Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-10T21:58:19.331Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-10T21:58:19.331Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-10T21:58:19.331Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-10T21:58:19.331Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-10T21:58:19.331Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-10T21:58:19.331Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-10T21:58:19.331Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-10T21:58:19.331Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-10T21:58:19.331Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-10T21:58:19.331Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-10T21:58:19.591Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-10T21:58:19.852Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-10T21:58:19.852Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] [2020-12-10T21:58:19.852Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] [2020-12-10T21:58:19.852Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-10T21:58:19.852Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-10T21:58:19.852Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] [2020-12-10T21:58:19.852Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] [2020-12-10T21:58:19.852Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] [2020-12-10T21:58:20.113Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] [2020-12-10T21:58:22.690Z] Fetched 23.4 MB in 4s (5391 kB/s) [2020-12-10T21:58:23.598Z] 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 [2020-12-10T21:58:23.635Z] Reading package lists... [2020-12-10T21:58:23.635Z] Reading package lists... [2020-12-10T21:58:23.895Z] Building dependency tree... [2020-12-10T21:58:23.895Z] Reading state information... [2020-12-10T21:58:23.895Z] The following additional packages will be installed: [2020-12-10T21:58:23.895Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-10T21:58:23.895Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-10T21:58:23.895Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-10T21:58:23.895Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-10T21:58:23.895Z] Suggested packages: [2020-12-10T21:58:23.895Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-10T21:58:23.895Z] Recommended packages: [2020-12-10T21:58:23.895Z] gnupg libsasl2-modules [2020-12-10T21:58:23.895Z] The following NEW packages will be installed: [2020-12-10T21:58:23.895Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-10T21:58:23.895Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-10T21:58:23.895Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-10T21:58:23.895Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-10T21:58:23.895Z] The following packages will be upgraded: [2020-12-10T21:58:23.895Z] gpg gpg-agent gpgconf libudev1 [2020-12-10T21:58:24.156Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-10T21:58:24.156Z] Need to get 3531 kB of archives. [2020-12-10T21:58:24.156Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-10T21:58:24.156Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-10T21:58:24.156Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-10T21:58:24.730Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-10T21:58:24.730Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-10T21:58:24.730Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-10T21:58:24.730Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-10T21:58:24.730Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-10T21:58:24.730Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-10T21:58:24.730Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-10T21:58:24.992Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-10T21:58:24.992Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-10T21:58:24.992Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-10T21:58:24.992Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-10T21:58:24.992Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-10T21:58:24.992Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-10T21:58:24.992Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-10T21:58:24.992Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-10T21:58:24.992Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-10T21:58:24.992Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-10T21:58:24.992Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-10T21:58:24.992Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-10T21:58:24.992Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-10T21:58:25.254Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-10T21:58:25.254Z] Fetched 3531 kB in 1s (3205 kB/s) [2020-12-10T21:58:25.254Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-10T21:58:25.254Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-10T21:58:25.254Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-10T21:58:25.515Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-10T21:58:25.515Z] Selecting previously unselected package udev. [2020-12-10T21:58:25.515Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-10T21:58:25.515Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-10T21:58:25.515Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-10T21:58:25.780Z] Selecting previously unselected package libfuse2:amd64. [2020-12-10T21:58:25.780Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-10T21:58:25.780Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-10T21:58:26.043Z] Selecting previously unselected package fuse. [2020-12-10T21:58:26.043Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-10T21:58:26.043Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-10T21:58:26.043Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-10T21:58:26.043Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-10T21:58:26.304Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-10T21:58:26.304Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-10T21:58:26.304Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-10T21:58:26.304Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-10T21:58:26.564Z] Selecting previously unselected package libksba8:amd64. [2020-12-10T21:58:26.564Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-10T21:58:26.564Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-10T21:58:26.564Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-10T21:58:26.564Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T21:58:26.564Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:26.824Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-10T21:58:26.824Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T21:58:26.824Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:26.824Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-10T21:58:26.824Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T21:58:26.824Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:26.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-10T21:58:27.087Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-10T21:58:27.087Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T21:58:27.087Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:27.087Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-10T21:58:27.087Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T21:58:27.087Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:27.087Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-10T21:58:27.087Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T21:58:27.087Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:27.348Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-10T21:58:27.348Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T21:58:27.348Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:27.348Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-10T21:58:27.348Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T21:58:27.348Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:27.348Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-10T21:58:27.348Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-10T21:58:27.348Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:27.610Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-10T21:58:27.610Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-10T21:58:27.610Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-10T21:58:27.610Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-10T21:58:27.610Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-10T21:58:27.610Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-10T21:58:27.610Z] Selecting previously unselected package libldap-common. [2020-12-10T21:58:27.610Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-10T21:58:27.610Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-10T21:58:27.871Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-10T21:58:27.871Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-10T21:58:27.871Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-10T21:58:27.871Z] Selecting previously unselected package dirmngr. [2020-12-10T21:58:27.871Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-10T21:58:27.871Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-10T21:58:28.133Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-10T21:58:28.133Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-10T21:58:28.133Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-10T21:58:28.133Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-10T21:58:28.133Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-10T21:58:28.133Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-10T21:58:28.133Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:28.394Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-10T21:58:28.394Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-10T21:58:28.394Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-10T21:58:28.655Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-10T21:58:28.918Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:28.918Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-10T21:58:28.918Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-10T21:58:28.918Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-10T21:58:28.918Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:28.918Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:28.918Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:29.180Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:29.180Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:29.180Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:29.180Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-10T21:58:29.180Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-10T21:58:29.180Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-10T21:58:29.180Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-10T21:58:29.751Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-10T21:58:29.751Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-10T21:58:29.751Z] This means they are not meant to be enabled using systemctl. [2020-12-10T21:58:29.751Z] Possible reasons for having this kind of units are: [2020-12-10T21:58:29.751Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-10T21:58:29.751Z] .wants/ or .requires/ directory. [2020-12-10T21:58:29.751Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-10T21:58:29.751Z] a requirement dependency on it. [2020-12-10T21:58:29.751Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-10T21:58:29.751Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-10T21:58:29.752Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-10T21:58:29.752Z] instance name specified. [2020-12-10T21:58:30.013Z] Reading package lists... [2020-12-10T21:58:30.013Z] Building dependency tree... [2020-12-10T21:58:30.013Z] Reading state information... [2020-12-10T21:58:30.274Z] The following additional packages will be installed: [2020-12-10T21:58:30.274Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-10T21:58:30.274Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-10T21:58:30.274Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-10T21:58:30.274Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-10T21:58:30.274Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-10T21:58:30.274Z] Suggested packages: [2020-12-10T21:58:30.274Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-10T21:58:30.274Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-10T21:58:30.274Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-10T21:58:30.274Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-10T21:58:30.274Z] systemd-container policykit-1 [2020-12-10T21:58:30.274Z] Recommended packages: [2020-12-10T21:58:30.274Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-10T21:58:30.274Z] The following NEW packages will be installed: [2020-12-10T21:58:30.274Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-10T21:58:30.274Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-10T21:58:30.274Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-10T21:58:30.274Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-10T21:58:30.274Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-10T21:58:30.274Z] The following packages will be upgraded: [2020-12-10T21:58:30.274Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-10T21:58:30.367Z] 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 [2020-12-10T21:58:30.536Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-10T21:58:30.536Z] Need to get 35.2 MB of archives. [2020-12-10T21:58:30.536Z] After this operation, 141 MB of additional disk space will be used. [2020-12-10T21:58:30.536Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-10T21:58:30.536Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-10T21:58:31.107Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-10T21:58:31.107Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-10T21:58:31.367Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-10T21:58:31.367Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-10T21:58:31.367Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-10T21:58:31.367Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-10T21:58:31.367Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-10T21:58:31.367Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-10T21:58:31.367Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-10T21:58:31.367Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-10T21:58:31.367Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-10T21:58:31.367Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-10T21:58:31.367Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-10T21:58:31.367Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-10T21:58:31.367Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-10T21:58:31.367Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-10T21:58:31.367Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-10T21:58:31.367Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-10T21:58:31.367Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-10T21:58:31.628Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-10T21:58:31.628Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-10T21:58:31.628Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-10T21:58:31.628Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-10T21:58:31.628Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-10T21:58:31.628Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-10T21:58:31.628Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-10T21:58:31.628Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-10T21:58:31.628Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-10T21:58:32.571Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-10T21:58:32.571Z] Fetched 35.2 MB in 2s (16.9 MB/s) [2020-12-10T21:58:32.571Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-10T21:58:32.571Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-10T21:58:32.833Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-10T21:58:33.405Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-10T21:58:33.405Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-10T21:58:33.405Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-10T21:58:33.405Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-10T21:58:33.405Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-10T21:58:33.667Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [Pipeline] } [2020-12-10T21:58:33.777Z] $ docker stop --time=1 8ef2838ed8dac23806e4144ff7a48e25ed18c13b50bd8a175eff36dc4da0952a [2020-12-10T21:58:33.929Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-10T21:58:34.192Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-10T21:58:34.192Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-10T21:58:34.192Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-10T21:58:34.454Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-10T21:58:34.454Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-10T21:58:35.027Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-10T21:58:35.027Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-10T21:58:35.027Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-10T21:58:35.027Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-10T21:58:35.289Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-10T21:58:35.289Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-10T21:58:35.289Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T21:58:35.551Z] Selecting previously unselected package libexpat1:amd64. [2020-12-10T21:58:35.551Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-10T21:58:35.551Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-10T21:58:35.551Z] Selecting previously unselected package python3.6-minimal. [2020-12-10T21:58:35.551Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-10T21:58:35.551Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T21:58:35.812Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-10T21:58:36.073Z] Checking for services that may need to be restarted...done. [2020-12-10T21:58:36.073Z] Checking for services that may need to be restarted...done. [2020-12-10T21:58:36.073Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T21:58:36.073Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-10T21:58:36.073Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T21:58:36.515Z] $ docker rm -f 8ef2838ed8dac23806e4144ff7a48e25ed18c13b50bd8a175eff36dc4da0952a [2020-12-10T21:58:36.647Z] Selecting previously unselected package python3-minimal. [2020-12-10T21:58:36.647Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-10T21:58:36.647Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-10T21:58:36.647Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-10T21:58:36.647Z] Selecting previously unselected package mime-support. [2020-12-10T21:58:36.647Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-10T21:58:36.647Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-10T21:58:36.647Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-10T21:58:36.647Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-10T21:58:36.647Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-10T21:58:36.909Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-10T21:58:36.909Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-10T21:58:36.909Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T21:58:37.171Z] Selecting previously unselected package python3.6. [2020-12-10T21:58:37.171Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-10T21:58:37.171Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T21:58:37.171Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-10T21:58:37.171Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-10T21:58:37.171Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-10T21:58:37.171Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-10T21:58:37.436Z] Selecting previously unselected package python3. [2020-12-10T21:58:37.436Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-10T21:58:37.436Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-10T21:58:37.436Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-10T21:58:37.697Z] Selecting previously unselected package multiarch-support. [2020-12-10T21:58:37.697Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-10T21:58:37.697Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-10T21:58:37.697Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-10T21:58:37.697Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-10T21:58:37.697Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-10T21:58:37.697Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-10T21:58:37.697Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-10T21:58:37.964Z] Selecting previously unselected package libbsd0:amd64. [2020-12-10T21:58:37.964Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-10T21:58:37.964Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-10T21:58:37.964Z] Selecting previously unselected package sudo. [2020-12-10T21:58:37.964Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-10T21:58:37.964Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-10T21:58:37.964Z] Selecting previously unselected package apparmor. [2020-12-10T21:58:37.964Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-12-10T21:58:38.227Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-10T21:58:38.227Z] Selecting previously unselected package libedit2:amd64. [2020-12-10T21:58:38.227Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-10T21:58:38.227Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-10T21:58:38.227Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-10T21:58:38.227Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-10T21:58:38.227Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:58:38.490Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-10T21:58:38.490Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-10T21:58:38.490Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T21:58:38.490Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-10T21:58:38.490Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-10T21:58:38.490Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-10T21:58:38.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T21:58:38.624Z] [2020-12-10T21:58:38.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:58:38.750Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-10T21:58:38.750Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-10T21:58:38.750Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T21:58:38.750Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-10T21:58:38.750Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-10T21:58:38.750Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T21:58:39.012Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-10T21:58:39.012Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-10T21:58:39.012Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-10T21:58:39.012Z] Selecting previously unselected package openssh-client. [2020-12-10T21:58:39.012Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-10T21:58:39.012Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-10T21:58:39.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T21:58:39.273Z] Selecting previously unselected package squashfs-tools. [2020-12-10T21:58:39.273Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-10T21:58:39.273Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-10T21:58:39.273Z] Selecting previously unselected package snapd. [2020-12-10T21:58:39.273Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-10T21:58:39.293Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-10T21:58:39.293Z] 29e5d40040c1: Pulling fs layer [2020-12-10T21:58:39.293Z] 1ce36da41761: Pulling fs layer [2020-12-10T21:58:39.293Z] 25b303627fd3: Pulling fs layer [2020-12-10T21:58:39.534Z] Unpacking snapd (2.48+18.04) ... [2020-12-10T21:58:39.887Z] 29e5d40040c1: Verifying Checksum [2020-12-10T21:58:39.887Z] 29e5d40040c1: Download complete [2020-12-10T21:58:40.484Z] 1ce36da41761: Verifying Checksum [2020-12-10T21:58:40.484Z] 1ce36da41761: Download complete [2020-12-10T21:58:40.758Z] 29e5d40040c1: Pull complete [2020-12-10T21:58:41.447Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-10T21:58:41.447Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-10T21:58:41.447Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-10T21:58:41.447Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-10T21:58:41.708Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-10T21:58:41.708Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T21:58:41.708Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-10T21:58:41.708Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-10T21:58:41.708Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-10T21:58:41.736Z] 1ce36da41761: Pull complete [2020-12-10T21:58:42.010Z] 25b303627fd3: Verifying Checksum [2020-12-10T21:58:42.010Z] 25b303627fd3: Download complete [2020-12-10T21:58:42.649Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-10T21:58:42.649Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-10T21:58:42.649Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-10T21:58:42.649Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T21:58:42.649Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T21:58:42.649Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-10T21:58:43.220Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-10T21:58:43.481Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T21:58:43.481Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-10T21:58:43.481Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-10T21:58:43.481Z] running python rtupdate hooks for python3.6... [2020-12-10T21:58:43.481Z] running python post-rtupdate hooks for python3.6... [2020-12-10T21:58:43.481Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-10T21:58:46.035Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-10T21:58:46.035Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-10T21:58:46.295Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-10T21:58:46.295Z] Setting up snapd (2.48+18.04) ... [2020-12-10T21:58:46.866Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-10T21:58:46.866Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-10T21:58:47.126Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-10T21:58:47.387Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-10T21:58:47.387Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-10T21:58:47.387Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-10T21:58:47.649Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-10T21:58:47.910Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-10T21:58:47.910Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-10T21:58:48.171Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-10T21:58:48.171Z] /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' [2020-12-10T21:58:48.171Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-10T21:58:48.432Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-10T21:58:49.373Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-10T21:58:49.373Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-10T21:58:49.373Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-10T21:58:50.579Z] Reading package lists... [2020-12-10T21:58:50.579Z] Reading package lists... [2020-12-10T21:58:50.839Z] Building dependency tree... [2020-12-10T21:58:50.839Z] Reading state information... [2020-12-10T21:58:50.839Z] Calculating upgrade... [2020-12-10T21:58:51.099Z] The following packages will be upgraded: [2020-12-10T21:58:51.099Z] advancecomp base-files bash binutils binutils-common [2020-12-10T21:58:51.099Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-10T21:58:51.099Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-10T21:58:51.099Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-10T21:58:51.099Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-10T21:58:51.099Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-10T21:58:51.099Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-10T21:58:51.099Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-10T21:58:51.099Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-10T21:58:51.099Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-10T21:58:51.099Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-10T21:58:51.099Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-10T21:58:51.099Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-10T21:58:51.099Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-10T21:58:51.099Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-10T21:58:51.099Z] Need to get 63.5 MB of archives. [2020-12-10T21:58:51.099Z] After this operation, 5178 kB of additional disk space will be used. [2020-12-10T21:58:51.099Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-10T21:58:51.363Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-10T21:58:51.363Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-10T21:58:51.363Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-10T21:58:51.363Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-10T21:58:51.363Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-10T21:58:51.363Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-10T21:58:51.363Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-10T21:58:51.363Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-10T21:58:51.363Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-10T21:58:51.363Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-10T21:58:51.363Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-10T21:58:51.363Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-10T21:58:51.363Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-10T21:58:51.363Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-10T21:58:51.363Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-10T21:58:51.363Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-10T21:58:51.363Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-10T21:58:51.363Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-10T21:58:51.363Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-10T21:58:51.363Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-10T21:58:51.363Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-10T21:58:51.363Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-10T21:58:51.363Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-10T21:58:51.363Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-10T21:58:51.363Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-10T21:58:51.363Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-10T21:58:51.363Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-10T21:58:51.363Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-10T21:58:51.624Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-10T21:58:51.624Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-10T21:58:51.624Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-10T21:58:51.624Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-10T21:58:51.624Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-10T21:58:51.624Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-10T21:58:51.624Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-10T21:58:51.624Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-10T21:58:51.624Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-10T21:58:51.624Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-10T21:58:51.624Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-10T21:58:51.624Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-10T21:58:51.624Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-10T21:58:51.624Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-10T21:58:51.624Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-10T21:58:51.624Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-10T21:58:51.624Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-10T21:58:51.624Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-10T21:58:51.624Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-10T21:58:51.624Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-10T21:58:51.624Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-10T21:58:51.624Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-10T21:58:51.624Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-10T21:58:51.625Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-10T21:58:51.886Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-10T21:58:51.886Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-10T21:58:51.886Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-10T21:58:52.150Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-10T21:58:52.150Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-10T21:58:52.150Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-10T21:58:52.150Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-10T21:58:52.150Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-10T21:58:52.150Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-10T21:58:52.162Z] 25b303627fd3: Pull complete [2020-12-10T21:58:52.162Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-10T21:58:52.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T21:58:52.162Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-10T21:58:52.411Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-10T21:58:52.411Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-124.127 [976 kB] [2020-12-10T21:58:52.411Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-10T21:58:52.427Z] prd-ubuntu18.04-docker-arm64-4c-16g-15450 does not seem to be running inside a container [2020-12-10T21:58:52.507Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 [2020-12-10T21:58:52.673Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-10T21:58:52.673Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-10T21:58:52.673Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-10T21:58:52.673Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-10T21:58:52.673Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-10T21:58:52.673Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-10T21:58:52.673Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-10T21:58:52.673Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-10T21:58:52.673Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-10T21:58:52.673Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-10T21:58:52.673Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-10T21:58:52.673Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-10T21:58:52.673Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-10T21:58:52.673Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-10T21:58:52.673Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-10T21:58:52.673Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-10T21:58:52.937Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-10T21:58:52.937Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-10T21:58:52.937Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-10T21:58:52.937Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-10T21:58:52.937Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-10T21:58:52.937Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-10T21:58:52.937Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-10T21:58:52.937Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-10T21:58:52.937Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-10T21:58:52.937Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-10T21:58:52.937Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-10T21:58:52.937Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-10T21:58:52.937Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-10T21:58:53.200Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-10T21:58:53.200Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-10T21:58:53.461Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-10T21:58:53.461Z] Fetched 63.5 MB in 2s (29.6 MB/s) [2020-12-10T21:58:53.461Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:58:53.461Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-10T21:58:53.461Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-10T21:58:54.033Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-10T21:58:54.033Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-10T21:58:54.294Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-124.127_amd64.deb ... [2020-12-10T21:58:54.294Z] Unpacking linux-libc-dev:amd64 (4.15.0-124.127) over (4.15.0-20.21) ... [2020-12-10T21:58:55.239Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T21:58:55.239Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T21:58:55.239Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T21:58:55.501Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T21:58:55.501Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T21:58:55.501Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T21:58:55.604Z] $ docker top a9f21f75ab623e504928cf60f35f7ea4702f6d58e934ee969855459fbc5af8f1 -eo pid,comm [2020-12-10T21:58:55.762Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T21:58:55.762Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T21:58:55.762Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T21:58:55.762Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T21:58:55.762Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [Pipeline] { [Pipeline] sh [2020-12-10T21:58:56.023Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T21:58:56.023Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T21:58:56.023Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T21:58:56.023Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:58:56.284Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-10T21:58:56.284Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T21:58:56.284Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-10T21:58:56.284Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:58:56.284Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-10T21:58:56.284Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T21:58:56.545Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T21:58:56.545Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T21:58:56.545Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T21:58:56.545Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-10T21:58:56.627Z] + grep parallel [2020-12-10T21:58:56.627Z] + docker-compose build --help [2020-12-10T21:58:56.806Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-10T21:58:56.806Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:58:56.806Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-10T21:58:56.806Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-10T21:58:57.067Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-10T21:58:57.639Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-10T21:58:57.639Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-10T21:58:57.639Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-10T21:58:57.639Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-10T21:58:57.639Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-10T21:58:57.899Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-10T21:58:57.899Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-10T21:58:58.160Z] Installing new version of config file /etc/issue ... [2020-12-10T21:58:58.160Z] Installing new version of config file /etc/issue.net ... [2020-12-10T21:58:58.160Z] Installing new version of config file /etc/lsb-release ... [2020-12-10T21:58:58.160Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-10T21:58:58.422Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-10T21:58:58.422Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-10T21:58:58.422Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-10T21:58:58.684Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:58:58.684Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-10T21:58:58.684Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-10T21:58:58.684Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-10T21:58:58.945Z] 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 [2020-12-10T21:58:58.945Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:58:58.945Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T21:58:58.945Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-10T21:58:58.945Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-10T21:58:59.208Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:58:59.208Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-10T21:58:59.208Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-10T21:58:59.469Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-10T21:58:59.469Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:58:59.469Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-10T21:58:59.469Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-10T21:58:59.732Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-10T21:58:59.992Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:58:59.992Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-10T21:58:59.992Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-10T21:58:59.992Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-10T21:58:59.999Z] --parallel Build images in parallel. [2020-12-10T21:59:00.253Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:00.253Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-10T21:59:00.253Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-10T21:59:00.253Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [Pipeline] } [2020-12-10T21:59:00.296Z] $ docker stop --time=1 a9f21f75ab623e504928cf60f35f7ea4702f6d58e934ee969855459fbc5af8f1 [2020-12-10T21:59:00.515Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:00.515Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-10T21:59:00.515Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-10T21:59:00.515Z] Setting up grep (3.1-2build1) ... [2020-12-10T21:59:00.515Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:00.515Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-10T21:59:00.775Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-10T21:59:00.775Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-10T21:59:00.775Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:00.775Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-10T21:59:01.037Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-10T21:59:01.037Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-10T21:59:01.037Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:01.037Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-10T21:59:01.037Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-10T21:59:01.608Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-10T21:59:01.608Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-10T21:59:01.870Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-10T21:59:01.870Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-10T21:59:02.195Z] $ docker rm -f a9f21f75ab623e504928cf60f35f7ea4702f6d58e934ee969855459fbc5af8f1 [2020-12-10T21:59:02.443Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-10T21:59:02.443Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:02.444Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-10T21:59:02.444Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-10T21:59:03.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-10T21:59:03.077Z] . [Pipeline] withDockerContainer [2020-12-10T21:59:03.341Z] prd-ubuntu18.04-docker-arm64-4c-16g-15450 does not seem to be running inside a container [2020-12-10T21:59:03.388Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-10T21:59:03.388Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-10T21:59:03.427Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-10T21:59:03.649Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-10T21:59:03.649Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-10T21:59:03.649Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-10T21:59:03.911Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:03.911Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-10T21:59:03.911Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-10T21:59:03.911Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-10T21:59:04.171Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:04.171Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T21:59:04.171Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T21:59:04.171Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-10T21:59:04.433Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:04.433Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T21:59:04.433Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T21:59:04.433Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-10T21:59:04.694Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:04.694Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T21:59:04.694Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T21:59:04.864Z] $ docker top bff609b03dd3dad09362f6c0b1f0949b1eb88cf450c4d83fc95be6da2269f1f9 -eo pid,comm [2020-12-10T21:59:04.955Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-10T21:59:04.955Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:04.955Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T21:59:04.955Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T21:59:04.955Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] { [2020-12-10T21:59:05.220Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:05.220Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-10T21:59:05.220Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [Pipeline] sh [2020-12-10T21:59:05.481Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-10T21:59:05.481Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-10T21:59:05.481Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-10T21:59:05.741Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:05.741Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-10T21:59:05.741Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-10T21:59:05.741Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-10T21:59:05.872Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-10T21:59:06.002Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:06.002Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T21:59:06.002Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T21:59:06.002Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-10T21:59:06.262Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:06.262Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T21:59:06.262Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T21:59:06.262Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-10T21:59:06.534Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:06.534Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T21:59:06.534Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T21:59:06.799Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-10T21:59:07.372Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-10T21:59:07.372Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-10T21:59:07.633Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:07.633Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-10T21:59:07.633Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-10T21:59:07.893Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-10T21:59:07.893Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-10T21:59:07.893Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-10T21:59:08.155Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-10T21:59:08.155Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-10T21:59:08.416Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:08.416Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-10T21:59:08.416Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-10T21:59:08.416Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-10T21:59:08.677Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:08.677Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-10T21:59:08.677Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-10T21:59:08.939Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-10T21:59:09.201Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:09.201Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-10T21:59:09.201Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-10T21:59:09.201Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-10T21:59:09.201Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:09.201Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-10T21:59:09.464Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-10T21:59:09.464Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-10T21:59:09.725Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:09.725Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-10T21:59:09.725Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-10T21:59:09.725Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-10T21:59:09.991Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-10T21:59:09.991Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-10T21:59:09.991Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-10T21:59:09.991Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-10T21:59:10.161Z] Building docker-core-command-go ... [2020-12-10T21:59:10.161Z] Building docker-core-data-go ... [2020-12-10T21:59:10.161Z] Building docker-core-metadata-go ... [2020-12-10T21:59:10.161Z] Building docker-security-bootstrap-redis-go ... [2020-12-10T21:59:10.161Z] Building docker-security-proxy-setup-go ... [2020-12-10T21:59:10.161Z] Building docker-security-secrets-setup-go ... [2020-12-10T21:59:10.161Z] Building docker-security-secretstore-setup-go ... [2020-12-10T21:59:10.161Z] Building docker-support-notifications-go ... [2020-12-10T21:59:10.161Z] Building docker-support-scheduler-go ... [2020-12-10T21:59:10.161Z] Building docker-sys-mgmt-agent-go ... [2020-12-10T21:59:10.161Z] Building docker-core-data-go [2020-12-10T21:59:10.161Z] Building docker-security-proxy-setup-go [2020-12-10T21:59:10.161Z] Building docker-core-metadata-go [2020-12-10T21:59:10.161Z] Building docker-security-secrets-setup-go [2020-12-10T21:59:10.161Z] Building docker-support-notifications-go [2020-12-10T21:59:10.252Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:10.252Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-10T21:59:10.252Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-10T21:59:10.252Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-10T21:59:10.513Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:10.513Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-10T21:59:10.513Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-10T21:59:10.513Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-10T21:59:10.774Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:10.774Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-10T21:59:10.774Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-10T21:59:11.034Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-10T21:59:11.034Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:11.034Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-10T21:59:11.034Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-10T21:59:11.034Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-10T21:59:11.295Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:11.295Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-10T21:59:11.295Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-10T21:59:11.556Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-10T21:59:11.820Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:11.820Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-10T21:59:12.082Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-10T21:59:12.082Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-10T21:59:12.082Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:12.082Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-10T21:59:12.342Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-10T21:59:12.342Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-10T21:59:12.603Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:12.603Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-10T21:59:12.603Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-10T21:59:12.603Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-10T21:59:12.868Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:12.868Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-10T21:59:12.868Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-10T21:59:13.129Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-10T21:59:13.129Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:13.129Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-10T21:59:13.129Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-10T21:59:13.129Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-10T21:59:13.391Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-10T21:59:13.391Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-10T21:59:13.391Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-10T21:59:13.391Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-10T21:59:13.391Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-10T21:59:13.391Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-10T21:59:13.391Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-10T21:59:13.652Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-10T21:59:13.652Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-10T21:59:13.652Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-10T21:59:13.913Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-10T21:59:13.913Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-10T21:59:13.913Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-10T21:59:14.174Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-10T21:59:14.174Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-10T21:59:14.174Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-10T21:59:14.174Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-10T21:59:14.440Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-10T21:59:14.440Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-10T21:59:14.440Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-10T21:59:14.440Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-10T21:59:14.701Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-10T21:59:14.701Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-10T21:59:14.701Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-10T21:59:14.701Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-10T21:59:14.962Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-10T21:59:14.962Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-10T21:59:15.222Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-10T21:59:15.222Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-10T21:59:16.611Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-10T21:59:16.611Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-10T21:59:16.611Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-10T21:59:16.611Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-10T21:59:16.611Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-10T21:59:16.611Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-10T21:59:17.183Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-10T21:59:17.183Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-10T21:59:17.183Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-10T21:59:17.183Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-10T21:59:17.450Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-10T21:59:17.450Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-10T21:59:17.712Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T21:59:17.712Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T21:59:17.712Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T21:59:17.712Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T21:59:17.976Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T21:59:17.976Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T21:59:17.976Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T21:59:18.238Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T21:59:19.185Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T21:59:19.185Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T21:59:20.130Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T21:59:20.130Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T21:59:20.702Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T21:59:20.702Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T21:59:20.962Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T21:59:20.962Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T21:59:21.902Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-10T21:59:21.902Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-10T21:59:21.902Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-10T21:59:22.163Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-10T21:59:22.163Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-10T21:59:22.163Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-10T21:59:22.426Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-10T21:59:22.426Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-10T21:59:22.426Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-10T21:59:22.426Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-10T21:59:22.686Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-10T21:59:22.686Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-10T21:59:22.686Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-10T21:59:22.947Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-10T21:59:22.947Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-10T21:59:22.947Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-10T21:59:23.213Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:59:23.213Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-10T21:59:23.213Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:59:23.213Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:59:23.213Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:59:23.213Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-10T21:59:23.474Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-10T21:59:23.474Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-10T21:59:23.474Z] [2020-12-10T21:59:23.474Z] Current default time zone: 'Etc/UTC' [2020-12-10T21:59:23.474Z] Local time is now: Thu Dec 10 21:59:23 UTC 2020. [2020-12-10T21:59:23.474Z] Universal Time is now: Thu Dec 10 21:59:23 UTC 2020. [2020-12-10T21:59:23.474Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-10T21:59:23.474Z] [2020-12-10T21:59:23.474Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-10T21:59:23.474Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:59:23.742Z] Setting up linux-libc-dev:amd64 (4.15.0-124.127) ... [2020-12-10T21:59:23.742Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-10T21:59:23.742Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-10T21:59:23.742Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-10T21:59:23.742Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-10T21:59:23.742Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-10T21:59:23.742Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-10T21:59:24.002Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-10T21:59:24.002Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:59:24.002Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-10T21:59:24.263Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T21:59:24.263Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-10T21:59:24.263Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:59:24.263Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-10T21:59:24.263Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-10T21:59:24.263Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-10T21:59:24.263Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-10T21:59:24.263Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-10T21:59:24.263Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-10T21:59:24.263Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-10T21:59:24.524Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-10T21:59:26.441Z] Updating certificates in /etc/ssl/certs... [2020-12-10T21:59:27.386Z] 22 added, 17 removed; done. [2020-12-10T21:59:27.386Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-10T21:59:27.386Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-10T21:59:27.386Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-10T21:59:27.386Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-10T21:59:27.386Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-10T21:59:27.647Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T21:59:27.647Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-10T21:59:27.647Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T21:59:27.647Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T21:59:27.647Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T21:59:27.647Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T21:59:27.647Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T21:59:27.647Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-10T21:59:27.647Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-10T21:59:27.647Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-10T21:59:27.906Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-10T21:59:27.906Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-10T21:59:27.906Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T21:59:27.906Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-10T21:59:27.906Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-10T21:59:27.906Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-10T21:59:27.906Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-10T21:59:28.168Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-10T21:59:28.168Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-10T21:59:28.168Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-10T21:59:28.168Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-10T21:59:28.168Z] Updating certificates in /etc/ssl/certs... [2020-12-10T21:59:28.741Z] 0 added, 0 removed; done. [2020-12-10T21:59:28.741Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-10T21:59:28.741Z] done. [2020-12-10T21:59:29.317Z] Reading package lists... [2020-12-10T21:59:29.317Z] Building dependency tree... [2020-12-10T21:59:29.317Z] Reading state information... [2020-12-10T21:59:29.578Z] The following NEW packages will be installed: [2020-12-10T21:59:29.578Z] apt-transport-https [2020-12-10T21:59:29.578Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-10T21:59:29.578Z] Need to get 1696 B of archives. [2020-12-10T21:59:29.578Z] After this operation, 153 kB of additional disk space will be used. [2020-12-10T21:59:29.578Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-10T21:59:29.839Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-10T21:59:29.839Z] Fetched 1696 B in 0s (26.6 kB/s) [2020-12-10T21:59:29.839Z] Selecting previously unselected package apt-transport-https. [2020-12-10T21:59:29.839Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-10T21:59:29.839Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-10T21:59:29.839Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-10T21:59:29.839Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-10T21:59:30.100Z] Waiting for network to be ready... [2020-12-10T21:59:35.400Z] 2020-12-10T21:59:32Z INFO Waiting for automatic snapd restart... [2020-12-10T21:59:35.662Z] snapd 2.48.1 from Canonical* installed [2020-12-10T21:59:36.605Z] "snapd" switched to the "latest/stable" channel [2020-12-10T21:59:36.605Z] [2020-12-10T21:59:39.153Z] core18 20200929 from Canonical* installed [2020-12-10T21:59:39.414Z] "core18" switched to the "latest/stable" channel [2020-12-10T21:59:39.414Z] [2020-12-10T21:59:42.721Z] snapcraft 4.4.4 from Canonical* installed [2020-12-10T21:59:42.721Z] "snapcraft" switched to the "latest/stable" channel [2020-12-10T21:59:42.721Z] [2020-12-10T21:59:46.928Z] 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: [2020-12-10T21:59:46.928Z] - README.md [2020-12-10T21:59:46.928Z] - snapcraft.yaml.orig [2020-12-10T21:59:46.928Z] [2020-12-10T21:59:46.928Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-10T21:59:53.529Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-10T21:59:53.529Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-10T21:59:53.529Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-10T21:59:53.529Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-10T21:59:54.101Z] Reading package lists... [2020-12-10T21:59:54.362Z] 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.6 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 [2020-12-10T22:00:00.957Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-10T22:00:00.957Z] Reading package lists... [2020-12-10T22:00:00.957Z] Building dependency tree... [2020-12-10T22:00:00.957Z] Reading state information... [2020-12-10T22:00:00.957Z] Suggested packages: [2020-12-10T22:00:00.957Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-10T22:00:00.957Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-10T22:00:00.957Z] Recommended packages: [2020-12-10T22:00:00.957Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-10T22:00:00.957Z] The following NEW packages will be installed: [2020-12-10T22:00:00.957Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-10T22:00:00.957Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-10T22:00:00.957Z] pkg-config zip [2020-12-10T22:00:00.957Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-10T22:00:00.957Z] Need to get 7655 kB of archives. [2020-12-10T22:00:00.957Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-10T22:00:00.957Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-10T22:00:01.222Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-10T22:00:01.222Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-10T22:00:01.222Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-10T22:00:01.222Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-10T22:00:01.222Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-10T22:00:01.222Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-10T22:00:01.222Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-10T22:00:01.484Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-10T22:00:01.484Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-10T22:00:01.484Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-10T22:00:01.484Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-10T22:00:01.747Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-10T22:00:01.747Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-10T22:00:01.747Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-10T22:00:01.747Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-10T22:00:01.747Z] Fetched 7655 kB in 1s (10.5 MB/s) [2020-12-10T22:00:02.012Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-10T22:00:02.012Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-10T22:00:02.012Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-10T22:00:02.012Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-10T22:00:02.012Z] Selecting previously unselected package libpsl5:amd64. [2020-12-10T22:00:02.012Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-10T22:00:02.012Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-10T22:00:02.274Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-10T22:00:02.274Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-10T22:00:02.274Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-10T22:00:02.274Z] Selecting previously unselected package librtmp1:amd64. [2020-12-10T22:00:02.274Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-10T22:00:02.274Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-10T22:00:02.274Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-10T22:00:02.274Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-10T22:00:02.274Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-10T22:00:02.535Z] Selecting previously unselected package liberror-perl. [2020-12-10T22:00:02.535Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-10T22:00:02.535Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-10T22:00:02.535Z] Selecting previously unselected package git-man. [2020-12-10T22:00:02.535Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-10T22:00:02.535Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-10T22:00:02.814Z] Selecting previously unselected package git. [2020-12-10T22:00:02.814Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-10T22:00:02.814Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-10T22:00:03.389Z] Selecting previously unselected package libnorm1:amd64. [2020-12-10T22:00:03.389Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-10T22:00:03.389Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-10T22:00:03.651Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-10T22:00:03.651Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-10T22:00:03.651Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-10T22:00:03.651Z] Selecting previously unselected package libsodium23:amd64. [2020-12-10T22:00:03.651Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-10T22:00:03.651Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-10T22:00:03.651Z] Selecting previously unselected package libzmq5:amd64. [2020-12-10T22:00:03.651Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-10T22:00:03.651Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-10T22:00:03.912Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-10T22:00:03.912Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-10T22:00:03.912Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-10T22:00:03.912Z] Selecting previously unselected package pkg-config. [2020-12-10T22:00:03.912Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-10T22:00:03.912Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-10T22:00:04.174Z] Selecting previously unselected package zip. [2020-12-10T22:00:04.174Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-10T22:00:04.174Z] Unpacking zip (3.0-11build1) ... [2020-12-10T22:00:04.174Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-10T22:00:04.174Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-10T22:00:04.174Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-10T22:00:04.174Z] Setting up liberror-perl (0.17025-1) ... [2020-12-10T22:00:04.174Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-10T22:00:04.174Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-10T22:00:04.435Z] No schema files found: doing nothing. [2020-12-10T22:00:04.436Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-10T22:00:04.436Z] Setting up zip (3.0-11build1) ... [2020-12-10T22:00:04.436Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-10T22:00:04.436Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-10T22:00:04.436Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-10T22:00:04.436Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-10T22:00:04.436Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-10T22:00:04.696Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-10T22:00:04.696Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-10T22:00:04.696Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-10T22:00:11.295Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-10T22:00:11.295Z] git set to automatically installed. [2020-12-10T22:00:11.295Z] git-man set to automatically installed. [2020-12-10T22:00:11.295Z] libcurl3-gnutls set to automatically installed. [2020-12-10T22:00:11.295Z] liberror-perl set to automatically installed. [2020-12-10T22:00:11.295Z] libglib2.0-0 set to automatically installed. [2020-12-10T22:00:11.295Z] libnghttp2-14 set to automatically installed. [2020-12-10T22:00:11.295Z] libnorm1 set to automatically installed. [2020-12-10T22:00:11.295Z] libpgm-5.2-0 set to automatically installed. [2020-12-10T22:00:11.295Z] libpsl5 set to automatically installed. [2020-12-10T22:00:11.295Z] librtmp1 set to automatically installed. [2020-12-10T22:00:11.295Z] libsodium23 set to automatically installed. [2020-12-10T22:00:11.295Z] libzmq3-dev set to automatically installed. [2020-12-10T22:00:11.295Z] libzmq5 set to automatically installed. [2020-12-10T22:00:11.295Z] pkg-config set to automatically installed. [2020-12-10T22:00:11.295Z] zip set to automatically installed. [2020-12-10T22:00:12.687Z] snapd is not logged in, snap install commands will use sudo [2020-12-10T22:00:19.283Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-10T22:00:19.544Z] snap "core18" has no updates available [2020-12-10T22:00:20.488Z] Pulling config-common [2020-12-10T22:00:21.431Z] Pulling go-build-helper [2020-12-10T22:00:32.031Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T22:00:32.031Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-10T22:00:32.031Z] ---> f5f9cbf61fe7 [2020-12-10T22:00:32.031Z] Step 3/23 : WORKDIR /edgex-go [2020-12-10T22:00:32.031Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T22:00:32.031Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-10T22:00:32.031Z] ---> f5f9cbf61fe7 [2020-12-10T22:00:32.031Z] Step 3/24 : WORKDIR /edgex-go [2020-12-10T22:00:32.031Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T22:00:32.031Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-10T22:00:32.031Z] ---> f5f9cbf61fe7 [2020-12-10T22:00:32.031Z] Step 3/21 : WORKDIR /edgex-go [2020-12-10T22:00:32.031Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T22:00:32.031Z] [2020-12-10T22:00:32.031Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T22:00:32.031Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env ---> f5f9cbf61fe7 [2020-12-10T22:00:32.031Z] [2020-12-10T22:00:32.031Z] Step 3/22 : WORKDIR /edgex-go ---> f5f9cbf61fe7 [2020-12-10T22:00:32.031Z] [2020-12-10T22:00:32.031Z] Step 3/29 : WORKDIR /edgex-go [2020-12-10T22:00:32.031Z] ---> Running in d2297396842f [2020-12-10T22:00:32.031Z] ---> Running in 1a1eeff2d036 [2020-12-10T22:00:32.031Z] ---> Running in bee9cddccb13 [2020-12-10T22:00:32.031Z] ---> Running in d081c727ad29 [2020-12-10T22:00:32.031Z] ---> Running in 27e19ca0109c [2020-12-10T22:00:32.031Z] Removing intermediate container 1a1eeff2d036 [2020-12-10T22:00:32.031Z] ---> 09a770bf09eb [2020-12-10T22:00:32.031Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T22:00:32.031Z] Removing intermediate container d081c727ad29 [2020-12-10T22:00:32.031Z] ---> a5766db6fa0a [2020-12-10T22:00:32.031Z] Step 4/29 : RUN apk update && apk add make git [2020-12-10T22:00:32.031Z] ---> Running in e47e02860700 [2020-12-10T22:00:32.031Z] Removing intermediate container d2297396842f [2020-12-10T22:00:32.031Z] ---> 313b84cba4ed [2020-12-10T22:00:32.031Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T22:00:32.031Z] Removing intermediate container 27e19ca0109c [2020-12-10T22:00:32.031Z] ---> 98c0d7724347 [2020-12-10T22:00:32.031Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T22:00:32.031Z] Removing intermediate container bee9cddccb13 [2020-12-10T22:00:32.031Z] ---> 0b890c90d8d5 [2020-12-10T22:00:32.031Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T22:00:32.031Z] ---> Running in 86ca2e853f72 [2020-12-10T22:00:32.031Z] ---> Running in f99d79b0fb30 [2020-12-10T22:00:32.031Z] ---> Running in 2245c33dac82 [2020-12-10T22:00:32.031Z] ---> Running in c316a85bea53 [2020-12-10T22:00:32.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:00:32.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:00:32.032Z] Removing intermediate container e47e02860700 [2020-12-10T22:00:32.032Z] ---> 3fc8dbf81bc3 [2020-12-10T22:00:32.032Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T22:00:32.032Z] ---> Running in 4abe32c82c0b [2020-12-10T22:00:32.032Z] Removing intermediate container 86ca2e853f72 [2020-12-10T22:00:32.032Z] ---> 4292efb37814 [2020-12-10T22:00:32.032Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-10T22:00:32.032Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T22:00:32.032Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T22:00:32.032Z] OK: 12618 distinct packages available [2020-12-10T22:00:32.032Z] ---> Running in f5e71ff34efa [2020-12-10T22:00:32.032Z] Removing intermediate container c316a85bea53 [2020-12-10T22:00:32.032Z] ---> 82330c2b5cde [2020-12-10T22:00:32.032Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-10T22:00:32.032Z] ---> Running in 289831c15a04 [2020-12-10T22:00:32.032Z] Removing intermediate container 2245c33dac82 [2020-12-10T22:00:32.032Z] ---> 8c11fc88e552 [2020-12-10T22:00:32.032Z] Step 5/21 : RUN apk update && apk add make git [2020-12-10T22:00:32.032Z] OK: 217 MiB in 51 packages [2020-12-10T22:00:32.032Z] ---> Running in cfc335ed0f32 [2020-12-10T22:00:32.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:00:32.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:00:32.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:00:32.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:00:32.032Z] Removing intermediate container f99d79b0fb30 [2020-12-10T22:00:32.032Z] ---> 52f4364e2cf7 [2020-12-10T22:00:32.032Z] Step 5/29 : COPY go.mod . [2020-12-10T22:00:32.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:00:32.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:00:32.032Z] ---> 0bdf7dd843b5 [2020-12-10T22:00:32.032Z] Step 6/29 : RUN go mod download [2020-12-10T22:00:32.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:00:32.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:00:32.032Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T22:00:32.032Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T22:00:32.032Z] OK: 12618 distinct packages available [2020-12-10T22:00:32.032Z] ---> Running in ae7f6cf46e8a [2020-12-10T22:00:32.032Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T22:00:32.032Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T22:00:32.032Z] OK: 12618 distinct packages available [2020-12-10T22:00:32.032Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T22:00:32.032Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T22:00:32.032Z] OK: 12618 distinct packages available [2020-12-10T22:00:32.310Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T22:00:32.310Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T22:00:32.310Z] OK: 12618 distinct packages available [2020-12-10T22:00:32.310Z] OK: 217 MiB in 51 packages [2020-12-10T22:00:32.913Z] OK: 217 MiB in 51 packages [2020-12-10T22:00:33.191Z] OK: 217 MiB in 51 packages [2020-12-10T22:00:33.191Z] OK: 217 MiB in 51 packages [2020-12-10T22:00:34.641Z] Removing intermediate container 4abe32c82c0b [2020-12-10T22:00:34.641Z] ---> b52c9287750e [2020-12-10T22:00:34.641Z] Step 6/22 : COPY go.mod . [2020-12-10T22:00:34.641Z] Removing intermediate container f5e71ff34efa [2020-12-10T22:00:34.641Z] ---> 77e80ec07366 [2020-12-10T22:00:34.641Z] Step 6/23 : COPY go.mod . [2020-12-10T22:00:35.244Z] Removing intermediate container 289831c15a04 [2020-12-10T22:00:35.244Z] ---> 1b5cda6473b3 [2020-12-10T22:00:35.244Z] Step 6/24 : COPY go.mod . [2020-12-10T22:00:35.518Z] Removing intermediate container cfc335ed0f32 [2020-12-10T22:00:35.518Z] ---> cdf6a39b9f77 [2020-12-10T22:00:35.518Z] Step 6/21 : COPY go.mod . [2020-12-10T22:00:35.518Z] Removing intermediate container ae7f6cf46e8a [2020-12-10T22:00:35.518Z] ---> 2b0e45a5f846 [2020-12-10T22:00:35.518Z] Step 7/29 : COPY . . [2020-12-10T22:00:35.518Z] ---> 7616b1ba1cd8 [2020-12-10T22:00:35.518Z] Step 7/22 : RUN go mod download [2020-12-10T22:00:35.518Z] ---> 294cf86e6319 [2020-12-10T22:00:35.518Z] Step 7/23 : RUN go mod download [2020-12-10T22:00:35.804Z] ---> Running in e35aa357353c [2020-12-10T22:00:35.804Z] ---> Running in 20b6e74fac7f [2020-12-10T22:00:36.094Z] ---> e0dabddc2e20 [2020-12-10T22:00:36.094Z] Step 7/24 : RUN go mod download [2020-12-10T22:00:36.370Z] ---> Running in 35d44a3a898a [2020-12-10T22:00:36.645Z] ---> 8b315432f692 [2020-12-10T22:00:36.645Z] Step 7/21 : RUN go mod download [2020-12-10T22:00:37.263Z] ---> Running in 07a3b1346672 [2020-12-10T22:00:41.615Z] Removing intermediate container e35aa357353c [2020-12-10T22:00:41.615Z] ---> 3a0cb00da2ca [2020-12-10T22:00:41.615Z] Step 8/22 : COPY . . [2020-12-10T22:00:41.615Z] Removing intermediate container 35d44a3a898a [2020-12-10T22:00:41.615Z] ---> b24fecaac7a4 [2020-12-10T22:00:41.615Z] Step 8/24 : COPY . . [2020-12-10T22:00:42.221Z] Removing intermediate container 07a3b1346672 [2020-12-10T22:00:42.221Z] ---> e3b5d9df97b5 [2020-12-10T22:00:42.221Z] Step 8/21 : COPY . . [2020-12-10T22:00:42.221Z] Removing intermediate container 20b6e74fac7f [2020-12-10T22:00:42.221Z] ---> 7ebdbc2a54ba [2020-12-10T22:00:42.221Z] Step 8/23 : COPY . . [2020-12-10T22:00:43.406Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-10T22:00:43.406Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-10T22:00:43.406Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] [2020-12-10T22:00:43.406Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] [2020-12-10T22:00:43.406Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] [2020-12-10T22:00:43.406Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] [2020-12-10T22:00:43.406Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] [2020-12-10T22:00:43.406Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] [2020-12-10T22:00:43.406Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] [2020-12-10T22:00:43.406Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-10T22:00:43.406Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-10T22:00:43.406Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-10T22:00:43.406Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-10T22:00:43.406Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-10T22:00:43.406Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-10T22:00:43.406Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-10T22:00:43.406Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-10T22:00:43.406Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-10T22:00:43.406Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-10T22:00:43.406Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] [2020-12-10T22:00:43.406Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] [2020-12-10T22:00:43.406Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] [2020-12-10T22:00:43.406Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] [2020-12-10T22:00:43.406Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] [2020-12-10T22:00:43.406Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] [2020-12-10T22:00:43.406Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] [2020-12-10T22:00:43.406Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] [2020-12-10T22:00:43.406Z] Fetched 23.4 MB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-10T22:00:43.406Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-10T22:00:43.406Z] Fetched 279 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-10T22:00:43.406Z] Fetched 122 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-10T22:00:43.406Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-10T22:00:43.406Z] Fetched 8848 B in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-10T22:00:43.406Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-10T22:00:43.406Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-10T22:00:43.406Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-10T22:00:43.406Z] Fetched 214 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-10T22:00:43.406Z] Fetched 155 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-10T22:00:43.406Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-10T22:00:43.406Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-10T22:00:43.406Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-10T22:00:43.406Z] Fetched 499 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-10T22:00:43.406Z] Fetched 111 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-10T22:00:43.406Z] Fetched 240 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-10T22:00:43.406Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-10T22:00:43.406Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-10T22:00:43.406Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-10T22:00:43.406Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-10T22:00:43.406Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-10T22:00:43.406Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-10T22:00:43.406Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-10T22:00:43.406Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-10T22:00:43.407Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-10T22:00:43.407Z] Fetched 8720 B in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-10T22:00:43.407Z] Fetched 137 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-10T22:00:43.407Z] Fetched 119 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-10T22:00:43.407Z] Fetched 109 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-10T22:00:43.407Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-10T22:00:43.407Z] Fetched 645 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-10T22:00:43.407Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-10T22:00:43.407Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-10T22:00:43.407Z] Fetched 368 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-10T22:00:43.407Z] Fetched 187 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-10T22:00:43.407Z] Fetched 175 kB in 0s (0 B/s) [2020-12-10T22:00:43.407Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-10T22:00:46.712Z] Fetched 206 kB in 0s (0 B/s) [2020-12-10T22:00:46.712Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-10T22:00:46.712Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-10T22:00:46.712Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-10T22:00:46.712Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-10T22:00:46.712Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-10T22:00:46.712Z] Fetched 159 kB in 0s (0 B/s) [2020-12-10T22:00:46.712Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-10T22:00:46.712Z] Fetched 107 kB in 0s (0 B/s) [2020-12-10T22:00:46.712Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-10T22:00:46.712Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-10T22:00:46.712Z] Pulling static-packages [2020-12-10T22:00:47.655Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-10T22:00:47.655Z] Skipping pull go-build-helper (already ran) [2020-12-10T22:00:47.655Z] Skipping pull static-packages (already ran) [2020-12-10T22:00:47.655Z] Building go-build-helper [2020-12-10T22:00:51.863Z] Building static-packages [2020-12-10T22:00:53.251Z] Staging go-build-helper [2020-12-10T22:00:54.193Z] Staging static-packages [2020-12-10T22:00:55.134Z] Pulling go115 [2020-12-10T22:00:56.083Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-10T22:00:56.083Z] Skipping pull go115 (already ran) [2020-12-10T22:00:56.083Z] Building go115 [2020-12-10T22:00:56.083Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T22:00:56.083Z] Dload Upload Total Spent Left Speed [2020-12-10T22:00:58.959Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 115M 25 29.9M 0 0 30.9M 0 0:00:03 --:--:-- 0:00:03 30.8M 61 115M 61 70.7M 0 0 35.9M 0 0:00:03 0:00:01 0:00:02 35.9M 96 115M 96 110M 0 0 37.3M 0 0:00:03 0:00:02 0:00:01 37.3M 100 115M 100 115M 0 0 37.4M 0 0:00:03 0:00:03 --:--:-- 37.4M [2020-12-10T22:00:59.533Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-10T22:01:03.746Z] Staging go115 [2020-12-10T22:01:04.399Z] ---> 95c736d824c4 [2020-12-10T22:01:04.399Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-10T22:01:04.399Z] ---> Running in 79656b7eed86 [2020-12-10T22:01:04.681Z] ---> 6cfbef4eebe9 [2020-12-10T22:01:04.681Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-10T22:01:04.967Z] ---> 57dcb459f70b [2020-12-10T22:01:04.967Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-10T22:01:04.967Z] ---> d2a7a48ea40f [2020-12-10T22:01:04.967Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-10T22:01:04.967Z] ---> 8ffa3bff2499 [2020-12-10T22:01:04.967Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-10T22:01:05.239Z] ---> Running in e4fd33eacbfb [2020-12-10T22:01:05.239Z] ---> Running in 8b686a2cdab4 [2020-12-10T22:01:05.239Z] ---> Running in 9959a31a751f [2020-12-10T22:01:05.239Z] ---> Running in f0831989eab0 [2020-12-10T22:01:06.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-10T22:01:07.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-10T22:01:07.491Z] 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 [2020-12-10T22:01:07.766Z] 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 [2020-12-10T22:01:07.766Z] 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 [2020-12-10T22:01:09.036Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-10T22:01:09.036Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-10T22:01:09.036Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-10T22:01:09.036Z] Fetched 0 B in 0s (0 B/s) [2020-12-10T22:01:09.036Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-10T22:01:09.036Z] Fetched 224 kB in 0s (0 B/s) [2020-12-10T22:01:09.036Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-10T22:01:09.036Z] Fetched 157 kB in 0s (0 B/s) [2020-12-10T22:01:09.036Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-10T22:01:09.036Z] Fetched 221 kB in 0s (0 B/s) [2020-12-10T22:01:09.036Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-10T22:01:09.036Z] Fetched 143 kB in 0s (0 B/s) [2020-12-10T22:01:09.036Z] Pulling edgex-go [2020-12-10T22:01:09.981Z] Pulling version [2020-12-10T22:01:10.926Z] Building config-common [2020-12-10T22:01:12.845Z] Skipping build go-build-helper (already ran) [2020-12-10T22:01:12.845Z] Skipping build static-packages (already ran) [2020-12-10T22:01:12.845Z] Skipping build go115 (already ran) [2020-12-10T22:01:12.845Z] Building edgex-go [2020-12-10T22:01:12.845Z] 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 [2020-12-10T22:01:14.235Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-10T22:01:14.235Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-10T22:01:14.235Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 [2020-12-10T22:01:14.235Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-10T22:01:14.235Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-10T22:01:14.235Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-10T22:01:14.235Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-10T22:01:14.235Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-10T22:01:14.235Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-10T22:01:14.235Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-10T22:01:14.235Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-10T22:01:14.235Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-10T22:01:14.235Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-10T22:01:14.235Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-10T22:01:14.235Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-10T22:01:14.235Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-10T22:01:14.235Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-10T22:01:14.235Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-10T22:01:14.235Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-10T22:01:14.235Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-10T22:01:14.235Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-10T22:01:14.235Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-10T22:01:14.497Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-10T22:01:14.497Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-10T22:01:14.497Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-10T22:01:14.497Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-10T22:01:14.497Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-10T22:01:14.497Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-10T22:01:14.497Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-10T22:01:14.497Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-10T22:01:14.497Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-10T22:01:14.497Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-10T22:01:14.497Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-10T22:01:14.497Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-10T22:01:14.497Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-10T22:01:14.497Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-10T22:01:14.497Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-10T22:01:14.497Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-10T22:01:14.497Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-10T22:01:14.758Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-10T22:01:14.758Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-10T22:01:21.333Z] 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 [2020-12-10T22:01:26.641Z] 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 [2020-12-10T22:01:26.901Z] 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 [2020-12-10T22:01:28.286Z] 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 [2020-12-10T22:01:28.547Z] 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 [2020-12-10T22:01:28.547Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-10T22:01:28.809Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-10T22:01:28.809Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-10T22:01:30.192Z] 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 [2020-12-10T22:01:30.192Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-10T22:01:30.192Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-10T22:01:31.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-10T22:01:32.513Z] 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 [2020-12-10T22:01:32.513Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-10T22:01:33.456Z] 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 [2020-12-10T22:01:33.456Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-10T22:01:34.844Z] 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 [2020-12-10T22:01:35.417Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-10T22:01:36.357Z] 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 [2020-12-10T22:01:38.271Z] Building version [2020-12-10T22:01:40.180Z] Staging config-common [2020-12-10T22:01:41.125Z] Skipping stage go-build-helper (already ran) [2020-12-10T22:01:41.125Z] Skipping stage static-packages (already ran) [2020-12-10T22:01:41.125Z] Skipping stage go115 (already ran) [2020-12-10T22:01:41.125Z] Staging edgex-go [2020-12-10T22:01:42.073Z] Staging version [2020-12-10T22:01:43.018Z] Priming config-common [2020-12-10T22:01:43.961Z] Priming go-build-helper [2020-12-10T22:01:44.904Z] Priming static-packages [2020-12-10T22:01:46.839Z] Priming go115 [2020-12-10T22:01:47.780Z] Priming edgex-go [2020-12-10T22:01:49.167Z] Priming version [2020-12-10T22:01:49.737Z] 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] } [2020-12-10T22:02:29.587Z] 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 [2020-12-10T22:02:29.587Z] Removing intermediate container 79656b7eed86 [2020-12-10T22:02:29.587Z] ---> d9cc613457e1 [2020-12-10T22:02:29.587Z] [2020-12-10T22:02:29.587Z] Step 9/29 : FROM alpine:latest [2020-12-10T22:02:29.587Z] latest: Pulling from library/alpine [2020-12-10T22:02:29.587Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-10T22:02:29.587Z] Status: Downloaded newer image for alpine:latest [2020-12-10T22:02:29.587Z] ---> 2e77e061c27f [2020-12-10T22:02:29.587Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-10T22:02:29.587Z] ---> Running in 87d86a69d7b7 [2020-12-10T22:02:29.587Z] Removing intermediate container 87d86a69d7b7 [2020-12-10T22:02:29.587Z] ---> 50a3515ebffa [2020-12-10T22:02:29.587Z] Step 11/29 : USER root [2020-12-10T22:02:29.587Z] ---> Running in ec0705609bae [2020-12-10T22:02:29.587Z] Removing intermediate container ec0705609bae [2020-12-10T22:02:29.587Z] ---> 21638eaf5992 [2020-12-10T22:02:29.587Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-10T22:02:29.587Z] ---> Running in 1f4e8e516d23 [2020-12-10T22:02:31.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:02:31.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:02:32.296Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-10T22:02:32.296Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-10T22:02:32.296Z] OK: 12617 distinct packages available [2020-12-10T22:02:33.739Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-10T22:02:33.739Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-10T22:02:33.739Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T22:02:33.739Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T22:02:34.348Z] OK: 6 MiB in 16 packages [2020-12-10T22:02:36.986Z] Removing intermediate container 1f4e8e516d23 [2020-12-10T22:02:36.986Z] ---> 576cb07669f1 [2020-12-10T22:02:36.986Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-10T22:02:37.261Z] ---> Running in 77f07c3f758e [2020-12-10T22:02:38.253Z] Removing intermediate container 77f07c3f758e [2020-12-10T22:02:38.253Z] ---> 444d49eb63ff [2020-12-10T22:02:38.253Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-10T22:02:38.253Z] ---> Running in 8bf90d2a1490 [2020-12-10T22:02:39.237Z] Removing intermediate container 8bf90d2a1490 [2020-12-10T22:02:39.237Z] ---> 45cbff5e2513 [2020-12-10T22:02:39.237Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-10T22:02:39.237Z] ---> Running in 48aea169bb9f [2020-12-10T22:02:43.576Z] Removing intermediate container 48aea169bb9f [2020-12-10T22:02:43.577Z] ---> f6fb68eac634 [2020-12-10T22:02:43.577Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-10T22:02:46.983Z] ---> 20f1aaabe0fc [2020-12-10T22:02:46.983Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-10T22:02:46.983Z] Removing intermediate container 8b686a2cdab4 [2020-12-10T22:02:46.983Z] ---> bf5d14845bca [2020-12-10T22:02:46.983Z] [2020-12-10T22:02:46.983Z] Step 10/21 : FROM alpine [2020-12-10T22:02:46.983Z] ---> 2e77e061c27f [2020-12-10T22:02:46.983Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-10T22:02:47.260Z] ---> Running in eef2bd73e2d8 [2020-12-10T22:02:48.258Z] ---> c91ed94bee94 [2020-12-10T22:02:48.258Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-10T22:02:49.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:02:49.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:02:49.991Z] ---> 630d1e580583 [2020-12-10T22:02:49.991Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-10T22:02:50.984Z] v3.12.1-100-gbff1916ae4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-10T22:02:50.984Z] v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-10T22:02:50.984Z] OK: 12617 distinct packages available [2020-12-10T22:02:51.263Z] ---> 265cf373e9a2 [2020-12-10T22:02:51.263Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-10T22:02:51.865Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-10T22:02:52.146Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-10T22:02:52.146Z] (3/4) Installing libcurl (7.69.1-r2) [2020-12-10T22:02:52.146Z] (4/4) Installing curl (7.69.1-r2) [2020-12-10T22:02:52.146Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T22:02:52.146Z] Executing ca-certificates-20191127-r4.trigger [2020-12-10T22:02:52.423Z] OK: 7 MiB in 18 packages [2020-12-10T22:02:52.704Z] ---> 8d21a5c67892 [2020-12-10T22:02:52.704Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-10T22:02:52.986Z] ---> Running in a9acf933191f [2020-12-10T22:02:55.661Z] Removing intermediate container eef2bd73e2d8 [2020-12-10T22:02:55.661Z] ---> d050d980da2d [2020-12-10T22:02:55.661Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-10T22:02:55.940Z] ---> Running in abff66f1e892 [2020-12-10T22:02:56.550Z] Removing intermediate container a9acf933191f [2020-12-10T22:02:56.550Z] ---> fbfe139c3258 [2020-12-10T22:02:56.832Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-10T22:02:56.832Z] Removing intermediate container abff66f1e892 [2020-12-10T22:02:56.832Z] ---> 70681030207e [2020-12-10T22:02:56.832Z] Step 13/21 : WORKDIR /edgex [2020-12-10T22:02:57.108Z] ---> Running in 1fbf9dd5100f [2020-12-10T22:02:58.114Z] ---> 15eb509c8b28 [2020-12-10T22:02:58.115Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-10T22:02:58.400Z] Removing intermediate container 1fbf9dd5100f [2020-12-10T22:02:58.400Z] ---> 14c6e56c8949 [2020-12-10T22:02:58.400Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-10T22:02:58.400Z] ---> Running in 95c9f9b226da [2020-12-10T22:03:01.054Z] ---> fdf3ee284b83 [2020-12-10T22:03:01.054Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-10T22:03:04.688Z] Removing intermediate container f0831989eab0 [2020-12-10T22:03:04.688Z] ---> 847476ea703c [2020-12-10T22:03:04.688Z] [2020-12-10T22:03:04.688Z] Step 10/24 : FROM scratch [2020-12-10T22:03:04.688Z] ---> [2020-12-10T22:03:04.688Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-10T22:03:04.688Z] Removing intermediate container 95c9f9b226da [2020-12-10T22:03:04.688Z] ---> 0ae7bdd22ae3 [2020-12-10T22:03:04.688Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-10T22:03:04.688Z] ---> Running in 06256b0e402d [2020-12-10T22:03:04.688Z] ---> 1a7eaf5278df [2020-12-10T22:03:04.688Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-10T22:03:04.688Z] ---> Running in 22240330e1f3 [2020-12-10T22:03:05.671Z] Removing intermediate container 06256b0e402d [2020-12-10T22:03:05.671Z] ---> d4977a2da1e0 [2020-12-10T22:03:05.671Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-10T22:03:05.671Z] ---> Running in 6d0dc1708008 [2020-12-10T22:03:06.672Z] Removing intermediate container 6d0dc1708008 [2020-12-10T22:03:06.672Z] ---> 0a1739e07c27 [2020-12-10T22:03:06.672Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-10T22:03:06.952Z] ---> Running in f031ec8eca88 [2020-12-10T22:03:07.226Z] ---> 66f5ad110f9f [2020-12-10T22:03:07.226Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-10T22:03:07.501Z] ---> Running in 123901eb4d08 [2020-12-10T22:03:07.776Z] Removing intermediate container f031ec8eca88 [2020-12-10T22:03:07.776Z] ---> 2e08e60e4430 [2020-12-10T22:03:07.776Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-10T22:03:08.379Z] Removing intermediate container 123901eb4d08 [2020-12-10T22:03:08.379Z] ---> 2879f85f5f4a [2020-12-10T22:03:08.379Z] Step 18/21 : CMD ["--init=true"] [2020-12-10T22:03:08.656Z] ---> Running in 7ec7bdb959f0 [2020-12-10T22:03:09.638Z] ---> 906a4f85306e [2020-12-10T22:03:09.638Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-10T22:03:09.638Z] Removing intermediate container 22240330e1f3 [2020-12-10T22:03:09.638Z] ---> 984de7baceda [2020-12-10T22:03:09.638Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-10T22:03:09.920Z] Removing intermediate container 7ec7bdb959f0 [2020-12-10T22:03:09.920Z] ---> 277112c09aee [2020-12-10T22:03:09.920Z] Step 19/21 : LABEL arch=arm64 [2020-12-10T22:03:10.195Z] ---> Running in bf31d78ac819 [2020-12-10T22:03:10.195Z] ---> Running in a60f32fafeb8 [2020-12-10T22:03:11.185Z] Removing intermediate container a60f32fafeb8 [2020-12-10T22:03:11.185Z] Removing intermediate container bf31d78ac819 [2020-12-10T22:03:11.185Z] ---> b249fbccdd74 [2020-12-10T22:03:11.185Z] Step 26/29 : CMD [ "generate" ] [2020-12-10T22:03:11.185Z] ---> 747109d4263d [2020-12-10T22:03:11.185Z] Step 20/21 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T22:03:11.185Z] ---> Running in 849f9dc2a143 [2020-12-10T22:03:11.468Z] ---> Running in 56722af8ac73 [2020-12-10T22:03:11.744Z] ---> 0ee9067239c3 [2020-12-10T22:03:11.744Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-10T22:03:12.343Z] Removing intermediate container 849f9dc2a143 [2020-12-10T22:03:12.343Z] ---> 59fe2f683d7f [2020-12-10T22:03:12.343Z] Step 27/29 : LABEL arch=arm64 [2020-12-10T22:03:12.343Z] Removing intermediate container 56722af8ac73 [2020-12-10T22:03:12.343Z] ---> e2e2fcf29fa9 [2020-12-10T22:03:12.343Z] Step 21/21 : LABEL version=0.0.0 [2020-12-10T22:03:12.618Z] ---> Running in ccc1e4f21f70 [2020-12-10T22:03:12.618Z] ---> Running in acd635d077d2 [2020-12-10T22:03:13.219Z] Removing intermediate container acd635d077d2 [2020-12-10T22:03:13.219Z] ---> f1ce02513b00 [2020-12-10T22:03:13.219Z] [2020-12-10T22:03:13.498Z] Removing intermediate container ccc1e4f21f70 [2020-12-10T22:03:13.498Z] ---> 62f82924f0f0 [2020-12-10T22:03:13.498Z] Step 28/29 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T22:03:13.498Z] ---> 3ca6b0b3fcc3 [2020-12-10T22:03:13.498Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-10T22:03:13.775Z] Successfully built f1ce02513b00 [2020-12-10T22:03:13.775Z] ---> Running in 2eea5517624d [2020-12-10T22:03:13.775Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-10T22:03:13.775Z] Building docker-support-scheduler-go [2020-12-10T22:03:15.251Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 2eea5517624d [2020-12-10T22:03:15.251Z] ---> fda7c5c3f728 [2020-12-10T22:03:15.251Z] Step 29/29 : LABEL version=0.0.0 [2020-12-10T22:03:15.251Z] ---> ad11602a4e11 [2020-12-10T22:03:15.251Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-10T22:03:15.526Z] ---> Running in c16e1a325fcb [2020-12-10T22:03:17.518Z] Removing intermediate container c16e1a325fcb [2020-12-10T22:03:17.518Z] ---> dc223b870d99 [2020-12-10T22:03:17.518Z] [2020-12-10T22:03:17.518Z] Successfully built dc223b870d99 [2020-12-10T22:03:17.796Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-10T22:03:17.796Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-10T22:03:17.796Z] ---> 6087c353bf18 [2020-12-10T22:03:17.796Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-10T22:03:20.439Z] ---> 6f0c3a3eea0b [2020-12-10T22:03:20.439Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-10T22:03:21.875Z] ---> Running in 0b352f6482a6 [2020-12-10T22:03:22.152Z] Removing intermediate container e4fd33eacbfb [2020-12-10T22:03:22.152Z] ---> 3539c428913d [2020-12-10T22:03:22.152Z] [2020-12-10T22:03:22.152Z] Step 10/22 : FROM scratch [2020-12-10T22:03:22.152Z] ---> [2020-12-10T22:03:22.152Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T22:03:22.753Z] ---> Running in f9c0705c8214 [2020-12-10T22:03:22.753Z] Removing intermediate container 0b352f6482a6 [2020-12-10T22:03:22.753Z] ---> 473ef5c6d556 [2020-12-10T22:03:22.753Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T22:03:23.357Z] ---> Running in 76935c42a208 [2020-12-10T22:03:23.357Z] Removing intermediate container f9c0705c8214 [2020-12-10T22:03:23.357Z] ---> f8674912e302 [2020-12-10T22:03:23.357Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-10T22:03:23.631Z] ---> Running in 51891aa2cc79 [2020-12-10T22:03:23.908Z] Removing intermediate container 76935c42a208 [2020-12-10T22:03:23.908Z] ---> 5d53b32167ef [2020-12-10T22:03:23.908Z] Step 22/24 : LABEL arch=arm64 [2020-12-10T22:03:24.183Z] Removing intermediate container 51891aa2cc79 [2020-12-10T22:03:24.183Z] ---> b5188f431861 [2020-12-10T22:03:24.183Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-10T22:03:24.457Z] ---> Running in b699e4cda412 [2020-12-10T22:03:24.738Z] ---> Running in 90861c4cf17c [2020-12-10T22:03:25.337Z] Removing intermediate container b699e4cda412 [2020-12-10T22:03:25.337Z] ---> 5f882d78cc2a [2020-12-10T22:03:25.337Z] Step 23/24 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T22:03:25.934Z] Removing intermediate container 90861c4cf17c [2020-12-10T22:03:25.934Z] ---> dc7ca6d703ea [2020-12-10T22:03:25.934Z] Step 14/22 : WORKDIR / [2020-12-10T22:03:26.530Z] ---> Running in 2d6a892e2631 [2020-12-10T22:03:26.802Z] ---> Running in 0cca2695375a [2020-12-10T22:03:27.398Z] Removing intermediate container 2d6a892e2631 [2020-12-10T22:03:27.398Z] ---> 34c571e6d3a7 [2020-12-10T22:03:27.398Z] Step 24/24 : LABEL version=0.0.0 [2020-12-10T22:03:27.993Z] Removing intermediate container 0cca2695375a [2020-12-10T22:03:27.993Z] ---> d2a2ec9f02d6 [2020-12-10T22:03:27.993Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-10T22:03:28.980Z] ---> Running in 02ab4a392e12 [2020-12-10T22:03:29.579Z] ---> d95fbf3cfe3e [2020-12-10T22:03:29.579Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-10T22:03:30.172Z] Removing intermediate container 02ab4a392e12 [2020-12-10T22:03:30.172Z] ---> efbc3fb49df5 [2020-12-10T22:03:30.172Z] [2020-12-10T22:03:30.823Z] Successfully built efbc3fb49df5 [2020-12-10T22:03:30.823Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-10T22:03:30.823Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-12-10T22:03:30.823Z] Removing intermediate container 9959a31a751f [2020-12-10T22:03:30.823Z] ---> d91db4ee0f01 [2020-12-10T22:03:30.823Z] [2020-12-10T22:03:30.823Z] Step 10/23 : FROM alpine [2020-12-10T22:03:30.823Z] ---> 2e77e061c27f [2020-12-10T22:03:30.823Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T22:03:31.425Z] ---> Running in a512d9b96f95 [2020-12-10T22:03:31.699Z] ---> 3c7937778b33 [2020-12-10T22:03:31.700Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-10T22:03:32.295Z] Removing intermediate container a512d9b96f95 [2020-12-10T22:03:32.295Z] ---> a6d52a622c7e [2020-12-10T22:03:32.295Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-10T22:03:32.571Z] ---> Running in 046b6d6624ff [2020-12-10T22:03:32.844Z] ---> ad03604290df [2020-12-10T22:03:32.844Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-10T22:03:33.454Z] ---> Running in 4db8b97f7e0b [2020-12-10T22:03:33.454Z] Removing intermediate container 046b6d6624ff [2020-12-10T22:03:33.454Z] ---> 47cf2fd8f6c2 [2020-12-10T22:03:33.454Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-10T22:03:34.057Z] ---> Running in eb3f427bc71c [2020-12-10T22:03:34.332Z] Removing intermediate container 4db8b97f7e0b [2020-12-10T22:03:34.332Z] ---> f19a47351e7b [2020-12-10T22:03:34.332Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T22:03:34.943Z] ---> Running in 5a6790f4f5cd [2020-12-10T22:03:35.542Z] Removing intermediate container eb3f427bc71c [2020-12-10T22:03:35.542Z] ---> 63a1c4608fa9 [2020-12-10T22:03:35.542Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T22:03:36.143Z] ---> Running in fce2c8d1d6c6 [2020-12-10T22:03:36.419Z] Removing intermediate container 5a6790f4f5cd [2020-12-10T22:03:36.419Z] ---> 8bb208b91a44 [2020-12-10T22:03:36.419Z] Step 20/22 : LABEL arch=arm64 [2020-12-10T22:03:37.027Z] ---> Running in 5f50f845edc5 [2020-12-10T22:03:38.014Z] Removing intermediate container 5f50f845edc5 [2020-12-10T22:03:38.014Z] ---> 9feee239b9b2 [2020-12-10T22:03:38.014Z] Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T22:03:38.614Z] ---> Running in 0651906daca0 [2020-12-10T22:03:40.059Z] Removing intermediate container 0651906daca0 [2020-12-10T22:03:40.059Z] ---> 54369cc30bad [2020-12-10T22:03:40.059Z] Step 22/22 : LABEL version=0.0.0 [2020-12-10T22:03:40.333Z] Removing intermediate container fce2c8d1d6c6 [2020-12-10T22:03:40.333Z] ---> 004664321fb2 [2020-12-10T22:03:40.333Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-10T22:03:40.609Z] ---> Running in 87702032ed9b [2020-12-10T22:03:40.609Z] ---> Running in 9d0a1aacd65e [2020-12-10T22:03:41.595Z] Removing intermediate container 87702032ed9b [2020-12-10T22:03:41.595Z] ---> 8d0a92a54545 [2020-12-10T22:03:41.595Z] [2020-12-10T22:03:42.193Z] Successfully built 8d0a92a54545 [2020-12-10T22:03:42.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:03:42.193Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-10T22:03:42.193Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-12-10T22:03:43.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:03:43.771Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-10T22:03:43.771Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-10T22:03:43.771Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-10T22:03:44.046Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-10T22:03:44.046Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-10T22:03:44.046Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T22:03:44.326Z] OK: 8 MiB in 19 packages [2020-12-10T22:03:45.778Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T22:03:45.778Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-10T22:03:45.778Z] ---> f5f9cbf61fe7 [2020-12-10T22:03:45.778Z] Step 3/21 : WORKDIR /edgex-go [2020-12-10T22:03:45.778Z] ---> Using cache [2020-12-10T22:03:45.778Z] ---> 0b890c90d8d5 [2020-12-10T22:03:45.778Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T22:03:45.778Z] ---> Using cache [2020-12-10T22:03:45.778Z] ---> 82330c2b5cde [2020-12-10T22:03:45.778Z] Step 5/21 : RUN apk update && apk add make git [2020-12-10T22:03:46.991Z] ---> Running in f5d6a24f26b4 [2020-12-10T22:03:47.986Z] Removing intermediate container 9d0a1aacd65e [2020-12-10T22:03:47.986Z] ---> 27f483bca42f [2020-12-10T22:03:47.986Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-10T22:03:48.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:03:49.242Z] ---> 13897659348b [2020-12-10T22:03:49.242Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-10T22:03:49.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:03:50.841Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T22:03:50.841Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T22:03:50.841Z] OK: 12618 distinct packages available [2020-12-10T22:03:51.458Z] ---> e4cae1165a6d [2020-12-10T22:03:51.458Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-10T22:03:51.458Z] OK: 217 MiB in 51 packages [2020-12-10T22:03:53.440Z] ---> 911341ce42e3 [2020-12-10T22:03:53.440Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-10T22:03:53.714Z] ---> Running in 1bbcc9b76b22 [2020-12-10T22:03:53.714Z] Removing intermediate container f5d6a24f26b4 [2020-12-10T22:03:53.714Z] ---> a85e51f22d31 [2020-12-10T22:03:53.714Z] Step 6/21 : COPY go.mod . [2020-12-10T22:03:54.703Z] Removing intermediate container 1bbcc9b76b22 [2020-12-10T22:03:54.703Z] ---> 00c0655ea042 [2020-12-10T22:03:54.703Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T22:03:55.301Z] ---> c9958fb43495 [2020-12-10T22:03:55.301Z] Step 7/21 : RUN go mod download [2020-12-10T22:03:55.301Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T22:03:55.301Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-10T22:03:55.301Z] ---> f5f9cbf61fe7 [2020-12-10T22:03:55.301Z] Step 3/27 : WORKDIR /edgex-go [2020-12-10T22:03:55.301Z] ---> Using cache [2020-12-10T22:03:55.301Z] ---> 0b890c90d8d5 [2020-12-10T22:03:55.301Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T22:03:55.301Z] ---> Using cache [2020-12-10T22:03:55.301Z] ---> 82330c2b5cde [2020-12-10T22:03:55.301Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-10T22:03:55.575Z] ---> Running in ce9d55d53009 [2020-12-10T22:03:55.575Z] ---> Running in 2651294f0e09 [2020-12-10T22:03:55.855Z] ---> Running in 5d091bdecfa0 [2020-12-10T22:03:56.464Z] Removing intermediate container ce9d55d53009 [2020-12-10T22:03:56.464Z] ---> 99b2bb3407ed [2020-12-10T22:03:56.464Z] Step 21/23 : LABEL arch=arm64 [2020-12-10T22:03:57.451Z] ---> Running in 7c674ada9c0c [2020-12-10T22:03:58.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:03:58.065Z] Removing intermediate container 7c674ada9c0c [2020-12-10T22:03:58.065Z] ---> 5dff8d0ca889 [2020-12-10T22:03:58.065Z] Step 22/23 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T22:03:58.398Z] ---> Running in c34288169739 [2020-12-10T22:03:59.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:03:59.378Z] Removing intermediate container c34288169739 [2020-12-10T22:03:59.378Z] ---> 5f41ca791292 [2020-12-10T22:03:59.378Z] Step 23/23 : LABEL version=0.0.0 [2020-12-10T22:04:00.031Z] ---> Running in c0ee03405737 [2020-12-10T22:04:00.031Z] v3.12.1-100-gbff1916ae4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-10T22:04:00.031Z] v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-10T22:04:00.031Z] OK: 12618 distinct packages available [2020-12-10T22:04:01.020Z] OK: 217 MiB in 51 packages [2020-12-10T22:04:01.020Z] Removing intermediate container c0ee03405737 [2020-12-10T22:04:01.020Z] ---> 6b3a739f930a [2020-12-10T22:04:01.020Z] [2020-12-10T22:04:01.020Z] Removing intermediate container 5d091bdecfa0 [2020-12-10T22:04:01.020Z] ---> f5bccef232e2 [2020-12-10T22:04:01.020Z] Step 8/21 : COPY . . [2020-12-10T22:04:02.020Z] Successfully built 6b3a739f930a [2020-12-10T22:04:02.295Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-10T22:04:02.295Z]  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go [2020-12-10T22:04:03.281Z] Removing intermediate container 2651294f0e09 [2020-12-10T22:04:03.282Z] ---> b2e1ea83b0a6 [2020-12-10T22:04:03.282Z] Step 6/27 : COPY go.mod . [2020-12-10T22:04:05.262Z] ---> f896781e888b [2020-12-10T22:04:05.262Z] Step 7/27 : RUN go mod download [2020-12-10T22:04:07.256Z] ---> Running in 47bd478ccc79 [2020-12-10T22:04:10.676Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T22:04:10.676Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T22:04:10.676Z] ---> f5f9cbf61fe7 [2020-12-10T22:04:10.676Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T22:04:10.676Z] ---> Using cache [2020-12-10T22:04:10.676Z] ---> 0b890c90d8d5 [2020-12-10T22:04:10.676Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T22:04:10.676Z] ---> Using cache [2020-12-10T22:04:10.676Z] ---> 82330c2b5cde [2020-12-10T22:04:10.676Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T22:04:10.676Z] ---> Using cache [2020-12-10T22:04:10.676Z] ---> a85e51f22d31 [2020-12-10T22:04:10.676Z] Step 6/22 : COPY go.mod . [2020-12-10T22:04:10.676Z] ---> Using cache [2020-12-10T22:04:10.676Z] ---> c9958fb43495 [2020-12-10T22:04:10.676Z] Step 7/22 : RUN go mod download [2020-12-10T22:04:10.676Z] ---> Using cache [2020-12-10T22:04:10.676Z] ---> f5bccef232e2 [2020-12-10T22:04:10.676Z] Step 8/22 : COPY . . [2020-12-10T22:04:14.099Z] Removing intermediate container 47bd478ccc79 [2020-12-10T22:04:14.099Z] ---> f858fbba8afa [2020-12-10T22:04:14.099Z] Step 8/27 : COPY . . [2020-12-10T22:04:18.413Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T22:04:18.414Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-10T22:04:18.414Z] ---> f5f9cbf61fe7 [2020-12-10T22:04:18.414Z] Step 3/24 : WORKDIR /edgex-go [2020-12-10T22:04:18.414Z] ---> Using cache [2020-12-10T22:04:18.414Z] ---> 0b890c90d8d5 [2020-12-10T22:04:18.414Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T22:04:18.414Z] ---> Using cache [2020-12-10T22:04:18.414Z] ---> 82330c2b5cde [2020-12-10T22:04:18.414Z] Step 5/24 : RUN apk update && apk add make git [2020-12-10T22:04:18.414Z] ---> Using cache [2020-12-10T22:04:18.414Z] ---> a85e51f22d31 [2020-12-10T22:04:18.414Z] Step 6/24 : COPY go.mod . [2020-12-10T22:04:18.414Z] ---> Using cache [2020-12-10T22:04:18.414Z] ---> c9958fb43495 [2020-12-10T22:04:18.414Z] Step 7/24 : RUN go mod download [2020-12-10T22:04:18.414Z] ---> Using cache [2020-12-10T22:04:18.414Z] ---> f5bccef232e2 [2020-12-10T22:04:18.414Z] Step 8/24 : COPY . . [2020-12-10T22:04:26.745Z] ---> ce000ddcbcc0 [2020-12-10T22:04:26.745Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-10T22:04:28.189Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-10T22:04:28.189Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-10T22:04:28.189Z] ---> f5f9cbf61fe7 [2020-12-10T22:04:28.189Z] Step 3/22 : WORKDIR /edgex-go [2020-12-10T22:04:28.189Z] ---> Using cache [2020-12-10T22:04:28.189Z] ---> 0b890c90d8d5 [2020-12-10T22:04:28.189Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-10T22:04:28.189Z] ---> Using cache [2020-12-10T22:04:28.189Z] ---> 82330c2b5cde [2020-12-10T22:04:28.189Z] Step 5/22 : RUN apk update && apk add make git [2020-12-10T22:04:28.189Z] ---> Using cache [2020-12-10T22:04:28.189Z] ---> a85e51f22d31 [2020-12-10T22:04:28.189Z] Step 6/22 : COPY go.mod . [2020-12-10T22:04:28.189Z] ---> Using cache [2020-12-10T22:04:28.189Z] ---> c9958fb43495 [2020-12-10T22:04:28.189Z] Step 7/22 : RUN go mod download [2020-12-10T22:04:28.189Z] ---> Using cache [2020-12-10T22:04:28.189Z] ---> f5bccef232e2 [2020-12-10T22:04:28.190Z] Step 8/22 : COPY . . [2020-12-10T22:04:28.190Z] ---> Using cache [2020-12-10T22:04:28.190Z] ---> ce000ddcbcc0 [2020-12-10T22:04:28.190Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-10T22:04:30.830Z] ---> Running in c4ccbc7c5b69 [2020-12-10T22:04:30.830Z] ---> Running in 7a6ff8a6fac4 [2020-12-10T22:04:32.806Z] 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 [2020-12-10T22:04:32.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-10T22:04:33.080Z] ---> 83609fd49740 [2020-12-10T22:04:33.080Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-10T22:04:34.520Z] ---> Running in 89959a0f6b16 [2020-12-10T22:04:37.159Z] 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 [2020-12-10T22:04:37.764Z] ---> 74c8432cccc5 [2020-12-10T22:04:37.764Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-10T22:04:39.215Z] ---> Running in d27c72de998c [2020-12-10T22:04:41.852Z] 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 [2020-12-10T22:04:42.846Z] ---> 894ae19b0258 [2020-12-10T22:04:42.846Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-10T22:04:42.846Z] ---> Running in 7cfcf3b54e69 [2020-12-10T22:04:44.843Z] 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 [2020-12-10T22:06:06.742Z] Removing intermediate container c4ccbc7c5b69 [2020-12-10T22:06:06.742Z] ---> f0263f2bec1a [2020-12-10T22:06:06.742Z] [2020-12-10T22:06:06.742Z] Step 10/22 : FROM alpine:3.10 [2020-12-10T22:06:06.742Z] 3.10: Pulling from library/alpine [2020-12-10T22:06:06.742Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-10T22:06:06.742Z] Status: Downloaded newer image for alpine:3.10 [2020-12-10T22:06:06.742Z] ---> 536a684cf733 [2020-12-10T22:06:06.742Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-10T22:06:06.742Z] ---> Running in 47432ff38b3b [2020-12-10T22:06:06.742Z] 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 [2020-12-10T22:06:06.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:06:06.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:06:06.742Z] v3.10.5-155-gab6c8e84d1 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-10T22:06:06.742Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-10T22:06:06.742Z] OK: 10169 distinct packages available [2020-12-10T22:06:06.742Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-10T22:06:06.742Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-10T22:06:06.742Z] (3/5) Installing libcurl (7.66.0-r2) [2020-12-10T22:06:06.742Z] (4/5) Installing curl (7.66.0-r2) [2020-12-10T22:06:06.742Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-10T22:06:06.742Z] Executing busybox-1.30.1-r3.trigger [2020-12-10T22:06:06.742Z] Executing ca-certificates-20191127-r2.trigger [2020-12-10T22:06:06.742Z] OK: 7 MiB in 19 packages [2020-12-10T22:06:07.029Z] Removing intermediate container 47432ff38b3b [2020-12-10T22:06:07.029Z] ---> 4cd2629685af [2020-12-10T22:06:07.029Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-10T22:06:07.312Z] ---> Running in 6440cea28d1b [2020-12-10T22:06:07.917Z] Removing intermediate container 6440cea28d1b [2020-12-10T22:06:07.917Z] ---> 424dd7f80f53 [2020-12-10T22:06:07.917Z] Step 13/22 : WORKDIR / [2020-12-10T22:06:08.192Z] ---> Running in 265de680c75a [2020-12-10T22:06:08.795Z] Removing intermediate container 265de680c75a [2020-12-10T22:06:08.795Z] ---> 4ab356798212 [2020-12-10T22:06:08.795Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-10T22:06:09.811Z] ---> cb52de5d4693 [2020-12-10T22:06:09.811Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-10T22:06:11.817Z] ---> b228da406dff [2020-12-10T22:06:11.817Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-10T22:06:13.274Z] ---> c40ffabdbbb6 [2020-12-10T22:06:13.274Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-10T22:06:15.271Z] ---> 1401c921730b [2020-12-10T22:06:15.271Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-10T22:06:15.271Z] ---> Running in 909e77d8c055 [2020-12-10T22:06:17.921Z] Removing intermediate container d27c72de998c [2020-12-10T22:06:17.921Z] ---> 107a35951246 [2020-12-10T22:06:17.921Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-10T22:06:18.523Z] ---> Running in 4e2cc07e4256 [2020-12-10T22:06:19.130Z] Removing intermediate container 7cfcf3b54e69 [2020-12-10T22:06:19.130Z] ---> 44cd36b6c2c6 [2020-12-10T22:06:19.130Z] [2020-12-10T22:06:19.130Z] Step 10/24 : FROM alpine:3.10 [2020-12-10T22:06:19.130Z] ---> 536a684cf733 [2020-12-10T22:06:19.130Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-10T22:06:19.130Z] ---> Using cache [2020-12-10T22:06:19.130Z] ---> 4cd2629685af [2020-12-10T22:06:19.130Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-10T22:06:19.130Z] ---> Running in 62d8e65bc525 [2020-12-10T22:06:19.406Z] Removing intermediate container 909e77d8c055 [2020-12-10T22:06:19.406Z] ---> 9ff2716688d1 [2020-12-10T22:06:19.406Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-10T22:06:19.701Z] ---> Running in c0b72bd662ae [2020-12-10T22:06:20.025Z] Removing intermediate container 62d8e65bc525 [2020-12-10T22:06:20.025Z] ---> af7f22786e89 [2020-12-10T22:06:20.025Z] Step 13/24 : WORKDIR / [2020-12-10T22:06:20.469Z] ---> Running in b38bfbe46fe3 [2020-12-10T22:06:20.469Z] Removing intermediate container c0b72bd662ae [2020-12-10T22:06:20.469Z] ---> 4b329e7c4797 [2020-12-10T22:06:20.469Z] Step 20/22 : LABEL arch=arm64 [2020-12-10T22:06:20.469Z] 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 [2020-12-10T22:06:20.838Z] ---> Running in 93ed3ce1f5f7 [2020-12-10T22:06:21.500Z] Removing intermediate container b38bfbe46fe3 [2020-12-10T22:06:21.500Z] ---> 711ab0150774 [2020-12-10T22:06:21.500Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-10T22:06:22.224Z] Removing intermediate container 93ed3ce1f5f7 [2020-12-10T22:06:22.224Z] ---> bbe9bdc26fa0 [2020-12-10T22:06:22.224Z] Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T22:06:22.500Z] ---> Running in 8d9a6cc693e3 [2020-12-10T22:06:23.103Z] ---> bb2c652c53f7 [2020-12-10T22:06:23.103Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-10T22:06:23.379Z] Removing intermediate container 8d9a6cc693e3 [2020-12-10T22:06:23.379Z] ---> e65d6e01f1e0 [2020-12-10T22:06:23.379Z] Step 22/22 : LABEL version=0.0.0 [2020-12-10T22:06:23.980Z] ---> Running in 0b6885313a87 [2020-12-10T22:06:23.980Z] Removing intermediate container 7a6ff8a6fac4 [2020-12-10T22:06:23.980Z] ---> 532c64470b2e [2020-12-10T22:06:23.980Z] [2020-12-10T22:06:23.980Z] Step 10/21 : FROM scratch [2020-12-10T22:06:23.980Z] ---> [2020-12-10T22:06:23.980Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T22:06:24.255Z] ---> Using cache [2020-12-10T22:06:24.255Z] ---> f8674912e302 [2020-12-10T22:06:24.255Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-10T22:06:24.535Z] ---> Running in 7c1104caadfd [2020-12-10T22:06:24.535Z] ---> ce6e60acbc1e [2020-12-10T22:06:24.535Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-10T22:06:24.812Z] Removing intermediate container 0b6885313a87 [2020-12-10T22:06:24.812Z] ---> 8145adeb07d7 [2020-12-10T22:06:24.812Z] [2020-12-10T22:06:25.423Z] Removing intermediate container 7c1104caadfd [2020-12-10T22:06:25.423Z] ---> 114a7b51bad5 [2020-12-10T22:06:25.423Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-10T22:06:25.699Z] ---> Running in 3d84a902adf2 [2020-12-10T22:06:25.699Z] Successfully built 8145adeb07d7 [2020-12-10T22:06:25.699Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-10T22:06:25.975Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4e2cc07e4256 [2020-12-10T22:06:25.975Z] ---> 2b47bf01eb17 [2020-12-10T22:06:25.975Z] [2020-12-10T22:06:25.975Z] Step 11/27 : FROM docker:latest [2020-12-10T22:06:25.975Z] ---> f31140561b03 [2020-12-10T22:06:25.975Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-10T22:06:25.975Z] ---> 19b5c3d0ee21 [2020-12-10T22:06:25.975Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-10T22:06:26.251Z] ---> Running in 7e531b09c4ac [2020-12-10T22:06:26.251Z] Removing intermediate container 3d84a902adf2 [2020-12-10T22:06:26.251Z] ---> 1511bdab238c [2020-12-10T22:06:26.251Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-10T22:06:26.855Z] Removing intermediate container 89959a0f6b16 [2020-12-10T22:06:26.855Z] ---> 9166f7674f4d [2020-12-10T22:06:26.855Z] [2020-12-10T22:06:26.855Z] Step 10/22 : FROM scratch [2020-12-10T22:06:26.855Z] ---> [2020-12-10T22:06:26.855Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-10T22:06:27.138Z] ---> Using cache [2020-12-10T22:06:27.138Z] ---> f8674912e302 [2020-12-10T22:06:27.138Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-10T22:06:27.413Z] ---> Running in 40943a467896 [2020-12-10T22:06:27.413Z] ---> 48aaf05a104c [2020-12-10T22:06:27.413Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-10T22:06:27.692Z] ---> 0d452493ef96 [2020-12-10T22:06:27.692Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-10T22:06:27.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:06:27.968Z] Removing intermediate container 40943a467896 [2020-12-10T22:06:27.969Z] ---> 3434ed83fcc3 [2020-12-10T22:06:27.969Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-10T22:06:27.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:06:27.969Z] ---> Running in 5699f6094e27 [2020-12-10T22:06:28.581Z] (1/2) Installing readline (8.0.4-r0) [2020-12-10T22:06:28.581Z] (2/2) Installing bash (5.0.17-r0) [2020-12-10T22:06:28.581Z] Executing bash-5.0.17-r0.post-install [2020-12-10T22:06:28.581Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T22:06:28.581Z] OK: 12 MiB in 22 packages [2020-12-10T22:06:28.853Z] Removing intermediate container 5699f6094e27 [2020-12-10T22:06:28.853Z] ---> b676786c863d [2020-12-10T22:06:28.853Z] Step 14/22 : WORKDIR / [2020-12-10T22:06:29.135Z] ---> Running in b25ebbf0b9bc [2020-12-10T22:06:29.135Z] ---> 210c90124e23 [2020-12-10T22:06:29.135Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-10T22:06:29.410Z] ---> 1618628507dd [2020-12-10T22:06:29.410Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-10T22:06:29.685Z] Removing intermediate container b25ebbf0b9bc [2020-12-10T22:06:29.685Z] ---> a7ccdb973641 [2020-12-10T22:06:29.685Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-10T22:06:30.283Z] Removing intermediate container 7e531b09c4ac [2020-12-10T22:06:30.283Z] ---> 90967b8d9d97 [2020-12-10T22:06:30.283Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-10T22:06:30.283Z] ---> f0bbc5427bc3 [2020-12-10T22:06:30.284Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-10T22:06:30.284Z] ---> 9a89af32d2e4 [2020-12-10T22:06:30.284Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-10T22:06:30.556Z] ---> Running in 76d48c2b3ae8 [2020-12-10T22:06:30.556Z] ---> Running in e1cb077349c2 [2020-12-10T22:06:30.556Z] ---> Running in fe23cb835922 [2020-12-10T22:06:30.835Z] ---> 67aa25440205 [2020-12-10T22:06:30.835Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-10T22:06:31.114Z] Removing intermediate container fe23cb835922 [2020-12-10T22:06:31.114Z] ---> fb3f906c4337 [2020-12-10T22:06:31.114Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T22:06:31.390Z] ---> Running in a68bbb441673 [2020-12-10T22:06:32.370Z] Removing intermediate container a68bbb441673 [2020-12-10T22:06:32.370Z] ---> a2e60dc4bff2 [2020-12-10T22:06:32.370Z] Step 19/21 : LABEL arch=arm64 [2020-12-10T22:06:32.370Z] ---> 69009dccda50 [2020-12-10T22:06:32.370Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-10T22:06:32.370Z] ---> Running in 05fc8deefbc3 [2020-12-10T22:06:32.969Z] Removing intermediate container 05fc8deefbc3 [2020-12-10T22:06:32.969Z] ---> f1c404b1c2d5 [2020-12-10T22:06:32.969Z] Step 20/21 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T22:06:33.241Z] ---> Running in c001a2c241bb [2020-12-10T22:06:33.241Z] ---> 0446e2721611 [2020-12-10T22:06:33.241Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-10T22:06:33.514Z] ---> Running in 6e0648735535 [2020-12-10T22:06:33.514Z] Removing intermediate container 76d48c2b3ae8 [2020-12-10T22:06:33.514Z] ---> b4a0acab0227 [2020-12-10T22:06:33.514Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-10T22:06:33.515Z] Removing intermediate container e1cb077349c2 [2020-12-10T22:06:33.515Z] ---> 4048a515ac15 [2020-12-10T22:06:33.790Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-10T22:06:33.790Z] ---> Running in 87675f392f00 [2020-12-10T22:06:33.790Z] Removing intermediate container c001a2c241bb [2020-12-10T22:06:33.790Z] ---> af02d74b31eb [2020-12-10T22:06:33.790Z] Step 21/21 : LABEL version=0.0.0 [2020-12-10T22:06:33.790Z] ---> Running in c2908b934b53 [2020-12-10T22:06:34.072Z] Removing intermediate container 6e0648735535 [2020-12-10T22:06:34.072Z] ---> 6dac98e896d2 [2020-12-10T22:06:34.072Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T22:06:34.072Z] ---> Running in a7ec1e7ba7ca [2020-12-10T22:06:34.072Z] ---> Running in 69848195e452 [2020-12-10T22:06:34.354Z] Removing intermediate container 87675f392f00 [2020-12-10T22:06:34.354Z] ---> ec7cb69589f6 [2020-12-10T22:06:34.354Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-10T22:06:34.354Z] ---> Running in 25e157a15839 [2020-12-10T22:06:34.354Z] Removing intermediate container c2908b934b53 [2020-12-10T22:06:34.354Z] ---> b8bf51d2b484 [2020-12-10T22:06:34.354Z] Step 22/24 : LABEL arch=arm64 [2020-12-10T22:06:34.631Z] Removing intermediate container a7ec1e7ba7ca [2020-12-10T22:06:34.631Z] ---> c5d0d856b46c [2020-12-10T22:06:34.631Z] [2020-12-10T22:06:34.631Z] ---> Running in 18c1d52cc350 [2020-12-10T22:06:34.631Z] Removing intermediate container 69848195e452 [2020-12-10T22:06:34.631Z] ---> 9e831fff0a52 [2020-12-10T22:06:34.631Z] Step 20/22 : LABEL arch=arm64 [2020-12-10T22:06:34.907Z] ---> Running in 669c41c20496 [2020-12-10T22:06:35.186Z] Removing intermediate container 25e157a15839 [2020-12-10T22:06:35.186Z] ---> 53f33700952f [2020-12-10T22:06:35.186Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-10T22:06:35.186Z] Successfully built c5d0d856b46c [2020-12-10T22:06:35.186Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-10T22:06:35.186Z]  Building docker-support-scheduler-go ... done  ---> Running in 6105154d7f34 [2020-12-10T22:06:35.462Z] Removing intermediate container 18c1d52cc350 [2020-12-10T22:06:35.462Z] ---> eefb684c7686 [2020-12-10T22:06:35.462Z] Step 23/24 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T22:06:35.462Z] ---> Running in aefebe76db42 [2020-12-10T22:06:35.462Z] Removing intermediate container 669c41c20496 [2020-12-10T22:06:35.462Z] ---> c380e0e503b8 [2020-12-10T22:06:35.462Z] Step 21/22 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T22:06:35.742Z] Removing intermediate container 6105154d7f34 [2020-12-10T22:06:35.742Z] ---> 3eb5f03b33c0 [2020-12-10T22:06:35.742Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-10T22:06:35.742Z] ---> Running in 2e85d21892f7 [2020-12-10T22:06:36.022Z] Removing intermediate container aefebe76db42 [2020-12-10T22:06:36.022Z] ---> cf9d32eeaa7c [2020-12-10T22:06:36.022Z] Step 24/24 : LABEL version=0.0.0 [2020-12-10T22:06:36.297Z] ---> Running in cc89553247e8 [2020-12-10T22:06:36.570Z] Removing intermediate container 2e85d21892f7 [2020-12-10T22:06:36.570Z] ---> d563512f5c8a [2020-12-10T22:06:36.570Z] Step 22/22 : LABEL version=0.0.0 [2020-12-10T22:06:36.570Z] ---> Running in eaad7b587ebe [2020-12-10T22:06:36.842Z] Removing intermediate container cc89553247e8 [2020-12-10T22:06:36.842Z] ---> 80f74f3e5813 [2020-12-10T22:06:36.842Z] [2020-12-10T22:06:36.842Z] ---> 7596db84593a [2020-12-10T22:06:36.842Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-10T22:06:37.440Z] Removing intermediate container eaad7b587ebe [2020-12-10T22:06:37.440Z] ---> 5334b84c8b84 [2020-12-10T22:06:37.440Z] [2020-12-10T22:06:37.440Z] Successfully built 80f74f3e5813 [2020-12-10T22:06:37.440Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-10T22:06:37.712Z]  Building docker-security-secretstore-setup-go ... done Successfully built 5334b84c8b84 [2020-12-10T22:06:37.712Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-10T22:06:37.986Z]  Building docker-core-command-go ... done  ---> 1e1b5692572a [2020-12-10T22:06:37.986Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-10T22:06:38.986Z] ---> 37b7e43484ba [2020-12-10T22:06:38.986Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-10T22:06:38.986Z] ---> Running in 208223bb1946 [2020-12-10T22:06:40.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:06:40.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:06:40.705Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-10T22:06:40.705Z] (2/33) Installing expat (2.2.9-r1) [2020-12-10T22:06:40.705Z] (3/33) Installing libffi (3.3-r2) [2020-12-10T22:06:40.705Z] (4/33) Installing gdbm (1.13-r1) [2020-12-10T22:06:40.981Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-10T22:06:40.981Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-10T22:06:40.981Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-10T22:06:42.423Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-10T22:06:42.423Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-10T22:06:42.423Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-10T22:06:42.698Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-10T22:06:42.698Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-10T22:06:42.698Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-10T22:06:42.698Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-10T22:06:42.698Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-10T22:06:42.698Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-10T22:06:42.698Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-10T22:06:42.974Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-10T22:06:42.974Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-10T22:06:42.974Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-10T22:06:42.974Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-10T22:06:42.974Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-10T22:06:42.974Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-10T22:06:42.974Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-10T22:06:42.974Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-10T22:06:42.974Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-10T22:06:42.974Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-10T22:06:43.249Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-10T22:06:43.249Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-10T22:06:43.249Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-10T22:06:43.249Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-10T22:06:43.249Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-10T22:06:43.249Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-10T22:06:43.249Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T22:06:43.249Z] OK: 71 MiB in 55 packages [2020-12-10T22:06:49.975Z] Removing intermediate container 208223bb1946 [2020-12-10T22:06:49.975Z] ---> 2932d08ed97a [2020-12-10T22:06:49.975Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-10T22:06:50.249Z] ---> Running in 0fd63a9fdbf6 [2020-12-10T22:06:54.553Z] Collecting docker-compose==1.23.2 [2020-12-10T22:06:54.553Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-10T22:06:55.527Z] Collecting docker<4.0,>=3.6.0 [2020-12-10T22:06:55.527Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-10T22:06:56.509Z] Collecting PyYAML<4,>=3.10 [2020-12-10T22:06:56.509Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-10T22:06:59.127Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-10T22:06:59.127Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-10T22:07:01.748Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-10T22:07:01.748Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-10T22:07:02.023Z] Collecting docopt<0.7,>=0.6.1 [2020-12-10T22:07:02.023Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-10T22:07:04.000Z] Collecting cached-property<2,>=1.2.0 [2020-12-10T22:07:04.000Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-10T22:07:04.000Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-10T22:07:04.272Z] Collecting texttable<0.10,>=0.9.0 [2020-12-10T22:07:04.272Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-10T22:07:06.252Z] Collecting jsonschema<3,>=2.5.1 [2020-12-10T22:07:06.252Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-10T22:07:06.526Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-10T22:07:06.526Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-10T22:07:07.126Z] Collecting docker-pycreds>=0.4.0 [2020-12-10T22:07:07.126Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-10T22:07:07.126Z] 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) [2020-12-10T22:07:07.399Z] Collecting idna<2.8,>=2.5 [2020-12-10T22:07:07.399Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-10T22:07:07.399Z] 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) [2020-12-10T22:07:07.995Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-10T22:07:07.995Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-10T22:07:07.995Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-10T22:07:07.995Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-10T22:07:07.995Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-10T22:07:07.995Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-10T22:07:08.978Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, docopt, cached-property, texttable, jsonschema, docker-compose [2020-12-10T22:07:08.978Z] Attempting uninstall: idna [2020-12-10T22:07:08.978Z] Found existing installation: idna 2.9 [2020-12-10T22:07:08.978Z] Uninstalling idna-2.9: [2020-12-10T22:07:08.979Z] Successfully uninstalled idna-2.9 [2020-12-10T22:07:09.577Z] Attempting uninstall: urllib3 [2020-12-10T22:07:09.577Z] Found existing installation: urllib3 1.25.9 [2020-12-10T22:07:09.577Z] Uninstalling urllib3-1.25.9: [2020-12-10T22:07:09.577Z] Successfully uninstalled urllib3-1.25.9 [2020-12-10T22:07:10.180Z] Attempting uninstall: requests [2020-12-10T22:07:10.180Z] Found existing installation: requests 2.23.0 [2020-12-10T22:07:10.180Z] Uninstalling requests-2.23.0: [2020-12-10T22:07:10.180Z] Successfully uninstalled requests-2.23.0 [2020-12-10T22:07:11.616Z] Running setup.py install for PyYAML: started [2020-12-10T22:07:13.596Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-10T22:07:13.596Z] Running setup.py install for dockerpty: started [2020-12-10T22:07:15.576Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-10T22:07:15.576Z] Running setup.py install for docopt: started [2020-12-10T22:07:17.558Z] Running setup.py install for docopt: finished with status 'done' [2020-12-10T22:07:17.558Z] Running setup.py install for texttable: started [2020-12-10T22:07:18.997Z] Running setup.py install for texttable: finished with status 'done' [2020-12-10T22:07:20.476Z] 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.57.0 [2020-12-10T22:07:23.917Z] Removing intermediate container 0fd63a9fdbf6 [2020-12-10T22:07:23.917Z] ---> a07789d1ea7a [2020-12-10T22:07:23.917Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-10T22:07:24.196Z] ---> Running in 902bf154b78c [2020-12-10T22:07:25.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-10T22:07:25.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-10T22:07:26.055Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-10T22:07:26.055Z] (2/3) Installing libcurl (7.69.1-r2) [2020-12-10T22:07:26.055Z] (3/3) Installing curl (7.69.1-r2) [2020-12-10T22:07:26.055Z] Executing busybox-1.31.1-r19.trigger [2020-12-10T22:07:26.055Z] OK: 71 MiB in 58 packages [2020-12-10T22:07:27.043Z] Removing intermediate container 902bf154b78c [2020-12-10T22:07:27.043Z] ---> f109c78d670f [2020-12-10T22:07:27.320Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-10T22:07:27.320Z] ---> Running in 8e8a4bda0b17 [2020-12-10T22:07:27.917Z] Removing intermediate container 8e8a4bda0b17 [2020-12-10T22:07:27.917Z] ---> 7c5fc70af72b [2020-12-10T22:07:27.917Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-10T22:07:27.917Z] ---> Running in acab6c87f608 [2020-12-10T22:07:28.515Z] Removing intermediate container acab6c87f608 [2020-12-10T22:07:28.515Z] ---> 4dfc45adb13f [2020-12-10T22:07:28.515Z] Step 25/27 : LABEL arch=arm64 [2020-12-10T22:07:28.515Z] ---> Running in 9a3a8259960f [2020-12-10T22:07:28.792Z] Removing intermediate container 9a3a8259960f [2020-12-10T22:07:28.792Z] ---> 18d9da7d5898 [2020-12-10T22:07:28.792Z] Step 26/27 : LABEL git_sha=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [2020-12-10T22:07:29.067Z] ---> Running in 8cf2063b1cc9 [2020-12-10T22:07:29.666Z] Removing intermediate container 8cf2063b1cc9 [2020-12-10T22:07:29.666Z] ---> 21c36fc92339 [2020-12-10T22:07:29.666Z] Step 27/27 : LABEL version=0.0.0 [2020-12-10T22:07:29.666Z] ---> Running in 84c19088defc [2020-12-10T22:07:30.269Z] Removing intermediate container 84c19088defc [2020-12-10T22:07:30.269Z] ---> 93bbb77e8523 [2020-12-10T22:07:30.269Z] [2020-12-10T22:07:30.545Z] Successfully built 93bbb77e8523 [2020-12-10T22:07:30.545Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-10T22:07:30.835Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-10T22:07:30.846Z] $ docker stop --time=1 bff609b03dd3dad09362f6c0b1f0949b1eb88cf450c4d83fc95be6da2269f1f9 [2020-12-10T22:07:32.822Z] $ docker rm -f bff609b03dd3dad09362f6c0b1f0949b1eb88cf450c4d83fc95be6da2269f1f9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-10T22:07:33.550Z] + docker images [2020-12-10T22:07:33.550Z] + grep docker [2020-12-10T22:07:33.823Z] docker-sys-mgmt-agent-go-arm64 latest 93bbb77e8523 4 seconds ago 300MB [2020-12-10T22:07:33.823Z] docker-core-command-go-arm64 latest 5334b84c8b84 57 seconds ago 11.4MB [2020-12-10T22:07:33.823Z] docker-security-secretstore-setup-go-arm64 latest 80f74f3e5813 57 seconds ago 23.5MB [2020-12-10T22:07:33.823Z] docker-support-scheduler-go-arm64 latest c5d0d856b46c 59 seconds ago 11.5MB [2020-12-10T22:07:33.823Z] docker-security-bootstrap-redis-go-arm64 latest 8145adeb07d7 About a minute ago 15.2MB [2020-12-10T22:07:33.823Z] docker-core-data-go-arm64 latest 6b3a739f930a 3 minutes ago 22.3MB [2020-12-10T22:07:33.823Z] docker-core-metadata-go-arm64 latest 8d0a92a54545 3 minutes ago 13.6MB [2020-12-10T22:07:33.823Z] docker-support-notifications-go-arm64 latest efbc3fb49df5 4 minutes ago 12.9MB [2020-12-10T22:07:33.823Z] docker-security-secrets-setup-go-arm64 latest dc223b870d99 4 minutes ago 22.7MB [2020-12-10T22:07:33.823Z] docker-security-proxy-setup-go-arm64 latest f1ce02513b00 4 minutes ago 23.4MB [2020-12-10T22:07:33.823Z] docker latest f31140561b03 6 hours 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 [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 [2020-12-10T22:07:35.975Z] provisioning config files... [2020-12-10T22:07:35.992Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config9087053417900435658tmp [Pipeline] { [Pipeline] sh [2020-12-10T22:07:36.418Z] + set +x [2020-12-10T22:07:36.418Z] + curl -s https://codecov.io/bash [2020-12-10T22:07:36.418Z] + bash -s -- [2020-12-10T22:07:36.999Z] [2020-12-10T22:07:36.999Z] _____ _ [2020-12-10T22:07:36.999Z] / ____| | | [2020-12-10T22:07:36.999Z] | | ___ __| | ___ ___ _____ __ [2020-12-10T22:07:36.999Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-10T22:07:36.999Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-10T22:07:36.999Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-10T22:07:36.999Z] Bash-20201130-cc6d3fe [2020-12-10T22:07:36.999Z] [2020-12-10T22:07:36.999Z] [2020-12-10T22:07:36.999Z] ==> Jenkins CI detected. [2020-12-10T22:07:36.999Z] project root: . [2020-12-10T22:07:36.999Z] --> token set from env [2020-12-10T22:07:36.999Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-10T22:07:36.999Z] ==> Running gcov in . (disable via -X gcov) [2020-12-10T22:07:36.999Z] ==> Python coveragepy not found [2020-12-10T22:07:36.999Z] ==> Searching for coverage reports in: [2020-12-10T22:07:36.999Z] + . [2020-12-10T22:07:36.999Z] -> Found 1 reports [2020-12-10T22:07:36.999Z] ==> Detecting git/mercurial file structure [2020-12-10T22:07:36.999Z] ==> Reading reports [2020-12-10T22:07:36.999Z] + ./coverage.out bytes=569562 [2020-12-10T22:07:36.999Z] ==> Appending adjustments [2020-12-10T22:07:36.999Z] https://docs.codecov.io/docs/fixing-reports [2020-12-10T22:07:40.310Z] + Found adjustments [2020-12-10T22:07:40.310Z] ==> Gzipping contents [2020-12-10T22:07:40.310Z] 88K /tmp/codecov.BgOlfI.gz [2020-12-10T22:07:40.310Z] ==> Uploading reports [2020-12-10T22:07:40.310Z] url: https://codecov.io [2020-12-10T22:07:40.310Z] query: branch=PR-2886&commit=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2886%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2886&job=&cmd_args= [2020-12-10T22:07:40.310Z] -> Pinging Codecov [2020-12-10T22:07:40.310Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2886&commit=565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2886%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2886&job=&cmd_args= [2020-12-10T22:07:40.886Z] -> Uploading to [2020-12-10T22:07:40.886Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-10/00271124DB129430A58F1EEE437C3FCB/565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a/0b1da8fb-98d0-451c-9f56-73fe7d08530a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201210%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201210T220740Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4dd35f04b42829985e960023a7b49503b85d326ddb431410d68aeb89bf183c0d [2020-12-10T22:07:40.886Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-10T22:07:40.886Z] Dload Upload Total Spent Left Speed [2020-12-10T22:07:41.460Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88088 0 0 100 88088 0 164k --:--:-- --:--:-- --:--:-- 164k [2020-12-10T22:07:41.460Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/565a8fe1ddcaee5739cd1e3a9f31e2f61f95e70a [Pipeline] } [2020-12-10T22:07:41.470Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 [2020-12-10T22:07:45.006Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T22:07:45.952Z] ---> package-listing.sh [2020-12-10T22:07:45.952Z] ++ facter osfamily [2020-12-10T22:07:45.952Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-10T22:07:45.952Z] + OS_FAMILY=redhat [2020-12-10T22:07:45.952Z] + workspace=/w/workspace/edgex-go/17 [2020-12-10T22:07:45.952Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-10T22:07:45.952Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-10T22:07:45.952Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-10T22:07:45.952Z] + PACKAGES=/tmp/packages_start.txt [2020-12-10T22:07:45.952Z] + '[' /w/workspace/edgex-go/17 ']' [2020-12-10T22:07:45.952Z] + PACKAGES=/tmp/packages_end.txt [2020-12-10T22:07:45.952Z] + case "${OS_FAMILY}" in [2020-12-10T22:07:45.952Z] + rpm -qa [2020-12-10T22:07:45.952Z] + sort [2020-12-10T22:07:51.330Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-10T22:07:51.330Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-10T22:07:51.330Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-10T22:07:51.330Z] + '[' /w/workspace/edgex-go/17 ']' [2020-12-10T22:07:51.330Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2020-12-10T22:07:51.330Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2020-12-10T22:07:51.343Z] 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-10T22:07:51.644Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-10T22:07:51.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T22:07:51.951Z] [2020-12-10T22:07:51.951Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-10T22:07:52.303Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T22:07:52.303Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-10T22:07:52.303Z] df20fa9351a1: Pulling fs layer [2020-12-10T22:07:52.303Z] 36b3adc4ff6f: Pulling fs layer [2020-12-10T22:07:52.303Z] 8ad3a11d3b57: Pulling fs layer [2020-12-10T22:07:52.303Z] 46f8f816bc3b: Pulling fs layer [2020-12-10T22:07:52.303Z] 93b61091891f: Pulling fs layer [2020-12-10T22:07:52.303Z] 93b9cdb0e59b: Pulling fs layer [2020-12-10T22:07:52.303Z] 5e14af77c1be: Pulling fs layer [2020-12-10T22:07:52.303Z] 01666e4c0597: Pulling fs layer [2020-12-10T22:07:52.303Z] aa168da1d23b: Pulling fs layer [2020-12-10T22:07:52.303Z] 01666e4c0597: Waiting [2020-12-10T22:07:52.303Z] 93b9cdb0e59b: Waiting [2020-12-10T22:07:52.303Z] 5e14af77c1be: Waiting [2020-12-10T22:07:52.303Z] aa168da1d23b: Waiting [2020-12-10T22:07:52.303Z] 46f8f816bc3b: Waiting [2020-12-10T22:07:52.303Z] 93b61091891f: Waiting [2020-12-10T22:07:52.303Z] 36b3adc4ff6f: Download complete [2020-12-10T22:07:52.303Z] 46f8f816bc3b: Verifying Checksum [2020-12-10T22:07:52.303Z] 46f8f816bc3b: Download complete [2020-12-10T22:07:52.565Z] df20fa9351a1: Verifying Checksum [2020-12-10T22:07:52.565Z] df20fa9351a1: Download complete [2020-12-10T22:07:52.565Z] 93b9cdb0e59b: Verifying Checksum [2020-12-10T22:07:52.565Z] 93b9cdb0e59b: Download complete [2020-12-10T22:07:52.565Z] 5e14af77c1be: Verifying Checksum [2020-12-10T22:07:52.565Z] 5e14af77c1be: Download complete [2020-12-10T22:07:52.565Z] 93b61091891f: Verifying Checksum [2020-12-10T22:07:52.565Z] 93b61091891f: Download complete [2020-12-10T22:07:52.565Z] 01666e4c0597: Verifying Checksum [2020-12-10T22:07:52.565Z] 01666e4c0597: Download complete [2020-12-10T22:07:52.830Z] df20fa9351a1: Pull complete [2020-12-10T22:07:52.830Z] 8ad3a11d3b57: Verifying Checksum [2020-12-10T22:07:52.830Z] 8ad3a11d3b57: Download complete [2020-12-10T22:07:53.095Z] 36b3adc4ff6f: Pull complete [2020-12-10T22:07:54.043Z] 8ad3a11d3b57: Pull complete [2020-12-10T22:07:54.043Z] 46f8f816bc3b: Pull complete [2020-12-10T22:07:54.988Z] aa168da1d23b: Verifying Checksum [2020-12-10T22:07:54.989Z] aa168da1d23b: Download complete [2020-12-10T22:07:55.937Z] 93b61091891f: Pull complete [2020-12-10T22:07:55.937Z] 93b9cdb0e59b: Pull complete [2020-12-10T22:07:56.201Z] 5e14af77c1be: Pull complete [2020-12-10T22:07:56.201Z] 01666e4c0597: Pull complete [2020-12-10T22:08:11.195Z] aa168da1d23b: Pull complete [2020-12-10T22:08:11.195Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-10T22:08:11.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-10T22:08:11.195Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-10T22:08:11.436Z] prd-centos7-docker-4c-2g-15449 does not seem to be running inside a container [2020-12-10T22:08:11.488Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-lftools-log-publisher:alpine cat [2020-12-10T22:08:14.357Z] $ docker top 0482dae4a83912828c8957d249bcc8408ab1d5fa5bf7874ee0b76b60fd041dbe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-10T22:08:14.911Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-10T22:08:15.214Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-10T22:08:15.515Z] + ls /var/log/sa-host [2020-12-10T22:08:15.515Z] + sadf -c /var/log/sa-host/sa10 [2020-12-10T22:08:15.515Z] file_magic: OK [2020-12-10T22:08:15.515Z] HZ: Using current value: 100 [2020-12-10T22:08:15.515Z] file_header: OK [2020-12-10T22:08:15.515Z] 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 [2020-12-10T22:08:15.515Z] Statistics: [2020-12-10T22:08:15.515Z] 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... [2020-12-10T22:08:15.515Z] File successfully converted to sysstat format version 12.2.1 [2020-12-10T22:08:15.515Z] + sadf -c /var/log/sa-host/sa23 [2020-12-10T22:08:15.515Z] file_magic: OK [2020-12-10T22:08:15.515Z] HZ: Using current value: 100 [2020-12-10T22:08:15.515Z] file_header: OK [2020-12-10T22:08:15.515Z] 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 [2020-12-10T22:08:15.515Z] Statistics: [2020-12-10T22:08:15.515Z] Hnuu...uuuununununu... [2020-12-10T22:08:15.515Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-10T22:08:15.725Z] provisioning config files... [2020-12-10T22:08:15.747Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config2165821495291973048tmp [Pipeline] { [Pipeline] echo [2020-12-10T22:08:15.829Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T22:08:16.128Z] ---> create-netrc.sh [Pipeline] } [2020-12-10T22:08:16.138Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-10T22:08:16.235Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T22:08:16.531Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-10T22:08:16.542Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T22:08:16.839Z] ---> sudo-logs.sh [2020-12-10T22:08:16.839Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-10T22:08:16.849Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T22:08:17.146Z] ---> job-cost.sh [2020-12-10T22:08:17.146Z] lf-activate-venv: SKIPPING [2020-12-10T22:08:17.146Z] INFO: No Stack... [2020-12-10T22:08:19.064Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-10T22:08:19.327Z] INFO: Archiving Costs [Pipeline] echo [2020-12-10T22:08:19.341Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-10T22:08:19.640Z] ---> logs-deploy.sh [2020-12-10T22:08:19.640Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2886/17 [2020-12-10T22:08:19.640Z] INFO: archiving workspace using pattern(s): [2020-12-10T22:08:21.029Z] Archives upload complete. [2020-12-10T22:08:21.291Z] INFO: archiving logs to Nexus