Branch indexing 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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 7e59eed31d5d107cd80d2fed28b10d2b19cc7331+471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 (934c3b8fd35c6b17a03b207a8edc96849df3f9c4) 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 db23789807683fe8db4060e61030128140927cef 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 db23789807683fe8db4060e61030128140927cef 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 db23789807683fe8db4060e61030128140927cef (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db23789807683fe8db4060e61030128140927cef # timeout=10 Commit message: "Merge pull request #292 from ernestojeda/launch-isolated-node" > 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-11140 in /w/workspace/edgexfoundry_edgex-go_PR-2808 [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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2808/head:refs/remotes/origin/PR-2808 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 Merge succeeded, producing 482cf3223edd4de3d82fc43c64b6e1a4f47d709c Checking out Revision 482cf3223edd4de3d82fc43c64b6e1a4f47d709c (PR-2808) > git config core.sparsecheckout # timeout=10 > git checkout -f 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # 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 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 482cf3223edd4de3d82fc43c64b6e1a4f47d709c # timeout=10 Commit message: "Merge commit '471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75' into HEAD" > git rev-list --no-walk 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-04T00:31:09.783Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-04T00:31:10.134Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-04T00:31:10.242Z] ========================================================= [2020-11-04T00:31:10.242Z] EdgeX Global Pipelines Version Info [2020-11-04T00:31:10.242Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-04T00:31:11.718Z] ------------------- [2020-11-04T00:31:11.718Z] stable info: [2020-11-04T00:31:11.718Z] ------------------- [2020-11-04T00:31:11.718Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-04T00:31:11.718Z] Commit SHA: db23789807683fe8db4060e61030128140927cef [2020-11-04T00:31:11.718Z] Message: update stable to v1.0.159 [2020-11-04T00:31:12.675Z] ------------------- [2020-11-04T00:31:12.675Z] experimental info: [2020-11-04T00:31:12.675Z] ------------------- [2020-11-04T00:31:12.675Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-04T00:31:12.675Z] Commit SHA: db23789807683fe8db4060e61030128140927cef [2020-11-04T00:31:12.675Z] Message: update experimental to v1.0.159 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-04T00:31:12.940Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-04T00:31:13.035Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-04T00:31:13.145Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-04T00:31:13.334Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-04T00:31:13.441Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-04T00:31:13.549Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-04T00:31:13.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-04T00:31:13.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-04T00:31:13.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-04T00:31:13.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-04T00:31:14.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-04T00:31:14.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-04T00:31:14.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-04T00:31:14.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-04T00:31:14.383Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-04T00:31:14.470Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-04T00:31:14.558Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-04T00:31:14.654Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-04T00:31:14.742Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-04T00:31:14.890Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-04T00:31:14.992Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-04T00:31:15.090Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-04T00:31:15.180Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2808 [Pipeline] echo [2020-11-04T00:31:15.275Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2808 [Pipeline] echo [2020-11-04T00:31:15.362Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2808 [Pipeline] echo [2020-11-04T00:31:15.470Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 482cf3223edd4de3d82fc43c64b6e1a4f47d709c [Pipeline] echo [2020-11-04T00:31:15.568Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 482cf32 [Pipeline] echo [2020-11-04T00:31:15.660Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-11-04T00:31:16.048Z] ++ 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-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/core-command/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/core-data/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-04T00:31:16.048Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T00:31:16.048Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-04T00:31:16.048Z] ++ cut -d/ -f2 [2020-11-04T00:31:16.048Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-04T00:31:16.123Z] 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-logging-go, dockerfile:cmd/support-logging/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-11-04T00:31:17.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-04T00:31:17.296Z] [2020-11-04T00:31:17.296Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:31:17.669Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-04T00:31:17.670Z] latest: Pulling from edgex-devops/git-semver [2020-11-04T00:31:17.670Z] 31603596830f: Pulling fs layer [2020-11-04T00:31:17.670Z] 2a8b12db71e7: Pulling fs layer [2020-11-04T00:31:17.670Z] 6ca5941a6612: Pulling fs layer [2020-11-04T00:31:17.670Z] ecc8261a40a4: Pulling fs layer [2020-11-04T00:31:17.670Z] ecc8261a40a4: Waiting [2020-11-04T00:31:17.670Z] 2a8b12db71e7: Verifying Checksum [2020-11-04T00:31:17.670Z] 2a8b12db71e7: Download complete [2020-11-04T00:31:17.937Z] 31603596830f: Download complete [2020-11-04T00:31:17.937Z] ecc8261a40a4: Verifying Checksum [2020-11-04T00:31:17.937Z] ecc8261a40a4: Download complete [2020-11-04T00:31:18.202Z] 6ca5941a6612: Verifying Checksum [2020-11-04T00:31:18.202Z] 6ca5941a6612: Download complete [2020-11-04T00:31:18.202Z] 31603596830f: Pull complete [2020-11-04T00:31:18.466Z] 2a8b12db71e7: Pull complete [2020-11-04T00:31:19.046Z] 6ca5941a6612: Pull complete [2020-11-04T00:31:19.315Z] ecc8261a40a4: Pull complete [2020-11-04T00:31:19.315Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-04T00:31:19.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-04T00:31:19.315Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-04T00:31:19.427Z] prd-centos7-docker-4c-2g-11140 does not seem to be running inside a container [2020-11-04T00:31:19.492Z] $ 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-11-04T00:31:21.593Z] $ docker top e006449ed847eceb7a629c71fe8f82f0f9fb815281dc9e81bfab934fa6539c0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-04T00:31:21.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-04T00:31:21.912Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-04T00:31:22.153Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-04T00:31:22.159Z] $ docker exec e006449ed847eceb7a629c71fe8f82f0f9fb815281dc9e81bfab934fa6539c0f ssh-agent [2020-11-04T00:31:22.332Z] SSH_AUTH_SOCK=/tmp/ssh-hi3my1hsy7nV/agent.11 [2020-11-04T00:31:22.332Z] SSH_AGENT_PID=16 [2020-11-04T00:31:22.345Z] Running ssh-add (command line suppressed) [2020-11-04T00:31:22.474Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_2046581607639342103.key (/w/workspace/edgex-go/17@tmp/private_key_2046581607639342103.key) [2020-11-04T00:31:22.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-04T00:31:22.904Z] + git tag --points-at HEAD [Pipeline] } [2020-11-04T00:31:22.996Z] $ docker exec --env ******** --env ******** e006449ed847eceb7a629c71fe8f82f0f9fb815281dc9e81bfab934fa6539c0f ssh-agent -k [2020-11-04T00:31:23.161Z] unset SSH_AUTH_SOCK; [2020-11-04T00:31:23.161Z] unset SSH_AGENT_PID; [2020-11-04T00:31:23.161Z] echo Agent pid 16 killed; [2020-11-04T00:31:23.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-04T00:31:23.361Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-04T00:31:23.361Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-04T00:31:23.563Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-04T00:31:23.569Z] $ docker exec e006449ed847eceb7a629c71fe8f82f0f9fb815281dc9e81bfab934fa6539c0f ssh-agent [2020-11-04T00:31:23.747Z] SSH_AUTH_SOCK=/tmp/ssh-fzkbb8z70PtW/agent.45 [2020-11-04T00:31:23.747Z] SSH_AGENT_PID=51 [2020-11-04T00:31:23.754Z] Running ssh-add (command line suppressed) [2020-11-04T00:31:23.889Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_9113860528413684916.key (/w/workspace/edgex-go/17@tmp/private_key_9113860528413684916.key) [2020-11-04T00:31:23.939Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-04T00:31:24.267Z] + git semver init [2020-11-04T00:31:24.268Z] # -> Open(): unable to determine branch for HEAD [2020-11-04T00:31:24.268Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2020-11-04T00:31:24.268Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2020-11-04T00:31:24.268Z] # $SEMVER_REMOTE_NAME = origin [2020-11-04T00:31:24.268Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-04T00:31:24.268Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-04T00:31:24.268Z] # $SEMVER_BRANCH = PR-2808 [2020-11-04T00:31:24.268Z] # $SEMVER_TEMP = /tmp/semver-677806966 [2020-11-04T00:31:24.268Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-04T00:32:03.178Z] # '/tmp/semver-677806966' -> '/w/workspace/edgex-go/17/.semver' [2020-11-04T00:32:03.178Z] # -> Force: false [2020-11-04T00:32:03.178Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2020-11-04T00:32:03.195Z] $ docker exec --env ******** --env ******** e006449ed847eceb7a629c71fe8f82f0f9fb815281dc9e81bfab934fa6539c0f ssh-agent -k [2020-11-04T00:32:03.460Z] unset SSH_AUTH_SOCK; [2020-11-04T00:32:03.461Z] unset SSH_AGENT_PID; [2020-11-04T00:32:03.461Z] echo Agent pid 51 killed; [2020-11-04T00:32:03.557Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-04T00:32:04.022Z] + git semver [Pipeline] } [2020-11-04T00:32:04.042Z] $ docker stop --time=1 e006449ed847eceb7a629c71fe8f82f0f9fb815281dc9e81bfab934fa6539c0f [2020-11-04T00:32:05.768Z] $ docker rm -f e006449ed847eceb7a629c71fe8f82f0f9fb815281dc9e81bfab934fa6539c0f [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-04T00:32:06.309Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-04T00:32:06.802Z] Stashed 1 file(s) [Pipeline] echo [2020-11-04T00:32:06.805Z] [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] echo [2020-11-04T00:32:07.407Z] ========================================================= [2020-11-04T00:32:07.408Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-04T00:32:07.408Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:32:07.753Z] + 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-11-04T00:32:11.134Z] Sending build context to Docker daemon 326MB [2020-11-04T00:32:11.134Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-04T00:32:11.134Z] Step 2/7 : FROM ${BASE} [2020-11-04T00:32:11.134Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-04T00:32:11.134Z] df20fa9351a1: Pulling fs layer [2020-11-04T00:32:11.134Z] ed8968b2872e: Pulling fs layer [2020-11-04T00:32:11.134Z] a92cc7c5fd73: Pulling fs layer [2020-11-04T00:32:11.134Z] e871e8e8d7a9: Pulling fs layer [2020-11-04T00:32:11.134Z] e73272ec9a57: Pulling fs layer [2020-11-04T00:32:11.134Z] 1e910a182e73: Pulling fs layer [2020-11-04T00:32:11.134Z] 4e634b169226: Pulling fs layer [2020-11-04T00:32:11.134Z] e73272ec9a57: Waiting [2020-11-04T00:32:11.134Z] 1e910a182e73: Waiting [2020-11-04T00:32:11.134Z] 4e634b169226: Waiting [2020-11-04T00:32:11.134Z] e871e8e8d7a9: Waiting [2020-11-04T00:32:11.134Z] a92cc7c5fd73: Verifying Checksum [2020-11-04T00:32:11.134Z] a92cc7c5fd73: Download complete [2020-11-04T00:32:11.134Z] ed8968b2872e: Verifying Checksum [2020-11-04T00:32:11.134Z] ed8968b2872e: Download complete [2020-11-04T00:32:11.134Z] e73272ec9a57: Verifying Checksum [2020-11-04T00:32:11.134Z] e73272ec9a57: Download complete [2020-11-04T00:32:11.134Z] 1e910a182e73: Download complete [2020-11-04T00:32:11.134Z] df20fa9351a1: Verifying Checksum [2020-11-04T00:32:11.134Z] df20fa9351a1: Download complete [2020-11-04T00:32:11.405Z] df20fa9351a1: Pull complete [2020-11-04T00:32:11.668Z] ed8968b2872e: Pull complete [2020-11-04T00:32:11.934Z] a92cc7c5fd73: Pull complete [2020-11-04T00:32:13.334Z] 4e634b169226: Verifying Checksum [2020-11-04T00:32:13.334Z] 4e634b169226: Download complete [2020-11-04T00:32:13.911Z] e871e8e8d7a9: Verifying Checksum [2020-11-04T00:32:13.911Z] e871e8e8d7a9: Download complete [2020-11-04T00:32:19.249Z] e871e8e8d7a9: Pull complete [2020-11-04T00:32:19.249Z] e73272ec9a57: Pull complete [2020-11-04T00:32:19.249Z] 1e910a182e73: Pull complete [2020-11-04T00:32:22.184Z] Still waiting to schedule task [2020-11-04T00:32:22.185Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-04T00:32:25.884Z] 4e634b169226: Pull complete [2020-11-04T00:32:25.884Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-04T00:32:25.884Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-04T00:32:25.884Z] ---> f7629b54cfaa [2020-11-04T00:32:25.884Z] 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-11-04T00:32:26.148Z] ---> Running in d79e91e77fb4 [2020-11-04T00:32:26.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:32:27.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:32:27.945Z] (1/12) Installing libmagic (5.38-r0) [2020-11-04T00:32:28.522Z] (2/12) Installing file (5.38-r0) [2020-11-04T00:32:28.522Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-04T00:32:28.522Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-04T00:32:43.475Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-04T00:32:43.475Z] (6/12) Installing patch (2.7.6-r6) [2020-11-04T00:32:43.475Z] (7/12) Installing build-base (0.5-r2) [2020-11-04T00:32:43.475Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-04T00:32:43.475Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-04T00:32:43.475Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-04T00:32:43.475Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-04T00:32:43.475Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-04T00:32:43.475Z] Executing busybox-1.31.1-r16.trigger [2020-11-04T00:32:43.475Z] OK: 233 MiB in 51 packages [2020-11-04T00:32:46.804Z] Removing intermediate container d79e91e77fb4 [2020-11-04T00:32:46.804Z] ---> 39e91cc9f94d [2020-11-04T00:32:46.804Z] Step 4/7 : WORKDIR /edgex-go [2020-11-04T00:32:46.804Z] ---> Running in d810325f0c9d [2020-11-04T00:32:46.804Z] Removing intermediate container d810325f0c9d [2020-11-04T00:32:46.804Z] ---> c747dd083d89 [2020-11-04T00:32:46.804Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-04T00:32:47.069Z] latest: Pulling from library/docker [2020-11-04T00:32:47.340Z] 188c0c94c7c5: Pulling fs layer [2020-11-04T00:32:47.340Z] 0c7c675703d6: Pulling fs layer [2020-11-04T00:32:47.340Z] cc8c12a437cb: Pulling fs layer [2020-11-04T00:32:47.340Z] c5dafad2182a: Pulling fs layer [2020-11-04T00:32:47.340Z] 5aa711733414: Pulling fs layer [2020-11-04T00:32:47.340Z] 058f73b55e4b: Pulling fs layer [2020-11-04T00:32:47.340Z] 8c9c664faf12: Pulling fs layer [2020-11-04T00:32:47.340Z] c5dafad2182a: Waiting [2020-11-04T00:32:47.340Z] 058f73b55e4b: Waiting [2020-11-04T00:32:47.340Z] 8c9c664faf12: Waiting [2020-11-04T00:32:47.340Z] cc8c12a437cb: Verifying Checksum [2020-11-04T00:32:47.340Z] cc8c12a437cb: Download complete [2020-11-04T00:32:47.340Z] 188c0c94c7c5: Verifying Checksum [2020-11-04T00:32:47.340Z] 188c0c94c7c5: Download complete [2020-11-04T00:32:47.604Z] 5aa711733414: Verifying Checksum [2020-11-04T00:32:47.604Z] 5aa711733414: Download complete [2020-11-04T00:32:47.604Z] 0c7c675703d6: Download complete [2020-11-04T00:32:47.604Z] 058f73b55e4b: Verifying Checksum [2020-11-04T00:32:47.604Z] 058f73b55e4b: Download complete [2020-11-04T00:32:47.874Z] 188c0c94c7c5: Pull complete [2020-11-04T00:32:47.874Z] 8c9c664faf12: Verifying Checksum [2020-11-04T00:32:47.874Z] 8c9c664faf12: Download complete [2020-11-04T00:32:48.140Z] 0c7c675703d6: Pull complete [2020-11-04T00:32:48.140Z] cc8c12a437cb: Pull complete [2020-11-04T00:32:48.408Z] c5dafad2182a: Download complete [2020-11-04T00:32:50.983Z] c5dafad2182a: Pull complete [2020-11-04T00:32:51.250Z] 5aa711733414: Pull complete [2020-11-04T00:32:51.250Z] 058f73b55e4b: Pull complete [2020-11-04T00:32:51.516Z] 8c9c664faf12: Pull complete [2020-11-04T00:32:51.516Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-04T00:32:51.516Z] Status: Downloaded newer image for docker:latest [2020-11-04T00:32:53.452Z] ---> accab7648be9 [2020-11-04T00:32:53.452Z] Step 6/7 : COPY go.mod . [2020-11-04T00:32:53.714Z] ---> 513d46504cc1 [2020-11-04T00:32:53.714Z] Step 7/7 : RUN go mod download [2020-11-04T00:32:53.980Z] ---> Running in 95d716aff3bb [2020-11-04T00:33:16.030Z] Removing intermediate container 95d716aff3bb [2020-11-04T00:33:16.030Z] ---> 0124b3656cd1 [2020-11-04T00:33:16.030Z] Successfully built 0124b3656cd1 [2020-11-04T00:33:16.030Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:33:16.360Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-04T00:33:16.360Z] . [Pipeline] withDockerContainer [2020-11-04T00:33:16.491Z] prd-centos7-docker-4c-2g-11140 does not seem to be running inside a container [2020-11-04T00:33:16.547Z] $ 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-11-04T00:33:17.438Z] $ docker top 140a8eec8cc590f828eac29c640d6b8f381ec2c87a97fa5fe139e2bfda3234e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T00:33:17.951Z] + go version [2020-11-04T00:33:17.951Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-04T00:33:17.968Z] $ docker stop --time=1 140a8eec8cc590f828eac29c640d6b8f381ec2c87a97fa5fe139e2bfda3234e9 [2020-11-04T00:33:19.343Z] $ docker rm -f 140a8eec8cc590f828eac29c640d6b8f381ec2c87a97fa5fe139e2bfda3234e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:33:20.194Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-04T00:33:20.194Z] . [Pipeline] withDockerContainer [2020-11-04T00:33:20.306Z] prd-centos7-docker-4c-2g-11140 does not seem to be running inside a container [2020-11-04T00:33:20.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -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-11-04T00:33:21.173Z] $ docker top fcc7243660af68eab441e5d7091492e5757570e67e31269089a09f902d922c90 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-04T00:33:21.422Z] ========================================================= [2020-11-04T00:33:21.423Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-04T00:33:21.423Z] ========================================================= [Pipeline] sh [2020-11-04T00:33:21.722Z] + make test [2020-11-04T00:33:21.723Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-04T00:33:24.304Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-04T00:33:34.448Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-04T00:33:41.179Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-04T00:33:41.179Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-04T00:33:41.179Z] ? github.com/edgexfoundry/edgex-go/cmd/edgex-secrets-config [no test files] [2020-11-04T00:33:41.179Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-04T00:33:41.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-04T00:33:41.460Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-04T00:33:43.433Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s [2020-11-04T00:33:43.433Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-04T00:33:43.433Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-04T00:33:43.433Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-04T00:33:44.834Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-04T00:33:45.108Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-04T00:33:45.108Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-04T00:33:45.108Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-04T00:33:47.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.023s coverage: 46.6% of statements [2020-11-04T00:33:47.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-04T00:33:47.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-04T00:33:47.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-04T00:33:47.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-04T00:33:47.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-04T00:33:52.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.088s coverage: 27.1% of statements [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-04T00:33:52.502Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-04T00:33:52.502Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.006s coverage: 100.0% of statements [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-04T00:33:52.502Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.038s coverage: 64.9% of statements [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-04T00:33:52.502Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.328s coverage: 84.5% of statements [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-04T00:33:52.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-04T00:33:53.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.088s coverage: 28.6% of statements [2020-11-04T00:33:53.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-04T00:33:53.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-04T00:33:53.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-04T00:33:53.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-04T00:33:53.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-04T00:33:53.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.019s coverage: 100.0% of statements [2020-11-04T00:33:53.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-04T00:33:53.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements [2020-11-04T00:33:53.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-04T00:33:54.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.029s coverage: 86.7% of statements [2020-11-04T00:33:54.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-04T00:33:54.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.029s coverage: 97.5% of statements [2020-11-04T00:33:54.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-04T00:33:54.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.023s coverage: 100.0% of statements [2020-11-04T00:33:54.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-04T00:33:54.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-04T00:33:54.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-04T00:33:54.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-04T00:33:55.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.054s coverage: 95.7% of statements [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-04T00:33:55.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-04T00:33:55.327Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-04T00:33:55.327Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.024s coverage: 0.0% of statements [no tests to run] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-11-04T00:33:55.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.004s coverage: 100.0% of statements [2020-11-04T00:33:55.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-11-04T00:33:55.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.020s coverage: 76.2% of statements [2020-11-04T00:33:55.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.007s coverage: 80.8% of statements [2020-11-04T00:33:55.865Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2020-11-04T00:33:56.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.030s coverage: 84.2% of statements [2020-11-04T00:33:56.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.015s coverage: 100.0% of statements [2020-11-04T00:33:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-11-04T00:33:57.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.075s coverage: 63.5% of statements [2020-11-04T00:33:57.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-04T00:33:57.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-04T00:33:57.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2020-11-04T00:33:57.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.009s coverage: 91.3% of statements [2020-11-04T00:33:57.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.005s coverage: 100.0% of statements [2020-11-04T00:33:57.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements [2020-11-04T00:33:57.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.009s coverage: 100.0% of statements [2020-11-04T00:33:58.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.108s coverage: 55.9% of statements [2020-11-04T00:33:58.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-04T00:33:58.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-04T00:33:58.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-04T00:33:58.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-04T00:33:58.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-04T00:33:58.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-04T00:34:01.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.190s coverage: 86.3% of statements [2020-11-04T00:34:01.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-04T00:34:01.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.273s coverage: 72.2% of statements [2020-11-04T00:34:01.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.134s coverage: 72.1% of statements [2020-11-04T00:34:01.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.011s coverage: 82.4% of statements [2020-11-04T00:34:01.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-11-04T00:34:01.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-04T00:34:01.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-04T00:34:01.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-04T00:34:01.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements [2020-11-04T00:34:01.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-04T00:34:01.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.049s coverage: 96.8% of statements [2020-11-04T00:34:01.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-04T00:34:01.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.024s coverage: 36.5% of statements [2020-11-04T00:34:01.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-04T00:34:01.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-04T00:34:01.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.142s coverage: 84.1% of statements [2020-11-04T00:34:01.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements [2020-11-04T00:34:01.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.017s coverage: 42.9% of statements [2020-11-04T00:34:01.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-04T00:34:01.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-04T00:34:01.873Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements [2020-11-04T00:34:01.873Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-04T00:34:02.156Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.020s coverage: 83.8% of statements [2020-11-04T00:34:02.156Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-04T00:34:03.584Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.053s coverage: 47.1% of statements [2020-11-04T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-04T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-04T00:34:03.584Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.061s coverage: 100.0% of statements [2020-11-04T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-04T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-04T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-04T00:34:03.584Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.011s coverage: 100.0% of statements [2020-11-04T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-04T00:34:03.584Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2020-11-04T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-04T00:34:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.060s coverage: 29.1% of statements [2020-11-04T00:34:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-04T00:34:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-04T00:34:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-04T00:34:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-04T00:34:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-04T00:34:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements [2020-11-04T00:34:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-04T00:34:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.015s coverage: 100.0% of statements [2020-11-04T00:34:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-04T00:34:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements [2020-11-04T00:34:04.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-04T00:34:04.834Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-11-04T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-04T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-04T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-04T00:34:04.834Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-04T00:34:05.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements [2020-11-04T00:34:05.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-04T00:34:05.106Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-04T00:34:05.106Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements [2020-11-04T00:34:05.371Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.009s coverage: 32.1% of statements [2020-11-04T00:34:05.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-11-04T00:34:06.219Z] GO111MODULE=on go vet ./... [2020-11-04T00:34:14.441Z] gofmt -l . [2020-11-04T00:34:14.441Z] [ "`gofmt -l .`" = "" ] [2020-11-04T00:34:14.441Z] ./bin/test-go-mod-tidy.sh [2020-11-04T00:34:15.020Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-04T00:34:17.571Z] + ls -al . [2020-11-04T00:34:17.571Z] total 648 [2020-11-04T00:34:17.571Z] drwxrwxr-x 10 1001 1001 4096 Nov 4 00:34 . [2020-11-04T00:34:17.571Z] drwxr-xr-x 4 root root 30 Nov 4 00:33 .. [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 11 Nov 4 00:31 .dockerignore [2020-11-04T00:34:17.571Z] drwxrwxr-x 8 1001 1001 179 Nov 4 00:31 .git [2020-11-04T00:34:17.571Z] drwxrwxr-x 3 1001 1001 125 Nov 4 00:31 .github [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 944 Nov 4 00:31 .gitignore [2020-11-04T00:34:17.571Z] drwx------ 3 1001 1001 47 Nov 4 00:31 .semver [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 166 Nov 4 00:31 .sonarcloud.properties [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 3804 Nov 4 00:31 CONTRIBUTING.md [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 1035 Nov 4 00:31 Dockerfile.build [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 863 Nov 4 00:31 Jenkinsfile [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 10775 Nov 4 00:31 LICENSE [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 6789 Nov 4 00:31 Makefile [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 6447 Nov 4 00:31 README.md [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 259 Nov 4 00:31 SECURITY.md [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 5 Nov 4 00:32 VERSION [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 4131 Nov 4 00:31 ZMQWindows.md [2020-11-04T00:34:17.571Z] drwxrwxr-x 2 1001 1001 117 Nov 4 00:31 bin [2020-11-04T00:34:17.571Z] drwxrwxr-x 16 1001 1001 4096 Nov 4 00:31 cmd [2020-11-04T00:34:17.571Z] -rw-r--r-- 1 root root 556324 Nov 4 00:34 coverage.out [2020-11-04T00:34:17.571Z] -rw-r--r-- 1 root root 1041 Nov 4 00:34 go.mod [2020-11-04T00:34:17.571Z] -rw-r--r-- 1 root root 18582 Nov 4 00:34 go.sum [2020-11-04T00:34:17.571Z] drwxrwxr-x 8 1001 1001 127 Nov 4 00:31 internal [2020-11-04T00:34:17.571Z] drwxrwxr-x 4 1001 1001 26 Nov 4 00:31 openapi [2020-11-04T00:34:17.571Z] drwxrwxr-x 4 1001 1001 71 Nov 4 00:31 snap [2020-11-04T00:34:17.571Z] -rw-rw-r-- 1 1001 1001 168 Nov 4 00:31 version.go [Pipeline] sh [2020-11-04T00:34:17.880Z] + '[' -e coverage.out ] [2020-11-04T00:34:17.880Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-04T00:34:18.093Z] Stashed 1 file(s) [Pipeline] sh [2020-11-04T00:34:18.392Z] + make build [2020-11-04T00:34:18.393Z] 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-11-04T00:34:28.502Z] 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-11-04T00:34:30.436Z] 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-11-04T00:34:31.834Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-04T00:34:33.231Z] 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-11-04T00:34:34.635Z] 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-11-04T00:34:34.902Z] 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-11-04T00:34:36.299Z] 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-11-04T00:34:37.727Z] 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-11-04T00:34:39.127Z] 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-11-04T00:34:40.095Z] 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-11-04T00:34:41.508Z] 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-11-04T00:34:42.457Z] 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-11-04T00:34:43.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config [Pipeline] } [2020-11-04T00:34:44.388Z] $ docker stop --time=1 fcc7243660af68eab441e5d7091492e5757570e67e31269089a09f902d922c90 [2020-11-04T00:34:46.080Z] $ docker rm -f fcc7243660af68eab441e5d7091492e5757570e67e31269089a09f902d922c90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:34:47.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-04T00:34:47.780Z] [2020-11-04T00:34:47.780Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:34:48.130Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-04T00:34:48.130Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-04T00:34:48.130Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-04T00:34:48.130Z] ca9280d653b3: Pulling fs layer [2020-11-04T00:34:48.130Z] 7e9c9ca2126c: Pulling fs layer [2020-11-04T00:34:48.130Z] cbdbe7a5bc2a: Download complete [2020-11-04T00:34:48.707Z] cbdbe7a5bc2a: Pull complete [2020-11-04T00:34:48.972Z] ca9280d653b3: Verifying Checksum [2020-11-04T00:34:48.972Z] ca9280d653b3: Download complete [2020-11-04T00:34:49.923Z] 7e9c9ca2126c: Verifying Checksum [2020-11-04T00:34:49.923Z] 7e9c9ca2126c: Download complete [2020-11-04T00:34:49.923Z] ca9280d653b3: Pull complete [2020-11-04T00:34:58.115Z] 7e9c9ca2126c: Pull complete [2020-11-04T00:34:58.115Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-04T00:34:58.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-04T00:34:58.115Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-04T00:34:58.336Z] prd-centos7-docker-4c-2g-11140 does not seem to be running inside a container [2020-11-04T00:34:58.429Z] $ 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-11-04T00:35:00.808Z] $ docker top 228caa9070471d71b2e0c791da5f157ee072fd3c418f45f0208fee72c32c6e9d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T00:35:01.319Z] + docker-compose build --help [2020-11-04T00:35:01.319Z] + grep parallel [2020-11-04T00:35:02.266Z] --parallel Build images in parallel. [Pipeline] } [2020-11-04T00:35:02.283Z] $ docker stop --time=1 228caa9070471d71b2e0c791da5f157ee072fd3c418f45f0208fee72c32c6e9d [2020-11-04T00:35:03.654Z] $ docker rm -f 228caa9070471d71b2e0c791da5f157ee072fd3c418f45f0208fee72c32c6e9d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:35:04.152Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11145 in /w/workspace/edgexfoundry_edgex-go_PR-2808 [Pipeline] { [Pipeline] ws [2020-11-04T00:35:04.209Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2020-11-04T00:35:04.358Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-04T00:35:04.358Z] . [Pipeline] withDockerContainer [2020-11-04T00:35:04.470Z] prd-centos7-docker-4c-2g-11140 does not seem to be running inside a container [2020-11-04T00:35:04.523Z] $ 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-11-04T00:35:05.318Z] $ docker top 81e01876c622c78c8419b96b45cd48f09fb927cca35b15cdb99e70077ce17f8f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T00:35:05.993Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-04T00:35:07.010Z] Building docker-core-command-go ... [2020-11-04T00:35:07.010Z] Building docker-core-data-go ... [2020-11-04T00:35:07.010Z] Building docker-core-metadata-go ... [2020-11-04T00:35:07.010Z] Building docker-security-bootstrap-redis-go ... [2020-11-04T00:35:07.010Z] Building docker-security-proxy-setup-go ... [2020-11-04T00:35:07.010Z] Building docker-security-secrets-setup-go ... [2020-11-04T00:35:07.010Z] Building docker-security-secretstore-setup-go ... [2020-11-04T00:35:07.010Z] Building docker-support-logging-go ... [2020-11-04T00:35:07.010Z] Building docker-support-notifications-go ... [2020-11-04T00:35:07.010Z] Building docker-support-scheduler-go ... [2020-11-04T00:35:07.010Z] Building docker-sys-mgmt-agent-go ... [2020-11-04T00:35:07.010Z] Building docker-support-logging-go [2020-11-04T00:35:07.010Z] Building docker-sys-mgmt-agent-go [2020-11-04T00:35:07.010Z] Building docker-core-command-go [2020-11-04T00:35:07.010Z] Building docker-security-bootstrap-redis-go [2020-11-04T00:35:07.010Z] Building docker-security-secrets-setup-go [2020-11-04T00:35:09.476Z] using credential edgex-jenkins-ssh [2020-11-04T00:35:09.530Z] Cloning the remote Git repository [2020-11-04T00:35:09.607Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-04T00:35:09.719Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2020-11-04T00:35:09.804Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-04T00:35:09.805Z] > git --version # timeout=10 [2020-11-04T00:35:09.826Z] > git --version # 'git version 2.17.1' [2020-11-04T00:35:09.828Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T00:35:09.899Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-04T00:35:25.713Z] Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 [2020-11-04T00:35:26.251Z] Merge succeeded, producing d5ab1a1bb5e091ac72173662038a26337a820fcd [2020-11-04T00:35:26.252Z] Checking out Revision d5ab1a1bb5e091ac72173662038a26337a820fcd (PR-2808) [2020-11-04T00:35:24.923Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-04T00:35:24.938Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-04T00:35:24.972Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-04T00:35:25.006Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-04T00:35:25.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T00:35:25.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2808/head:refs/remotes/origin/PR-2808 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-04T00:35:25.746Z] > git config core.sparsecheckout # timeout=10 [2020-11-04T00:35:25.762Z] > git checkout -f 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # timeout=10 [2020-11-04T00:35:26.098Z] > git remote # timeout=10 [2020-11-04T00:35:26.115Z] > git config --get remote.origin.url # timeout=10 [2020-11-04T00:35:26.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T00:35:26.140Z] > git merge 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 # timeout=10 [2020-11-04T00:35:26.245Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-04T00:35:26.309Z] > git config core.sparsecheckout # timeout=10 [2020-11-04T00:35:26.328Z] > git checkout -f d5ab1a1bb5e091ac72173662038a26337a820fcd # timeout=10 [2020-11-04T00:35:30.666Z] Commit message: "Merge commit '471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75' into HEAD" [2020-11-04T00:35:30.685Z] > git rev-list --no-walk 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-11-04T00:35:31.633Z] ========================================================= [2020-11-04T00:35:31.633Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-04T00:35:31.633Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:35:32.707Z] + 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-11-04T00:35:35.362Z] Sending build context to Docker daemon 165.5MB [2020-11-04T00:35:35.362Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-04T00:35:35.362Z] Step 2/7 : FROM ${BASE} [2020-11-04T00:35:35.636Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-04T00:35:35.636Z] b538f80385f9: Pulling fs layer [2020-11-04T00:35:35.636Z] 74f711af9a0d: Pulling fs layer [2020-11-04T00:35:35.636Z] 99f96fe45779: Pulling fs layer [2020-11-04T00:35:35.636Z] 8529a6b9a6be: Pulling fs layer [2020-11-04T00:35:35.636Z] 45590311c82a: Pulling fs layer [2020-11-04T00:35:35.636Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-04T00:35:35.636Z] 209524e5b208: Pulling fs layer [2020-11-04T00:35:35.636Z] 8529a6b9a6be: Waiting [2020-11-04T00:35:35.636Z] 45590311c82a: Waiting [2020-11-04T00:35:35.636Z] 69ca0ff8b7b3: Waiting [2020-11-04T00:35:35.636Z] 209524e5b208: Waiting [2020-11-04T00:35:35.636Z] 99f96fe45779: Verifying Checksum [2020-11-04T00:35:35.636Z] 99f96fe45779: Download complete [2020-11-04T00:35:35.636Z] 74f711af9a0d: Verifying Checksum [2020-11-04T00:35:35.636Z] 74f711af9a0d: Download complete [2020-11-04T00:35:35.636Z] 45590311c82a: Verifying Checksum [2020-11-04T00:35:35.636Z] 45590311c82a: Download complete [2020-11-04T00:35:35.636Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-04T00:35:35.636Z] 69ca0ff8b7b3: Download complete [2020-11-04T00:35:35.916Z] b538f80385f9: Verifying Checksum [2020-11-04T00:35:35.916Z] b538f80385f9: Download complete [2020-11-04T00:35:36.521Z] b538f80385f9: Pull complete [2020-11-04T00:35:37.124Z] 74f711af9a0d: Pull complete [2020-11-04T00:35:37.400Z] 99f96fe45779: Pull complete [2020-11-04T00:35:38.000Z] 209524e5b208: Download complete [2020-11-04T00:35:39.262Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:35:39.262Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-04T00:35:39.262Z] ---> 0124b3656cd1 [2020-11-04T00:35:39.262Z] Step 3/29 : WORKDIR /edgex-go [2020-11-04T00:35:39.262Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:35:39.262Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:35:39.262Z] ---> 0124b3656cd1 [2020-11-04T00:35:39.262Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T00:35:39.262Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:35:39.262Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:35:39.262Z] ---> 0124b3656cd1 [2020-11-04T00:35:39.262Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T00:35:39.431Z] 8529a6b9a6be: Verifying Checksum [2020-11-04T00:35:39.431Z] 8529a6b9a6be: Download complete [2020-11-04T00:35:39.860Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:35:39.860Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:35:39.860Z] ---> 0124b3656cd1 [2020-11-04T00:35:39.860Z] Step 3/27 : WORKDIR /edgex-go [2020-11-04T00:35:40.122Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:35:40.122Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:35:40.122Z] ---> 0124b3656cd1 [2020-11-04T00:35:40.122Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T00:35:40.706Z] ---> Running in ea3827463852 [2020-11-04T00:35:40.706Z] ---> Running in 894b189a9709 [2020-11-04T00:35:40.706Z] ---> Running in b21990b2e140 [2020-11-04T00:35:40.706Z] ---> Running in 9df33f796fc5 [2020-11-04T00:35:40.706Z] ---> Running in fe6d452c8771 [2020-11-04T00:35:41.289Z] Removing intermediate container 894b189a9709 [2020-11-04T00:35:41.289Z] ---> 521b03aaa17b [2020-11-04T00:35:41.289Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:35:41.289Z] Removing intermediate container ea3827463852 [2020-11-04T00:35:41.289Z] ---> 8653c48cba7a [2020-11-04T00:35:41.289Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:35:41.289Z] Removing intermediate container fe6d452c8771 [2020-11-04T00:35:41.289Z] ---> c82c75f96f17 [2020-11-04T00:35:41.289Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:35:41.289Z] Removing intermediate container 9df33f796fc5 [2020-11-04T00:35:41.289Z] ---> db1e5000799e [2020-11-04T00:35:41.290Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:35:41.290Z] Removing intermediate container b21990b2e140 [2020-11-04T00:35:41.290Z] ---> d78227541e0b [2020-11-04T00:35:41.290Z] Step 4/29 : RUN apk update && apk add make git [2020-11-04T00:35:41.556Z] ---> Running in 7ce16bbb1707 [2020-11-04T00:35:41.557Z] ---> Running in 5726b59395a1 [2020-11-04T00:35:41.557Z] ---> Running in 8743a73b269a [2020-11-04T00:35:41.557Z] ---> Running in 81e47e9318b6 [2020-11-04T00:35:41.557Z] ---> Running in 34e80f245847 [2020-11-04T00:35:42.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:35:43.555Z] Removing intermediate container 7ce16bbb1707 [2020-11-04T00:35:43.555Z] ---> ec5f21531da8 [2020-11-04T00:35:43.555Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T00:35:43.555Z] Removing intermediate container 5726b59395a1 [2020-11-04T00:35:43.555Z] ---> e3ff0720cb94 [2020-11-04T00:35:43.555Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-04T00:35:43.555Z] ---> Running in b40d1039c164 [2020-11-04T00:35:43.555Z] ---> Running in bfb96a914f25 [2020-11-04T00:35:43.555Z] Removing intermediate container 81e47e9318b6 [2020-11-04T00:35:43.555Z] ---> 496ea91e7bf9 [2020-11-04T00:35:43.555Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-04T00:35:43.820Z] Removing intermediate container 8743a73b269a [2020-11-04T00:35:43.820Z] ---> 26cf4ef46434 [2020-11-04T00:35:43.820Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T00:35:43.820Z] ---> Running in 5b77633f5a44 [2020-11-04T00:35:43.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:35:43.820Z] ---> Running in fc2a75978799 [2020-11-04T00:35:44.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:35:44.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:35:44.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:35:44.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:35:45.037Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:35:45.037Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:35:45.037Z] OK: 12752 distinct packages available [2020-11-04T00:35:45.302Z] OK: 233 MiB in 51 packages [2020-11-04T00:35:45.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:35:45.832Z] Removing intermediate container 34e80f245847 [2020-11-04T00:35:45.832Z] ---> b87fddd6a68c [2020-11-04T00:35:45.832Z] Step 5/29 : COPY go.mod . [2020-11-04T00:35:45.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:35:45.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:35:45.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:35:46.098Z] ---> a119e0059387 [2020-11-04T00:35:46.098Z] Step 6/29 : RUN go mod download [2020-11-04T00:35:46.098Z] ---> Running in 50bac4d305a3 [2020-11-04T00:35:46.689Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:35:46.689Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:35:46.689Z] OK: 12752 distinct packages available [2020-11-04T00:35:46.969Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:35:46.969Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:35:46.969Z] OK: 12752 distinct packages available [2020-11-04T00:35:46.969Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:35:46.969Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:35:46.969Z] OK: 12752 distinct packages available [2020-11-04T00:35:46.969Z] OK: 233 MiB in 51 packages [2020-11-04T00:35:46.969Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:35:46.969Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:35:46.969Z] OK: 12752 distinct packages available [2020-11-04T00:35:47.266Z] OK: 233 MiB in 51 packages [2020-11-04T00:35:47.266Z] OK: 233 MiB in 51 packages [2020-11-04T00:35:47.537Z] OK: 233 MiB in 51 packages [2020-11-04T00:35:47.537Z] OK: 233 MiB in 51 packages [2020-11-04T00:35:48.125Z] Removing intermediate container b40d1039c164 [2020-11-04T00:35:48.125Z] ---> ce0a4752a63d [2020-11-04T00:35:48.125Z] Step 6/22 : COPY go.mod . [2020-11-04T00:35:48.394Z] Removing intermediate container bfb96a914f25 [2020-11-04T00:35:48.394Z] ---> 7c1774126091 [2020-11-04T00:35:48.394Z] Step 6/27 : COPY go.mod . [2020-11-04T00:35:48.394Z] ---> 1dc353a0e13d [2020-11-04T00:35:48.394Z] Step 7/22 : RUN go mod download [2020-11-04T00:35:48.662Z] Removing intermediate container fc2a75978799 [2020-11-04T00:35:48.662Z] ---> 7e97267be355 [2020-11-04T00:35:48.662Z] Step 6/22 : COPY go.mod . [2020-11-04T00:35:48.662Z] Removing intermediate container 50bac4d305a3 [2020-11-04T00:35:48.662Z] ---> 4c7a16dcc5fd [2020-11-04T00:35:48.662Z] Step 7/29 : COPY . . [2020-11-04T00:35:48.662Z] ---> 3df896753058 [2020-11-04T00:35:48.662Z] Step 7/27 : RUN go mod download [2020-11-04T00:35:48.662Z] ---> Running in b876b8534e22 [2020-11-04T00:35:48.928Z] ---> Running in f95b28010588 [2020-11-04T00:35:48.928Z] Removing intermediate container 5b77633f5a44 [2020-11-04T00:35:48.928Z] ---> 15e6ad416eb0 [2020-11-04T00:35:48.928Z] Step 6/22 : COPY go.mod . [2020-11-04T00:35:49.195Z] ---> d6e63d7c9db7 [2020-11-04T00:35:49.195Z] Step 7/22 : RUN go mod download [2020-11-04T00:35:49.591Z] 8529a6b9a6be: Pull complete [2020-11-04T00:35:49.591Z] 45590311c82a: Pull complete [2020-11-04T00:35:49.862Z] 69ca0ff8b7b3: Pull complete [2020-11-04T00:35:50.611Z] ---> Running in 60bcb952a8f0 [2020-11-04T00:35:50.611Z] ---> c7fc53886009 [2020-11-04T00:35:50.611Z] Step 7/22 : RUN go mod download [2020-11-04T00:35:52.017Z] ---> Running in a4939bd4d9a1 [2020-11-04T00:35:53.253Z] 209524e5b208: Pull complete [2020-11-04T00:35:53.253Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-04T00:35:53.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-04T00:35:53.253Z] ---> 5bddaf1c2fca [2020-11-04T00:35:53.253Z] 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-11-04T00:35:53.967Z] Removing intermediate container b876b8534e22 [2020-11-04T00:35:53.967Z] ---> a89a98e33db2 [2020-11-04T00:35:53.967Z] Step 8/22 : COPY . . [2020-11-04T00:35:56.639Z] ---> Running in d12d003ec734 [2020-11-04T00:35:58.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:35:58.203Z] Removing intermediate container f95b28010588 [2020-11-04T00:35:58.204Z] ---> aec5865d0eee [2020-11-04T00:35:58.204Z] Step 8/27 : COPY . . [2020-11-04T00:35:59.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:36:01.453Z] (1/12) Installing libmagic (5.38-r0) [2020-11-04T00:36:01.723Z] (2/12) Installing file (5.38-r0) [2020-11-04T00:36:01.723Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-04T00:36:01.994Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-04T00:36:04.849Z] Removing intermediate container 60bcb952a8f0 [2020-11-04T00:36:04.849Z] ---> 04a7921c74df [2020-11-04T00:36:04.849Z] Step 8/22 : COPY . . [2020-11-04T00:36:09.118Z] Removing intermediate container a4939bd4d9a1 [2020-11-04T00:36:09.118Z] ---> 8d529227eb5d [2020-11-04T00:36:09.118Z] Step 8/22 : COPY . . [2020-11-04T00:36:12.133Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-04T00:36:12.133Z] (6/12) Installing patch (2.7.6-r6) [2020-11-04T00:36:12.133Z] (7/12) Installing build-base (0.5-r2) [2020-11-04T00:36:12.133Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-04T00:36:12.133Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-04T00:36:12.133Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-04T00:36:12.133Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-04T00:36:12.133Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-04T00:36:12.406Z] Executing busybox-1.31.1-r16.trigger [2020-11-04T00:36:12.406Z] OK: 217 MiB in 51 packages [2020-11-04T00:36:16.739Z] Removing intermediate container d12d003ec734 [2020-11-04T00:36:16.739Z] ---> 4cafcba820fe [2020-11-04T00:36:16.739Z] Step 4/7 : WORKDIR /edgex-go [2020-11-04T00:36:16.739Z] ---> Running in 1ca22439a9d5 [2020-11-04T00:36:17.338Z] Removing intermediate container 1ca22439a9d5 [2020-11-04T00:36:17.338Z] ---> ac3efbcaa816 [2020-11-04T00:36:17.338Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-04T00:36:17.609Z] latest: Pulling from library/docker [2020-11-04T00:36:17.609Z] 5f621e34cdf4: Pulling fs layer [2020-11-04T00:36:17.609Z] 85db56a05063: Pulling fs layer [2020-11-04T00:36:17.609Z] ccb67d6aeaaa: Pulling fs layer [2020-11-04T00:36:17.609Z] a0b19fc83503: Pulling fs layer [2020-11-04T00:36:17.609Z] 8eb508b41278: Pulling fs layer [2020-11-04T00:36:17.609Z] 37236713561e: Pulling fs layer [2020-11-04T00:36:17.609Z] 07c93f2b1b56: Pulling fs layer [2020-11-04T00:36:17.609Z] a0b19fc83503: Waiting [2020-11-04T00:36:17.609Z] 8eb508b41278: Waiting [2020-11-04T00:36:17.609Z] 37236713561e: Waiting [2020-11-04T00:36:17.609Z] 07c93f2b1b56: Waiting [2020-11-04T00:36:17.884Z] ccb67d6aeaaa: Verifying Checksum [2020-11-04T00:36:17.884Z] ccb67d6aeaaa: Download complete [2020-11-04T00:36:17.884Z] 85db56a05063: Verifying Checksum [2020-11-04T00:36:17.884Z] 85db56a05063: Download complete [2020-11-04T00:36:17.884Z] 5f621e34cdf4: Download complete [2020-11-04T00:36:18.161Z] 8eb508b41278: Verifying Checksum [2020-11-04T00:36:18.161Z] 8eb508b41278: Download complete [2020-11-04T00:36:18.161Z] 37236713561e: Verifying Checksum [2020-11-04T00:36:18.161Z] 37236713561e: Download complete [2020-11-04T00:36:18.441Z] 07c93f2b1b56: Verifying Checksum [2020-11-04T00:36:18.441Z] 07c93f2b1b56: Download complete [2020-11-04T00:36:18.712Z] 5f621e34cdf4: Pull complete [2020-11-04T00:36:19.309Z] 85db56a05063: Pull complete [2020-11-04T00:36:19.912Z] ccb67d6aeaaa: Pull complete [2020-11-04T00:36:19.912Z] a0b19fc83503: Verifying Checksum [2020-11-04T00:36:19.912Z] a0b19fc83503: Download complete [2020-11-04T00:36:23.326Z] a0b19fc83503: Pull complete [2020-11-04T00:36:23.599Z] 8eb508b41278: Pull complete [2020-11-04T00:36:23.874Z] 37236713561e: Pull complete [2020-11-04T00:36:24.149Z] 07c93f2b1b56: Pull complete [2020-11-04T00:36:24.428Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-04T00:36:24.428Z] Status: Downloaded newer image for docker:latest [2020-11-04T00:36:27.444Z] ---> e2bd0d0bff71 [2020-11-04T00:36:27.444Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-04T00:36:27.837Z] ---> f904841afac4 [2020-11-04T00:36:27.837Z] Step 6/7 : COPY go.mod . [2020-11-04T00:36:28.438Z] ---> 80d2ef77d074 [2020-11-04T00:36:28.438Z] Step 7/7 : RUN go mod download [2020-11-04T00:36:28.728Z] ---> Running in dc595b92232e [2020-11-04T00:36:31.728Z] ---> Running in db2860028b58 [2020-11-04T00:36:36.044Z] ---> a7781629a5c3 [2020-11-04T00:36:36.045Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-04T00:36:38.007Z] 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-11-04T00:36:38.589Z] ---> Running in d53be24830d3 [2020-11-04T00:36:40.014Z] 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-11-04T00:36:41.475Z] ---> 0dee6858f465 [2020-11-04T00:36:41.475Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-04T00:36:41.475Z] ---> ca4b9bdff50e [2020-11-04T00:36:41.475Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-04T00:36:42.067Z] ---> 532f248c99b9 [2020-11-04T00:36:42.067Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-04T00:36:42.346Z] ---> Running in a16b9a869c94 [2020-11-04T00:36:42.346Z] ---> Running in c0f054499876 [2020-11-04T00:36:42.346Z] ---> Running in 6b6ad34edb87 [2020-11-04T00:36:44.959Z] 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-11-04T00:36:44.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-11-04T00:36:44.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-04T00:36:55.524Z] Removing intermediate container dc595b92232e [2020-11-04T00:36:55.524Z] ---> e0ab3a8620eb [2020-11-04T00:36:55.524Z] Successfully built e0ab3a8620eb [2020-11-04T00:36:55.524Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:36:55.935Z] + docker inspect -f . ci-base-image-arm64 [2020-11-04T00:36:55.935Z] . [Pipeline] withDockerContainer [2020-11-04T00:36:56.226Z] prd-ubuntu18.04-docker-arm64-4c-16g-11145 does not seem to be running inside a container [2020-11-04T00:36:56.329Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2020-11-04T00:36:58.233Z] $ docker top 9b563b9b7b662d3971a4f4ca6752c0f40c712d046ebf592f437fe3585175bb06 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T00:36:59.650Z] + go version [2020-11-04T00:36:59.650Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-04T00:36:59.684Z] $ docker stop --time=1 9b563b9b7b662d3971a4f4ca6752c0f40c712d046ebf592f437fe3585175bb06 [2020-11-04T00:37:02.233Z] $ docker rm -f 9b563b9b7b662d3971a4f4ca6752c0f40c712d046ebf592f437fe3585175bb06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:37:03.237Z] Removing intermediate container db2860028b58 [2020-11-04T00:37:03.237Z] ---> 30dce269e977 [2020-11-04T00:37:03.238Z] [2020-11-04T00:37:03.238Z] Step 9/29 : FROM alpine:latest [2020-11-04T00:37:03.238Z] latest: Pulling from library/alpine [2020-11-04T00:37:03.238Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-04T00:37:03.238Z] Status: Downloaded newer image for alpine:latest [2020-11-04T00:37:03.238Z] ---> d6e46aa2470d [2020-11-04T00:37:03.238Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-04T00:37:03.238Z] ---> Running in 2efa6f83ca21 [2020-11-04T00:37:03.238Z] Removing intermediate container 2efa6f83ca21 [2020-11-04T00:37:03.238Z] ---> 633bed6b19b7 [2020-11-04T00:37:03.238Z] Step 11/29 : USER root [2020-11-04T00:37:03.238Z] ---> Running in cec3fe03cde2 [2020-11-04T00:37:03.238Z] Removing intermediate container cec3fe03cde2 [2020-11-04T00:37:03.238Z] ---> 071ce2953ff7 [2020-11-04T00:37:03.238Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-04T00:37:03.324Z] + docker inspect -f . ci-base-image-arm64 [2020-11-04T00:37:03.324Z] . [Pipeline] withDockerContainer [2020-11-04T00:37:03.511Z] ---> Running in a13898a0c1b8 [2020-11-04T00:37:03.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-11145 does not seem to be running inside a container [2020-11-04T00:37:03.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -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 ******** ci-base-image-arm64 cat [2020-11-04T00:37:04.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:37:05.180Z] $ docker top dfb4a664333a7aef05bba433776323daf440177da696d791e0e42f03caeb3045 -eo pid,comm [2020-11-04T00:37:05.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [2020-11-04T00:37:05.492Z] v3.12.1-15-gcb84081c23 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:37:05.492Z] v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:37:05.492Z] OK: 12744 distinct packages available [Pipeline] echo [2020-11-04T00:37:05.522Z] ========================================================= [2020-11-04T00:37:05.522Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-04T00:37:05.522Z] ========================================================= [Pipeline] sh [2020-11-04T00:37:05.759Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-04T00:37:05.759Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-04T00:37:05.759Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:37:05.759Z] Executing ca-certificates-20191127-r4.trigger [2020-11-04T00:37:06.029Z] OK: 6 MiB in 16 packages [2020-11-04T00:37:06.170Z] + make test [2020-11-04T00:37:06.170Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-04T00:37:08.670Z] Removing intermediate container a13898a0c1b8 [2020-11-04T00:37:08.670Z] ---> db91f9630a2c [2020-11-04T00:37:08.670Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-04T00:37:08.670Z] ---> Running in e431ac106e15 [2020-11-04T00:37:08.796Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-04T00:37:09.256Z] Removing intermediate container e431ac106e15 [2020-11-04T00:37:09.256Z] ---> 7902edabfb5e [2020-11-04T00:37:09.256Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-04T00:37:09.530Z] ---> Running in 9c0af14043e0 [2020-11-04T00:37:10.131Z] Removing intermediate container 9c0af14043e0 [2020-11-04T00:37:10.131Z] ---> f412a361c3e3 [2020-11-04T00:37:10.131Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-04T00:37:10.411Z] ---> Running in da9986405caf [2020-11-04T00:37:13.786Z] Removing intermediate container c0f054499876 [2020-11-04T00:37:13.786Z] ---> 9b0ff06c9c3d [2020-11-04T00:37:13.786Z] [2020-11-04T00:37:13.786Z] Step 10/22 : FROM alpine:3.10 [2020-11-04T00:37:14.364Z] 3.10: Pulling from library/alpine [2020-11-04T00:37:14.630Z] Removing intermediate container d53be24830d3 [2020-11-04T00:37:14.630Z] ---> d3caed1c70bf [2020-11-04T00:37:14.630Z] [2020-11-04T00:37:14.630Z] Step 10/22 : FROM scratch [2020-11-04T00:37:14.630Z] ---> [2020-11-04T00:37:14.630Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T00:37:14.630Z] Removing intermediate container da9986405caf [2020-11-04T00:37:14.630Z] ---> e17569d319a5 [2020-11-04T00:37:14.630Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-04T00:37:14.896Z] ---> Running in 3d205da56c6b [2020-11-04T00:37:17.469Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-04T00:37:17.469Z] Removing intermediate container 3d205da56c6b [2020-11-04T00:37:17.469Z] ---> 0bdc986d3007 [2020-11-04T00:37:17.469Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-04T00:37:17.469Z] Status: Downloaded newer image for alpine:3.10 [2020-11-04T00:37:17.469Z] ---> be4e4bea2c2e [2020-11-04T00:37:17.469Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-04T00:37:18.045Z] ---> ec28bf1fc018 [2020-11-04T00:37:18.045Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-04T00:37:18.045Z] ---> Running in 8fd7ee1445ca [2020-11-04T00:37:18.631Z] Removing intermediate container 6b6ad34edb87 [2020-11-04T00:37:18.631Z] ---> 49043c1a2d4e [2020-11-04T00:37:18.631Z] [2020-11-04T00:37:18.631Z] Step 10/22 : FROM scratch [2020-11-04T00:37:18.631Z] ---> [2020-11-04T00:37:18.631Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-04T00:37:18.631Z] ---> Running in de4f3542aae8 [2020-11-04T00:37:18.631Z] Removing intermediate container a16b9a869c94 [2020-11-04T00:37:18.631Z] ---> ca253f9864b8 [2020-11-04T00:37:18.631Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-04T00:37:18.893Z] ---> Running in 09f71e551fd7 [2020-11-04T00:37:18.893Z] Removing intermediate container 8fd7ee1445ca [2020-11-04T00:37:18.893Z] ---> cce4b00a7357 [2020-11-04T00:37:18.893Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T00:37:18.893Z] ---> Running in ea08003ead2f [2020-11-04T00:37:19.158Z] ---> 0193b3800aa6 [2020-11-04T00:37:19.158Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-04T00:37:19.158Z] ---> Running in a0954f6739c7 [2020-11-04T00:37:19.423Z] Removing intermediate container 09f71e551fd7 [2020-11-04T00:37:19.423Z] ---> ba81b6ce3cf7 [2020-11-04T00:37:19.423Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-04T00:37:19.423Z] ---> Running in 8eb2d0b69f53 [2020-11-04T00:37:19.423Z] Removing intermediate container a0954f6739c7 [2020-11-04T00:37:19.423Z] ---> 530dd0e42a7a [2020-11-04T00:37:19.423Z] Step 14/22 : WORKDIR / [2020-11-04T00:37:19.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:37:19.693Z] ---> 916ace7d5154 [2020-11-04T00:37:19.693Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-04T00:37:19.693Z] ---> Running in ced1b3d2173b [2020-11-04T00:37:19.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:37:19.693Z] Removing intermediate container 8eb2d0b69f53 [2020-11-04T00:37:19.693Z] ---> a0f4fbd0f7fc [2020-11-04T00:37:19.693Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T00:37:19.693Z] 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-11-04T00:37:19.966Z] ---> Running in 5168177c249a [2020-11-04T00:37:19.966Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-04T00:37:19.966Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-04T00:37:19.966Z] OK: 10346 distinct packages available [2020-11-04T00:37:19.966Z] Removing intermediate container ced1b3d2173b [2020-11-04T00:37:19.966Z] ---> db2a1a19acfb [2020-11-04T00:37:19.966Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-04T00:37:19.966Z] ---> 5aaf784b5c16 [2020-11-04T00:37:19.966Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-04T00:37:19.966Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-04T00:37:19.966Z] Removing intermediate container 5168177c249a [2020-11-04T00:37:19.966Z] ---> 8313b7d358f6 [2020-11-04T00:37:19.966Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-04T00:37:20.232Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-04T00:37:20.232Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-04T00:37:20.232Z] (4/5) Installing curl (7.66.0-r1) [2020-11-04T00:37:20.232Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-04T00:37:20.232Z] Executing busybox-1.30.1-r3.trigger [2020-11-04T00:37:20.497Z] Executing ca-certificates-20191127-r2.trigger [2020-11-04T00:37:20.764Z] ---> 42a0a0238dd4 [2020-11-04T00:37:20.764Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-04T00:37:20.764Z] OK: 7 MiB in 19 packages [2020-11-04T00:37:20.764Z] ---> 83e3e3390452 [2020-11-04T00:37:20.764Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-04T00:37:20.764Z] ---> 31cf6edde61d [2020-11-04T00:37:20.764Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-04T00:37:21.028Z] ---> Running in feaca224266b [2020-11-04T00:37:21.984Z] ---> 6091071fa62c [2020-11-04T00:37:21.984Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-04T00:37:22.563Z] ---> 80ba9f83f405 [2020-11-04T00:37:22.563Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-04T00:37:22.834Z] Removing intermediate container de4f3542aae8 [2020-11-04T00:37:22.834Z] ---> e76c67dd7403 [2020-11-04T00:37:22.834Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-04T00:37:22.834Z] ---> 06b09b17c59e [2020-11-04T00:37:22.834Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-04T00:37:22.834Z] ---> Running in 5bee2602c8ec [2020-11-04T00:37:23.100Z] ---> 56dbd16d71fc [2020-11-04T00:37:23.100Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-04T00:37:23.100Z] ---> Running in 7430ae6c2cd1 [2020-11-04T00:37:23.100Z] Removing intermediate container ea08003ead2f [2020-11-04T00:37:23.100Z] ---> 6b1d628497ec [2020-11-04T00:37:23.100Z] [2020-11-04T00:37:23.100Z] Step 11/27 : FROM docker:latest [2020-11-04T00:37:23.368Z] ---> 6972c414f322 [2020-11-04T00:37:23.368Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-04T00:37:23.368Z] ---> 8f65be5dd97d [2020-11-04T00:37:23.368Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-04T00:37:23.368Z] Removing intermediate container 5bee2602c8ec [2020-11-04T00:37:23.368Z] ---> 9d42eea81e41 [2020-11-04T00:37:23.368Z] Step 13/22 : WORKDIR / [2020-11-04T00:37:23.368Z] ---> Running in 5e6d6603126d [2020-11-04T00:37:23.632Z] ---> Running in 5a98f500a77b [2020-11-04T00:37:23.632Z] ---> Running in 0d7ac7b8a1a8 [2020-11-04T00:37:23.632Z] Removing intermediate container 7430ae6c2cd1 [2020-11-04T00:37:23.632Z] ---> c2763eb5a2ea [2020-11-04T00:37:23.632Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:37:23.897Z] ---> Running in 31df62064c89 [2020-11-04T00:37:24.166Z] Removing intermediate container 0d7ac7b8a1a8 [2020-11-04T00:37:24.166Z] ---> 7582bb976099 [2020-11-04T00:37:24.166Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:37:24.166Z] Removing intermediate container 5a98f500a77b [2020-11-04T00:37:24.166Z] ---> 97a2e1788d1f [2020-11-04T00:37:24.166Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-04T00:37:24.166Z] Removing intermediate container feaca224266b [2020-11-04T00:37:24.166Z] ---> 33f09e912302 [2020-11-04T00:37:24.166Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-04T00:37:24.750Z] ---> Running in 9c706bb16021 [2020-11-04T00:37:24.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:37:24.750Z] Removing intermediate container 31df62064c89 [2020-11-04T00:37:24.750Z] ---> ab91c0bdfb51 [2020-11-04T00:37:24.750Z] Step 20/22 : LABEL arch=x86_64 [2020-11-04T00:37:24.750Z] ---> 68cb42ea8ab6 [2020-11-04T00:37:24.750Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-04T00:37:24.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:37:24.750Z] ---> 07a4f77cf05b [2020-11-04T00:37:24.750Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-04T00:37:25.018Z] ---> Running in f872ca0bdce9 [2020-11-04T00:37:25.018Z] Removing intermediate container 9c706bb16021 [2020-11-04T00:37:25.018Z] ---> ed6d54b4fd90 [2020-11-04T00:37:25.018Z] Step 20/22 : LABEL arch=x86_64 [2020-11-04T00:37:25.018Z] ---> Running in 4d07ede80ce6 [2020-11-04T00:37:25.018Z] (1/2) Installing readline (8.0.4-r0) [2020-11-04T00:37:25.018Z] (2/2) Installing bash (5.0.17-r0) [2020-11-04T00:37:25.018Z] Executing bash-5.0.17-r0.post-install [2020-11-04T00:37:25.018Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:37:25.018Z] OK: 12 MiB in 22 packages [2020-11-04T00:37:25.018Z] ---> Running in a857c701dd8b [2020-11-04T00:37:25.284Z] Removing intermediate container f872ca0bdce9 [2020-11-04T00:37:25.284Z] ---> ba0813ba65f0 [2020-11-04T00:37:25.284Z] Step 21/22 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:37:25.554Z] ---> 208ce6fef7e0 [2020-11-04T00:37:25.554Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-04T00:37:25.554Z] ---> Running in 043b80b764c7 [2020-11-04T00:37:25.910Z] Removing intermediate container a857c701dd8b [2020-11-04T00:37:25.910Z] ---> 53332c66575d [2020-11-04T00:37:25.910Z] Step 21/22 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:37:25.910Z] ---> Running in da912b5aef53 [2020-11-04T00:37:25.910Z] Removing intermediate container 043b80b764c7 [2020-11-04T00:37:25.910Z] ---> a0aa819386cb [2020-11-04T00:37:25.910Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T00:37:26.316Z] ---> fb2fc35207a2 [2020-11-04T00:37:26.316Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-04T00:37:26.316Z] ---> Running in c723d6bdcdc6 [2020-11-04T00:37:26.316Z] Removing intermediate container da912b5aef53 [2020-11-04T00:37:26.316Z] ---> 03231f55f5db [2020-11-04T00:37:26.316Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T00:37:26.629Z] Removing intermediate container 5e6d6603126d [2020-11-04T00:37:26.629Z] ---> d89821b680dc [2020-11-04T00:37:26.629Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-04T00:37:26.629Z] ---> Running in 7f36d83e2f16 [2020-11-04T00:37:26.629Z] ---> Running in 5527fd1354ce [2020-11-04T00:37:26.629Z] Removing intermediate container c723d6bdcdc6 [2020-11-04T00:37:26.629Z] ---> 486fdd20b32a [2020-11-04T00:37:26.629Z] [2020-11-04T00:37:27.308Z] Successfully built 486fdd20b32a [2020-11-04T00:37:27.308Z] Removing intermediate container 4d07ede80ce6 [2020-11-04T00:37:27.308Z] ---> 822795283b43 [2020-11-04T00:37:27.308Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-04T00:37:27.308Z] ---> c85c1d741dad [2020-11-04T00:37:27.308Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-04T00:37:27.308Z] Successfully tagged docker-core-command-go:latest [2020-11-04T00:37:27.308Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-11-04T00:37:27.308Z] ---> Running in 0609207afeae [2020-11-04T00:37:27.308Z] ---> Running in c476403b8d75 [2020-11-04T00:37:27.308Z] Removing intermediate container 7f36d83e2f16 [2020-11-04T00:37:27.308Z] ---> c54f29613273 [2020-11-04T00:37:27.308Z] [2020-11-04T00:37:27.599Z] Successfully built c54f29613273 [2020-11-04T00:37:27.599Z] Successfully tagged docker-support-logging-go:latest [2020-11-04T00:37:27.599Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-11-04T00:37:34.238Z] Removing intermediate container 5527fd1354ce [2020-11-04T00:37:34.238Z] ---> b7697332a1e3 [2020-11-04T00:37:34.238Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-04T00:37:34.523Z] Removing intermediate container c476403b8d75 [2020-11-04T00:37:34.523Z] ---> 01807c4241f6 [2020-11-04T00:37:34.523Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-04T00:37:34.523Z] Removing intermediate container 0609207afeae [2020-11-04T00:37:34.523Z] ---> 37c14d296df8 [2020-11-04T00:37:34.523Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-04T00:37:34.523Z] ---> Running in 5efcd436d338 [2020-11-04T00:37:34.523Z] ---> Running in 60f70d063f96 [2020-11-04T00:37:35.101Z] ---> Running in f9a98d8ca27e [2020-11-04T00:37:35.367Z] Removing intermediate container 5efcd436d338 [2020-11-04T00:37:35.367Z] ---> 2cf93140bd7f [2020-11-04T00:37:35.367Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-04T00:37:35.367Z] Removing intermediate container 60f70d063f96 [2020-11-04T00:37:35.367Z] ---> f87e273734a3 [2020-11-04T00:37:35.367Z] Step 26/29 : CMD [ "generate" ] [2020-11-04T00:37:35.367Z] Removing intermediate container f9a98d8ca27e [2020-11-04T00:37:35.367Z] ---> d9a660f315d0 [2020-11-04T00:37:35.367Z] Step 20/22 : LABEL arch=x86_64 [2020-11-04T00:37:35.949Z] ---> Running in 3c89a4fd5205 [2020-11-04T00:37:35.949Z] ---> Running in 9734405c45d3 [2020-11-04T00:37:39.281Z] ---> Running in 037e4e006334 [2020-11-04T00:37:40.236Z] Removing intermediate container 3c89a4fd5205 [2020-11-04T00:37:40.236Z] ---> 17312d61f9d8 [2020-11-04T00:37:40.236Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-04T00:37:40.236Z] Removing intermediate container 9734405c45d3 [2020-11-04T00:37:40.236Z] ---> facdc0689f56 [2020-11-04T00:37:40.236Z] Step 27/29 : LABEL arch=x86_64 [2020-11-04T00:37:41.227Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-04T00:37:42.175Z] ---> Running in e759ea9bfba6 [2020-11-04T00:37:42.175Z] ---> Running in 9b38d612705f [2020-11-04T00:37:42.440Z] Removing intermediate container 037e4e006334 [2020-11-04T00:37:42.440Z] ---> 3e17411bd674 [2020-11-04T00:37:42.440Z] Step 21/22 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:37:43.028Z] ---> Running in 51a374f1ed22 [2020-11-04T00:37:43.293Z] Removing intermediate container e759ea9bfba6 [2020-11-04T00:37:43.293Z] ---> 538ca6e93e4e [2020-11-04T00:37:43.293Z] Step 28/29 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:37:44.254Z] Removing intermediate container 9b38d612705f [2020-11-04T00:37:44.254Z] ---> 3bdcb5b80c47 [2020-11-04T00:37:44.254Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-04T00:37:44.521Z] ---> Running in ca26e3cb8e9f [2020-11-04T00:37:45.111Z] Removing intermediate container 51a374f1ed22 [2020-11-04T00:37:45.111Z] ---> 22e20a22634c [2020-11-04T00:37:45.111Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T00:37:45.111Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:37:45.111Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:37:45.111Z] ---> 0124b3656cd1 [2020-11-04T00:37:45.111Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T00:37:45.111Z] ---> Using cache [2020-11-04T00:37:45.111Z] ---> d78227541e0b [2020-11-04T00:37:45.111Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:37:46.062Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:37:46.062Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:37:46.062Z] ---> 0124b3656cd1 [2020-11-04T00:37:46.062Z] Step 3/24 : WORKDIR /edgex-go [2020-11-04T00:37:46.062Z] ---> Using cache [2020-11-04T00:37:46.062Z] ---> d78227541e0b [2020-11-04T00:37:46.062Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:37:47.008Z] ---> Running in e0eec285b3da [2020-11-04T00:37:47.008Z] ---> Running in 00cb13d3516c [2020-11-04T00:37:47.008Z] ---> Running in 3dfd07af6c6d [2020-11-04T00:37:47.008Z] Removing intermediate container ca26e3cb8e9f [2020-11-04T00:37:47.008Z] ---> 859418eeb02d [2020-11-04T00:37:47.008Z] Step 29/29 : LABEL version=0.0.0 [2020-11-04T00:37:47.008Z] ---> 8aea321f2739 [2020-11-04T00:37:47.008Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-04T00:37:47.274Z] ---> Running in d25890e3fc4b [2020-11-04T00:37:47.544Z] Removing intermediate container 00cb13d3516c [2020-11-04T00:37:47.544Z] ---> 18295e929eaa [2020-11-04T00:37:47.544Z] [2020-11-04T00:37:47.544Z] ---> d2b10c58e80e [2020-11-04T00:37:47.544Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-04T00:37:47.544Z] Successfully built 18295e929eaa [2020-11-04T00:37:47.822Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-04T00:37:47.822Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2020-11-04T00:37:47.822Z] Removing intermediate container d25890e3fc4b [2020-11-04T00:37:47.822Z] ---> 36b9c35325f8 [2020-11-04T00:37:47.822Z] [2020-11-04T00:37:48.095Z] Successfully built 36b9c35325f8 [2020-11-04T00:37:48.095Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-04T00:37:48.095Z] Building docker-security-secretstore-setup-go [2020-11-04T00:37:48.364Z]  Building docker-security-secrets-setup-go ... done  ---> 6dcfa74ae3d5 [2020-11-04T00:37:48.364Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-04T00:37:48.364Z] ---> Running in 4f6cd9652e49 [2020-11-04T00:37:49.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:37:49.324Z] Removing intermediate container 3dfd07af6c6d [2020-11-04T00:37:49.324Z] ---> 6c1567bf224d [2020-11-04T00:37:49.324Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-04T00:37:49.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:37:49.854Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-04T00:37:50.430Z] (2/33) Installing expat (2.2.9-r1) [2020-11-04T00:37:50.430Z] (3/33) Installing libffi (3.3-r2) [2020-11-04T00:37:50.430Z] (4/33) Installing gdbm (1.13-r1) [2020-11-04T00:37:51.016Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-04T00:37:51.016Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-04T00:37:51.016Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-04T00:37:56.324Z] ---> Running in f0a7f19e5861 [2020-11-04T00:37:56.324Z] Removing intermediate container e0eec285b3da [2020-11-04T00:37:56.324Z] ---> 35b92527b33a [2020-11-04T00:37:56.324Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T00:37:56.324Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-04T00:37:56.586Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-04T00:37:56.586Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-04T00:37:56.586Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-04T00:37:56.586Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-04T00:37:56.586Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-04T00:37:56.586Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-04T00:37:56.849Z] ---> Running in 6c87adcefa07 [2020-11-04T00:37:56.849Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-04T00:37:56.849Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-04T00:37:56.849Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-04T00:37:57.817Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-04T00:37:58.090Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-04T00:37:58.090Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-04T00:37:58.090Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-04T00:37:58.090Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-04T00:37:58.090Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-04T00:37:58.367Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-04T00:37:58.367Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-04T00:37:58.367Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-04T00:37:58.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:37:58.367Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-04T00:37:58.639Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-04T00:37:58.639Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-04T00:37:58.639Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-04T00:37:59.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-04T00:37:59.568Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-04T00:37:59.568Z] ? github.com/edgexfoundry/edgex-go/cmd/edgex-secrets-config [no test files] [2020-11-04T00:37:59.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-04T00:37:59.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-04T00:37:59.568Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-04T00:37:59.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:37:59.588Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-04T00:38:00.168Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-04T00:38:00.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:38:00.168Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-04T00:38:00.445Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:38:00.445Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:38:00.445Z] OK: 12752 distinct packages available [2020-11-04T00:38:00.712Z] OK: 233 MiB in 51 packages [2020-11-04T00:38:00.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:38:01.959Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:38:01.959Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:38:01.959Z] OK: 12752 distinct packages available [2020-11-04T00:38:01.959Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:38:01.959Z] OK: 71 MiB in 55 packages [2020-11-04T00:38:02.224Z] OK: 233 MiB in 51 packages [2020-11-04T00:38:03.032Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s [2020-11-04T00:38:03.032Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-04T00:38:03.032Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-04T00:38:05.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-04T00:38:06.729Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-04T00:38:06.729Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-04T00:38:06.729Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-04T00:38:06.729Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-04T00:38:08.891Z] Removing intermediate container f0a7f19e5861 [2020-11-04T00:38:08.891Z] ---> cdc7a3f25338 [2020-11-04T00:38:08.891Z] Step 6/24 : COPY go.mod . [2020-11-04T00:38:09.480Z] Removing intermediate container 6c87adcefa07 [2020-11-04T00:38:09.480Z] ---> 077e094ef4c0 [2020-11-04T00:38:09.480Z] Step 6/22 : COPY go.mod . [2020-11-04T00:38:09.750Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:38:09.750Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:38:09.750Z] ---> 0124b3656cd1 [2020-11-04T00:38:09.750Z] Step 3/24 : WORKDIR /edgex-go [2020-11-04T00:38:09.750Z] ---> Using cache [2020-11-04T00:38:09.750Z] ---> d78227541e0b [2020-11-04T00:38:09.750Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:38:09.750Z] ---> Using cache [2020-11-04T00:38:09.750Z] ---> 35b92527b33a [2020-11-04T00:38:09.750Z] Step 5/24 : RUN apk update && apk add make git [2020-11-04T00:38:09.750Z] ---> Using cache [2020-11-04T00:38:09.750Z] ---> 077e094ef4c0 [2020-11-04T00:38:09.750Z] Step 6/24 : COPY go.mod . [2020-11-04T00:38:10.325Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:38:10.325Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:38:10.325Z] ---> 0124b3656cd1 [2020-11-04T00:38:10.325Z] Step 3/23 : WORKDIR /edgex-go [2020-11-04T00:38:10.325Z] ---> Using cache [2020-11-04T00:38:10.325Z] ---> d78227541e0b [2020-11-04T00:38:10.325Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:38:10.325Z] ---> Using cache [2020-11-04T00:38:10.325Z] ---> 35b92527b33a [2020-11-04T00:38:10.325Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-04T00:38:10.899Z] ---> 56d0aa44e295 [2020-11-04T00:38:10.899Z] Step 7/24 : RUN go mod download [2020-11-04T00:38:12.293Z] ---> Running in 8e00a52a2a13 [2020-11-04T00:38:12.293Z] ---> Running in 5cb88aa5812d [2020-11-04T00:38:12.559Z] ---> 99a539db8b02 [2020-11-04T00:38:12.559Z] Step 7/24 : RUN go mod download [2020-11-04T00:38:12.559Z] ---> f19974a51e56 [2020-11-04T00:38:12.559Z] Step 7/22 : RUN go mod download [2020-11-04T00:38:13.961Z] ---> Running in f2c691242ef2 [2020-11-04T00:38:13.961Z] ---> Running in ec5d3f2d0552 [2020-11-04T00:38:14.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:38:15.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements [2020-11-04T00:38:15.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-04T00:38:15.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-04T00:38:15.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-04T00:38:15.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-04T00:38:15.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-04T00:38:15.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:38:16.482Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:38:16.482Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:38:16.482Z] OK: 12752 distinct packages available [2020-11-04T00:38:16.747Z] OK: 233 MiB in 51 packages [2020-11-04T00:38:19.309Z] Removing intermediate container f2c691242ef2 [2020-11-04T00:38:19.309Z] ---> 9a360eaf330d [2020-11-04T00:38:19.309Z] Step 8/22 : COPY . . [2020-11-04T00:38:19.309Z] Removing intermediate container ec5d3f2d0552 [2020-11-04T00:38:19.309Z] ---> 7af3cdcadcd1 [2020-11-04T00:38:19.309Z] Step 8/24 : COPY . . [2020-11-04T00:38:19.309Z] Removing intermediate container 8e00a52a2a13 [2020-11-04T00:38:19.309Z] ---> d2ff1ab9c961 [2020-11-04T00:38:19.309Z] Step 8/24 : COPY . . [2020-11-04T00:38:19.309Z] Removing intermediate container 4f6cd9652e49 [2020-11-04T00:38:19.309Z] ---> 20cb7881c18c [2020-11-04T00:38:19.310Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-04T00:38:19.310Z] Removing intermediate container 5cb88aa5812d [2020-11-04T00:38:19.310Z] ---> a3ff5cd6f2b5 [2020-11-04T00:38:19.310Z] Step 6/23 : COPY go.mod . [2020-11-04T00:38:19.310Z] ---> Running in 3ba29c018461 [2020-11-04T00:38:20.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-04T00:38:20.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.025s coverage: 100.0% of statements [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-04T00:38:20.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.018s coverage: 100.0% of statements [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-04T00:38:20.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.116s coverage: 64.9% of statements [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-04T00:38:20.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-04T00:38:23.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.416s coverage: 84.5% of statements [2020-11-04T00:38:23.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-04T00:38:23.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-04T00:38:23.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-04T00:38:23.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-04T00:38:24.655Z] ---> 6232df3e988d [2020-11-04T00:38:24.655Z] Step 7/23 : RUN go mod download [2020-11-04T00:38:26.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements [2020-11-04T00:38:26.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-04T00:38:26.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-04T00:38:26.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-04T00:38:26.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-04T00:38:26.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-04T00:38:26.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements [2020-11-04T00:38:26.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-04T00:38:26.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2020-11-04T00:38:26.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-04T00:38:29.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.069s coverage: 86.7% of statements [2020-11-04T00:38:29.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-04T00:38:29.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements [2020-11-04T00:38:29.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-04T00:38:29.117Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 100.0% of statements [2020-11-04T00:38:29.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-04T00:38:29.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-04T00:38:29.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-04T00:38:29.117Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-04T00:38:29.995Z] ---> Running in 78df5a0d2c11 [2020-11-04T00:38:32.572Z] Collecting docker-compose==1.23.2 [2020-11-04T00:38:32.572Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-04T00:38:33.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.217s coverage: 95.7% of statements [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-04T00:38:33.439Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.013s coverage: 58.8% of statements [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-04T00:38:33.439Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.036s coverage: 0.0% of statements [no tests to run] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-11-04T00:38:33.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.021s coverage: 100.0% of statements [2020-11-04T00:38:33.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-11-04T00:38:33.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.037s coverage: 76.2% of statements [2020-11-04T00:38:33.534Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-04T00:38:33.534Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-04T00:38:34.115Z] Collecting docker<4.0,>=3.6.0 [2020-11-04T00:38:34.115Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-04T00:38:34.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2020-11-04T00:38:34.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements [2020-11-04T00:38:36.051Z] 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-11-04T00:38:36.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.080s coverage: 84.2% of statements [2020-11-04T00:38:36.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.016s coverage: 100.0% of statements [2020-11-04T00:38:36.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-11-04T00:38:37.545Z] Collecting docopt<0.7,>=0.6.1 [2020-11-04T00:38:37.545Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-04T00:38:39.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements [2020-11-04T00:38:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-04T00:38:39.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-04T00:38:39.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2020-11-04T00:38:39.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2020-11-04T00:38:39.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2020-11-04T00:38:40.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2020-11-04T00:38:41.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2020-11-04T00:38:41.787Z] Collecting PyYAML<4,>=3.10 [2020-11-04T00:38:41.787Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-04T00:38:41.787Z] Removing intermediate container 78df5a0d2c11 [2020-11-04T00:38:41.787Z] ---> 0be8d716ca2d [2020-11-04T00:38:41.787Z] Step 8/23 : COPY . . [2020-11-04T00:38:44.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.306s coverage: 55.9% of statements [2020-11-04T00:38:44.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-04T00:38:44.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-04T00:38:44.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-04T00:38:44.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-04T00:38:44.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-04T00:38:44.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-04T00:38:47.122Z] Collecting cached-property<2,>=1.2.0 [2020-11-04T00:38:47.122Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-04T00:38:48.545Z] Collecting jsonschema<3,>=2.5.1 [2020-11-04T00:38:48.545Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-04T00:38:50.529Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-04T00:38:50.529Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-04T00:38:53.121Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-04T00:38:53.121Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-04T00:38:55.044Z] Collecting texttable<0.10,>=0.9.0 [2020-11-04T00:38:55.685Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-04T00:38:56.768Z] ---> 105efb380a44 [2020-11-04T00:38:56.768Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-04T00:38:56.768Z] ---> 3b814ad0b5d2 [2020-11-04T00:38:56.768Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-04T00:38:56.768Z] ---> ac0341038b95 [2020-11-04T00:38:56.768Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-04T00:38:57.490Z] Collecting docker-pycreds>=0.4.0 [2020-11-04T00:38:57.490Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-04T00:38:57.490Z] 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-11-04T00:38:57.490Z] ---> Running in 179cf08004fd [2020-11-04T00:38:57.490Z] ---> Running in ddca3a2173cc [2020-11-04T00:38:57.490Z] ---> Running in 356a23dade5f [2020-11-04T00:38:57.757Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-04T00:38:57.757Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-04T00:38:57.757Z] Collecting idna<2.8,>=2.5 [2020-11-04T00:38:57.757Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-04T00:38:57.757Z] 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-11-04T00:38:57.757Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-04T00:38:57.757Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-04T00:38:57.757Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-04T00:38:57.757Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-04T00:38:58.334Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, PyYAML, cached-property, jsonschema, dockerpty, texttable, docker-compose [2020-11-04T00:38:59.740Z] Attempting uninstall: urllib3 [2020-11-04T00:38:59.740Z] Found existing installation: urllib3 1.25.9 [2020-11-04T00:38:59.740Z] Uninstalling urllib3-1.25.9: [2020-11-04T00:38:59.740Z] 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-11-04T00:38:59.740Z] 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-11-04T00:39:01.159Z] Successfully uninstalled urllib3-1.25.9 [2020-11-04T00:39:01.426Z] 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-11-04T00:39:02.390Z] Attempting uninstall: idna [2020-11-04T00:39:02.390Z] Found existing installation: idna 2.9 [2020-11-04T00:39:02.390Z] Uninstalling idna-2.9: [2020-11-04T00:39:02.656Z] Successfully uninstalled idna-2.9 [2020-11-04T00:39:03.264Z] Attempting uninstall: requests [2020-11-04T00:39:03.264Z] Found existing installation: requests 2.23.0 [2020-11-04T00:39:03.264Z] Uninstalling requests-2.23.0: [2020-11-04T00:39:03.264Z] Successfully uninstalled requests-2.23.0 [2020-11-04T00:39:06.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 23.016s coverage: 86.3% of statements [2020-11-04T00:39:06.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-04T00:39:06.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.159s coverage: 72.2% of statements [2020-11-04T00:39:06.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.466s coverage: 72.1% of statements [2020-11-04T00:39:06.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements [2020-11-04T00:39:06.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.046s coverage: 48.4% of statements [2020-11-04T00:39:06.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-04T00:39:06.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-04T00:39:06.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-04T00:39:06.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements [2020-11-04T00:39:06.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-04T00:39:06.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements [2020-11-04T00:39:06.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 36.5% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.280s coverage: 84.1% of statements [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.026s coverage: 42.9% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.025s coverage: 83.8% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 47.1% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.018s coverage: 100.0% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.073s coverage: 100.0% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.160s coverage: 29.1% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.052s coverage: 99.0% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.077s coverage: 100.0% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-04T00:39:06.645Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.012s coverage: 0.0% of statements [2020-11-04T00:39:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-04T00:39:06.657Z] Running setup.py install for docopt: started [2020-11-04T00:39:07.627Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-11-04T00:39:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-04T00:39:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-04T00:39:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-04T00:39:07.628Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-04T00:39:08.067Z] Running setup.py install for docopt: finished with status 'done' [2020-11-04T00:39:08.067Z] Running setup.py install for PyYAML: started [2020-11-04T00:39:08.230Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements [2020-11-04T00:39:08.230Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-04T00:39:08.230Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-04T00:39:08.230Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.011s coverage: 100.0% of statements [2020-11-04T00:39:08.506Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements [2020-11-04T00:39:09.930Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.018s coverage: 100.0% of statements [2020-11-04T00:39:10.044Z] ---> 095daed91289 [2020-11-04T00:39:10.044Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-04T00:39:10.044Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-04T00:39:10.044Z] ---> Running in 71815717ee64 [2020-11-04T00:39:10.340Z] Running setup.py install for dockerpty: started [2020-11-04T00:39:10.524Z] GO111MODULE=on go vet ./... [2020-11-04T00:39:11.329Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-04T00:39:11.329Z] Running setup.py install for texttable: started [2020-11-04T00:39:11.329Z] 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-11-04T00:39:11.912Z] Running setup.py install for texttable: finished with status 'done' [2020-11-04T00:39:12.178Z] 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-11-04T00:39:16.450Z] Removing intermediate container 3ba29c018461 [2020-11-04T00:39:16.450Z] ---> fd66077bae18 [2020-11-04T00:39:16.450Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-04T00:39:16.450Z] ---> Running in 464c15c80d91 [2020-11-04T00:39:17.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:39:17.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:39:17.703Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-04T00:39:17.703Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-04T00:39:17.703Z] (3/3) Installing curl (7.69.1-r1) [2020-11-04T00:39:17.703Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:39:17.976Z] OK: 72 MiB in 58 packages [2020-11-04T00:39:19.413Z] Removing intermediate container 464c15c80d91 [2020-11-04T00:39:19.413Z] ---> 6e2ca531b1cd [2020-11-04T00:39:19.413Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-04T00:39:19.413Z] ---> Running in da634e987f7c [2020-11-04T00:39:19.686Z] Removing intermediate container da634e987f7c [2020-11-04T00:39:19.686Z] ---> be560c0dfc4b [2020-11-04T00:39:19.686Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:39:19.686Z] ---> Running in 0ef7fd6f4aba [2020-11-04T00:39:19.957Z] Removing intermediate container 0ef7fd6f4aba [2020-11-04T00:39:19.957Z] ---> 5b8b36d4c585 [2020-11-04T00:39:19.957Z] Step 25/27 : LABEL arch=x86_64 [2020-11-04T00:39:20.223Z] ---> Running in ecd8bda87337 [2020-11-04T00:39:22.203Z] Removing intermediate container ecd8bda87337 [2020-11-04T00:39:22.203Z] ---> 6dd150ba4e37 [2020-11-04T00:39:22.203Z] Step 26/27 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:39:22.203Z] ---> Running in 7a2f0990446a [2020-11-04T00:39:22.796Z] Removing intermediate container 7a2f0990446a [2020-11-04T00:39:22.796Z] ---> e6aaf387e045 [2020-11-04T00:39:22.796Z] Step 27/27 : LABEL version=0.0.0 [2020-11-04T00:39:23.061Z] ---> Running in e5da290d1414 [2020-11-04T00:39:23.328Z] Removing intermediate container e5da290d1414 [2020-11-04T00:39:23.328Z] ---> f0aa800f8448 [2020-11-04T00:39:23.328Z] [2020-11-04T00:39:23.328Z] Successfully built f0aa800f8448 [2020-11-04T00:39:23.328Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-04T00:39:23.602Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2020-11-04T00:39:28.995Z] 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-11-04T00:39:32.678Z] gofmt -l . [2020-11-04T00:39:34.113Z] [ "`gofmt -l .`" = "" ] [2020-11-04T00:39:36.725Z] ./bin/test-go-mod-tidy.sh [2020-11-04T00:39:37.322Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-04T00:39:43.379Z] + ls -al . [2020-11-04T00:39:43.379Z] total 676 [2020-11-04T00:39:43.379Z] drwxrwxr-x 9 1001 1001 4096 Nov 4 00:39 . [2020-11-04T00:39:43.379Z] drwxr-xr-x 4 root root 4096 Nov 4 00:37 .. [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 11 Nov 4 00:35 .dockerignore [2020-11-04T00:39:43.379Z] drwxrwxr-x 8 1001 1001 4096 Nov 4 00:35 .git [2020-11-04T00:39:43.379Z] drwxrwxr-x 3 1001 1001 4096 Nov 4 00:35 .github [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 944 Nov 4 00:35 .gitignore [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 166 Nov 4 00:35 .sonarcloud.properties [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 3804 Nov 4 00:35 CONTRIBUTING.md [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 1035 Nov 4 00:35 Dockerfile.build [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 863 Nov 4 00:35 Jenkinsfile [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 10775 Nov 4 00:35 LICENSE [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 6789 Nov 4 00:35 Makefile [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 6447 Nov 4 00:35 README.md [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 259 Nov 4 00:35 SECURITY.md [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 5 Nov 4 00:32 VERSION [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 4131 Nov 4 00:35 ZMQWindows.md [2020-11-04T00:39:43.379Z] drwxrwxr-x 2 1001 1001 4096 Nov 4 00:35 bin [2020-11-04T00:39:43.379Z] drwxrwxr-x 16 1001 1001 4096 Nov 4 00:35 cmd [2020-11-04T00:39:43.379Z] -rw-r--r-- 1 root root 556324 Nov 4 00:39 coverage.out [2020-11-04T00:39:43.379Z] -rw-r--r-- 1 root root 1041 Nov 4 00:39 go.mod [2020-11-04T00:39:43.379Z] -rw-r--r-- 1 root root 18582 Nov 4 00:39 go.sum [2020-11-04T00:39:43.379Z] drwxrwxr-x 8 1001 1001 4096 Nov 4 00:35 internal [2020-11-04T00:39:43.379Z] drwxrwxr-x 4 1001 1001 4096 Nov 4 00:35 openapi [2020-11-04T00:39:43.379Z] drwxrwxr-x 4 1001 1001 4096 Nov 4 00:35 snap [2020-11-04T00:39:43.379Z] -rw-rw-r-- 1 1001 1001 168 Nov 4 00:35 version.go [Pipeline] sh [2020-11-04T00:39:44.051Z] + '[' -e coverage.out ] [2020-11-04T00:39:44.051Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-04T00:39:44.114Z] Warning: overwriting stash ‘coverage-report’ [2020-11-04T00:39:45.457Z] Stashed 1 file(s) [Pipeline] sh [2020-11-04T00:39:46.159Z] + make build [2020-11-04T00:39:46.159Z] 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-11-04T00:39:47.261Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:39:47.261Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:39:47.261Z] ---> 0124b3656cd1 [2020-11-04T00:39:47.261Z] Step 3/21 : WORKDIR /edgex-go [2020-11-04T00:39:47.261Z] ---> Using cache [2020-11-04T00:39:47.261Z] ---> d78227541e0b [2020-11-04T00:39:47.261Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:39:47.261Z] ---> Using cache [2020-11-04T00:39:47.261Z] ---> 35b92527b33a [2020-11-04T00:39:47.261Z] Step 5/21 : RUN apk update && apk add make git [2020-11-04T00:39:47.261Z] ---> Using cache [2020-11-04T00:39:47.261Z] ---> 077e094ef4c0 [2020-11-04T00:39:47.261Z] Step 6/21 : COPY go.mod . [2020-11-04T00:39:47.261Z] ---> Using cache [2020-11-04T00:39:47.261Z] ---> 99a539db8b02 [2020-11-04T00:39:47.261Z] Step 7/21 : RUN go mod download [2020-11-04T00:39:47.261Z] ---> Using cache [2020-11-04T00:39:47.261Z] ---> 7af3cdcadcd1 [2020-11-04T00:39:47.261Z] Step 8/21 : COPY . . [2020-11-04T00:39:47.261Z] ---> Using cache [2020-11-04T00:39:47.261Z] ---> 3b814ad0b5d2 [2020-11-04T00:39:47.261Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-04T00:39:47.838Z] ---> Running in 5d4647262795 [2020-11-04T00:39:47.838Z] Removing intermediate container ddca3a2173cc [2020-11-04T00:39:47.838Z] ---> 86cc83fa6d3f [2020-11-04T00:39:47.838Z] [2020-11-04T00:39:47.838Z] Step 10/24 : FROM alpine:3.10 [2020-11-04T00:39:47.838Z] ---> be4e4bea2c2e [2020-11-04T00:39:47.838Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-04T00:39:47.838Z] ---> Using cache [2020-11-04T00:39:47.838Z] ---> e76c67dd7403 [2020-11-04T00:39:47.838Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-04T00:39:48.118Z] Removing intermediate container 356a23dade5f [2020-11-04T00:39:48.118Z] ---> 1c12789234e9 [2020-11-04T00:39:48.118Z] [2020-11-04T00:39:48.118Z] Step 10/24 : FROM scratch [2020-11-04T00:39:48.118Z] ---> [2020-11-04T00:39:48.118Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-04T00:39:48.118Z] ---> Running in 4d54c96f37c4 [2020-11-04T00:39:48.739Z] ---> Using cache [2020-11-04T00:39:48.739Z] ---> ba81b6ce3cf7 [2020-11-04T00:39:48.739Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-04T00:39:49.326Z] Removing intermediate container 4d54c96f37c4 [2020-11-04T00:39:49.326Z] ---> 1a049d7998d4 [2020-11-04T00:39:49.326Z] Step 13/24 : WORKDIR / [2020-11-04T00:39:49.326Z] 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-11-04T00:39:49.599Z] ---> Running in 4872c95203d6 [2020-11-04T00:39:50.189Z] ---> Running in 1b8c0ecf0d65 [2020-11-04T00:39:51.640Z] Removing intermediate container 4872c95203d6 [2020-11-04T00:39:51.640Z] ---> 7c102c62910a [2020-11-04T00:39:51.640Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-04T00:39:51.918Z] ---> Running in a93551c7e0e4 [2020-11-04T00:39:51.918Z] Removing intermediate container 1b8c0ecf0d65 [2020-11-04T00:39:51.918Z] ---> 082fcf19c391 [2020-11-04T00:39:51.918Z] 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-11-04T00:39:51.918Z] Removing intermediate container 179cf08004fd [2020-11-04T00:39:51.918Z] ---> edd010143741 [2020-11-04T00:39:51.918Z] [2020-11-04T00:39:51.918Z] Step 10/22 : FROM scratch [2020-11-04T00:39:51.918Z] ---> [2020-11-04T00:39:51.918Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T00:39:52.187Z] ---> Using cache [2020-11-04T00:39:52.187Z] ---> 0bdc986d3007 [2020-11-04T00:39:52.187Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-04T00:39:54.773Z] ---> Running in 521d9d2a641e [2020-11-04T00:39:54.773Z] Removing intermediate container a93551c7e0e4 [2020-11-04T00:39:54.773Z] ---> dafa8958d018 [2020-11-04T00:39:54.773Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-04T00:39:54.773Z] ---> 738f301a6358 [2020-11-04T00:39:54.773Z] 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-11-04T00:39:55.045Z] Removing intermediate container 521d9d2a641e [2020-11-04T00:39:55.045Z] ---> c02963c86bc4 [2020-11-04T00:39:55.045Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T00:39:55.045Z] ---> Running in 5b43a60adcf3 [2020-11-04T00:39:55.045Z] ---> 0b89f277d361 [2020-11-04T00:39:55.045Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-04T00:39:55.316Z] ---> 8bca02ae4ade [2020-11-04T00:39:55.316Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-04T00:39:55.587Z] Removing intermediate container 5b43a60adcf3 [2020-11-04T00:39:55.587Z] ---> 747cc9e8964d [2020-11-04T00:39:55.587Z] Step 14/22 : WORKDIR / [2020-11-04T00:39:56.547Z] ---> d52f3561beab [2020-11-04T00:39:56.547Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-04T00:39:56.547Z] ---> Running in ee9f1ade6009 [2020-11-04T00:39:58.541Z] ---> b563b3dee19c [2020-11-04T00:39:58.541Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-04T00:39:58.541Z] ---> b35c2d07db24 [2020-11-04T00:39:58.541Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-04T00:39:58.541Z] Removing intermediate container ee9f1ade6009 [2020-11-04T00:39:58.541Z] ---> 26f232b7ccbe [2020-11-04T00:39:58.541Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-04T00:39:58.541Z] Removing intermediate container 71815717ee64 [2020-11-04T00:39:58.541Z] ---> d66cf14459ba [2020-11-04T00:39:58.541Z] [2020-11-04T00:39:58.541Z] Step 10/23 : FROM alpine [2020-11-04T00:39:58.541Z] ---> d6e46aa2470d [2020-11-04T00:39:58.541Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T00:39:58.821Z] ---> Running in c8ea1de1214d [2020-11-04T00:39:59.094Z] ---> de0eed2cfd89 [2020-11-04T00:39:59.094Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-04T00:39:59.370Z] ---> d77d32114baa [2020-11-04T00:39:59.370Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-04T00:39:59.370Z] ---> 77dbcaaa43d6 [2020-11-04T00:39:59.370Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-04T00:39:59.370Z] Removing intermediate container c8ea1de1214d [2020-11-04T00:39:59.370Z] ---> 1a212e35c620 [2020-11-04T00:39:59.370Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-04T00:39:59.660Z] ---> Running in 3621190b5c7a [2020-11-04T00:39:59.660Z] ---> 0c14e1324c27 [2020-11-04T00:39:59.660Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-04T00:40:02.239Z] ---> 85c32eb62317 [2020-11-04T00:40:02.239Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-04T00:40:02.239Z] ---> 2d90c9677a9c [2020-11-04T00:40:02.239Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-04T00:40:02.239Z] ---> 13aa35dcbb09 [2020-11-04T00:40:02.239Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-04T00:40:02.239Z] Removing intermediate container 3621190b5c7a [2020-11-04T00:40:02.239Z] ---> ad0c688f3ec7 [2020-11-04T00:40:02.239Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-04T00:40:02.507Z] ---> Running in 94100a14f192 [2020-11-04T00:40:02.779Z] ---> Running in c7ff5f8b4e22 [2020-11-04T00:40:03.046Z] ---> 2eb5556213e3 [2020-11-04T00:40:03.046Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-04T00:40:03.310Z] ---> Running in dff1251a941b [2020-11-04T00:40:03.310Z] ---> b21efae3e72a [2020-11-04T00:40:03.310Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-04T00:40:03.310Z] Removing intermediate container c7ff5f8b4e22 [2020-11-04T00:40:03.310Z] ---> a2fa0633bcf3 [2020-11-04T00:40:03.310Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:40:03.574Z] ---> Running in 9ef5ab130ac6 [2020-11-04T00:40:03.574Z] ---> Running in c201f792f05e [2020-11-04T00:40:03.574Z] Removing intermediate container dff1251a941b [2020-11-04T00:40:03.574Z] ---> b9fe1c129fd5 [2020-11-04T00:40:03.574Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:40:03.841Z] ---> Running in f864ac446905 [2020-11-04T00:40:04.110Z] Removing intermediate container 9ef5ab130ac6 [2020-11-04T00:40:04.110Z] ---> f1bb9ceadb49 [2020-11-04T00:40:04.110Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:40:04.110Z] ---> Running in 71776780241e [2020-11-04T00:40:04.110Z] Removing intermediate container f864ac446905 [2020-11-04T00:40:04.110Z] ---> 1891bdffba6c [2020-11-04T00:40:04.110Z] Step 20/22 : LABEL arch=x86_64 [2020-11-04T00:40:04.375Z] ---> Running in 3e62281557d1 [2020-11-04T00:40:04.375Z] Removing intermediate container 71776780241e [2020-11-04T00:40:04.375Z] ---> cecb446cf3e3 [2020-11-04T00:40:04.375Z] Step 22/24 : LABEL arch=x86_64 [2020-11-04T00:40:04.643Z] ---> Running in 2c03afda5632 [2020-11-04T00:40:04.643Z] Removing intermediate container 3e62281557d1 [2020-11-04T00:40:04.643Z] ---> 0d26d50b9072 [2020-11-04T00:40:04.643Z] Step 21/22 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:40:05.224Z] ---> Running in 1dcb21039b8b [2020-11-04T00:40:05.224Z] Removing intermediate container 2c03afda5632 [2020-11-04T00:40:05.224Z] ---> feee2fc37e00 [2020-11-04T00:40:05.224Z] Step 23/24 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:40:05.224Z] Removing intermediate container 94100a14f192 [2020-11-04T00:40:05.224Z] ---> ad4fb524d926 [2020-11-04T00:40:05.224Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-04T00:40:05.224Z] ---> Running in f114d5b376d5 [2020-11-04T00:40:05.488Z] ---> Running in 385561c37b5b [2020-11-04T00:40:05.488Z] Removing intermediate container 1dcb21039b8b [2020-11-04T00:40:05.488Z] ---> 3d68859b9310 [2020-11-04T00:40:05.488Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T00:40:05.752Z] Removing intermediate container c201f792f05e [2020-11-04T00:40:05.752Z] ---> 884e88d3a43d [2020-11-04T00:40:05.752Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-04T00:40:05.753Z] Removing intermediate container f114d5b376d5 [2020-11-04T00:40:05.753Z] ---> ffcc15550f9a [2020-11-04T00:40:05.753Z] Step 24/24 : LABEL version=0.0.0 [2020-11-04T00:40:06.017Z] ---> Running in ba7bb592db30 [2020-11-04T00:40:06.017Z] Removing intermediate container 385561c37b5b [2020-11-04T00:40:06.017Z] ---> 47a702cb21f0 [2020-11-04T00:40:06.017Z] Step 22/24 : LABEL arch=x86_64 [2020-11-04T00:40:06.017Z] ---> Running in 8b32f0f06385 [2020-11-04T00:40:06.017Z] ---> Running in af37c5dc5291 [2020-11-04T00:40:06.325Z] ---> Running in 58cc86b479ba [2020-11-04T00:40:07.717Z] Removing intermediate container ba7bb592db30 [2020-11-04T00:40:07.717Z] ---> c1b0d3e4fb1b [2020-11-04T00:40:07.717Z] [2020-11-04T00:40:07.717Z] Removing intermediate container af37c5dc5291 [2020-11-04T00:40:07.717Z] ---> e7b5343c0c42 [2020-11-04T00:40:07.717Z] [2020-11-04T00:40:07.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:40:07.980Z] Successfully built c1b0d3e4fb1b [2020-11-04T00:40:07.980Z] Removing intermediate container 58cc86b479ba [2020-11-04T00:40:07.980Z] ---> 06ab44cdf0d7 [2020-11-04T00:40:07.980Z] Step 23/24 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:40:08.243Z] Successfully tagged docker-core-metadata-go:latest [2020-11-04T00:40:08.243Z] Building docker-security-proxy-setup-go [2020-11-04T00:40:08.243Z] Successfully built e7b5343c0c42 [2020-11-04T00:40:08.243Z]  Building docker-core-metadata-go ... done Successfully tagged docker-support-notifications-go:latest [2020-11-04T00:40:08.243Z]  Building docker-support-notifications-go ... done Removing intermediate container 5d4647262795 [2020-11-04T00:40:08.243Z] ---> 7b59dd95cc02 [2020-11-04T00:40:08.243Z] [2020-11-04T00:40:08.243Z] Step 10/21 : FROM scratch [2020-11-04T00:40:08.243Z] ---> [2020-11-04T00:40:08.243Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T00:40:08.243Z] ---> Running in 05b298289bab [2020-11-04T00:40:08.243Z] ---> Using cache [2020-11-04T00:40:08.243Z] ---> 0bdc986d3007 [2020-11-04T00:40:08.243Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-04T00:40:08.243Z] ---> Running in baf6ed2048bd [2020-11-04T00:40:08.510Z] Removing intermediate container 05b298289bab [2020-11-04T00:40:08.510Z] ---> d1a3aa73846d [2020-11-04T00:40:08.510Z] Step 24/24 : LABEL version=0.0.0 [2020-11-04T00:40:08.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:40:08.510Z] ---> Running in 0c2c733b392d [2020-11-04T00:40:08.510Z] Removing intermediate container baf6ed2048bd [2020-11-04T00:40:08.510Z] ---> 26272c755d0f [2020-11-04T00:40:08.510Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-04T00:40:08.791Z] ---> Running in c6651807d0ca [2020-11-04T00:40:09.055Z] Removing intermediate container 0c2c733b392d [2020-11-04T00:40:09.055Z] ---> 57fcd2abf7ae [2020-11-04T00:40:09.055Z] [2020-11-04T00:40:09.319Z] Removing intermediate container c6651807d0ca [2020-11-04T00:40:09.319Z] ---> e9eb39823ca8 [2020-11-04T00:40:09.319Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-04T00:40:09.319Z] Successfully built 57fcd2abf7ae [2020-11-04T00:40:09.591Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-04T00:40:09.591Z]  Building docker-security-secretstore-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-11-04T00:40:09.591Z] ---> 670271c1b159 [2020-11-04T00:40:09.591Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-04T00:40:09.591Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-04T00:40:09.855Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-04T00:40:10.119Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-04T00:40:11.070Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-04T00:40:11.070Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:40:11.070Z] OK: 8 MiB in 19 packages [2020-11-04T00:40:12.980Z] 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-11-04T00:40:13.631Z] ---> 5c832fd2c4a2 [2020-11-04T00:40:13.631Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-04T00:40:13.900Z] Removing intermediate container 8b32f0f06385 [2020-11-04T00:40:13.900Z] ---> 61161a076b35 [2020-11-04T00:40:13.900Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-04T00:40:14.166Z] ---> 250fbe17cb77 [2020-11-04T00:40:14.166Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-04T00:40:15.569Z] ---> Running in ab63088f963d [2020-11-04T00:40:15.837Z] ---> 92170d4fc0a3 [2020-11-04T00:40:15.837Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-04T00:40:17.280Z] Removing intermediate container ab63088f963d [2020-11-04T00:40:17.280Z] ---> 1e3dbede786c [2020-11-04T00:40:17.280Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:40:20.606Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:40:20.606Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:40:20.606Z] ---> 0124b3656cd1 [2020-11-04T00:40:20.606Z] Step 3/21 : WORKDIR /edgex-go [2020-11-04T00:40:20.606Z] ---> Using cache [2020-11-04T00:40:20.606Z] ---> d78227541e0b [2020-11-04T00:40:20.606Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:40:20.606Z] ---> Using cache [2020-11-04T00:40:20.606Z] ---> 35b92527b33a [2020-11-04T00:40:20.606Z] Step 5/21 : RUN apk update && apk add make git [2020-11-04T00:40:20.606Z] ---> Using cache [2020-11-04T00:40:20.606Z] ---> 077e094ef4c0 [2020-11-04T00:40:20.606Z] Step 6/21 : COPY go.mod . [2020-11-04T00:40:20.606Z] ---> Using cache [2020-11-04T00:40:20.606Z] ---> 99a539db8b02 [2020-11-04T00:40:20.606Z] Step 7/21 : RUN go mod download [2020-11-04T00:40:20.606Z] ---> Using cache [2020-11-04T00:40:20.606Z] ---> 7af3cdcadcd1 [2020-11-04T00:40:20.606Z] Step 8/21 : COPY . . [2020-11-04T00:40:20.606Z] ---> Using cache [2020-11-04T00:40:20.606Z] ---> 3b814ad0b5d2 [2020-11-04T00:40:20.606Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/edgex-secrets-config/edgex-secrets-config [2020-11-04T00:40:21.554Z] ---> Running in 4f3b1c3b480d [2020-11-04T00:40:21.554Z] ---> a69af8086ac2 [2020-11-04T00:40:21.554Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-04T00:40:21.554Z] ---> Running in ddf544651898 [2020-11-04T00:40:21.821Z] Removing intermediate container 4f3b1c3b480d [2020-11-04T00:40:21.821Z] ---> d53e688a92c5 [2020-11-04T00:40:21.821Z] Step 19/21 : LABEL arch=x86_64 [2020-11-04T00:40:21.821Z] ---> Running in 928daf1357e4 [2020-11-04T00:40:21.821Z] ---> 853ab96bfa01 [2020-11-04T00:40:21.821Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-04T00:40:22.096Z] ---> Running in 1a28a3ac77cc [2020-11-04T00:40:22.096Z] Removing intermediate container 928daf1357e4 [2020-11-04T00:40:22.096Z] ---> bcbcfc430d0f [2020-11-04T00:40:22.096Z] Step 20/21 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:40:22.364Z] ---> Running in d5d3ec6d6c53 [2020-11-04T00:40:22.364Z] Removing intermediate container 1a28a3ac77cc [2020-11-04T00:40:22.364Z] ---> 88559aec414c [2020-11-04T00:40:22.364Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:40:22.364Z] ---> Running in 41203fc726d8 [2020-11-04T00:40:22.364Z] 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-11-04T00:40:22.630Z] Removing intermediate container d5d3ec6d6c53 [2020-11-04T00:40:22.630Z] ---> 4d7cddc3b23b [2020-11-04T00:40:22.630Z] Step 21/21 : LABEL version=0.0.0 [2020-11-04T00:40:22.630Z] Removing intermediate container 41203fc726d8 [2020-11-04T00:40:22.630Z] ---> b60ce5d874e3 [2020-11-04T00:40:22.630Z] Step 21/23 : LABEL arch=x86_64 [2020-11-04T00:40:22.630Z] ---> Running in 96b87cee1737 [2020-11-04T00:40:22.630Z] ---> Running in 19b1cc481ca6 [2020-11-04T00:40:22.892Z] Removing intermediate container 96b87cee1737 [2020-11-04T00:40:22.892Z] ---> 8f99ab0fc650 [2020-11-04T00:40:22.892Z] [2020-11-04T00:40:22.892Z] Removing intermediate container 19b1cc481ca6 [2020-11-04T00:40:22.892Z] ---> 37a1ba0bf724 [2020-11-04T00:40:22.892Z] Step 22/23 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:40:23.157Z] ---> Running in fd8994adc9bb [2020-11-04T00:40:23.157Z] Successfully built 8f99ab0fc650 [2020-11-04T00:40:23.157Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-04T00:40:23.843Z]  Building docker-support-scheduler-go ... done Removing intermediate container fd8994adc9bb [2020-11-04T00:40:23.843Z] ---> b145722886d3 [2020-11-04T00:40:23.843Z] Step 23/23 : LABEL version=0.0.0 [2020-11-04T00:40:23.843Z] ---> Running in 57ecbc41fe56 [2020-11-04T00:40:24.383Z] Removing intermediate container 57ecbc41fe56 [2020-11-04T00:40:24.383Z] ---> c140f64a20e6 [2020-11-04T00:40:24.383Z] [2020-11-04T00:40:24.383Z] Successfully built c140f64a20e6 [2020-11-04T00:40:24.383Z] Successfully tagged docker-core-data-go:latest [2020-11-04T00:40:25.344Z] 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-11-04T00:40:30.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-04T00:40:31.392Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config [2020-11-04T00:40:34.720Z] Removing intermediate container ddf544651898 [2020-11-04T00:40:34.720Z] ---> 99257ba994db [2020-11-04T00:40:34.720Z] [2020-11-04T00:40:34.720Z] Step 10/21 : FROM alpine [2020-11-04T00:40:34.720Z] ---> d6e46aa2470d [2020-11-04T00:40:34.720Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-04T00:40:34.720Z] ---> Running in d42a7aa003da [2020-11-04T00:40:34.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T00:40:35.047Z] 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-11-04T00:40:35.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T00:40:35.515Z] v3.12.1-15-gcb84081c23 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:40:35.515Z] v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:40:35.515Z] OK: 12744 distinct packages available [2020-11-04T00:40:35.515Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-04T00:40:35.779Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-04T00:40:35.779Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-04T00:40:35.779Z] (4/4) Installing curl (7.69.1-r1) [2020-11-04T00:40:35.779Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:40:35.779Z] Executing ca-certificates-20191127-r4.trigger [2020-11-04T00:40:35.779Z] OK: 7 MiB in 18 packages [2020-11-04T00:40:37.196Z] Removing intermediate container d42a7aa003da [2020-11-04T00:40:37.196Z] ---> 5a7da5f3d1c3 [2020-11-04T00:40:37.196Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-04T00:40:37.463Z] ---> Running in bfb4ea47c568 [2020-11-04T00:40:37.732Z] Removing intermediate container bfb4ea47c568 [2020-11-04T00:40:37.732Z] ---> 531a4884dec6 [2020-11-04T00:40:37.732Z] Step 13/21 : WORKDIR /edgex [2020-11-04T00:40:37.732Z] ---> Running in 8af3c034a714 [2020-11-04T00:40:37.732Z] Removing intermediate container 8af3c034a714 [2020-11-04T00:40:37.732Z] ---> 2b0b8cc64114 [2020-11-04T00:40:37.732Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-04T00:40:38.001Z] ---> 177957b18e42 [2020-11-04T00:40:38.001Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-04T00:40:38.579Z] ---> 9eaa7a1c8a70 [2020-11-04T00:40:38.579Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/edgex-secrets-config/edgex-secrets-config . [2020-11-04T00:40:39.153Z] ---> aa9af3ada8ad [2020-11-04T00:40:39.153Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-04T00:40:39.153Z] ---> Running in 900ec111e787 [2020-11-04T00:40:39.418Z] Removing intermediate container 900ec111e787 [2020-11-04T00:40:39.418Z] ---> 4695810f38ee [2020-11-04T00:40:39.418Z] Step 18/21 : CMD ["--init=true"] [2020-11-04T00:40:39.418Z] ---> Running in 85c7450f1935 [2020-11-04T00:40:39.418Z] Removing intermediate container 85c7450f1935 [2020-11-04T00:40:39.418Z] ---> 07e9cd61cb2e [2020-11-04T00:40:39.418Z] Step 19/21 : LABEL arch=x86_64 [2020-11-04T00:40:39.683Z] ---> Running in 432eab804ffb [2020-11-04T00:40:39.683Z] Removing intermediate container 432eab804ffb [2020-11-04T00:40:39.683Z] ---> 03cb35336064 [2020-11-04T00:40:39.683Z] Step 20/21 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:40:39.683Z] ---> Running in 74dbede2cab2 [2020-11-04T00:40:39.949Z] Removing intermediate container 74dbede2cab2 [2020-11-04T00:40:39.949Z] ---> 551b05f2a20c [2020-11-04T00:40:39.949Z] Step 21/21 : LABEL version=0.0.0 [2020-11-04T00:40:39.949Z] ---> Running in eab71269b926 [2020-11-04T00:40:40.211Z] Removing intermediate container eab71269b926 [2020-11-04T00:40:40.211Z] ---> 00a67569f9d9 [2020-11-04T00:40:40.211Z] [2020-11-04T00:40:40.474Z] Successfully built 00a67569f9d9 [2020-11-04T00:40:40.474Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-04T00:40:40.762Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-11-04T00:40:40.811Z] $ docker stop --time=1 81e01876c622c78c8419b96b45cd48f09fb927cca35b15cdb99e70077ce17f8f [2020-11-04T00:40:42.654Z] $ docker rm -f 81e01876c622c78c8419b96b45cd48f09fb927cca35b15cdb99e70077ce17f8f [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-04T00:40:43.325Z] + docker images [2020-11-04T00:40:43.325Z] + grep docker [2020-11-04T00:40:43.325Z] docker-security-proxy-setup-go latest 00a67569f9d9 4 seconds ago 24.6MB [2020-11-04T00:40:43.325Z] docker-core-data-go latest c140f64a20e6 20 seconds ago 23.7MB [2020-11-04T00:40:43.325Z] docker-support-scheduler-go latest 8f99ab0fc650 21 seconds ago 12.3MB [2020-11-04T00:40:43.325Z] docker-security-secretstore-setup-go latest 57fcd2abf7ae 35 seconds ago 24.8MB [2020-11-04T00:40:43.325Z] docker-core-metadata-go latest c1b0d3e4fb1b 37 seconds ago 14.5MB [2020-11-04T00:40:43.325Z] docker-support-notifications-go latest e7b5343c0c42 37 seconds ago 13.6MB [2020-11-04T00:40:43.325Z] docker-sys-mgmt-agent-go latest f0aa800f8448 About a minute ago 290MB [2020-11-04T00:40:43.325Z] docker-security-secrets-setup-go latest 36b9c35325f8 2 minutes ago 24MB [2020-11-04T00:40:43.325Z] docker-security-bootstrap-redis-go latest 18295e929eaa 2 minutes ago 15.9MB [2020-11-04T00:40:43.325Z] docker-support-logging-go latest c54f29613273 3 minutes ago 11.1MB [2020-11-04T00:40:43.325Z] docker-core-command-go latest 486fdd20b32a 3 minutes ago 12.2MB [2020-11-04T00:40:43.325Z] docker latest 6972c414f322 12 days ago 217MB [Pipeline] } [2020-11-04T00:40:43.350Z] 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 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-04T00:40:43.626Z] 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 [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-11-04T00:40:50.341Z] 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-11-04T00:40:54.663Z] 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-11-04T00:40:58.052Z] 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-11-04T00:40:59.307Z] Still waiting to schedule task [2020-11-04T00:40:59.307Z] Waiting for next available executor on ‘prd-centos7-docker-8c-8g-11150’ [2020-11-04T00:41:03.450Z] 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-11-04T00:41:07.752Z] 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-11-04T00:41:12.067Z] 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-11-04T00:41:16.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config [Pipeline] } [2020-11-04T00:41:20.822Z] $ docker stop --time=1 dfb4a664333a7aef05bba433776323daf440177da696d791e0e42f03caeb3045 [2020-11-04T00:41:23.362Z] $ docker rm -f dfb4a664333a7aef05bba433776323daf440177da696d791e0e42f03caeb3045 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:41:25.130Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-04T00:41:25.402Z] [2020-11-04T00:41:25.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:41:25.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-04T00:41:26.120Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-04T00:41:26.120Z] 29e5d40040c1: Pulling fs layer [2020-11-04T00:41:26.120Z] 1ce36da41761: Pulling fs layer [2020-11-04T00:41:26.120Z] 25b303627fd3: Pulling fs layer [2020-11-04T00:41:27.098Z] 29e5d40040c1: Download complete [2020-11-04T00:41:27.374Z] 1ce36da41761: Verifying Checksum [2020-11-04T00:41:27.374Z] 1ce36da41761: Download complete [2020-11-04T00:41:27.646Z] 29e5d40040c1: Pull complete [2020-11-04T00:41:28.627Z] 1ce36da41761: Pull complete [2020-11-04T00:41:29.609Z] 25b303627fd3: Verifying Checksum [2020-11-04T00:41:29.609Z] 25b303627fd3: Download complete [2020-11-04T00:41:39.749Z] 25b303627fd3: Pull complete [2020-11-04T00:41:39.749Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-04T00:41:39.749Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-04T00:41:39.749Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-04T00:41:39.984Z] prd-ubuntu18.04-docker-arm64-4c-16g-11145 does not seem to be running inside a container [2020-11-04T00:41:40.092Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-04T00:41:43.591Z] $ docker top cf68e81f73d3e0c3568bdc3a70c35a5881a70787189dc6d8fb3182663368d3dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T00:41:45.018Z] + docker-compose build --help [2020-11-04T00:41:45.018Z] + grep parallel [2020-11-04T00:41:49.306Z] --parallel Build images in parallel. [Pipeline] } [2020-11-04T00:41:49.343Z] $ docker stop --time=1 cf68e81f73d3e0c3568bdc3a70c35a5881a70787189dc6d8fb3182663368d3dd [2020-11-04T00:41:51.324Z] $ docker rm -f cf68e81f73d3e0c3568bdc3a70c35a5881a70787189dc6d8fb3182663368d3dd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:41:52.210Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-04T00:41:52.210Z] . [Pipeline] withDockerContainer [2020-11-04T00:41:52.486Z] prd-ubuntu18.04-docker-arm64-4c-16g-11145 does not seem to be running inside a container [2020-11-04T00:41:52.583Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-04T00:41:53.937Z] $ docker top fcea7dbd81ce805605d6e93cc229005e24737df14a416c6e947d841b05e4fb4d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T00:41:54.975Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-04T00:41:59.273Z] Building docker-core-command-go ... [2020-11-04T00:41:59.273Z] Building docker-core-data-go ... [2020-11-04T00:41:59.273Z] Building docker-core-metadata-go ... [2020-11-04T00:41:59.273Z] Building docker-security-bootstrap-redis-go ... [2020-11-04T00:41:59.273Z] Building docker-security-proxy-setup-go ... [2020-11-04T00:41:59.273Z] Building docker-security-secrets-setup-go ... [2020-11-04T00:41:59.273Z] Building docker-security-secretstore-setup-go ... [2020-11-04T00:41:59.273Z] Building docker-support-logging-go ... [2020-11-04T00:41:59.273Z] Building docker-support-notifications-go ... [2020-11-04T00:41:59.273Z] Building docker-support-scheduler-go ... [2020-11-04T00:41:59.273Z] Building docker-sys-mgmt-agent-go ... [2020-11-04T00:41:59.273Z] Building docker-support-scheduler-go [2020-11-04T00:41:59.273Z] Building docker-security-bootstrap-redis-go [2020-11-04T00:41:59.273Z] Building docker-core-metadata-go [2020-11-04T00:41:59.273Z] Building docker-core-command-go [2020-11-04T00:41:59.273Z] Building docker-security-secrets-setup-go [2020-11-04T00:42:39.081Z] Running on prd-centos7-docker-8c-8g-11151 in /w/workspace/edgexfoundry_edgex-go_PR-2808 [Pipeline] { [Pipeline] ws [2020-11-04T00:42:39.173Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2020-11-04T00:42:41.684Z] using credential edgex-jenkins-ssh [2020-11-04T00:42:41.736Z] Cloning the remote Git repository [2020-11-04T00:42:41.684Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-04T00:42:41.754Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2020-11-04T00:42:41.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-04T00:42:41.796Z] > git --version # timeout=10 [2020-11-04T00:42:41.808Z] > git --version # 'git version 2.16.5' [2020-11-04T00:42:41.808Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T00:42:41.848Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-04T00:43:02.273Z] Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 [2020-11-04T00:43:02.554Z] Merge succeeded, producing 7c2b6b784fc713b613fce4bc79719b2523c9c983 [2020-11-04T00:43:02.555Z] Checking out Revision 7c2b6b784fc713b613fce4bc79719b2523c9c983 (PR-2808) [2020-11-04T00:43:01.352Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-04T00:43:01.357Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-04T00:43:01.367Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-04T00:43:01.377Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-04T00:43:01.377Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T00:43:01.381Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2808/head:refs/remotes/origin/PR-2808 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-04T00:43:02.282Z] > git config core.sparsecheckout # timeout=10 [2020-11-04T00:43:02.287Z] > git checkout -f 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # timeout=10 [2020-11-04T00:43:02.431Z] > git remote # timeout=10 [2020-11-04T00:43:02.436Z] > git config --get remote.origin.url # timeout=10 [2020-11-04T00:43:02.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T00:43:02.443Z] > git merge 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 # timeout=10 [2020-11-04T00:43:02.550Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-04T00:43:02.558Z] > git config core.sparsecheckout # timeout=10 [2020-11-04T00:43:02.562Z] > git checkout -f 7c2b6b784fc713b613fce4bc79719b2523c9c983 # timeout=10 [2020-11-04T00:43:06.296Z] Commit message: "Merge commit '471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75' into HEAD" [2020-11-04T00:43:06.300Z] > git rev-list --no-walk 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-04T00:43:07.869Z] ++ find /w/workspace/edgex-go/17 [2020-11-04T00:43:07.869Z] ++ grep snapcraft.yaml [2020-11-04T00:43:07.869Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/17/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-04T00:43:08.032Z] provisioning config files... [2020-11-04T00:43:08.043Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/17@tmp/config3777648121141521599tmp [Pipeline] { [Pipeline] sh [2020-11-04T00:43:08.456Z] + cp /w/workspace/edgex-go/17@tmp/config3777648121141521599tmp /w/workspace/edgex-go/17/edgex-snap-store-login [Pipeline] sh [2020-11-04T00:43:08.762Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/17:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-11-04T00:43:08.762Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-11-04T00:43:09.029Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-11-04T00:43:09.029Z] f08d8e2a3ba1: Pulling fs layer [2020-11-04T00:43:09.029Z] 3baa9cb2483b: Pulling fs layer [2020-11-04T00:43:09.029Z] 94e5ff4c0b15: Pulling fs layer [2020-11-04T00:43:09.029Z] 1860925334f9: Pulling fs layer [2020-11-04T00:43:09.029Z] 2daf38717194: Pulling fs layer [2020-11-04T00:43:09.029Z] 309017e8d7a4: Pulling fs layer [2020-11-04T00:43:09.029Z] f7790dc9fd0f: Pulling fs layer [2020-11-04T00:43:09.029Z] cac0ae9282c2: Pulling fs layer [2020-11-04T00:43:09.029Z] 1f4cadf9a1ed: Pulling fs layer [2020-11-04T00:43:09.029Z] 1860925334f9: Waiting [2020-11-04T00:43:09.029Z] 2daf38717194: Waiting [2020-11-04T00:43:09.029Z] 309017e8d7a4: Waiting [2020-11-04T00:43:09.029Z] f7790dc9fd0f: Waiting [2020-11-04T00:43:09.029Z] cac0ae9282c2: Waiting [2020-11-04T00:43:09.029Z] 1f4cadf9a1ed: Waiting [2020-11-04T00:43:09.029Z] 94e5ff4c0b15: Download complete [2020-11-04T00:43:09.029Z] 3baa9cb2483b: Download complete [2020-11-04T00:43:09.029Z] 1860925334f9: Download complete [2020-11-04T00:43:09.029Z] 309017e8d7a4: Verifying Checksum [2020-11-04T00:43:09.029Z] 309017e8d7a4: Download complete [2020-11-04T00:43:09.029Z] f7790dc9fd0f: Verifying Checksum [2020-11-04T00:43:09.029Z] f7790dc9fd0f: Download complete [2020-11-04T00:43:09.029Z] cac0ae9282c2: Verifying Checksum [2020-11-04T00:43:09.029Z] cac0ae9282c2: Download complete [2020-11-04T00:43:09.312Z] 1f4cadf9a1ed: Verifying Checksum [2020-11-04T00:43:09.312Z] 1f4cadf9a1ed: Download complete [2020-11-04T00:43:11.242Z] f08d8e2a3ba1: Verifying Checksum [2020-11-04T00:43:11.242Z] f08d8e2a3ba1: Download complete [2020-11-04T00:43:12.193Z] f08d8e2a3ba1: Pull complete [2020-11-04T00:43:12.460Z] 3baa9cb2483b: Pull complete [2020-11-04T00:43:12.460Z] 94e5ff4c0b15: Pull complete [2020-11-04T00:43:12.725Z] 1860925334f9: Pull complete [2020-11-04T00:43:16.943Z] 2daf38717194: Verifying Checksum [2020-11-04T00:43:16.943Z] 2daf38717194: Download complete [2020-11-04T00:43:21.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:43:21.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:43:21.057Z] ---> e0ab3a8620eb [2020-11-04T00:43:21.057Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T00:43:21.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:43:21.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:43:21.057Z] ---> e0ab3a8620eb [2020-11-04T00:43:21.057Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T00:43:21.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:43:21.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:43:21.057Z] ---> e0ab3a8620eb [2020-11-04T00:43:21.057Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T00:43:21.057Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:43:21.057Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-04T00:43:21.057Z] ---> e0ab3a8620eb [2020-11-04T00:43:21.057Z] Step 3/29 : WORKDIR /edgex-go [2020-11-04T00:43:21.057Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:43:21.057Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:43:21.057Z] ---> e0ab3a8620eb [2020-11-04T00:43:21.057Z] Step 3/21 : WORKDIR /edgex-go [2020-11-04T00:43:21.057Z] ---> Running in d456db27bcf8 [2020-11-04T00:43:21.057Z] ---> Running in 2c6c1063339a [2020-11-04T00:43:21.057Z] ---> Running in bacf02c0c063 [2020-11-04T00:43:21.057Z] ---> Running in 7ac7e42bf3e9 [2020-11-04T00:43:21.057Z] ---> Running in 07938e0415bb [2020-11-04T00:43:21.057Z] Removing intermediate container 2c6c1063339a [2020-11-04T00:43:21.057Z] ---> 207b81321fd2 [2020-11-04T00:43:21.057Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:43:21.057Z] Removing intermediate container 07938e0415bb [2020-11-04T00:43:21.057Z] ---> af2adeee5b5f [2020-11-04T00:43:21.057Z] Step 4/29 : RUN apk update && apk add make git [2020-11-04T00:43:21.057Z] Removing intermediate container bacf02c0c063 [2020-11-04T00:43:21.057Z] ---> 8169ba67396a [2020-11-04T00:43:21.057Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:43:21.057Z] Removing intermediate container 7ac7e42bf3e9 [2020-11-04T00:43:21.057Z] ---> 681229134a73 [2020-11-04T00:43:21.057Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:43:21.057Z] Removing intermediate container d456db27bcf8 [2020-11-04T00:43:21.057Z] ---> 12e462f25e8b [2020-11-04T00:43:21.057Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:43:21.057Z] ---> Running in fafb46acfeda [2020-11-04T00:43:21.057Z] ---> Running in 9da674c3876d [2020-11-04T00:43:21.057Z] ---> Running in 6bd7587c2982 [2020-11-04T00:43:21.057Z] ---> Running in 5840f8c5251b [2020-11-04T00:43:21.057Z] ---> Running in 1b2c092067da [2020-11-04T00:43:21.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:43:21.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:43:21.057Z] Removing intermediate container 6bd7587c2982 [2020-11-04T00:43:21.057Z] ---> 7d2895a91378 [2020-11-04T00:43:21.057Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T00:43:21.057Z] Removing intermediate container 9da674c3876d [2020-11-04T00:43:21.057Z] ---> 3e2b62fbfb8d [2020-11-04T00:43:21.057Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T00:43:21.057Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:43:21.057Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:43:21.057Z] OK: 12623 distinct packages available [2020-11-04T00:43:21.057Z] ---> Running in 89886ba59c5b [2020-11-04T00:43:21.057Z] ---> Running in 32b96ef672c7 [2020-11-04T00:43:21.057Z] Removing intermediate container 1b2c092067da [2020-11-04T00:43:21.057Z] ---> 67e8053ffd0b [2020-11-04T00:43:21.057Z] Step 5/21 : RUN apk update && apk add make git [2020-11-04T00:43:21.057Z] Removing intermediate container 5840f8c5251b [2020-11-04T00:43:21.057Z] ---> 1d3422cc4efe [2020-11-04T00:43:21.057Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T00:43:21.057Z] ---> Running in d572bd0ff711 [2020-11-04T00:43:21.057Z] ---> Running in 90a3ca3180ad [2020-11-04T00:43:21.335Z] OK: 217 MiB in 51 packages [2020-11-04T00:43:23.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:43:23.330Z] Removing intermediate container fafb46acfeda [2020-11-04T00:43:23.330Z] ---> cba3412b7878 [2020-11-04T00:43:23.330Z] Step 5/29 : COPY go.mod . [2020-11-04T00:43:23.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:43:23.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:43:23.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:43:23.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:43:24.154Z] ---> 95dd13693a8b [2020-11-04T00:43:24.154Z] Step 6/29 : RUN go mod download [2020-11-04T00:43:24.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:43:24.154Z] ---> Running in e9b1b3d0fe7b [2020-11-04T00:43:24.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:43:24.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:43:25.043Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:43:25.043Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:43:25.043Z] OK: 12623 distinct packages available [2020-11-04T00:43:25.318Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:43:25.318Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:43:25.318Z] OK: 12623 distinct packages available [2020-11-04T00:43:25.598Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:43:25.598Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:43:25.598Z] OK: 12623 distinct packages available [2020-11-04T00:43:25.882Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:43:25.882Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:43:25.882Z] OK: 12623 distinct packages available [2020-11-04T00:43:25.882Z] OK: 217 MiB in 51 packages [2020-11-04T00:43:26.161Z] OK: 217 MiB in 51 packages [2020-11-04T00:43:26.794Z] OK: 217 MiB in 51 packages [2020-11-04T00:43:27.075Z] OK: 217 MiB in 51 packages [2020-11-04T00:43:28.078Z] Removing intermediate container 32b96ef672c7 [2020-11-04T00:43:28.078Z] ---> 9ebb0ce25310 [2020-11-04T00:43:28.078Z] Step 6/22 : COPY go.mod . [2020-11-04T00:43:28.354Z] Removing intermediate container 89886ba59c5b [2020-11-04T00:43:28.354Z] ---> 9ebdc11d5b0d [2020-11-04T00:43:28.354Z] Step 6/22 : COPY go.mod . [2020-11-04T00:43:28.629Z] Removing intermediate container 90a3ca3180ad [2020-11-04T00:43:28.629Z] ---> b751e41deb7c [2020-11-04T00:43:28.629Z] Step 6/22 : COPY go.mod . [2020-11-04T00:43:28.906Z] Removing intermediate container e9b1b3d0fe7b [2020-11-04T00:43:28.906Z] ---> 9ae30bb7c0e5 [2020-11-04T00:43:28.906Z] Step 7/29 : COPY . . [2020-11-04T00:43:28.906Z] Removing intermediate container d572bd0ff711 [2020-11-04T00:43:28.906Z] ---> efb237674ea1 [2020-11-04T00:43:28.906Z] Step 6/21 : COPY go.mod . [2020-11-04T00:43:29.182Z] ---> 40f537a5a84b [2020-11-04T00:43:29.182Z] Step 7/22 : RUN go mod download [2020-11-04T00:43:29.459Z] ---> Running in 6e9899110a8d [2020-11-04T00:43:29.734Z] ---> 36ec2cdef5c6 [2020-11-04T00:43:29.734Z] Step 7/22 : RUN go mod download [2020-11-04T00:43:29.734Z] ---> 81e865b71c69 [2020-11-04T00:43:29.734Z] Step 7/22 : RUN go mod download [2020-11-04T00:43:29.734Z] ---> Running in 96ad77b610a4 [2020-11-04T00:43:30.024Z] ---> Running in c8e4ba30add4 [2020-11-04T00:43:30.307Z] ---> 490113258733 [2020-11-04T00:43:30.307Z] Step 7/21 : RUN go mod download [2020-11-04T00:43:30.914Z] ---> Running in 0178d7de238e [2020-11-04T00:43:35.092Z] 2daf38717194: Pull complete [2020-11-04T00:43:35.092Z] 309017e8d7a4: Pull complete [2020-11-04T00:43:35.092Z] f7790dc9fd0f: Pull complete [2020-11-04T00:43:35.092Z] cac0ae9282c2: Pull complete [2020-11-04T00:43:35.092Z] 1f4cadf9a1ed: Pull complete [2020-11-04T00:43:35.092Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-11-04T00:43:35.092Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-11-04T00:43:36.347Z] Removing intermediate container 6e9899110a8d [2020-11-04T00:43:36.348Z] ---> ea5633ea0c94 [2020-11-04T00:43:36.348Z] Step 8/22 : COPY . . [2020-11-04T00:43:36.348Z] Removing intermediate container 96ad77b610a4 [2020-11-04T00:43:36.348Z] ---> 01e4cb4c24d9 [2020-11-04T00:43:36.348Z] Step 8/22 : COPY . . [2020-11-04T00:43:36.955Z] Removing intermediate container 0178d7de238e [2020-11-04T00:43:36.955Z] ---> 116de7e57d39 [2020-11-04T00:43:36.955Z] Step 8/21 : COPY . . [2020-11-04T00:43:36.955Z] Removing intermediate container c8e4ba30add4 [2020-11-04T00:43:36.955Z] ---> abdaebc96714 [2020-11-04T00:43:36.955Z] Step 8/22 : COPY . . [2020-11-04T00:43:38.410Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-11-04T00:43:38.410Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-11-04T00:43:38.410Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-11-04T00:43:38.410Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-11-04T00:43:38.410Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-11-04T00:43:38.678Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] [2020-11-04T00:43:38.678Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2118 kB] [2020-11-04T00:43:38.679Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1749 kB] [2020-11-04T00:43:38.942Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-11-04T00:43:38.942Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2167 kB] [2020-11-04T00:43:38.942Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] [2020-11-04T00:43:39.213Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-11-04T00:43:39.213Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-11-04T00:43:39.213Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-11-04T00:43:39.804Z] Fetched 8175 kB in 2s (4533 kB/s) [2020-11-04T00:43:40.748Z] Reading package lists... [2020-11-04T00:43:42.666Z] 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-11-04T00:43:42.666Z] - README.md [2020-11-04T00:43:42.666Z] [2020-11-04T00:43:42.666Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-11-04T00:43:44.596Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-11-04T00:43:44.596Z] 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-11-04T00:43:44.858Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-11-04T00:43:44.858Z] 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-11-04T00:43:46.473Z] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 52% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-11-04T00:43:48.390Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6 libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip [2020-11-04T00:43:49.749Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 57% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-11-04T00:43:50.011Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 97% Building dependency tree [2020-11-04T00:43:50.011Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-11-04T00:43:50.273Z] The following packages were automatically installed and are no longer required: [2020-11-04T00:43:50.273Z] libjq1 libonig4 [2020-11-04T00:43:50.273Z] Use 'sudo apt autoremove' to remove them. [2020-11-04T00:43:50.273Z] Suggested packages: [2020-11-04T00:43:50.273Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-11-04T00:43:50.273Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-11-04T00:43:50.273Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-11-04T00:43:50.273Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-11-04T00:43:50.273Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-11-04T00:43:50.273Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-11-04T00:43:50.273Z] git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc [2020-11-04T00:43:50.273Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-11-04T00:43:50.273Z] | libterm-readline-perl-perl [2020-11-04T00:43:50.535Z] The following NEW packages will be installed: [2020-11-04T00:43:50.535Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-11-04T00:43:50.535Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-11-04T00:43:50.535Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-11-04T00:43:50.535Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-11-04T00:43:50.535Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-11-04T00:43:50.535Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-11-04T00:43:50.535Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-11-04T00:43:50.535Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-11-04T00:43:50.535Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-11-04T00:43:50.535Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-11-04T00:43:50.535Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-11-04T00:43:50.535Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-11-04T00:43:50.535Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-11-04T00:43:50.535Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-11-04T00:43:50.535Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-11-04T00:43:50.535Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-11-04T00:43:50.535Z] perl perl-modules-5.26 pkg-config unzip zip [2020-11-04T00:43:50.535Z] The following packages will be upgraded: [2020-11-04T00:43:50.535Z] libc6 perl-base [2020-11-04T00:43:50.535Z] 2 upgraded, 101 newly installed, 0 to remove and 35 not upgraded. [2020-11-04T00:43:50.535Z] Need to get 84.4 MB of archives. [2020-11-04T00:43:50.535Z] After this operation, 369 MB of additional disk space will be used. [2020-11-04T00:43:50.797Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-11-04T00:43:51.374Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 691 kB/1391 kB 50%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-11-04T00:43:51.635Z] 2% [2 libc6 22.9 kB/2831 kB 1%] 4% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-11-04T00:43:51.635Z] 4% [3 liblocale-gettext-perl 16.6 kB/16.6 kB 100%] 5% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-11-04T00:43:51.636Z] 5% [4 perl-modules-5.26 0 B/2762 kB 0%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-11-04T00:43:51.636Z] 7% [5 libgdbm5 26.0 kB/26.0 kB 100%] 8% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-11-04T00:43:51.636Z] 8% [6 libgdbm-compat4 0 B/6084 B 0%] 8% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-11-04T00:43:51.899Z] 8% [7 libperl5.26 0 B/3534 kB 0%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-11-04T00:43:51.899Z] 11% [8 perl 47.9 kB/201 kB 24%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-11-04T00:43:51.900Z] 12% [9 less 42.7 kB/112 kB 38%] 12% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-11-04T00:43:51.900Z] 12% [10 netbase 12.7 kB/12.7 kB 100%] 12% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-11-04T00:43:52.162Z] 12% [11 manpages 49.0 kB/1234 kB 4%] 14% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-11-04T00:43:52.162Z] 14% [12 binutils-common 60.3 kB/196 kB 31%] 14% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-11-04T00:43:52.162Z] 14% [13 libbinutils 60.1 kB/488 kB 12%] 15% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-11-04T00:43:52.162Z] 15% [14 binutils-x86-64-linux-gnu 31.0 kB/1839 kB 2%] 17% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-11-04T00:43:52.162Z] 17% [15 binutils 3392 B/3392 B 100%] 17% [Working] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-11-04T00:43:52.162Z] 17% [16 libc-dev-bin 22.8 kB/71.8 kB 32%] 17% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] [2020-11-04T00:43:52.425Z] 17% [17 linux-libc-dev 16.2 kB/998 kB 2%] 18% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-11-04T00:43:52.425Z] 18% [18 libc6-dev 65.5 kB/2586 kB 3%] 21% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-11-04T00:43:52.425Z] 21% [19 gcc-7-base 18.3 kB/18.3 kB 100%] 21% [Working] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-11-04T00:43:52.425Z] 21% [20 libisl19 17.5 kB/551 kB 3%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-11-04T00:43:52.425Z] 22% [21 libmpfr6 55.6 kB/243 kB 23%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-11-04T00:43:52.425Z] 22% [22 libmpc3 9306 B/40.8 kB 23%] 22% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-11-04T00:43:53.000Z] 22% [23 cpp-7 33.8 kB/8591 kB 0%] 31% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-11-04T00:43:53.000Z] 31% [24 cpp 22.3 kB/27.7 kB 81%] 31% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-11-04T00:43:53.000Z] 31% [25 libcc1-0 24.0 kB/39.4 kB 61%] 31% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-11-04T00:43:53.000Z] 31% [26 libgomp1 25.5 kB/76.5 kB 33%] 31% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-11-04T00:43:53.000Z] 32% [27 libitm1 14.4 kB/27.9 kB 51%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-11-04T00:43:53.000Z] 32% [28 libatomic1 8207 B/9192 B 89%] 32% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-11-04T00:43:53.000Z] 32% [29 libasan4 28.4 kB/358 kB 8%] 32% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-11-04T00:43:53.000Z] 32% [30 liblsan0 11.2 kB/133 kB 8%] 33% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-11-04T00:43:53.000Z] 33% [31 libtsan0 9351 B/288 kB 3%] 33% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-11-04T00:43:53.000Z] 33% [32 libubsan0 16.4 kB/126 kB 13%] 34% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-11-04T00:43:53.000Z] 34% [33 libcilkrts5 4096 B/42.5 kB 10%] 34% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-11-04T00:43:53.000Z] 34% [34 libmpx2 11.6 kB/11.6 kB 100%] 34% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-11-04T00:43:53.000Z] 34% [35 libquadmath0 20.5 kB/134 kB 15%] 34% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-11-04T00:43:53.262Z] 34% [36 libgcc-7-dev 24.6 kB/2378 kB 1%] 37% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-11-04T00:43:53.523Z] 37% [37 gcc-7 9143 B/9381 kB 0%] 46% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-11-04T00:43:53.523Z] 46% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-11-04T00:43:53.788Z] 46% [39 libstdc++-7-dev 26.7 kB/1471 kB 2%] 48% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-11-04T00:43:54.051Z] 48% [40 g++-7 24.6 kB/9697 kB 0%] 57% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-11-04T00:43:54.051Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-11-04T00:43:54.051Z] 57% [42 make 62.3 kB/154 kB 40%] 58% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-11-04T00:43:54.051Z] 58% [43 libdpkg-perl 39.1 kB/211 kB 19%] 58% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-11-04T00:43:54.051Z] 58% [44 patch 24.3 kB/102 kB 24%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-11-04T00:43:54.051Z] 58% [45 dpkg-dev 53.3 kB/607 kB 9%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-11-04T00:43:54.052Z] 59% [46 build-essential 4758 B/4758 B 100%] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-11-04T00:43:54.052Z] 59% [47 cmake-data 53.3 kB/1332 kB 4%] 61% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-11-04T00:43:54.313Z] 61% [48 libarchive13 37.8 kB/288 kB 13%] 61% [Working] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-11-04T00:43:54.313Z] 61% [49 libjsoncpp1 43.7 kB/73.6 kB 59%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-11-04T00:43:54.313Z] 61% [50 librhash0 0 B/78.1 kB 0%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-11-04T00:43:54.313Z] 62% [51 libuv1 3571 B/64.4 kB 6%] 62% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-11-04T00:43:54.313Z] 62% [52 cmake 29.4 kB/3152 kB 1%] 65% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-11-04T00:43:54.313Z] 65% [53 curl 22.2 kB/159 kB 14%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-11-04T00:43:54.313Z] 65% [54 libfakeroot 12.7 kB/25.9 kB 49%] 66% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-11-04T00:43:54.313Z] 66% [55 fakeroot 13.6 kB/62.3 kB 22%] 66% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] [2020-11-04T00:43:54.313Z] 66% [56 libc6-i386 15.3 kB/2652 kB 1%] 69% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.3 [1817 kB] [2020-11-04T00:43:54.575Z] 69% [57 libc6-dev-i386 34.7 kB/1817 kB 2%] 71% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.3 [2847 kB] [2020-11-04T00:43:54.575Z] 71% [58 libc6-x32 24.7 kB/2847 kB 1%] 73% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.3 [2016 kB] [2020-11-04T00:43:54.836Z] 74% [59 libc6-dev-x32 60.5 kB/2016 kB 3%] 76% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-11-04T00:43:54.836Z] 76% [60 lib32gcc1 10.1 kB/48.1 kB 21%] 76% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-11-04T00:43:54.836Z] 76% [61 libx32gcc1 0 B/40.5 kB 0%] 76% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-11-04T00:43:54.836Z] 76% [62 lib32gomp1 52.0 kB/83.7 kB 62%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-11-04T00:43:54.836Z] 76% [63 libx32gomp1 33.5 kB/77.8 kB 43%] 77% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-11-04T00:43:54.836Z] 77% [64 lib32itm1 21.0 kB/30.0 kB 70%] 77% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-11-04T00:43:54.836Z] 77% [65 libx32itm1 28.1 kB/28.1 kB 100%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-11-04T00:43:54.836Z] 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-11-04T00:43:54.836Z] 77% [67 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-11-04T00:43:54.836Z] 77% [68 lib32asan4 9480 B/362 kB 3%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-11-04T00:43:54.836Z] 78% [69 libx32asan4 40.9 kB/351 kB 12%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-11-04T00:43:54.836Z] 79% [70 lib32stdc++6 35.8 kB/415 kB 9%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-11-04T00:43:54.836Z] 79% [71 lib32ubsan0 22.3 kB/140 kB 16%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-11-04T00:43:54.836Z] 79% [72 libx32stdc++6 39.5 kB/387 kB 10%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-11-04T00:43:54.836Z] 80% [73 libx32ubsan0 57.1 kB/127 kB 45%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-11-04T00:43:54.836Z] 80% [74 lib32cilkrts5 47.2 kB/47.2 kB 100%] 81% [Working] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-11-04T00:43:54.836Z] 81% [75 libx32cilkrts5 0 B/43.0 kB 0%] 81% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-11-04T00:43:54.836Z] 81% [76 lib32mpx2 12.9 kB/12.9 kB 100%] 81% [Working] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-11-04T00:43:54.836Z] 81% [77 lib32quadmath0 22.2 kB/208 kB 11%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-11-04T00:43:54.836Z] 81% [78 libx32quadmath0 10.8 kB/135 kB 8%] 82% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-11-04T00:43:55.097Z] 82% [79 lib32gcc-7-dev 6203 B/2211 kB 0%] 84% [Working] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-11-04T00:43:55.097Z] 84% [80 libx32gcc-7-dev 23.5 kB/1999 kB 1%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-11-04T00:43:55.097Z] 86% [81 gcc-7-multilib 1048 B/1048 B 100%] 86% [Working] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-11-04T00:43:55.097Z] 86% [82 lib32stdc++-7-dev 4096 B/626 kB 1%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-11-04T00:43:55.097Z] 87% [83 libx32stdc++-7-dev 17.8 kB/582 kB 3%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-11-04T00:43:55.097Z] 88% [84 g++-7-multilib 1064 B/1064 B 100%] 88% [Working] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-11-04T00:43:55.097Z] 88% [85 gcc-multilib 0 B/1428 B 0%] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-11-04T00:43:55.097Z] 88% [86 g++-multilib 1020 B/1020 B 100%] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-11-04T00:43:55.097Z] 88% [87 libcurl3-gnutls 21.1 kB/213 kB 10%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-11-04T00:43:55.097Z] 89% [88 liberror-perl 22.8 kB/22.8 kB 100%] 89% [Working] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-11-04T00:43:55.097Z] 89% [89 git-man 47.3 kB/804 kB 6%] 90% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-11-04T00:43:55.357Z] 90% [90 git 29.9 kB/3915 kB 1%] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-11-04T00:43:55.357Z] 94% [91 libalgorithm-diff-perl 24.6 kB/47.6 kB 52%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-11-04T00:43:55.357Z] 94% [92 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-11-04T00:43:55.357Z] 94% [93 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-11-04T00:43:55.358Z] 95% [94 libfile-fcntllock-perl 28.7 kB/33.2 kB 86%] 95% [Working] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-11-04T00:43:55.358Z] 95% [95 libnorm1 7393 B/224 kB 3%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-11-04T00:43:55.358Z] 95% [96 libpgm-5.2-0 44.8 kB/157 kB 29%] 95% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-11-04T00:43:55.358Z] 95% [97 libsodium23 18.5 kB/143 kB 13%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-11-04T00:43:55.358Z] 96% [98 libzmq5 6376 B/221 kB 3%] 96% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-11-04T00:43:55.618Z] 96% [99 libzmq3-dev 41.0 kB/400 kB 10%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-11-04T00:43:55.618Z] 97% [100 manpages-dev 35.8 kB/2217 kB 2%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-11-04T00:43:55.879Z] 99% [101 pkg-config 0 B/45.0 kB 0%] 99% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-11-04T00:43:56.140Z] 99% [102 unzip 12.6 kB/167 kB 8%] 100% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-11-04T00:43:56.140Z] 100% [103 zip 7445 B/167 kB 4%] 100% [Working] Fetched 84.4 MB in 6s (15.2 MB/s) [2020-11-04T00:43:56.402Z] debconf: delaying package configuration, since apt-utils is not installed [2020-11-04T00:43:56.402Z] (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 ... 9889 files and directories currently installed.) [2020-11-04T00:43:56.402Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-04T00:43:56.402Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-11-04T00:43:59.187Z] ---> 1d2d51253c70 [2020-11-04T00:43:59.187Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-04T00:43:59.187Z] ---> Running in 6880326a25f4 [2020-11-04T00:43:59.187Z] ---> 2f1194a24778 [2020-11-04T00:43:59.187Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-04T00:43:59.187Z] ---> a855d13a3cee [2020-11-04T00:43:59.187Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-04T00:43:59.187Z] ---> 55247b8d6cb0 [2020-11-04T00:43:59.187Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-04T00:43:59.187Z] ---> 9a2219ec406d [2020-11-04T00:43:59.187Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-04T00:43:59.187Z] ---> Running in cec2ae8f1b66 [2020-11-04T00:43:59.187Z] ---> Running in 2bb4d937fb11 [2020-11-04T00:43:59.187Z] ---> Running in 42cd1ca96ecd [2020-11-04T00:43:59.187Z] ---> Running in 32f8a4126843 [2020-11-04T00:43:59.187Z] 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-11-04T00:43:59.708Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-11-04T00:43:59.708Z] (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 ... 9889 files and directories currently installed.) [2020-11-04T00:43:59.708Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-11-04T00:43:59.969Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... [2020-11-04T00:44:00.630Z] 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-11-04T00:44:00.909Z] 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-11-04T00:44:01.190Z] 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-11-04T00:44:01.190Z] 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-11-04T00:44:01.886Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:03.298Z] Selecting previously unselected package liblocale-gettext-perl. [2020-11-04T00:44:03.298Z] (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 ... 9889 files and directories currently installed.) [2020-11-04T00:44:03.298Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-11-04T00:44:03.298Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-11-04T00:44:03.298Z] Selecting previously unselected package perl-modules-5.26. [2020-11-04T00:44:03.298Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-11-04T00:44:03.298Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-11-04T00:44:04.246Z] Selecting previously unselected package libgdbm5:amd64. [2020-11-04T00:44:04.246Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-11-04T00:44:04.246Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-11-04T00:44:04.246Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-11-04T00:44:04.246Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-11-04T00:44:04.246Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-11-04T00:44:04.246Z] Selecting previously unselected package libperl5.26:amd64. [2020-11-04T00:44:04.247Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-04T00:44:04.247Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-11-04T00:44:04.822Z] Selecting previously unselected package perl. [2020-11-04T00:44:04.822Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-04T00:44:04.822Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-11-04T00:44:05.082Z] Selecting previously unselected package less. [2020-11-04T00:44:05.082Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-11-04T00:44:05.082Z] Unpacking less (487-0.1) ... [2020-11-04T00:44:05.082Z] Selecting previously unselected package netbase. [2020-11-04T00:44:05.082Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-11-04T00:44:05.082Z] Unpacking netbase (5.4) ... [2020-11-04T00:44:05.082Z] Selecting previously unselected package manpages. [2020-11-04T00:44:05.082Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-11-04T00:44:05.082Z] Unpacking manpages (4.15-1) ... [2020-11-04T00:44:05.342Z] Selecting previously unselected package binutils-common:amd64. [2020-11-04T00:44:05.342Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-04T00:44:05.342Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-04T00:44:05.342Z] Selecting previously unselected package libbinutils:amd64. [2020-11-04T00:44:05.342Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-04T00:44:05.342Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-04T00:44:05.342Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-11-04T00:44:05.342Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-04T00:44:05.342Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-11-04T00:44:06.005Z] Selecting previously unselected package binutils. [2020-11-04T00:44:06.005Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-04T00:44:06.005Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-11-04T00:44:06.005Z] Selecting previously unselected package libc-dev-bin. [2020-11-04T00:44:06.005Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-11-04T00:44:06.005Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... [2020-11-04T00:44:06.005Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-11-04T00:44:06.005Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-11-04T00:44:06.005Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-11-04T00:44:06.267Z] Selecting previously unselected package libc6-dev:amd64. [2020-11-04T00:44:06.267Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-11-04T00:44:06.267Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:06.839Z] Selecting previously unselected package gcc-7-base:amd64. [2020-11-04T00:44:06.839Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:06.839Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:06.839Z] Selecting previously unselected package libisl19:amd64. [2020-11-04T00:44:06.839Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-11-04T00:44:06.839Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-11-04T00:44:07.101Z] Selecting previously unselected package libmpfr6:amd64. [2020-11-04T00:44:07.101Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-11-04T00:44:07.101Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-11-04T00:44:07.101Z] Selecting previously unselected package libmpc3:amd64. [2020-11-04T00:44:07.101Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-11-04T00:44:07.101Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-11-04T00:44:07.101Z] Selecting previously unselected package cpp-7. [2020-11-04T00:44:07.101Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:07.101Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:08.045Z] Selecting previously unselected package cpp. [2020-11-04T00:44:08.045Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-04T00:44:08.045Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-11-04T00:44:08.045Z] Selecting previously unselected package libcc1-0:amd64. [2020-11-04T00:44:08.045Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.045Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:08.306Z] Selecting previously unselected package libgomp1:amd64. [2020-11-04T00:44:08.306Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.306Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:08.306Z] Selecting previously unselected package libitm1:amd64. [2020-11-04T00:44:08.306Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.306Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:08.306Z] Selecting previously unselected package libatomic1:amd64. [2020-11-04T00:44:08.306Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.306Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:08.306Z] Selecting previously unselected package libasan4:amd64. [2020-11-04T00:44:08.306Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.306Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:08.566Z] Selecting previously unselected package liblsan0:amd64. [2020-11-04T00:44:08.566Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.566Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:08.566Z] Selecting previously unselected package libtsan0:amd64. [2020-11-04T00:44:08.566Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.566Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:08.566Z] Selecting previously unselected package libubsan0:amd64. [2020-11-04T00:44:08.566Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.566Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:08.828Z] Selecting previously unselected package libcilkrts5:amd64. [2020-11-04T00:44:08.828Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.828Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:08.828Z] Selecting previously unselected package libmpx2:amd64. [2020-11-04T00:44:08.828Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.828Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:08.828Z] Selecting previously unselected package libquadmath0:amd64. [2020-11-04T00:44:08.828Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.828Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:08.828Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-11-04T00:44:08.828Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:08.828Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:09.399Z] Selecting previously unselected package gcc-7. [2020-11-04T00:44:09.399Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:09.399Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:10.344Z] Selecting previously unselected package gcc. [2020-11-04T00:44:10.344Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-04T00:44:10.344Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-11-04T00:44:10.344Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-11-04T00:44:10.344Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:10.344Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:10.917Z] Selecting previously unselected package g++-7. [2020-11-04T00:44:10.917Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:10.917Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:11.861Z] Selecting previously unselected package g++. [2020-11-04T00:44:11.861Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-04T00:44:11.861Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-11-04T00:44:11.861Z] Selecting previously unselected package make. [2020-11-04T00:44:11.861Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-11-04T00:44:11.861Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-11-04T00:44:11.861Z] Selecting previously unselected package libdpkg-perl. [2020-11-04T00:44:11.861Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-11-04T00:44:11.861Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-11-04T00:44:11.861Z] Selecting previously unselected package patch. [2020-11-04T00:44:11.861Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-11-04T00:44:11.861Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-11-04T00:44:11.861Z] Selecting previously unselected package dpkg-dev. [2020-11-04T00:44:11.861Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-11-04T00:44:11.861Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-11-04T00:44:12.123Z] Selecting previously unselected package build-essential. [2020-11-04T00:44:12.123Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-11-04T00:44:12.123Z] Unpacking build-essential (12.4ubuntu1) ... [2020-11-04T00:44:12.123Z] Selecting previously unselected package cmake-data. [2020-11-04T00:44:12.123Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-11-04T00:44:12.123Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-11-04T00:44:13.065Z] Selecting previously unselected package libarchive13:amd64. [2020-11-04T00:44:13.065Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-11-04T00:44:13.065Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-11-04T00:44:13.065Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-11-04T00:44:13.065Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-04T00:44:13.327Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-04T00:44:13.327Z] Selecting previously unselected package librhash0:amd64. [2020-11-04T00:44:13.327Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-11-04T00:44:13.327Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-11-04T00:44:13.327Z] Selecting previously unselected package libuv1:amd64. [2020-11-04T00:44:13.327Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-11-04T00:44:13.327Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-11-04T00:44:13.327Z] Selecting previously unselected package cmake. [2020-11-04T00:44:13.327Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-11-04T00:44:13.327Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-11-04T00:44:13.904Z] Selecting previously unselected package curl. [2020-11-04T00:44:13.904Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-11-04T00:44:13.904Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-11-04T00:44:13.904Z] Selecting previously unselected package libfakeroot:amd64. [2020-11-04T00:44:13.904Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-11-04T00:44:13.904Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-11-04T00:44:13.904Z] Selecting previously unselected package fakeroot. [2020-11-04T00:44:13.904Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-11-04T00:44:13.904Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-11-04T00:44:14.166Z] Selecting previously unselected package libc6-i386. [2020-11-04T00:44:14.166Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-11-04T00:44:14.166Z] Unpacking libc6-i386 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:14.427Z] Selecting previously unselected package libc6-dev-i386. [2020-11-04T00:44:14.427Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-11-04T00:44:14.427Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:14.688Z] Selecting previously unselected package libc6-x32. [2020-11-04T00:44:14.688Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-11-04T00:44:14.688Z] Unpacking libc6-x32 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:15.261Z] Selecting previously unselected package libc6-dev-x32. [2020-11-04T00:44:15.261Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-11-04T00:44:15.261Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:15.523Z] Selecting previously unselected package lib32gcc1. [2020-11-04T00:44:15.523Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:15.523Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:15.784Z] Selecting previously unselected package libx32gcc1. [2020-11-04T00:44:15.784Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:15.784Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:15.784Z] Selecting previously unselected package lib32gomp1. [2020-11-04T00:44:15.784Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:15.784Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:15.784Z] Selecting previously unselected package libx32gomp1. [2020-11-04T00:44:15.784Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:15.784Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:15.784Z] Selecting previously unselected package lib32itm1. [2020-11-04T00:44:15.784Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:15.784Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:16.046Z] Selecting previously unselected package libx32itm1. [2020-11-04T00:44:16.046Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.046Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:16.046Z] Selecting previously unselected package lib32atomic1. [2020-11-04T00:44:16.046Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.046Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:16.046Z] Selecting previously unselected package libx32atomic1. [2020-11-04T00:44:16.046Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.046Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:16.046Z] Selecting previously unselected package lib32asan4. [2020-11-04T00:44:16.046Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.306Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:16.306Z] Selecting previously unselected package libx32asan4. [2020-11-04T00:44:16.306Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.306Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:16.568Z] Selecting previously unselected package lib32stdc++6. [2020-11-04T00:44:16.568Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.568Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:16.568Z] Selecting previously unselected package lib32ubsan0. [2020-11-04T00:44:16.568Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.568Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:16.568Z] Selecting previously unselected package libx32stdc++6. [2020-11-04T00:44:16.568Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.568Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:16.830Z] Selecting previously unselected package libx32ubsan0. [2020-11-04T00:44:16.830Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.830Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:16.830Z] Selecting previously unselected package lib32cilkrts5. [2020-11-04T00:44:16.830Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.830Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:16.830Z] Selecting previously unselected package libx32cilkrts5. [2020-11-04T00:44:16.830Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:16.830Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:17.091Z] Selecting previously unselected package lib32mpx2. [2020-11-04T00:44:17.091Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:17.091Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:17.091Z] Selecting previously unselected package lib32quadmath0. [2020-11-04T00:44:17.091Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:17.092Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:17.092Z] Selecting previously unselected package libx32quadmath0. [2020-11-04T00:44:17.092Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:17.092Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:17.092Z] Selecting previously unselected package lib32gcc-7-dev. [2020-11-04T00:44:17.092Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:17.092Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:17.352Z] Selecting previously unselected package libx32gcc-7-dev. [2020-11-04T00:44:17.352Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:17.352Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:17.926Z] Selecting previously unselected package gcc-7-multilib. [2020-11-04T00:44:17.926Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:17.926Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:17.926Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-11-04T00:44:17.926Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:17.926Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:18.188Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-11-04T00:44:18.188Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:18.188Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:18.449Z] Selecting previously unselected package g++-7-multilib. [2020-11-04T00:44:18.449Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-04T00:44:18.449Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:18.449Z] Selecting previously unselected package gcc-multilib. [2020-11-04T00:44:18.449Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-04T00:44:18.449Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-04T00:44:18.449Z] Selecting previously unselected package g++-multilib. [2020-11-04T00:44:18.449Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-04T00:44:18.449Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-04T00:44:18.449Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-11-04T00:44:18.449Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-11-04T00:44:18.449Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-11-04T00:44:18.713Z] Selecting previously unselected package liberror-perl. [2020-11-04T00:44:18.713Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-11-04T00:44:18.713Z] Unpacking liberror-perl (0.17025-1) ... [2020-11-04T00:44:18.713Z] Selecting previously unselected package git-man. [2020-11-04T00:44:18.713Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-11-04T00:44:18.713Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-11-04T00:44:18.713Z] Selecting previously unselected package git. [2020-11-04T00:44:18.713Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-11-04T00:44:18.713Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-11-04T00:44:19.284Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-11-04T00:44:19.284Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-11-04T00:44:19.284Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-11-04T00:44:19.547Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-11-04T00:44:19.547Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-11-04T00:44:19.547Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-11-04T00:44:19.547Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-11-04T00:44:19.547Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-11-04T00:44:19.547Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-11-04T00:44:19.547Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-11-04T00:44:19.547Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-11-04T00:44:19.547Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-11-04T00:44:19.547Z] Selecting previously unselected package libnorm1:amd64. [2020-11-04T00:44:19.547Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-11-04T00:44:19.547Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-11-04T00:44:19.808Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-11-04T00:44:19.808Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-11-04T00:44:19.808Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-11-04T00:44:19.808Z] Selecting previously unselected package libsodium23:amd64. [2020-11-04T00:44:19.808Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-11-04T00:44:19.808Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-11-04T00:44:19.808Z] Selecting previously unselected package libzmq5:amd64. [2020-11-04T00:44:19.808Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-11-04T00:44:19.808Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-04T00:44:20.070Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-11-04T00:44:20.070Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-11-04T00:44:20.070Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-04T00:44:20.070Z] Selecting previously unselected package manpages-dev. [2020-11-04T00:44:20.070Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-11-04T00:44:20.070Z] Unpacking manpages-dev (4.15-1) ... [2020-11-04T00:44:20.332Z] Selecting previously unselected package pkg-config. [2020-11-04T00:44:20.332Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-11-04T00:44:20.332Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-11-04T00:44:20.593Z] Selecting previously unselected package unzip. [2020-11-04T00:44:20.593Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-11-04T00:44:20.593Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-11-04T00:44:20.593Z] Selecting previously unselected package zip. [2020-11-04T00:44:20.593Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-11-04T00:44:20.593Z] Unpacking zip (3.0-11build1) ... [2020-11-04T00:44:20.853Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:20.853Z] Setting up libc6-x32 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:20.853Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:20.853Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-11-04T00:44:20.853Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:20.853Z] Setting up manpages (4.15-1) ... [2020-11-04T00:44:20.853Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-11-04T00:44:20.853Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:20.853Z] Setting up less (487-0.1) ... [2020-11-04T00:44:21.115Z] Setting up make (4.1-9.1ubuntu1) ... [2020-11-04T00:44:21.115Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.115Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-11-04T00:44:21.115Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-11-04T00:44:21.115Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-11-04T00:44:21.115Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-11-04T00:44:21.115Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.115Z] Setting up unzip (6.0-21ubuntu1) ... [2020-11-04T00:44:21.115Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-11-04T00:44:21.377Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-11-04T00:44:21.377Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-11-04T00:44:21.377Z] Setting up libc6-i386 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:21.377Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-11-04T00:44:21.377Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-11-04T00:44:21.377Z] Setting up zip (3.0-11build1) ... [2020-11-04T00:44:21.377Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.377Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.377Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.377Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-11-04T00:44:21.377Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.377Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-11-04T00:44:21.377Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:21.377Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.638Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-04T00:44:21.638Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-11-04T00:44:21.638Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.638Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-11-04T00:44:21.638Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-11-04T00:44:21.638Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.638Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-11-04T00:44:21.638Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-11-04T00:44:21.638Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-11-04T00:44:21.638Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-11-04T00:44:21.638Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.638Z] Setting up manpages-dev (4.15-1) ... [2020-11-04T00:44:21.638Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:21.638Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.901Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.901Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.901Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.901Z] Setting up netbase (5.4) ... [2020-11-04T00:44:21.901Z] Setting up libisl19:amd64 (0.19-1) ... [2020-11-04T00:44:21.901Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-04T00:44:21.901Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:21.901Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-04T00:44:21.901Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:21.901Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:21.901Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-04T00:44:21.901Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:21.901Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.161Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.161Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.161Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.161Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:22.161Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-04T00:44:22.161Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-11-04T00:44:22.161Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-11-04T00:44:22.161Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-11-04T00:44:22.162Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-11-04T00:44:22.162Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-11-04T00:44:22.162Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-11-04T00:44:22.162Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-11-04T00:44:22.162Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-11-04T00:44:22.162Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-11-04T00:44:22.162Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-11-04T00:44:22.162Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.162Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.162Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.162Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-11-04T00:44:22.162Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-04T00:44:22.424Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.424Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-11-04T00:44:22.424Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.424Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:22.424Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-11-04T00:44:22.424Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-11-04T00:44:22.424Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-11-04T00:44:22.424Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.424Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-11-04T00:44:22.685Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-11-04T00:44:22.685Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-11-04T00:44:22.685Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.685Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-11-04T00:44:22.685Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.685Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.685Z] Setting up liberror-perl (0.17025-1) ... [2020-11-04T00:44:22.685Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.685Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-11-04T00:44:22.685Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.685Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-11-04T00:44:22.946Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.946Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-04T00:44:22.946Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-11-04T00:44:22.946Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-11-04T00:44:22.946Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-11-04T00:44:22.946Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-11-04T00:44:22.946Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-11-04T00:44:22.946Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-11-04T00:44:22.946Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-11-04T00:44:22.946Z] Setting up build-essential (12.4ubuntu1) ... [2020-11-04T00:44:22.946Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-04T00:44:23.206Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-11-04T00:44:23.206Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-04T00:44:23.206Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-11-04T00:44:23.206Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-11-04T00:44:25.134Z] binutils set to automatically installed. [2020-11-04T00:44:25.134Z] binutils-common set to automatically installed. [2020-11-04T00:44:25.134Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-11-04T00:44:25.134Z] build-essential set to automatically installed. [2020-11-04T00:44:25.134Z] cmake set to automatically installed. [2020-11-04T00:44:25.134Z] cmake-data set to automatically installed. [2020-11-04T00:44:25.134Z] cpp set to automatically installed. [2020-11-04T00:44:25.134Z] cpp-7 set to automatically installed. [2020-11-04T00:44:25.134Z] curl set to automatically installed. [2020-11-04T00:44:25.134Z] dpkg-dev set to automatically installed. [2020-11-04T00:44:25.134Z] fakeroot set to automatically installed. [2020-11-04T00:44:25.134Z] g++ set to automatically installed. [2020-11-04T00:44:25.134Z] g++-7 set to automatically installed. [2020-11-04T00:44:25.134Z] g++-7-multilib set to automatically installed. [2020-11-04T00:44:25.134Z] g++-multilib set to automatically installed. [2020-11-04T00:44:25.134Z] gcc set to automatically installed. [2020-11-04T00:44:25.134Z] gcc-7 set to automatically installed. [2020-11-04T00:44:25.134Z] gcc-7-base set to automatically installed. [2020-11-04T00:44:25.134Z] gcc-7-multilib set to automatically installed. [2020-11-04T00:44:25.134Z] gcc-multilib set to automatically installed. [2020-11-04T00:44:25.134Z] git set to automatically installed. [2020-11-04T00:44:25.134Z] git-man set to automatically installed. [2020-11-04T00:44:25.134Z] less set to automatically installed. [2020-11-04T00:44:25.134Z] lib32asan4 set to automatically installed. [2020-11-04T00:44:25.134Z] lib32atomic1 set to automatically installed. [2020-11-04T00:44:25.134Z] lib32cilkrts5 set to automatically installed. [2020-11-04T00:44:25.134Z] lib32gcc-7-dev set to automatically installed. [2020-11-04T00:44:25.134Z] lib32gcc1 set to automatically installed. [2020-11-04T00:44:25.134Z] lib32gomp1 set to automatically installed. [2020-11-04T00:44:25.134Z] lib32itm1 set to automatically installed. [2020-11-04T00:44:25.134Z] lib32mpx2 set to automatically installed. [2020-11-04T00:44:25.134Z] lib32quadmath0 set to automatically installed. [2020-11-04T00:44:25.134Z] lib32stdc++-7-dev set to automatically installed. [2020-11-04T00:44:25.134Z] lib32stdc++6 set to automatically installed. [2020-11-04T00:44:25.134Z] lib32ubsan0 set to automatically installed. [2020-11-04T00:44:25.134Z] libalgorithm-diff-perl set to automatically installed. [2020-11-04T00:44:25.134Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-11-04T00:44:25.134Z] libalgorithm-merge-perl set to automatically installed. [2020-11-04T00:44:25.134Z] libarchive13 set to automatically installed. [2020-11-04T00:44:25.134Z] libasan4 set to automatically installed. [2020-11-04T00:44:25.134Z] libatomic1 set to automatically installed. [2020-11-04T00:44:25.134Z] libbinutils set to automatically installed. [2020-11-04T00:44:25.134Z] libc-dev-bin set to automatically installed. [2020-11-04T00:44:25.134Z] libc6 set to automatically installed. [2020-11-04T00:44:25.134Z] libc6-dev set to automatically installed. [2020-11-04T00:44:25.134Z] libc6-dev-i386 set to automatically installed. [2020-11-04T00:44:25.134Z] libc6-dev-x32 set to automatically installed. [2020-11-04T00:44:25.134Z] libc6-i386 set to automatically installed. [2020-11-04T00:44:25.134Z] libc6-x32 set to automatically installed. [2020-11-04T00:44:25.134Z] libcc1-0 set to automatically installed. [2020-11-04T00:44:25.396Z] libcilkrts5 set to automatically installed. [2020-11-04T00:44:25.396Z] libcurl3-gnutls set to automatically installed. [2020-11-04T00:44:25.396Z] libdpkg-perl set to automatically installed. [2020-11-04T00:44:25.396Z] liberror-perl set to automatically installed. [2020-11-04T00:44:25.396Z] libfakeroot set to automatically installed. [2020-11-04T00:44:25.396Z] libfile-fcntllock-perl set to automatically installed. [2020-11-04T00:44:25.396Z] libgcc-7-dev set to automatically installed. [2020-11-04T00:44:25.396Z] libgdbm-compat4 set to automatically installed. [2020-11-04T00:44:25.396Z] libgdbm5 set to automatically installed. [2020-11-04T00:44:25.396Z] libgomp1 set to automatically installed. [2020-11-04T00:44:25.396Z] libisl19 set to automatically installed. [2020-11-04T00:44:25.396Z] libitm1 set to automatically installed. [2020-11-04T00:44:25.396Z] libjsoncpp1 set to automatically installed. [2020-11-04T00:44:25.396Z] liblocale-gettext-perl set to automatically installed. [2020-11-04T00:44:25.396Z] liblsan0 set to automatically installed. [2020-11-04T00:44:25.396Z] libmpc3 set to automatically installed. [2020-11-04T00:44:25.396Z] libmpfr6 set to automatically installed. [2020-11-04T00:44:25.396Z] libmpx2 set to automatically installed. [2020-11-04T00:44:25.396Z] libnorm1 set to automatically installed. [2020-11-04T00:44:25.396Z] libperl5.26 set to automatically installed. [2020-11-04T00:44:25.396Z] libpgm-5.2-0 set to automatically installed. [2020-11-04T00:44:25.396Z] libquadmath0 set to automatically installed. [2020-11-04T00:44:25.396Z] librhash0 set to automatically installed. [2020-11-04T00:44:25.396Z] libsodium23 set to automatically installed. [2020-11-04T00:44:25.396Z] libstdc++-7-dev set to automatically installed. [2020-11-04T00:44:25.396Z] libtsan0 set to automatically installed. [2020-11-04T00:44:25.656Z] libubsan0 set to automatically installed. [2020-11-04T00:44:25.656Z] libuv1 set to automatically installed. [2020-11-04T00:44:25.656Z] libx32asan4 set to automatically installed. [2020-11-04T00:44:25.656Z] libx32atomic1 set to automatically installed. [2020-11-04T00:44:25.656Z] libx32cilkrts5 set to automatically installed. [2020-11-04T00:44:25.656Z] libx32gcc-7-dev set to automatically installed. [2020-11-04T00:44:25.656Z] libx32gcc1 set to automatically installed. [2020-11-04T00:44:25.656Z] libx32gomp1 set to automatically installed. [2020-11-04T00:44:25.656Z] libx32itm1 set to automatically installed. [2020-11-04T00:44:25.656Z] libx32quadmath0 set to automatically installed. [2020-11-04T00:44:25.656Z] libx32stdc++-7-dev set to automatically installed. [2020-11-04T00:44:25.656Z] libx32stdc++6 set to automatically installed. [2020-11-04T00:44:25.656Z] libx32ubsan0 set to automatically installed. [2020-11-04T00:44:25.656Z] libzmq3-dev set to automatically installed. [2020-11-04T00:44:25.656Z] libzmq5 set to automatically installed. [2020-11-04T00:44:25.656Z] linux-libc-dev set to automatically installed. [2020-11-04T00:44:25.656Z] make set to automatically installed. [2020-11-04T00:44:25.656Z] manpages set to automatically installed. [2020-11-04T00:44:25.656Z] manpages-dev set to automatically installed. [2020-11-04T00:44:25.656Z] netbase set to automatically installed. [2020-11-04T00:44:25.656Z] patch set to automatically installed. [2020-11-04T00:44:25.656Z] perl set to automatically installed. [2020-11-04T00:44:25.656Z] perl-base set to automatically installed. [2020-11-04T00:44:25.656Z] perl-modules-5.26 set to automatically installed. [2020-11-04T00:44:25.656Z] pkg-config set to automatically installed. [2020-11-04T00:44:25.656Z] unzip set to automatically installed. [2020-11-04T00:44:25.656Z] zip set to automatically installed. [2020-11-04T00:44:25.656Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-11-04T00:44:25.656Z] Please ensure the environment is properly setup before continuing. [2020-11-04T00:44:25.656Z] Ignore this message if the appropriate measures have already been taken [2020-11-04T00:44:26.229Z] Pulling go-build-helper  [2020-11-04T00:44:27.180Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-11-04T00:44:27.180Z] Skipping pull go-build-helper (already ran) [2020-11-04T00:44:27.180Z] Building go-build-helper  [2020-11-04T00:44:30.488Z] Staging go-build-helper  [2020-11-04T00:44:31.432Z] Pulling go115  [2020-11-04T00:44:32.375Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-11-04T00:44:32.375Z] Skipping pull go115 (already ran) [2020-11-04T00:44:32.375Z] Building go115  [2020-11-04T00:44:32.375Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-04T00:44:32.375Z] Dload Upload Total Spent Left Speed [2020-11-04T00:44:33.897Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 115M 31 36.5M 0 0 51.1M 0 0:00:02 --:--:-- 0:00:02 51.0M 76 115M 76 88.7M 0 0 55.6M 0 0:00:02 0:00:01 0:00:01 55.6M [2020-11-04T00:44:33.897Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-11-04T00:44:34.157Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-11-04T00:44:35.125Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-04T00:44:36.124Z] Failed in branch amd64 [2020-11-04T00:45:38.099Z] Removing intermediate container 6880326a25f4 [2020-11-04T00:45:38.099Z] ---> b81712196022 [2020-11-04T00:45:38.099Z] [2020-11-04T00:45:38.099Z] Step 9/29 : FROM alpine:latest [2020-11-04T00:45:38.099Z] latest: Pulling from library/alpine [2020-11-04T00:45:38.099Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-04T00:45:38.099Z] Status: Downloaded newer image for alpine:latest [2020-11-04T00:45:38.099Z] ---> 2e77e061c27f [2020-11-04T00:45:38.099Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-04T00:45:38.099Z] ---> Running in f765f2d1ff46 [2020-11-04T00:45:38.099Z] Removing intermediate container f765f2d1ff46 [2020-11-04T00:45:38.099Z] ---> d372d227e714 [2020-11-04T00:45:38.099Z] Step 11/29 : USER root [2020-11-04T00:45:38.099Z] ---> Running in 10645d62b044 [2020-11-04T00:45:38.099Z] Removing intermediate container 10645d62b044 [2020-11-04T00:45:38.099Z] ---> dc96f414f506 [2020-11-04T00:45:38.099Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-04T00:45:38.099Z] ---> Running in c9021611eda5 [2020-11-04T00:45:38.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:45:38.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:45:38.099Z] v3.12.1-15-gcb84081c23 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:45:38.099Z] v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:45:38.099Z] OK: 12615 distinct packages available [2020-11-04T00:45:38.099Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-04T00:45:38.099Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-04T00:45:38.099Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:45:38.099Z] Executing ca-certificates-20191127-r4.trigger [2020-11-04T00:45:38.099Z] OK: 6 MiB in 16 packages [2020-11-04T00:45:38.473Z] Removing intermediate container c9021611eda5 [2020-11-04T00:45:38.473Z] ---> 38d89ffecb18 [2020-11-04T00:45:38.473Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-04T00:45:38.921Z] ---> Running in b4282934d4be [2020-11-04T00:45:39.548Z] Removing intermediate container cec2ae8f1b66 [2020-11-04T00:45:39.548Z] ---> a072f7961685 [2020-11-04T00:45:39.548Z] [2020-11-04T00:45:39.548Z] Step 10/22 : FROM alpine:3.10 [2020-11-04T00:45:39.954Z] Removing intermediate container b4282934d4be [2020-11-04T00:45:39.954Z] ---> 863cf7c2f018 [2020-11-04T00:45:39.954Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-04T00:45:39.954Z] 3.10: Pulling from library/alpine [2020-11-04T00:45:40.238Z] ---> Running in 731dadf2e361 [2020-11-04T00:45:41.245Z] Removing intermediate container 731dadf2e361 [2020-11-04T00:45:41.245Z] ---> b7cec29500e0 [2020-11-04T00:45:41.245Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-04T00:45:41.521Z] ---> Running in 42f80b83bc1b [2020-11-04T00:45:41.798Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-04T00:45:41.798Z] Status: Downloaded newer image for alpine:3.10 [2020-11-04T00:45:41.798Z] ---> 536a684cf733 [2020-11-04T00:45:41.798Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-04T00:45:42.408Z] ---> Running in 6aeee4357d20 [2020-11-04T00:45:45.067Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:45:45.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:45:46.288Z] Removing intermediate container 42f80b83bc1b [2020-11-04T00:45:46.288Z] ---> f7eda8d585b0 [2020-11-04T00:45:46.288Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-04T00:45:46.288Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-04T00:45:46.288Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-04T00:45:46.288Z] OK: 10167 distinct packages available [2020-11-04T00:45:47.290Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-04T00:45:47.572Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-04T00:45:47.572Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-04T00:45:47.572Z] (4/5) Installing curl (7.66.0-r1) [2020-11-04T00:45:47.572Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-04T00:45:47.572Z] Executing busybox-1.30.1-r3.trigger [2020-11-04T00:45:47.572Z] Executing ca-certificates-20191127-r2.trigger [2020-11-04T00:45:47.847Z] ---> 578b33bf03d4 [2020-11-04T00:45:47.847Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-04T00:45:47.847Z] OK: 7 MiB in 19 packages [2020-11-04T00:45:49.317Z] ---> d9cabf98dc84 [2020-11-04T00:45:49.317Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-04T00:45:50.767Z] ---> dbf7a6075a29 [2020-11-04T00:45:50.767Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-04T00:45:51.044Z] Removing intermediate container 6aeee4357d20 [2020-11-04T00:45:51.044Z] ---> ea42d8e0d19e [2020-11-04T00:45:51.044Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-04T00:45:51.320Z] ---> Running in 0931ad5da4df [2020-11-04T00:45:52.305Z] Removing intermediate container 0931ad5da4df [2020-11-04T00:45:52.305Z] ---> b2d87aba040f [2020-11-04T00:45:52.305Z] Step 13/22 : WORKDIR / [2020-11-04T00:45:52.305Z] ---> fd9cbda2a540 [2020-11-04T00:45:52.305Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-04T00:45:52.305Z] ---> Running in 8443d1064151 [2020-11-04T00:45:53.303Z] ---> 97bba83db33c [2020-11-04T00:45:53.303Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-04T00:45:53.584Z] Removing intermediate container 8443d1064151 [2020-11-04T00:45:53.584Z] ---> 7edb49eb1c4b [2020-11-04T00:45:53.584Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-04T00:45:53.584Z] ---> Running in be5cc3d4c27e [2020-11-04T00:45:55.029Z] ---> b871b8e2ec25 [2020-11-04T00:45:55.029Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-04T00:45:57.032Z] ---> 9688975c67b8 [2020-11-04T00:45:57.032Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-04T00:45:58.481Z] Removing intermediate container be5cc3d4c27e [2020-11-04T00:45:58.481Z] ---> dac7d6eb5939 [2020-11-04T00:45:58.481Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-04T00:45:58.481Z] ---> 47dc14602449 [2020-11-04T00:45:58.481Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-04T00:46:00.481Z] ---> 7a993feb5b8c [2020-11-04T00:46:00.481Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-04T00:46:00.481Z] ---> 2d6f44e07f4d [2020-11-04T00:46:00.481Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-04T00:46:00.481Z] ---> Running in 07214f6a0cfa [2020-11-04T00:46:00.757Z] ---> Running in 2e00d3b57cb7 [2020-11-04T00:46:07.540Z] Removing intermediate container 32f8a4126843 [2020-11-04T00:46:07.540Z] Removing intermediate container 2bb4d937fb11 [2020-11-04T00:46:07.540Z] ---> 57f7031178eb [2020-11-04T00:46:07.540Z] [2020-11-04T00:46:07.540Z] Step 10/22 : FROM scratch [2020-11-04T00:46:07.540Z] ---> 5c2e4f3a43a7 [2020-11-04T00:46:07.540Z] [2020-11-04T00:46:07.540Z] Step 10/21 : FROM scratch [2020-11-04T00:46:07.540Z] ---> [2020-11-04T00:46:07.540Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> [2020-11-04T00:46:07.540Z] [2020-11-04T00:46:07.540Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T00:46:07.540Z] Removing intermediate container 2e00d3b57cb7 [2020-11-04T00:46:07.540Z] ---> 0763bff521b8 [2020-11-04T00:46:07.540Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-04T00:46:07.540Z] Removing intermediate container 07214f6a0cfa [2020-11-04T00:46:07.540Z] ---> b55127e70df4 [2020-11-04T00:46:07.540Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-04T00:46:07.540Z] ---> Running in 1dbc4365bdbc [2020-11-04T00:46:07.540Z] ---> Running in a9e816622c23 [2020-11-04T00:46:07.540Z] ---> Running in d47f81736660 [2020-11-04T00:46:07.540Z] ---> Running in 150638c2708f [2020-11-04T00:46:08.543Z] Removing intermediate container 1dbc4365bdbc [2020-11-04T00:46:08.543Z] ---> a0f28747732b [2020-11-04T00:46:08.543Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-04T00:46:08.543Z] Removing intermediate container a9e816622c23 [2020-11-04T00:46:08.543Z] ---> 0db6e8e8db41 [2020-11-04T00:46:08.543Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-04T00:46:08.543Z] Removing intermediate container d47f81736660 [2020-11-04T00:46:08.543Z] ---> 3b893e0e2462 [2020-11-04T00:46:08.543Z] Step 20/22 : LABEL arch=arm64 [2020-11-04T00:46:08.543Z] ---> Running in 43ecf5f97e9f [2020-11-04T00:46:08.543Z] ---> Running in f15c4b291b0f [2020-11-04T00:46:08.543Z] ---> Running in 20790eb79256 [2020-11-04T00:46:09.147Z] Removing intermediate container f15c4b291b0f [2020-11-04T00:46:09.147Z] ---> f84210aa9521 [2020-11-04T00:46:09.147Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-04T00:46:09.147Z] Removing intermediate container 43ecf5f97e9f [2020-11-04T00:46:09.147Z] ---> 283a61fc90b1 [2020-11-04T00:46:09.147Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T00:46:09.422Z] ---> Running in f1e73422d4f8 [2020-11-04T00:46:09.422Z] Removing intermediate container 20790eb79256 [2020-11-04T00:46:09.422Z] ---> 040eafd0f614 [2020-11-04T00:46:09.422Z] ---> Running in a20e4aa3111c [2020-11-04T00:46:09.422Z] Step 21/22 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:46:09.701Z] ---> Running in 5bf020fa4943 [2020-11-04T00:46:09.985Z] Removing intermediate container f1e73422d4f8 [2020-11-04T00:46:09.985Z] ---> 5f1645a9f757 [2020-11-04T00:46:09.985Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-04T00:46:10.265Z] Removing intermediate container a20e4aa3111c [2020-11-04T00:46:10.265Z] ---> 82bb6fb9a55a [2020-11-04T00:46:10.265Z] Step 14/22 : WORKDIR / [2020-11-04T00:46:10.265Z] Removing intermediate container 5bf020fa4943 [2020-11-04T00:46:10.265Z] ---> 06e038d45880 [2020-11-04T00:46:10.265Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T00:46:10.559Z] ---> Running in 2e9f52fc7fb1 [2020-11-04T00:46:10.559Z] ---> Running in 53c3acd2380a [2020-11-04T00:46:11.546Z] ---> 759a55656a7c [2020-11-04T00:46:11.546Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-04T00:46:11.546Z] Removing intermediate container 2e9f52fc7fb1 [2020-11-04T00:46:11.546Z] ---> 766fedd91829 [2020-11-04T00:46:11.546Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-04T00:46:11.546Z] Removing intermediate container 53c3acd2380a [2020-11-04T00:46:11.546Z] ---> 3d43f5a28f6d [2020-11-04T00:46:11.546Z] [2020-11-04T00:46:11.823Z] Removing intermediate container 150638c2708f [2020-11-04T00:46:11.823Z] ---> 47c1a7d40771 [2020-11-04T00:46:11.823Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-04T00:46:12.109Z] ---> Running in f8da088185cd [2020-11-04T00:46:12.405Z] Successfully built 3d43f5a28f6d [2020-11-04T00:46:12.688Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-04T00:46:12.688Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-logging-go [2020-11-04T00:46:12.973Z] ---> d61fb781e7ee [2020-11-04T00:46:12.973Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-04T00:46:12.973Z] Removing intermediate container f8da088185cd [2020-11-04T00:46:12.973Z] ---> 8a5d6879936c [2020-11-04T00:46:12.973Z] Step 26/29 : CMD [ "generate" ] [2020-11-04T00:46:13.986Z] ---> Running in 8e2aab0ed8a1 [2020-11-04T00:46:13.986Z] ---> aa993cc3e1c0 [2020-11-04T00:46:13.986Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-04T00:46:16.094Z] ---> 19e27f9f1c2e [2020-11-04T00:46:16.094Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-04T00:46:16.384Z] Removing intermediate container 8e2aab0ed8a1 [2020-11-04T00:46:16.384Z] ---> 079c53bcf8f9 [2020-11-04T00:46:16.384Z] Step 27/29 : LABEL arch=arm64 [2020-11-04T00:46:16.674Z] ---> 4686cca740e8 [2020-11-04T00:46:16.674Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-04T00:46:18.131Z] ---> Running in 3f48d9eca60a [2020-11-04T00:46:18.409Z] ---> Running in 59a51c594b57 [2020-11-04T00:46:18.685Z] ---> d7f5e78a79bd [2020-11-04T00:46:18.685Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-04T00:46:19.298Z] ---> Running in a78378342da7 [2020-11-04T00:46:19.298Z] Removing intermediate container 3f48d9eca60a [2020-11-04T00:46:19.298Z] ---> 55636f22136c [2020-11-04T00:46:19.298Z] Step 28/29 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:46:19.298Z] Removing intermediate container 59a51c594b57 [2020-11-04T00:46:19.298Z] ---> 9c4ae805d43d [2020-11-04T00:46:19.298Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:46:19.571Z] Removing intermediate container 42cd1ca96ecd [2020-11-04T00:46:19.571Z] ---> d2b93a11d301 [2020-11-04T00:46:19.571Z] [2020-11-04T00:46:19.571Z] Step 10/22 : FROM scratch [2020-11-04T00:46:19.571Z] ---> [2020-11-04T00:46:19.571Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T00:46:19.571Z] ---> Using cache [2020-11-04T00:46:19.571Z] ---> 0db6e8e8db41 [2020-11-04T00:46:19.571Z] ---> Running in 28f41e23fedc [2020-11-04T00:46:19.571Z] ---> Running in 291bf7d57223 [2020-11-04T00:46:19.571Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-04T00:46:19.857Z] ---> Running in f0ef798e3c40 [2020-11-04T00:46:19.857Z] Removing intermediate container a78378342da7 [2020-11-04T00:46:19.857Z] ---> 57c35ac21c4f [2020-11-04T00:46:19.857Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:46:20.137Z] ---> Running in dbc1829b1893 [2020-11-04T00:46:20.420Z] Removing intermediate container 291bf7d57223 [2020-11-04T00:46:20.420Z] ---> ceac9aa5ed09 [2020-11-04T00:46:20.420Z] Step 29/29 : LABEL version=0.0.0 [2020-11-04T00:46:20.420Z] Removing intermediate container 28f41e23fedc [2020-11-04T00:46:20.420Z] ---> ba9af1330bdf [2020-11-04T00:46:20.420Z] Step 19/21 : LABEL arch=arm64 [2020-11-04T00:46:20.420Z] ---> Running in 0a97647e5379 [2020-11-04T00:46:20.420Z] ---> Running in a9cf6097d6b2 [2020-11-04T00:46:20.701Z] Removing intermediate container f0ef798e3c40 [2020-11-04T00:46:20.701Z] ---> 6ca6a020e0d1 [2020-11-04T00:46:20.701Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T00:46:20.701Z] ---> Running in 061a1b65a3da [2020-11-04T00:46:20.979Z] Removing intermediate container dbc1829b1893 [2020-11-04T00:46:20.979Z] ---> 02fa7ec837be [2020-11-04T00:46:20.979Z] Step 20/22 : LABEL arch=arm64 [2020-11-04T00:46:21.255Z] ---> Running in 052ec9b71860 [2020-11-04T00:46:21.255Z] Removing intermediate container 0a97647e5379 [2020-11-04T00:46:21.255Z] ---> 74735b408d49 [2020-11-04T00:46:21.255Z] Step 20/21 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:46:21.255Z] Removing intermediate container a9cf6097d6b2 [2020-11-04T00:46:21.255Z] ---> 3fdbd06ff3d0 [2020-11-04T00:46:21.255Z] [2020-11-04T00:46:21.530Z] ---> Running in 309a2a92932d [2020-11-04T00:46:21.530Z] Removing intermediate container 061a1b65a3da [2020-11-04T00:46:21.530Z] ---> 309a2bb985a7 [2020-11-04T00:46:21.530Z] Step 14/22 : WORKDIR / [2020-11-04T00:46:21.811Z] Successfully built 3fdbd06ff3d0 [2020-11-04T00:46:22.086Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-04T00:46:22.086Z]  Building docker-security-secrets-setup-go ... done Building docker-core-data-go [2020-11-04T00:46:22.086Z] ---> Running in 0214de16bc61 [2020-11-04T00:46:22.363Z] Removing intermediate container 052ec9b71860 [2020-11-04T00:46:22.363Z] ---> a094b51a02d3 [2020-11-04T00:46:22.364Z] Step 21/22 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:46:22.364Z] Removing intermediate container 309a2a92932d [2020-11-04T00:46:22.364Z] ---> c045fe7c0dc9 [2020-11-04T00:46:22.364Z] Step 21/21 : LABEL version=0.0.0 [2020-11-04T00:46:22.644Z] ---> Running in 5ab1c8e90b82 [2020-11-04T00:46:22.644Z] ---> Running in 71724b2a39e2 [2020-11-04T00:46:22.922Z] Removing intermediate container 0214de16bc61 [2020-11-04T00:46:22.922Z] ---> 0ea815b11d14 [2020-11-04T00:46:22.922Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-04T00:46:23.211Z] Removing intermediate container 5ab1c8e90b82 [2020-11-04T00:46:23.211Z] ---> 5fa165525c50 [2020-11-04T00:46:23.211Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T00:46:23.487Z] Removing intermediate container 71724b2a39e2 [2020-11-04T00:46:23.487Z] ---> ac8023aa6373 [2020-11-04T00:46:23.487Z] [2020-11-04T00:46:23.487Z] ---> Running in 02e61d4668f8 [2020-11-04T00:46:24.105Z] Successfully built ac8023aa6373 [2020-11-04T00:46:24.403Z] ---> 340abc01e334 [2020-11-04T00:46:24.403Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-04T00:46:24.403Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-04T00:46:24.403Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2020-11-04T00:46:24.686Z] Removing intermediate container 02e61d4668f8 [2020-11-04T00:46:24.686Z] ---> 4be515b62145 [2020-11-04T00:46:24.686Z] [2020-11-04T00:46:25.301Z] Successfully built 4be515b62145 [2020-11-04T00:46:25.301Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-04T00:46:25.301Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2020-11-04T00:46:26.299Z] ---> 9d051c16f85a [2020-11-04T00:46:26.592Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-04T00:46:27.203Z] ---> 0c50c43eed27 [2020-11-04T00:46:27.203Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-04T00:46:27.491Z] ---> Running in 49ed48b27f67 [2020-11-04T00:46:28.089Z] Removing intermediate container 49ed48b27f67 [2020-11-04T00:46:28.089Z] ---> 057c647e1f5d [2020-11-04T00:46:28.089Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:46:28.089Z] ---> Running in e765dbbf5f20 [2020-11-04T00:46:28.795Z] Removing intermediate container e765dbbf5f20 [2020-11-04T00:46:28.795Z] ---> cf6ce9323c28 [2020-11-04T00:46:28.795Z] Step 20/22 : LABEL arch=arm64 [2020-11-04T00:46:30.262Z] ---> Running in 5507e98c3744 [2020-11-04T00:46:30.862Z] Removing intermediate container 5507e98c3744 [2020-11-04T00:46:30.862Z] ---> eb420fdbe503 [2020-11-04T00:46:30.862Z] Step 21/22 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:46:31.880Z] ---> Running in b2f5d0fcbe0e [2020-11-04T00:46:33.314Z] Removing intermediate container b2f5d0fcbe0e [2020-11-04T00:46:33.314Z] ---> ccc9526e9c44 [2020-11-04T00:46:33.314Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T00:46:33.916Z] ---> Running in cdb3072e2ac0 [2020-11-04T00:46:34.921Z] Removing intermediate container cdb3072e2ac0 [2020-11-04T00:46:34.921Z] ---> 6848362a6308 [2020-11-04T00:46:34.921Z] [2020-11-04T00:46:35.202Z] Successfully built 6848362a6308 [2020-11-04T00:46:35.202Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-04T00:46:35.202Z] Building docker-support-notifications-go [2020-11-04T00:47:08.253Z]  Building docker-core-metadata-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:47:08.253Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:47:08.253Z] ---> e0ab3a8620eb [2020-11-04T00:47:08.253Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T00:47:08.253Z] ---> Using cache [2020-11-04T00:47:08.253Z] ---> 12e462f25e8b [2020-11-04T00:47:08.253Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:47:08.253Z] ---> Using cache [2020-11-04T00:47:08.253Z] ---> 67e8053ffd0b [2020-11-04T00:47:08.253Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-04T00:47:10.872Z] ---> Running in 8f7acacaed87 [2020-11-04T00:47:12.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:47:13.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:47:14.376Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:47:14.376Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:47:14.376Z] OK: 12623 distinct packages available [2020-11-04T00:47:14.989Z] OK: 217 MiB in 51 packages [2020-11-04T00:47:15.972Z] OK: 217 MiB in 51 packages [2020-11-04T00:47:19.358Z] Removing intermediate container 8f7acacaed87 [2020-11-04T00:47:19.358Z] ---> cb2816568acb [2020-11-04T00:47:19.358Z] Step 6/22 : COPY go.mod . [2020-11-04T00:47:20.825Z] ---> b7ec0da35175 [2020-11-04T00:47:20.825Z] Step 7/22 : RUN go mod download [2020-11-04T00:47:21.094Z] ---> Running in c705844de125 [2020-11-04T00:47:24.477Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:47:24.477Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:47:24.477Z] ---> e0ab3a8620eb [2020-11-04T00:47:24.477Z] Step 3/23 : WORKDIR /edgex-go [2020-11-04T00:47:24.477Z] ---> Using cache [2020-11-04T00:47:24.477Z] ---> 12e462f25e8b [2020-11-04T00:47:24.477Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:47:24.477Z] ---> Using cache [2020-11-04T00:47:24.477Z] ---> 67e8053ffd0b [2020-11-04T00:47:24.477Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-04T00:47:25.074Z] ---> Running in d01c7906fd19 [2020-11-04T00:47:26.064Z] Removing intermediate container c705844de125 [2020-11-04T00:47:26.064Z] ---> 3146c88caf1f [2020-11-04T00:47:26.064Z] Step 8/22 : COPY . . [2020-11-04T00:47:26.064Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:47:26.064Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:47:26.064Z] ---> e0ab3a8620eb [2020-11-04T00:47:26.064Z] Step 3/27 : WORKDIR /edgex-go [2020-11-04T00:47:26.064Z] ---> Using cache [2020-11-04T00:47:26.064Z] ---> 12e462f25e8b [2020-11-04T00:47:26.064Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:47:26.064Z] ---> Using cache [2020-11-04T00:47:26.064Z] ---> 67e8053ffd0b [2020-11-04T00:47:26.064Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-04T00:47:26.064Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:47:26.064Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:47:26.064Z] ---> e0ab3a8620eb [2020-11-04T00:47:26.064Z] Step 3/21 : WORKDIR /edgex-go [2020-11-04T00:47:26.064Z] ---> Using cache [2020-11-04T00:47:26.064Z] ---> 12e462f25e8b [2020-11-04T00:47:26.064Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:47:26.064Z] ---> Using cache [2020-11-04T00:47:26.064Z] ---> 67e8053ffd0b [2020-11-04T00:47:26.064Z] Step 5/21 : RUN apk update && apk add make git [2020-11-04T00:47:26.064Z] ---> Using cache [2020-11-04T00:47:26.064Z] ---> efb237674ea1 [2020-11-04T00:47:26.064Z] Step 6/21 : COPY go.mod . [2020-11-04T00:47:26.064Z] ---> Running in 3895c065a004 [2020-11-04T00:47:26.064Z] ---> Using cache [2020-11-04T00:47:26.064Z] ---> 490113258733 [2020-11-04T00:47:26.064Z] Step 7/21 : RUN go mod download [2020-11-04T00:47:26.064Z] ---> Using cache [2020-11-04T00:47:26.064Z] ---> 116de7e57d39 [2020-11-04T00:47:26.064Z] Step 8/21 : COPY . . [2020-11-04T00:47:26.671Z] ---> Using cache [2020-11-04T00:47:26.671Z] ---> a855d13a3cee [2020-11-04T00:47:26.671Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/edgex-secrets-config/edgex-secrets-config [2020-11-04T00:47:27.270Z] ---> Running in 1c69888380f8 [2020-11-04T00:47:27.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:47:28.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:47:28.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:47:29.021Z] 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-11-04T00:47:29.312Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:47:29.312Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:47:29.312Z] ---> e0ab3a8620eb [2020-11-04T00:47:29.312Z] Step 3/24 : WORKDIR /edgex-go [2020-11-04T00:47:29.312Z] ---> Using cache [2020-11-04T00:47:29.312Z] ---> 12e462f25e8b [2020-11-04T00:47:29.312Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:47:29.312Z] ---> Using cache [2020-11-04T00:47:29.312Z] ---> 67e8053ffd0b [2020-11-04T00:47:29.312Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-04T00:47:29.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:47:30.293Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:47:30.293Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:47:30.293Z] OK: 12623 distinct packages available [2020-11-04T00:47:30.294Z] ---> Running in 1cb349c4d3fb [2020-11-04T00:47:30.568Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:47:30.568Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:47:30.568Z] OK: 12623 distinct packages available [2020-11-04T00:47:31.554Z] OK: 217 MiB in 51 packages [2020-11-04T00:47:31.554Z] OK: 217 MiB in 51 packages [2020-11-04T00:47:33.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:47:34.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:47:35.190Z] Removing intermediate container 3895c065a004 [2020-11-04T00:47:35.190Z] ---> c138828e6aab [2020-11-04T00:47:35.190Z] Step 6/27 : COPY go.mod . [2020-11-04T00:47:35.190Z] Removing intermediate container d01c7906fd19 [2020-11-04T00:47:35.190Z] ---> 234f8baed8e1 [2020-11-04T00:47:35.190Z] Step 6/23 : COPY go.mod . [2020-11-04T00:47:35.472Z] v3.12.1-15-gcb84081c23 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:47:35.472Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:47:35.472Z] OK: 12623 distinct packages available [2020-11-04T00:47:36.924Z] OK: 217 MiB in 51 packages [2020-11-04T00:47:37.198Z] ---> 19366684da78 [2020-11-04T00:47:37.198Z] Step 7/27 : RUN go mod download [2020-11-04T00:47:37.198Z] ---> 508e9a7ff845 [2020-11-04T00:47:37.198Z] Step 7/23 : RUN go mod download [2020-11-04T00:47:37.815Z] ---> Running in a33a9b6c1fcc [2020-11-04T00:47:37.815Z] ---> Running in f55d701f2d8d [2020-11-04T00:47:39.815Z] Removing intermediate container 1cb349c4d3fb [2020-11-04T00:47:39.815Z] ---> 0fd812b2a5ce [2020-11-04T00:47:39.815Z] Step 6/24 : COPY go.mod . [2020-11-04T00:47:41.813Z] ---> aba5a0077dfa [2020-11-04T00:47:41.813Z] Step 7/24 : RUN go mod download [2020-11-04T00:47:42.092Z] ---> Running in 2bf422ee8b0a [2020-11-04T00:47:45.502Z] Removing intermediate container a33a9b6c1fcc [2020-11-04T00:47:45.502Z] ---> f5d7904f1d5b [2020-11-04T00:47:45.502Z] Step 8/27 : COPY . . [2020-11-04T00:47:45.805Z] Removing intermediate container f55d701f2d8d [2020-11-04T00:47:45.805Z] ---> bb5b99f4c537 [2020-11-04T00:47:45.805Z] Step 8/23 : COPY . . [2020-11-04T00:47:51.261Z] Removing intermediate container 2bf422ee8b0a [2020-11-04T00:47:51.261Z] ---> 3cac1a9d83e6 [2020-11-04T00:47:51.261Z] Step 8/24 : COPY . . [2020-11-04T00:47:51.261Z] ---> f0f57d7da405 [2020-11-04T00:47:51.261Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-04T00:47:53.268Z] ---> Running in eb87a369a8e7 [2020-11-04T00:47:55.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-04T00:48:18.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config [2020-11-04T00:48:23.661Z] ---> 4ca9ddeeb6cc [2020-11-04T00:48:23.661Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-04T00:48:23.661Z] ---> 4b78777a3211 [2020-11-04T00:48:23.661Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-04T00:48:23.661Z] ---> 822da6a9cf25 [2020-11-04T00:48:23.661Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-04T00:48:23.661Z] ---> Running in 452277f041bb [2020-11-04T00:48:23.661Z] ---> Running in 3bcdfc5e0a64 [2020-11-04T00:48:23.661Z] ---> Running in 96158ce2bf08 [2020-11-04T00:48:26.291Z] 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-11-04T00:48:26.291Z] 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-11-04T00:48:26.291Z] 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-11-04T00:48:30.637Z] Removing intermediate container 1c69888380f8 [2020-11-04T00:48:30.637Z] ---> 6d836f78969b [2020-11-04T00:48:30.637Z] [2020-11-04T00:48:30.637Z] Step 10/21 : FROM alpine [2020-11-04T00:48:30.637Z] ---> 2e77e061c27f [2020-11-04T00:48:30.637Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-04T00:48:30.637Z] ---> Running in e2adac43c547 [2020-11-04T00:48:33.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:48:33.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:48:34.281Z] v3.12.1-15-gcb84081c23 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-04T00:48:34.281Z] v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-04T00:48:34.281Z] OK: 12615 distinct packages available [2020-11-04T00:48:35.265Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-04T00:48:35.265Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-04T00:48:35.265Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-04T00:48:35.265Z] (4/4) Installing curl (7.69.1-r1) [2020-11-04T00:48:35.265Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:48:35.265Z] Executing ca-certificates-20191127-r4.trigger [2020-11-04T00:48:35.863Z] OK: 7 MiB in 18 packages [2020-11-04T00:48:38.501Z] Removing intermediate container e2adac43c547 [2020-11-04T00:48:38.501Z] ---> ca9187ef3eb1 [2020-11-04T00:48:38.501Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-04T00:48:38.501Z] ---> Running in 6dc2a88ea0dd [2020-11-04T00:48:39.204Z] Removing intermediate container 6dc2a88ea0dd [2020-11-04T00:48:39.204Z] ---> 8cd864870649 [2020-11-04T00:48:39.204Z] Step 13/21 : WORKDIR /edgex [2020-11-04T00:48:39.204Z] ---> Running in 833d27299b7f [2020-11-04T00:48:39.906Z] Removing intermediate container 833d27299b7f [2020-11-04T00:48:39.906Z] ---> 5fc3620af4d7 [2020-11-04T00:48:39.906Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-04T00:48:41.004Z] ---> 8ac236241d99 [2020-11-04T00:48:41.004Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-04T00:48:43.029Z] ---> 469f3c26d33d [2020-11-04T00:48:43.029Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/edgex-secrets-config/edgex-secrets-config . [2020-11-04T00:48:44.472Z] ---> 0570c8f3750d [2020-11-04T00:48:44.473Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-04T00:48:44.749Z] ---> Running in b8f7b9a2a66d [2020-11-04T00:48:45.349Z] Removing intermediate container b8f7b9a2a66d [2020-11-04T00:48:45.349Z] ---> 41432a17868d [2020-11-04T00:48:45.349Z] Step 18/21 : CMD ["--init=true"] [2020-11-04T00:48:45.625Z] ---> Running in fac8fa8ceda3 [2020-11-04T00:48:46.226Z] Removing intermediate container fac8fa8ceda3 [2020-11-04T00:48:46.226Z] ---> aa03dd1a8e92 [2020-11-04T00:48:46.226Z] Step 19/21 : LABEL arch=arm64 [2020-11-04T00:48:46.226Z] ---> Running in 2d58f08cc847 [2020-11-04T00:48:47.213Z] Removing intermediate container 2d58f08cc847 [2020-11-04T00:48:47.213Z] ---> 6d858cacaadc [2020-11-04T00:48:47.213Z] Step 20/21 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:48:47.213Z] ---> Running in 8d6b4d629822 [2020-11-04T00:48:47.818Z] Removing intermediate container 8d6b4d629822 [2020-11-04T00:48:47.818Z] ---> 44d1668742d3 [2020-11-04T00:48:47.818Z] Step 21/21 : LABEL version=0.0.0 [2020-11-04T00:48:48.097Z] ---> Running in 28a231bb2ec6 [2020-11-04T00:48:48.700Z] Removing intermediate container 28a231bb2ec6 [2020-11-04T00:48:48.700Z] ---> 628389c8ac0a [2020-11-04T00:48:48.700Z] [2020-11-04T00:48:49.302Z] Successfully built 628389c8ac0a [2020-11-04T00:48:49.302Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-04T00:48:49.302Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-11-04T00:49:11.512Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T00:49:11.512Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-04T00:49:11.512Z] ---> e0ab3a8620eb [2020-11-04T00:49:11.512Z] Step 3/24 : WORKDIR /edgex-go [2020-11-04T00:49:11.512Z] ---> Using cache [2020-11-04T00:49:11.512Z] ---> 12e462f25e8b [2020-11-04T00:49:11.512Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:49:11.512Z] ---> Using cache [2020-11-04T00:49:11.512Z] ---> 67e8053ffd0b [2020-11-04T00:49:11.512Z] Step 5/24 : RUN apk update && apk add make git [2020-11-04T00:49:11.512Z] ---> Using cache [2020-11-04T00:49:11.512Z] ---> efb237674ea1 [2020-11-04T00:49:11.512Z] Step 6/24 : COPY go.mod . [2020-11-04T00:49:11.512Z] ---> Using cache [2020-11-04T00:49:11.512Z] ---> 490113258733 [2020-11-04T00:49:11.512Z] Step 7/24 : RUN go mod download [2020-11-04T00:49:11.512Z] ---> Using cache [2020-11-04T00:49:11.512Z] ---> 116de7e57d39 [2020-11-04T00:49:11.512Z] Step 8/24 : COPY . . [2020-11-04T00:49:11.512Z] ---> Using cache [2020-11-04T00:49:11.512Z] ---> a855d13a3cee [2020-11-04T00:49:11.512Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-04T00:49:13.513Z] ---> Running in dc40f40181d4 [2020-11-04T00:49:16.167Z] 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-11-04T00:49:22.926Z] Removing intermediate container eb87a369a8e7 [2020-11-04T00:49:22.926Z] ---> fcb54d01729d [2020-11-04T00:49:22.926Z] [2020-11-04T00:49:22.926Z] Step 10/22 : FROM scratch [2020-11-04T00:49:22.926Z] ---> [2020-11-04T00:49:22.926Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-04T00:49:22.926Z] ---> Running in fbc27498fe51 [2020-11-04T00:49:23.202Z] Removing intermediate container fbc27498fe51 [2020-11-04T00:49:23.202Z] ---> 28904ec64200 [2020-11-04T00:49:23.202Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-04T00:49:23.476Z] ---> Running in 0e05b1c67a53 [2020-11-04T00:49:24.075Z] Removing intermediate container 0e05b1c67a53 [2020-11-04T00:49:24.075Z] ---> 11c789e43362 [2020-11-04T00:49:24.075Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T00:49:24.075Z] ---> Running in fa4e6d681912 [2020-11-04T00:49:24.676Z] Removing intermediate container fa4e6d681912 [2020-11-04T00:49:24.676Z] ---> af8064f2d5fc [2020-11-04T00:49:24.676Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-04T00:49:26.135Z] ---> 8d05b5a3289d [2020-11-04T00:49:26.135Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-04T00:49:27.137Z] ---> eb63c1d3182c [2020-11-04T00:49:27.137Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-04T00:49:29.126Z] ---> 8c8a860bce4c [2020-11-04T00:49:29.126Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-04T00:49:30.121Z] ---> bba08565d266 [2020-11-04T00:49:30.121Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-04T00:49:30.121Z] ---> Running in 26f239cdc40d [2020-11-04T00:49:30.721Z] Removing intermediate container 26f239cdc40d [2020-11-04T00:49:30.721Z] ---> 2d503f740c22 [2020-11-04T00:49:30.721Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:49:30.995Z] ---> Running in f0a9474e89f9 [2020-11-04T00:49:31.588Z] Removing intermediate container f0a9474e89f9 [2020-11-04T00:49:31.588Z] ---> 4b7fd9451225 [2020-11-04T00:49:31.588Z] Step 20/22 : LABEL arch=arm64 [2020-11-04T00:49:31.858Z] ---> Running in dbd5db76567c [2020-11-04T00:49:32.455Z] Removing intermediate container dbd5db76567c [2020-11-04T00:49:32.455Z] ---> c65f516f89ca [2020-11-04T00:49:32.455Z] Step 21/22 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:49:32.726Z] ---> Running in ee866763f73d [2020-11-04T00:49:33.331Z] Removing intermediate container ee866763f73d [2020-11-04T00:49:33.331Z] ---> 271b680aa34c [2020-11-04T00:49:33.331Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T00:49:33.601Z] ---> Running in 71fda98d4998 [2020-11-04T00:49:34.199Z] Removing intermediate container 71fda98d4998 [2020-11-04T00:49:34.199Z] ---> 812af93fe707 [2020-11-04T00:49:34.199Z] [2020-11-04T00:49:34.796Z] Successfully built 812af93fe707 [2020-11-04T00:49:34.796Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-04T00:50:07.172Z]  Building docker-support-logging-go ... done Removing intermediate container 452277f041bb [2020-11-04T00:50:07.172Z] ---> 60614fc0bb1f [2020-11-04T00:50:07.172Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-04T00:50:07.172Z] ---> Running in 0a6758593baa [2020-11-04T00:50:08.619Z] 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-11-04T00:50:15.344Z] Removing intermediate container 0a6758593baa [2020-11-04T00:50:15.344Z] ---> 246aa07cbffa [2020-11-04T00:50:15.344Z] [2020-11-04T00:50:15.344Z] Step 11/27 : FROM docker:latest [2020-11-04T00:50:15.344Z] ---> 5d4db4dc0692 [2020-11-04T00:50:15.344Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-04T00:50:15.344Z] ---> Running in db57e0574aaf [2020-11-04T00:50:16.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:50:17.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:50:18.136Z] (1/2) Installing readline (8.0.4-r0) [2020-11-04T00:50:18.136Z] (2/2) Installing bash (5.0.17-r0) [2020-11-04T00:50:18.136Z] Executing bash-5.0.17-r0.post-install [2020-11-04T00:50:18.136Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:50:18.136Z] OK: 12 MiB in 22 packages [2020-11-04T00:50:20.777Z] Removing intermediate container db57e0574aaf [2020-11-04T00:50:20.777Z] ---> 4da2c1962777 [2020-11-04T00:50:20.777Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-04T00:50:21.405Z] ---> Running in 588f40973318 [2020-11-04T00:50:22.406Z] Removing intermediate container 96158ce2bf08 [2020-11-04T00:50:22.406Z] ---> e7d12002ee4a [2020-11-04T00:50:22.406Z] [2020-11-04T00:50:22.406Z] Step 10/24 : FROM scratch [2020-11-04T00:50:22.406Z] ---> [2020-11-04T00:50:22.406Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-04T00:50:22.406Z] ---> Using cache [2020-11-04T00:50:22.406Z] ---> 28904ec64200 [2020-11-04T00:50:22.406Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-04T00:50:22.683Z] ---> Running in 7f3cd1ef3888 [2020-11-04T00:50:23.678Z] Removing intermediate container 7f3cd1ef3888 [2020-11-04T00:50:23.678Z] ---> 48649f900a7b [2020-11-04T00:50:23.678Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-04T00:50:23.678Z] ---> Running in 1b3a5fbe15d6 [2020-11-04T00:50:24.284Z] Removing intermediate container 1b3a5fbe15d6 [2020-11-04T00:50:24.284Z] ---> 072e1e141460 [2020-11-04T00:50:24.284Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-04T00:50:25.744Z] ---> 08ad8eb3cee2 [2020-11-04T00:50:25.744Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-04T00:50:26.020Z] Removing intermediate container 588f40973318 [2020-11-04T00:50:26.020Z] ---> 9a73a3f1109d [2020-11-04T00:50:26.020Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-04T00:50:26.628Z] ---> Running in 37b74773bdb3 [2020-11-04T00:50:27.291Z] 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-11-04T00:50:27.291Z] Removing intermediate container 37b74773bdb3 [2020-11-04T00:50:27.291Z] ---> aead4fe9cd8c [2020-11-04T00:50:27.291Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-04T00:50:27.589Z] ---> ceba51dab487 [2020-11-04T00:50:27.589Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-04T00:50:27.589Z] ---> Running in 1d01972d3449 [2020-11-04T00:50:28.630Z] Removing intermediate container 1d01972d3449 [2020-11-04T00:50:28.630Z] ---> e6231dcce92d [2020-11-04T00:50:28.630Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-04T00:50:28.941Z] ---> Running in a9391e598d6f [2020-11-04T00:50:29.931Z] ---> 56a8a03f8e76 [2020-11-04T00:50:29.931Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-04T00:50:29.931Z] Removing intermediate container a9391e598d6f [2020-11-04T00:50:29.931Z] ---> 890b47b6941e [2020-11-04T00:50:29.931Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-04T00:50:31.932Z] ---> 06f3be7c19a5 [2020-11-04T00:50:31.932Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-04T00:50:31.932Z] ---> fda1c6a89e70 [2020-11-04T00:50:31.932Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-04T00:50:33.392Z] ---> c12cc7969f6f [2020-11-04T00:50:33.392Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-04T00:50:33.671Z] ---> 56a74a9306c5 [2020-11-04T00:50:33.672Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-04T00:50:34.680Z] ---> e722dc19e8f0 [2020-11-04T00:50:34.680Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-04T00:50:34.680Z] ---> c6d69c27fc12 [2020-11-04T00:50:34.680Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-04T00:50:34.956Z] ---> Running in 61d26afdf51e [2020-11-04T00:50:34.956Z] ---> Running in bd81f5ff9391 [2020-11-04T00:50:35.564Z] Removing intermediate container bd81f5ff9391 [2020-11-04T00:50:35.564Z] ---> 982f09cd2409 [2020-11-04T00:50:35.564Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:50:36.167Z] ---> Running in 72bce8430834 [2020-11-04T00:50:36.774Z] Removing intermediate container 72bce8430834 [2020-11-04T00:50:36.774Z] ---> 7b1f738d5203 [2020-11-04T00:50:36.774Z] Step 22/24 : LABEL arch=arm64 [2020-11-04T00:50:36.774Z] ---> Running in bd942d18c886 [2020-11-04T00:50:37.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:50:37.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:50:37.620Z] Removing intermediate container bd942d18c886 [2020-11-04T00:50:37.620Z] ---> 9b7958596504 [2020-11-04T00:50:37.620Z] Step 23/24 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:50:37.898Z] ---> Running in 7c6085665f47 [2020-11-04T00:50:37.898Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-04T00:50:37.898Z] (2/33) Installing expat (2.2.9-r1) [2020-11-04T00:50:37.898Z] (3/33) Installing libffi (3.3-r2) [2020-11-04T00:50:37.898Z] (4/33) Installing gdbm (1.13-r1) [2020-11-04T00:50:38.179Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-04T00:50:38.179Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-04T00:50:38.179Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-04T00:50:38.775Z] Removing intermediate container 7c6085665f47 [2020-11-04T00:50:38.775Z] ---> f8db495d2edf [2020-11-04T00:50:38.775Z] Step 24/24 : LABEL version=0.0.0 [2020-11-04T00:50:39.387Z] Removing intermediate container dc40f40181d4 [2020-11-04T00:50:39.387Z] ---> 7de728f892f1 [2020-11-04T00:50:39.387Z] [2020-11-04T00:50:39.387Z] Step 10/24 : FROM alpine:3.10 [2020-11-04T00:50:39.387Z] ---> 536a684cf733 [2020-11-04T00:50:39.387Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-04T00:50:39.387Z] ---> Using cache [2020-11-04T00:50:39.387Z] ---> ea42d8e0d19e [2020-11-04T00:50:39.387Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-04T00:50:39.387Z] ---> Running in 93e259a9b766 [2020-11-04T00:50:39.665Z] ---> Running in b82b27bf82d7 [2020-11-04T00:50:39.942Z] Removing intermediate container 93e259a9b766 [2020-11-04T00:50:39.942Z] ---> d6c6b928acb2 [2020-11-04T00:50:39.942Z] [2020-11-04T00:50:40.223Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-04T00:50:40.223Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-04T00:50:40.223Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-04T00:50:40.223Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-04T00:50:40.223Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-04T00:50:40.223Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-04T00:50:40.508Z] Removing intermediate container b82b27bf82d7 [2020-11-04T00:50:40.508Z] ---> 7681fefc57fc [2020-11-04T00:50:40.508Z] Step 13/24 : WORKDIR / [2020-11-04T00:50:40.508Z] Successfully built d6c6b928acb2 [2020-11-04T00:50:40.508Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-04T00:50:40.508Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-04T00:50:40.508Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-04T00:50:40.508Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-04T00:50:40.810Z]  Building docker-support-notifications-go ... done (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-04T00:50:40.810Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-04T00:50:40.810Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-04T00:50:40.810Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-04T00:50:40.810Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-04T00:50:40.810Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-04T00:50:40.810Z] ---> Running in 6044dfff90c8 [2020-11-04T00:50:40.810Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-04T00:50:40.810Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-04T00:50:40.810Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-04T00:50:41.084Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-04T00:50:41.084Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-04T00:50:41.084Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-04T00:50:41.084Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-04T00:50:41.084Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-04T00:50:41.084Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-04T00:50:41.084Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-04T00:50:41.084Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-04T00:50:41.358Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:50:41.358Z] OK: 71 MiB in 55 packages [2020-11-04T00:50:41.639Z] Removing intermediate container 6044dfff90c8 [2020-11-04T00:50:41.639Z] ---> fcbfd05234a0 [2020-11-04T00:50:41.639Z] 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-11-04T00:50:42.622Z] ---> 66e0c7f9cb5e [2020-11-04T00:50:42.622Z] 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-11-04T00:50:44.067Z] ---> 4fedc2aea208 [2020-11-04T00:50:44.067Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-04T00:50:44.666Z] ---> f33eecb5317c [2020-11-04T00:50:44.667Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-04T00:50:46.653Z] ---> c8a699ed13b9 [2020-11-04T00:50:46.653Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-04T00:50:47.636Z] ---> 4c7b0e3e6e0f [2020-11-04T00:50:47.636Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-04T00:50:47.912Z] Removing intermediate container 61d26afdf51e [2020-11-04T00:50:47.912Z] ---> 69c4e2dd3eeb [2020-11-04T00:50:47.912Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-04T00:50:48.514Z] ---> Running in e86b5d86116b [2020-11-04T00:50:48.787Z] ---> e183c915bf8c [2020-11-04T00:50:48.787Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-04T00:50:49.064Z] ---> Running in ea87684e1be5 [2020-11-04T00:50:50.511Z] Removing intermediate container 3bcdfc5e0a64 [2020-11-04T00:50:50.511Z] ---> 9dd62567bfc5 [2020-11-04T00:50:50.511Z] [2020-11-04T00:50:50.511Z] Step 10/23 : FROM alpine [2020-11-04T00:50:50.511Z] ---> 2e77e061c27f [2020-11-04T00:50:50.511Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T00:50:50.511Z] ---> Running in 8af0079414dd [2020-11-04T00:50:51.130Z] Removing intermediate container 8af0079414dd [2020-11-04T00:50:51.130Z] ---> 42742494e755 [2020-11-04T00:50:51.130Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-04T00:50:51.403Z] ---> Running in f5a99f32af58 [2020-11-04T00:50:52.001Z] Removing intermediate container f5a99f32af58 [2020-11-04T00:50:52.001Z] ---> 26eb72db2bd3 [2020-11-04T00:50:52.001Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-04T00:50:52.001Z] ---> Running in f2fb63c27121 [2020-11-04T00:50:52.275Z] Removing intermediate container ea87684e1be5 [2020-11-04T00:50:52.275Z] ---> 1aa9c324dee4 [2020-11-04T00:50:52.275Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-04T00:50:52.275Z] ---> Running in 11c1a711a8d2 [2020-11-04T00:50:52.550Z] Removing intermediate container f2fb63c27121 [2020-11-04T00:50:52.550Z] ---> 9e015376fc96 [2020-11-04T00:50:52.550Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T00:50:52.550Z] ---> Running in c14fabd1a2f3 [2020-11-04T00:50:52.824Z] Removing intermediate container 11c1a711a8d2 [2020-11-04T00:50:52.824Z] ---> 75c1289bd343 [2020-11-04T00:50:52.824Z] Step 22/24 : LABEL arch=arm64 [2020-11-04T00:50:53.109Z] ---> Running in 7525564823bb [2020-11-04T00:50:53.386Z] Removing intermediate container 7525564823bb [2020-11-04T00:50:53.386Z] ---> 579292e07396 [2020-11-04T00:50:53.386Z] Step 23/24 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:50:53.660Z] ---> Running in b9c1a8a1b13e [2020-11-04T00:50:54.255Z] Removing intermediate container b9c1a8a1b13e [2020-11-04T00:50:54.255Z] ---> 287c7905943f [2020-11-04T00:50:54.255Z] Step 24/24 : LABEL version=0.0.0 [2020-11-04T00:50:54.255Z] ---> Running in 0935e66085a6 [2020-11-04T00:50:54.850Z] Removing intermediate container 0935e66085a6 [2020-11-04T00:50:54.850Z] ---> 4f25fe9bd492 [2020-11-04T00:50:54.850Z] [2020-11-04T00:50:55.445Z] Successfully built 4f25fe9bd492 [2020-11-04T00:50:55.445Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-04T00:50:55.727Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c14fabd1a2f3 [2020-11-04T00:50:55.727Z] ---> 83250146a904 [2020-11-04T00:50:55.727Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-04T00:50:55.727Z] ---> Running in bebbb2e95168 [2020-11-04T00:50:56.006Z] Collecting docker-compose==1.23.2 [2020-11-04T00:50:56.285Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-04T00:50:57.270Z] Collecting jsonschema<3,>=2.5.1 [2020-11-04T00:50:57.270Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-04T00:50:57.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:50:57.541Z] 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-11-04T00:50:57.814Z] Collecting texttable<0.10,>=0.9.0 [2020-11-04T00:50:57.814Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-04T00:50:58.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:51:01.019Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-04T00:51:01.019Z] Collecting PyYAML<4,>=3.10 [2020-11-04T00:51:01.019Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-04T00:51:01.019Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-04T00:51:01.019Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-04T00:51:01.994Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-04T00:51:02.591Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-04T00:51:02.591Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:51:02.591Z] OK: 8 MiB in 19 packages [2020-11-04T00:51:04.025Z] Removing intermediate container bebbb2e95168 [2020-11-04T00:51:04.025Z] ---> ea690410b7fe [2020-11-04T00:51:04.025Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-04T00:51:04.623Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-04T00:51:04.894Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-04T00:51:04.894Z] ---> 610fbef78af6 [2020-11-04T00:51:04.894Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-04T00:51:06.327Z] ---> b4cb5db832ea [2020-11-04T00:51:06.327Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-04T00:51:06.601Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-04T00:51:06.601Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-04T00:51:06.873Z] ---> cef33ab63a78 [2020-11-04T00:51:06.873Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-04T00:51:07.148Z] ---> Running in 3b6a654e5f94 [2020-11-04T00:51:07.420Z] Collecting docker<4.0,>=3.6.0 [2020-11-04T00:51:07.420Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-04T00:51:07.696Z] Removing intermediate container 3b6a654e5f94 [2020-11-04T00:51:07.696Z] ---> 1f13a38301a7 [2020-11-04T00:51:07.696Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:51:07.696Z] ---> Running in f519db0cf4be [2020-11-04T00:51:08.300Z] Removing intermediate container f519db0cf4be [2020-11-04T00:51:08.300Z] ---> f3c24d3afff1 [2020-11-04T00:51:08.300Z] Step 21/23 : LABEL arch=arm64 [2020-11-04T00:51:08.300Z] ---> Running in cfb1157a5070 [2020-11-04T00:51:08.300Z] Collecting cached-property<2,>=1.2.0 [2020-11-04T00:51:08.300Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-04T00:51:08.896Z] Collecting docopt<0.7,>=0.6.1 [2020-11-04T00:51:08.896Z] Removing intermediate container cfb1157a5070 [2020-11-04T00:51:08.896Z] ---> 3dc5e1a25e63 [2020-11-04T00:51:08.896Z] Step 22/23 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:51:08.896Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-04T00:51:08.896Z] ---> Running in 5d4792c0948b [2020-11-04T00:51:09.491Z] Removing intermediate container 5d4792c0948b [2020-11-04T00:51:09.491Z] ---> 1c5a4089bada [2020-11-04T00:51:09.491Z] Step 23/23 : LABEL version=0.0.0 [2020-11-04T00:51:09.491Z] ---> Running in 558a75b75fbb [2020-11-04T00:51:10.087Z] Removing intermediate container 558a75b75fbb [2020-11-04T00:51:10.087Z] ---> b495bc29121d [2020-11-04T00:51:10.087Z] [2020-11-04T00:51:10.683Z] Successfully built b495bc29121d [2020-11-04T00:51:10.683Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-04T00:51:11.658Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2020-11-04T00:51:11.658Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-04T00:51:14.266Z] Collecting idna<2.8,>=2.5 [2020-11-04T00:51:14.266Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-04T00:51:14.858Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-04T00:51:14.858Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-04T00:51:15.129Z] 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-11-04T00:51:15.129Z] 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-11-04T00:51:15.399Z] Collecting docker-pycreds>=0.4.0 [2020-11-04T00:51:15.399Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-04T00:51:15.399Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-04T00:51:15.399Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-04T00:51:15.400Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-04T00:51:15.400Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-04T00:51:16.369Z] Installing collected packages: jsonschema, texttable, PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, dockerpty, docker-compose [2020-11-04T00:51:16.639Z] Running setup.py install for texttable: started [2020-11-04T00:51:19.245Z] Running setup.py install for texttable: finished with status 'done' [2020-11-04T00:51:19.245Z] Running setup.py install for PyYAML: started [2020-11-04T00:51:21.890Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-04T00:51:21.890Z] Attempting uninstall: idna [2020-11-04T00:51:21.890Z] Found existing installation: idna 2.9 [2020-11-04T00:51:21.890Z] Uninstalling idna-2.9: [2020-11-04T00:51:21.890Z] Successfully uninstalled idna-2.9 [2020-11-04T00:51:22.879Z] Attempting uninstall: urllib3 [2020-11-04T00:51:22.879Z] Found existing installation: urllib3 1.25.9 [2020-11-04T00:51:22.879Z] Uninstalling urllib3-1.25.9: [2020-11-04T00:51:22.879Z] Successfully uninstalled urllib3-1.25.9 [2020-11-04T00:51:23.465Z] Attempting uninstall: requests [2020-11-04T00:51:23.465Z] Found existing installation: requests 2.23.0 [2020-11-04T00:51:23.465Z] Uninstalling requests-2.23.0: [2020-11-04T00:51:23.736Z] Successfully uninstalled requests-2.23.0 [2020-11-04T00:51:25.161Z] Running setup.py install for docopt: started [2020-11-04T00:51:27.113Z] Running setup.py install for docopt: finished with status 'done' [2020-11-04T00:51:27.113Z] Running setup.py install for dockerpty: started [2020-11-04T00:51:29.081Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-04T00:51:30.052Z] 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-11-04T00:51:34.340Z] Removing intermediate container e86b5d86116b [2020-11-04T00:51:34.340Z] ---> 17db4cf8452c [2020-11-04T00:51:34.340Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-04T00:51:34.340Z] ---> Running in 4bf074ae6615 [2020-11-04T00:51:35.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T00:51:35.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T00:51:36.177Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-04T00:51:36.177Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-04T00:51:36.177Z] (3/3) Installing curl (7.69.1-r1) [2020-11-04T00:51:36.177Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T00:51:36.177Z] OK: 71 MiB in 58 packages [2020-11-04T00:51:37.158Z] Removing intermediate container 4bf074ae6615 [2020-11-04T00:51:37.158Z] ---> 48b5dc89809a [2020-11-04T00:51:37.158Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-04T00:51:37.430Z] ---> Running in 57263464b5d8 [2020-11-04T00:51:37.703Z] Removing intermediate container 57263464b5d8 [2020-11-04T00:51:37.703Z] ---> fa9a7f7b5541 [2020-11-04T00:51:37.703Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T00:51:37.976Z] ---> Running in ff2c3b535bb4 [2020-11-04T00:51:38.247Z] Removing intermediate container ff2c3b535bb4 [2020-11-04T00:51:38.247Z] ---> 6354682de8ef [2020-11-04T00:51:38.247Z] Step 25/27 : LABEL arch=arm64 [2020-11-04T00:51:38.519Z] ---> Running in e5fd524cad92 [2020-11-04T00:51:38.792Z] Removing intermediate container e5fd524cad92 [2020-11-04T00:51:38.792Z] ---> 8f1f3ec64770 [2020-11-04T00:51:38.792Z] Step 26/27 : LABEL git_sha=482cf3223edd4de3d82fc43c64b6e1a4f47d709c [2020-11-04T00:51:39.063Z] ---> Running in c3fe9104f050 [2020-11-04T00:51:39.336Z] Removing intermediate container c3fe9104f050 [2020-11-04T00:51:39.336Z] ---> 478668478f04 [2020-11-04T00:51:39.336Z] Step 27/27 : LABEL version=0.0.0 [2020-11-04T00:51:39.608Z] ---> Running in e25e44141866 [2020-11-04T00:51:39.878Z] Removing intermediate container e25e44141866 [2020-11-04T00:51:39.878Z] ---> 1de297252993 [2020-11-04T00:51:39.878Z] [2020-11-04T00:51:40.466Z] Successfully built 1de297252993 [2020-11-04T00:51:40.466Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-04T00:51:40.780Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-04T00:51:40.809Z] $ docker stop --time=1 fcea7dbd81ce805605d6e93cc229005e24737df14a416c6e947d841b05e4fb4d [2020-11-04T00:51:42.665Z] $ docker rm -f fcea7dbd81ce805605d6e93cc229005e24737df14a416c6e947d841b05e4fb4d [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-04T00:51:43.313Z] + docker images [2020-11-04T00:51:43.313Z] + grep docker [2020-11-04T00:51:43.582Z] docker-sys-mgmt-agent-go-arm64 latest 1de297252993 4 seconds ago 270MB [2020-11-04T00:51:43.582Z] docker-core-data-go-arm64 latest b495bc29121d 34 seconds ago 22.3MB [2020-11-04T00:51:43.582Z] docker-security-secretstore-setup-go-arm64 latest 4f25fe9bd492 49 seconds ago 23.6MB [2020-11-04T00:51:43.582Z] docker-support-notifications-go-arm64 latest d6c6b928acb2 About a minute ago 12.9MB [2020-11-04T00:51:43.582Z] docker-support-logging-go-arm64 latest 812af93fe707 2 minutes ago 10.6MB [2020-11-04T00:51:43.582Z] docker-security-proxy-setup-go-arm64 latest 628389c8ac0a 2 minutes ago 23.4MB [2020-11-04T00:51:43.582Z] docker-core-metadata-go-arm64 latest 6848362a6308 5 minutes ago 13.5MB [2020-11-04T00:51:43.582Z] docker-core-command-go-arm64 latest 4be515b62145 5 minutes ago 11.4MB [2020-11-04T00:51:43.582Z] docker-support-scheduler-go-arm64 latest ac8023aa6373 5 minutes ago 11.5MB [2020-11-04T00:51:43.582Z] docker-security-secrets-setup-go-arm64 latest 3fdbd06ff3d0 5 minutes ago 22.7MB [2020-11-04T00:51:43.582Z] docker-security-bootstrap-redis-go-arm64 latest 3d43f5a28f6d 5 minutes ago 15.2MB [2020-11-04T00:51:43.582Z] docker latest 5d4db4dc0692 12 days ago 198MB [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-04T00:51:48.548Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T00:51:49.439Z] ---> package-listing.sh [2020-11-04T00:51:49.439Z] ++ facter osfamily [2020-11-04T00:51:49.439Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-04T00:51:49.439Z] + OS_FAMILY=redhat [2020-11-04T00:51:49.439Z] + workspace=/w/workspace/edgex-go/17 [2020-11-04T00:51:49.439Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-04T00:51:49.439Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-04T00:51:49.439Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-04T00:51:49.439Z] + PACKAGES=/tmp/packages_start.txt [2020-11-04T00:51:49.439Z] + '[' /w/workspace/edgex-go/17 ']' [2020-11-04T00:51:49.439Z] + PACKAGES=/tmp/packages_end.txt [2020-11-04T00:51:49.439Z] + case "${OS_FAMILY}" in [2020-11-04T00:51:49.439Z] + rpm -qa [2020-11-04T00:51:49.439Z] + sort [2020-11-04T00:51:53.664Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-04T00:51:53.664Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-04T00:51:53.664Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-04T00:51:53.664Z] + '[' /w/workspace/edgex-go/17 ']' [2020-11-04T00:51:53.664Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2020-11-04T00:51:53.664Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2020-11-04T00:51:53.679Z] 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-11-04T00:51:53.969Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:51:54.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-04T00:51:54.275Z] [2020-11-04T00:51:54.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-04T00:51:54.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-04T00:51:54.628Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-04T00:51:54.628Z] df20fa9351a1: Already exists [2020-11-04T00:51:54.628Z] 36b3adc4ff6f: Pulling fs layer [2020-11-04T00:51:54.628Z] 8ad3a11d3b57: Pulling fs layer [2020-11-04T00:51:54.628Z] 46f8f816bc3b: Pulling fs layer [2020-11-04T00:51:54.628Z] 93b61091891f: Pulling fs layer [2020-11-04T00:51:54.628Z] 93b9cdb0e59b: Pulling fs layer [2020-11-04T00:51:54.628Z] 5e14af77c1be: Pulling fs layer [2020-11-04T00:51:54.628Z] 01666e4c0597: Pulling fs layer [2020-11-04T00:51:54.628Z] aa168da1d23b: Pulling fs layer [2020-11-04T00:51:54.628Z] 93b9cdb0e59b: Waiting [2020-11-04T00:51:54.628Z] 5e14af77c1be: Waiting [2020-11-04T00:51:54.628Z] 01666e4c0597: Waiting [2020-11-04T00:51:54.628Z] aa168da1d23b: Waiting [2020-11-04T00:51:54.628Z] 93b61091891f: Waiting [2020-11-04T00:51:54.890Z] 46f8f816bc3b: Download complete [2020-11-04T00:51:54.890Z] 36b3adc4ff6f: Download complete [2020-11-04T00:51:54.890Z] 93b9cdb0e59b: Verifying Checksum [2020-11-04T00:51:54.890Z] 93b9cdb0e59b: Download complete [2020-11-04T00:51:54.890Z] 5e14af77c1be: Verifying Checksum [2020-11-04T00:51:54.890Z] 5e14af77c1be: Download complete [2020-11-04T00:51:54.890Z] 93b61091891f: Download complete [2020-11-04T00:51:54.890Z] 01666e4c0597: Verifying Checksum [2020-11-04T00:51:54.890Z] 01666e4c0597: Download complete [2020-11-04T00:51:55.152Z] 36b3adc4ff6f: Pull complete [2020-11-04T00:51:55.734Z] 8ad3a11d3b57: Verifying Checksum [2020-11-04T00:51:55.734Z] 8ad3a11d3b57: Download complete [2020-11-04T00:51:56.696Z] 8ad3a11d3b57: Pull complete [2020-11-04T00:51:56.696Z] 46f8f816bc3b: Pull complete [2020-11-04T00:51:57.273Z] aa168da1d23b: Verifying Checksum [2020-11-04T00:51:57.273Z] aa168da1d23b: Download complete [2020-11-04T00:51:57.848Z] 93b61091891f: Pull complete [2020-11-04T00:51:58.111Z] 93b9cdb0e59b: Pull complete [2020-11-04T00:51:58.111Z] 5e14af77c1be: Pull complete [2020-11-04T00:51:58.379Z] 01666e4c0597: Pull complete [2020-11-04T00:52:13.369Z] aa168da1d23b: Pull complete [2020-11-04T00:52:13.370Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-04T00:52:13.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-04T00:52:13.370Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-04T00:52:13.643Z] prd-centos7-docker-4c-2g-11140 does not seem to be running inside a container [2020-11-04T00:52:13.719Z] $ 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-11-04T00:52:17.059Z] $ docker top 3634f73f2625baac8ec0c52f9f95020fdbb2b96e8a3123a5bd0c408fb61570c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T00:52:17.635Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-04T00:52:17.944Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-04T00:52:18.259Z] + ls /var/log/sa-host [2020-11-04T00:52:18.259Z] + sadf -c /var/log/sa-host/sa04 [2020-11-04T00:52:18.259Z] file_magic: OK [2020-11-04T00:52:18.259Z] HZ: Using current value: 100 [2020-11-04T00:52:18.259Z] file_header: OK [2020-11-04T00:52:18.259Z] 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-11-04T00:52:18.259Z] Statistics: [2020-11-04T00:52:18.259Z] 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... [2020-11-04T00:52:18.259Z] File successfully converted to sysstat format version 12.2.1 [2020-11-04T00:52:18.259Z] + sadf -c /var/log/sa-host/sa05 [2020-11-04T00:52:18.259Z] file_magic: OK [2020-11-04T00:52:18.259Z] HZ: Using current value: 100 [2020-11-04T00:52:18.259Z] file_header: OK [2020-11-04T00:52:18.259Z] 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-11-04T00:52:18.259Z] Statistics: [2020-11-04T00:52:18.259Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-04T00:52:18.259Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-04T00:52:18.921Z] provisioning config files... [2020-11-04T00:52:18.956Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config9109950675872667383tmp [Pipeline] { [Pipeline] echo [2020-11-04T00:52:19.059Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T00:52:19.363Z] ---> create-netrc.sh [Pipeline] } [2020-11-04T00:52:19.374Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-04T00:52:19.488Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T00:52:19.792Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-04T00:52:19.804Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T00:52:20.208Z] ---> sudo-logs.sh [2020-11-04T00:52:20.208Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-04T00:52:20.240Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T00:52:20.562Z] ---> job-cost.sh [2020-11-04T00:52:20.562Z] lf-activate-venv: SKIPPING [2020-11-04T00:52:20.562Z] INFO: No Stack... [2020-11-04T00:52:23.124Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-04T00:52:23.387Z] INFO: Archiving Costs [Pipeline] echo [2020-11-04T00:52:23.418Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T00:52:23.727Z] ---> logs-deploy.sh [2020-11-04T00:52:23.727Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2808/17 [2020-11-04T00:52:23.727Z] INFO: archiving workspace using pattern(s): [2020-11-04T00:52:25.117Z] Archives upload complete. [2020-11-04T00:52:25.386Z] INFO: archiving logs to Nexus