Pull request #2872 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac rather than 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c Obtained Jenkinsfile from 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac 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 d526b796bde0de554c29e9af20c0780a06d0fb4a 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 d526b796bde0de554c29e9af20c0780a06d0fb4a 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 d526b796bde0de554c29e9af20c0780a06d0fb4a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d526b796bde0de554c29e9af20c0780a06d0fb4a # timeout=10 Commit message: "Merge pull request #293 from ernestojeda/test-flags" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11356 in /w/workspace/edgexfoundry_edgex-go_PR-2872 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 Merging remotes/origin/master commit 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac into PR head commit 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c Merge succeeded, producing 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c Checking out Revision 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c (PR-2872) > 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/2872/head:refs/remotes/origin/PR-2872 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # 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 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # timeout=10 Commit message: "fix(metadata): fix V2 API int overflow error on 32bit ARM build" First time build. Skipping changelog. > git rev-list --no-walk 016607ee2362f25e9ce340a2e049b10dea082014 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-06T08:37:59.840Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-06T08:38:00.110Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-06T08:38:00.219Z] ========================================================= [2020-11-06T08:38:00.220Z] EdgeX Global Pipelines Version Info [2020-11-06T08:38:00.220Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-06T08:38:01.787Z] ------------------- [2020-11-06T08:38:01.787Z] stable info: [2020-11-06T08:38:01.787Z] ------------------- [2020-11-06T08:38:01.787Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-06T08:38:01.787Z] Commit SHA: d526b796bde0de554c29e9af20c0780a06d0fb4a [2020-11-06T08:38:01.787Z] Message: update stable to v1.0.160 [2020-11-06T08:38:02.739Z] ------------------- [2020-11-06T08:38:02.739Z] experimental info: [2020-11-06T08:38:02.739Z] ------------------- [2020-11-06T08:38:02.740Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-06T08:38:02.740Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-06T08:38:02.740Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-06T08:38:03.027Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-06T08:38:03.123Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-06T08:38:03.220Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-06T08:38:03.315Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-06T08:38:03.429Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-06T08:38:03.525Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-06T08:38:03.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-06T08:38:03.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-06T08:38:03.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-06T08:38:03.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-06T08:38:04.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-06T08:38:04.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-06T08:38:04.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-06T08:38:04.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-06T08:38:04.418Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-06T08:38:04.509Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-06T08:38:04.601Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-06T08:38:04.690Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-06T08:38:04.791Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-06T08:38:04.886Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-06T08:38:04.979Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-06T08:38:05.079Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-06T08:38:05.206Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2872 [Pipeline] echo [2020-11-06T08:38:05.303Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2872 [Pipeline] echo [2020-11-06T08:38:05.402Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2872 [Pipeline] echo [2020-11-06T08:38:05.509Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [Pipeline] echo [2020-11-06T08:38:05.639Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1a01ba7 [Pipeline] echo [2020-11-06T08:38:05.733Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-11-06T08:38:06.119Z] ++ 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-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/core-command/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/core-data/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-06T08:38:06.120Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-06T08:38:06.120Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-06T08:38:06.120Z] ++ cut -d/ -f2 [2020-11-06T08:38:06.120Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-06T08:38:06.199Z] 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-06T08:38:07.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T08:38:08.021Z] [2020-11-06T08:38:08.021Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:38:08.376Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T08:38:08.376Z] latest: Pulling from edgex-devops/git-semver [2020-11-06T08:38:08.376Z] 31603596830f: Pulling fs layer [2020-11-06T08:38:08.376Z] 2a8b12db71e7: Pulling fs layer [2020-11-06T08:38:08.376Z] 6ca5941a6612: Pulling fs layer [2020-11-06T08:38:08.376Z] ecc8261a40a4: Pulling fs layer [2020-11-06T08:38:08.376Z] ecc8261a40a4: Waiting [2020-11-06T08:38:08.376Z] 2a8b12db71e7: Verifying Checksum [2020-11-06T08:38:08.376Z] 2a8b12db71e7: Download complete [2020-11-06T08:38:08.639Z] 31603596830f: Download complete [2020-11-06T08:38:08.639Z] ecc8261a40a4: Verifying Checksum [2020-11-06T08:38:08.639Z] ecc8261a40a4: Download complete [2020-11-06T08:38:08.639Z] 6ca5941a6612: Verifying Checksum [2020-11-06T08:38:08.639Z] 6ca5941a6612: Download complete [2020-11-06T08:38:08.903Z] 31603596830f: Pull complete [2020-11-06T08:38:09.172Z] 2a8b12db71e7: Pull complete [2020-11-06T08:38:10.123Z] 6ca5941a6612: Pull complete [2020-11-06T08:38:10.123Z] ecc8261a40a4: Pull complete [2020-11-06T08:38:10.123Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-06T08:38:10.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-06T08:38:10.123Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-06T08:38:10.288Z] prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container [2020-11-06T08:38:10.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-06T08:38:12.925Z] $ docker top a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-06T08:38:13.247Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T08:38:13.247Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T08:38:13.489Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T08:38:13.494Z] $ docker exec a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a ssh-agent [2020-11-06T08:38:13.679Z] SSH_AUTH_SOCK=/tmp/ssh-9kHYcvydxoQQ/agent.12 [2020-11-06T08:38:13.679Z] SSH_AGENT_PID=18 [2020-11-06T08:38:13.693Z] Running ssh-add (command line suppressed) [2020-11-06T08:38:13.822Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_239309754010370506.key (/w/workspace/edgex-go/4@tmp/private_key_239309754010370506.key) [2020-11-06T08:38:13.878Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T08:38:14.226Z] + git tag --points-at HEAD [Pipeline] } [2020-11-06T08:38:14.253Z] $ docker exec --env ******** --env ******** a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a ssh-agent -k [2020-11-06T08:38:14.372Z] unset SSH_AUTH_SOCK; [2020-11-06T08:38:14.373Z] unset SSH_AGENT_PID; [2020-11-06T08:38:14.373Z] echo Agent pid 18 killed; [2020-11-06T08:38:14.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-06T08:38:14.580Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-06T08:38:14.580Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-06T08:38:14.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-06T08:38:14.747Z] $ docker exec a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a ssh-agent [2020-11-06T08:38:14.906Z] SSH_AUTH_SOCK=/tmp/ssh-e6147xmYhCof/agent.48 [2020-11-06T08:38:14.906Z] SSH_AGENT_PID=54 [2020-11-06T08:38:14.913Z] Running ssh-add (command line suppressed) [2020-11-06T08:38:15.030Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8446227570019394539.key (/w/workspace/edgex-go/4@tmp/private_key_8446227570019394539.key) [2020-11-06T08:38:15.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-06T08:38:15.432Z] + git semver init [2020-11-06T08:38:15.432Z] # -> Open(): unable to determine branch for HEAD [2020-11-06T08:38:15.432Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-11-06T08:38:15.432Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-11-06T08:38:15.432Z] # $SEMVER_REMOTE_NAME = origin [2020-11-06T08:38:15.432Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-06T08:38:15.432Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-06T08:38:15.432Z] # $SEMVER_BRANCH = PR-2872 [2020-11-06T08:38:15.432Z] # $SEMVER_TEMP = /tmp/semver-920210644 [2020-11-06T08:38:15.432Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-06T08:38:33.678Z] # '/tmp/semver-920210644' -> '/w/workspace/edgex-go/4/.semver' [2020-11-06T08:38:33.678Z] # -> Force: false [2020-11-06T08:38:33.678Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-11-06T08:38:33.704Z] $ docker exec --env ******** --env ******** a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a ssh-agent -k [2020-11-06T08:38:33.930Z] unset SSH_AUTH_SOCK; [2020-11-06T08:38:33.931Z] unset SSH_AGENT_PID; [2020-11-06T08:38:33.931Z] echo Agent pid 54 killed; [2020-11-06T08:38:34.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-06T08:38:34.472Z] + git semver [Pipeline] } [2020-11-06T08:38:34.491Z] $ docker stop --time=1 a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a [2020-11-06T08:38:36.016Z] $ docker rm -f a9b9a0c037adcc5a2d0f1634e7a221fe45ef77f55a616b77a017b328dd9e855a [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T08:38:36.555Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-06T08:38:37.140Z] Stashed 1 file(s) [Pipeline] echo [2020-11-06T08:38:37.144Z] [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-06T08:38:37.842Z] ========================================================= [2020-11-06T08:38:37.842Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-06T08:38:37.842Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:38:38.208Z] + 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-06T08:38:41.535Z] Sending build context to Docker daemon 325.8MB [2020-11-06T08:38:41.535Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-06T08:38:41.535Z] Step 2/7 : FROM ${BASE} [2020-11-06T08:38:41.535Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-06T08:38:41.535Z] df20fa9351a1: Pulling fs layer [2020-11-06T08:38:41.535Z] ed8968b2872e: Pulling fs layer [2020-11-06T08:38:41.535Z] a92cc7c5fd73: Pulling fs layer [2020-11-06T08:38:41.535Z] e871e8e8d7a9: Pulling fs layer [2020-11-06T08:38:41.535Z] e73272ec9a57: Pulling fs layer [2020-11-06T08:38:41.535Z] 1e910a182e73: Pulling fs layer [2020-11-06T08:38:41.535Z] 4e634b169226: Pulling fs layer [2020-11-06T08:38:41.535Z] e871e8e8d7a9: Waiting [2020-11-06T08:38:41.535Z] e73272ec9a57: Waiting [2020-11-06T08:38:41.535Z] 1e910a182e73: Waiting [2020-11-06T08:38:41.535Z] 4e634b169226: Waiting [2020-11-06T08:38:41.535Z] a92cc7c5fd73: Verifying Checksum [2020-11-06T08:38:41.535Z] a92cc7c5fd73: Download complete [2020-11-06T08:38:41.535Z] ed8968b2872e: Verifying Checksum [2020-11-06T08:38:41.535Z] ed8968b2872e: Download complete [2020-11-06T08:38:41.535Z] e73272ec9a57: Download complete [2020-11-06T08:38:41.535Z] 1e910a182e73: Download complete [2020-11-06T08:38:41.535Z] df20fa9351a1: Verifying Checksum [2020-11-06T08:38:41.535Z] df20fa9351a1: Download complete [2020-11-06T08:38:42.112Z] df20fa9351a1: Pull complete [2020-11-06T08:38:42.112Z] ed8968b2872e: Pull complete [2020-11-06T08:38:42.374Z] a92cc7c5fd73: Pull complete [2020-11-06T08:38:43.778Z] 4e634b169226: Verifying Checksum [2020-11-06T08:38:43.778Z] 4e634b169226: Download complete [2020-11-06T08:38:44.355Z] e871e8e8d7a9: Verifying Checksum [2020-11-06T08:38:44.355Z] e871e8e8d7a9: Download complete [2020-11-06T08:38:49.686Z] e871e8e8d7a9: Pull complete [2020-11-06T08:38:49.686Z] e73272ec9a57: Pull complete [2020-11-06T08:38:49.686Z] 1e910a182e73: Pull complete [2020-11-06T08:38:52.530Z] Still waiting to schedule task [2020-11-06T08:38:52.530Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline [2020-11-06T08:38:57.855Z] 4e634b169226: Pull complete [2020-11-06T08:38:57.855Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-06T08:38:57.855Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-06T08:38:57.855Z] ---> f7629b54cfaa [2020-11-06T08:38:57.855Z] 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-06T08:38:57.855Z] ---> Running in f86b97202fc3 [2020-11-06T08:38:58.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:38:59.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:39:00.394Z] (1/12) Installing libmagic (5.38-r0) [2020-11-06T08:39:00.656Z] (2/12) Installing file (5.38-r0) [2020-11-06T08:39:00.656Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-06T08:39:00.656Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-06T08:39:05.972Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-06T08:39:05.972Z] (6/12) Installing patch (2.7.6-r6) [2020-11-06T08:39:05.972Z] (7/12) Installing build-base (0.5-r2) [2020-11-06T08:39:05.972Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-06T08:39:05.972Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-06T08:39:05.972Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-06T08:39:05.972Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-06T08:39:06.235Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-06T08:39:06.235Z] Executing busybox-1.31.1-r16.trigger [2020-11-06T08:39:06.235Z] OK: 233 MiB in 51 packages [2020-11-06T08:39:09.548Z] Removing intermediate container f86b97202fc3 [2020-11-06T08:39:09.548Z] ---> bb43dca56ee1 [2020-11-06T08:39:09.548Z] Step 4/7 : WORKDIR /edgex-go [2020-11-06T08:39:09.548Z] ---> Running in 59cb68180c94 [2020-11-06T08:39:09.810Z] Removing intermediate container 59cb68180c94 [2020-11-06T08:39:09.810Z] ---> 1d2871de6347 [2020-11-06T08:39:09.810Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-06T08:39:10.073Z] latest: Pulling from library/docker [2020-11-06T08:39:10.338Z] 188c0c94c7c5: Pulling fs layer [2020-11-06T08:39:10.338Z] 0c7c675703d6: Pulling fs layer [2020-11-06T08:39:10.338Z] cc8c12a437cb: Pulling fs layer [2020-11-06T08:39:10.338Z] c5dafad2182a: Pulling fs layer [2020-11-06T08:39:10.338Z] 5aa711733414: Pulling fs layer [2020-11-06T08:39:10.338Z] 058f73b55e4b: Pulling fs layer [2020-11-06T08:39:10.338Z] 8c9c664faf12: Pulling fs layer [2020-11-06T08:39:10.338Z] c5dafad2182a: Waiting [2020-11-06T08:39:10.338Z] 8c9c664faf12: Waiting [2020-11-06T08:39:10.338Z] 5aa711733414: Waiting [2020-11-06T08:39:10.338Z] 058f73b55e4b: Waiting [2020-11-06T08:39:10.338Z] cc8c12a437cb: Verifying Checksum [2020-11-06T08:39:10.338Z] cc8c12a437cb: Download complete [2020-11-06T08:39:10.338Z] 0c7c675703d6: Verifying Checksum [2020-11-06T08:39:10.338Z] 0c7c675703d6: Download complete [2020-11-06T08:39:10.338Z] 188c0c94c7c5: Verifying Checksum [2020-11-06T08:39:10.338Z] 188c0c94c7c5: Download complete [2020-11-06T08:39:10.604Z] 5aa711733414: Download complete [2020-11-06T08:39:10.604Z] 058f73b55e4b: Verifying Checksum [2020-11-06T08:39:10.604Z] 058f73b55e4b: Download complete [2020-11-06T08:39:10.604Z] 188c0c94c7c5: Pull complete [2020-11-06T08:39:10.604Z] 8c9c664faf12: Verifying Checksum [2020-11-06T08:39:10.604Z] 8c9c664faf12: Download complete [2020-11-06T08:39:10.868Z] 0c7c675703d6: Pull complete [2020-11-06T08:39:11.130Z] cc8c12a437cb: Pull complete [2020-11-06T08:39:11.130Z] c5dafad2182a: Verifying Checksum [2020-11-06T08:39:11.130Z] c5dafad2182a: Download complete [2020-11-06T08:39:14.492Z] c5dafad2182a: Pull complete [2020-11-06T08:39:14.492Z] 5aa711733414: Pull complete [2020-11-06T08:39:14.492Z] 058f73b55e4b: Pull complete [2020-11-06T08:39:14.492Z] 8c9c664faf12: Pull complete [2020-11-06T08:39:14.492Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-06T08:39:14.492Z] Status: Downloaded newer image for docker:latest [2020-11-06T08:39:15.885Z] ---> ed0947ca7f20 [2020-11-06T08:39:15.885Z] Step 6/7 : COPY go.mod . [2020-11-06T08:39:15.885Z] ---> a6c0319534cc [2020-11-06T08:39:15.885Z] Step 7/7 : RUN go mod download [2020-11-06T08:39:16.162Z] ---> Running in 62a7e54235df [2020-11-06T08:39:38.184Z] Removing intermediate container 62a7e54235df [2020-11-06T08:39:38.184Z] ---> afa7267b428d [2020-11-06T08:39:38.184Z] Successfully built afa7267b428d [2020-11-06T08:39:38.184Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:39:38.508Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-06T08:39:38.508Z] . [Pipeline] withDockerContainer [2020-11-06T08:39:38.610Z] prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container [2020-11-06T08:39:38.661Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-06T08:39:39.462Z] $ docker top abe2dcb8ae189372c29147556304a9f848f0e3c95817a8bc3ba9d1f9d4bc8737 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T08:39:40.002Z] + go version [2020-11-06T08:39:40.002Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-06T08:39:40.018Z] $ docker stop --time=1 abe2dcb8ae189372c29147556304a9f848f0e3c95817a8bc3ba9d1f9d4bc8737 [2020-11-06T08:39:41.368Z] $ docker rm -f abe2dcb8ae189372c29147556304a9f848f0e3c95817a8bc3ba9d1f9d4bc8737 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:39:42.262Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-06T08:39:42.263Z] . [Pipeline] withDockerContainer [2020-11-06T08:39:42.396Z] prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container [2020-11-06T08:39:42.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-06T08:39:43.291Z] $ docker top a2bf2ca76d042579757a427cd61e0afc428ad217e712fb2db7f9fa381f641ecd -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-06T08:39:43.499Z] ========================================================= [2020-11-06T08:39:43.499Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-06T08:39:43.499Z] ========================================================= [Pipeline] sh [2020-11-06T08:39:43.795Z] + make test [2020-11-06T08:39:43.796Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-06T08:39:53.855Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-06T08:40:06.227Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-06T08:40:14.500Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-06T08:40:14.500Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-06T08:40:14.500Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-06T08:40:14.500Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-06T08:40:14.500Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-06T08:40:15.904Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.061s [2020-11-06T08:40:15.904Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-06T08:40:15.904Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-06T08:40:16.172Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-06T08:40:16.764Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-06T08:40:16.764Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-06T08:40:16.764Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-06T08:40:16.764Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-06T08:40:19.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements [2020-11-06T08:40:19.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-06T08:40:19.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-06T08:40:19.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-06T08:40:19.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-06T08:40:19.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-06T08:40:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.151s coverage: 27.1% of statements [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-06T08:40:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-06T08:40:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-06T08:40:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.407s coverage: 66.0% of statements [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-06T08:40:23.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.102s coverage: 84.5% of statements [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-06T08:40:23.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-06T08:40:25.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements [2020-11-06T08:40:25.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-06T08:40:25.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-06T08:40:25.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-06T08:40:25.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-06T08:40:25.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-06T08:40:25.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements [2020-11-06T08:40:25.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-06T08:40:25.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements [2020-11-06T08:40:25.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-06T08:40:25.559Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2020-11-06T08:40:25.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-06T08:40:26.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.151s coverage: 97.5% of statements [2020-11-06T08:40:26.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-06T08:40:26.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 100.0% of statements [2020-11-06T08:40:26.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-06T08:40:26.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-06T08:40:26.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-06T08:40:26.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-06T08:40:27.500Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.262s coverage: 95.7% of statements [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-06T08:40:27.500Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-06T08:40:27.500Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.0% of statements [no tests to run] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-06T08:40:27.500Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-06T08:40:27.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.5% of statements [2020-11-06T08:40:27.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-06T08:40:27.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-06T08:40:27.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2020-11-06T08:40:27.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements [2020-11-06T08:40:28.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2020-11-06T08:40:28.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2020-11-06T08:40:28.303Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2020-11-06T08:40:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.354s coverage: 55.9% of statements [2020-11-06T08:40:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-06T08:40:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-06T08:40:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-06T08:40:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-06T08:40:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-06T08:40:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-06T08:40:30.810Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11357 in /w/workspace/edgexfoundry_edgex-go_PR-2872 [Pipeline] { [Pipeline] ws [2020-11-06T08:40:30.885Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-11-06T08:40:36.032Z] using credential edgex-jenkins-ssh [2020-11-06T08:40:36.101Z] Cloning the remote Git repository [2020-11-06T08:40:36.161Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-06T08:40:36.281Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-11-06T08:40:36.360Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-06T08:40:36.361Z] > git --version # timeout=10 [2020-11-06T08:40:36.382Z] > git --version # 'git version 2.17.1' [2020-11-06T08:40:36.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T08:40:36.458Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T08:40:38.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.534s coverage: 86.3% of statements [2020-11-06T08:40:38.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-06T08:40:38.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.079s coverage: 72.2% of statements [2020-11-06T08:40:38.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.424s coverage: 72.1% of statements [2020-11-06T08:40:38.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.055s coverage: 82.4% of statements [2020-11-06T08:40:38.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.044s coverage: 48.4% of statements [2020-11-06T08:40:38.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-06T08:40:38.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-06T08:40:38.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-06T08:40:38.002Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements [2020-11-06T08:40:38.002Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.055s coverage: 96.8% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 36.5% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.256s coverage: 84.1% of statements [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.057s coverage: 42.9% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.045s coverage: 83.8% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.113s coverage: 47.1% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.695s coverage: 29.1% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-06T08:40:38.003Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-06T08:40:38.003Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-06T08:40:38.265Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2020-11-06T08:40:38.528Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements [2020-11-06T08:40:38.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-11-06T08:40:39.053Z] GO111MODULE=on go vet ./... [2020-11-06T08:40:52.428Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-06T08:40:52.452Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T08:40:52.479Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-06T08:40:52.530Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-06T08:40:52.531Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T08:40:52.544Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2872/head:refs/remotes/origin/PR-2872 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-06T08:40:53.231Z] Merging remotes/origin/master commit 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac into PR head commit 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:40:53.816Z] Merge succeeded, producing 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:40:53.817Z] Checking out Revision 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c (PR-2872) [2020-11-06T08:40:53.256Z] > git config core.sparsecheckout # timeout=10 [2020-11-06T08:40:53.277Z] > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # timeout=10 [2020-11-06T08:40:53.636Z] > git remote # timeout=10 [2020-11-06T08:40:53.662Z] > git config --get remote.origin.url # timeout=10 [2020-11-06T08:40:53.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T08:40:53.712Z] > git merge 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac # timeout=10 [2020-11-06T08:40:53.777Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-06T08:40:53.828Z] > git config core.sparsecheckout # timeout=10 [2020-11-06T08:40:53.863Z] > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # timeout=10 [2020-11-06T08:40:58.390Z] Commit message: "fix(metadata): fix V2 API int overflow error on 32bit ARM build" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-11-06T08:40:59.440Z] ========================================================= [2020-11-06T08:40:59.440Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-06T08:40:59.440Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:41:00.506Z] + 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-06T08:41:01.184Z] gofmt -l . [2020-11-06T08:41:01.184Z] [ "`gofmt -l .`" = "" ] [2020-11-06T08:41:01.447Z] ./bin/test-go-mod-tidy.sh [2020-11-06T08:41:02.026Z] ./bin/test-attribution-txt.sh [2020-11-06T08:41:03.146Z] Sending build context to Docker daemon 165.3MB [2020-11-06T08:41:03.146Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-06T08:41:03.146Z] Step 2/7 : FROM ${BASE} [2020-11-06T08:41:03.749Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-06T08:41:03.749Z] b538f80385f9: Pulling fs layer [2020-11-06T08:41:03.749Z] 74f711af9a0d: Pulling fs layer [2020-11-06T08:41:03.749Z] 99f96fe45779: Pulling fs layer [2020-11-06T08:41:03.749Z] 8529a6b9a6be: Pulling fs layer [2020-11-06T08:41:03.749Z] 45590311c82a: Pulling fs layer [2020-11-06T08:41:03.749Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-06T08:41:03.749Z] 209524e5b208: Pulling fs layer [2020-11-06T08:41:03.749Z] 8529a6b9a6be: Waiting [2020-11-06T08:41:03.749Z] 45590311c82a: Waiting [2020-11-06T08:41:03.749Z] 69ca0ff8b7b3: Waiting [2020-11-06T08:41:03.749Z] 209524e5b208: Waiting [2020-11-06T08:41:03.749Z] 99f96fe45779: Verifying Checksum [2020-11-06T08:41:03.749Z] 99f96fe45779: Download complete [2020-11-06T08:41:03.749Z] 74f711af9a0d: Verifying Checksum [2020-11-06T08:41:03.749Z] 74f711af9a0d: Download complete [2020-11-06T08:41:03.749Z] 45590311c82a: Verifying Checksum [2020-11-06T08:41:03.749Z] 45590311c82a: Download complete [2020-11-06T08:41:03.749Z] 69ca0ff8b7b3: Download complete [2020-11-06T08:41:03.749Z] b538f80385f9: Download complete [Pipeline] sh [2020-11-06T08:41:04.251Z] + ls -al . [2020-11-06T08:41:04.251Z] total 632 [2020-11-06T08:41:04.251Z] drwxrwxr-x 10 1001 1001 4096 Nov 6 08:41 . [2020-11-06T08:41:04.251Z] drwxr-xr-x 4 root root 28 Nov 6 08:39 .. [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 11 Nov 6 08:37 .dockerignore [2020-11-06T08:41:04.251Z] drwxrwxr-x 8 1001 1001 179 Nov 6 08:37 .git [2020-11-06T08:41:04.251Z] drwxrwxr-x 3 1001 1001 125 Nov 6 08:37 .github [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 944 Nov 6 08:37 .gitignore [2020-11-06T08:41:04.251Z] drwx------ 3 1001 1001 47 Nov 6 08:38 .semver [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 166 Nov 6 08:37 .sonarcloud.properties [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 3804 Nov 6 08:37 CONTRIBUTING.md [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 1035 Nov 6 08:37 Dockerfile.build [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 863 Nov 6 08:37 Jenkinsfile [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 10775 Nov 6 08:37 LICENSE [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 6611 Nov 6 08:37 Makefile [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 6447 Nov 6 08:37 README.md [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 259 Nov 6 08:37 SECURITY.md [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 5 Nov 6 08:38 VERSION [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 4131 Nov 6 08:37 ZMQWindows.md [2020-11-06T08:41:04.251Z] drwxrwxr-x 2 1001 1001 117 Nov 6 08:37 bin [2020-11-06T08:41:04.251Z] drwxrwxr-x 15 1001 1001 4096 Nov 6 08:37 cmd [2020-11-06T08:41:04.251Z] -rw-r--r-- 1 root root 539650 Nov 6 08:40 coverage.out [2020-11-06T08:41:04.251Z] -rw-r--r-- 1 root root 1041 Nov 6 08:41 go.mod [2020-11-06T08:41:04.251Z] -rw-r--r-- 1 root root 18582 Nov 6 08:41 go.sum [2020-11-06T08:41:04.251Z] drwxrwxr-x 8 1001 1001 127 Nov 6 08:37 internal [2020-11-06T08:41:04.251Z] drwxrwxr-x 4 1001 1001 26 Nov 6 08:37 openapi [2020-11-06T08:41:04.251Z] drwxrwxr-x 4 1001 1001 71 Nov 6 08:37 snap [2020-11-06T08:41:04.251Z] -rw-rw-r-- 1 1001 1001 168 Nov 6 08:37 version.go [Pipeline] sh [2020-11-06T08:41:04.356Z] b538f80385f9: Pull complete [2020-11-06T08:41:04.554Z] + '[' -e coverage.out ] [2020-11-06T08:41:04.554Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-06T08:41:04.793Z] Stashed 1 file(s) [Pipeline] sh [2020-11-06T08:41:04.966Z] 74f711af9a0d: Pull complete [2020-11-06T08:41:05.154Z] + make build [2020-11-06T08:41:05.154Z] 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-06T08:41:05.570Z] 99f96fe45779: Pull complete [2020-11-06T08:41:05.854Z] 209524e5b208: Verifying Checksum [2020-11-06T08:41:05.854Z] 209524e5b208: Download complete [2020-11-06T08:41:07.292Z] 8529a6b9a6be: Verifying Checksum [2020-11-06T08:41:07.292Z] 8529a6b9a6be: Download complete [2020-11-06T08:41:14.049Z] 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-06T08:41:17.473Z] 8529a6b9a6be: Pull complete [2020-11-06T08:41:18.071Z] 45590311c82a: Pull complete [2020-11-06T08:41:18.283Z] 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-06T08:41:18.345Z] 69ca0ff8b7b3: Pull complete [2020-11-06T08:41:18.862Z] 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-06T08:41:20.265Z] 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-06T08:41:21.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-06T08:41:21.933Z] 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-06T08:41:22.665Z] 209524e5b208: Pull complete [2020-11-06T08:41:22.665Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-06T08:41:22.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-06T08:41:22.665Z] ---> 5bddaf1c2fca [2020-11-06T08:41:22.665Z] 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-06T08:41:23.346Z] 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-06T08:41:24.745Z] 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-06T08:41:25.286Z] ---> Running in aac307661d62 [2020-11-06T08:41:25.696Z] 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-06T08:41:26.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:41:27.087Z] 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-06T08:41:27.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:41:28.040Z] 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-06T08:41:28.318Z] (1/12) Installing libmagic (5.38-r0) [2020-11-06T08:41:28.588Z] (2/12) Installing file (5.38-r0) [2020-11-06T08:41:28.859Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-06T08:41:28.859Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-06T08:41:29.001Z] 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 [Pipeline] } [2020-11-06T08:41:29.969Z] $ docker stop --time=1 a2bf2ca76d042579757a427cd61e0afc428ad217e712fb2db7f9fa381f641ecd [2020-11-06T08:41:32.069Z] $ docker rm -f a2bf2ca76d042579757a427cd61e0afc428ad217e712fb2db7f9fa381f641ecd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-11-06T08:41:34.245Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-06T08:41:34.245Z] (6/12) Installing patch (2.7.6-r6) [2020-11-06T08:41:34.245Z] (7/12) Installing build-base (0.5-r2) [2020-11-06T08:41:34.245Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-06T08:41:34.245Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-06T08:41:34.245Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-06T08:41:34.245Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-06T08:41:34.245Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-06T08:41:34.245Z] Executing busybox-1.31.1-r16.trigger [2020-11-06T08:41:34.245Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:41:35.701Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-06T08:41:35.701Z] [2020-11-06T08:41:35.701Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:41:36.059Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-06T08:41:36.059Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-06T08:41:36.059Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-06T08:41:36.059Z] ca9280d653b3: Pulling fs layer [2020-11-06T08:41:36.059Z] 7e9c9ca2126c: Pulling fs layer [2020-11-06T08:41:36.323Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-06T08:41:36.323Z] cbdbe7a5bc2a: Download complete [2020-11-06T08:41:36.586Z] ca9280d653b3: Verifying Checksum [2020-11-06T08:41:36.586Z] ca9280d653b3: Download complete [2020-11-06T08:41:36.586Z] cbdbe7a5bc2a: Pull complete [2020-11-06T08:41:37.990Z] ca9280d653b3: Pull complete [2020-11-06T08:41:37.990Z] 7e9c9ca2126c: Verifying Checksum [2020-11-06T08:41:37.990Z] 7e9c9ca2126c: Download complete [2020-11-06T08:41:38.568Z] Removing intermediate container aac307661d62 [2020-11-06T08:41:38.568Z] ---> 5d2396966b98 [2020-11-06T08:41:38.568Z] Step 4/7 : WORKDIR /edgex-go [2020-11-06T08:41:38.842Z] ---> Running in c3d27774efc4 [2020-11-06T08:41:39.115Z] Removing intermediate container c3d27774efc4 [2020-11-06T08:41:39.115Z] ---> 5af8be666ac1 [2020-11-06T08:41:39.115Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-06T08:41:39.714Z] latest: Pulling from library/docker [2020-11-06T08:41:39.714Z] 5f621e34cdf4: Pulling fs layer [2020-11-06T08:41:39.714Z] 85db56a05063: Pulling fs layer [2020-11-06T08:41:39.714Z] ccb67d6aeaaa: Pulling fs layer [2020-11-06T08:41:39.714Z] a0b19fc83503: Pulling fs layer [2020-11-06T08:41:39.714Z] 8eb508b41278: Pulling fs layer [2020-11-06T08:41:39.714Z] 37236713561e: Pulling fs layer [2020-11-06T08:41:39.714Z] 07c93f2b1b56: Pulling fs layer [2020-11-06T08:41:39.714Z] a0b19fc83503: Waiting [2020-11-06T08:41:39.714Z] 8eb508b41278: Waiting [2020-11-06T08:41:39.714Z] 07c93f2b1b56: Waiting [2020-11-06T08:41:39.714Z] 37236713561e: Waiting [2020-11-06T08:41:39.993Z] 85db56a05063: Verifying Checksum [2020-11-06T08:41:39.993Z] 85db56a05063: Download complete [2020-11-06T08:41:39.993Z] ccb67d6aeaaa: Verifying Checksum [2020-11-06T08:41:39.993Z] ccb67d6aeaaa: Download complete [2020-11-06T08:41:39.993Z] 5f621e34cdf4: Download complete [2020-11-06T08:41:39.993Z] 8eb508b41278: Verifying Checksum [2020-11-06T08:41:39.993Z] 8eb508b41278: Download complete [2020-11-06T08:41:40.269Z] 37236713561e: Verifying Checksum [2020-11-06T08:41:40.269Z] 37236713561e: Download complete [2020-11-06T08:41:40.269Z] 07c93f2b1b56: Verifying Checksum [2020-11-06T08:41:40.269Z] 07c93f2b1b56: Download complete [2020-11-06T08:41:40.545Z] 5f621e34cdf4: Pull complete [2020-11-06T08:41:41.154Z] 85db56a05063: Pull complete [2020-11-06T08:41:41.753Z] ccb67d6aeaaa: Pull complete [2020-11-06T08:41:41.753Z] a0b19fc83503: Verifying Checksum [2020-11-06T08:41:41.753Z] a0b19fc83503: Download complete [2020-11-06T08:41:44.597Z] 7e9c9ca2126c: Pull complete [2020-11-06T08:41:44.598Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-06T08:41:44.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-06T08:41:44.598Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-06T08:41:44.727Z] prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container [2020-11-06T08:41:44.774Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-06T08:41:45.144Z] a0b19fc83503: Pull complete [2020-11-06T08:41:45.419Z] 8eb508b41278: Pull complete [2020-11-06T08:41:45.657Z] $ docker top cd8bbce02bda63358cd58010633612b727efb6b1a1b9866e44650bc687272041 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T08:41:46.018Z] 37236713561e: Pull complete [2020-11-06T08:41:46.167Z] + docker-compose build --help [2020-11-06T08:41:46.167Z] + grep parallel [2020-11-06T08:41:46.292Z] 07c93f2b1b56: Pull complete [2020-11-06T08:41:46.292Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-06T08:41:46.292Z] Status: Downloaded newer image for docker:latest [2020-11-06T08:41:47.114Z] --parallel Build images in parallel. [Pipeline] } [2020-11-06T08:41:47.129Z] $ docker stop --time=1 cd8bbce02bda63358cd58010633612b727efb6b1a1b9866e44650bc687272041 [2020-11-06T08:41:48.516Z] $ docker rm -f cd8bbce02bda63358cd58010633612b727efb6b1a1b9866e44650bc687272041 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:41:49.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-06T08:41:49.209Z] . [Pipeline] withDockerContainer [2020-11-06T08:41:49.301Z] prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container [2020-11-06T08:41:49.356Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-06T08:41:49.685Z] ---> 1a095ec3bfd7 [2020-11-06T08:41:49.685Z] Step 6/7 : COPY go.mod . [2020-11-06T08:41:50.089Z] $ docker top 4e5958dafee6c8f4f10fdc22b3e5d49c1e9353ff11f6e2da90b6d563cf0c7a62 -eo pid,comm [Pipeline] { [2020-11-06T08:41:50.284Z] ---> 6313e5bc89d2 [2020-11-06T08:41:50.284Z] Step 7/7 : RUN go mod download [Pipeline] sh [2020-11-06T08:41:50.564Z] ---> Running in 3093d101f267 [2020-11-06T08:41:50.605Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-06T08:41:51.552Z] Building docker-core-command-go ... [2020-11-06T08:41:51.552Z] Building docker-core-data-go ... [2020-11-06T08:41:51.552Z] Building docker-core-metadata-go ... [2020-11-06T08:41:51.552Z] Building docker-security-bootstrap-redis-go ... [2020-11-06T08:41:51.552Z] Building docker-security-proxy-setup-go ... [2020-11-06T08:41:51.552Z] Building docker-security-secrets-setup-go ... [2020-11-06T08:41:51.552Z] Building docker-security-secretstore-setup-go ... [2020-11-06T08:41:51.552Z] Building docker-support-logging-go ... [2020-11-06T08:41:51.552Z] Building docker-support-notifications-go ... [2020-11-06T08:41:51.552Z] Building docker-support-scheduler-go ... [2020-11-06T08:41:51.552Z] Building docker-sys-mgmt-agent-go ... [2020-11-06T08:41:51.552Z] Building docker-core-data-go [2020-11-06T08:41:51.552Z] Building docker-security-proxy-setup-go [2020-11-06T08:41:51.552Z] Building docker-support-notifications-go [2020-11-06T08:41:51.552Z] Building docker-core-command-go [2020-11-06T08:41:51.552Z] Building docker-support-logging-go [2020-11-06T08:42:17.362Z] Removing intermediate container 3093d101f267 [2020-11-06T08:42:17.362Z] ---> 774544b9bcf3 [2020-11-06T08:42:17.362Z] Successfully built 774544b9bcf3 [2020-11-06T08:42:17.362Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:42:17.773Z] + docker inspect -f . ci-base-image-arm64 [2020-11-06T08:42:17.773Z] . [Pipeline] withDockerContainer [2020-11-06T08:42:18.056Z] prd-ubuntu18.04-docker-arm64-4c-16g-11357 does not seem to be running inside a container [2020-11-06T08:42:18.147Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-06T08:42:20.096Z] $ docker top 03841f5cf2c784587baa13a899bc92f3a9593842488f2a9de9dffcdf328feb6e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T08:42:21.505Z] + go version [2020-11-06T08:42:21.505Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-06T08:42:21.537Z] $ docker stop --time=1 03841f5cf2c784587baa13a899bc92f3a9593842488f2a9de9dffcdf328feb6e [2020-11-06T08:42:23.665Z] $ docker rm -f 03841f5cf2c784587baa13a899bc92f3a9593842488f2a9de9dffcdf328feb6e [2020-11-06T08:42:23.846Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:42:23.846Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:42:23.846Z] ---> afa7267b428d [2020-11-06T08:42:23.846Z] Step 3/23 : WORKDIR /edgex-go [2020-11-06T08:42:23.846Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:42:23.846Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:42:23.846Z] ---> afa7267b428d [2020-11-06T08:42:23.846Z] Step 3/24 : WORKDIR /edgex-go [2020-11-06T08:42:23.846Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:42:23.846Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:42:23.846Z] ---> afa7267b428d [2020-11-06T08:42:23.846Z] Step 3/22 : WORKDIR /edgex-go [2020-11-06T08:42:23.846Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:42:23.846Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:42:23.846Z] ---> afa7267b428d [2020-11-06T08:42:23.846Z] Step 3/22 : WORKDIR /edgex-go [2020-11-06T08:42:23.846Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:42:23.846Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:42:23.846Z] ---> afa7267b428d [2020-11-06T08:42:23.846Z] Step 3/20 : WORKDIR /edgex-go [2020-11-06T08:42:23.846Z] ---> Running in 14bd40590963 [2020-11-06T08:42:23.846Z] ---> Running in 5899e29e4588 [2020-11-06T08:42:23.846Z] ---> Running in 4fe40ec947ae [2020-11-06T08:42:23.846Z] ---> Running in 5c6729e20f3d [2020-11-06T08:42:23.846Z] ---> Running in 826e7b0cb8f2 [2020-11-06T08:42:23.846Z] Removing intermediate container 14bd40590963 [2020-11-06T08:42:23.846Z] ---> f1a288af02f8 [2020-11-06T08:42:23.846Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:42:23.846Z] Removing intermediate container 4fe40ec947ae [2020-11-06T08:42:23.846Z] ---> ca70a65cd639 [2020-11-06T08:42:23.846Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:42:23.846Z] Removing intermediate container 5c6729e20f3d [2020-11-06T08:42:23.846Z] ---> d04a19b24d4d [2020-11-06T08:42:23.846Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:42:23.846Z] Removing intermediate container 826e7b0cb8f2 [2020-11-06T08:42:23.846Z] ---> bd9da9105937 [2020-11-06T08:42:23.846Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:42:23.846Z] Removing intermediate container 5899e29e4588 [2020-11-06T08:42:23.846Z] ---> e87155581b5e [2020-11-06T08:42:23.846Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:42:23.846Z] ---> Running in 300b9cae8ddd [2020-11-06T08:42:23.846Z] ---> Running in a5060759885a [2020-11-06T08:42:23.846Z] ---> Running in f76cdfb602c9 [2020-11-06T08:42:23.846Z] ---> Running in b1fe1e68b297 [2020-11-06T08:42:23.846Z] ---> Running in 02d4dcfa72a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:42:24.717Z] + docker inspect -f . ci-base-image-arm64 [2020-11-06T08:42:24.717Z] . [Pipeline] withDockerContainer [2020-11-06T08:42:24.996Z] prd-ubuntu18.04-docker-arm64-4c-16g-11357 does not seem to be running inside a container [2020-11-06T08:42:25.090Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-06T08:42:25.786Z] Removing intermediate container a5060759885a [2020-11-06T08:42:25.786Z] ---> f5df8f7dc4fb [2020-11-06T08:42:25.786Z] Step 5/20 : RUN apk update && apk add make git [2020-11-06T08:42:25.786Z] Removing intermediate container 300b9cae8ddd [2020-11-06T08:42:25.786Z] ---> a7357e88e264 [2020-11-06T08:42:25.786Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-06T08:42:25.786Z] ---> Running in 476bcfcff5fd [2020-11-06T08:42:26.058Z] Removing intermediate container b1fe1e68b297 [2020-11-06T08:42:26.058Z] ---> eb22499f927a [2020-11-06T08:42:26.058Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-06T08:42:26.058Z] ---> Running in 3b03eff435f3 [2020-11-06T08:42:26.058Z] Removing intermediate container f76cdfb602c9 [2020-11-06T08:42:26.058Z] ---> 789f59a3257e [2020-11-06T08:42:26.058Z] Step 5/22 : RUN apk update && apk add make git [2020-11-06T08:42:26.334Z] Removing intermediate container 02d4dcfa72a4 [2020-11-06T08:42:26.334Z] ---> 0376141422f7 [2020-11-06T08:42:26.334Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-06T08:42:26.334Z] ---> Running in 4e81c9269f55 [2020-11-06T08:42:26.334Z] ---> Running in 077a8fdaddcf [2020-11-06T08:42:26.534Z] $ docker top 6b7781e0832ec9f94ebe846e09a8fdae506ec714ff8f8e7bc4f034aaeff3ebf2 -eo pid,comm [2020-11-06T08:42:26.614Z] ---> Running in 0d02964e8c56 [2020-11-06T08:42:26.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo [2020-11-06T08:42:26.971Z] ========================================================= [2020-11-06T08:42:26.971Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-06T08:42:26.971Z] ========================================================= [Pipeline] sh [2020-11-06T08:42:27.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:42:27.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:42:27.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:42:27.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:42:27.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:42:27.616Z] + make test [2020-11-06T08:42:27.616Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-06T08:42:27.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:42:27.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:42:27.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:42:28.206Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:42:28.206Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:42:28.206Z] OK: 12752 distinct packages available [2020-11-06T08:42:28.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:42:28.206Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:42:28.206Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:42:28.206Z] OK: 12752 distinct packages available [2020-11-06T08:42:28.482Z] OK: 233 MiB in 51 packages [2020-11-06T08:42:28.482Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:42:28.482Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:42:28.482Z] OK: 12752 distinct packages available [2020-11-06T08:42:28.482Z] OK: 233 MiB in 51 packages [2020-11-06T08:42:28.482Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:42:28.482Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:42:28.482Z] OK: 12752 distinct packages available [2020-11-06T08:42:28.753Z] OK: 233 MiB in 51 packages [2020-11-06T08:42:28.753Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:42:28.753Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:42:28.753Z] OK: 12752 distinct packages available [2020-11-06T08:42:28.753Z] OK: 233 MiB in 51 packages [2020-11-06T08:42:29.020Z] Removing intermediate container 476bcfcff5fd [2020-11-06T08:42:29.020Z] ---> 7797b84f1782 [2020-11-06T08:42:29.020Z] Step 6/20 : COPY go.mod . [2020-11-06T08:42:29.020Z] OK: 233 MiB in 51 packages [2020-11-06T08:42:29.020Z] OK: 233 MiB in 51 packages [2020-11-06T08:42:29.284Z] Removing intermediate container 3b03eff435f3 [2020-11-06T08:42:29.284Z] ---> 28ae8744d1d5 [2020-11-06T08:42:29.284Z] Step 6/24 : COPY go.mod . [2020-11-06T08:42:29.284Z] ---> 93167671ef12 [2020-11-06T08:42:29.284Z] Step 7/20 : RUN go mod download [2020-11-06T08:42:29.548Z] Removing intermediate container 4e81c9269f55 [2020-11-06T08:42:29.548Z] ---> ee022b5e2e08 [2020-11-06T08:42:29.548Z] Step 6/22 : COPY go.mod . [2020-11-06T08:42:29.811Z] ---> Running in 9672d76ebd6c [2020-11-06T08:42:29.811Z] ---> fba9848a10ea [2020-11-06T08:42:29.811Z] Step 7/24 : RUN go mod download [2020-11-06T08:42:30.074Z] ---> Running in 99f5a463624d [2020-11-06T08:42:30.074Z] ---> 2d789b25161e [2020-11-06T08:42:30.074Z] Step 7/22 : RUN go mod download [2020-11-06T08:42:30.361Z] Removing intermediate container 0d02964e8c56 [2020-11-06T08:42:30.361Z] ---> ea2cee48b7db [2020-11-06T08:42:30.361Z] Step 6/23 : COPY go.mod . [2020-11-06T08:42:30.361Z] Removing intermediate container 077a8fdaddcf [2020-11-06T08:42:30.361Z] ---> a4652e77de3d [2020-11-06T08:42:30.361Z] Step 6/22 : COPY go.mod . [2020-11-06T08:42:30.361Z] ---> Running in ae0e3a9a49f1 [2020-11-06T08:42:30.625Z] ---> ee26b060b045 [2020-11-06T08:42:30.625Z] Step 7/23 : RUN go mod download [2020-11-06T08:42:30.890Z] ---> Running in 84748b3bc837 [2020-11-06T08:42:30.890Z] ---> 2f2aa15ebac0 [2020-11-06T08:42:30.890Z] Step 7/22 : RUN go mod download [2020-11-06T08:42:31.847Z] ---> Running in 97d140484ba1 [2020-11-06T08:42:32.163Z] Removing intermediate container 99f5a463624d [2020-11-06T08:42:32.163Z] ---> ff692635c100 [2020-11-06T08:42:32.163Z] Step 8/24 : COPY . . [2020-11-06T08:42:32.436Z] Removing intermediate container 9672d76ebd6c [2020-11-06T08:42:32.436Z] ---> 120ead3932ab [2020-11-06T08:42:32.436Z] Step 8/20 : COPY . . [2020-11-06T08:42:32.706Z] Removing intermediate container ae0e3a9a49f1 [2020-11-06T08:42:32.706Z] ---> 18e4c051ee6f [2020-11-06T08:42:32.706Z] Step 8/22 : COPY . . [2020-11-06T08:42:36.949Z] Removing intermediate container 84748b3bc837 [2020-11-06T08:42:36.949Z] ---> 0988930d5cea [2020-11-06T08:42:36.949Z] Step 8/23 : COPY . . [2020-11-06T08:42:45.599Z] Removing intermediate container 97d140484ba1 [2020-11-06T08:42:45.599Z] ---> 75808e048cfc [2020-11-06T08:42:45.599Z] Step 8/22 : COPY . . [2020-11-06T08:42:49.820Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-06T08:43:12.293Z] ---> 24212732c96b [2020-11-06T08:43:12.293Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-06T08:43:12.293Z] ---> 6b14c794104b [2020-11-06T08:43:12.293Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-06T08:43:12.867Z] ---> e21081fcac04 [2020-11-06T08:43:12.867Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-06T08:43:13.821Z] ---> Running in 2b74e4ade2d9 [2020-11-06T08:43:13.821Z] ---> Running in 7b1e6b92ab52 [2020-11-06T08:43:14.408Z] ---> Running in b99600f44458 [2020-11-06T08:43:14.408Z] ---> 5da45967d168 [2020-11-06T08:43:14.408Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-06T08:43:15.804Z] ---> Running in 8218140de0d3 [2020-11-06T08:43:16.381Z] ---> 80b794fb49e2 [2020-11-06T08:43:16.381Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-06T08:43:16.655Z] 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-06T08:43:16.655Z] 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-06T08:43:16.655Z] ---> Running in 979cf6e952be [2020-11-06T08:43:16.655Z] 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-06T08:43:16.923Z] 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-06T08:43:17.191Z] 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-06T08:43:36.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-06T08:43:47.102Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-06T08:43:48.552Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-06T08:43:48.552Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-06T08:43:48.552Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-06T08:43:48.552Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-06T08:43:49.431Z] Removing intermediate container b99600f44458 [2020-11-06T08:43:49.431Z] ---> b068d6cabda3 [2020-11-06T08:43:49.431Z] [2020-11-06T08:43:49.431Z] Step 10/20 : FROM alpine [2020-11-06T08:43:49.431Z] latest: Pulling from library/alpine [2020-11-06T08:43:49.431Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-06T08:43:49.431Z] Status: Downloaded newer image for alpine:latest [2020-11-06T08:43:49.431Z] ---> d6e46aa2470d [2020-11-06T08:43:49.431Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-06T08:43:49.431Z] ---> Running in 9739f9d33d8a [2020-11-06T08:43:49.431Z] Removing intermediate container 979cf6e952be [2020-11-06T08:43:49.431Z] ---> 5d0c1ee6cf0f [2020-11-06T08:43:49.431Z] [2020-11-06T08:43:49.431Z] Step 10/22 : FROM scratch [2020-11-06T08:43:49.431Z] ---> [2020-11-06T08:43:49.431Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-06T08:43:50.010Z] ---> Running in 8c25a9ef0154 [2020-11-06T08:43:50.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:43:50.274Z] Removing intermediate container 8c25a9ef0154 [2020-11-06T08:43:50.274Z] ---> 8cf6329c66e3 [2020-11-06T08:43:50.274Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-06T08:43:50.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:43:50.542Z] v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:43:50.542Z] v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:43:50.542Z] OK: 12744 distinct packages available [2020-11-06T08:43:50.542Z] ---> Running in 42cbc257625c [2020-11-06T08:43:50.805Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-06T08:43:50.805Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-06T08:43:50.805Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-06T08:43:50.805Z] (4/4) Installing curl (7.69.1-r1) [2020-11-06T08:43:50.805Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:43:51.381Z] Executing ca-certificates-20191127-r4.trigger [2020-11-06T08:43:52.331Z] OK: 7 MiB in 18 packages [2020-11-06T08:43:52.639Z] Removing intermediate container 42cbc257625c [2020-11-06T08:43:52.639Z] ---> d526a9fe36b8 [2020-11-06T08:43:52.639Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-06T08:43:54.558Z] ---> Running in 85cd1a15a1d3 [2020-11-06T08:43:54.558Z] Removing intermediate container 7b1e6b92ab52 [2020-11-06T08:43:54.558Z] ---> 14a7d3aea99a [2020-11-06T08:43:54.558Z] [2020-11-06T08:43:54.558Z] Step 10/22 : FROM scratch [2020-11-06T08:43:54.558Z] ---> [2020-11-06T08:43:54.558Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-06T08:43:54.558Z] Removing intermediate container 2b74e4ade2d9 [2020-11-06T08:43:54.558Z] ---> 3dfb1489662d [2020-11-06T08:43:54.558Z] [2020-11-06T08:43:54.558Z] Step 10/24 : FROM scratch [2020-11-06T08:43:54.558Z] ---> [2020-11-06T08:43:54.558Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-06T08:43:54.558Z] ---> Using cache [2020-11-06T08:43:54.558Z] ---> 8cf6329c66e3 [2020-11-06T08:43:54.558Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-06T08:43:55.138Z] Removing intermediate container 85cd1a15a1d3 [2020-11-06T08:43:55.138Z] ---> cb25791407e7 [2020-11-06T08:43:55.138Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-06T08:43:55.138Z] ---> Running in 44601ada12e3 [2020-11-06T08:43:55.138Z] ---> Running in 96dce2b7f29e [2020-11-06T08:43:55.299Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.072s [2020-11-06T08:43:55.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-06T08:43:55.299Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-06T08:43:55.299Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-06T08:43:55.713Z] Removing intermediate container 9739f9d33d8a [2020-11-06T08:43:55.713Z] ---> 8a01f96b63e7 [2020-11-06T08:43:55.713Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-06T08:43:55.981Z] Removing intermediate container 96dce2b7f29e [2020-11-06T08:43:55.981Z] ---> b097298c0bba [2020-11-06T08:43:55.981Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-06T08:43:55.981Z] Removing intermediate container 44601ada12e3 [2020-11-06T08:43:55.981Z] ---> 786b0b1da45d [2020-11-06T08:43:55.981Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-06T08:43:55.981Z] ---> 0442f5c02064 [2020-11-06T08:43:55.981Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-06T08:43:55.981Z] ---> Running in ae30efe9e34b [2020-11-06T08:43:55.981Z] ---> Running in a961e84ce1f7 [2020-11-06T08:43:55.981Z] ---> Running in d1da1f28bad3 [2020-11-06T08:43:56.255Z] ---> f93829d0d519 [2020-11-06T08:43:56.255Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-06T08:43:56.255Z] Removing intermediate container ae30efe9e34b [2020-11-06T08:43:56.255Z] ---> b03bed03019b [2020-11-06T08:43:56.255Z] Step 13/20 : WORKDIR /edgex [2020-11-06T08:43:56.255Z] Removing intermediate container d1da1f28bad3 [2020-11-06T08:43:56.255Z] ---> d58e7ec8688e [2020-11-06T08:43:56.255Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-06T08:43:56.295Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-06T08:43:56.532Z] Removing intermediate container a961e84ce1f7 [2020-11-06T08:43:56.532Z] ---> 63fc880dedda [2020-11-06T08:43:56.532Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-06T08:43:56.532Z] ---> Running in 30442b2854fe [2020-11-06T08:43:56.532Z] ---> Running in d5a3bd766ebc [2020-11-06T08:43:56.571Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-06T08:43:56.571Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-06T08:43:56.571Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-06T08:43:56.803Z] ---> 5f02c5d7567b [2020-11-06T08:43:56.803Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-06T08:43:56.803Z] Removing intermediate container 30442b2854fe [2020-11-06T08:43:56.803Z] ---> 80cf779cb89f [2020-11-06T08:43:56.803Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-06T08:43:57.072Z] ---> 67b4baa3b77b [2020-11-06T08:43:57.072Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-06T08:43:57.072Z] Removing intermediate container d5a3bd766ebc [2020-11-06T08:43:57.072Z] ---> 27c872cc6b74 [2020-11-06T08:43:57.072Z] Step 14/22 : WORKDIR / [2020-11-06T08:43:57.072Z] ---> Running in 9005c9ca2365 [2020-11-06T08:44:00.393Z] ---> db29cce17ef9 [2020-11-06T08:44:00.393Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-06T08:44:00.393Z] Removing intermediate container 9005c9ca2365 [2020-11-06T08:44:00.393Z] ---> bbf1bcbb6184 [2020-11-06T08:44:00.393Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-06T08:44:00.393Z] ---> 2b46e5da1876 [2020-11-06T08:44:00.393Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-06T08:44:00.393Z] ---> f364197f3850 [2020-11-06T08:44:00.393Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-06T08:44:00.393Z] ---> Running in 3c3918ef96a2 [2020-11-06T08:44:00.393Z] Removing intermediate container 8218140de0d3 [2020-11-06T08:44:00.393Z] ---> 9a8db345a3b6 [2020-11-06T08:44:00.393Z] [2020-11-06T08:44:00.393Z] Step 10/23 : FROM alpine [2020-11-06T08:44:00.393Z] ---> d6e46aa2470d [2020-11-06T08:44:00.393Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-06T08:44:00.970Z] ---> Running in c06a95be38c0 [2020-11-06T08:44:00.970Z] ---> 0653be2f7927 [2020-11-06T08:44:00.970Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-06T08:44:00.970Z] Removing intermediate container 3c3918ef96a2 [2020-11-06T08:44:00.970Z] ---> 1245d2857c55 [2020-11-06T08:44:00.970Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:44:00.970Z] ---> fcafb5971bd4 [2020-11-06T08:44:00.970Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-06T08:44:00.970Z] ---> d0989e2826f7 [2020-11-06T08:44:00.970Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-06T08:44:01.239Z] ---> Running in a5ef1150150e [2020-11-06T08:44:01.239Z] ---> Running in 9eb87a9f27a8 [2020-11-06T08:44:01.239Z] Removing intermediate container c06a95be38c0 [2020-11-06T08:44:01.239Z] ---> a51a7726dcde [2020-11-06T08:44:01.239Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-06T08:44:01.504Z] ---> Running in b789ec5e52f3 [2020-11-06T08:44:01.504Z] Removing intermediate container a5ef1150150e [2020-11-06T08:44:01.504Z] ---> 5ad97bc910c8 [2020-11-06T08:44:01.504Z] Step 20/22 : LABEL arch=x86_64 [2020-11-06T08:44:02.456Z] ---> cebbb065d47c [2020-11-06T08:44:02.457Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-06T08:44:02.457Z] ---> a240c6902000 [2020-11-06T08:44:02.457Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-06T08:44:02.719Z] Removing intermediate container 9eb87a9f27a8 [2020-11-06T08:44:02.719Z] ---> 978455d1b9cd [2020-11-06T08:44:02.719Z] Step 17/20 : CMD ["--init=true"] [2020-11-06T08:44:02.719Z] ---> Running in 70e7a9eb9518 [2020-11-06T08:44:02.719Z] Removing intermediate container b789ec5e52f3 [2020-11-06T08:44:02.719Z] ---> 7cb63c9d3831 [2020-11-06T08:44:02.719Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-06T08:44:02.984Z] ---> Running in 10066a77fbcd [2020-11-06T08:44:02.984Z] ---> Running in 1d0c762054f7 [2020-11-06T08:44:02.984Z] Removing intermediate container 70e7a9eb9518 [2020-11-06T08:44:02.984Z] ---> 5d1f204c05f9 [2020-11-06T08:44:02.984Z] ---> 3ef08f5c06ef [2020-11-06T08:44:02.984Z] Step 18/22 : ENTRYPOINT ["/core-command"]Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:44:02.984Z] [2020-11-06T08:44:02.984Z] ---> 5f8e90f57866 [2020-11-06T08:44:02.984Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-06T08:44:03.247Z] Removing intermediate container 10066a77fbcd [2020-11-06T08:44:03.247Z] ---> 2ae4dbcf1f95 [2020-11-06T08:44:03.247Z] Step 18/20 : LABEL arch=x86_64 [2020-11-06T08:44:03.247Z] ---> Running in 82564732446c [2020-11-06T08:44:03.247Z] ---> Running in fd089d936427 [2020-11-06T08:44:03.247Z] Removing intermediate container 1d0c762054f7 [2020-11-06T08:44:03.247Z] ---> ad503ae6e6b8 [2020-11-06T08:44:03.247Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:44:03.247Z] ---> Running in 0311b3e7d431 [2020-11-06T08:44:03.509Z] ---> Running in 6134ebfe5529 [2020-11-06T08:44:03.509Z] ---> 44a6ad094b9d [2020-11-06T08:44:03.509Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-06T08:44:03.771Z] Removing intermediate container fd089d936427 [2020-11-06T08:44:03.771Z] ---> 2be5913657b9 [2020-11-06T08:44:03.771Z] Step 22/22 : LABEL version=0.0.0 [2020-11-06T08:44:03.771Z] Removing intermediate container 82564732446c [2020-11-06T08:44:03.771Z] ---> 6777464b8a39 [2020-11-06T08:44:03.771Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:44:03.771Z] Removing intermediate container 0311b3e7d431 [2020-11-06T08:44:03.771Z] ---> 8acf6b6ac31d [2020-11-06T08:44:03.771Z] Step 19/20 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:44:04.041Z] ---> Running in a7a36be667ff [2020-11-06T08:44:04.041Z] ---> Running in 4b91ec46a608 [2020-11-06T08:44:04.041Z] ---> Running in 11e62db957bf [2020-11-06T08:44:04.041Z] ---> Running in 6d06625f2924 [2020-11-06T08:44:04.303Z] Removing intermediate container a7a36be667ff [2020-11-06T08:44:04.303Z] ---> b5dd1b91f68d [2020-11-06T08:44:04.303Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:44:04.303Z] Removing intermediate container 4b91ec46a608 [2020-11-06T08:44:04.303Z] ---> acbdd2b39ed2 [2020-11-06T08:44:04.303Z] Step 20/22 : LABEL arch=x86_64 [2020-11-06T08:44:04.303Z] Removing intermediate container 11e62db957bf [2020-11-06T08:44:04.303Z] ---> 64c5eccfb194 [2020-11-06T08:44:04.303Z] [2020-11-06T08:44:04.303Z] Removing intermediate container 6d06625f2924 [2020-11-06T08:44:04.303Z] ---> e1595a143ded [2020-11-06T08:44:04.303Z] Step 20/20 : LABEL version=0.0.0 [2020-11-06T08:44:04.303Z] ---> Running in 433e78296368 [2020-11-06T08:44:04.567Z] ---> Running in 48acd9fafce9 [2020-11-06T08:44:04.567Z] Successfully built 64c5eccfb194 [2020-11-06T08:44:04.567Z] Successfully tagged docker-support-logging-go:latest [2020-11-06T08:44:04.567Z]  Building docker-support-logging-go ... done Building docker-security-bootstrap-redis-go [2020-11-06T08:44:04.567Z] ---> Running in edc65c3776ec [2020-11-06T08:44:04.829Z] Removing intermediate container 433e78296368 [2020-11-06T08:44:04.829Z] ---> ae1b107f5fc2 [2020-11-06T08:44:04.829Z] Step 22/24 : LABEL arch=x86_64 [2020-11-06T08:44:04.829Z] Removing intermediate container 48acd9fafce9 [2020-11-06T08:44:04.829Z] ---> 72281af654a6 [2020-11-06T08:44:04.829Z] Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:44:05.097Z] ---> Running in 6753cec65ff0 [2020-11-06T08:44:05.097Z] ---> Running in 1fd77147bc53 [2020-11-06T08:44:05.097Z] Removing intermediate container edc65c3776ec [2020-11-06T08:44:05.097Z] ---> ac801cb69213 [2020-11-06T08:44:05.097Z] [2020-11-06T08:44:05.097Z] Removing intermediate container 6134ebfe5529 [2020-11-06T08:44:05.097Z] ---> 2500ccf94ca3 [2020-11-06T08:44:05.097Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-06T08:44:05.359Z] Successfully built ac801cb69213 [2020-11-06T08:44:05.359Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-06T08:44:05.359Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-11-06T08:44:05.934Z] Removing intermediate container 6753cec65ff0 [2020-11-06T08:44:05.934Z] ---> bdc55a702683 [2020-11-06T08:44:05.934Z] Step 23/24 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:44:05.934Z] ---> Running in f311d082bc95 [2020-11-06T08:44:06.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.353s coverage: 46.6% of statements [2020-11-06T08:44:06.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-06T08:44:06.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-06T08:44:06.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-06T08:44:06.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-06T08:44:06.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-06T08:44:08.489Z] Removing intermediate container 1fd77147bc53 [2020-11-06T08:44:08.489Z] ---> 05d017e075aa [2020-11-06T08:44:08.489Z] Step 22/22 : LABEL version=0.0.0 [2020-11-06T08:44:11.046Z] ---> Running in 1fcd0f8fa08e [2020-11-06T08:44:11.630Z] ---> Running in 888a837f5688 [2020-11-06T08:44:12.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.464s coverage: 27.1% of statements [2020-11-06T08:44:12.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-06T08:44:12.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-06T08:44:12.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-06T08:44:12.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-06T08:44:12.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-06T08:44:12.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-06T08:44:12.218Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2020-11-06T08:44:12.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-06T08:44:12.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2020-11-06T08:44:12.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-06T08:44:12.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-06T08:44:12.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.482s coverage: 66.0% of statements [2020-11-06T08:44:12.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-06T08:44:12.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-06T08:44:12.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.567s coverage: 84.5% of statements [2020-11-06T08:44:12.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-06T08:44:12.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-06T08:44:12.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-06T08:44:12.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-06T08:44:14.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:44:14.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:44:15.033Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-06T08:44:15.033Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-06T08:44:15.033Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-06T08:44:15.297Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-06T08:44:15.559Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-06T08:44:15.559Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:44:15.822Z] OK: 8 MiB in 19 packages [2020-11-06T08:44:17.256Z] Removing intermediate container 1fcd0f8fa08e [2020-11-06T08:44:17.256Z] ---> 94ec86b93ea0 [2020-11-06T08:44:17.256Z] Step 24/24 : LABEL version=0.0.0 [2020-11-06T08:44:17.256Z] Removing intermediate container 888a837f5688 [2020-11-06T08:44:17.256Z] ---> 304d0ab81886 [2020-11-06T08:44:17.256Z] [2020-11-06T08:44:17.528Z] Successfully built 304d0ab81886 [2020-11-06T08:44:18.499Z] Successfully tagged docker-core-command-go:latest [2020-11-06T08:44:18.499Z] Building docker-sys-mgmt-agent-go [2020-11-06T08:44:19.084Z]  Building docker-core-command-go ... done  ---> Running in b53464629750 [2020-11-06T08:44:19.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.161s coverage: 28.6% of statements [2020-11-06T08:44:19.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-06T08:44:19.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-06T08:44:19.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-06T08:44:19.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-06T08:44:19.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-06T08:44:19.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.223s coverage: 100.0% of statements [2020-11-06T08:44:19.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-06T08:44:19.581Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2020-11-06T08:44:19.581Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-06T08:44:19.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.324s coverage: 86.7% of statements [2020-11-06T08:44:19.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-06T08:44:20.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.307s coverage: 97.5% of statements [2020-11-06T08:44:20.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-06T08:44:20.844Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 100.0% of statements [2020-11-06T08:44:20.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-06T08:44:20.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-06T08:44:20.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-06T08:44:20.844Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-06T08:44:23.338Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:44:23.339Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:44:23.339Z] ---> afa7267b428d [2020-11-06T08:44:23.339Z] Step 3/22 : WORKDIR /edgex-go [2020-11-06T08:44:23.339Z] ---> Using cache [2020-11-06T08:44:23.339Z] ---> e87155581b5e [2020-11-06T08:44:23.339Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:44:23.339Z] ---> Using cache [2020-11-06T08:44:23.339Z] ---> 0376141422f7 [2020-11-06T08:44:23.339Z] Step 5/22 : RUN apk update && apk add make git [2020-11-06T08:44:23.339Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:44:23.339Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:44:23.339Z] ---> afa7267b428d [2020-11-06T08:44:23.339Z] Step 3/24 : WORKDIR /edgex-go [2020-11-06T08:44:23.339Z] ---> Using cache [2020-11-06T08:44:23.339Z] ---> e87155581b5e [2020-11-06T08:44:23.339Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:44:23.339Z] ---> Using cache [2020-11-06T08:44:23.339Z] ---> 0376141422f7 [2020-11-06T08:44:23.339Z] Step 5/24 : RUN apk update && apk add make git [2020-11-06T08:44:25.263Z] Removing intermediate container b53464629750 [2020-11-06T08:44:25.263Z] ---> e2b79601eb65 [2020-11-06T08:44:25.263Z] [2020-11-06T08:44:25.263Z] Removing intermediate container f311d082bc95 [2020-11-06T08:44:25.263Z] ---> 01b24aae25ac [2020-11-06T08:44:25.263Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-06T08:44:25.263Z] Successfully built e2b79601eb65 [2020-11-06T08:44:25.263Z] ---> Running in 86ff45ed6937 [2020-11-06T08:44:25.263Z] ---> Running in 07282f12a7dc [2020-11-06T08:44:25.263Z] Successfully tagged docker-support-notifications-go:latest [2020-11-06T08:44:25.263Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2020-11-06T08:44:25.529Z] ---> e24521a07de2 [2020-11-06T08:44:25.529Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-06T08:44:27.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.983s coverage: 95.7% of statements [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-06T08:44:27.592Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-06T08:44:27.592Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.158s coverage: 0.0% of statements [no tests to run] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-06T08:44:27.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.584s coverage: 63.5% of statements [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-06T08:44:27.592Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-06T08:44:27.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2020-11-06T08:44:27.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.145s coverage: 91.3% of statements [2020-11-06T08:44:27.592Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2020-11-06T08:44:28.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements [2020-11-06T08:44:28.485Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2020-11-06T08:44:28.859Z] ---> 238fffefc3a0 [2020-11-06T08:44:28.859Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-06T08:44:30.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:44:30.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:44:31.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:44:31.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:44:32.346Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:44:32.346Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:44:32.346Z] OK: 12752 distinct packages available [2020-11-06T08:44:32.346Z] ---> 1eaa3e41fa39 [2020-11-06T08:44:32.346Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-06T08:44:32.346Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:44:32.346Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:44:32.346Z] OK: 12752 distinct packages available [2020-11-06T08:44:32.346Z] ---> Running in b9189d024f4c [2020-11-06T08:44:32.619Z] OK: 233 MiB in 51 packages [2020-11-06T08:44:32.619Z] OK: 233 MiB in 51 packages [2020-11-06T08:44:33.203Z] Removing intermediate container b9189d024f4c [2020-11-06T08:44:33.203Z] ---> 5be347b25be9 [2020-11-06T08:44:33.203Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:44:33.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 55.9% of statements [2020-11-06T08:44:33.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-06T08:44:33.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-06T08:44:33.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-06T08:44:33.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-06T08:44:33.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-06T08:44:33.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-06T08:44:34.172Z] ---> Running in c172e9fe3ff4 [2020-11-06T08:44:35.134Z] Removing intermediate container c172e9fe3ff4 [2020-11-06T08:44:35.134Z] ---> 4d29c750a05b [2020-11-06T08:44:35.134Z] Step 21/23 : LABEL arch=x86_64 [2020-11-06T08:44:35.397Z] Removing intermediate container 86ff45ed6937 [2020-11-06T08:44:35.397Z] ---> 13ccd7a4ae38 [2020-11-06T08:44:35.397Z] Step 6/22 : COPY go.mod . [2020-11-06T08:44:35.662Z] Removing intermediate container 07282f12a7dc [2020-11-06T08:44:35.662Z] ---> fc97f499c509 [2020-11-06T08:44:35.662Z] Step 6/24 : COPY go.mod . [2020-11-06T08:44:35.935Z] ---> Running in 5fe2f72fb8af [2020-11-06T08:44:36.524Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:44:36.524Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:44:36.524Z] ---> afa7267b428d [2020-11-06T08:44:36.524Z] Step 3/27 : WORKDIR /edgex-go [2020-11-06T08:44:36.524Z] ---> Using cache [2020-11-06T08:44:36.524Z] ---> e87155581b5e [2020-11-06T08:44:36.524Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:44:36.524Z] ---> Using cache [2020-11-06T08:44:36.524Z] ---> 0376141422f7 [2020-11-06T08:44:36.524Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-06T08:44:36.790Z] ---> 4adf470f3474 [2020-11-06T08:44:36.790Z] Step 7/22 : RUN go mod download [2020-11-06T08:44:37.376Z] ---> Running in 675bb84f901f [2020-11-06T08:44:37.376Z] Removing intermediate container 5fe2f72fb8af [2020-11-06T08:44:37.376Z] ---> 6e0acefaab5a [2020-11-06T08:44:37.376Z] Step 22/23 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c ---> Running in 857b1f3125c8 [2020-11-06T08:44:37.376Z] [2020-11-06T08:44:37.960Z] ---> e0652b89b8d9 [2020-11-06T08:44:37.960Z] Step 7/24 : RUN go mod download [2020-11-06T08:44:38.537Z] ---> Running in a5f820913623 [2020-11-06T08:44:38.537Z] ---> Running in 61ef780ebc6a [2020-11-06T08:44:39.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:44:39.752Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:44:39.752Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:44:39.752Z] ---> afa7267b428d [2020-11-06T08:44:39.752Z] Step 3/21 : WORKDIR /edgex-go [2020-11-06T08:44:39.752Z] ---> Using cache [2020-11-06T08:44:39.752Z] ---> e87155581b5e [2020-11-06T08:44:39.752Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:44:39.752Z] ---> Using cache [2020-11-06T08:44:39.752Z] ---> 0376141422f7 [2020-11-06T08:44:39.752Z] Step 5/21 : RUN apk update && apk add make git [2020-11-06T08:44:39.752Z] ---> Using cache [2020-11-06T08:44:39.752Z] ---> fc97f499c509 [2020-11-06T08:44:39.752Z] Step 6/21 : COPY go.mod . [2020-11-06T08:44:39.752Z] ---> Using cache [2020-11-06T08:44:39.752Z] ---> e0652b89b8d9 [2020-11-06T08:44:39.752Z] Step 7/21 : RUN go mod download [2020-11-06T08:44:40.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:44:40.604Z] Removing intermediate container a5f820913623 [2020-11-06T08:44:40.604Z] ---> e9e17afe1e36 [2020-11-06T08:44:40.604Z] Step 23/23 : LABEL version=0.0.0 [2020-11-06T08:44:40.604Z] ---> Running in e61415a4b250 [2020-11-06T08:44:40.604Z] ---> Running in 3f59937e696e [2020-11-06T08:44:40.871Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:44:40.871Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:44:40.871Z] OK: 12752 distinct packages available [2020-11-06T08:44:41.140Z] OK: 233 MiB in 51 packages [2020-11-06T08:44:41.140Z] Removing intermediate container 3f59937e696e [2020-11-06T08:44:41.140Z] ---> 1a6b1b5b35e4 [2020-11-06T08:44:41.140Z] [2020-11-06T08:44:41.140Z] Removing intermediate container 857b1f3125c8 [2020-11-06T08:44:41.140Z] ---> 00f4fe638f04 [2020-11-06T08:44:41.140Z] Step 8/22 : COPY . . [2020-11-06T08:44:41.140Z] Successfully built 1a6b1b5b35e4 [2020-11-06T08:44:41.140Z] Successfully tagged docker-core-data-go:latest [2020-11-06T08:44:41.140Z] Building docker-security-secrets-setup-go [2020-11-06T08:44:41.406Z]  Building docker-core-data-go ... done Removing intermediate container 61ef780ebc6a [2020-11-06T08:44:41.406Z] ---> 85b1b2e6f532 [2020-11-06T08:44:41.406Z] Step 8/24 : COPY . . [2020-11-06T08:44:42.003Z] Removing intermediate container 675bb84f901f [2020-11-06T08:44:42.003Z] ---> 5bf0d990fbfb [2020-11-06T08:44:42.003Z] Step 6/27 : COPY go.mod . [2020-11-06T08:44:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.371s coverage: 86.3% of statements [2020-11-06T08:44:44.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-06T08:44:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.373s coverage: 72.2% of statements [2020-11-06T08:44:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.424s coverage: 72.1% of statements [2020-11-06T08:44:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.073s coverage: 82.4% of statements [2020-11-06T08:44:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.065s coverage: 48.4% of statements [2020-11-06T08:44:44.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-06T08:44:44.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-06T08:44:44.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-06T08:44:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.063s coverage: 28.8% of statements [2020-11-06T08:44:44.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-06T08:44:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.110s coverage: 96.8% of statements [2020-11-06T08:44:44.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-06T08:44:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.329s coverage: 36.5% of statements [2020-11-06T08:44:44.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-06T08:44:44.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-06T08:44:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.599s coverage: 84.1% of statements [2020-11-06T08:44:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.074s coverage: 100.0% of statements [2020-11-06T08:44:45.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.088s coverage: 42.9% of statements [2020-11-06T08:44:45.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-06T08:44:45.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-06T08:44:45.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.071s coverage: 100.0% of statements [2020-11-06T08:44:45.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-06T08:44:46.096Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.122s coverage: 83.8% of statements [2020-11-06T08:44:46.096Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-06T08:44:52.063Z] ---> e5fe192fb878 [2020-11-06T08:44:52.063Z] Step 7/27 : RUN go mod download [2020-11-06T08:44:52.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.1% of statements [2020-11-06T08:44:52.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-06T08:44:52.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-06T08:44:52.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.153s coverage: 100.0% of statements [2020-11-06T08:44:52.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-06T08:44:52.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-06T08:44:52.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-06T08:44:52.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements [2020-11-06T08:44:52.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-06T08:44:52.819Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements [2020-11-06T08:44:52.819Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-06T08:44:53.456Z] ---> Running in 3638860ec9b2 [2020-11-06T08:44:53.456Z] Removing intermediate container e61415a4b250 [2020-11-06T08:44:53.456Z] ---> 004643c8e46b [2020-11-06T08:44:53.456Z] Step 8/21 : COPY . . [2020-11-06T08:44:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.892s coverage: 29.1% of statements [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-06T08:44:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.224s coverage: 99.0% of statements [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-06T08:44:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-06T08:44:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-06T08:44:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-06T08:44:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-06T08:44:58.245Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-06T08:44:58.245Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.096s coverage: 100.0% of statements [2020-11-06T08:44:58.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2020-11-06T08:44:59.829Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2020-11-06T08:45:00.806Z] GO111MODULE=on go vet ./... [2020-11-06T08:45:08.629Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:45:08.629Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-06T08:45:08.629Z] ---> afa7267b428d [2020-11-06T08:45:08.629Z] Step 3/29 : WORKDIR /edgex-go [2020-11-06T08:45:08.629Z] ---> Using cache [2020-11-06T08:45:08.629Z] ---> e87155581b5e [2020-11-06T08:45:08.629Z] Step 4/29 : RUN apk update && apk add make git [2020-11-06T08:45:11.593Z] ---> Running in 302ea66c2680 [2020-11-06T08:45:12.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:45:13.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:45:13.347Z] Removing intermediate container 3638860ec9b2 [2020-11-06T08:45:13.347Z] ---> b08a01b273a5 [2020-11-06T08:45:13.347Z] Step 8/27 : COPY . . [2020-11-06T08:45:13.956Z] ---> 7017e7e0ae3f [2020-11-06T08:45:13.956Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-06T08:45:13.956Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:45:13.956Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:45:13.956Z] OK: 12752 distinct packages available [2020-11-06T08:45:13.956Z] ---> 45689c5c0065 [2020-11-06T08:45:13.956Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-06T08:45:14.368Z] ---> Running in 1714989adbd0 [2020-11-06T08:45:14.368Z] OK: 233 MiB in 51 packages [2020-11-06T08:45:14.368Z] ---> Running in 92dda76f349e [2020-11-06T08:45:17.536Z] 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-06T08:45:19.546Z] 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-06T08:45:19.827Z] Removing intermediate container 302ea66c2680 [2020-11-06T08:45:19.827Z] ---> e530e03f3407 [2020-11-06T08:45:19.827Z] Step 5/29 : COPY go.mod . [2020-11-06T08:45:23.284Z] ---> 8eb4c5747745 [2020-11-06T08:45:23.284Z] Step 6/29 : RUN go mod download [2020-11-06T08:45:24.251Z] ---> Running in 420e11922ce9 [2020-11-06T08:45:32.558Z] Removing intermediate container 420e11922ce9 [2020-11-06T08:45:32.558Z] ---> 0863927b8270 [2020-11-06T08:45:32.558Z] Step 7/29 : COPY . . [2020-11-06T08:45:32.558Z] ---> 26bfb199a5cf [2020-11-06T08:45:32.558Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-06T08:45:32.558Z] ---> Running in 8bbb658a6145 [2020-11-06T08:45:35.167Z] 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-06T08:45:41.848Z] ---> b7be5ae1e29c [2020-11-06T08:45:41.848Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-06T08:45:41.848Z] 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-06T08:45:42.440Z] ---> Running in bc2095cc6274 [2020-11-06T08:45:44.405Z] 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-06T08:45:51.095Z] Removing intermediate container 92dda76f349e [2020-11-06T08:45:51.095Z] ---> e4eadc575e5c [2020-11-06T08:45:51.095Z] [2020-11-06T08:45:51.095Z] Step 10/22 : FROM alpine:3.10 [2020-11-06T08:45:51.095Z] 3.10: Pulling from library/alpine [2020-11-06T08:45:53.069Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-06T08:45:53.069Z] Status: Downloaded newer image for alpine:3.10 [2020-11-06T08:45:53.069Z] ---> be4e4bea2c2e [2020-11-06T08:45:53.069Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-06T08:45:56.417Z] ---> Running in 38dcbd4c8524 [2020-11-06T08:45:56.417Z] Removing intermediate container 1714989adbd0 [2020-11-06T08:45:56.417Z] ---> ae7785080f7e [2020-11-06T08:45:56.417Z] [2020-11-06T08:45:56.417Z] Step 10/24 : FROM alpine:3.10 [2020-11-06T08:45:56.417Z] ---> be4e4bea2c2e [2020-11-06T08:45:56.417Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-06T08:45:57.399Z] ---> Running in 3a0e6021b328 [2020-11-06T08:45:57.669Z] ---> 0999dcfdebc5 [2020-11-06T08:45:57.669Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-06T08:45:57.933Z] ---> Running in 6fedd708c16b [2020-11-06T08:45:58.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:45:58.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:45:58.506Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-06T08:45:58.506Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-06T08:45:58.506Z] OK: 10346 distinct packages available [2020-11-06T08:45:58.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:45:58.793Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-06T08:45:58.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:45:58.793Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-06T08:45:58.793Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-06T08:45:58.793Z] (4/5) Installing curl (7.66.0-r1) [2020-11-06T08:45:58.793Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-06T08:45:58.793Z] Executing busybox-1.30.1-r3.trigger [2020-11-06T08:45:58.793Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-06T08:45:58.793Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-06T08:45:58.793Z] OK: 10346 distinct packages available [2020-11-06T08:45:58.793Z] Executing ca-certificates-20191127-r2.trigger [2020-11-06T08:45:58.793Z] 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-06T08:45:59.064Z] OK: 7 MiB in 19 packages [2020-11-06T08:45:59.064Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-06T08:45:59.064Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-06T08:45:59.064Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-06T08:45:59.064Z] (4/5) Installing curl (7.66.0-r1) [2020-11-06T08:45:59.348Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-06T08:45:59.348Z] Executing busybox-1.30.1-r3.trigger [2020-11-06T08:45:59.348Z] Executing ca-certificates-20191127-r2.trigger [2020-11-06T08:45:59.348Z] OK: 7 MiB in 19 packages [2020-11-06T08:46:01.929Z] Removing intermediate container 38dcbd4c8524 [2020-11-06T08:46:01.929Z] ---> aac2ab0d6ac5 [2020-11-06T08:46:01.929Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-06T08:46:04.498Z] ---> Running in da184fa84d06 [2020-11-06T08:46:04.498Z] Removing intermediate container 3a0e6021b328 [2020-11-06T08:46:04.498Z] ---> 65770280fc0c [2020-11-06T08:46:04.498Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-06T08:46:05.917Z] ---> Running in 473ecc8752ce [2020-11-06T08:46:05.917Z] Removing intermediate container da184fa84d06 [2020-11-06T08:46:05.917Z] ---> 49f232b5464f [2020-11-06T08:46:05.917Z] Step 13/22 : WORKDIR / [2020-11-06T08:46:05.917Z] Removing intermediate container 8bbb658a6145 [2020-11-06T08:46:05.917Z] ---> f5926a35f9f9 [2020-11-06T08:46:05.917Z] [2020-11-06T08:46:05.917Z] Step 10/21 : FROM scratch [2020-11-06T08:46:05.917Z] ---> [2020-11-06T08:46:05.917Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-06T08:46:05.917Z] ---> Running in 5cbe4992fe61 [2020-11-06T08:46:07.921Z] ---> Using cache [2020-11-06T08:46:07.921Z] ---> 786b0b1da45d [2020-11-06T08:46:07.921Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-06T08:46:08.194Z] Removing intermediate container 473ecc8752ce [2020-11-06T08:46:08.194Z] ---> 4de0ddf1344b [2020-11-06T08:46:08.194Z] Step 13/24 : WORKDIR / [2020-11-06T08:46:08.194Z] Removing intermediate container 5cbe4992fe61 [2020-11-06T08:46:08.194Z] ---> 90265fbe1e21 [2020-11-06T08:46:08.194Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-06T08:46:08.194Z] ---> Running in 749e371eacce [2020-11-06T08:46:08.194Z] Removing intermediate container bc2095cc6274 [2020-11-06T08:46:08.194Z] ---> 72436f54f276 [2020-11-06T08:46:08.194Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-06T08:46:08.460Z] ---> Running in 1bb676e8af06 [2020-11-06T08:46:08.460Z] ---> Running in fc40f658ab8f [2020-11-06T08:46:08.737Z] Removing intermediate container 749e371eacce [2020-11-06T08:46:08.737Z] ---> 84e30f23fd55 [2020-11-06T08:46:08.737Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-06T08:46:08.867Z] gofmt -l . [2020-11-06T08:46:09.013Z] Removing intermediate container 1bb676e8af06 [2020-11-06T08:46:09.013Z] ---> 436fcfe51d79 [2020-11-06T08:46:09.013Z] 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-06T08:46:09.013Z] ---> 167d53402b99 [2020-11-06T08:46:09.013Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-06T08:46:09.013Z] ---> Running in 354937259c55 [2020-11-06T08:46:09.140Z] [ "`gofmt -l .`" = "" ] [2020-11-06T08:46:09.602Z] Removing intermediate container 354937259c55 [2020-11-06T08:46:09.603Z] ---> 17c45bf397cc [2020-11-06T08:46:09.603Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-06T08:46:09.603Z] 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-06T08:46:09.869Z] ---> 7c8e5db8728a [2020-11-06T08:46:09.869Z] 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-06T08:46:09.869Z] ---> d78627d033b7 [2020-11-06T08:46:09.869Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-06T08:46:09.869Z] ---> eeb5a6623ed9 [2020-11-06T08:46:09.869Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-06T08:46:10.145Z] ---> 27625d498854 [2020-11-06T08:46:10.145Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-06T08:46:10.426Z] ---> 575fcac297b7 [2020-11-06T08:46:10.426Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-06T08:46:11.374Z] ---> cdccd750f24a [2020-11-06T08:46:11.374Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-06T08:46:11.637Z] ---> 8a853efc4603 [2020-11-06T08:46:11.637Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-06T08:46:11.637Z] ---> 51509c0b38a5 [2020-11-06T08:46:11.637Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-06T08:46:11.753Z] ./bin/test-go-mod-tidy.sh [2020-11-06T08:46:11.904Z] ---> Running in 3cd6ebb9b82e [2020-11-06T08:46:12.167Z] ---> ae399ecebfde [2020-11-06T08:46:12.167Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-06T08:46:12.167Z] Removing intermediate container fc40f658ab8f [2020-11-06T08:46:12.167Z] ---> 7000525d4b8a [2020-11-06T08:46:12.167Z] [2020-11-06T08:46:12.167Z] Step 11/27 : FROM docker:latest [2020-11-06T08:46:12.167Z] ---> 6972c414f322 [2020-11-06T08:46:12.167Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-06T08:46:12.167Z] ---> 98c184e41aa7 [2020-11-06T08:46:12.167Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-06T08:46:12.358Z] ./bin/test-attribution-txt.sh [2020-11-06T08:46:13.560Z] ---> Running in b7089836b656 [2020-11-06T08:46:13.560Z] ---> Running in a30364284f0a [2020-11-06T08:46:14.135Z] ---> ddc0415e9633 [2020-11-06T08:46:14.135Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-06T08:46:14.398Z] Removing intermediate container 6fedd708c16b [2020-11-06T08:46:14.398Z] ---> 1d682ca22f72 [2020-11-06T08:46:14.398Z] [2020-11-06T08:46:14.398Z] Step 9/29 : FROM alpine:latest [2020-11-06T08:46:14.398Z] ---> d6e46aa2470d [2020-11-06T08:46:14.398Z] 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-06T08:46:14.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:46:14.661Z] Removing intermediate container a30364284f0a [2020-11-06T08:46:14.661Z] ---> cd1e6c266b3e [2020-11-06T08:46:14.661Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:46:14.661Z] ---> Running in 040a47cd2c95 [2020-11-06T08:46:14.661Z] ---> 889336fd519e [2020-11-06T08:46:14.661Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-06T08:46:14.924Z] ---> Running in be53979af61c [2020-11-06T08:46:14.924Z] ---> Running in c7694a1822fd [2020-11-06T08:46:14.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:46:15.188Z] Removing intermediate container 040a47cd2c95 [2020-11-06T08:46:15.188Z] ---> 81d0df48539c [2020-11-06T08:46:15.188Z] Step 11/29 : USER root [2020-11-06T08:46:15.451Z] (1/2) Installing readline (8.0.4-r0) [2020-11-06T08:46:15.451Z] ---> Running in e2cf184bc7dd [2020-11-06T08:46:15.451Z] Removing intermediate container be53979af61c [2020-11-06T08:46:15.451Z] ---> 4a925793546c [2020-11-06T08:46:15.451Z] Step 19/21 : LABEL arch=x86_64 [2020-11-06T08:46:15.451Z] (2/2) Installing bash (5.0.17-r0) [2020-11-06T08:46:15.451Z] Removing intermediate container 3cd6ebb9b82e [2020-11-06T08:46:15.451Z] ---> 6d8cee36007b [2020-11-06T08:46:15.451Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-06T08:46:15.451Z] Executing bash-5.0.17-r0.post-install [2020-11-06T08:46:15.451Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:46:15.451Z] OK: 12 MiB in 22 packages [2020-11-06T08:46:15.714Z] ---> Running in 9a16573804cd [2020-11-06T08:46:15.714Z] ---> Running in 4153d1dcad82 [2020-11-06T08:46:15.992Z] Removing intermediate container e2cf184bc7dd [2020-11-06T08:46:15.992Z] ---> 955d843ca4e0 [2020-11-06T08:46:15.992Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-06T08:46:15.992Z] ---> Running in 4b7eed4cdc60 [2020-11-06T08:46:15.992Z] Removing intermediate container 9a16573804cd [2020-11-06T08:46:15.992Z] ---> 8a81a80b61d3 [2020-11-06T08:46:15.992Z] Step 20/21 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:46:16.255Z] Removing intermediate container 4153d1dcad82 [2020-11-06T08:46:16.255Z] ---> cada97ea0d89 [2020-11-06T08:46:16.255Z] Step 20/22 : LABEL arch=x86_64 [2020-11-06T08:46:16.255Z] ---> Running in 133270fb15b1 [2020-11-06T08:46:16.518Z] ---> Running in 28c7dd009b8e [Pipeline] sh [2020-11-06T08:46:16.784Z] Removing intermediate container b7089836b656 [2020-11-06T08:46:16.785Z] ---> 41fc13f52fc2 [2020-11-06T08:46:16.785Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-06T08:46:16.785Z] Removing intermediate container 133270fb15b1 [2020-11-06T08:46:16.785Z] ---> 7afb9f0feae9 [2020-11-06T08:46:16.785Z] Step 21/21 : LABEL version=0.0.0 [2020-11-06T08:46:16.785Z] Removing intermediate container c7694a1822fd [2020-11-06T08:46:16.785Z] ---> e02ed35f8660 [2020-11-06T08:46:16.785Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-06T08:46:17.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:46:17.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:46:17.048Z] Removing intermediate container 28c7dd009b8e [2020-11-06T08:46:17.048Z] ---> bab2709c54e9 [2020-11-06T08:46:17.048Z] Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:46:17.315Z] ---> Running in 7196f7901444 [2020-11-06T08:46:17.315Z] ---> Running in d77cf4c09b3f [2020-11-06T08:46:17.315Z] ---> Running in f5907ffca9ee [2020-11-06T08:46:17.315Z] v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:46:17.315Z] v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:46:17.315Z] OK: 12744 distinct packages available [2020-11-06T08:46:17.315Z] ---> Running in 5c01de60142a [2020-11-06T08:46:17.345Z] + ls -al . [2020-11-06T08:46:17.345Z] total 660 [2020-11-06T08:46:17.345Z] drwxrwxr-x 9 1001 1001 4096 Nov 6 08:46 . [2020-11-06T08:46:17.345Z] drwxr-xr-x 4 root root 4096 Nov 6 08:42 .. [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 11 Nov 6 08:40 .dockerignore [2020-11-06T08:46:17.345Z] drwxrwxr-x 8 1001 1001 4096 Nov 6 08:40 .git [2020-11-06T08:46:17.345Z] drwxrwxr-x 3 1001 1001 4096 Nov 6 08:40 .github [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 944 Nov 6 08:40 .gitignore [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 166 Nov 6 08:40 .sonarcloud.properties [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 3804 Nov 6 08:40 CONTRIBUTING.md [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 1035 Nov 6 08:40 Dockerfile.build [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 863 Nov 6 08:40 Jenkinsfile [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 10775 Nov 6 08:40 LICENSE [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 6611 Nov 6 08:40 Makefile [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 6447 Nov 6 08:40 README.md [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 259 Nov 6 08:40 SECURITY.md [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 5 Nov 6 08:38 VERSION [2020-11-06T08:46:17.345Z] -rw-rw-r-- 1 1001 1001 4131 Nov 6 08:40 ZMQWindows.md [2020-11-06T08:46:17.345Z] drwxrwxr-x 2 1001 1001 4096 Nov 6 08:40 bin [2020-11-06T08:46:17.346Z] drwxrwxr-x 15 1001 1001 4096 Nov 6 08:40 cmd [2020-11-06T08:46:17.346Z] -rw-r--r-- 1 root root 539650 Nov 6 08:44 coverage.out [2020-11-06T08:46:17.346Z] -rw-r--r-- 1 root root 1041 Nov 6 08:46 go.mod [2020-11-06T08:46:17.346Z] -rw-r--r-- 1 root root 18582 Nov 6 08:46 go.sum [2020-11-06T08:46:17.346Z] drwxrwxr-x 8 1001 1001 4096 Nov 6 08:40 internal [2020-11-06T08:46:17.346Z] drwxrwxr-x 4 1001 1001 4096 Nov 6 08:40 openapi [2020-11-06T08:46:17.346Z] drwxrwxr-x 4 1001 1001 4096 Nov 6 08:40 snap [2020-11-06T08:46:17.346Z] -rw-rw-r-- 1 1001 1001 168 Nov 6 08:40 version.go [Pipeline] sh [2020-11-06T08:46:17.579Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-06T08:46:17.579Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-06T08:46:17.579Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:46:17.579Z] Executing ca-certificates-20191127-r4.trigger [2020-11-06T08:46:18.009Z] + '[' -e coverage.out ] [2020-11-06T08:46:18.009Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-06T08:46:18.088Z] Warning: overwriting stash ‘coverage-report’ [2020-11-06T08:46:18.154Z] OK: 6 MiB in 16 packages [2020-11-06T08:46:18.154Z] Removing intermediate container d77cf4c09b3f [2020-11-06T08:46:18.154Z] ---> 50381754d1f8 [2020-11-06T08:46:18.154Z] [2020-11-06T08:46:18.154Z] Removing intermediate container f5907ffca9ee [2020-11-06T08:46:18.154Z] ---> a28cd756d273 [2020-11-06T08:46:18.154Z] Step 22/24 : LABEL arch=x86_64 [2020-11-06T08:46:18.154Z] Removing intermediate container 5c01de60142a [2020-11-06T08:46:18.154Z] ---> 3782ec0c5720 [2020-11-06T08:46:18.154Z] Step 22/22 : LABEL version=0.0.0 [2020-11-06T08:46:18.416Z] Successfully built 50381754d1f8 [2020-11-06T08:46:18.416Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-06T08:46:18.416Z]  Building docker-support-scheduler-go ... done  ---> Running in c395935e237b [2020-11-06T08:46:18.416Z] Building docker-core-metadata-go [2020-11-06T08:46:18.416Z] ---> Running in cc205970bcf6 [2020-11-06T08:46:18.680Z] Removing intermediate container c395935e237b [2020-11-06T08:46:18.680Z] ---> 8ce3a23ce8d6 [2020-11-06T08:46:18.680Z] Step 23/24 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:46:19.256Z] Removing intermediate container cc205970bcf6 [2020-11-06T08:46:19.256Z] ---> 05f8fcc77ff6 [2020-11-06T08:46:19.256Z] [2020-11-06T08:46:19.315Z] Stashed 1 file(s) [Pipeline] sh [2020-11-06T08:46:19.835Z] Successfully built 05f8fcc77ff6 [2020-11-06T08:46:19.835Z] ---> Running in 5cc4128bb583 [2020-11-06T08:46:20.045Z] + make build [2020-11-06T08:46:20.045Z] 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-06T08:46:20.097Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-06T08:46:20.097Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 7196f7901444 [2020-11-06T08:46:20.097Z] ---> 7bb67bacd246 [2020-11-06T08:46:20.097Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-06T08:46:22.656Z] Removing intermediate container 4b7eed4cdc60 [2020-11-06T08:46:22.656Z] ---> d13ff5eb9917 [2020-11-06T08:46:22.656Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-06T08:46:22.919Z] ---> Running in ccd49e861c0a [2020-11-06T08:46:22.919Z] Removing intermediate container 5cc4128bb583 [2020-11-06T08:46:22.919Z] ---> b2a889fbf970 [2020-11-06T08:46:22.919Z] Step 24/24 : LABEL version=0.0.0 [2020-11-06T08:46:23.495Z] ---> Running in 50f1ea7f484f [2020-11-06T08:46:23.495Z] Removing intermediate container ccd49e861c0a [2020-11-06T08:46:23.495Z] ---> 42424731e16e [2020-11-06T08:46:23.495Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-06T08:46:23.495Z] ---> Running in 883cf2de50b2 [2020-11-06T08:46:24.446Z] ---> Running in 09838f55fe7a [2020-11-06T08:46:24.446Z] Removing intermediate container 50f1ea7f484f [2020-11-06T08:46:24.446Z] ---> 6d1d0e340821 [2020-11-06T08:46:24.446Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-06T08:46:25.022Z] Removing intermediate container 883cf2de50b2 [2020-11-06T08:46:25.022Z] ---> c9bc40dff8e7 [2020-11-06T08:46:25.022Z] [2020-11-06T08:46:25.288Z] Successfully built c9bc40dff8e7 [2020-11-06T08:46:25.288Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-06T08:46:25.560Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 09838f55fe7a [2020-11-06T08:46:25.560Z] ---> 6303d0e69d84 [2020-11-06T08:46:25.560Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-06T08:46:25.560Z] ---> Running in 9f2d81d8a38c [2020-11-06T08:46:27.494Z] ---> Running in 1bd9e6dae38c [2020-11-06T08:46:27.764Z] Removing intermediate container 9f2d81d8a38c [2020-11-06T08:46:27.764Z] ---> 6d47cb235210 [2020-11-06T08:46:27.764Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-06T08:46:28.029Z] Removing intermediate container 1bd9e6dae38c [2020-11-06T08:46:28.029Z] ---> d35aa2272abd [2020-11-06T08:46:28.029Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-06T08:46:28.294Z] ---> Running in d558d35a602c [2020-11-06T08:46:30.231Z] ---> 7a037c36ffba [2020-11-06T08:46:30.231Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-06T08:46:30.499Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:46:30.499Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:46:30.499Z] ---> afa7267b428d [2020-11-06T08:46:30.499Z] Step 3/22 : WORKDIR /edgex-go [2020-11-06T08:46:30.499Z] ---> Using cache [2020-11-06T08:46:30.499Z] ---> e87155581b5e [2020-11-06T08:46:30.499Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:46:30.499Z] ---> Using cache [2020-11-06T08:46:30.499Z] ---> 0376141422f7 [2020-11-06T08:46:30.499Z] Step 5/22 : RUN apk update && apk add make git [2020-11-06T08:46:30.499Z] ---> Using cache [2020-11-06T08:46:30.499Z] ---> fc97f499c509 [2020-11-06T08:46:30.499Z] Step 6/22 : COPY go.mod . [2020-11-06T08:46:30.499Z] ---> Using cache [2020-11-06T08:46:30.499Z] ---> e0652b89b8d9 [2020-11-06T08:46:30.499Z] Step 7/22 : RUN go mod download [2020-11-06T08:46:30.499Z] ---> Using cache [2020-11-06T08:46:30.499Z] ---> 004643c8e46b [2020-11-06T08:46:30.499Z] Step 8/22 : COPY . . [2020-11-06T08:46:30.499Z] ---> Using cache [2020-11-06T08:46:30.499Z] ---> 26bfb199a5cf [2020-11-06T08:46:30.499Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-06T08:46:31.892Z] ---> Running in f321a9afcb26 [2020-11-06T08:46:31.892Z] ---> 6912688b1fd9 [2020-11-06T08:46:31.892Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-06T08:46:31.892Z] Removing intermediate container d558d35a602c [2020-11-06T08:46:31.892Z] ---> 1a86fe84a830 [2020-11-06T08:46:31.892Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-06T08:46:32.846Z] 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-06T08:46:32.846Z] ---> fe0fbe02b382 [2020-11-06T08:46:32.846Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-06T08:46:32.846Z] ---> Running in 35346c0e722d [2020-11-06T08:46:32.846Z] ---> 0e58458865ed [2020-11-06T08:46:32.846Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-06T08:46:33.441Z] ---> eb15214953e8 [2020-11-06T08:46:33.441Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-06T08:46:33.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:46:33.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:46:33.973Z] ---> bca0e0909f81 [2020-11-06T08:46:33.973Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-06T08:46:33.973Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-06T08:46:33.973Z] (2/33) Installing expat (2.2.9-r1) [2020-11-06T08:46:33.973Z] (3/33) Installing libffi (3.3-r2) [2020-11-06T08:46:33.973Z] (4/33) Installing gdbm (1.13-r1) [2020-11-06T08:46:33.973Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-06T08:46:33.973Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-06T08:46:33.973Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-06T08:46:38.765Z] ---> 841affceb6e2 [2020-11-06T08:46:38.765Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-06T08:46:38.765Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-06T08:46:38.765Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-06T08:46:38.765Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-06T08:46:38.765Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-06T08:46:38.765Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-06T08:46:38.765Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-06T08:46:38.765Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-06T08:46:38.765Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-06T08:46:38.765Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-06T08:46:38.765Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-06T08:46:38.765Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-06T08:46:38.765Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-06T08:46:39.157Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-06T08:46:39.157Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-06T08:46:39.556Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-06T08:46:39.556Z] ---> 8de4ca23eb0e [2020-11-06T08:46:39.556Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-06T08:46:39.556Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-06T08:46:39.556Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-06T08:46:39.556Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-06T08:46:39.556Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-06T08:46:39.556Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-06T08:46:39.932Z] ---> Running in 129a75a9c0d2 [2020-11-06T08:46:39.932Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-06T08:46:39.932Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-06T08:46:39.932Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-06T08:46:39.932Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-06T08:46:39.932Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-06T08:46:39.932Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-06T08:46:39.932Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:46:39.932Z] OK: 71 MiB in 55 packages [2020-11-06T08:46:41.583Z] Removing intermediate container 129a75a9c0d2 [2020-11-06T08:46:41.583Z] ---> a95cdc91738e [2020-11-06T08:46:41.583Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-06T08:46:45.005Z] ---> c61928bb5300 [2020-11-06T08:46:45.005Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-06T08:46:46.879Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-11-06T08:46:46.925Z] ---> Running in 6e9fe9d9827f [2020-11-06T08:46:47.196Z] Removing intermediate container 35346c0e722d [2020-11-06T08:46:47.196Z] ---> 10bfbc119a38 [2020-11-06T08:46:47.196Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-06T08:46:47.464Z] ---> Running in 3e70cba8b7cb [2020-11-06T08:46:48.902Z] Removing intermediate container 6e9fe9d9827f [2020-11-06T08:46:48.902Z] ---> aa967169a3e5 [2020-11-06T08:46:48.902Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-06T08:46:48.902Z] ---> Running in 4755251abfb5 [2020-11-06T08:46:49.499Z] Collecting docker-compose==1.23.2 [2020-11-06T08:46:49.499Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-06T08:46:49.765Z] Collecting jsonschema<3,>=2.5.1 [2020-11-06T08:46:49.765Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-06T08:46:49.765Z] Collecting texttable<0.10,>=0.9.0 [2020-11-06T08:46:49.765Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-06T08:46:50.347Z] Collecting cached-property<2,>=1.2.0 [2020-11-06T08:46:50.347Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-06T08:46:50.613Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-06T08:46:50.613Z] Removing intermediate container 4755251abfb5 [2020-11-06T08:46:50.613Z] ---> cbc63c00d28e [2020-11-06T08:46:50.613Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-06T08:46:50.613Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-06T08:46:50.957Z] ---> Running in fcd7a57d43da [2020-11-06T08:46:50.957Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-06T08:46:50.957Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-06T08:46:50.957Z] Removing intermediate container fcd7a57d43da [2020-11-06T08:46:50.957Z] ---> 145dc2025547 [2020-11-06T08:46:50.957Z] Step 26/29 : CMD [ "generate" ] [2020-11-06T08:46:50.957Z] ---> Running in f7786cd535b3 [2020-11-06T08:46:51.225Z] Removing intermediate container f7786cd535b3 [2020-11-06T08:46:51.225Z] ---> ca49b2b2d902 [2020-11-06T08:46:51.225Z] Step 27/29 : LABEL arch=x86_64 [2020-11-06T08:46:51.225Z] ---> Running in c1b98deb6c06 [2020-11-06T08:46:51.500Z] Collecting docopt<0.7,>=0.6.1 [2020-11-06T08:46:51.500Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-06T08:46:52.083Z] Removing intermediate container c1b98deb6c06 [2020-11-06T08:46:52.083Z] ---> e95365843120 [2020-11-06T08:46:52.083Z] Step 28/29 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:46:52.083Z] ---> Running in cbc7cf6f90b1 [2020-11-06T08:46:52.348Z] Collecting PyYAML<4,>=3.10 [2020-11-06T08:46:52.348Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-06T08:46:52.348Z] Removing intermediate container cbc7cf6f90b1 [2020-11-06T08:46:52.348Z] ---> 121a76e5ea01 [2020-11-06T08:46:52.348Z] Step 29/29 : LABEL version=0.0.0 [2020-11-06T08:46:52.622Z] ---> Running in c0c071c6d0f1 [2020-11-06T08:46:53.578Z] 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-06T08:46:54.023Z] Removing intermediate container c0c071c6d0f1 [2020-11-06T08:46:54.023Z] ---> 1cd71d4ba95c [2020-11-06T08:46:54.023Z] [2020-11-06T08:46:54.023Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-06T08:46:54.023Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-06T08:46:54.286Z] Successfully built 1cd71d4ba95c [2020-11-06T08:46:54.286Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-06T08:46:54.286Z]  Building docker-security-secrets-setup-go ... done Collecting docker<4.0,>=3.6.0 [2020-11-06T08:46:54.286Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-06T08:46:54.549Z] 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-06T08:46:54.549Z] 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-06T08:46:54.549Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-06T08:46:54.549Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-06T08:46:55.940Z] Removing intermediate container f321a9afcb26 [2020-11-06T08:46:55.940Z] ---> aac413e1a2ca [2020-11-06T08:46:55.940Z] [2020-11-06T08:46:55.940Z] Step 10/22 : FROM scratch [2020-11-06T08:46:55.940Z] ---> [2020-11-06T08:46:55.940Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-06T08:46:55.940Z] Collecting idna<2.8,>=2.5 [2020-11-06T08:46:55.940Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-06T08:46:55.940Z] 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-06T08:46:55.940Z] Collecting docker-pycreds>=0.4.0 [2020-11-06T08:46:55.940Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-06T08:46:55.940Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-06T08:46:55.940Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-06T08:46:55.940Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-06T08:46:55.940Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-06T08:46:55.940Z] ---> Using cache [2020-11-06T08:46:55.940Z] ---> 786b0b1da45d [2020-11-06T08:46:55.940Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-06T08:46:55.940Z] ---> Running in b1b0f81584b0 [2020-11-06T08:46:55.940Z] Installing collected packages: jsonschema, texttable, cached-property, urllib3, idna, requests, dockerpty, docopt, PyYAML, websocket-client, docker-pycreds, docker, docker-compose [2020-11-06T08:46:56.202Z] Running setup.py install for texttable: started [2020-11-06T08:46:56.202Z] Removing intermediate container b1b0f81584b0 [2020-11-06T08:46:56.202Z] ---> daec8845af12 [2020-11-06T08:46:56.202Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-06T08:46:56.202Z] ---> Running in 68443aa42704 [2020-11-06T08:46:56.464Z] Removing intermediate container 68443aa42704 [2020-11-06T08:46:56.464Z] ---> 374acffdb57f [2020-11-06T08:46:56.464Z] Step 14/22 : WORKDIR / [2020-11-06T08:46:56.464Z] ---> Running in c171a7783e43 [2020-11-06T08:46:56.726Z] Removing intermediate container c171a7783e43 [2020-11-06T08:46:56.726Z] ---> da336d93949f [2020-11-06T08:46:56.726Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-06T08:46:56.726Z] Running setup.py install for texttable: finished with status 'done' [2020-11-06T08:46:56.726Z] Attempting uninstall: urllib3 [2020-11-06T08:46:56.726Z] Found existing installation: urllib3 1.25.9 [2020-11-06T08:46:56.726Z] Uninstalling urllib3-1.25.9: [2020-11-06T08:46:56.726Z] Successfully uninstalled urllib3-1.25.9 [2020-11-06T08:46:57.673Z] ---> 3fb512544661 [2020-11-06T08:46:57.673Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-06T08:46:57.673Z] Attempting uninstall: idna [2020-11-06T08:46:57.673Z] Found existing installation: idna 2.9 [2020-11-06T08:46:57.673Z] Uninstalling idna-2.9: [2020-11-06T08:46:57.673Z] Successfully uninstalled idna-2.9 [2020-11-06T08:46:57.673Z] Attempting uninstall: requests [2020-11-06T08:46:57.673Z] Found existing installation: requests 2.23.0 [2020-11-06T08:46:57.673Z] Uninstalling requests-2.23.0: [2020-11-06T08:46:57.673Z] Successfully uninstalled requests-2.23.0 [2020-11-06T08:46:57.935Z] Running setup.py install for dockerpty: started [2020-11-06T08:46:58.198Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-06T08:46:58.198Z] Running setup.py install for docopt: started [2020-11-06T08:46:58.461Z] ---> b59d981eb4da [2020-11-06T08:46:58.461Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-06T08:46:58.724Z] ---> 466a1bfa92ef [2020-11-06T08:46:58.724Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-06T08:46:58.724Z] Running setup.py install for docopt: finished with status 'done' [2020-11-06T08:46:58.724Z] ---> Running in d96699ca4e27 [2020-11-06T08:46:58.724Z] Running setup.py install for PyYAML: started [2020-11-06T08:46:58.988Z] Removing intermediate container d96699ca4e27 [2020-11-06T08:46:58.988Z] ---> 19bc54d0b059 [2020-11-06T08:46:58.988Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:46:58.988Z] ---> Running in b72a12c2170e [2020-11-06T08:46:58.992Z] 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-06T08:46:59.252Z] Removing intermediate container b72a12c2170e [2020-11-06T08:46:59.252Z] ---> 0fe57bfccf68 [2020-11-06T08:46:59.252Z] Step 20/22 : LABEL arch=x86_64 [2020-11-06T08:46:59.252Z] ---> Running in 2f1b4d10de88 [2020-11-06T08:46:59.252Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-06T08:46:59.528Z] Removing intermediate container 2f1b4d10de88 [2020-11-06T08:46:59.528Z] ---> 1e40a6e14e3d [2020-11-06T08:46:59.528Z] Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:46:59.528Z] ---> Running in 7022293d52c9 [2020-11-06T08:47:00.476Z] Removing intermediate container 7022293d52c9 [2020-11-06T08:47:00.476Z] ---> 8fe66d681197 [2020-11-06T08:47:00.476Z] Step 22/22 : LABEL version=0.0.0 [2020-11-06T08:47:01.051Z] ---> Running in 0e259908c695 [2020-11-06T08:47:01.315Z] 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-06T08:47:01.576Z] Removing intermediate container 0e259908c695 [2020-11-06T08:47:01.576Z] ---> fa299f121c86 [2020-11-06T08:47:01.576Z] [2020-11-06T08:47:01.576Z] Successfully built fa299f121c86 [2020-11-06T08:47:01.576Z] Successfully tagged docker-core-metadata-go:latest [2020-11-06T08:47:03.305Z] 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-06T08:47:04.897Z]  Building docker-core-metadata-go ... done Removing intermediate container 3e70cba8b7cb [2020-11-06T08:47:04.898Z] ---> 88739570efbf [2020-11-06T08:47:04.898Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-06T08:47:04.898Z] ---> Running in bbae2cc89223 [2020-11-06T08:47:04.898Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-06T08:47:05.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-06T08:47:05.162Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-06T08:47:05.162Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-06T08:47:05.162Z] (3/3) Installing curl (7.69.1-r1) [2020-11-06T08:47:05.162Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:47:05.162Z] OK: 72 MiB in 58 packages [2020-11-06T08:47:05.738Z] Removing intermediate container bbae2cc89223 [2020-11-06T08:47:05.738Z] ---> 605cd270dc00 [2020-11-06T08:47:05.738Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-06T08:47:05.738Z] ---> Running in 9fd0101b5053 [2020-11-06T08:47:06.000Z] Removing intermediate container 9fd0101b5053 [2020-11-06T08:47:06.000Z] ---> 4318b5b884be [2020-11-06T08:47:06.000Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:47:06.000Z] ---> Running in 35d771950298 [2020-11-06T08:47:06.264Z] Removing intermediate container 35d771950298 [2020-11-06T08:47:06.264Z] ---> 1078e579a40d [2020-11-06T08:47:06.264Z] Step 25/27 : LABEL arch=x86_64 [2020-11-06T08:47:06.264Z] ---> Running in b74e40bc62c3 [2020-11-06T08:47:06.264Z] Removing intermediate container b74e40bc62c3 [2020-11-06T08:47:06.264Z] ---> 7df8a7a42c7d [2020-11-06T08:47:06.264Z] Step 26/27 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:47:06.527Z] ---> Running in 16d7138eef6b [2020-11-06T08:47:06.527Z] Removing intermediate container 16d7138eef6b [2020-11-06T08:47:06.527Z] ---> 4c9b7faba8c3 [2020-11-06T08:47:06.528Z] Step 27/27 : LABEL version=0.0.0 [2020-11-06T08:47:06.791Z] ---> Running in 0f3b30c77132 [2020-11-06T08:47:06.791Z] Removing intermediate container 0f3b30c77132 [2020-11-06T08:47:06.791Z] ---> 5d636c1a23bc [2020-11-06T08:47:06.791Z] [2020-11-06T08:47:07.057Z] Successfully built 5d636c1a23bc [2020-11-06T08:47:07.058Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-06T08:47:07.337Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-06T08:47:07.391Z] $ docker stop --time=1 4e5958dafee6c8f4f10fdc22b3e5d49c1e9353ff11f6e2da90b6d563cf0c7a62 [2020-11-06T08:47:07.622Z] 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-06T08:47:09.059Z] 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-06T08:47:09.096Z] $ docker rm -f 4e5958dafee6c8f4f10fdc22b3e5d49c1e9353ff11f6e2da90b6d563cf0c7a62 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T08:47:09.662Z] + docker images [2020-11-06T08:47:09.662Z] + grep docker [2020-11-06T08:47:09.662Z] docker-sys-mgmt-agent-go latest 5d636c1a23bc 3 seconds ago 290MB [2020-11-06T08:47:09.662Z] docker-core-metadata-go latest fa299f121c86 8 seconds ago 14.5MB [2020-11-06T08:47:09.662Z] docker-security-secrets-setup-go latest 1cd71d4ba95c 17 seconds ago 24MB [2020-11-06T08:47:09.662Z] docker-security-secretstore-setup-go latest c9bc40dff8e7 45 seconds ago 24.8MB [2020-11-06T08:47:09.662Z] docker-security-bootstrap-redis-go latest 05f8fcc77ff6 51 seconds ago 15.9MB [2020-11-06T08:47:09.662Z] docker-support-scheduler-go latest 50381754d1f8 52 seconds ago 12.3MB [2020-11-06T08:47:09.662Z] docker-core-data-go latest 1a6b1b5b35e4 2 minutes ago 23.7MB [2020-11-06T08:47:09.662Z] docker-support-notifications-go latest e2b79601eb65 2 minutes ago 13.6MB [2020-11-06T08:47:09.662Z] docker-core-command-go latest 304d0ab81886 2 minutes ago 12.2MB [2020-11-06T08:47:09.662Z] docker-security-proxy-setup-go latest ac801cb69213 3 minutes ago 15.8MB [2020-11-06T08:47:09.662Z] docker-support-logging-go latest 64c5eccfb194 3 minutes ago 11.1MB [2020-11-06T08:47:09.662Z] docker latest 6972c414f322 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-11-06T08:47:13.369Z] 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-06T08:47:18.782Z] 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-06T08:47:22.163Z] 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-06T08:47:25.556Z] 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-06T08:47:25.882Z] Still waiting to schedule task [2020-11-06T08:47:25.882Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-11-06T08:47:28.956Z] 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-06T08:47:32.341Z] 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 [Pipeline] } [2020-11-06T08:47:35.752Z] $ docker stop --time=1 6b7781e0832ec9f94ebe846e09a8fdae506ec714ff8f8e7bc4f034aaeff3ebf2 [2020-11-06T08:47:38.296Z] $ docker rm -f 6b7781e0832ec9f94ebe846e09a8fdae506ec714ff8f8e7bc4f034aaeff3ebf2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:47:40.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-06T08:47:40.327Z] [2020-11-06T08:47:40.327Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:47:41.006Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-06T08:47:41.279Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-06T08:47:41.279Z] 29e5d40040c1: Pulling fs layer [2020-11-06T08:47:41.279Z] 1ce36da41761: Pulling fs layer [2020-11-06T08:47:41.279Z] 25b303627fd3: Pulling fs layer [2020-11-06T08:47:41.878Z] 29e5d40040c1: Verifying Checksum [2020-11-06T08:47:41.878Z] 29e5d40040c1: Download complete [2020-11-06T08:47:42.480Z] 1ce36da41761: Verifying Checksum [2020-11-06T08:47:42.480Z] 1ce36da41761: Download complete [2020-11-06T08:47:42.755Z] 29e5d40040c1: Pull complete [2020-11-06T08:47:44.207Z] 1ce36da41761: Pull complete [2020-11-06T08:47:44.207Z] 25b303627fd3: Verifying Checksum [2020-11-06T08:47:44.207Z] 25b303627fd3: Download complete [2020-11-06T08:47:54.360Z] 25b303627fd3: Pull complete [2020-11-06T08:47:54.360Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-06T08:47:54.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-06T08:47:54.360Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-06T08:47:54.592Z] prd-ubuntu18.04-docker-arm64-4c-16g-11357 does not seem to be running inside a container [2020-11-06T08:47:54.675Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-06T08:47:58.190Z] $ docker top 3c761d35230d382f8330a6b2f351f64afa61635e715038d30cce3b6825beae2b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T08:47:59.707Z] + docker-compose+ buildgrep parallel [2020-11-06T08:47:59.708Z] --help [2020-11-06T08:48:03.078Z] --parallel Build images in parallel. [Pipeline] } [2020-11-06T08:48:03.371Z] $ docker stop --time=1 3c761d35230d382f8330a6b2f351f64afa61635e715038d30cce3b6825beae2b [2020-11-06T08:48:05.390Z] $ docker rm -f 3c761d35230d382f8330a6b2f351f64afa61635e715038d30cce3b6825beae2b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:48:06.197Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-06T08:48:06.197Z] . [Pipeline] withDockerContainer [2020-11-06T08:48:06.485Z] prd-ubuntu18.04-docker-arm64-4c-16g-11357 does not seem to be running inside a container [2020-11-06T08:48:06.582Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-06T08:48:08.058Z] $ docker top 2085af2ec2bb82ed34cd9b0666e82e6524a4b56f4d265ef642f5e0d0f00b24ac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T08:48:09.170Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-06T08:48:13.458Z] Building docker-core-command-go ... [2020-11-06T08:48:13.458Z] Building docker-core-data-go ... [2020-11-06T08:48:13.458Z] Building docker-core-metadata-go ... [2020-11-06T08:48:13.458Z] Building docker-security-bootstrap-redis-go ... [2020-11-06T08:48:13.458Z] Building docker-security-proxy-setup-go ... [2020-11-06T08:48:13.458Z] Building docker-security-secrets-setup-go ... [2020-11-06T08:48:13.458Z] Building docker-security-secretstore-setup-go ... [2020-11-06T08:48:13.458Z] Building docker-support-logging-go ... [2020-11-06T08:48:13.458Z] Building docker-support-notifications-go ... [2020-11-06T08:48:13.458Z] Building docker-support-scheduler-go ... [2020-11-06T08:48:13.458Z] Building docker-sys-mgmt-agent-go ... [2020-11-06T08:48:13.458Z] Building docker-security-proxy-setup-go [2020-11-06T08:48:13.458Z] Building docker-support-logging-go [2020-11-06T08:48:13.458Z] Building docker-core-metadata-go [2020-11-06T08:48:13.458Z] Building docker-security-secrets-setup-go [2020-11-06T08:48:13.459Z] Building docker-security-secretstore-setup-go [2020-11-06T08:48:24.793Z] Running on prd-centos7-docker-8c-8g-11358 in /w/workspace/edgexfoundry_edgex-go_PR-2872 [Pipeline] { [Pipeline] ws [2020-11-06T08:48:24.856Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-11-06T08:48:26.910Z] using credential edgex-jenkins-ssh [2020-11-06T08:48:27.004Z] Cloning the remote Git repository [2020-11-06T08:48:26.353Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-06T08:48:26.422Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-11-06T08:48:26.445Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-06T08:48:26.445Z] > git --version # timeout=10 [2020-11-06T08:48:26.451Z] > git --version # 'git version 2.16.5' [2020-11-06T08:48:26.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T08:48:26.475Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T08:48:36.376Z] Merging remotes/origin/master commit 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac into PR head commit 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:48:36.521Z] Merge succeeded, producing 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:48:36.521Z] Checking out Revision 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c (PR-2872) [2020-11-06T08:48:35.795Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-06T08:48:35.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-06T08:48:35.810Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-06T08:48:35.820Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-06T08:48:35.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T08:48:35.823Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2872/head:refs/remotes/origin/PR-2872 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-06T08:48:36.385Z] > git config core.sparsecheckout # timeout=10 [2020-11-06T08:48:36.389Z] > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # timeout=10 [2020-11-06T08:48:36.499Z] > git remote # timeout=10 [2020-11-06T08:48:36.503Z] > git config --get remote.origin.url # timeout=10 [2020-11-06T08:48:36.506Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-06T08:48:36.510Z] > git merge 5d06cbb0b41e7d3a51cbd940cf893f9ac52402ac # timeout=10 [2020-11-06T08:48:36.518Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-06T08:48:36.525Z] > git config core.sparsecheckout # timeout=10 [2020-11-06T08:48:36.528Z] > git checkout -f 1a01ba7af32f03b3df850b6de5ed1fdaf73e211c # timeout=10 [2020-11-06T08:48:40.125Z] Commit message: "fix(metadata): fix V2 API int overflow error on 32bit ARM build" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-06T08:48:41.428Z] ++ find /w/workspace/edgex-go/4 [2020-11-06T08:48:41.428Z] ++ grep snapcraft.yaml [2020-11-06T08:48:41.428Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-06T08:48:41.568Z] provisioning config files... [2020-11-06T08:48:41.577Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/4@tmp/config2723419894103712203tmp [Pipeline] { [Pipeline] sh [2020-11-06T08:48:41.956Z] + cp /w/workspace/edgex-go/4@tmp/config2723419894103712203tmp /w/workspace/edgex-go/4/edgex-snap-store-login [Pipeline] sh [2020-11-06T08:48:42.276Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/4:/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-06T08:48:42.276Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-11-06T08:48:42.276Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-11-06T08:48:42.276Z] f08d8e2a3ba1: Pulling fs layer [2020-11-06T08:48:42.276Z] 3baa9cb2483b: Pulling fs layer [2020-11-06T08:48:42.276Z] 94e5ff4c0b15: Pulling fs layer [2020-11-06T08:48:42.276Z] 1860925334f9: Pulling fs layer [2020-11-06T08:48:42.276Z] 2daf38717194: Pulling fs layer [2020-11-06T08:48:42.276Z] 309017e8d7a4: Pulling fs layer [2020-11-06T08:48:42.276Z] f7790dc9fd0f: Pulling fs layer [2020-11-06T08:48:42.276Z] cac0ae9282c2: Pulling fs layer [2020-11-06T08:48:42.276Z] 1f4cadf9a1ed: Pulling fs layer [2020-11-06T08:48:42.276Z] 2daf38717194: Waiting [2020-11-06T08:48:42.276Z] 309017e8d7a4: Waiting [2020-11-06T08:48:42.276Z] f7790dc9fd0f: Waiting [2020-11-06T08:48:42.276Z] cac0ae9282c2: Waiting [2020-11-06T08:48:42.276Z] 1f4cadf9a1ed: Waiting [2020-11-06T08:48:42.276Z] 1860925334f9: Waiting [2020-11-06T08:48:42.276Z] 94e5ff4c0b15: Download complete [2020-11-06T08:48:42.538Z] 3baa9cb2483b: Verifying Checksum [2020-11-06T08:48:42.538Z] 3baa9cb2483b: Download complete [2020-11-06T08:48:42.538Z] 1860925334f9: Verifying Checksum [2020-11-06T08:48:42.538Z] 1860925334f9: Download complete [2020-11-06T08:48:42.538Z] 309017e8d7a4: Verifying Checksum [2020-11-06T08:48:42.538Z] 309017e8d7a4: Download complete [2020-11-06T08:48:42.538Z] f7790dc9fd0f: Download complete [2020-11-06T08:48:42.538Z] cac0ae9282c2: Download complete [2020-11-06T08:48:42.538Z] 1f4cadf9a1ed: Download complete [2020-11-06T08:48:43.483Z] f08d8e2a3ba1: Verifying Checksum [2020-11-06T08:48:43.483Z] f08d8e2a3ba1: Download complete [2020-11-06T08:48:44.427Z] f08d8e2a3ba1: Pull complete [2020-11-06T08:48:44.687Z] 3baa9cb2483b: Pull complete [2020-11-06T08:48:44.687Z] 94e5ff4c0b15: Pull complete [2020-11-06T08:48:44.949Z] 1860925334f9: Pull complete [2020-11-06T08:48:49.164Z] 2daf38717194: Verifying Checksum [2020-11-06T08:48:49.164Z] 2daf38717194: Download complete [2020-11-06T08:49:04.083Z] 2daf38717194: Pull complete [2020-11-06T08:49:04.083Z] 309017e8d7a4: Pull complete [2020-11-06T08:49:04.083Z] f7790dc9fd0f: Pull complete [2020-11-06T08:49:04.083Z] cac0ae9282c2: Pull complete [2020-11-06T08:49:04.083Z] 1f4cadf9a1ed: Pull complete [2020-11-06T08:49:04.348Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-11-06T08:49:04.348Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-11-06T08:49:08.558Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-11-06T08:49:08.558Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-11-06T08:49:08.558Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-11-06T08:49:08.558Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-11-06T08:49:08.558Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2167 kB] [2020-11-06T08:49:08.558Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-11-06T08:49:08.558Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] [2020-11-06T08:49:08.558Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-11-06T08:49:08.558Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-11-06T08:49:08.558Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2119 kB] [2020-11-06T08:49:08.818Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1354 kB] [2020-11-06T08:49:08.818Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-11-06T08:49:08.818Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-11-06T08:49:09.079Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1750 kB] [2020-11-06T08:49:09.340Z] Fetched 8178 kB in 2s (4645 kB/s) [2020-11-06T08:49:10.726Z] Reading package lists... [2020-11-06T08:49:12.110Z] 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-06T08:49:12.110Z] - README.md [2020-11-06T08:49:12.110Z] [2020-11-06T08:49:12.110Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-11-06T08:49:14.023Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-11-06T08:49:14.023Z] 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-06T08:49:14.023Z] 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-06T08:49:14.284Z] 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-06T08:49:15.638Z] 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... 60% 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-06T08:49:17.554Z] 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-06T08:49:18.646Z] 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-06T08:49:18.646Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-11-06T08:49:18.646Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-11-06T08:49:18.908Z] The following packages were automatically installed and are no longer required: [2020-11-06T08:49:18.908Z] libjq1 libonig4 [2020-11-06T08:49:18.908Z] Use 'sudo apt autoremove' to remove them. [2020-11-06T08:49:18.908Z] Suggested packages: [2020-11-06T08:49:18.908Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-11-06T08:49:18.908Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-11-06T08:49:18.908Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-11-06T08:49:18.908Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-11-06T08:49:18.908Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-11-06T08:49:18.908Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-11-06T08:49:18.908Z] git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc [2020-11-06T08:49:18.908Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-11-06T08:49:18.908Z] | libterm-readline-perl-perl [2020-11-06T08:49:19.169Z] The following NEW packages will be installed: [2020-11-06T08:49:19.169Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-11-06T08:49:19.169Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-11-06T08:49:19.169Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-11-06T08:49:19.169Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-11-06T08:49:19.169Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-11-06T08:49:19.169Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-11-06T08:49:19.169Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-11-06T08:49:19.169Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-11-06T08:49:19.169Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-11-06T08:49:19.169Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-11-06T08:49:19.169Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-11-06T08:49:19.169Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-11-06T08:49:19.169Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-11-06T08:49:19.169Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-11-06T08:49:19.169Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-11-06T08:49:19.169Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-11-06T08:49:19.169Z] perl perl-modules-5.26 pkg-config unzip zip [2020-11-06T08:49:19.169Z] The following packages will be upgraded: [2020-11-06T08:49:19.169Z] libc6 perl-base [2020-11-06T08:49:19.169Z] 2 upgraded, 101 newly installed, 0 to remove and 35 not upgraded. [2020-11-06T08:49:19.169Z] Need to get 84.4 MB of archives. [2020-11-06T08:49:19.169Z] After this operation, 369 MB of additional disk space will be used. [2020-11-06T08:49:19.430Z] 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-06T08:49:20.002Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 715 kB/1391 kB 51%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-11-06T08:49:20.263Z] 2% [2 libc6 22.9 kB/2831 kB 1%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-11-06T08:49:20.263Z] 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-06T08:49:20.263Z] 5% [4 perl-modules-5.26 13.8 kB/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-06T08:49:20.263Z] 7% [5 libgdbm5 10.0 kB/26.0 kB 39%] 8% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-11-06T08:49:20.263Z] 8% [6 libgdbm-compat4 0 B/6084 B 0%] 8% [Working] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-11-06T08:49:20.523Z] 8% [7 libperl5.26 12.3 kB/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-06T08:49:20.523Z] 11% [8 perl 47.9 kB/201 kB 24%] 12% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-11-06T08:49:20.523Z] 12% [9 less 42.7 kB/112 kB 38%] 12% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-11-06T08:49:20.523Z] 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-06T08:49:20.523Z] 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-06T08:49:20.523Z] 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-06T08:49:20.523Z] 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-06T08:49:20.787Z] 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-06T08:49:20.787Z] 17% [15 binutils 3392 B/3392 B 100%] 17% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-11-06T08:49:20.787Z] 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-06T08:49:20.787Z] 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-06T08:49:20.787Z] 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-06T08:49:20.787Z] 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-06T08:49:21.048Z] 21% [20 libisl19 0 B/551 kB 0%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-11-06T08:49:21.048Z] 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-06T08:49:21.048Z] 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-06T08:49:21.310Z] 22% [23 cpp-7 33.8 kB/8591 kB 0%] 31% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-11-06T08:49:21.310Z] 31% [24 cpp 27.6 kB/27.7 kB 100%] 31% [Working] 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-06T08:49:21.310Z] 31% [25 libcc1-0 0 B/39.4 kB 0%] 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-06T08:49:21.310Z] 31% [26 libgomp1 0 B/76.5 kB 0%] 31% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-11-06T08:49:21.310Z] 31% [27 libitm1 0 B/27.9 kB 0%] 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-06T08:49:21.310Z] 32% [28 libatomic1 0 B/9192 B 0%] 32% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-11-06T08:49:21.310Z] 32% [29 libasan4 0 B/358 kB 0%] 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-06T08:49:21.310Z] 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-06T08:49:21.310Z] 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-06T08:49:21.310Z] 33% [32 libubsan0 48.6 kB/126 kB 39%] 34% [Working] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-11-06T08:49:21.571Z] 34% [33 libcilkrts5 42.5 kB/42.5 kB 100%] 34% [Working] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-11-06T08:49:21.571Z] 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-06T08:49:21.571Z] 34% [35 libquadmath0 35.8 kB/134 kB 27%] 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-06T08:49:21.571Z] 34% [36 libgcc-7-dev 10.1 kB/2378 kB 0%] 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-06T08:49:21.834Z] 37% [37 gcc-7 14.3 kB/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-06T08:49:21.834Z] 46% [38 gcc 5184 B/5184 B 100%] 46% [Working] 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-06T08:49:21.834Z] 46% [39 libstdc++-7-dev 0 B/1471 kB 0%] 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-06T08:49:22.405Z] 48% [40 g++-7 14.9 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-06T08:49:22.405Z] 57% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-11-06T08:49:22.405Z] 57% [42 make 35.9 kB/154 kB 23%] 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-06T08:49:22.405Z] 58% [43 libdpkg-perl 20.8 kB/211 kB 10%] 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-06T08:49:22.405Z] 58% [44 patch 7797 B/102 kB 8%] 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-06T08:49:22.405Z] 58% [45 dpkg-dev 30.6 kB/607 kB 5%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-11-06T08:49:22.405Z] 59% [46 build-essential 4758 B/4758 B 100%] 59% [Working] 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-06T08:49:22.405Z] 59% [47 cmake-data 16.4 kB/1332 kB 1%] 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-06T08:49:22.405Z] 61% [48 libarchive13 9726 B/288 kB 3%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-11-06T08:49:22.405Z] 61% [49 libjsoncpp1 17.9 kB/73.6 kB 24%] 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-06T08:49:22.405Z] 61% [50 librhash0 0 B/78.1 kB 0%] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-11-06T08:49:22.405Z] 62% [51 libuv1 33.4 kB/64.4 kB 52%] 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-06T08:49:22.665Z] 62% [52 cmake 24.2 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-06T08:49:22.665Z] 65% [53 curl 18.4 kB/159 kB 12%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-11-06T08:49:22.665Z] 65% [54 libfakeroot 25.9 kB/25.9 kB 100%] 66% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-11-06T08:49:22.665Z] 66% [55 fakeroot 26.4 kB/62.3 kB 42%] 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-06T08:49:22.665Z] 66% [56 libc6-i386 28.2 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-06T08:49:22.926Z] 69% [57 libc6-dev-i386 57.9 kB/1817 kB 3%] 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-06T08:49:22.926Z] 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-06T08:49:22.926Z] 73% [59 libc6-dev-x32 50.7 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-06T08:49:22.926Z] 76% [60 lib32gcc1 10.1 kB/48.1 kB 21%] 76% [Waiting for headers] 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-06T08:49:22.926Z] 76% [61 libx32gcc1 16.9 kB/40.5 kB 42%] 76% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-11-06T08:49:22.926Z] 76% [62 lib32gomp1 27.7 kB/83.7 kB 33%] 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-06T08:49:22.926Z] 76% [63 libx32gomp1 14.5 kB/77.8 kB 19%] 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-06T08:49:22.926Z] 77% [64 lib32itm1 18.9 kB/30.0 kB 63%] 77% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-11-06T08:49:22.926Z] 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-06T08:49:22.926Z] 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-11-06T08:49:23.187Z] 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-06T08:49:23.187Z] 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-06T08:49:23.187Z] 78% [69 libx32asan4 19.0 kB/351 kB 5%] 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-06T08:49:23.187Z] 78% [70 lib32stdc++6 16.9 kB/415 kB 4%] 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-06T08:49:23.187Z] 79% [71 lib32ubsan0 21.0 kB/140 kB 15%] 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-06T08:49:23.187Z] 79% [72 libx32stdc++6 9880 B/387 kB 3%] 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-06T08:49:23.187Z] 80% [73 libx32ubsan0 8621 B/127 kB 7%] 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-06T08:49:23.187Z] 80% [74 lib32cilkrts5 9876 B/47.2 kB 21%] 81% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-11-06T08:49:23.187Z] 81% [75 libx32cilkrts5 11.4 kB/43.0 kB 26%] 81% [Waiting for headers] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-11-06T08:49:23.187Z] 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-06T08:49:23.187Z] 81% [77 lib32quadmath0 14.1 kB/208 kB 7%] 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-06T08:49:23.187Z] 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-06T08:49:23.187Z] 82% [79 lib32gcc-7-dev 6203 B/2211 kB 0%] 84% [Waiting for headers] 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-06T08:49:23.448Z] 84% [80 libx32gcc-7-dev 23.0 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-06T08:49:23.448Z] 86% [Waiting for headers] 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-06T08:49:23.448Z] 86% [82 lib32stdc++-7-dev 54.6 kB/626 kB 9%] 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-06T08:49:23.448Z] 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-06T08:49:23.448Z] 88% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-11-06T08:49:23.448Z] 88% [Working] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-11-06T08:49:23.448Z] 88% [86 g++-multilib 1020 B/1020 B 100%] 88% [Working] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-11-06T08:49:23.448Z] 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-06T08:49:23.448Z] 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-06T08:49:23.448Z] 89% [89 git-man 45.1 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-06T08:49:23.708Z] 90% [90 git 29.9 kB/3915 kB 1%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-11-06T08:49:23.709Z] 94% [91 libalgorithm-diff-perl 14.2 kB/47.6 kB 30%] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-11-06T08:49:23.709Z] 94% [92 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-11-06T08:49:23.709Z] 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-06T08:49:23.709Z] 94% [94 libfile-fcntllock-perl 21.2 kB/33.2 kB 64%] 95% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-11-06T08:49:23.709Z] 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-06T08:49:23.709Z] 95% [96 libpgm-5.2-0 20.6 kB/157 kB 13%] 95% [Working] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-11-06T08:49:23.709Z] 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-06T08:49:23.709Z] 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-06T08:49:23.709Z] 96% [99 libzmq3-dev 16.2 kB/400 kB 4%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-11-06T08:49:23.969Z] 97% [100 manpages-dev 0 B/2217 kB 0%] 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-06T08:49:23.969Z] 99% [101 pkg-config 8192 B/45.0 kB 18%] 99% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-11-06T08:49:24.489Z] 99% [102 unzip 12.6 kB/167 kB 8%] 100% [Waiting for headers] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-11-06T08:49:24.489Z] 100% [103 zip 4869 B/167 kB 3%] 100% [Working] Fetched 84.4 MB in 5s (16.2 MB/s) [2020-11-06T08:49:24.489Z] debconf: delaying package configuration, since apt-utils is not installed [2020-11-06T08:49:24.750Z] (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-06T08:49:24.751Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-06T08:49:24.751Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-11-06T08:49:28.046Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-11-06T08:49:28.046Z] (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-06T08:49:28.046Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-11-06T08:49:28.046Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... [2020-11-06T08:49:30.589Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:31.529Z] Selecting previously unselected package liblocale-gettext-perl. [2020-11-06T08:49:31.529Z] (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-06T08:49:31.529Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-11-06T08:49:31.529Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-11-06T08:49:31.529Z] Selecting previously unselected package perl-modules-5.26. [2020-11-06T08:49:31.529Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-11-06T08:49:31.529Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-11-06T08:49:32.471Z] Selecting previously unselected package libgdbm5:amd64. [2020-11-06T08:49:32.471Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-11-06T08:49:32.471Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-11-06T08:49:32.471Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-11-06T08:49:32.471Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-11-06T08:49:32.471Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-11-06T08:49:32.471Z] Selecting previously unselected package libperl5.26:amd64. [2020-11-06T08:49:32.471Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-06T08:49:32.471Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-11-06T08:49:33.043Z] Selecting previously unselected package perl. [2020-11-06T08:49:33.043Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-06T08:49:33.043Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-11-06T08:49:33.304Z] Selecting previously unselected package less. [2020-11-06T08:49:33.304Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-11-06T08:49:33.304Z] Unpacking less (487-0.1) ... [2020-11-06T08:49:33.304Z] Selecting previously unselected package netbase. [2020-11-06T08:49:33.304Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-11-06T08:49:33.304Z] Unpacking netbase (5.4) ... [2020-11-06T08:49:33.304Z] Selecting previously unselected package manpages. [2020-11-06T08:49:33.304Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-11-06T08:49:33.304Z] Unpacking manpages (4.15-1) ... [2020-11-06T08:49:33.564Z] Selecting previously unselected package binutils-common:amd64. [2020-11-06T08:49:33.564Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-06T08:49:33.564Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-06T08:49:33.564Z] Selecting previously unselected package libbinutils:amd64. [2020-11-06T08:49:33.564Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-06T08:49:33.564Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-06T08:49:33.825Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-11-06T08:49:33.825Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-06T08:49:33.825Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-11-06T08:49:34.086Z] Selecting previously unselected package binutils. [2020-11-06T08:49:34.086Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-06T08:49:34.086Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-11-06T08:49:34.086Z] Selecting previously unselected package libc-dev-bin. [2020-11-06T08:49:34.086Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-11-06T08:49:34.086Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... [2020-11-06T08:49:34.086Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-11-06T08:49:34.086Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-11-06T08:49:34.086Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-11-06T08:49:34.657Z] Selecting previously unselected package libc6-dev:amd64. [2020-11-06T08:49:34.657Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-11-06T08:49:34.657Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:34.917Z] Selecting previously unselected package gcc-7-base:amd64. [2020-11-06T08:49:34.917Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:34.917Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:34.917Z] Selecting previously unselected package libisl19:amd64. [2020-11-06T08:49:34.917Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-11-06T08:49:34.917Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-11-06T08:49:35.178Z] Selecting previously unselected package libmpfr6:amd64. [2020-11-06T08:49:35.178Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-11-06T08:49:35.178Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-11-06T08:49:35.178Z] Selecting previously unselected package libmpc3:amd64. [2020-11-06T08:49:35.178Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-11-06T08:49:35.178Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-11-06T08:49:35.178Z] Selecting previously unselected package cpp-7. [2020-11-06T08:49:35.178Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:35.178Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:35.228Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:49:35.228Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:49:35.228Z] ---> 774544b9bcf3 [2020-11-06T08:49:35.228Z] Step 3/22 : WORKDIR /edgex-go [2020-11-06T08:49:35.228Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:49:35.228Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-06T08:49:35.228Z] ---> 774544b9bcf3 [2020-11-06T08:49:35.228Z] Step 3/29 : WORKDIR /edgex-go [2020-11-06T08:49:35.228Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:49:35.228Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:49:35.228Z] ---> 774544b9bcf3 [2020-11-06T08:49:35.228Z] Step 3/22 : WORKDIR /edgex-go [2020-11-06T08:49:35.228Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:49:35.228Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:49:35.228Z] ---> 774544b9bcf3 [2020-11-06T08:49:35.228Z] Step 3/24 : WORKDIR /edgex-go [2020-11-06T08:49:35.228Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:49:35.228Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:49:35.228Z] ---> 774544b9bcf3 [2020-11-06T08:49:35.228Z] Step 3/20 : WORKDIR /edgex-go [2020-11-06T08:49:35.228Z] ---> Running in d7cbd8556c42 [2020-11-06T08:49:35.228Z] ---> Running in 22894f25821e [2020-11-06T08:49:35.228Z] ---> Running in a67efc119d4a [2020-11-06T08:49:35.228Z] ---> Running in 357ff0be8634 [2020-11-06T08:49:35.228Z] ---> Running in 148bedec2b24 [2020-11-06T08:49:35.228Z] Removing intermediate container 148bedec2b24 [2020-11-06T08:49:35.228Z] ---> b0c7cb21b63c [2020-11-06T08:49:35.228Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:49:35.228Z] Removing intermediate container 357ff0be8634 [2020-11-06T08:49:35.228Z] ---> 833444521682 [2020-11-06T08:49:35.228Z] Step 4/29 : RUN apk update && apk add make git [2020-11-06T08:49:35.228Z] Removing intermediate container 22894f25821e [2020-11-06T08:49:35.228Z] ---> 8fb1516a7a87 [2020-11-06T08:49:35.228Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:49:35.228Z] Removing intermediate container d7cbd8556c42 [2020-11-06T08:49:35.228Z] ---> 90128af8305c [2020-11-06T08:49:35.228Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:49:35.228Z] Removing intermediate container a67efc119d4a [2020-11-06T08:49:35.228Z] ---> 248e5bf08844 [2020-11-06T08:49:35.228Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:49:35.228Z] ---> Running in 73a3afbcb521 [2020-11-06T08:49:35.228Z] ---> Running in e5f2d11f2d4b [2020-11-06T08:49:35.228Z] ---> Running in a1c4dbdbbe53 [2020-11-06T08:49:35.228Z] ---> Running in 4d14ddac8921 [2020-11-06T08:49:35.228Z] ---> Running in 818dae15cafc [2020-11-06T08:49:35.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:49:36.116Z] Selecting previously unselected package cpp. [2020-11-06T08:49:36.117Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-06T08:49:36.117Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-11-06T08:49:36.117Z] Selecting previously unselected package libcc1-0:amd64. [2020-11-06T08:49:36.117Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.117Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:36.117Z] Selecting previously unselected package libgomp1:amd64. [2020-11-06T08:49:36.117Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.377Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:36.377Z] Selecting previously unselected package libitm1:amd64. [2020-11-06T08:49:36.377Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.377Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:36.377Z] Selecting previously unselected package libatomic1:amd64. [2020-11-06T08:49:36.377Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.377Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:36.377Z] Selecting previously unselected package libasan4:amd64. [2020-11-06T08:49:36.377Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.377Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:36.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:49:36.637Z] Selecting previously unselected package liblsan0:amd64. [2020-11-06T08:49:36.637Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.637Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:36.637Z] Selecting previously unselected package libtsan0:amd64. [2020-11-06T08:49:36.637Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.637Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:36.637Z] Selecting previously unselected package libubsan0:amd64. [2020-11-06T08:49:36.637Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.638Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:36.898Z] Selecting previously unselected package libcilkrts5:amd64. [2020-11-06T08:49:36.898Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.898Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:36.898Z] Selecting previously unselected package libmpx2:amd64. [2020-11-06T08:49:36.898Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.898Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:36.898Z] Selecting previously unselected package libquadmath0:amd64. [2020-11-06T08:49:36.898Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.898Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:36.898Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-11-06T08:49:36.898Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:36.898Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:37.470Z] Selecting previously unselected package gcc-7. [2020-11-06T08:49:37.470Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:37.470Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:37.516Z] Removing intermediate container 73a3afbcb521 [2020-11-06T08:49:37.516Z] ---> 917bcfb1802e [2020-11-06T08:49:37.516Z] Step 5/20 : RUN apk update && apk add make git [2020-11-06T08:49:37.516Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:49:37.516Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:49:37.516Z] OK: 12623 distinct packages available [2020-11-06T08:49:37.516Z] ---> Running in af59f34a0c03 [2020-11-06T08:49:37.793Z] Removing intermediate container a1c4dbdbbe53 [2020-11-06T08:49:37.793Z] ---> 5122d07e7cfe [2020-11-06T08:49:37.793Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-06T08:49:38.039Z] Selecting previously unselected package gcc. [2020-11-06T08:49:38.040Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-06T08:49:38.072Z] ---> Running in 2a854a13f93a [2020-11-06T08:49:38.072Z] Removing intermediate container 818dae15cafc [2020-11-06T08:49:38.072Z] ---> 16a656a6cafe [2020-11-06T08:49:38.072Z] Step 5/24 : RUN apk update && apk add make git [2020-11-06T08:49:38.300Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-11-06T08:49:38.300Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-11-06T08:49:38.300Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:38.300Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:38.346Z] Removing intermediate container 4d14ddac8921 [2020-11-06T08:49:38.346Z] OK: 217 MiB in 51 packages [2020-11-06T08:49:38.346Z] ---> 17f7c908412d [2020-11-06T08:49:38.346Z] Step 5/22 : RUN apk update && apk add make git [2020-11-06T08:49:38.346Z] ---> Running in bcc134fb8d75 [2020-11-06T08:49:38.346Z] ---> Running in 366628de20fd [2020-11-06T08:49:38.870Z] Selecting previously unselected package g++-7. [2020-11-06T08:49:38.870Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:38.870Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:39.810Z] Selecting previously unselected package g++. [2020-11-06T08:49:39.810Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-06T08:49:39.810Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-11-06T08:49:39.810Z] Selecting previously unselected package make. [2020-11-06T08:49:39.810Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-11-06T08:49:39.810Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-11-06T08:49:39.810Z] Selecting previously unselected package libdpkg-perl. [2020-11-06T08:49:39.810Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-11-06T08:49:39.810Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-11-06T08:49:40.070Z] Selecting previously unselected package patch. [2020-11-06T08:49:40.070Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-11-06T08:49:40.070Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-11-06T08:49:40.070Z] Selecting previously unselected package dpkg-dev. [2020-11-06T08:49:40.070Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-11-06T08:49:40.070Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-11-06T08:49:40.070Z] Selecting previously unselected package build-essential. [2020-11-06T08:49:40.070Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-11-06T08:49:40.070Z] Unpacking build-essential (12.4ubuntu1) ... [2020-11-06T08:49:40.330Z] Selecting previously unselected package cmake-data. [2020-11-06T08:49:40.330Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-11-06T08:49:40.330Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-11-06T08:49:40.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:49:40.342Z] Removing intermediate container e5f2d11f2d4b [2020-11-06T08:49:40.342Z] ---> efcca56976eb [2020-11-06T08:49:40.342Z] Step 5/29 : COPY go.mod . [2020-11-06T08:49:40.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:49:40.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:49:40.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:49:41.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:49:41.169Z] ---> 571371f74e18 [2020-11-06T08:49:41.169Z] Step 6/29 : RUN go mod download [2020-11-06T08:49:41.269Z] Selecting previously unselected package libarchive13:amd64. [2020-11-06T08:49:41.269Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-11-06T08:49:41.269Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-11-06T08:49:41.269Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-11-06T08:49:41.269Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-06T08:49:41.269Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-06T08:49:41.269Z] Selecting previously unselected package librhash0:amd64. [2020-11-06T08:49:41.269Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-11-06T08:49:41.269Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-11-06T08:49:41.269Z] Selecting previously unselected package libuv1:amd64. [2020-11-06T08:49:41.269Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-11-06T08:49:41.269Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-11-06T08:49:41.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:49:41.441Z] ---> Running in d3e5d3e04bd4 [2020-11-06T08:49:41.528Z] Selecting previously unselected package cmake. [2020-11-06T08:49:41.528Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-11-06T08:49:41.528Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-11-06T08:49:41.721Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:49:41.721Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:49:41.721Z] OK: 12623 distinct packages available [2020-11-06T08:49:41.788Z] Selecting previously unselected package curl. [2020-11-06T08:49:41.788Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-11-06T08:49:41.788Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-11-06T08:49:42.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:49:42.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:49:42.048Z] Selecting previously unselected package libfakeroot:amd64. [2020-11-06T08:49:42.048Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-11-06T08:49:42.048Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-11-06T08:49:42.048Z] Selecting previously unselected package fakeroot. [2020-11-06T08:49:42.048Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-11-06T08:49:42.048Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-11-06T08:49:42.048Z] Selecting previously unselected package libc6-i386. [2020-11-06T08:49:42.048Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-11-06T08:49:42.048Z] Unpacking libc6-i386 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:42.609Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:49:42.609Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:49:42.609Z] OK: 12623 distinct packages available [2020-11-06T08:49:42.609Z] OK: 217 MiB in 51 packages [2020-11-06T08:49:42.617Z] Selecting previously unselected package libc6-dev-i386. [2020-11-06T08:49:42.617Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-11-06T08:49:42.617Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:42.877Z] Selecting previously unselected package libc6-x32. [2020-11-06T08:49:42.877Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-11-06T08:49:42.877Z] Unpacking libc6-x32 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:42.885Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:49:42.886Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:49:42.886Z] OK: 12623 distinct packages available [2020-11-06T08:49:42.886Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:49:42.886Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:49:42.886Z] OK: 12623 distinct packages available [2020-11-06T08:49:43.138Z] Selecting previously unselected package libc6-dev-x32. [2020-11-06T08:49:43.138Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-11-06T08:49:43.138Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:43.398Z] Selecting previously unselected package lib32gcc1. [2020-11-06T08:49:43.398Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:43.398Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:43.487Z] OK: 217 MiB in 51 packages [2020-11-06T08:49:43.659Z] Selecting previously unselected package libx32gcc1. [2020-11-06T08:49:43.659Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:43.659Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:43.659Z] Selecting previously unselected package lib32gomp1. [2020-11-06T08:49:43.659Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:43.659Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:43.659Z] Selecting previously unselected package libx32gomp1. [2020-11-06T08:49:43.659Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:43.659Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:43.923Z] Selecting previously unselected package lib32itm1. [2020-11-06T08:49:43.923Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:43.923Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:43.923Z] Selecting previously unselected package libx32itm1. [2020-11-06T08:49:43.923Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:43.923Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:43.923Z] Selecting previously unselected package lib32atomic1. [2020-11-06T08:49:43.924Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:43.924Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:43.924Z] Selecting previously unselected package libx32atomic1. [2020-11-06T08:49:43.924Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:43.924Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:44.088Z] OK: 217 MiB in 51 packages [2020-11-06T08:49:44.088Z] OK: 217 MiB in 51 packages [2020-11-06T08:49:44.185Z] Selecting previously unselected package lib32asan4. [2020-11-06T08:49:44.185Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.185Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:44.185Z] Selecting previously unselected package libx32asan4. [2020-11-06T08:49:44.185Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.185Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:44.446Z] Selecting previously unselected package lib32stdc++6. [2020-11-06T08:49:44.446Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.446Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:44.446Z] Selecting previously unselected package lib32ubsan0. [2020-11-06T08:49:44.446Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.446Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:44.446Z] Selecting previously unselected package libx32stdc++6. [2020-11-06T08:49:44.446Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.446Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:44.693Z] OK: 217 MiB in 51 packages [2020-11-06T08:49:44.693Z] Removing intermediate container af59f34a0c03 [2020-11-06T08:49:44.693Z] ---> 700889d818dd [2020-11-06T08:49:44.693Z] Step 6/20 : COPY go.mod . [2020-11-06T08:49:44.707Z] Selecting previously unselected package libx32ubsan0. [2020-11-06T08:49:44.707Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.707Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:44.707Z] Selecting previously unselected package lib32cilkrts5. [2020-11-06T08:49:44.707Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.707Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:44.707Z] Selecting previously unselected package libx32cilkrts5. [2020-11-06T08:49:44.707Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.707Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:44.966Z] Selecting previously unselected package lib32mpx2. [2020-11-06T08:49:44.966Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.966Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:44.966Z] Selecting previously unselected package lib32quadmath0. [2020-11-06T08:49:44.966Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.966Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:44.966Z] Selecting previously unselected package libx32quadmath0. [2020-11-06T08:49:44.966Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.966Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:44.966Z] Selecting previously unselected package lib32gcc-7-dev. [2020-11-06T08:49:44.966Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:44.966Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:45.537Z] Selecting previously unselected package libx32gcc-7-dev. [2020-11-06T08:49:45.537Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:45.537Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:45.537Z] Selecting previously unselected package gcc-7-multilib. [2020-11-06T08:49:45.537Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:45.537Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:45.537Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-11-06T08:49:45.537Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:45.537Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:45.683Z] Removing intermediate container 366628de20fd [2020-11-06T08:49:45.683Z] ---> 15cbb6a2fbe6 [2020-11-06T08:49:45.683Z] Step 7/20 : RUN go mod download [2020-11-06T08:49:45.683Z] ---> b782b46c04de [2020-11-06T08:49:45.683Z] Step 6/24 : COPY go.mod . [2020-11-06T08:49:45.797Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-11-06T08:49:45.797Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:45.797Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:45.958Z] ---> Running in 982dbb451595 [2020-11-06T08:49:45.958Z] Removing intermediate container d3e5d3e04bd4 [2020-11-06T08:49:45.958Z] ---> c64cda41deb3 [2020-11-06T08:49:45.958Z] Step 7/29 : COPY . . [2020-11-06T08:49:46.057Z] Selecting previously unselected package g++-7-multilib. [2020-11-06T08:49:46.057Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-06T08:49:46.057Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:46.057Z] Selecting previously unselected package gcc-multilib. [2020-11-06T08:49:46.057Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-06T08:49:46.057Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-06T08:49:46.057Z] Selecting previously unselected package g++-multilib. [2020-11-06T08:49:46.057Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-06T08:49:46.057Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-06T08:49:46.253Z] Removing intermediate container bcc134fb8d75 [2020-11-06T08:49:46.253Z] ---> 58c50bd75c64 [2020-11-06T08:49:46.253Z] Step 6/22 : COPY go.mod . [2020-11-06T08:49:46.317Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-11-06T08:49:46.318Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-11-06T08:49:46.318Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-11-06T08:49:46.318Z] Selecting previously unselected package liberror-perl. [2020-11-06T08:49:46.318Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-11-06T08:49:46.318Z] Unpacking liberror-perl (0.17025-1) ... [2020-11-06T08:49:46.318Z] Selecting previously unselected package git-man. [2020-11-06T08:49:46.318Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-11-06T08:49:46.318Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-11-06T08:49:46.318Z] Selecting previously unselected package git. [2020-11-06T08:49:46.318Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-11-06T08:49:46.540Z] Removing intermediate container 2a854a13f93a [2020-11-06T08:49:46.540Z] ---> ba50d87be22a [2020-11-06T08:49:46.540Z] Step 6/22 : COPY go.mod . [2020-11-06T08:49:46.578Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-11-06T08:49:46.812Z] ---> 4df522b34db4 [2020-11-06T08:49:46.812Z] Step 7/24 : RUN go mod download [2020-11-06T08:49:47.084Z] ---> Running in b61d1ca75d53 [2020-11-06T08:49:47.149Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-11-06T08:49:47.149Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-11-06T08:49:47.149Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-11-06T08:49:47.149Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-11-06T08:49:47.149Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-11-06T08:49:47.149Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-11-06T08:49:47.149Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-11-06T08:49:47.149Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-11-06T08:49:47.149Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-11-06T08:49:47.149Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-11-06T08:49:47.149Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-11-06T08:49:47.149Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-11-06T08:49:47.149Z] Selecting previously unselected package libnorm1:amd64. [2020-11-06T08:49:47.149Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-11-06T08:49:47.149Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-11-06T08:49:47.410Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-11-06T08:49:47.410Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-11-06T08:49:47.410Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-11-06T08:49:47.410Z] Selecting previously unselected package libsodium23:amd64. [2020-11-06T08:49:47.410Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-11-06T08:49:47.410Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-11-06T08:49:47.410Z] Selecting previously unselected package libzmq5:amd64. [2020-11-06T08:49:47.410Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-11-06T08:49:47.410Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-06T08:49:47.669Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-11-06T08:49:47.669Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-11-06T08:49:47.669Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-06T08:49:47.669Z] Selecting previously unselected package manpages-dev. [2020-11-06T08:49:47.669Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-11-06T08:49:47.669Z] Unpacking manpages-dev (4.15-1) ... [2020-11-06T08:49:47.708Z] ---> b5d77b2fdc10 [2020-11-06T08:49:47.708Z] ---> a8e5bed02e87 [2020-11-06T08:49:47.708Z] Step 7/22 : RUN go mod download [2020-11-06T08:49:47.708Z] Step 7/22 : RUN go mod download [2020-11-06T08:49:47.929Z] Selecting previously unselected package pkg-config. [2020-11-06T08:49:47.930Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-11-06T08:49:47.930Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-11-06T08:49:47.930Z] Selecting previously unselected package unzip. [2020-11-06T08:49:47.930Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-11-06T08:49:47.930Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-11-06T08:49:48.010Z] ---> Running in fe8f9d15e573 [2020-11-06T08:49:48.010Z] ---> Running in 06a8333122bf [2020-11-06T08:49:48.189Z] Selecting previously unselected package zip. [2020-11-06T08:49:48.190Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-11-06T08:49:48.190Z] Unpacking zip (3.0-11build1) ... [2020-11-06T08:49:48.190Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:48.190Z] Setting up libc6-x32 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:48.190Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:48.190Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-11-06T08:49:48.190Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:48.450Z] Setting up manpages (4.15-1) ... [2020-11-06T08:49:48.450Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-11-06T08:49:48.450Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:48.450Z] Setting up less (487-0.1) ... [2020-11-06T08:49:48.450Z] Setting up make (4.1-9.1ubuntu1) ... [2020-11-06T08:49:48.711Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:48.711Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-11-06T08:49:48.711Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-11-06T08:49:48.711Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-11-06T08:49:48.711Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-11-06T08:49:48.711Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:48.711Z] Setting up unzip (6.0-21ubuntu1) ... [2020-11-06T08:49:48.711Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-11-06T08:49:48.711Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-11-06T08:49:48.711Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-11-06T08:49:48.971Z] Setting up libc6-i386 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:48.971Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-11-06T08:49:48.971Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-11-06T08:49:48.971Z] Setting up zip (3.0-11build1) ... [2020-11-06T08:49:48.971Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:48.971Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:48.971Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:48.971Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-11-06T08:49:48.971Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:49.230Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-11-06T08:49:49.230Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:49.230Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:49.230Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-06T08:49:49.230Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-11-06T08:49:49.230Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:49.230Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-11-06T08:49:49.230Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-11-06T08:49:49.230Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:49.230Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-11-06T08:49:49.489Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-11-06T08:49:49.489Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-11-06T08:49:49.489Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-11-06T08:49:49.489Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:49.489Z] Setting up manpages-dev (4.15-1) ... [2020-11-06T08:49:49.489Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:49.489Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:49.489Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:49.489Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:49.749Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:49.749Z] Setting up netbase (5.4) ... [2020-11-06T08:49:49.749Z] Setting up libisl19:amd64 (0.19-1) ... [2020-11-06T08:49:49.749Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-06T08:49:49.749Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:49.749Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-06T08:49:49.749Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:49.749Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:49.749Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-06T08:49:49.749Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:50.008Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.008Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.008Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.008Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.008Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:50.008Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-06T08:49:50.008Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-11-06T08:49:50.008Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-11-06T08:49:50.008Z] 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-06T08:49:50.008Z] 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-06T08:49:50.008Z] 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-06T08:49:50.008Z] 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-06T08:49:50.008Z] 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-06T08:49:50.008Z] 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-06T08:49:50.008Z] 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-06T08:49:50.008Z] 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-06T08:49:50.008Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.008Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.008Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.008Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-11-06T08:49:50.268Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-06T08:49:50.268Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.268Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-11-06T08:49:50.268Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.268Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:50.268Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-11-06T08:49:50.268Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-11-06T08:49:50.268Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-11-06T08:49:50.268Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.268Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-11-06T08:49:50.268Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-11-06T08:49:50.268Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-11-06T08:49:50.528Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.528Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-11-06T08:49:50.528Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.528Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.528Z] Setting up liberror-perl (0.17025-1) ... [2020-11-06T08:49:50.528Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.528Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-11-06T08:49:50.528Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.528Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-11-06T08:49:50.528Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.528Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-06T08:49:50.528Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-11-06T08:49:50.788Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-11-06T08:49:50.788Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-11-06T08:49:50.788Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-11-06T08:49:50.788Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-11-06T08:49:50.788Z] 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-06T08:49:50.788Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-11-06T08:49:50.788Z] Setting up build-essential (12.4ubuntu1) ... [2020-11-06T08:49:50.788Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-06T08:49:50.788Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-11-06T08:49:51.048Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-06T08:49:51.048Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-11-06T08:49:51.048Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-11-06T08:49:51.414Z] Removing intermediate container 982dbb451595 [2020-11-06T08:49:51.415Z] ---> 5fec59dbf65a [2020-11-06T08:49:51.415Z] Step 8/20 : COPY . . [2020-11-06T08:49:51.690Z] Removing intermediate container b61d1ca75d53 [2020-11-06T08:49:51.690Z] ---> 74dcfed09768 [2020-11-06T08:49:51.690Z] Step 8/24 : COPY . . [2020-11-06T08:49:52.429Z] binutils set to automatically installed. [2020-11-06T08:49:52.429Z] binutils-common set to automatically installed. [2020-11-06T08:49:52.429Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-11-06T08:49:52.429Z] build-essential set to automatically installed. [2020-11-06T08:49:52.429Z] cmake set to automatically installed. [2020-11-06T08:49:52.429Z] cmake-data set to automatically installed. [2020-11-06T08:49:52.429Z] cpp set to automatically installed. [2020-11-06T08:49:52.429Z] cpp-7 set to automatically installed. [2020-11-06T08:49:52.429Z] curl set to automatically installed. [2020-11-06T08:49:52.429Z] dpkg-dev set to automatically installed. [2020-11-06T08:49:52.429Z] fakeroot set to automatically installed. [2020-11-06T08:49:52.429Z] g++ set to automatically installed. [2020-11-06T08:49:52.429Z] g++-7 set to automatically installed. [2020-11-06T08:49:52.429Z] g++-7-multilib set to automatically installed. [2020-11-06T08:49:52.429Z] g++-multilib set to automatically installed. [2020-11-06T08:49:52.429Z] gcc set to automatically installed. [2020-11-06T08:49:52.429Z] gcc-7 set to automatically installed. [2020-11-06T08:49:52.429Z] gcc-7-base set to automatically installed. [2020-11-06T08:49:52.429Z] gcc-7-multilib set to automatically installed. [2020-11-06T08:49:52.429Z] gcc-multilib set to automatically installed. [2020-11-06T08:49:52.429Z] git set to automatically installed. [2020-11-06T08:49:52.429Z] git-man set to automatically installed. [2020-11-06T08:49:52.429Z] less set to automatically installed. [2020-11-06T08:49:52.429Z] lib32asan4 set to automatically installed. [2020-11-06T08:49:52.429Z] lib32atomic1 set to automatically installed. [2020-11-06T08:49:52.429Z] lib32cilkrts5 set to automatically installed. [2020-11-06T08:49:52.429Z] lib32gcc-7-dev set to automatically installed. [2020-11-06T08:49:52.429Z] lib32gcc1 set to automatically installed. [2020-11-06T08:49:52.429Z] lib32gomp1 set to automatically installed. [2020-11-06T08:49:52.429Z] lib32itm1 set to automatically installed. [2020-11-06T08:49:52.429Z] lib32mpx2 set to automatically installed. [2020-11-06T08:49:52.429Z] lib32quadmath0 set to automatically installed. [2020-11-06T08:49:52.429Z] lib32stdc++-7-dev set to automatically installed. [2020-11-06T08:49:52.429Z] lib32stdc++6 set to automatically installed. [2020-11-06T08:49:52.429Z] lib32ubsan0 set to automatically installed. [2020-11-06T08:49:52.689Z] libalgorithm-diff-perl set to automatically installed. [2020-11-06T08:49:52.689Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-11-06T08:49:52.689Z] libalgorithm-merge-perl set to automatically installed. [2020-11-06T08:49:52.689Z] libarchive13 set to automatically installed. [2020-11-06T08:49:52.689Z] libasan4 set to automatically installed. [2020-11-06T08:49:52.689Z] libatomic1 set to automatically installed. [2020-11-06T08:49:52.689Z] libbinutils set to automatically installed. [2020-11-06T08:49:52.689Z] libc-dev-bin set to automatically installed. [2020-11-06T08:49:52.689Z] libc6 set to automatically installed. [2020-11-06T08:49:52.689Z] libc6-dev set to automatically installed. [2020-11-06T08:49:52.689Z] libc6-dev-i386 set to automatically installed. [2020-11-06T08:49:52.689Z] libc6-dev-x32 set to automatically installed. [2020-11-06T08:49:52.689Z] libc6-i386 set to automatically installed. [2020-11-06T08:49:52.689Z] libc6-x32 set to automatically installed. [2020-11-06T08:49:52.689Z] libcc1-0 set to automatically installed. [2020-11-06T08:49:52.689Z] libcilkrts5 set to automatically installed. [2020-11-06T08:49:52.689Z] libcurl3-gnutls set to automatically installed. [2020-11-06T08:49:52.689Z] libdpkg-perl set to automatically installed. [2020-11-06T08:49:52.689Z] liberror-perl set to automatically installed. [2020-11-06T08:49:52.689Z] libfakeroot set to automatically installed. [2020-11-06T08:49:52.689Z] libfile-fcntllock-perl set to automatically installed. [2020-11-06T08:49:52.689Z] libgcc-7-dev set to automatically installed. [2020-11-06T08:49:52.689Z] libgdbm-compat4 set to automatically installed. [2020-11-06T08:49:52.689Z] libgdbm5 set to automatically installed. [2020-11-06T08:49:52.689Z] libgomp1 set to automatically installed. [2020-11-06T08:49:52.689Z] libisl19 set to automatically installed. [2020-11-06T08:49:52.689Z] libitm1 set to automatically installed. [2020-11-06T08:49:52.689Z] libjsoncpp1 set to automatically installed. [2020-11-06T08:49:52.689Z] liblocale-gettext-perl set to automatically installed. [2020-11-06T08:49:52.689Z] liblsan0 set to automatically installed. [2020-11-06T08:49:52.689Z] libmpc3 set to automatically installed. [2020-11-06T08:49:52.689Z] libmpfr6 set to automatically installed. [2020-11-06T08:49:52.689Z] libmpx2 set to automatically installed. [2020-11-06T08:49:52.689Z] libnorm1 set to automatically installed. [2020-11-06T08:49:52.689Z] libperl5.26 set to automatically installed. [2020-11-06T08:49:52.689Z] libpgm-5.2-0 set to automatically installed. [2020-11-06T08:49:52.689Z] libquadmath0 set to automatically installed. [2020-11-06T08:49:52.689Z] librhash0 set to automatically installed. [2020-11-06T08:49:52.689Z] libsodium23 set to automatically installed. [2020-11-06T08:49:52.689Z] libstdc++-7-dev set to automatically installed. [2020-11-06T08:49:52.689Z] libtsan0 set to automatically installed. [2020-11-06T08:49:52.689Z] libubsan0 set to automatically installed. [2020-11-06T08:49:52.689Z] libuv1 set to automatically installed. [2020-11-06T08:49:52.689Z] libx32asan4 set to automatically installed. [2020-11-06T08:49:52.689Z] libx32atomic1 set to automatically installed. [2020-11-06T08:49:52.689Z] libx32cilkrts5 set to automatically installed. [2020-11-06T08:49:52.689Z] libx32gcc-7-dev set to automatically installed. [2020-11-06T08:49:52.689Z] libx32gcc1 set to automatically installed. [2020-11-06T08:49:52.689Z] libx32gomp1 set to automatically installed. [2020-11-06T08:49:52.689Z] libx32itm1 set to automatically installed. [2020-11-06T08:49:52.950Z] libx32quadmath0 set to automatically installed. [2020-11-06T08:49:52.950Z] libx32stdc++-7-dev set to automatically installed. [2020-11-06T08:49:52.950Z] libx32stdc++6 set to automatically installed. [2020-11-06T08:49:52.950Z] libx32ubsan0 set to automatically installed. [2020-11-06T08:49:52.950Z] libzmq3-dev set to automatically installed. [2020-11-06T08:49:52.950Z] libzmq5 set to automatically installed. [2020-11-06T08:49:52.950Z] linux-libc-dev set to automatically installed. [2020-11-06T08:49:52.950Z] make set to automatically installed. [2020-11-06T08:49:52.950Z] manpages set to automatically installed. [2020-11-06T08:49:52.950Z] manpages-dev set to automatically installed. [2020-11-06T08:49:52.950Z] netbase set to automatically installed. [2020-11-06T08:49:52.950Z] patch set to automatically installed. [2020-11-06T08:49:52.950Z] perl set to automatically installed. [2020-11-06T08:49:52.950Z] perl-base set to automatically installed. [2020-11-06T08:49:52.950Z] perl-modules-5.26 set to automatically installed. [2020-11-06T08:49:52.950Z] pkg-config set to automatically installed. [2020-11-06T08:49:52.950Z] unzip set to automatically installed. [2020-11-06T08:49:52.950Z] zip set to automatically installed. [2020-11-06T08:49:52.950Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-11-06T08:49:52.950Z] Please ensure the environment is properly setup before continuing. [2020-11-06T08:49:52.950Z] Ignore this message if the appropriate measures have already been taken [2020-11-06T08:49:53.522Z] Pulling go-build-helper  [2020-11-06T08:49:53.698Z] Removing intermediate container fe8f9d15e573 [2020-11-06T08:49:53.698Z] ---> fd32b13e73e4 [2020-11-06T08:49:53.698Z] Step 8/22 : COPY . . [2020-11-06T08:49:53.974Z] Removing intermediate container 06a8333122bf [2020-11-06T08:49:53.974Z] ---> 9df05e322c37 [2020-11-06T08:49:53.974Z] Step 8/22 : COPY . . [2020-11-06T08:49:54.463Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-11-06T08:49:54.463Z] Skipping pull go-build-helper (already ran) [2020-11-06T08:49:54.463Z] Building go-build-helper  [2020-11-06T08:49:57.760Z] Staging go-build-helper  [2020-11-06T08:49:58.329Z] Pulling go115  [2020-11-06T08:49:59.270Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-11-06T08:49:59.270Z] Skipping pull go115 (already ran) [2020-11-06T08:49:59.270Z] Building go115  [2020-11-06T08:49:59.270Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-06T08:49:59.270Z] Dload Upload Total Spent Left Speed [2020-11-06T08:50:00.478Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 45 115M 45 52.2M 0 0 51.5M 0 0:00:02 0:00:01 0:00:01 51.5M 56 115M 56 64.9M 0 0 52.9M 0 0:00:02 0:00:01 0:00:01 52.8M [2020-11-06T08:50:00.478Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-11-06T08:50:00.478Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-11-06T08:50:01.436Z] 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-06T08:50:02.621Z] Failed in branch amd64 [2020-11-06T08:50:16.152Z] ---> 4fa5e793af73 [2020-11-06T08:50:16.152Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-06T08:50:16.152Z] ---> c6af01c0f87e [2020-11-06T08:50:16.152Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-06T08:50:16.152Z] ---> 266943b00c08 [2020-11-06T08:50:16.152Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-06T08:50:16.152Z] ---> d20fea95e3fc [2020-11-06T08:50:16.152Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-06T08:50:16.152Z] ---> d0e1fa7af054 [2020-11-06T08:50:16.152Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-06T08:50:16.152Z] ---> Running in d7874da4975e [2020-11-06T08:50:16.152Z] ---> Running in 8dcd3f2d0906 [2020-11-06T08:50:16.152Z] ---> Running in 418c3f0d7530 [2020-11-06T08:50:16.152Z] ---> Running in 09bdcecfe15d [2020-11-06T08:50:16.152Z] ---> Running in 27e11c725e43 [2020-11-06T08:50:16.152Z] 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-06T08:50:16.152Z] 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-06T08:50:16.152Z] 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-06T08:50:16.430Z] 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-06T08:50:16.430Z] 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-06T08:51:38.238Z] 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-06T08:51:38.239Z] Removing intermediate container d7874da4975e [2020-11-06T08:51:38.239Z] ---> 8d8b59ed0067 [2020-11-06T08:51:38.239Z] [2020-11-06T08:51:38.239Z] Step 9/29 : FROM alpine:latest [2020-11-06T08:51:38.239Z] Removing intermediate container 8dcd3f2d0906 [2020-11-06T08:51:38.239Z] ---> 8b153970abdb [2020-11-06T08:51:38.239Z] [2020-11-06T08:51:38.239Z] Step 10/20 : FROM alpine [2020-11-06T08:51:38.239Z] latest: Pulling from library/alpine [2020-11-06T08:51:38.239Z] latest: Pulling from library/alpine [2020-11-06T08:51:38.239Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-06T08:51:38.239Z] Status: Downloaded newer image for alpine:latest [2020-11-06T08:51:38.239Z] ---> 2e77e061c27f [2020-11-06T08:51:38.239Z] 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-06T08:51:38.239Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-06T08:51:38.239Z] Status: Image is up to date for alpine:latest [2020-11-06T08:51:38.239Z] ---> 2e77e061c27f [2020-11-06T08:51:38.239Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-06T08:51:38.239Z] ---> Running in b0b547a9559a [2020-11-06T08:51:38.239Z] ---> Running in 04542814522f [2020-11-06T08:51:38.239Z] Removing intermediate container b0b547a9559a [2020-11-06T08:51:38.239Z] ---> f013eb44b73d [2020-11-06T08:51:38.239Z] Step 11/29 : USER root [2020-11-06T08:51:38.239Z] ---> Running in 61d27d1247eb [2020-11-06T08:51:38.239Z] Removing intermediate container 61d27d1247eb [2020-11-06T08:51:38.239Z] ---> 9db8fecf7d68 [2020-11-06T08:51:38.239Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-06T08:51:38.514Z] ---> Running in fa73fdb3d96d [2020-11-06T08:51:38.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:51:39.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:51:39.994Z] v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:51:39.994Z] v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:51:39.994Z] OK: 12615 distinct packages available [2020-11-06T08:51:40.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:51:40.992Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-06T08:51:40.992Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-06T08:51:40.992Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-06T08:51:40.992Z] (4/4) Installing curl (7.69.1-r1) [2020-11-06T08:51:40.992Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:51:40.992Z] Executing ca-certificates-20191127-r4.trigger [2020-11-06T08:51:40.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:51:41.287Z] OK: 7 MiB in 18 packages [2020-11-06T08:51:41.895Z] v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:51:41.895Z] v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:51:41.895Z] OK: 12615 distinct packages available [2020-11-06T08:51:42.510Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-06T08:51:42.794Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-06T08:51:42.794Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:51:42.794Z] Executing ca-certificates-20191127-r4.trigger [2020-11-06T08:51:43.074Z] OK: 6 MiB in 16 packages [2020-11-06T08:51:44.524Z] Removing intermediate container 04542814522f [2020-11-06T08:51:44.524Z] ---> 9e849370333f [2020-11-06T08:51:44.524Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-06T08:51:44.797Z] ---> Running in ac35a46ed852 [2020-11-06T08:51:46.802Z] Removing intermediate container ac35a46ed852 [2020-11-06T08:51:46.802Z] ---> 404a92e266cf [2020-11-06T08:51:46.802Z] Step 13/20 : WORKDIR /edgex [2020-11-06T08:51:47.086Z] Removing intermediate container fa73fdb3d96d [2020-11-06T08:51:47.086Z] ---> eccf02d57a42 [2020-11-06T08:51:47.086Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-06T08:51:47.377Z] ---> Running in 137c702d7387 [2020-11-06T08:51:47.654Z] ---> Running in 3e0ecbc0bd6f [2020-11-06T08:51:48.648Z] Removing intermediate container 418c3f0d7530 [2020-11-06T08:51:48.648Z] ---> a034438444ad [2020-11-06T08:51:48.648Z] [2020-11-06T08:51:48.648Z] Step 10/24 : FROM alpine:3.10 [2020-11-06T08:51:48.648Z] Removing intermediate container 137c702d7387 [2020-11-06T08:51:48.648Z] ---> 95cba669dd12 [2020-11-06T08:51:48.648Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-06T08:51:48.937Z] Removing intermediate container 3e0ecbc0bd6f [2020-11-06T08:51:48.937Z] ---> 247ca2ec18a0 [2020-11-06T08:51:48.937Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-06T08:51:49.221Z] 3.10: Pulling from library/alpine [2020-11-06T08:51:49.221Z] ---> Running in ece459baa105 [2020-11-06T08:51:49.495Z] Removing intermediate container 09bdcecfe15d [2020-11-06T08:51:49.495Z] ---> c89df05d6229 [2020-11-06T08:51:49.495Z] [2020-11-06T08:51:49.495Z] Step 10/22 : FROM scratch [2020-11-06T08:51:49.495Z] ---> [2020-11-06T08:51:49.495Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-06T08:51:50.296Z] ---> Running in ddc42852e8e4 [2020-11-06T08:51:50.296Z] ---> 598cc1c5d760 [2020-11-06T08:51:50.296Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-06T08:51:50.624Z] Removing intermediate container ece459baa105 [2020-11-06T08:51:50.624Z] ---> ea8b0dd9cbb6 [2020-11-06T08:51:50.624Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-06T08:51:50.941Z] ---> Running in 83d988ef239f [2020-11-06T08:51:51.559Z] Removing intermediate container ddc42852e8e4 [2020-11-06T08:51:51.559Z] ---> 82262ad6d669 [2020-11-06T08:51:51.559Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-06T08:51:51.901Z] ---> Running in 8b0938c29e99 [2020-11-06T08:51:52.200Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-06T08:51:52.200Z] Status: Downloaded newer image for alpine:3.10 [2020-11-06T08:51:52.200Z] ---> 536a684cf733 [2020-11-06T08:51:52.200Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-06T08:51:52.477Z] ---> Running in 98afd591e7aa [2020-11-06T08:51:53.467Z] Removing intermediate container 8b0938c29e99 [2020-11-06T08:51:53.467Z] ---> df2a16e21338 [2020-11-06T08:51:53.467Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-06T08:51:53.467Z] ---> Running in a5cad37d7e93 [2020-11-06T08:51:54.456Z] ---> 589bda54c09d [2020-11-06T08:51:54.456Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-06T08:51:54.733Z] Removing intermediate container a5cad37d7e93 [2020-11-06T08:51:54.733Z] ---> 5c76c88cfd77 [2020-11-06T08:51:54.733Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-06T08:51:54.733Z] ---> Running in acfcf9c46fdf [2020-11-06T08:51:55.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:51:55.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:51:55.995Z] Removing intermediate container acfcf9c46fdf [2020-11-06T08:51:55.995Z] ---> eb592957184a [2020-11-06T08:51:55.995Z] Step 17/20 : CMD ["--init=true"] [2020-11-06T08:51:56.269Z] ---> Running in e2033417d84f [2020-11-06T08:51:56.269Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-06T08:51:56.269Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-06T08:51:56.269Z] OK: 10167 distinct packages available [2020-11-06T08:51:56.269Z] Removing intermediate container 83d988ef239f [2020-11-06T08:51:56.269Z] ---> 3fe74f414cb1 [2020-11-06T08:51:56.269Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-06T08:51:56.269Z] ---> 376c2bd4ac1d [2020-11-06T08:51:56.269Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-06T08:51:56.876Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-06T08:51:56.876Z] Removing intermediate container e2033417d84f [2020-11-06T08:51:56.876Z] ---> 7e550a7ad719 [2020-11-06T08:51:56.876Z] Step 18/20 : LABEL arch=arm64 [2020-11-06T08:51:57.171Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-06T08:51:57.171Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-06T08:51:57.171Z] (4/5) Installing curl (7.66.0-r1) [2020-11-06T08:51:57.171Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-06T08:51:57.171Z] Executing busybox-1.30.1-r3.trigger [2020-11-06T08:51:57.171Z] Executing ca-certificates-20191127-r2.trigger [2020-11-06T08:51:57.450Z] OK: 7 MiB in 19 packages [2020-11-06T08:51:57.728Z] ---> Running in 40f968c9f928 [2020-11-06T08:51:58.004Z] ---> 6b253bb065c2 [2020-11-06T08:51:58.004Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-06T08:51:58.290Z] ---> 96e3c867c960 [2020-11-06T08:51:58.290Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-06T08:51:58.568Z] Removing intermediate container 40f968c9f928 [2020-11-06T08:51:58.568Z] ---> 446504faceee [2020-11-06T08:51:58.568Z] Step 19/20 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:51:58.842Z] ---> Running in fb78b58159f3 [2020-11-06T08:51:59.822Z] Removing intermediate container fb78b58159f3 [2020-11-06T08:51:59.822Z] ---> 388e5e9afe87 [2020-11-06T08:51:59.822Z] Step 20/20 : LABEL version=0.0.0 [2020-11-06T08:52:00.096Z] ---> e147c7f5f36a [2020-11-06T08:52:00.096Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-06T08:52:00.096Z] ---> dbb8dcefd3b6 [2020-11-06T08:52:00.096Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-06T08:52:00.374Z] Removing intermediate container 98afd591e7aa [2020-11-06T08:52:00.374Z] ---> 9bf9ab3d131f [2020-11-06T08:52:00.374Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-06T08:52:00.374Z] ---> Running in 4f37ae65ca2a [2020-11-06T08:52:00.374Z] ---> Running in fcac64ec1007 [2020-11-06T08:52:00.970Z] Removing intermediate container 4f37ae65ca2a [2020-11-06T08:52:00.970Z] ---> 2784608d04d0 [2020-11-06T08:52:00.970Z] [2020-11-06T08:52:01.244Z] Removing intermediate container fcac64ec1007 [2020-11-06T08:52:01.244Z] ---> 4c7df2bf54f9 [2020-11-06T08:52:01.244Z] Step 13/24 : WORKDIR / [2020-11-06T08:52:01.244Z] ---> 8a0dd9d512a8 [2020-11-06T08:52:01.244Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-06T08:52:01.516Z] Successfully built 2784608d04d0 [2020-11-06T08:52:01.516Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-06T08:52:01.516Z] Building docker-core-data-go [2020-11-06T08:52:01.516Z] ---> Running in 7af16c3eb0f1 [2020-11-06T08:52:01.516Z]  Building docker-security-proxy-setup-go ... done  ---> 7ffa116a2492 [2020-11-06T08:52:01.516Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-06T08:52:01.790Z] ---> Running in 45e3ef9e8073 [2020-11-06T08:52:02.392Z] Removing intermediate container 7af16c3eb0f1 [2020-11-06T08:52:02.392Z] ---> 9daa1f943568 [2020-11-06T08:52:02.392Z] 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-06T08:52:02.392Z] Removing intermediate container 45e3ef9e8073 [2020-11-06T08:52:02.392Z] ---> 5bb12d58b660 [2020-11-06T08:52:02.392Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:52:02.392Z] ---> 4111994298c3 [2020-11-06T08:52:02.392Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-06T08:52:02.987Z] ---> Running in ddc618a806d5 [2020-11-06T08:52:04.429Z] ---> b21166ef8f68 [2020-11-06T08:52:04.429Z] 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-06T08:52:04.707Z] Removing intermediate container ddc618a806d5 [2020-11-06T08:52:04.707Z] ---> 4ae3a24b26cc [2020-11-06T08:52:04.707Z] Step 20/22 : LABEL arch=arm64 [2020-11-06T08:52:04.991Z] ---> b76f01b2217b [2020-11-06T08:52:04.991Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-06T08:52:04.991Z] ---> Running in 1c318059e95b [2020-11-06T08:52:05.274Z] ---> Running in 97c0ca2bbb4b [2020-11-06T08:52:05.552Z] ---> 87b12b959827 [2020-11-06T08:52:05.552Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-06T08:52:06.180Z] Removing intermediate container 1c318059e95b [2020-11-06T08:52:06.180Z] ---> 4c0b1ceaa180 [2020-11-06T08:52:06.180Z] Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:52:06.788Z] ---> Running in 3d922b20a867 [2020-11-06T08:52:07.393Z] ---> 2d1e49172e9d [2020-11-06T08:52:07.393Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-06T08:52:07.672Z] Removing intermediate container 3d922b20a867 [2020-11-06T08:52:07.672Z] ---> 9a4bdc2ee354 [2020-11-06T08:52:07.672Z] Step 22/22 : LABEL version=0.0.0 [2020-11-06T08:52:07.959Z] ---> Running in 37fb0c6ae2cf [2020-11-06T08:52:08.952Z] Removing intermediate container 37fb0c6ae2cf [2020-11-06T08:52:08.952Z] ---> 5d9e32162c9c [2020-11-06T08:52:08.952Z] [2020-11-06T08:52:09.236Z] ---> 8d2a99d5ca03 [2020-11-06T08:52:09.236Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-06T08:52:09.236Z] Removing intermediate container 97c0ca2bbb4b [2020-11-06T08:52:09.236Z] ---> 1d4dbd944208 [2020-11-06T08:52:09.236Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-06T08:52:09.236Z] Successfully built 5d9e32162c9c [2020-11-06T08:52:09.236Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-06T08:52:09.236Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-11-06T08:52:09.511Z] Removing intermediate container 27e11c725e43 [2020-11-06T08:52:09.511Z] ---> 84e53747c8b8 [2020-11-06T08:52:09.511Z] [2020-11-06T08:52:09.511Z] Step 10/22 : FROM scratch [2020-11-06T08:52:09.511Z] ---> [2020-11-06T08:52:09.511Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-06T08:52:10.114Z] ---> Running in d6d94e681b0c [2020-11-06T08:52:10.390Z] ---> 974f40a18919 [2020-11-06T08:52:10.390Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-06T08:52:10.390Z] ---> 0aa0ff16b106 [2020-11-06T08:52:10.390Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-06T08:52:10.673Z] ---> Running in 143aea3ebe86 [2020-11-06T08:52:10.673Z] Removing intermediate container d6d94e681b0c [2020-11-06T08:52:10.673Z] ---> b33ef71c4562 [2020-11-06T08:52:10.673Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-06T08:52:10.951Z] ---> Running in ee1cbbbacdf6 [2020-11-06T08:52:11.563Z] ---> 32fc521f942a [2020-11-06T08:52:11.563Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-06T08:52:11.842Z] Removing intermediate container ee1cbbbacdf6 [2020-11-06T08:52:11.842Z] ---> 0a6ec93ab637 [2020-11-06T08:52:11.842Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-06T08:52:12.120Z] ---> Running in 60f5e4cd097f [2020-11-06T08:52:12.120Z] ---> Running in 7b91c0a375d9 [2020-11-06T08:52:13.592Z] Removing intermediate container 7b91c0a375d9 [2020-11-06T08:52:13.592Z] ---> ace6cd573065 [2020-11-06T08:52:13.592Z] Step 14/22 : WORKDIR / [2020-11-06T08:52:13.869Z] ---> Running in f9bfd2698d0f [2020-11-06T08:52:14.875Z] Removing intermediate container 143aea3ebe86 [2020-11-06T08:52:14.875Z] ---> 6ca38a75bc20 [2020-11-06T08:52:14.875Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-06T08:52:14.875Z] Removing intermediate container f9bfd2698d0f [2020-11-06T08:52:14.875Z] ---> 1f832d179ffb [2020-11-06T08:52:14.875Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-06T08:52:15.158Z] ---> Running in cfdcda5d30d0 [2020-11-06T08:52:16.630Z] Removing intermediate container 60f5e4cd097f [2020-11-06T08:52:16.630Z] ---> 911d72e0f813 [2020-11-06T08:52:16.630Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-06T08:52:16.630Z] ---> 1d0537e6a38e [2020-11-06T08:52:16.630Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-06T08:52:16.910Z] ---> Running in cfd58bfebd8c [2020-11-06T08:52:17.907Z] Removing intermediate container cfd58bfebd8c [2020-11-06T08:52:17.907Z] ---> 02b23a2a6b63 [2020-11-06T08:52:17.907Z] Step 22/24 : LABEL arch=arm64 [2020-11-06T08:52:18.192Z] ---> Running in 39ffb2797070 [2020-11-06T08:52:18.800Z] ---> b8cdb793dae8 [2020-11-06T08:52:18.800Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-06T08:52:19.077Z] Removing intermediate container 39ffb2797070 [2020-11-06T08:52:19.077Z] ---> 542b0bba5c79 [2020-11-06T08:52:19.077Z] Step 23/24 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:52:19.357Z] ---> Running in 0d6990fc6dc6 [2020-11-06T08:52:19.358Z] Removing intermediate container cfdcda5d30d0 [2020-11-06T08:52:19.358Z] ---> fb2f39777a4b [2020-11-06T08:52:19.358Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-06T08:52:19.358Z] ---> Running in a35a273ad76b [2020-11-06T08:52:19.637Z] ---> 79519323ee3d [2020-11-06T08:52:19.637Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-06T08:52:19.916Z] ---> Running in 455ad4c404ab [2020-11-06T08:52:19.916Z] Removing intermediate container 0d6990fc6dc6 [2020-11-06T08:52:19.916Z] ---> 855ebd4b1abe [2020-11-06T08:52:19.916Z] Step 24/24 : LABEL version=0.0.0 [2020-11-06T08:52:20.209Z] Removing intermediate container a35a273ad76b [2020-11-06T08:52:20.209Z] ---> e977c4705d09 [2020-11-06T08:52:20.209Z] Step 26/29 : CMD [ "generate" ] [2020-11-06T08:52:20.209Z] ---> Running in f896a7532ef6 [2020-11-06T08:52:20.209Z] ---> Running in 1729688d4928 [2020-11-06T08:52:20.490Z] Removing intermediate container 455ad4c404ab [2020-11-06T08:52:20.490Z] ---> b26a32838846 [2020-11-06T08:52:20.490Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:52:20.770Z] ---> Running in 71bf0324d6c4 [2020-11-06T08:52:20.771Z] Removing intermediate container f896a7532ef6 [2020-11-06T08:52:20.771Z] ---> 37ab1ddddeea [2020-11-06T08:52:20.771Z] [2020-11-06T08:52:21.046Z] Removing intermediate container 1729688d4928 [2020-11-06T08:52:21.046Z] ---> bf5b217cf907 [2020-11-06T08:52:21.046Z] Step 27/29 : LABEL arch=arm64 [2020-11-06T08:52:21.329Z] ---> Running in 8ea819e6b406 [2020-11-06T08:52:21.605Z] Successfully built 37ab1ddddeea [2020-11-06T08:52:21.605Z] Removing intermediate container 71bf0324d6c4 [2020-11-06T08:52:21.605Z] ---> a87ab2227e03 [2020-11-06T08:52:21.605Z] Step 20/22 : LABEL arch=arm64 [2020-11-06T08:52:21.605Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-06T08:52:21.605Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go [2020-11-06T08:52:21.877Z] ---> Running in 414347e20fb0 [2020-11-06T08:52:22.156Z] Removing intermediate container 8ea819e6b406 [2020-11-06T08:52:22.156Z] ---> cd7b68b2d923 [2020-11-06T08:52:22.156Z] Step 28/29 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:52:22.156Z] ---> Running in c7466cea833c [2020-11-06T08:52:22.434Z] Removing intermediate container 414347e20fb0 [2020-11-06T08:52:22.434Z] ---> 45823541147e [2020-11-06T08:52:22.434Z] Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:52:22.706Z] ---> Running in 4267e95d2b6e [2020-11-06T08:52:22.706Z] Removing intermediate container c7466cea833c [2020-11-06T08:52:22.706Z] ---> dbbed840bb82 [2020-11-06T08:52:22.706Z] Step 29/29 : LABEL version=0.0.0 [2020-11-06T08:52:22.985Z] ---> Running in f02acf1cda58 [2020-11-06T08:52:23.257Z] Removing intermediate container 4267e95d2b6e [2020-11-06T08:52:23.257Z] ---> 622be9eb2096 [2020-11-06T08:52:23.257Z] Step 22/22 : LABEL version=0.0.0 [2020-11-06T08:52:23.532Z] ---> Running in 322cd1cc1c87 [2020-11-06T08:52:23.808Z] Removing intermediate container f02acf1cda58 [2020-11-06T08:52:23.808Z] ---> e6c7d7b232df [2020-11-06T08:52:23.808Z] [2020-11-06T08:52:24.094Z] Successfully built e6c7d7b232df [2020-11-06T08:52:24.369Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-06T08:52:24.369Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-11-06T08:52:24.369Z] Removing intermediate container 322cd1cc1c87 [2020-11-06T08:52:24.369Z] ---> 25e7f2d93e1d [2020-11-06T08:52:24.369Z] [2020-11-06T08:52:24.966Z] Successfully built 25e7f2d93e1d [2020-11-06T08:52:24.966Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-06T08:52:24.966Z] Building docker-support-scheduler-go [2020-11-06T08:52:28.356Z]  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:52:28.356Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:52:28.356Z] ---> 774544b9bcf3 [2020-11-06T08:52:28.356Z] Step 3/23 : WORKDIR /edgex-go [2020-11-06T08:52:28.356Z] ---> Using cache [2020-11-06T08:52:28.356Z] ---> 90128af8305c [2020-11-06T08:52:28.356Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:52:28.356Z] ---> Using cache [2020-11-06T08:52:28.356Z] ---> 17f7c908412d [2020-11-06T08:52:28.356Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-06T08:52:29.340Z] ---> Running in 3388173c8a13 [2020-11-06T08:52:30.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:52:31.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:52:32.747Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:52:32.747Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:52:32.747Z] OK: 12623 distinct packages available [2020-11-06T08:52:33.342Z] OK: 217 MiB in 51 packages [2020-11-06T08:52:36.765Z] Removing intermediate container 3388173c8a13 [2020-11-06T08:52:36.765Z] ---> 0e1a82f27007 [2020-11-06T08:52:36.765Z] Step 6/23 : COPY go.mod . [2020-11-06T08:52:37.045Z] ---> 07a88aaef5dd [2020-11-06T08:52:37.045Z] Step 7/23 : RUN go mod download [2020-11-06T08:52:37.322Z] ---> Running in 70a22ba5f0e2 [2020-11-06T08:52:41.658Z] Removing intermediate container 70a22ba5f0e2 [2020-11-06T08:52:41.658Z] ---> b66dc9b9086a [2020-11-06T08:52:41.658Z] Step 8/23 : COPY . . [2020-11-06T08:52:56.775Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:52:56.775Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:52:56.775Z] ---> 774544b9bcf3 [2020-11-06T08:52:56.775Z] Step 3/24 : WORKDIR /edgex-go [2020-11-06T08:52:56.775Z] ---> Using cache [2020-11-06T08:52:56.775Z] ---> 90128af8305c [2020-11-06T08:52:56.775Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:52:56.775Z] ---> Using cache [2020-11-06T08:52:56.775Z] ---> 17f7c908412d [2020-11-06T08:52:56.775Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-06T08:52:56.775Z] ---> bd2cfa77a431 [2020-11-06T08:52:56.775Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-06T08:52:56.775Z] ---> Running in 1796ee99c995 [2020-11-06T08:52:56.775Z] ---> Running in 59cf26008d81 [2020-11-06T08:52:57.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:52:57.374Z] 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-06T08:52:57.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:52:58.961Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:52:58.961Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:52:58.961Z] OK: 12623 distinct packages available [2020-11-06T08:52:59.953Z] OK: 217 MiB in 51 packages [2020-11-06T08:53:04.456Z] Removing intermediate container 1796ee99c995 [2020-11-06T08:53:04.456Z] ---> e53246cbf26f [2020-11-06T08:53:04.456Z] Step 6/24 : COPY go.mod . [2020-11-06T08:53:06.457Z] ---> c5965f2e80f1 [2020-11-06T08:53:06.457Z] Step 7/24 : RUN go mod download [2020-11-06T08:53:07.063Z] ---> Running in d216b1bc40d1 [2020-11-06T08:53:09.724Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:53:09.724Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:53:09.724Z] ---> 774544b9bcf3 [2020-11-06T08:53:09.724Z] Step 3/22 : WORKDIR /edgex-go [2020-11-06T08:53:09.724Z] ---> Using cache [2020-11-06T08:53:09.724Z] ---> 90128af8305c [2020-11-06T08:53:09.724Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:53:09.724Z] ---> Using cache [2020-11-06T08:53:09.724Z] ---> 17f7c908412d [2020-11-06T08:53:09.724Z] Step 5/22 : RUN apk update && apk add make git [2020-11-06T08:53:09.724Z] ---> Using cache [2020-11-06T08:53:09.724Z] ---> 58c50bd75c64 [2020-11-06T08:53:09.724Z] Step 6/22 : COPY go.mod . [2020-11-06T08:53:09.724Z] ---> Using cache [2020-11-06T08:53:09.724Z] ---> b5d77b2fdc10 [2020-11-06T08:53:09.724Z] Step 7/22 : RUN go mod download [2020-11-06T08:53:09.724Z] ---> Using cache [2020-11-06T08:53:09.724Z] ---> fd32b13e73e4 [2020-11-06T08:53:09.724Z] Step 8/22 : COPY . . [2020-11-06T08:53:10.001Z] ---> Using cache [2020-11-06T08:53:10.001Z] ---> d20fea95e3fc [2020-11-06T08:53:10.001Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-06T08:53:10.990Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:53:10.990Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:53:10.990Z] ---> 774544b9bcf3 [2020-11-06T08:53:10.990Z] Step 3/27 : WORKDIR /edgex-go [2020-11-06T08:53:10.990Z] ---> Using cache [2020-11-06T08:53:10.990Z] ---> 90128af8305c [2020-11-06T08:53:10.990Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:53:10.990Z] ---> Using cache [2020-11-06T08:53:10.990Z] ---> 17f7c908412d [2020-11-06T08:53:10.990Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-06T08:53:10.990Z] ---> Running in 5e9e11b82b97 [2020-11-06T08:53:10.990Z] ---> Running in 2e6e4e2203a2 [2020-11-06T08:53:11.596Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:53:11.596Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:53:11.596Z] ---> 774544b9bcf3 [2020-11-06T08:53:11.596Z] Step 3/21 : WORKDIR /edgex-go [2020-11-06T08:53:11.596Z] ---> Using cache [2020-11-06T08:53:11.596Z] ---> 90128af8305c [2020-11-06T08:53:11.596Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:53:11.596Z] ---> Using cache [2020-11-06T08:53:11.596Z] ---> 17f7c908412d [2020-11-06T08:53:11.596Z] Step 5/21 : RUN apk update && apk add make git [2020-11-06T08:53:11.596Z] ---> Using cache [2020-11-06T08:53:11.596Z] ---> 58c50bd75c64 [2020-11-06T08:53:11.596Z] Step 6/21 : COPY go.mod . [2020-11-06T08:53:11.596Z] ---> Using cache [2020-11-06T08:53:11.596Z] ---> b5d77b2fdc10 [2020-11-06T08:53:11.596Z] Step 7/21 : RUN go mod download [2020-11-06T08:53:11.596Z] ---> Using cache [2020-11-06T08:53:11.596Z] ---> fd32b13e73e4 [2020-11-06T08:53:11.596Z] Step 8/21 : COPY . . [2020-11-06T08:53:11.876Z] ---> Using cache [2020-11-06T08:53:11.876Z] ---> d20fea95e3fc [2020-11-06T08:53:11.876Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-06T08:53:12.154Z] ---> Running in 5a2d3d58365d [2020-11-06T08:53:13.148Z] Removing intermediate container d216b1bc40d1 [2020-11-06T08:53:13.148Z] ---> e97e6b335ff7 [2020-11-06T08:53:13.148Z] Step 8/24 : COPY . . [2020-11-06T08:53:14.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:53:14.873Z] 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-06T08:53:15.151Z] 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-06T08:53:15.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:53:16.418Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-06T08:53:16.418Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-06T08:53:16.418Z] OK: 12623 distinct packages available [2020-11-06T08:53:17.403Z] OK: 217 MiB in 51 packages [2020-11-06T08:53:21.730Z] Removing intermediate container 2e6e4e2203a2 [2020-11-06T08:53:21.730Z] ---> e20008567f29 [2020-11-06T08:53:21.730Z] Step 6/27 : COPY go.mod . [2020-11-06T08:53:23.722Z] ---> 596352e86a3c [2020-11-06T08:53:23.722Z] Step 7/27 : RUN go mod download [2020-11-06T08:53:23.999Z] ---> Running in b8bab9249507 [2020-11-06T08:53:30.730Z] Removing intermediate container b8bab9249507 [2020-11-06T08:53:30.730Z] ---> d491d6e650f8 [2020-11-06T08:53:30.730Z] Step 8/27 : COPY . . [2020-11-06T08:53:31.714Z] ---> 14617932dacc [2020-11-06T08:53:31.714Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-06T08:53:32.321Z] ---> Running in 29fe8451b65c [2020-11-06T08:53:35.724Z] 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-06T08:53:50.855Z] ---> b57613b67cd4 [2020-11-06T08:53:50.855Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-06T08:53:50.855Z] ---> Running in 34c5d00ff515 [2020-11-06T08:53:51.457Z] 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-06T08:54:48.027Z] Removing intermediate container 5e9e11b82b97 [2020-11-06T08:54:48.027Z] ---> ac51a5163b6f [2020-11-06T08:54:48.027Z] [2020-11-06T08:54:48.027Z] Step 10/22 : FROM alpine:3.10 [2020-11-06T08:54:48.027Z] ---> 536a684cf733 [2020-11-06T08:54:48.027Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-06T08:54:48.027Z] ---> Using cache [2020-11-06T08:54:48.027Z] ---> 9bf9ab3d131f [2020-11-06T08:54:48.027Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-06T08:54:48.027Z] ---> Running in 2b5c5baa3995 [2020-11-06T08:54:48.027Z] Removing intermediate container 2b5c5baa3995 [2020-11-06T08:54:48.027Z] ---> 80b888808672 [2020-11-06T08:54:48.027Z] Step 13/22 : WORKDIR / [2020-11-06T08:54:48.027Z] ---> Running in 55f7d675d59c [2020-11-06T08:54:48.307Z] Removing intermediate container 55f7d675d59c [2020-11-06T08:54:48.307Z] ---> 18e56a42b7dd [2020-11-06T08:54:48.307Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-06T08:54:49.309Z] ---> b0bb9b18ae59 [2020-11-06T08:54:49.309Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-06T08:54:51.322Z] ---> 7c6d75f845bb [2020-11-06T08:54:51.322Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-06T08:54:52.318Z] ---> 014425ea9f58 [2020-11-06T08:54:52.318Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-06T08:54:53.320Z] ---> 52db71c03520 [2020-11-06T08:54:53.320Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-06T08:54:53.320Z] ---> Running in c9adb2971cd0 [2020-11-06T08:54:57.661Z] Removing intermediate container c9adb2971cd0 [2020-11-06T08:54:57.661Z] ---> e92e095541d1 [2020-11-06T08:54:57.661Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-06T08:54:57.661Z] ---> Running in 34b8251080ed [2020-11-06T08:54:57.947Z] Removing intermediate container 34b8251080ed [2020-11-06T08:54:57.947Z] ---> 4151927e065b [2020-11-06T08:54:57.947Z] Step 20/22 : LABEL arch=arm64 [2020-11-06T08:54:58.224Z] ---> Running in 5904372f6e1e [2020-11-06T08:54:58.837Z] Removing intermediate container 5904372f6e1e [2020-11-06T08:54:58.837Z] ---> 76b6dcbc42d3 [2020-11-06T08:54:58.837Z] Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:54:59.116Z] ---> Running in 07b6817f4d11 [2020-11-06T08:54:59.735Z] Removing intermediate container 07b6817f4d11 [2020-11-06T08:54:59.735Z] ---> 54a42fb3c28b [2020-11-06T08:54:59.735Z] Step 22/22 : LABEL version=0.0.0 [2020-11-06T08:54:59.735Z] ---> Running in c3f1a4ae5545 [2020-11-06T08:55:00.740Z] Removing intermediate container c3f1a4ae5545 [2020-11-06T08:55:00.740Z] ---> b7d98e81c175 [2020-11-06T08:55:00.740Z] [2020-11-06T08:55:01.024Z] Successfully built b7d98e81c175 [2020-11-06T08:55:01.024Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-06T08:55:01.024Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-11-06T08:55:16.172Z] Removing intermediate container 5a2d3d58365d [2020-11-06T08:55:16.172Z] ---> a6f078396609 [2020-11-06T08:55:16.172Z] [2020-11-06T08:55:16.172Z] Step 10/21 : FROM scratch [2020-11-06T08:55:16.172Z] ---> [2020-11-06T08:55:16.172Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-06T08:55:16.172Z] ---> Using cache [2020-11-06T08:55:16.172Z] ---> b33ef71c4562 [2020-11-06T08:55:16.172Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-06T08:55:16.172Z] ---> Running in 811e1c856678 [2020-11-06T08:55:16.172Z] Removing intermediate container 811e1c856678 [2020-11-06T08:55:16.172Z] ---> 253b997ff350 [2020-11-06T08:55:16.172Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-06T08:55:16.172Z] ---> Running in 21437fb34589 [2020-11-06T08:55:16.771Z] Removing intermediate container 21437fb34589 [2020-11-06T08:55:16.771Z] ---> 4d45f7dc701e [2020-11-06T08:55:16.771Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-06T08:55:18.241Z] ---> 5d79013e7766 [2020-11-06T08:55:18.241Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-06T08:55:20.978Z] ---> 56114b6ad894 [2020-11-06T08:55:20.978Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-06T08:55:23.603Z] ---> ef1d268a321a [2020-11-06T08:55:23.603Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-06T08:55:23.603Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-06T08:55:23.603Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-06T08:55:23.603Z] ---> 774544b9bcf3 [2020-11-06T08:55:23.604Z] Step 3/22 : WORKDIR /edgex-go [2020-11-06T08:55:23.604Z] ---> Using cache [2020-11-06T08:55:23.604Z] ---> 90128af8305c [2020-11-06T08:55:23.604Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:55:23.604Z] ---> Using cache [2020-11-06T08:55:23.604Z] ---> 17f7c908412d [2020-11-06T08:55:23.604Z] Step 5/22 : RUN apk update && apk add make git [2020-11-06T08:55:23.604Z] ---> Using cache [2020-11-06T08:55:23.604Z] ---> 58c50bd75c64 [2020-11-06T08:55:23.604Z] Step 6/22 : COPY go.mod . [2020-11-06T08:55:23.604Z] ---> Using cache [2020-11-06T08:55:23.604Z] ---> b5d77b2fdc10 [2020-11-06T08:55:23.604Z] Step 7/22 : RUN go mod download [2020-11-06T08:55:23.604Z] ---> Using cache [2020-11-06T08:55:23.604Z] ---> fd32b13e73e4 [2020-11-06T08:55:23.604Z] Step 8/22 : COPY . . [2020-11-06T08:55:23.604Z] ---> Using cache [2020-11-06T08:55:23.604Z] ---> d20fea95e3fc [2020-11-06T08:55:23.604Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-06T08:55:23.604Z] ---> Running in 87704917ec5f [2020-11-06T08:55:23.878Z] ---> Running in 7b3f8cfd76fa [2020-11-06T08:55:24.481Z] Removing intermediate container 87704917ec5f [2020-11-06T08:55:24.481Z] ---> 484022dfc378 [2020-11-06T08:55:24.481Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:55:24.481Z] Removing intermediate container 34c5d00ff515 [2020-11-06T08:55:24.481Z] ---> ddc08eb78d27 [2020-11-06T08:55:24.481Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-06T08:55:25.078Z] ---> Running in 2dff97c07618 [2020-11-06T08:55:25.078Z] ---> Running in 1f4a54c356d2 [2020-11-06T08:55:25.677Z] Removing intermediate container 59cf26008d81 [2020-11-06T08:55:25.677Z] ---> af7536005626 [2020-11-06T08:55:25.677Z] [2020-11-06T08:55:25.677Z] Step 10/23 : FROM alpine [2020-11-06T08:55:25.677Z] ---> 2e77e061c27f [2020-11-06T08:55:25.677Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-06T08:55:25.959Z] Removing intermediate container 1f4a54c356d2 [2020-11-06T08:55:25.959Z] ---> 5687ad9aa677 [2020-11-06T08:55:25.959Z] Step 19/21 : LABEL arch=arm64 [2020-11-06T08:55:26.235Z] ---> Running in 1f089232402b [2020-11-06T08:55:26.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-11-06T08:55:26.235Z] ---> Running in a7f9dbb93bac [2020-11-06T08:55:27.226Z] Removing intermediate container 1f089232402b [2020-11-06T08:55:27.226Z] ---> 387a7df4b1d4 [2020-11-06T08:55:27.226Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-06T08:55:27.226Z] Removing intermediate container a7f9dbb93bac [2020-11-06T08:55:27.226Z] ---> eae8c75fe9c8 [2020-11-06T08:55:27.226Z] Step 20/21 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:55:27.503Z] ---> Running in f8b42c99fd75 [2020-11-06T08:55:27.504Z] 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-06T08:55:27.504Z] ---> Running in e8a6b904703b [2020-11-06T08:55:27.782Z] Removing intermediate container 29fe8451b65c [2020-11-06T08:55:27.782Z] ---> efb8f49ee4f2 [2020-11-06T08:55:27.782Z] [2020-11-06T08:55:27.782Z] Step 10/24 : FROM scratch [2020-11-06T08:55:27.782Z] ---> [2020-11-06T08:55:27.782Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-06T08:55:28.394Z] ---> Using cache [2020-11-06T08:55:28.394Z] ---> 82262ad6d669 [2020-11-06T08:55:28.394Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-06T08:55:28.394Z] Removing intermediate container f8b42c99fd75 [2020-11-06T08:55:28.394Z] ---> e5fdc43ee5c8 [2020-11-06T08:55:28.394Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-06T08:55:28.394Z] Removing intermediate container e8a6b904703b [2020-11-06T08:55:28.394Z] ---> 553f37b251b9 [2020-11-06T08:55:28.394Z] Step 21/21 : LABEL version=0.0.0 [2020-11-06T08:55:28.394Z] ---> Running in 7c3f0a3b113a [2020-11-06T08:55:28.669Z] ---> Running in 92d6790e08f8 [2020-11-06T08:55:28.669Z] ---> Running in 6d69bb35e914 [2020-11-06T08:55:29.270Z] Removing intermediate container 7c3f0a3b113a [2020-11-06T08:55:29.271Z] ---> 259265d74aec [2020-11-06T08:55:29.271Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-06T08:55:29.271Z] ---> Running in d4a31ce7a7f7 [2020-11-06T08:55:29.545Z] Removing intermediate container 92d6790e08f8 [2020-11-06T08:55:29.545Z] ---> 49f3a1841704 [2020-11-06T08:55:29.545Z] [2020-11-06T08:55:29.545Z] Removing intermediate container 6d69bb35e914 [2020-11-06T08:55:29.545Z] ---> 4699ec822288 [2020-11-06T08:55:29.545Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-06T08:55:30.143Z] ---> Running in 72990e6ba167 [2020-11-06T08:55:30.144Z] Removing intermediate container d4a31ce7a7f7 [2020-11-06T08:55:30.144Z] ---> 38340409994e [2020-11-06T08:55:30.144Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-06T08:55:30.418Z] Successfully built 49f3a1841704 [2020-11-06T08:55:30.418Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-06T08:55:31.869Z]  Building docker-support-scheduler-go ... done  ---> b94396051dc9 [2020-11-06T08:55:31.869Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-06T08:55:32.858Z] Removing intermediate container 2dff97c07618 [2020-11-06T08:55:32.858Z] ---> 78262e1eee72 [2020-11-06T08:55:32.858Z] [2020-11-06T08:55:32.858Z] Step 11/27 : FROM docker:latest [2020-11-06T08:55:32.858Z] ---> 5d4db4dc0692 [2020-11-06T08:55:32.858Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-06T08:55:33.136Z] ---> Running in 7d4282384531 [2020-11-06T08:55:33.738Z] ---> 4d19f396c0a9 [2020-11-06T08:55:33.738Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-06T08:55:35.179Z] Removing intermediate container 72990e6ba167 [2020-11-06T08:55:35.180Z] ---> 57a8d0370e8d [2020-11-06T08:55:35.180Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-06T08:55:35.456Z] ---> Running in ab47d0053def [2020-11-06T08:55:36.065Z] ---> 40594ae9af57 [2020-11-06T08:55:36.065Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-06T08:55:36.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:55:36.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:55:37.285Z] (1/2) Installing readline (8.0.4-r0) [2020-11-06T08:55:37.285Z] (2/2) Installing bash (5.0.17-r0) [2020-11-06T08:55:37.285Z] Executing bash-5.0.17-r0.post-install [2020-11-06T08:55:37.285Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:55:37.285Z] OK: 12 MiB in 22 packages [2020-11-06T08:55:37.285Z] ---> f338cec4ff33 [2020-11-06T08:55:37.285Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-06T08:55:38.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:55:38.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:55:39.468Z] Removing intermediate container 7d4282384531 [2020-11-06T08:55:39.468Z] ---> efd613bb4fc2 [2020-11-06T08:55:39.468Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-06T08:55:39.468Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-06T08:55:39.744Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-06T08:55:39.744Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-06T08:55:39.744Z] ---> 3bec38f37f21 [2020-11-06T08:55:39.744Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-06T08:55:39.744Z] ---> Running in ae02e510ef23 [2020-11-06T08:55:40.041Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-06T08:55:40.041Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-06T08:55:40.041Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:55:40.041Z] OK: 8 MiB in 19 packages [2020-11-06T08:55:41.487Z] ---> f8cc30772660 [2020-11-06T08:55:41.487Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-06T08:55:41.763Z] ---> Running in 1294dac5665d [2020-11-06T08:55:42.365Z] Removing intermediate container 1294dac5665d [2020-11-06T08:55:42.365Z] ---> 1721f1da6b3a [2020-11-06T08:55:42.365Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:55:42.365Z] Removing intermediate container ab47d0053def [2020-11-06T08:55:42.365Z] ---> 29544b4710cb [2020-11-06T08:55:42.365Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-06T08:55:42.647Z] ---> Running in b2244bbf5db3 [2020-11-06T08:55:44.096Z] Removing intermediate container b2244bbf5db3 [2020-11-06T08:55:44.096Z] ---> 328c83d1d89c [2020-11-06T08:55:44.096Z] Step 22/24 : LABEL arch=arm64 [2020-11-06T08:55:44.096Z] ---> 3c33fb05bceb [2020-11-06T08:55:44.096Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-06T08:55:44.096Z] ---> Running in a6a863d58971 [2020-11-06T08:55:44.096Z] Removing intermediate container ae02e510ef23 [2020-11-06T08:55:44.096Z] ---> fbb8a12554ad [2020-11-06T08:55:44.096Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-06T08:55:44.376Z] ---> Running in 495d362883c2 [2020-11-06T08:55:44.974Z] Removing intermediate container a6a863d58971 [2020-11-06T08:55:44.974Z] ---> a2e00e68441a [2020-11-06T08:55:44.974Z] Step 23/24 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:55:44.974Z] Removing intermediate container 495d362883c2 [2020-11-06T08:55:44.974Z] ---> 61f7d1ab6e6d [2020-11-06T08:55:44.974Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-06T08:55:44.974Z] ---> Running in a48a1c442830 [2020-11-06T08:55:45.250Z] ---> Running in 29d4d3e99137 [2020-11-06T08:55:45.858Z] Removing intermediate container a48a1c442830 [2020-11-06T08:55:45.858Z] ---> 9acf20ca9ee0 [2020-11-06T08:55:45.858Z] Step 24/24 : LABEL version=0.0.0 [2020-11-06T08:55:46.137Z] Removing intermediate container 29d4d3e99137 [2020-11-06T08:55:46.137Z] ---> 879edb3c30b2 [2020-11-06T08:55:46.137Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-06T08:55:46.137Z] ---> 428a66ee6a43 [2020-11-06T08:55:46.137Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-06T08:55:46.137Z] ---> Running in c37fabf90872 [2020-11-06T08:55:46.419Z] ---> Running in 34f92c719db5 [2020-11-06T08:55:47.020Z] Removing intermediate container 34f92c719db5 [2020-11-06T08:55:47.020Z] ---> cd10849abf14 [2020-11-06T08:55:47.020Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-06T08:55:47.020Z] Removing intermediate container c37fabf90872 [2020-11-06T08:55:47.020Z] ---> aff50891a4bd [2020-11-06T08:55:47.020Z] [2020-11-06T08:55:47.294Z] ---> 8ba4c5ad3ddc [2020-11-06T08:55:47.294Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-06T08:55:47.566Z] ---> Running in 8ce72e1c96b7 [2020-11-06T08:55:47.842Z] Successfully built aff50891a4bd [2020-11-06T08:55:47.842Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-06T08:55:48.453Z]  Building docker-support-notifications-go ... done Removing intermediate container 8ce72e1c96b7 [2020-11-06T08:55:48.453Z] ---> 6d28227a0c16 [2020-11-06T08:55:48.453Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:55:48.728Z] ---> Running in 10333d1350de [2020-11-06T08:55:49.004Z] ---> 237684f0f8fe [2020-11-06T08:55:49.004Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-06T08:55:49.624Z] Removing intermediate container 10333d1350de [2020-11-06T08:55:49.624Z] ---> 382ff3694cdc [2020-11-06T08:55:49.624Z] Step 21/23 : LABEL arch=arm64 [2020-11-06T08:55:49.624Z] ---> Running in 1bc2cd61a546 [2020-11-06T08:55:50.227Z] ---> f952f68a0a0c [2020-11-06T08:55:50.227Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-06T08:55:50.502Z] Removing intermediate container 1bc2cd61a546 [2020-11-06T08:55:50.502Z] ---> 05284c0eeb83 [2020-11-06T08:55:50.502Z] Step 22/23 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:55:50.502Z] ---> Running in c2a557c76087 [2020-11-06T08:55:51.490Z] ---> 668ec9e9fc6c [2020-11-06T08:55:51.490Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-06T08:55:51.490Z] Removing intermediate container c2a557c76087 [2020-11-06T08:55:51.490Z] ---> 60df026c5c64 [2020-11-06T08:55:51.490Z] Step 23/23 : LABEL version=0.0.0 [2020-11-06T08:55:51.490Z] ---> Running in f4e18a82514a [2020-11-06T08:55:51.490Z] ---> Running in 0bc2e0312ea8 [2020-11-06T08:55:52.485Z] Removing intermediate container 0bc2e0312ea8 [2020-11-06T08:55:52.485Z] ---> d33592334f7c [2020-11-06T08:55:52.485Z] [2020-11-06T08:55:53.084Z] Successfully built d33592334f7c [2020-11-06T08:55:53.084Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-06T08:55:53.682Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:55:53.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:55:54.556Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-06T08:55:54.556Z] (2/33) Installing expat (2.2.9-r1) [2020-11-06T08:55:54.556Z] (3/33) Installing libffi (3.3-r2) [2020-11-06T08:55:54.556Z] (4/33) Installing gdbm (1.13-r1) [2020-11-06T08:55:54.556Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-06T08:55:54.556Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-06T08:55:54.834Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-06T08:55:56.836Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-06T08:55:56.836Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-06T08:55:56.836Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-06T08:55:56.836Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-06T08:55:56.836Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-06T08:55:56.836Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-06T08:55:56.836Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-06T08:55:56.836Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-06T08:55:56.836Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-06T08:55:56.836Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-06T08:55:57.113Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-06T08:55:57.113Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-06T08:55:57.113Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-06T08:55:57.113Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-06T08:55:57.113Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-06T08:55:57.113Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-06T08:55:57.113Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-06T08:55:57.113Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-06T08:55:57.113Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-06T08:55:57.390Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-06T08:55:57.390Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-06T08:55:57.390Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-06T08:55:57.390Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-06T08:55:57.390Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-06T08:55:57.390Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-06T08:55:57.390Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-06T08:55:57.666Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:55:57.666Z] OK: 71 MiB in 55 packages [2020-11-06T08:56:05.994Z] Removing intermediate container f4e18a82514a [2020-11-06T08:56:05.994Z] ---> 28c41c46e3bd [2020-11-06T08:56:05.994Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-06T08:56:05.994Z] ---> Running in 7200a7fd4bdf [2020-11-06T08:56:10.305Z] Removing intermediate container 7b3f8cfd76fa [2020-11-06T08:56:10.305Z] ---> b941301b7cc1 [2020-11-06T08:56:10.305Z] [2020-11-06T08:56:10.305Z] Step 10/22 : FROM scratch [2020-11-06T08:56:10.305Z] ---> [2020-11-06T08:56:10.305Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-06T08:56:10.305Z] ---> Using cache [2020-11-06T08:56:10.305Z] ---> b33ef71c4562 [2020-11-06T08:56:10.305Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-06T08:56:10.305Z] ---> Running in a6f7f2d88a1f [2020-11-06T08:56:10.580Z] Removing intermediate container a6f7f2d88a1f [2020-11-06T08:56:10.580Z] ---> 83e74d8d342a [2020-11-06T08:56:10.580Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-06T08:56:10.580Z] ---> Running in 410a4f90a16c [2020-11-06T08:56:11.177Z] Removing intermediate container 410a4f90a16c [2020-11-06T08:56:11.177Z] ---> 1c70d6224f40 [2020-11-06T08:56:11.177Z] Step 14/22 : WORKDIR / [2020-11-06T08:56:11.177Z] ---> Running in c96447821b6b [2020-11-06T08:56:11.451Z] Collecting docker-compose==1.23.2 [2020-11-06T08:56:11.451Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-06T08:56:11.726Z] Removing intermediate container c96447821b6b [2020-11-06T08:56:11.726Z] ---> 5d14b42eb2ec [2020-11-06T08:56:11.726Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-06T08:56:12.323Z] Collecting texttable<0.10,>=0.9.0 [2020-11-06T08:56:12.323Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-06T08:56:12.323Z] ---> ebfa9ffd2f53 [2020-11-06T08:56:12.323Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-06T08:56:13.770Z] ---> 7301ce0afc28 [2020-11-06T08:56:13.770Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-06T08:56:14.755Z] ---> e58ec16395b6 [2020-11-06T08:56:14.755Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-06T08:56:14.756Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-06T08:56:14.756Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-06T08:56:14.756Z] ---> Running in e4e7252fee82 [2020-11-06T08:56:15.030Z] 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-06T08:56:15.302Z] Removing intermediate container e4e7252fee82 [2020-11-06T08:56:15.302Z] ---> 3612a6a37fa6 [2020-11-06T08:56:15.302Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:56:15.302Z] ---> Running in 59b00c0804b2 [2020-11-06T08:56:15.577Z] Collecting docker<4.0,>=3.6.0 [2020-11-06T08:56:15.577Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-06T08:56:15.854Z] Removing intermediate container 59b00c0804b2 [2020-11-06T08:56:15.854Z] ---> 2b22b12bf514 [2020-11-06T08:56:15.854Z] Step 20/22 : LABEL arch=arm64 [2020-11-06T08:56:16.127Z] ---> Running in ac15ed130381 [2020-11-06T08:56:16.127Z] Collecting docopt<0.7,>=0.6.1 [2020-11-06T08:56:16.127Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-06T08:56:16.724Z] Removing intermediate container ac15ed130381 [2020-11-06T08:56:16.725Z] ---> 43969fd0bfb2 [2020-11-06T08:56:16.725Z] Step 21/22 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:56:16.725Z] ---> Running in 02fa7f51e402 [2020-11-06T08:56:17.328Z] Removing intermediate container 02fa7f51e402 [2020-11-06T08:56:17.328Z] ---> c5cbe8654405 [2020-11-06T08:56:17.328Z] Step 22/22 : LABEL version=0.0.0 [2020-11-06T08:56:17.328Z] ---> Running in 2190e04e2203 [2020-11-06T08:56:17.925Z] Removing intermediate container 2190e04e2203 [2020-11-06T08:56:17.925Z] ---> 971d31e0872f [2020-11-06T08:56:17.925Z] [2020-11-06T08:56:18.199Z] Successfully built 971d31e0872f [2020-11-06T08:56:18.199Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-06T08:56:18.791Z]  Building docker-core-command-go ... done Collecting PyYAML<4,>=3.10 [2020-11-06T08:56:18.791Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-06T08:56:22.206Z] Collecting cached-property<2,>=1.2.0 [2020-11-06T08:56:22.206Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-06T08:56:22.206Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-06T08:56:22.206Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-06T08:56:24.818Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-06T08:56:25.091Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-06T08:56:25.361Z] Collecting jsonschema<3,>=2.5.1 [2020-11-06T08:56:25.361Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-06T08:56:25.953Z] Collecting docker-pycreds>=0.4.0 [2020-11-06T08:56:25.953Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-06T08:56:26.543Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-06T08:56:26.543Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-06T08:56:26.543Z] 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-06T08:56:26.543Z] 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-06T08:56:26.815Z] Collecting idna<2.8,>=2.5 [2020-11-06T08:56:26.815Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-06T08:56:26.815Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-06T08:56:26.815Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-06T08:56:26.815Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-06T08:56:26.815Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-06T08:56:27.787Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, PyYAML, cached-property, dockerpty, jsonschema, docker-compose [2020-11-06T08:56:27.787Z] Running setup.py install for texttable: started [2020-11-06T08:56:29.216Z] Running setup.py install for texttable: finished with status 'done' [2020-11-06T08:56:29.485Z] Attempting uninstall: urllib3 [2020-11-06T08:56:29.755Z] Found existing installation: urllib3 1.25.9 [2020-11-06T08:56:29.755Z] Uninstalling urllib3-1.25.9: [2020-11-06T08:56:29.755Z] Successfully uninstalled urllib3-1.25.9 [2020-11-06T08:56:30.343Z] Attempting uninstall: idna [2020-11-06T08:56:30.343Z] Found existing installation: idna 2.9 [2020-11-06T08:56:30.343Z] Uninstalling idna-2.9: [2020-11-06T08:56:30.343Z] Successfully uninstalled idna-2.9 [2020-11-06T08:56:30.936Z] Attempting uninstall: requests [2020-11-06T08:56:30.936Z] Found existing installation: requests 2.23.0 [2020-11-06T08:56:30.936Z] Uninstalling requests-2.23.0: [2020-11-06T08:56:31.207Z] Successfully uninstalled requests-2.23.0 [2020-11-06T08:56:32.178Z] Running setup.py install for docopt: started [2020-11-06T08:56:34.143Z] Running setup.py install for docopt: finished with status 'done' [2020-11-06T08:56:34.143Z] Running setup.py install for PyYAML: started [2020-11-06T08:56:36.109Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-06T08:56:36.109Z] Running setup.py install for dockerpty: started [2020-11-06T08:56:38.072Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-06T08:56:39.043Z] 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-06T08:56:42.813Z] Removing intermediate container 7200a7fd4bdf [2020-11-06T08:56:42.813Z] ---> c1314d7ac248 [2020-11-06T08:56:42.813Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-06T08:56:42.813Z] ---> Running in db8f54fed0b7 [2020-11-06T08:56:44.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-06T08:56:44.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-06T08:56:44.843Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-06T08:56:44.843Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-06T08:56:44.843Z] (3/3) Installing curl (7.69.1-r1) [2020-11-06T08:56:44.843Z] Executing busybox-1.31.1-r19.trigger [2020-11-06T08:56:44.843Z] OK: 71 MiB in 58 packages [2020-11-06T08:56:46.273Z] Removing intermediate container db8f54fed0b7 [2020-11-06T08:56:46.273Z] ---> e58012d7439b [2020-11-06T08:56:46.273Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-06T08:56:46.273Z] ---> Running in 5b6af2c64d10 [2020-11-06T08:56:46.865Z] Removing intermediate container 5b6af2c64d10 [2020-11-06T08:56:46.865Z] ---> 0ea97684f6c5 [2020-11-06T08:56:46.865Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-06T08:56:46.865Z] ---> Running in 2ae732a86e28 [2020-11-06T08:56:47.460Z] Removing intermediate container 2ae732a86e28 [2020-11-06T08:56:47.460Z] ---> 7299be706eac [2020-11-06T08:56:47.460Z] Step 25/27 : LABEL arch=arm64 [2020-11-06T08:56:47.460Z] ---> Running in 1949e1997bd6 [2020-11-06T08:56:48.065Z] Removing intermediate container 1949e1997bd6 [2020-11-06T08:56:48.065Z] ---> d06e03117a61 [2020-11-06T08:56:48.065Z] Step 26/27 : LABEL git_sha=1a01ba7af32f03b3df850b6de5ed1fdaf73e211c [2020-11-06T08:56:48.065Z] ---> Running in 3b8f37c22426 [2020-11-06T08:56:48.659Z] Removing intermediate container 3b8f37c22426 [2020-11-06T08:56:48.659Z] ---> 42c7a4e9914b [2020-11-06T08:56:48.659Z] Step 27/27 : LABEL version=0.0.0 [2020-11-06T08:56:48.659Z] ---> Running in 8851bb1285fc [2020-11-06T08:56:49.251Z] Removing intermediate container 8851bb1285fc [2020-11-06T08:56:49.251Z] ---> 4b796b4a9712 [2020-11-06T08:56:49.251Z] [2020-11-06T08:56:49.523Z] Successfully built 4b796b4a9712 [2020-11-06T08:56:49.523Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-06T08:56:50.135Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-06T08:56:50.141Z] $ docker stop --time=1 2085af2ec2bb82ed34cd9b0666e82e6524a4b56f4d265ef642f5e0d0f00b24ac [2020-11-06T08:56:52.088Z] $ docker rm -f 2085af2ec2bb82ed34cd9b0666e82e6524a4b56f4d265ef642f5e0d0f00b24ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-06T08:56:52.865Z] + grep docker+ [2020-11-06T08:56:52.865Z] docker images [2020-11-06T08:56:53.137Z] docker-sys-mgmt-agent-go-arm64 latest 4b796b4a9712 4 seconds ago 270MB [2020-11-06T08:56:53.137Z] docker-core-command-go-arm64 latest 971d31e0872f 35 seconds ago 11.4MB [2020-11-06T08:56:53.137Z] docker-core-data-go-arm64 latest d33592334f7c About a minute ago 22.3MB [2020-11-06T08:56:53.137Z] docker-support-notifications-go-arm64 latest aff50891a4bd About a minute ago 12.9MB [2020-11-06T08:56:53.137Z] docker-support-scheduler-go-arm64 latest 49f3a1841704 About a minute ago 11.5MB [2020-11-06T08:56:53.137Z] docker-security-bootstrap-redis-go-arm64 latest b7d98e81c175 About a minute ago 15.2MB [2020-11-06T08:56:53.137Z] docker-core-metadata-go-arm64 latest 25e7f2d93e1d 4 minutes ago 13.5MB [2020-11-06T08:56:53.137Z] docker-security-secrets-setup-go-arm64 latest e6c7d7b232df 4 minutes ago 22.7MB [2020-11-06T08:56:53.137Z] docker-security-secretstore-setup-go-arm64 latest 37ab1ddddeea 4 minutes ago 23.6MB [2020-11-06T08:56:53.137Z] docker-support-logging-go-arm64 latest 5d9e32162c9c 4 minutes ago 10.6MB [2020-11-06T08:56:53.137Z] docker-security-proxy-setup-go-arm64 latest 2784608d04d0 4 minutes ago 15.1MB [2020-11-06T08:56:53.137Z] docker latest 5d4db4dc0692 2 weeks 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-06T08:56:57.357Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T08:56:58.244Z] ---> package-listing.sh [2020-11-06T08:56:58.244Z] ++ facter osfamily [2020-11-06T08:56:58.244Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-06T08:56:58.244Z] + OS_FAMILY=redhat [2020-11-06T08:56:58.244Z] + workspace=/w/workspace/edgex-go/4 [2020-11-06T08:56:58.244Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-06T08:56:58.244Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-06T08:56:58.244Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-06T08:56:58.244Z] + PACKAGES=/tmp/packages_start.txt [2020-11-06T08:56:58.244Z] + '[' /w/workspace/edgex-go/4 ']' [2020-11-06T08:56:58.244Z] + PACKAGES=/tmp/packages_end.txt [2020-11-06T08:56:58.244Z] + case "${OS_FAMILY}" in [2020-11-06T08:56:58.244Z] + rpm -qa [2020-11-06T08:56:58.244Z] + sort [2020-11-06T08:57:02.471Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-06T08:57:02.471Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-06T08:57:02.471Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-06T08:57:02.471Z] + '[' /w/workspace/edgex-go/4 ']' [2020-11-06T08:57:02.471Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-11-06T08:57:02.471Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2020-11-06T08:57:02.484Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-06T08:57:02.778Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:57:03.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-06T08:57:03.084Z] [2020-11-06T08:57:03.084Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-06T08:57:03.469Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-06T08:57:03.469Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-06T08:57:03.469Z] df20fa9351a1: Already exists [2020-11-06T08:57:03.469Z] 36b3adc4ff6f: Pulling fs layer [2020-11-06T08:57:03.469Z] 8ad3a11d3b57: Pulling fs layer [2020-11-06T08:57:03.469Z] 46f8f816bc3b: Pulling fs layer [2020-11-06T08:57:03.469Z] 93b61091891f: Pulling fs layer [2020-11-06T08:57:03.469Z] 93b9cdb0e59b: Pulling fs layer [2020-11-06T08:57:03.469Z] 5e14af77c1be: Pulling fs layer [2020-11-06T08:57:03.469Z] 01666e4c0597: Pulling fs layer [2020-11-06T08:57:03.469Z] aa168da1d23b: Pulling fs layer [2020-11-06T08:57:03.469Z] 93b61091891f: Waiting [2020-11-06T08:57:03.469Z] 93b9cdb0e59b: Waiting [2020-11-06T08:57:03.469Z] 5e14af77c1be: Waiting [2020-11-06T08:57:03.469Z] aa168da1d23b: Waiting [2020-11-06T08:57:03.469Z] 01666e4c0597: Waiting [2020-11-06T08:57:03.469Z] 46f8f816bc3b: Verifying Checksum [2020-11-06T08:57:03.469Z] 46f8f816bc3b: Download complete [2020-11-06T08:57:03.469Z] 36b3adc4ff6f: Verifying Checksum [2020-11-06T08:57:03.469Z] 36b3adc4ff6f: Download complete [2020-11-06T08:57:03.469Z] 93b9cdb0e59b: Verifying Checksum [2020-11-06T08:57:03.469Z] 93b9cdb0e59b: Download complete [2020-11-06T08:57:03.731Z] 5e14af77c1be: Verifying Checksum [2020-11-06T08:57:03.731Z] 5e14af77c1be: Download complete [2020-11-06T08:57:03.731Z] 01666e4c0597: Verifying Checksum [2020-11-06T08:57:03.731Z] 01666e4c0597: Download complete [2020-11-06T08:57:03.992Z] 36b3adc4ff6f: Pull complete [2020-11-06T08:57:04.565Z] 93b61091891f: Download complete [2020-11-06T08:57:04.565Z] 8ad3a11d3b57: Verifying Checksum [2020-11-06T08:57:04.565Z] 8ad3a11d3b57: Download complete [2020-11-06T08:57:05.532Z] 8ad3a11d3b57: Pull complete [2020-11-06T08:57:05.532Z] 46f8f816bc3b: Pull complete [2020-11-06T08:57:06.105Z] aa168da1d23b: Download complete [2020-11-06T08:57:08.662Z] 93b61091891f: Pull complete [2020-11-06T08:57:08.662Z] 93b9cdb0e59b: Pull complete [2020-11-06T08:57:08.662Z] 5e14af77c1be: Pull complete [2020-11-06T08:57:08.662Z] 01666e4c0597: Pull complete [2020-11-06T08:57:20.944Z] aa168da1d23b: Pull complete [2020-11-06T08:57:20.944Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-06T08:57:20.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-06T08:57:20.944Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-06T08:57:21.210Z] prd-centos7-docker-4c-2g-11356 does not seem to be running inside a container [2020-11-06T08:57:21.258Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-06T08:57:29.399Z] $ docker top 51ac355b3e046bde56a3633f29497c141f4c86d1a9cad1f8d7436fab6731a111 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-06T08:57:30.037Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-06T08:57:30.342Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-06T08:57:30.762Z] + ls /var/log/sa-host [2020-11-06T08:57:30.762Z] + sadf -c /var/log/sa-host/sa05 [2020-11-06T08:57:30.762Z] file_magic: OK [2020-11-06T08:57:30.762Z] HZ: Using current value: 100 [2020-11-06T08:57:30.762Z] file_header: OK [2020-11-06T08:57:30.762Z] 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-06T08:57:30.762Z] Statistics: [2020-11-06T08:57:30.762Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-06T08:57:30.762Z] File successfully converted to sysstat format version 12.2.1 [2020-11-06T08:57:30.762Z] + sadf -c /var/log/sa-host/sa06 [2020-11-06T08:57:30.762Z] file_magic: OK [2020-11-06T08:57:30.762Z] HZ: Using current value: 100 [2020-11-06T08:57:30.762Z] file_header: OK [2020-11-06T08:57:30.762Z] 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-06T08:57:30.762Z] Statistics: [2020-11-06T08:57:30.762Z] 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... [2020-11-06T08:57:30.762Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-06T08:57:31.431Z] provisioning config files... [2020-11-06T08:57:31.494Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1761162565724359665tmp [Pipeline] { [Pipeline] echo [2020-11-06T08:57:31.636Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T08:57:31.933Z] ---> create-netrc.sh [Pipeline] } [2020-11-06T08:57:31.943Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-06T08:57:32.068Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T08:57:32.367Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-06T08:57:32.379Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T08:57:32.675Z] ---> sudo-logs.sh [2020-11-06T08:57:32.676Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-06T08:57:32.687Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T08:57:32.984Z] ---> job-cost.sh [2020-11-06T08:57:32.984Z] lf-activate-venv: SKIPPING [2020-11-06T08:57:32.984Z] INFO: No Stack... [2020-11-06T08:57:33.929Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-06T08:57:34.502Z] INFO: Archiving Costs [Pipeline] echo [2020-11-06T08:57:34.516Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-06T08:57:34.824Z] ---> logs-deploy.sh [2020-11-06T08:57:34.824Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2872/4 [2020-11-06T08:57:34.824Z] INFO: archiving workspace using pattern(s): [2020-11-06T08:57:36.744Z] Archives upload complete. [2020-11-06T08:57:36.744Z] INFO: archiving logs to Nexus