Pull request #2858 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 30fe914c5ad8e4d98bae6ee0071c56635472cae5 rather than b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd Obtained Jenkinsfile from 30fe914c5ad8e4d98bae6ee0071c56635472cae5 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9505 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.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 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd # 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 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 Merge succeeded, producing 8f1902a5c513359471ccc264453bcaa93f574812 Checking out Revision 8f1902a5c513359471ccc264453bcaa93f574812 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f1902a5c513359471ccc264453bcaa93f574812 # timeout=10 Commit message: "Merge commit '30fe914c5ad8e4d98bae6ee0071c56635472cae5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-28T16:03:36.042Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-28T16:03:36.306Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 4a203e56fe01cbe547969da54102dfdd78bbdb0f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-28T16:03:36.399Z] ========================================================= [2020-10-28T16:03:36.399Z] EdgeX Global Pipelines Version Info [2020-10-28T16:03:36.399Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:03:38.362Z] ------------------- [2020-10-28T16:03:38.363Z] stable info: [2020-10-28T16:03:38.363Z] ------------------- [2020-10-28T16:03:38.363Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-28T16:03:38.363Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-28T16:03:38.363Z] Message: update stable to v1.0.148 [2020-10-28T16:03:38.939Z] ------------------- [2020-10-28T16:03:38.939Z] experimental info: [2020-10-28T16:03:38.939Z] ------------------- [2020-10-28T16:03:38.939Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-28T16:03:38.939Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-28T16:03:38.939Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-28T16:03:39.218Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-28T16:03:39.314Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-28T16:03:39.403Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-28T16:03:39.500Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-28T16:03:39.603Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-28T16:03:39.694Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-28T16:03:39.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-28T16:03:39.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-28T16:03:39.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-28T16:03:40.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-28T16:03:40.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-28T16:03:40.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-28T16:03:40.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-28T16:03:40.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-28T16:03:40.603Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T16:03:40.732Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T16:03:40.819Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-28T16:03:40.921Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-28T16:03:41.084Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-28T16:03:41.176Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-28T16:03:41.258Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-28T16:03:41.360Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2020-10-28T16:03:41.445Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2020-10-28T16:03:41.528Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2020-10-28T16:03:41.640Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f1902a5c513359471ccc264453bcaa93f574812 [Pipeline] echo [2020-10-28T16:03:41.723Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f1902a [Pipeline] echo [2020-10-28T16:03:41.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-28T16:03:42.197Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/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-10-28T16:03:42.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:03:42.197Z] ++ dirname cmd/core-command/Dockerfile [2020-10-28T16:03:42.197Z] ++ cut -d/ -f2 [2020-10-28T16:03:42.197Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-28T16:03:42.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:03:42.197Z] ++ dirname cmd/core-data/Dockerfile [2020-10-28T16:03:42.197Z] ++ cut -d/ -f2 [2020-10-28T16:03:42.197Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-28T16:03:42.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:03:42.197Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-28T16:03:42.197Z] ++ cut -d/ -f2 [2020-10-28T16:03:42.197Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-28T16:03:42.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:03:42.197Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-28T16:03:42.197Z] ++ cut -d/ -f2 [2020-10-28T16:03:42.197Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-28T16:03:42.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:03:42.197Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-28T16:03:42.197Z] ++ cut -d/ -f2 [2020-10-28T16:03:42.197Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-28T16:03:42.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:03:42.197Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-28T16:03:42.197Z] ++ cut -d/ -f2 [2020-10-28T16:03:42.197Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-28T16:03:42.197Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:03:42.197Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-28T16:03:42.197Z] ++ cut -d/ -f2 [2020-10-28T16:03:42.197Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-28T16:03:42.198Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:03:42.198Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-28T16:03:42.198Z] ++ cut -d/ -f2 [2020-10-28T16:03:42.198Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-28T16:03:42.198Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:03:42.198Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-28T16:03:42.198Z] ++ cut -d/ -f2 [2020-10-28T16:03:42.198Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-28T16:03:42.198Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-28T16:03:42.198Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-28T16:03:42.198Z] ++ cut -d/ -f2 [2020-10-28T16:03:42.198Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-28T16:03:42.274Z] 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-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-10-28T16:03:43.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T16:03:43.402Z] [2020-10-28T16:03:43.402Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:03:43.759Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T16:03:43.759Z] latest: Pulling from edgex-devops/git-semver [2020-10-28T16:03:43.759Z] 31603596830f: Pulling fs layer [2020-10-28T16:03:43.759Z] 2a8b12db71e7: Pulling fs layer [2020-10-28T16:03:43.759Z] 6ca5941a6612: Pulling fs layer [2020-10-28T16:03:43.759Z] ecc8261a40a4: Pulling fs layer [2020-10-28T16:03:43.759Z] ecc8261a40a4: Waiting [2020-10-28T16:03:43.759Z] 2a8b12db71e7: Verifying Checksum [2020-10-28T16:03:43.759Z] 2a8b12db71e7: Download complete [2020-10-28T16:03:44.029Z] 31603596830f: Verifying Checksum [2020-10-28T16:03:44.029Z] 31603596830f: Download complete [2020-10-28T16:03:44.029Z] ecc8261a40a4: Verifying Checksum [2020-10-28T16:03:44.029Z] ecc8261a40a4: Download complete [2020-10-28T16:03:44.029Z] 6ca5941a6612: Verifying Checksum [2020-10-28T16:03:44.029Z] 6ca5941a6612: Download complete [2020-10-28T16:03:44.298Z] 31603596830f: Pull complete [2020-10-28T16:03:44.564Z] 2a8b12db71e7: Pull complete [2020-10-28T16:03:45.518Z] 6ca5941a6612: Pull complete [2020-10-28T16:03:45.518Z] ecc8261a40a4: Pull complete [2020-10-28T16:03:45.518Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-28T16:03:45.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T16:03:45.518Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-28T16:03:45.626Z] prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container [2020-10-28T16:03:45.683Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T16:03:48.296Z] $ docker top e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T16:03:48.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T16:03:48.638Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T16:03:48.898Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T16:03:48.905Z] $ docker exec e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 ssh-agent [2020-10-28T16:03:49.077Z] SSH_AUTH_SOCK=/tmp/ssh-O30uVOAnNNfF/agent.11 [2020-10-28T16:03:49.077Z] SSH_AGENT_PID=17 [2020-10-28T16:03:49.090Z] Running ssh-add (command line suppressed) [2020-10-28T16:03:49.215Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_9222367009224262197.key (/w/workspace/edgex-go/2@tmp/private_key_9222367009224262197.key) [2020-10-28T16:03:49.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T16:03:49.627Z] + git tag --points-at HEAD [Pipeline] } [2020-10-28T16:03:49.654Z] $ docker exec --env ******** --env ******** e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 ssh-agent -k [2020-10-28T16:03:49.771Z] unset SSH_AUTH_SOCK; [2020-10-28T16:03:49.771Z] unset SSH_AGENT_PID; [2020-10-28T16:03:49.771Z] echo Agent pid 17 killed; [2020-10-28T16:03:49.818Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-28T16:03:49.956Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T16:03:49.957Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T16:03:50.129Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T16:03:50.136Z] $ docker exec e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 ssh-agent [2020-10-28T16:03:50.298Z] SSH_AUTH_SOCK=/tmp/ssh-Xxq2OrDao99l/agent.48 [2020-10-28T16:03:50.299Z] SSH_AGENT_PID=53 [2020-10-28T16:03:50.305Z] Running ssh-add (command line suppressed) [2020-10-28T16:03:50.437Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1155269746377247905.key (/w/workspace/edgex-go/2@tmp/private_key_1155269746377247905.key) [2020-10-28T16:03:50.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T16:03:50.911Z] + git semver init [2020-10-28T16:03:50.911Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T16:03:50.911Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-10-28T16:03:50.911Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-10-28T16:03:50.911Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T16:03:50.911Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T16:03:50.911Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T16:03:50.911Z] # $SEMVER_BRANCH = PR-2858 [2020-10-28T16:03:50.911Z] # $SEMVER_TEMP = /tmp/semver-974725072 [2020-10-28T16:03:50.911Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-28T16:04:17.581Z] # '/tmp/semver-974725072' -> '/w/workspace/edgex-go/2/.semver' [2020-10-28T16:04:17.581Z] # -> Force: false [2020-10-28T16:04:17.581Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-10-28T16:04:17.599Z] $ docker exec --env ******** --env ******** e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 ssh-agent -k [2020-10-28T16:04:17.845Z] unset SSH_AUTH_SOCK; [2020-10-28T16:04:17.845Z] unset SSH_AGENT_PID; [2020-10-28T16:04:17.846Z] echo Agent pid 53 killed; [2020-10-28T16:04:17.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T16:04:18.477Z] + git semver [Pipeline] } [2020-10-28T16:04:18.514Z] $ docker stop --time=1 e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 [2020-10-28T16:04:20.088Z] $ docker rm -f e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T16:04:20.615Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-28T16:04:21.258Z] Stashed 1 file(s) [Pipeline] echo [2020-10-28T16:04:21.262Z] [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-10-28T16:04:21.891Z] ========================================================= [2020-10-28T16:04:21.891Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-28T16:04:21.891Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:04:22.228Z] + 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-10-28T16:04:25.558Z] Sending build context to Docker daemon 325.8MB [2020-10-28T16:04:25.558Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T16:04:25.558Z] Step 2/7 : FROM ${BASE} [2020-10-28T16:04:25.558Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-28T16:04:25.558Z] df20fa9351a1: Pulling fs layer [2020-10-28T16:04:25.558Z] ed8968b2872e: Pulling fs layer [2020-10-28T16:04:25.558Z] a92cc7c5fd73: Pulling fs layer [2020-10-28T16:04:25.558Z] e871e8e8d7a9: Pulling fs layer [2020-10-28T16:04:25.558Z] e73272ec9a57: Pulling fs layer [2020-10-28T16:04:25.558Z] 1e910a182e73: Pulling fs layer [2020-10-28T16:04:25.558Z] 4e634b169226: Pulling fs layer [2020-10-28T16:04:25.558Z] e73272ec9a57: Waiting [2020-10-28T16:04:25.558Z] 1e910a182e73: Waiting [2020-10-28T16:04:25.558Z] 4e634b169226: Waiting [2020-10-28T16:04:25.558Z] e871e8e8d7a9: Waiting [2020-10-28T16:04:25.558Z] a92cc7c5fd73: Verifying Checksum [2020-10-28T16:04:25.558Z] a92cc7c5fd73: Download complete [2020-10-28T16:04:25.558Z] ed8968b2872e: Verifying Checksum [2020-10-28T16:04:25.558Z] ed8968b2872e: Download complete [2020-10-28T16:04:25.558Z] e73272ec9a57: Download complete [2020-10-28T16:04:25.558Z] 1e910a182e73: Verifying Checksum [2020-10-28T16:04:25.558Z] 1e910a182e73: Download complete [2020-10-28T16:04:25.827Z] df20fa9351a1: Verifying Checksum [2020-10-28T16:04:25.827Z] df20fa9351a1: Download complete [2020-10-28T16:04:26.098Z] df20fa9351a1: Pull complete [2020-10-28T16:04:26.362Z] ed8968b2872e: Pull complete [2020-10-28T16:04:26.362Z] a92cc7c5fd73: Pull complete [2020-10-28T16:04:28.294Z] 4e634b169226: Verifying Checksum [2020-10-28T16:04:28.294Z] 4e634b169226: Download complete [2020-10-28T16:04:28.872Z] e871e8e8d7a9: Verifying Checksum [2020-10-28T16:04:28.872Z] e871e8e8d7a9: Download complete [2020-10-28T16:04:34.217Z] e871e8e8d7a9: Pull complete [2020-10-28T16:04:34.217Z] e73272ec9a57: Pull complete [2020-10-28T16:04:34.217Z] 1e910a182e73: Pull complete [2020-10-28T16:04:36.654Z] Still waiting to schedule task [2020-10-28T16:04:36.654Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-28T16:04:39.538Z] 4e634b169226: Pull complete [2020-10-28T16:04:39.538Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-28T16:04:39.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-28T16:04:39.538Z] ---> f7629b54cfaa [2020-10-28T16:04:39.538Z] 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-10-28T16:04:39.809Z] ---> Running in 98d51b6d08ce [2020-10-28T16:04:40.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:04:41.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:04:42.288Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T16:04:42.288Z] (2/12) Installing file (5.38-r0) [2020-10-28T16:04:42.288Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T16:04:42.550Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T16:04:49.196Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T16:04:49.196Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T16:04:49.460Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T16:04:49.460Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T16:04:49.460Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T16:04:49.723Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T16:04:49.723Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T16:04:49.723Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T16:04:49.986Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T16:04:49.986Z] OK: 233 MiB in 51 packages [2020-10-28T16:04:54.230Z] Removing intermediate container 98d51b6d08ce [2020-10-28T16:04:54.230Z] ---> 67e49325756c [2020-10-28T16:04:54.230Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T16:04:54.230Z] ---> Running in b0c2315ff62c [2020-10-28T16:04:54.230Z] Removing intermediate container b0c2315ff62c [2020-10-28T16:04:54.230Z] ---> 7f2f3a10e091 [2020-10-28T16:04:54.230Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T16:04:54.230Z] latest: Pulling from library/docker [2020-10-28T16:04:54.495Z] 188c0c94c7c5: Pulling fs layer [2020-10-28T16:04:54.495Z] 0c7c675703d6: Pulling fs layer [2020-10-28T16:04:54.495Z] cc8c12a437cb: Pulling fs layer [2020-10-28T16:04:54.495Z] c5dafad2182a: Pulling fs layer [2020-10-28T16:04:54.495Z] 5aa711733414: Pulling fs layer [2020-10-28T16:04:54.495Z] 058f73b55e4b: Pulling fs layer [2020-10-28T16:04:54.495Z] 8c9c664faf12: Pulling fs layer [2020-10-28T16:04:54.495Z] c5dafad2182a: Waiting [2020-10-28T16:04:54.495Z] 5aa711733414: Waiting [2020-10-28T16:04:54.495Z] 058f73b55e4b: Waiting [2020-10-28T16:04:54.495Z] 8c9c664faf12: Waiting [2020-10-28T16:04:54.775Z] cc8c12a437cb: Download complete [2020-10-28T16:04:54.775Z] 0c7c675703d6: Verifying Checksum [2020-10-28T16:04:54.775Z] 0c7c675703d6: Download complete [2020-10-28T16:04:54.775Z] 188c0c94c7c5: Download complete [2020-10-28T16:04:54.775Z] 058f73b55e4b: Download complete [2020-10-28T16:04:55.045Z] 8c9c664faf12: Verifying Checksum [2020-10-28T16:04:55.045Z] 8c9c664faf12: Download complete [2020-10-28T16:04:55.045Z] 188c0c94c7c5: Pull complete [2020-10-28T16:04:55.045Z] 5aa711733414: Verifying Checksum [2020-10-28T16:04:55.045Z] 5aa711733414: Download complete [2020-10-28T16:04:55.309Z] 0c7c675703d6: Pull complete [2020-10-28T16:04:55.309Z] cc8c12a437cb: Pull complete [2020-10-28T16:04:55.907Z] c5dafad2182a: Verifying Checksum [2020-10-28T16:04:55.907Z] c5dafad2182a: Download complete [2020-10-28T16:04:58.509Z] c5dafad2182a: Pull complete [2020-10-28T16:04:58.509Z] 5aa711733414: Pull complete [2020-10-28T16:04:58.509Z] 058f73b55e4b: Pull complete [2020-10-28T16:04:58.771Z] 8c9c664faf12: Pull complete [2020-10-28T16:04:58.771Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T16:04:58.771Z] Status: Downloaded newer image for docker:latest [2020-10-28T16:05:00.711Z] ---> c8f56a57a3ab [2020-10-28T16:05:00.711Z] Step 6/7 : COPY go.mod . [2020-10-28T16:05:00.976Z] ---> 5c70c166fcb9 [2020-10-28T16:05:00.976Z] Step 7/7 : RUN go mod download [2020-10-28T16:05:01.240Z] ---> Running in de751f4942cb [2020-10-28T16:05:23.290Z] Removing intermediate container de751f4942cb [2020-10-28T16:05:23.290Z] ---> 5a73bca1b3cf [2020-10-28T16:05:23.290Z] Successfully built 5a73bca1b3cf [2020-10-28T16:05:23.290Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:05:23.614Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T16:05:23.614Z] . [Pipeline] withDockerContainer [2020-10-28T16:05:23.750Z] prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container [2020-10-28T16:05:23.814Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-28T16:05:24.821Z] $ docker top 05889bdf6486fca1731e795cab744b77e2f12e317edc3594a1d04eaa24072a3e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T16:05:25.374Z] + go version [2020-10-28T16:05:25.374Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-28T16:05:25.391Z] $ docker stop --time=1 05889bdf6486fca1731e795cab744b77e2f12e317edc3594a1d04eaa24072a3e [2020-10-28T16:05:26.785Z] $ docker rm -f 05889bdf6486fca1731e795cab744b77e2f12e317edc3594a1d04eaa24072a3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:05:27.672Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T16:05:27.672Z] . [Pipeline] withDockerContainer [2020-10-28T16:05:27.786Z] prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container [2020-10-28T16:05:27.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-28T16:05:28.510Z] $ docker top 345fac6c07f98c11d5fd8c47aee792713edd399f7f893d967b197585a8a83c40 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-28T16:05:28.712Z] ========================================================= [2020-10-28T16:05:28.713Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-28T16:05:28.713Z] ========================================================= [Pipeline] sh [2020-10-28T16:05:29.012Z] + make test [2020-10-28T16:05:29.012Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-28T16:05:31.618Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-28T16:05:41.771Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-28T16:05:48.488Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-28T16:05:48.488Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-28T16:05:48.488Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-28T16:05:48.488Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-28T16:05:49.910Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s [2020-10-28T16:05:49.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-28T16:05:49.910Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-28T16:05:49.910Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-28T16:05:50.185Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-28T16:05:50.766Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-28T16:05:50.766Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-28T16:05:50.766Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-28T16:05:50.766Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-28T16:05:54.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements [2020-10-28T16:05:54.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-28T16:05:54.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-28T16:05:54.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-28T16:05:54.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-28T16:05:54.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-28T16:05:59.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.094s coverage: 27.1% of statements [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-28T16:05:59.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-28T16:05:59.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-28T16:05:59.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.066s coverage: 64.9% of statements [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-28T16:05:59.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.342s coverage: 84.5% of statements [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-28T16:05:59.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-28T16:06:00.054Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.101s coverage: 28.6% of statements [2020-10-28T16:06:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-28T16:06:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-28T16:06:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-28T16:06:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-28T16:06:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-28T16:06:00.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.018s coverage: 100.0% of statements [2020-10-28T16:06:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-28T16:06:00.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.007s coverage: 100.0% of statements [2020-10-28T16:06:00.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-28T16:06:00.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 86.7% of statements [2020-10-28T16:06:00.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-28T16:06:00.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.019s coverage: 97.5% of statements [2020-10-28T16:06:00.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-28T16:06:00.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.010s coverage: 100.0% of statements [2020-10-28T16:06:00.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-28T16:06:00.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-28T16:06:00.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-28T16:06:00.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-28T16:06:02.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.068s coverage: 95.7% of statements [2020-10-28T16:06:02.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-28T16:06:02.085Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-28T16:06:02.085Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.024s coverage: 0.0% of statements [no tests to run] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-28T16:06:02.085Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-28T16:06:02.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.074s coverage: 63.5% of statements [2020-10-28T16:06:02.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-28T16:06:02.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-28T16:06:02.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-10-28T16:06:02.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.011s coverage: 91.3% of statements [2020-10-28T16:06:02.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.013s coverage: 100.0% of statements [2020-10-28T16:06:02.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.010s coverage: 73.7% of statements [2020-10-28T16:06:03.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2020-10-28T16:06:04.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.110s coverage: 55.9% of statements [2020-10-28T16:06:04.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-28T16:06:04.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-28T16:06:04.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-28T16:06:04.154Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.358s coverage: 86.3% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.333s coverage: 72.2% of statements [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.102s coverage: 72.1% of statements [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.023s coverage: 82.4% of statements [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.074s coverage: 96.8% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.023s coverage: 36.5% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.091s coverage: 84.1% of statements [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.011s coverage: 83.8% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.065s coverage: 47.1% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.049s coverage: 29.1% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.030s coverage: 87.9% of statements [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-28T16:06:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.011s coverage: 100.0% of statements [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-10-28T16:06:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-10-28T16:06:16.503Z] GO111MODULE=on go vet ./... [2020-10-28T16:06:24.739Z] gofmt -l . [2020-10-28T16:06:24.739Z] [ "`gofmt -l .`" = "" ] [2020-10-28T16:06:24.739Z] ./bin/test-go-mod-tidy.sh [2020-10-28T16:06:25.321Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-28T16:06:27.911Z] + ls -al . [2020-10-28T16:06:27.912Z] total 632 [2020-10-28T16:06:27.912Z] drwxrwxr-x 10 1001 1001 4096 Oct 28 16:06 . [2020-10-28T16:06:27.912Z] drwxr-xr-x 4 root root 28 Oct 28 16:05 .. [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 16:03 .dockerignore [2020-10-28T16:06:27.912Z] drwxrwxr-x 8 1001 1001 179 Oct 28 16:03 .git [2020-10-28T16:06:27.912Z] drwxrwxr-x 3 1001 1001 125 Oct 28 16:03 .github [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 932 Oct 28 16:03 .gitignore [2020-10-28T16:06:27.912Z] drwx------ 3 1001 1001 47 Oct 28 16:04 .semver [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 16:03 .sonarcloud.properties [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 16:03 CONTRIBUTING.md [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 1035 Oct 28 16:03 Dockerfile.build [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 863 Oct 28 16:03 Jenkinsfile [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 16:03 LICENSE [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 6237 Oct 28 16:03 Makefile [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 6447 Oct 28 16:03 README.md [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 259 Oct 28 16:03 SECURITY.md [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 16:04 VERSION [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 16:03 ZMQWindows.md [2020-10-28T16:06:27.912Z] drwxrwxr-x 2 1001 1001 117 Oct 28 16:03 bin [2020-10-28T16:06:27.912Z] drwxrwxr-x 15 1001 1001 4096 Oct 28 16:03 cmd [2020-10-28T16:06:27.912Z] -rw-r--r-- 1 root root 539324 Oct 28 16:06 coverage.out [2020-10-28T16:06:27.912Z] -rw-r--r-- 1 root root 1041 Oct 28 16:06 go.mod [2020-10-28T16:06:27.912Z] -rw-r--r-- 1 root root 19010 Oct 28 16:06 go.sum [2020-10-28T16:06:27.912Z] drwxrwxr-x 8 1001 1001 127 Oct 28 16:03 internal [2020-10-28T16:06:27.912Z] drwxrwxr-x 4 1001 1001 26 Oct 28 16:03 openapi [2020-10-28T16:06:27.912Z] drwxrwxr-x 4 1001 1001 71 Oct 28 16:03 snap [2020-10-28T16:06:27.912Z] -rw-rw-r-- 1 1001 1001 168 Oct 28 16:03 version.go [Pipeline] sh [2020-10-28T16:06:28.228Z] + '[' -e coverage.out ] [2020-10-28T16:06:28.228Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-28T16:06:28.401Z] Stashed 1 file(s) [Pipeline] sh [2020-10-28T16:06:28.760Z] + make build [2020-10-28T16:06:28.760Z] 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-10-28T16:06:37.587Z] 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-10-28T16:06:40.911Z] 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-10-28T16:06:41.866Z] 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-10-28T16:06:43.263Z] 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-10-28T16:06:44.657Z] 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-10-28T16:06:44.923Z] 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-10-28T16:06:46.327Z] 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-10-28T16:06:47.723Z] 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-10-28T16:06:49.131Z] 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-10-28T16:06:50.090Z] 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-10-28T16:06:52.023Z] 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-10-28T16:06:52.989Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-28T16:06:53.963Z] $ docker stop --time=1 345fac6c07f98c11d5fd8c47aee792713edd399f7f893d967b197585a8a83c40 [2020-10-28T16:06:55.662Z] $ docker rm -f 345fac6c07f98c11d5fd8c47aee792713edd399f7f893d967b197585a8a83c40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:07:02.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T16:07:02.022Z] [2020-10-28T16:07:02.022Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:07:02.401Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T16:07:02.401Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-28T16:07:02.401Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-28T16:07:02.401Z] ca9280d653b3: Pulling fs layer [2020-10-28T16:07:02.401Z] 7e9c9ca2126c: Pulling fs layer [2020-10-28T16:07:02.401Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-28T16:07:02.401Z] cbdbe7a5bc2a: Download complete [2020-10-28T16:07:02.983Z] cbdbe7a5bc2a: Pull complete [2020-10-28T16:07:03.561Z] ca9280d653b3: Verifying Checksum [2020-10-28T16:07:03.561Z] ca9280d653b3: Download complete [2020-10-28T16:07:04.510Z] 7e9c9ca2126c: Verifying Checksum [2020-10-28T16:07:04.510Z] 7e9c9ca2126c: Download complete [2020-10-28T16:07:04.510Z] ca9280d653b3: Pull complete [2020-10-28T16:07:11.129Z] 7e9c9ca2126c: Pull complete [2020-10-28T16:07:11.129Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-28T16:07:11.129Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T16:07:11.129Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-28T16:07:11.343Z] prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container [2020-10-28T16:07:11.396Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-28T16:07:14.979Z] $ docker top 2230359b82f07daa2ec0319cdc13e49b86037a77af38003aed9b76286c121e84 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T16:07:15.490Z] + docker-compose build --help [2020-10-28T16:07:15.490Z] + grep parallel [2020-10-28T16:07:16.437Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T16:07:16.717Z] $ docker stop --time=1 2230359b82f07daa2ec0319cdc13e49b86037a77af38003aed9b76286c121e84 [2020-10-28T16:07:18.097Z] $ docker rm -f 2230359b82f07daa2ec0319cdc13e49b86037a77af38003aed9b76286c121e84 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:07:18.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-28T16:07:18.727Z] . [Pipeline] withDockerContainer [2020-10-28T16:07:18.836Z] prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container [2020-10-28T16:07:18.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-28T16:07:19.506Z] $ docker top 9ffb8eb16a889b2ae1c6253bebca76d329674c1cf76f8e701e8bb0b77b400984 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T16:07:19.991Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T16:07:20.940Z] Building docker-core-command-go ... [2020-10-28T16:07:20.940Z] Building docker-core-data-go ... [2020-10-28T16:07:20.940Z] Building docker-core-metadata-go ... [2020-10-28T16:07:20.940Z] Building docker-security-proxy-setup-go ... [2020-10-28T16:07:20.940Z] Building docker-security-secrets-setup-go ... [2020-10-28T16:07:20.940Z] Building docker-security-secretstore-setup-go ... [2020-10-28T16:07:20.940Z] Building docker-support-logging-go ... [2020-10-28T16:07:20.940Z] Building docker-support-notifications-go ... [2020-10-28T16:07:20.940Z] Building docker-support-scheduler-go ... [2020-10-28T16:07:20.940Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T16:07:20.940Z] Building docker-core-command-go [2020-10-28T16:07:20.940Z] Building docker-sys-mgmt-agent-go [2020-10-28T16:07:20.940Z] Building docker-support-notifications-go [2020-10-28T16:07:20.940Z] Building docker-support-logging-go [2020-10-28T16:07:20.940Z] Building docker-support-scheduler-go [2020-10-28T16:07:54.100Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:07:54.100Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:07:54.100Z] ---> 5a73bca1b3cf [2020-10-28T16:07:54.100Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T16:07:54.100Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:07:54.100Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:07:54.100Z] ---> 5a73bca1b3cf [2020-10-28T16:07:54.100Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T16:07:54.100Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:07:54.100Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:07:54.100Z] ---> 5a73bca1b3cf [2020-10-28T16:07:54.100Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T16:07:54.100Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:07:54.100Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:07:54.100Z] ---> 5a73bca1b3cf [2020-10-28T16:07:54.100Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T16:07:54.100Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:07:54.100Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:07:54.100Z] ---> 5a73bca1b3cf [2020-10-28T16:07:54.100Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T16:07:54.100Z] ---> Running in c6ea8afab048 [2020-10-28T16:07:54.100Z] ---> Running in c2676e825f74 [2020-10-28T16:07:54.100Z] ---> Running in 316ecf6dabdb [2020-10-28T16:07:54.100Z] ---> Running in 665bdb35b78e [2020-10-28T16:07:54.100Z] ---> Running in 3c58434e92a6 [2020-10-28T16:07:54.100Z] Removing intermediate container 316ecf6dabdb [2020-10-28T16:07:54.100Z] ---> f08cae78d900 [2020-10-28T16:07:54.100Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:07:54.100Z] Removing intermediate container c2676e825f74 [2020-10-28T16:07:54.100Z] ---> d3b8e2bacbfa [2020-10-28T16:07:54.100Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:07:54.100Z] Removing intermediate container 665bdb35b78e [2020-10-28T16:07:54.100Z] ---> 40d9d20c8a5c [2020-10-28T16:07:54.100Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:07:54.100Z] Removing intermediate container 3c58434e92a6 [2020-10-28T16:07:54.100Z] ---> 0cb187b5228c [2020-10-28T16:07:54.100Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:07:54.100Z] Removing intermediate container c6ea8afab048 [2020-10-28T16:07:54.100Z] ---> 7f15b96d3a7d [2020-10-28T16:07:54.100Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:07:54.100Z] ---> Running in 4c8f4c530f8a [2020-10-28T16:07:54.100Z] ---> Running in a78417025cba [2020-10-28T16:07:54.100Z] ---> Running in 19d7a719a23d [2020-10-28T16:07:54.100Z] ---> Running in 04692fa90308 [2020-10-28T16:07:54.100Z] ---> Running in fda25996afc3 [2020-10-28T16:07:55.526Z] Removing intermediate container 4c8f4c530f8a [2020-10-28T16:07:55.526Z] ---> d1a27286da2a [2020-10-28T16:07:55.526Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T16:07:55.526Z] ---> Running in 6abfadc2309e [2020-10-28T16:07:56.105Z] Removing intermediate container 19d7a719a23d [2020-10-28T16:07:56.105Z] ---> e165d14f34b1 [2020-10-28T16:07:56.105Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T16:07:56.105Z] Removing intermediate container a78417025cba [2020-10-28T16:07:56.105Z] ---> 97d1aec2003b [2020-10-28T16:07:56.105Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T16:07:56.105Z] Removing intermediate container 04692fa90308 [2020-10-28T16:07:56.105Z] ---> 12c6f9ef0708 [2020-10-28T16:07:56.105Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T16:07:56.372Z] ---> Running in 6357478f58dc [2020-10-28T16:07:56.372Z] ---> Running in d02e5f74b277 [2020-10-28T16:07:56.372Z] ---> Running in 59f46e9f6c30 [2020-10-28T16:07:56.372Z] Removing intermediate container fda25996afc3 [2020-10-28T16:07:56.372Z] ---> 459b06f6e4f2 [2020-10-28T16:07:56.372Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T16:07:56.640Z] ---> Running in c2b0669bc817 [2020-10-28T16:07:56.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:07:57.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:07:57.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:07:57.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:07:57.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:07:57.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:07:58.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:07:58.071Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:07:58.071Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:07:58.071Z] OK: 12752 distinct packages available [2020-10-28T16:07:58.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:07:58.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:07:58.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:07:58.336Z] OK: 233 MiB in 51 packages [2020-10-28T16:07:58.607Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:07:58.607Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:07:58.607Z] OK: 12752 distinct packages available [2020-10-28T16:07:58.875Z] Removing intermediate container 6abfadc2309e [2020-10-28T16:07:58.875Z] ---> a8d0cd5abd93 [2020-10-28T16:07:58.875Z] Step 6/21 : COPY go.mod . [2020-10-28T16:07:58.875Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:07:58.875Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:07:58.875Z] OK: 12752 distinct packages available [2020-10-28T16:07:58.875Z] OK: 233 MiB in 51 packages [2020-10-28T16:07:58.875Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:07:58.875Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:07:58.875Z] OK: 12752 distinct packages available [2020-10-28T16:07:59.150Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:07:59.150Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:07:59.150Z] OK: 12752 distinct packages available [2020-10-28T16:07:59.150Z] OK: 233 MiB in 51 packages [2020-10-28T16:07:59.150Z] ---> cc11827f6e5a [2020-10-28T16:07:59.150Z] Step 7/21 : RUN go mod download [2020-10-28T16:07:59.150Z] OK: 233 MiB in 51 packages [2020-10-28T16:07:59.419Z] ---> Running in 3c713ef0d43f [2020-10-28T16:07:59.419Z] OK: 233 MiB in 51 packages [2020-10-28T16:07:59.419Z] OK: 233 MiB in 51 packages [2020-10-28T16:07:59.686Z] Removing intermediate container 6357478f58dc [2020-10-28T16:07:59.686Z] ---> 83f3727ed8ad [2020-10-28T16:07:59.686Z] Step 6/27 : COPY go.mod . [2020-10-28T16:07:59.951Z] Removing intermediate container d02e5f74b277 [2020-10-28T16:07:59.951Z] ---> 7cea78f73d57 [2020-10-28T16:07:59.951Z] Step 6/24 : COPY go.mod . [2020-10-28T16:08:00.224Z] ---> 6a2b1a73c113 [2020-10-28T16:08:00.224Z] Step 7/27 : RUN go mod download [2020-10-28T16:08:00.224Z] ---> Running in a0a7988a95cd [2020-10-28T16:08:00.491Z] Removing intermediate container c2b0669bc817 [2020-10-28T16:08:00.491Z] ---> 034f5e568105 [2020-10-28T16:08:00.491Z] Step 6/22 : COPY go.mod . [2020-10-28T16:08:00.491Z] Removing intermediate container 59f46e9f6c30 [2020-10-28T16:08:00.491Z] ---> c7f164df8e05 [2020-10-28T16:08:00.491Z] Step 6/22 : COPY go.mod . [2020-10-28T16:08:00.766Z] ---> f3fc7d9c4283 [2020-10-28T16:08:00.766Z] Step 7/24 : RUN go mod download [2020-10-28T16:08:00.766Z] ---> Running in e30bf153d9dd [2020-10-28T16:08:01.033Z] ---> 6beb0b049b4d [2020-10-28T16:08:01.033Z] Step 7/22 : RUN go mod download [2020-10-28T16:08:01.033Z] ---> Running in 3b8ca70c5208 [2020-10-28T16:08:01.033Z] ---> efa254668e51 [2020-10-28T16:08:01.033Z] Step 7/22 : RUN go mod download [2020-10-28T16:08:02.001Z] ---> Running in 161eef016f98 [2020-10-28T16:08:02.590Z] Removing intermediate container a0a7988a95cd [2020-10-28T16:08:02.590Z] ---> 6e0cc9816f6c [2020-10-28T16:08:02.590Z] Step 8/27 : COPY . . [2020-10-28T16:08:02.590Z] Removing intermediate container 3c713ef0d43f [2020-10-28T16:08:02.590Z] ---> 25f082b5f128 [2020-10-28T16:08:02.590Z] Step 8/21 : COPY . . [2020-10-28T16:08:02.853Z] Removing intermediate container e30bf153d9dd [2020-10-28T16:08:02.853Z] ---> ab80dae43b30 [2020-10-28T16:08:02.853Z] Step 8/24 : COPY . . [2020-10-28T16:08:12.965Z] Removing intermediate container 3b8ca70c5208 [2020-10-28T16:08:12.965Z] ---> 309ae72221ba [2020-10-28T16:08:12.965Z] Step 8/22 : COPY . . [2020-10-28T16:08:14.915Z] Removing intermediate container 161eef016f98 [2020-10-28T16:08:14.915Z] ---> 2494c54f9341 [2020-10-28T16:08:14.915Z] Step 8/22 : COPY . . [2020-10-28T16:08:17.553Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9509 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2020-10-28T16:08:17.604Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-10-28T16:08:22.903Z] using credential edgex-jenkins-ssh [2020-10-28T16:08:22.965Z] Cloning the remote Git repository [2020-10-28T16:08:23.042Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:08:23.157Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-10-28T16:08:23.233Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:08:23.234Z] > git --version # timeout=10 [2020-10-28T16:08:23.254Z] > git --version # 'git version 2.17.1' [2020-10-28T16:08:23.255Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T16:08:23.331Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T16:08:39.014Z] Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd [2020-10-28T16:08:39.891Z] Merge succeeded, producing f7c324f18886d6e3fcfd22526413e6c7464a49ae [2020-10-28T16:08:39.891Z] Checking out Revision f7c324f18886d6e3fcfd22526413e6c7464a49ae (PR-2858) [2020-10-28T16:08:38.220Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T16:08:38.244Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T16:08:38.272Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T16:08:38.315Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:08:38.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T16:08:38.328Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T16:08:39.038Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T16:08:39.065Z] > git checkout -f b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd # timeout=10 [2020-10-28T16:08:39.409Z] > git remote # timeout=10 [2020-10-28T16:08:39.434Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T16:08:39.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T16:08:39.476Z] > git merge 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 [2020-10-28T16:08:39.877Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T16:08:39.898Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T16:08:39.909Z] > git checkout -f f7c324f18886d6e3fcfd22526413e6c7464a49ae # timeout=10 [2020-10-28T16:08:44.339Z] Commit message: "Merge commit '30fe914c5ad8e4d98bae6ee0071c56635472cae5' into HEAD" [2020-10-28T16:08:44.365Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-28T16:08:45.274Z] ========================================================= [2020-10-28T16:08:45.274Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-28T16:08:45.275Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:08:46.206Z] + 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-10-28T16:08:44.349Z] > git rev-list --no-walk 4a203e56fe01cbe547969da54102dfdd78bbdb0f # timeout=10 [2020-10-28T16:08:47.810Z] ---> 5355030414ca [2020-10-28T16:08:47.811Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-28T16:08:47.811Z] ---> 05d9bf418c1a [2020-10-28T16:08:47.811Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T16:08:47.811Z] ---> 4b986e0aac4d [2020-10-28T16:08:47.811Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T16:08:47.811Z] ---> Running in b8c1badfbc1d [2020-10-28T16:08:47.811Z] ---> Running in ee7de4a2b006 [2020-10-28T16:08:47.811Z] ---> Running in b2204a2e8e38 [2020-10-28T16:08:47.811Z] ---> 8c9c98376c2c [2020-10-28T16:08:47.811Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T16:08:47.811Z] ---> aac04535a86a [2020-10-28T16:08:47.811Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T16:08:48.099Z] ---> Running in 4d88168824d8 [2020-10-28T16:08:48.099Z] ---> Running in a0048852debb [2020-10-28T16:08:48.924Z] Sending build context to Docker daemon 165.3MB [2020-10-28T16:08:48.924Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-28T16:08:48.924Z] Step 2/7 : FROM ${BASE} [2020-10-28T16:08:49.070Z] 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-10-28T16:08:49.070Z] 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-10-28T16:08:49.070Z] 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-10-28T16:08:49.070Z] 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-10-28T16:08:49.070Z] 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-10-28T16:08:49.199Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-28T16:08:49.200Z] b538f80385f9: Pulling fs layer [2020-10-28T16:08:49.200Z] 74f711af9a0d: Pulling fs layer [2020-10-28T16:08:49.200Z] 99f96fe45779: Pulling fs layer [2020-10-28T16:08:49.200Z] 8529a6b9a6be: Pulling fs layer [2020-10-28T16:08:49.200Z] 45590311c82a: Pulling fs layer [2020-10-28T16:08:49.200Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-28T16:08:49.200Z] 209524e5b208: Pulling fs layer [2020-10-28T16:08:49.200Z] 45590311c82a: Waiting [2020-10-28T16:08:49.200Z] 209524e5b208: Waiting [2020-10-28T16:08:49.200Z] 69ca0ff8b7b3: Waiting [2020-10-28T16:08:49.200Z] 8529a6b9a6be: Waiting [2020-10-28T16:08:49.200Z] 99f96fe45779: Verifying Checksum [2020-10-28T16:08:49.200Z] 99f96fe45779: Download complete [2020-10-28T16:08:49.200Z] 74f711af9a0d: Download complete [2020-10-28T16:08:49.200Z] 45590311c82a: Verifying Checksum [2020-10-28T16:08:49.200Z] 45590311c82a: Download complete [2020-10-28T16:08:49.476Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-28T16:08:49.476Z] 69ca0ff8b7b3: Download complete [2020-10-28T16:08:49.476Z] b538f80385f9: Verifying Checksum [2020-10-28T16:08:49.476Z] b538f80385f9: Download complete [2020-10-28T16:08:50.083Z] b538f80385f9: Pull complete [2020-10-28T16:08:50.688Z] 74f711af9a0d: Pull complete [2020-10-28T16:08:50.965Z] 99f96fe45779: Pull complete [2020-10-28T16:08:51.951Z] 209524e5b208: Verifying Checksum [2020-10-28T16:08:51.951Z] 209524e5b208: Download complete [2020-10-28T16:08:53.405Z] 8529a6b9a6be: Verifying Checksum [2020-10-28T16:08:53.405Z] 8529a6b9a6be: Download complete [2020-10-28T16:09:03.601Z] 8529a6b9a6be: Pull complete [2020-10-28T16:09:03.601Z] 45590311c82a: Pull complete [2020-10-28T16:09:03.601Z] 69ca0ff8b7b3: Pull complete [2020-10-28T16:09:07.922Z] 209524e5b208: Pull complete [2020-10-28T16:09:07.922Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-28T16:09:07.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-28T16:09:07.922Z] ---> 5bddaf1c2fca [2020-10-28T16:09:07.922Z] 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-10-28T16:09:11.324Z] ---> Running in 2c28008ea3ad [2020-10-28T16:09:12.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:09:13.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:09:14.290Z] (1/12) Installing libmagic (5.38-r0) [2020-10-28T16:09:14.574Z] (2/12) Installing file (5.38-r0) [2020-10-28T16:09:14.574Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-28T16:09:14.574Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-28T16:09:17.954Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-28T16:09:17.954Z] (6/12) Installing patch (2.7.6-r6) [2020-10-28T16:09:17.954Z] (7/12) Installing build-base (0.5-r2) [2020-10-28T16:09:17.954Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-28T16:09:18.225Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-28T16:09:18.225Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-28T16:09:18.500Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-28T16:09:18.500Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-28T16:09:18.500Z] Executing busybox-1.31.1-r16.trigger [2020-10-28T16:09:18.500Z] OK: 217 MiB in 51 packages [2020-10-28T16:09:22.815Z] Removing intermediate container 2c28008ea3ad [2020-10-28T16:09:22.815Z] ---> 52a094a3f4a3 [2020-10-28T16:09:22.815Z] Step 4/7 : WORKDIR /edgex-go [2020-10-28T16:09:22.815Z] ---> Running in 4f657e0cac08 [2020-10-28T16:09:23.088Z] Removing intermediate container 4f657e0cac08 [2020-10-28T16:09:23.088Z] ---> bc0dfaacbab0 [2020-10-28T16:09:23.088Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-28T16:09:24.065Z] latest: Pulling from library/docker [2020-10-28T16:09:24.065Z] 5f621e34cdf4: Pulling fs layer [2020-10-28T16:09:24.065Z] 85db56a05063: Pulling fs layer [2020-10-28T16:09:24.065Z] ccb67d6aeaaa: Pulling fs layer [2020-10-28T16:09:24.065Z] a0b19fc83503: Pulling fs layer [2020-10-28T16:09:24.065Z] 8eb508b41278: Pulling fs layer [2020-10-28T16:09:24.065Z] 37236713561e: Pulling fs layer [2020-10-28T16:09:24.065Z] 07c93f2b1b56: Pulling fs layer [2020-10-28T16:09:24.065Z] 37236713561e: Waiting [2020-10-28T16:09:24.065Z] 07c93f2b1b56: Waiting [2020-10-28T16:09:24.065Z] 8eb508b41278: Waiting [2020-10-28T16:09:24.065Z] a0b19fc83503: Waiting [2020-10-28T16:09:24.340Z] ccb67d6aeaaa: Verifying Checksum [2020-10-28T16:09:24.340Z] ccb67d6aeaaa: Download complete [2020-10-28T16:09:24.340Z] 85db56a05063: Verifying Checksum [2020-10-28T16:09:24.340Z] 85db56a05063: Download complete [2020-10-28T16:09:24.340Z] 5f621e34cdf4: Verifying Checksum [2020-10-28T16:09:24.340Z] 5f621e34cdf4: Download complete [2020-10-28T16:09:24.621Z] 8eb508b41278: Verifying Checksum [2020-10-28T16:09:24.621Z] 8eb508b41278: Download complete [2020-10-28T16:09:24.621Z] 37236713561e: Verifying Checksum [2020-10-28T16:09:24.621Z] 37236713561e: Download complete [2020-10-28T16:09:24.621Z] 07c93f2b1b56: Verifying Checksum [2020-10-28T16:09:24.621Z] 07c93f2b1b56: Download complete [2020-10-28T16:09:25.223Z] 5f621e34cdf4: Pull complete [2020-10-28T16:09:25.827Z] 85db56a05063: Pull complete [2020-10-28T16:09:25.827Z] a0b19fc83503: Verifying Checksum [2020-10-28T16:09:25.827Z] a0b19fc83503: Download complete [2020-10-28T16:09:26.100Z] ccb67d6aeaaa: Pull complete [2020-10-28T16:09:27.958Z] Removing intermediate container b8c1badfbc1d [2020-10-28T16:09:27.959Z] ---> baaef0acef1a [2020-10-28T16:09:27.959Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T16:09:27.959Z] Removing intermediate container a0048852debb [2020-10-28T16:09:27.959Z] ---> 3f6b946ffb36 [2020-10-28T16:09:27.959Z] [2020-10-28T16:09:27.959Z] Step 10/22 : FROM scratch [2020-10-28T16:09:27.959Z] ---> [2020-10-28T16:09:27.959Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T16:09:27.959Z] ---> Running in df4c7655ba85 [2020-10-28T16:09:27.959Z] ---> Running in a7bfb7804afb [2020-10-28T16:09:27.959Z] Removing intermediate container a7bfb7804afb [2020-10-28T16:09:27.959Z] ---> a796bc5d827d [2020-10-28T16:09:27.959Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T16:09:28.539Z] 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-10-28T16:09:28.802Z] ---> Running in 3bddf59546cd [2020-10-28T16:09:28.802Z] Removing intermediate container b2204a2e8e38 [2020-10-28T16:09:28.802Z] ---> 0b5d674f4ee7 [2020-10-28T16:09:28.802Z] [2020-10-28T16:09:28.802Z] Step 10/21 : FROM scratch [2020-10-28T16:09:28.802Z] ---> [2020-10-28T16:09:28.802Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:09:29.492Z] a0b19fc83503: Pull complete [2020-10-28T16:09:29.768Z] 8eb508b41278: Pull complete [2020-10-28T16:09:30.043Z] 37236713561e: Pull complete [2020-10-28T16:09:30.637Z] 07c93f2b1b56: Pull complete [2020-10-28T16:09:30.637Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-28T16:09:30.637Z] Status: Downloaded newer image for docker:latest [2020-10-28T16:09:30.729Z] Removing intermediate container 4d88168824d8 [2020-10-28T16:09:30.729Z] ---> 1edc7df750aa [2020-10-28T16:09:30.729Z] [2020-10-28T16:09:30.729Z] Step 10/22 : FROM scratch [2020-10-28T16:09:30.729Z] ---> [2020-10-28T16:09:30.729Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:09:30.729Z] ---> Running in 9a88c0458999 [2020-10-28T16:09:30.729Z] Removing intermediate container ee7de4a2b006 [2020-10-28T16:09:30.729Z] ---> 863abcc1da38 [2020-10-28T16:09:30.729Z] [2020-10-28T16:09:30.729Z] Step 10/24 : FROM scratch [2020-10-28T16:09:30.729Z] ---> [2020-10-28T16:09:30.729Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T16:09:30.729Z] ---> Using cache [2020-10-28T16:09:30.729Z] ---> a796bc5d827d [2020-10-28T16:09:30.729Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T16:09:30.729Z] ---> Running in 3f4b8cf0d859 [2020-10-28T16:09:30.729Z] Removing intermediate container 3bddf59546cd [2020-10-28T16:09:30.729Z] ---> df72d1663541 [2020-10-28T16:09:30.729Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T16:09:30.729Z] ---> Running in 976d392ecd16 [2020-10-28T16:09:30.729Z] ---> Running in 0755476051dd [2020-10-28T16:09:30.729Z] Removing intermediate container 9a88c0458999 [2020-10-28T16:09:30.729Z] ---> 38bb41e2c7a6 [2020-10-28T16:09:30.729Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T16:09:30.729Z] Removing intermediate container 3f4b8cf0d859 [2020-10-28T16:09:30.729Z] ---> 52d951b354b9 [2020-10-28T16:09:30.729Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T16:09:30.992Z] ---> Running in 1d4015a08e85 [2020-10-28T16:09:30.992Z] ---> Running in 68a78612cd17 [2020-10-28T16:09:30.992Z] Removing intermediate container 0755476051dd [2020-10-28T16:09:30.992Z] ---> c270528e6083 [2020-10-28T16:09:30.992Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T16:09:30.992Z] Removing intermediate container 976d392ecd16 [2020-10-28T16:09:30.992Z] ---> f3669ad84bf0 [2020-10-28T16:09:30.992Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T16:09:31.254Z] ---> Running in f25b827a09bc [2020-10-28T16:09:31.254Z] Removing intermediate container 1d4015a08e85 [2020-10-28T16:09:31.254Z] ---> 6d7a12200d4f [2020-10-28T16:09:31.254Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T16:09:31.254Z] Removing intermediate container 68a78612cd17 [2020-10-28T16:09:31.254Z] ---> fe32fb6d5b66 [2020-10-28T16:09:31.254Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T16:09:31.525Z] ---> Running in 9978cb00cbb5 [2020-10-28T16:09:31.525Z] ---> Running in 145ef215084f [2020-10-28T16:09:31.525Z] ---> 51c14afe30c6 [2020-10-28T16:09:31.525Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T16:09:31.525Z] Removing intermediate container f25b827a09bc [2020-10-28T16:09:31.525Z] ---> f7bfc88b78b4 [2020-10-28T16:09:31.525Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T16:09:31.790Z] Removing intermediate container df4c7655ba85 [2020-10-28T16:09:31.790Z] ---> 12de1823daeb [2020-10-28T16:09:31.790Z] [2020-10-28T16:09:31.790Z] Step 11/27 : FROM docker:latest [2020-10-28T16:09:31.790Z] ---> 6972c414f322 [2020-10-28T16:09:31.790Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T16:09:31.790Z] Removing intermediate container 9978cb00cbb5 [2020-10-28T16:09:31.790Z] ---> 52f854487bb0 [2020-10-28T16:09:31.790Z] Step 14/22 : WORKDIR / [2020-10-28T16:09:32.054Z] Removing intermediate container 145ef215084f [2020-10-28T16:09:32.054Z] ---> fa65b4afd4a6 [2020-10-28T16:09:32.054Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T16:09:32.054Z] ---> Running in e5e86bf53b6b [2020-10-28T16:09:32.054Z] ---> Running in 6c802d6d91ab [2020-10-28T16:09:32.054Z] ---> f0a527e86139 [2020-10-28T16:09:32.054Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T16:09:32.631Z] ---> af92a8a3f832 [2020-10-28T16:09:32.631Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T16:09:33.216Z] ---> 655249368489 [2020-10-28T16:09:33.216Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T16:09:33.216Z] Removing intermediate container e5e86bf53b6b [2020-10-28T16:09:33.216Z] ---> dc58aba5a714 [2020-10-28T16:09:33.216Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T16:09:33.216Z] ---> e2e1e775eb04 [2020-10-28T16:09:33.216Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T16:09:33.490Z] ---> 070172c650bb [2020-10-28T16:09:33.490Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T16:09:33.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:09:33.780Z] ---> a3bf6afe4534 [2020-10-28T16:09:33.780Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-28T16:09:33.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:09:33.780Z] ---> fde1210e42b7 [2020-10-28T16:09:33.780Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T16:09:33.780Z] ---> Running in 30402f2937c2 [2020-10-28T16:09:34.029Z] ---> ad14f3b69bd1 [2020-10-28T16:09:34.029Z] Step 6/7 : COPY go.mod . [2020-10-28T16:09:34.048Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T16:09:34.048Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T16:09:34.048Z] ---> 52afbfa51bce [2020-10-28T16:09:34.048Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T16:09:34.048Z] Executing bash-5.0.17-r0.post-install [2020-10-28T16:09:34.048Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:09:34.048Z] OK: 12 MiB in 22 packages [2020-10-28T16:09:34.048Z] ---> 647ad922189e [2020-10-28T16:09:34.048Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T16:09:34.311Z] Removing intermediate container 30402f2937c2 [2020-10-28T16:09:34.311Z] ---> 9acc8dda6320 [2020-10-28T16:09:34.311Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:09:34.311Z] ---> Running in 8c0379fde083 [2020-10-28T16:09:34.623Z] ---> aa19927aec9d [2020-10-28T16:09:34.623Z] Step 7/7 : RUN go mod download [2020-10-28T16:09:34.623Z] ---> Running in 1aeb9affe42b [2020-10-28T16:09:34.897Z] ---> 5ed2b2ee5045 [2020-10-28T16:09:34.897Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T16:09:34.897Z] ---> e738d93f358f [2020-10-28T16:09:34.897Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T16:09:34.897Z] ---> f9eec7728c74 [2020-10-28T16:09:34.897Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T16:09:35.160Z] ---> Running in 482839776fc4 [2020-10-28T16:09:35.160Z] Removing intermediate container 8c0379fde083 [2020-10-28T16:09:35.160Z] ---> c8a0269b1c23 [2020-10-28T16:09:35.160Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T16:09:35.439Z] ---> Running in 52b8d29a3899 [2020-10-28T16:09:35.439Z] Removing intermediate container 6c802d6d91ab [2020-10-28T16:09:35.439Z] ---> e5d73d8c989f [2020-10-28T16:09:35.439Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T16:09:35.710Z] ---> 99687ee7be88 [2020-10-28T16:09:35.710Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T16:09:35.710Z] Removing intermediate container 482839776fc4 [2020-10-28T16:09:35.710Z] ---> 24cdf6a01e7c [2020-10-28T16:09:35.710Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:09:35.710Z] ---> 32a2cc1db02a [2020-10-28T16:09:35.710Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T16:09:35.710Z] ---> Running in d879a978f7f2 [2020-10-28T16:09:35.710Z] ---> Running in da1004373bd0 [2020-10-28T16:09:35.973Z] ---> Running in e6b69d9e8bcd [2020-10-28T16:09:35.973Z] Removing intermediate container 52b8d29a3899 [2020-10-28T16:09:35.973Z] ---> da4697ebd626 [2020-10-28T16:09:35.973Z] Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:09:36.239Z] ---> Running in 2d787e94d3f0 [2020-10-28T16:09:36.239Z] Removing intermediate container da1004373bd0 [2020-10-28T16:09:36.239Z] ---> e1d429c00fe0 [2020-10-28T16:09:36.239Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:09:36.239Z] ---> b33e1bb73182 [2020-10-28T16:09:36.239Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T16:09:36.239Z] Removing intermediate container e6b69d9e8bcd [2020-10-28T16:09:36.239Z] ---> d6dfed7e436e [2020-10-28T16:09:36.239Z] Step 19/21 : LABEL arch=x86_64 [2020-10-28T16:09:36.504Z] ---> Running in 4aa6db432dbe [2020-10-28T16:09:36.504Z] ---> Running in a394a0447b26 [2020-10-28T16:09:36.504Z] ---> Running in 31ae4e187bc8 [2020-10-28T16:09:36.504Z] Removing intermediate container 2d787e94d3f0 [2020-10-28T16:09:36.504Z] ---> 95f62c2d5265 [2020-10-28T16:09:36.504Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T16:09:36.766Z] ---> Running in 4ad8d8831abc [2020-10-28T16:09:37.028Z] Removing intermediate container 4aa6db432dbe [2020-10-28T16:09:37.028Z] ---> e749e1180880 [2020-10-28T16:09:37.028Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T16:09:37.028Z] Removing intermediate container a394a0447b26 [2020-10-28T16:09:37.028Z] ---> 4029ebcb5ae5 [2020-10-28T16:09:37.028Z] Step 20/21 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:09:37.028Z] Removing intermediate container 31ae4e187bc8 [2020-10-28T16:09:37.028Z] ---> f643cb66409b [2020-10-28T16:09:37.028Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:09:37.291Z] ---> Running in fa3b0243dc13 [2020-10-28T16:09:37.291Z] ---> Running in 36ebcd1c3707 [2020-10-28T16:09:37.291Z] ---> Running in da225b82fdaa [2020-10-28T16:09:37.291Z] Removing intermediate container 4ad8d8831abc [2020-10-28T16:09:37.291Z] ---> 2f5aa3c2f726 [2020-10-28T16:09:37.291Z] [2020-10-28T16:09:37.555Z] Removing intermediate container fa3b0243dc13 [2020-10-28T16:09:37.555Z] ---> a59d87634ea3 [2020-10-28T16:09:37.555Z] Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:09:37.555Z] Removing intermediate container d879a978f7f2 [2020-10-28T16:09:37.555Z] ---> ddf4de431010 [2020-10-28T16:09:37.555Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T16:09:37.555Z] Successfully built 2f5aa3c2f726 [2020-10-28T16:09:37.816Z] Removing intermediate container da225b82fdaa [2020-10-28T16:09:37.816Z] ---> 246d8b4da856 [2020-10-28T16:09:37.816Z] Step 22/24 : LABEL arch=x86_64 [2020-10-28T16:09:37.816Z] Successfully tagged docker-support-logging-go:latest [2020-10-28T16:09:37.816Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-10-28T16:09:37.816Z] Removing intermediate container 36ebcd1c3707 [2020-10-28T16:09:37.816Z] ---> c25a7d59c971 [2020-10-28T16:09:37.816Z] Step 21/21 : LABEL version=0.0.0 [2020-10-28T16:09:38.086Z] ---> Running in 9fda90aa8a8a [2020-10-28T16:09:38.086Z] ---> Running in 2e5065487a7a [2020-10-28T16:09:38.086Z] ---> Running in 4197faa433ab [2020-10-28T16:09:38.086Z] ---> Running in 29e0f37c9626 [2020-10-28T16:09:38.353Z] Removing intermediate container 9fda90aa8a8a [2020-10-28T16:09:38.353Z] ---> 26051b289142 [2020-10-28T16:09:38.353Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T16:09:38.638Z] Removing intermediate container 2e5065487a7a [2020-10-28T16:09:38.638Z] ---> 7ffac2d2a4bd [2020-10-28T16:09:38.638Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T16:09:38.638Z] Removing intermediate container 4197faa433ab [2020-10-28T16:09:38.638Z] ---> 812babe06471 [2020-10-28T16:09:38.638Z] Step 23/24 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:09:38.638Z] Removing intermediate container 29e0f37c9626 [2020-10-28T16:09:38.638Z] ---> ff5bc93c8978 [2020-10-28T16:09:38.638Z] [2020-10-28T16:09:38.638Z] ---> Running in 44bc60f814e1 [2020-10-28T16:09:38.638Z] ---> Running in 772ece83b5e7 [2020-10-28T16:09:38.638Z] ---> Running in 3047dafcb10c [2020-10-28T16:09:38.905Z] Successfully built ff5bc93c8978 [2020-10-28T16:09:38.905Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-28T16:09:38.905Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-10-28T16:09:39.172Z] Removing intermediate container 44bc60f814e1 [2020-10-28T16:09:39.172Z] ---> 7c100fd4d5f6 [2020-10-28T16:09:39.172Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T16:09:39.172Z] Removing intermediate container 772ece83b5e7 [2020-10-28T16:09:39.172Z] ---> a9527576c4c6 [2020-10-28T16:09:39.172Z] Step 24/24 : LABEL version=0.0.0 [2020-10-28T16:09:39.172Z] Removing intermediate container 3047dafcb10c [2020-10-28T16:09:39.172Z] ---> 45155dd08a6c [2020-10-28T16:09:39.172Z] [2020-10-28T16:09:39.172Z] ---> Running in 38df9a762bfc [2020-10-28T16:09:39.172Z] ---> Running in 578cffe8f7a1 [2020-10-28T16:09:39.448Z] Successfully built 45155dd08a6c [2020-10-28T16:09:39.448Z] Successfully tagged docker-core-command-go:latest [2020-10-28T16:09:39.448Z] Building docker-security-proxy-setup-go [2020-10-28T16:09:39.713Z]  Building docker-core-command-go ... done Removing intermediate container 38df9a762bfc [2020-10-28T16:09:39.713Z] ---> 23a2ca057502 [2020-10-28T16:09:39.713Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T16:09:39.713Z] Removing intermediate container 578cffe8f7a1 [2020-10-28T16:09:39.713Z] ---> 19a1421c224d [2020-10-28T16:09:39.713Z] [2020-10-28T16:09:39.713Z] Successfully built 19a1421c224d [2020-10-28T16:09:39.713Z] Successfully tagged docker-support-notifications-go:latest [2020-10-28T16:09:39.713Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-10-28T16:09:47.922Z] ---> b2aa1527127d [2020-10-28T16:09:47.922Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-28T16:09:48.196Z] ---> 2d1ef8fcc5a4 [2020-10-28T16:09:48.196Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T16:09:48.800Z] ---> e46bf410478c [2020-10-28T16:09:48.800Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T16:09:48.800Z] ---> Running in c06f32fa4f49 [2020-10-28T16:09:49.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:09:49.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:09:50.033Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T16:09:50.033Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T16:09:50.033Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T16:09:50.033Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T16:09:50.033Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T16:09:50.033Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T16:09:50.299Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T16:10:01.417Z] Removing intermediate container 1aeb9affe42b [2020-10-28T16:10:01.417Z] ---> f97c52a299ca [2020-10-28T16:10:01.417Z] Successfully built f97c52a299ca [2020-10-28T16:10:01.417Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:10:01.846Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T16:10:01.846Z] . [Pipeline] withDockerContainer [2020-10-28T16:10:02.127Z] prd-ubuntu18.04-docker-arm64-4c-16g-9509 does not seem to be running inside a container [2020-10-28T16:10:02.220Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-28T16:10:02.613Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T16:10:02.613Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T16:10:02.613Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T16:10:02.613Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T16:10:02.613Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T16:10:02.881Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T16:10:02.881Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T16:10:03.153Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T16:10:03.430Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T16:10:03.430Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T16:10:04.021Z] $ docker top 91ba4f5b022b3da8e20fdaad88f8eb0acb60691387c8e2c17749d464f64d36b7 -eo pid,comm [Pipeline] { [2020-10-28T16:10:04.389Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T16:10:04.389Z] (19/33) Installing py3-msgpack (1.0.0-r0) [Pipeline] sh [2020-10-28T16:10:04.972Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T16:10:04.972Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T16:10:04.972Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T16:10:04.972Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T16:10:04.972Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T16:10:04.972Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T16:10:04.972Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T16:10:05.241Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:10:05.241Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:10:05.241Z] ---> 5a73bca1b3cf [2020-10-28T16:10:05.241Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T16:10:05.241Z] ---> Using cache [2020-10-28T16:10:05.241Z] ---> 7f15b96d3a7d [2020-10-28T16:10:05.241Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:10:05.241Z] ---> Using cache [2020-10-28T16:10:05.241Z] ---> 459b06f6e4f2 [2020-10-28T16:10:05.241Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T16:10:05.241Z] ---> Using cache [2020-10-28T16:10:05.241Z] ---> 034f5e568105 [2020-10-28T16:10:05.241Z] Step 6/22 : COPY go.mod . [2020-10-28T16:10:05.241Z] ---> Using cache [2020-10-28T16:10:05.241Z] ---> 6beb0b049b4d [2020-10-28T16:10:05.241Z] Step 7/22 : RUN go mod download [2020-10-28T16:10:05.241Z] ---> Using cache [2020-10-28T16:10:05.241Z] ---> 309ae72221ba [2020-10-28T16:10:05.241Z] Step 8/22 : COPY . . [2020-10-28T16:10:05.241Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T16:10:05.241Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T16:10:05.241Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T16:10:05.241Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T16:10:05.447Z] + go version [2020-10-28T16:10:05.447Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-28T16:10:05.472Z] $ docker stop --time=1 91ba4f5b022b3da8e20fdaad88f8eb0acb60691387c8e2c17749d464f64d36b7 [2020-10-28T16:10:05.509Z] ---> Using cache [2020-10-28T16:10:05.509Z] ---> 8c9c98376c2c [2020-10-28T16:10:05.509Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T16:10:05.786Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T16:10:05.786Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T16:10:05.786Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T16:10:07.454Z] $ docker rm -f 91ba4f5b022b3da8e20fdaad88f8eb0acb60691387c8e2c17749d464f64d36b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-28T16:10:08.528Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:10:08.528Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:10:08.528Z] ---> 5a73bca1b3cf [2020-10-28T16:10:08.528Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 7f15b96d3a7d [2020-10-28T16:10:08.528Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 459b06f6e4f2 [2020-10-28T16:10:08.528Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T16:10:08.528Z] [2020-10-28T16:10:08.528Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:10:08.528Z] ---> 5a73bca1b3cf [2020-10-28T16:10:08.528Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 7f15b96d3a7d [2020-10-28T16:10:08.528Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 459b06f6e4f2 [2020-10-28T16:10:08.528Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 034f5e568105 [2020-10-28T16:10:08.528Z] Step 6/20 : COPY go.mod . [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 6beb0b049b4d [2020-10-28T16:10:08.528Z] Step 7/20 : RUN go mod download [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 309ae72221ba [2020-10-28T16:10:08.528Z] Step 8/20 : COPY . . [2020-10-28T16:10:08.528Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:10:08.528Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:10:08.528Z] ---> 5a73bca1b3cf [2020-10-28T16:10:08.528Z] Step 3/26 : WORKDIR /edgex-go [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 7f15b96d3a7d [2020-10-28T16:10:08.528Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 459b06f6e4f2 [2020-10-28T16:10:08.528Z] Step 5/26 : RUN apk update && apk add make git [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 034f5e568105 [2020-10-28T16:10:08.528Z] Step 6/26 : COPY go.mod . [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 6beb0b049b4d [2020-10-28T16:10:08.528Z] Step 7/26 : RUN go mod download [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 309ae72221ba [2020-10-28T16:10:08.528Z] Step 8/26 : COPY . . [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 8c9c98376c2c [2020-10-28T16:10:08.528Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T16:10:08.528Z] ---> Using cache [2020-10-28T16:10:08.528Z] ---> 8c9c98376c2c [2020-10-28T16:10:08.528Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-28T16:10:09.104Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:10:09.104Z] ---> Running in b3ed9522c08a [2020-10-28T16:10:09.104Z] OK: 71 MiB in 55 packages [2020-10-28T16:10:09.366Z] ---> Running in 57080d639d6b [2020-10-28T16:10:09.366Z] ---> Running in b02d3a99b007 [2020-10-28T16:10:09.366Z] ---> Running in e4567a7c4176 [2020-10-28T16:10:10.352Z] 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-10-28T16:10:10.352Z] 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-10-28T16:10:10.352Z] 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-10-28T16:10:10.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-10-28T16:10:11.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:10:11.583Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T16:10:11.583Z] . [Pipeline] withDockerContainer [2020-10-28T16:10:11.832Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:10:11.832Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:10:11.832Z] OK: 12752 distinct packages available [2020-10-28T16:10:11.852Z] prd-ubuntu18.04-docker-arm64-4c-16g-9509 does not seem to be running inside a container [2020-10-28T16:10:11.934Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-28T16:10:12.112Z] OK: 233 MiB in 51 packages [2020-10-28T16:10:13.391Z] $ docker top 63205d7ee5b2ffed914050bd457a2ee0533ed930f6ac60835c95e7d3a3693733 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-28T16:10:13.771Z] ========================================================= [2020-10-28T16:10:13.771Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-28T16:10:13.771Z] ========================================================= [Pipeline] sh [2020-10-28T16:10:14.420Z] + make test [2020-10-28T16:10:14.420Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-28T16:10:15.476Z] Removing intermediate container e4567a7c4176 [2020-10-28T16:10:15.476Z] ---> 184d51cd33ee [2020-10-28T16:10:15.476Z] Step 6/23 : COPY go.mod . [2020-10-28T16:10:16.449Z] ---> ae0e401ae0f4 [2020-10-28T16:10:16.449Z] Step 7/23 : RUN go mod download [2020-10-28T16:10:17.051Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-28T16:10:17.416Z] ---> Running in df972133f37f [2020-10-28T16:10:22.795Z] Removing intermediate container df972133f37f [2020-10-28T16:10:22.795Z] ---> 41e18480133e [2020-10-28T16:10:22.795Z] Step 8/23 : COPY . . [2020-10-28T16:10:22.795Z] Removing intermediate container c06f32fa4f49 [2020-10-28T16:10:22.795Z] ---> ff2e1f23bb5c [2020-10-28T16:10:22.795Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T16:10:23.072Z] ---> Running in 1325447db084 [2020-10-28T16:10:31.379Z] Collecting docker-compose==1.23.2 [2020-10-28T16:10:31.379Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T16:10:31.379Z] 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-10-28T16:10:31.665Z] Collecting PyYAML<4,>=3.10 [2020-10-28T16:10:31.665Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T16:10:34.332Z] 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-10-28T16:10:36.938Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T16:10:36.938Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T16:10:38.910Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T16:10:39.740Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T16:10:40.331Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T16:10:40.331Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T16:10:42.364Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T16:10:42.364Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T16:10:44.319Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T16:10:44.319Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T16:10:45.277Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-28T16:10:45.554Z] Collecting texttable<0.10,>=0.9.0 [2020-10-28T16:10:45.554Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T16:10:45.554Z] Removing intermediate container b02d3a99b007 [2020-10-28T16:10:45.554Z] ---> 10902daeb7fb [2020-10-28T16:10:45.554Z] [2020-10-28T16:10:45.554Z] Step 10/20 : FROM alpine [2020-10-28T16:10:46.158Z] latest: Pulling from library/alpine [2020-10-28T16:10:46.449Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T16:10:46.449Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T16:10:46.449Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T16:10:46.449Z] Status: Downloaded newer image for alpine:latest [2020-10-28T16:10:46.449Z] ---> d6e46aa2470d [2020-10-28T16:10:46.449Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T16:10:46.449Z] ---> 0809a5a07fa6 [2020-10-28T16:10:46.449Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T16:10:46.449Z] ---> Running in e86920783862 [2020-10-28T16:10:46.449Z] ---> Running in 4de8c96510c3 [2020-10-28T16:10:47.055Z] Collecting cached-property<2,>=1.2.0 [2020-10-28T16:10:47.055Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T16:10:47.055Z] 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-10-28T16:10:47.055Z] 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-10-28T16:10:47.055Z] Collecting idna<2.8,>=2.5 [2020-10-28T16:10:47.055Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T16:10:47.344Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T16:10:47.344Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T16:10:47.344Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T16:10:47.344Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T16:10:47.621Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T16:10:47.621Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T16:10:47.621Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T16:10:47.621Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T16:10:47.621Z] 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-10-28T16:10:47.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:10:47.903Z] Installing collected packages: PyYAML, jsonschema, idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, texttable, dockerpty, cached-property, docker-compose [2020-10-28T16:10:47.903Z] Running setup.py install for PyYAML: started [2020-10-28T16:10:47.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:10:48.171Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:10:48.171Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:10:48.171Z] OK: 12744 distinct packages available [2020-10-28T16:10:48.442Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T16:10:48.442Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T16:10:48.442Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T16:10:48.442Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T16:10:48.442Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:10:48.442Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T16:10:48.714Z] OK: 7 MiB in 18 packages [2020-10-28T16:10:48.714Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T16:10:48.990Z] Attempting uninstall: idna [2020-10-28T16:10:48.990Z] Found existing installation: idna 2.9 [2020-10-28T16:10:48.990Z] Uninstalling idna-2.9: [2020-10-28T16:10:48.990Z] Successfully uninstalled idna-2.9 [2020-10-28T16:10:49.455Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-28T16:10:50.951Z] Attempting uninstall: urllib3 [2020-10-28T16:10:50.951Z] Found existing installation: urllib3 1.25.9 [2020-10-28T16:10:50.951Z] Uninstalling urllib3-1.25.9: [2020-10-28T16:10:50.951Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T16:10:51.237Z] Attempting uninstall: requests [2020-10-28T16:10:51.237Z] Found existing installation: requests 2.23.0 [2020-10-28T16:10:51.237Z] Uninstalling requests-2.23.0: [2020-10-28T16:10:51.816Z] Successfully uninstalled requests-2.23.0 [2020-10-28T16:10:53.220Z] Removing intermediate container 4de8c96510c3 [2020-10-28T16:10:53.220Z] ---> 97d3514c76c6 [2020-10-28T16:10:53.220Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T16:10:53.220Z] Running setup.py install for docopt: started [2020-10-28T16:10:53.824Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T16:10:53.824Z] ---> Running in 8f783ff70e3e [2020-10-28T16:10:53.824Z] Removing intermediate container 57080d639d6b [2020-10-28T16:10:53.824Z] ---> 06d2b254c7c4 [2020-10-28T16:10:53.824Z] [2020-10-28T16:10:53.824Z] Step 10/26 : FROM alpine:3.10 [2020-10-28T16:10:54.097Z] Removing intermediate container b3ed9522c08a [2020-10-28T16:10:54.097Z] ---> 0e95b18c3e48 [2020-10-28T16:10:54.097Z] [2020-10-28T16:10:54.097Z] Step 10/22 : FROM scratch [2020-10-28T16:10:54.097Z] ---> [2020-10-28T16:10:54.097Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:10:54.097Z] Running setup.py install for texttable: started [2020-10-28T16:10:54.368Z] 3.10: Pulling from library/alpine [2020-10-28T16:10:54.368Z] ---> Using cache [2020-10-28T16:10:54.368Z] ---> 52d951b354b9 [2020-10-28T16:10:54.368Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T16:10:54.636Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T16:10:54.636Z] Running setup.py install for dockerpty: started [2020-10-28T16:10:55.213Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T16:10:56.622Z] ---> Running in a6080623d7ff [2020-10-28T16:10:56.622Z] Removing intermediate container 8f783ff70e3e [2020-10-28T16:10:56.622Z] ---> c46781fbabc6 [2020-10-28T16:10:56.622Z] Step 13/20 : WORKDIR /edgex [2020-10-28T16:10:57.241Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T16:10:57.552Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T16:10:57.552Z] ---> Running in 200ee18b04da [2020-10-28T16:10:57.552Z] ---> be4e4bea2c2e [2020-10-28T16:10:57.552Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T16:10:58.262Z] Removing intermediate container a6080623d7ff [2020-10-28T16:10:58.262Z] ---> a2e4de0bb3a5 [2020-10-28T16:10:58.262Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T16:10:58.262Z] 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-10-28T16:10:58.262Z] ---> Running in 7acbc1730895 [2020-10-28T16:10:58.717Z] ---> Running in 9afcb6fde523 [2020-10-28T16:10:58.717Z] Removing intermediate container 200ee18b04da [2020-10-28T16:10:58.717Z] ---> e91fe989b0e7 [2020-10-28T16:10:58.717Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T16:10:58.717Z] Removing intermediate container 9afcb6fde523 [2020-10-28T16:10:58.717Z] ---> 626e98e4baed [2020-10-28T16:10:58.717Z] Step 14/22 : WORKDIR / [2020-10-28T16:10:59.226Z] ---> Running in 1ccb4c6d0cdd [2020-10-28T16:10:59.226Z] ---> 244619b52c8c [2020-10-28T16:10:59.226Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T16:10:59.580Z] Removing intermediate container 1ccb4c6d0cdd [2020-10-28T16:10:59.580Z] ---> a614753c83b8 [2020-10-28T16:10:59.580Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T16:10:59.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:10:59.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:10:59.856Z] ---> 66d699ea66a3 [2020-10-28T16:10:59.856Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T16:10:59.856Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T16:10:59.856Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T16:10:59.856Z] OK: 10346 distinct packages available [2020-10-28T16:11:00.142Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T16:11:00.142Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T16:11:00.142Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T16:11:00.142Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T16:11:00.142Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T16:11:00.142Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T16:11:00.412Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T16:11:00.412Z] OK: 7 MiB in 19 packages [2020-10-28T16:11:01.393Z] ---> 1a94663c7177 [2020-10-28T16:11:01.393Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T16:11:01.977Z] ---> Running in ee0751f45573 [2020-10-28T16:11:02.255Z] ---> 08593f84997a [2020-10-28T16:11:02.255Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-28T16:11:02.833Z] Removing intermediate container 1325447db084 [2020-10-28T16:11:02.833Z] ---> 9ccdecbc7355 [2020-10-28T16:11:02.833Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T16:11:03.097Z] Removing intermediate container ee0751f45573 [2020-10-28T16:11:03.097Z] ---> cd0626d342d9 [2020-10-28T16:11:03.097Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T16:11:03.367Z] ---> Running in 3d57e3899174 [2020-10-28T16:11:03.638Z] ---> Running in bd95c9642a66 [2020-10-28T16:11:03.908Z] ---> 64f05d5008b1 [2020-10-28T16:11:03.908Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T16:11:03.908Z] Removing intermediate container 7acbc1730895 [2020-10-28T16:11:03.908Z] ---> 9f01e9f1463a [2020-10-28T16:11:03.908Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T16:11:04.176Z] ---> Running in 7ddcb29bc184 [2020-10-28T16:11:04.176Z] ---> Running in 8dec91eef286 [2020-10-28T16:11:04.176Z] Removing intermediate container bd95c9642a66 [2020-10-28T16:11:04.176Z] ---> 44e40316668b [2020-10-28T16:11:04.176Z] Step 18/20 : LABEL arch=x86_64 [2020-10-28T16:11:04.445Z] ---> Running in 1ea557166060 [2020-10-28T16:11:04.445Z] Removing intermediate container 7ddcb29bc184 [2020-10-28T16:11:04.445Z] ---> 6d910306c1fd [2020-10-28T16:11:04.445Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:11:04.714Z] Removing intermediate container 8dec91eef286 [2020-10-28T16:11:04.714Z] ---> 015873bc8bfe [2020-10-28T16:11:04.714Z] Step 13/26 : WORKDIR / [2020-10-28T16:11:04.714Z] ---> Running in 247fd65de4e7 [2020-10-28T16:11:04.714Z] Removing intermediate container 1ea557166060 [2020-10-28T16:11:04.714Z] ---> ac12dd02c3d1 [2020-10-28T16:11:04.714Z] Step 19/20 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:11:04.714Z] ---> Running in 8c51870a7d66 [2020-10-28T16:11:04.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:11:04.985Z] ---> Running in 171d68203da6 [2020-10-28T16:11:04.985Z] Removing intermediate container 247fd65de4e7 [2020-10-28T16:11:04.985Z] ---> 8b712dea48cd [2020-10-28T16:11:04.985Z] Step 20/22 : LABEL arch=x86_64 [2020-10-28T16:11:04.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:11:05.257Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T16:11:05.257Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T16:11:05.257Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T16:11:05.257Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:11:05.257Z] OK: 72 MiB in 58 packages [2020-10-28T16:11:05.852Z] Removing intermediate container 8c51870a7d66 [2020-10-28T16:11:05.852Z] ---> fcff92f80e8c [2020-10-28T16:11:05.852Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-28T16:11:05.852Z] ---> Running in d1b4d699e8f7 [2020-10-28T16:11:06.129Z] Removing intermediate container 171d68203da6 [2020-10-28T16:11:06.129Z] ---> 94a912df1d10 [2020-10-28T16:11:06.129Z] Step 20/20 : LABEL version=0.0.0 [2020-10-28T16:11:06.399Z] Removing intermediate container d1b4d699e8f7 [2020-10-28T16:11:06.399Z] ---> 399da6dc0856 [2020-10-28T16:11:06.399Z] Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:11:06.399Z] ---> Running in 413ae9286c32 [2020-10-28T16:11:06.663Z] ---> 70de1292bd30 [2020-10-28T16:11:06.663Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-28T16:11:06.663Z] ---> Running in ce519ec61faa [2020-10-28T16:11:06.929Z] Removing intermediate container 3d57e3899174 [2020-10-28T16:11:06.929Z] ---> f2347cd37a9c [2020-10-28T16:11:06.929Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T16:11:06.929Z] Removing intermediate container 413ae9286c32 [2020-10-28T16:11:06.929Z] ---> 5274e234d229 [2020-10-28T16:11:06.929Z] [2020-10-28T16:11:07.849Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-28T16:11:07.849Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-28T16:11:07.849Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-28T16:11:07.849Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-28T16:11:07.849Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s [2020-10-28T16:11:07.849Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-28T16:11:07.849Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-28T16:11:07.897Z] Successfully built 5274e234d229 [2020-10-28T16:11:07.897Z] ---> Running in 722f7a5be508 [2020-10-28T16:11:07.897Z] ---> 4414868c1b27 [2020-10-28T16:11:07.897Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T16:11:07.897Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-28T16:11:07.897Z] Building docker-security-secrets-setup-go [2020-10-28T16:11:07.897Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ce519ec61faa [2020-10-28T16:11:07.897Z] ---> abed9b8528f1 [2020-10-28T16:11:07.897Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T16:11:07.897Z] ---> Running in 3ed15fe32bba [2020-10-28T16:11:08.125Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-28T16:11:08.166Z] Removing intermediate container 722f7a5be508 [2020-10-28T16:11:08.166Z] ---> 1b220b87f261 [2020-10-28T16:11:08.166Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:11:08.166Z] ---> Running in cfa77cd82ada [2020-10-28T16:11:08.166Z] ---> 21c551ae946f [2020-10-28T16:11:08.166Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-28T16:11:08.434Z] Removing intermediate container 3ed15fe32bba [2020-10-28T16:11:08.434Z] ---> c2db630bb37b [2020-10-28T16:11:08.434Z] [2020-10-28T16:11:08.434Z] Removing intermediate container cfa77cd82ada [2020-10-28T16:11:08.434Z] ---> 4156c839555e [2020-10-28T16:11:08.434Z] Step 25/27 : LABEL arch=x86_64 [2020-10-28T16:11:08.434Z] Successfully built c2db630bb37b [2020-10-28T16:11:08.698Z] Successfully tagged docker-core-metadata-go:latest [2020-10-28T16:11:08.698Z]  Building docker-core-metadata-go ... done  ---> Running in ef15414cde02 [2020-10-28T16:11:08.698Z] ---> 6c8e789a96b0 [2020-10-28T16:11:08.698Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T16:11:10.763Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-28T16:11:11.746Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-28T16:11:11.746Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-28T16:11:11.746Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-28T16:11:11.746Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-28T16:11:12.933Z] Removing intermediate container ef15414cde02 [2020-10-28T16:11:12.933Z] ---> c5c1580476e3 [2020-10-28T16:11:12.933Z] Step 26/27 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:11:12.933Z] ---> 69a14e49ec3b [2020-10-28T16:11:12.933Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T16:11:12.933Z] ---> Running in a52fe43e8dae [2020-10-28T16:11:13.208Z] Removing intermediate container a52fe43e8dae [2020-10-28T16:11:13.208Z] ---> ecbd7bc9319b [2020-10-28T16:11:13.208Z] Step 27/27 : LABEL version=0.0.0 [2020-10-28T16:11:13.208Z] ---> Running in 0ba7d68f1513 [2020-10-28T16:11:13.498Z] ---> 8e1aadec726e [2020-10-28T16:11:13.498Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-28T16:11:13.498Z] Removing intermediate container 0ba7d68f1513 [2020-10-28T16:11:13.498Z] ---> 9d181b26c1bf [2020-10-28T16:11:13.498Z] [2020-10-28T16:11:13.765Z] Successfully built 9d181b26c1bf [2020-10-28T16:11:13.765Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-28T16:11:17.132Z]  Building docker-sys-mgmt-agent-go ... done  ---> 935c829daf66 [2020-10-28T16:11:17.132Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T16:11:20.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2020-10-28T16:11:20.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-28T16:11:20.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-28T16:11:20.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-28T16:11:20.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-28T16:11:20.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-28T16:11:20.487Z] Removing intermediate container e86920783862 [2020-10-28T16:11:20.487Z] ---> fa0cc91889a1 [2020-10-28T16:11:20.487Z] [2020-10-28T16:11:20.487Z] Step 10/23 : FROM alpine [2020-10-28T16:11:20.487Z] ---> d6e46aa2470d [2020-10-28T16:11:20.487Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:11:20.487Z] ---> 1da204499993 [2020-10-28T16:11:20.487Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T16:11:21.891Z] ---> Running in 7d4a4aeff7e8 [2020-10-28T16:11:22.839Z] ---> Running in ce187ee7d792 [2020-10-28T16:11:23.111Z] Removing intermediate container 7d4a4aeff7e8 [2020-10-28T16:11:23.111Z] ---> 94e848a1f289 [2020-10-28T16:11:23.111Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T16:11:24.065Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:11:24.065Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T16:11:24.065Z] ---> 5a73bca1b3cf [2020-10-28T16:11:24.065Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T16:11:24.065Z] ---> Using cache [2020-10-28T16:11:24.065Z] ---> 7f15b96d3a7d [2020-10-28T16:11:24.065Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T16:11:25.023Z] ---> Running in 3142e0cd8cbc [2020-10-28T16:11:25.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.1% of statements [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-28T16:11:25.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-28T16:11:25.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-28T16:11:25.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 64.9% of statements [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-28T16:11:25.517Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-28T16:11:25.989Z] ---> Running in c4e2b9151798 [2020-10-28T16:11:25.989Z] Removing intermediate container 3142e0cd8cbc [2020-10-28T16:11:25.989Z] ---> 68bedb1101f1 [2020-10-28T16:11:25.989Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T16:11:26.259Z] ---> Running in fc4c4645c2ea [2020-10-28T16:11:26.509Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.436s coverage: 84.5% of statements [2020-10-28T16:11:26.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-28T16:11:26.509Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T16:11:26.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-28T16:11:26.510Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-28T16:11:26.528Z] Removing intermediate container fc4c4645c2ea [2020-10-28T16:11:26.529Z] ---> 1e59df4498fc [2020-10-28T16:11:26.529Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:11:26.529Z] Removing intermediate container ce187ee7d792 [2020-10-28T16:11:26.529Z] ---> 0deebb5201f0 [2020-10-28T16:11:26.529Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T16:11:26.800Z] ---> Running in 8ab3110ee2df [2020-10-28T16:11:26.800Z] ---> Running in 9f6212c76d0f [2020-10-28T16:11:26.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:11:27.065Z] Removing intermediate container 9f6212c76d0f [2020-10-28T16:11:27.066Z] ---> 5e1263e7a69a [2020-10-28T16:11:27.066Z] Step 24/26 : LABEL arch=x86_64 [2020-10-28T16:11:27.066Z] ---> Running in f27727eee5c5 [2020-10-28T16:11:27.330Z] Removing intermediate container f27727eee5c5 [2020-10-28T16:11:27.330Z] ---> db60b9b86e40 [2020-10-28T16:11:27.330Z] Step 25/26 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:11:27.330Z] ---> Running in 2fd729004fdc [2020-10-28T16:11:27.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:11:27.593Z] Removing intermediate container 2fd729004fdc [2020-10-28T16:11:27.593Z] ---> f2e10a7179e5 [2020-10-28T16:11:27.593Z] Step 26/26 : LABEL version=0.0.0 [2020-10-28T16:11:27.593Z] ---> Running in 277a6149e586 [2020-10-28T16:11:27.860Z] Removing intermediate container 277a6149e586 [2020-10-28T16:11:27.860Z] ---> 439bd5db3dfd [2020-10-28T16:11:27.860Z] [2020-10-28T16:11:27.860Z] Removing intermediate container 8ab3110ee2df [2020-10-28T16:11:27.860Z] ---> 43be819d7183 [2020-10-28T16:11:27.860Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T16:11:27.860Z] ---> Running in 5ff4a0d9cd17 [2020-10-28T16:11:27.860Z] Successfully built 439bd5db3dfd [2020-10-28T16:11:27.860Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-28T16:11:27.860Z]  Building docker-security-secretstore-setup-go ... done v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:11:27.860Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:11:27.860Z] OK: 12752 distinct packages available [2020-10-28T16:11:28.125Z] OK: 233 MiB in 51 packages [2020-10-28T16:11:28.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:11:28.655Z] Removing intermediate container c4e2b9151798 [2020-10-28T16:11:28.655Z] ---> 8637889c9816 [2020-10-28T16:11:28.655Z] Step 5/29 : COPY go.mod . [2020-10-28T16:11:28.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:11:28.919Z] ---> 58a2dbb4eee4 [2020-10-28T16:11:28.919Z] Step 6/29 : RUN go mod download [2020-10-28T16:11:29.185Z] ---> Running in 89ccde01c36d [2020-10-28T16:11:29.450Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T16:11:29.450Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T16:11:29.715Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T16:11:29.715Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T16:11:29.981Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T16:11:29.981Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:11:29.981Z] OK: 8 MiB in 19 packages [2020-10-28T16:11:30.564Z] Removing intermediate container 5ff4a0d9cd17 [2020-10-28T16:11:30.564Z] ---> 8f8c061ab397 [2020-10-28T16:11:30.564Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T16:11:30.829Z] Removing intermediate container 89ccde01c36d [2020-10-28T16:11:30.829Z] ---> 7589c7054551 [2020-10-28T16:11:30.829Z] Step 7/29 : COPY . . [2020-10-28T16:11:30.829Z] ---> def833c72303 [2020-10-28T16:11:30.829Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T16:11:31.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.440s coverage: 28.6% of statements [2020-10-28T16:11:31.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-28T16:11:31.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-28T16:11:31.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-28T16:11:31.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-28T16:11:31.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-28T16:11:31.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements [2020-10-28T16:11:31.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-28T16:11:31.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.024s coverage: 100.0% of statements [2020-10-28T16:11:31.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-28T16:11:32.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.065s coverage: 86.7% of statements [2020-10-28T16:11:32.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-28T16:11:33.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.086s coverage: 97.5% of statements [2020-10-28T16:11:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-28T16:11:33.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 100.0% of statements [2020-10-28T16:11:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-28T16:11:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-28T16:11:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-28T16:11:33.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-28T16:11:37.465Z] ---> cce2a7ec58c5 [2020-10-28T16:11:37.465Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T16:11:39.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.282s coverage: 95.7% of statements [2020-10-28T16:11:39.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-28T16:11:39.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-28T16:11:39.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-28T16:11:39.769Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-28T16:11:39.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-28T16:11:39.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-28T16:11:39.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-28T16:11:39.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-28T16:11:39.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-28T16:11:39.769Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-28T16:11:39.770Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-28T16:11:39.770Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.039s coverage: 0.0% of statements [no tests to run] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-28T16:11:39.770Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-28T16:11:40.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 63.5% of statements [2020-10-28T16:11:40.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-28T16:11:40.043Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-28T16:11:40.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2020-10-28T16:11:40.791Z] ---> e7465717e7fc [2020-10-28T16:11:40.791Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T16:11:40.791Z] ---> Running in 0d681bc4cdb4 [2020-10-28T16:11:41.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.019s coverage: 91.3% of statements [2020-10-28T16:11:41.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.012s coverage: 100.0% of statements [2020-10-28T16:11:41.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2020-10-28T16:11:41.759Z] Removing intermediate container 0d681bc4cdb4 [2020-10-28T16:11:41.759Z] ---> e1ce054faff6 [2020-10-28T16:11:41.759Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:11:42.028Z] ---> Running in 3284959ce0ee [2020-10-28T16:11:42.617Z] Removing intermediate container 3284959ce0ee [2020-10-28T16:11:42.617Z] ---> b6a5e7cf217d [2020-10-28T16:11:42.617Z] Step 21/23 : LABEL arch=x86_64 [2020-10-28T16:11:42.622Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2020-10-28T16:11:42.893Z] ---> Running in 99d6f5492912 [2020-10-28T16:11:43.861Z] Removing intermediate container 99d6f5492912 [2020-10-28T16:11:43.861Z] ---> ec7da99c48da [2020-10-28T16:11:43.861Z] Step 22/23 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:11:44.129Z] ---> Running in 4dd3966be955 [2020-10-28T16:11:44.717Z] Removing intermediate container 4dd3966be955 [2020-10-28T16:11:44.717Z] ---> 8ceaefd1c5c8 [2020-10-28T16:11:44.717Z] Step 23/23 : LABEL version=0.0.0 [2020-10-28T16:11:45.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.265s coverage: 55.9% of statements [2020-10-28T16:11:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-28T16:11:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-28T16:11:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-28T16:11:45.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-28T16:11:45.303Z] ---> Running in 334b0c3a55e7 [2020-10-28T16:11:45.880Z] Removing intermediate container 334b0c3a55e7 [2020-10-28T16:11:45.880Z] ---> 7b3d949e223a [2020-10-28T16:11:45.880Z] [2020-10-28T16:11:45.880Z] Successfully built 7b3d949e223a [2020-10-28T16:11:45.880Z] Successfully tagged docker-core-data-go:latest [2020-10-28T16:11:47.288Z]  Building docker-core-data-go ... done  ---> 5728527403bf [2020-10-28T16:11:47.288Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T16:11:47.288Z] ---> Running in ddca4db058c5 [2020-10-28T16:11:47.865Z] 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-10-28T16:12:00.226Z] Removing intermediate container ddca4db058c5 [2020-10-28T16:12:00.226Z] ---> 41a3ac197564 [2020-10-28T16:12:00.226Z] [2020-10-28T16:12:00.226Z] Step 9/29 : FROM alpine:latest [2020-10-28T16:12:00.226Z] ---> d6e46aa2470d [2020-10-28T16:12:00.226Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-28T16:12:00.226Z] ---> Running in f46c669e48ec [2020-10-28T16:12:00.226Z] Removing intermediate container f46c669e48ec [2020-10-28T16:12:00.226Z] ---> 56e9cba7530f [2020-10-28T16:12:00.226Z] Step 11/29 : USER root [2020-10-28T16:12:00.226Z] ---> Running in 6cb16df1bcc4 [2020-10-28T16:12:00.226Z] Removing intermediate container 6cb16df1bcc4 [2020-10-28T16:12:00.226Z] ---> d809ee68a4ff [2020-10-28T16:12:00.226Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T16:12:00.226Z] ---> Running in b9acc48d2d80 [2020-10-28T16:12:00.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T16:12:00.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T16:12:00.226Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:12:00.226Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:12:00.226Z] OK: 12744 distinct packages available [2020-10-28T16:12:00.226Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T16:12:00.226Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T16:12:00.226Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:12:00.226Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T16:12:00.226Z] OK: 6 MiB in 16 packages [2020-10-28T16:12:01.181Z] Removing intermediate container b9acc48d2d80 [2020-10-28T16:12:01.181Z] ---> 71f4e0efde0d [2020-10-28T16:12:01.181Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-28T16:12:01.181Z] ---> Running in c86207823950 [2020-10-28T16:12:01.449Z] Removing intermediate container c86207823950 [2020-10-28T16:12:01.449Z] ---> c868c3f804c7 [2020-10-28T16:12:01.449Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T16:12:01.449Z] ---> Running in ffc0cfd22027 [2020-10-28T16:12:01.713Z] Removing intermediate container ffc0cfd22027 [2020-10-28T16:12:01.713Z] ---> a12d5b7d0cfd [2020-10-28T16:12:01.713Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T16:12:01.713Z] ---> Running in b174a7b452b9 [2020-10-28T16:12:02.668Z] Removing intermediate container b174a7b452b9 [2020-10-28T16:12:02.668Z] ---> 928bcb08b5f7 [2020-10-28T16:12:02.668Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T16:12:03.251Z] ---> 6cf025b7a83f [2020-10-28T16:12:03.251Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T16:12:03.251Z] ---> 7643548cc82e [2020-10-28T16:12:03.251Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T16:12:03.516Z] ---> 425bb528f249 [2020-10-28T16:12:03.516Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T16:12:03.779Z] ---> 10517ca6e09d [2020-10-28T16:12:03.779Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T16:12:04.042Z] ---> 052b406bee39 [2020-10-28T16:12:04.042Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T16:12:04.313Z] ---> Running in 9e1629e9caff [2020-10-28T16:12:05.263Z] Removing intermediate container 9e1629e9caff [2020-10-28T16:12:05.263Z] ---> 35e39d64939b [2020-10-28T16:12:05.263Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T16:12:05.527Z] ---> 6fa4582758f4 [2020-10-28T16:12:05.527Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T16:12:05.527Z] ---> Running in f5e5ef11ebed [2020-10-28T16:12:06.481Z] Removing intermediate container f5e5ef11ebed [2020-10-28T16:12:06.481Z] ---> 8a2df9fc480a [2020-10-28T16:12:06.481Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T16:12:06.481Z] ---> Running in f3c304222f67 [2020-10-28T16:12:07.874Z] Removing intermediate container f3c304222f67 [2020-10-28T16:12:07.874Z] ---> 8d42e4fc6375 [2020-10-28T16:12:07.874Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T16:12:07.874Z] ---> Running in 864fbfbb5783 [2020-10-28T16:12:07.874Z] Removing intermediate container 864fbfbb5783 [2020-10-28T16:12:07.874Z] ---> 2f6dbc540ccc [2020-10-28T16:12:07.874Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T16:12:08.136Z] ---> Running in 1cf81d628b73 [2020-10-28T16:12:08.136Z] Removing intermediate container 1cf81d628b73 [2020-10-28T16:12:08.136Z] ---> 678dc5a6f5b2 [2020-10-28T16:12:08.136Z] Step 27/29 : LABEL arch=x86_64 [2020-10-28T16:12:08.136Z] ---> Running in f321972ec6bb [2020-10-28T16:12:08.401Z] Removing intermediate container f321972ec6bb [2020-10-28T16:12:08.401Z] ---> 8ec8edf0218a [2020-10-28T16:12:08.401Z] Step 28/29 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:12:08.401Z] ---> Running in 36442e1f4b44 [2020-10-28T16:12:08.664Z] Removing intermediate container 36442e1f4b44 [2020-10-28T16:12:08.664Z] ---> 84a49e31c680 [2020-10-28T16:12:08.664Z] Step 29/29 : LABEL version=0.0.0 [2020-10-28T16:12:08.664Z] ---> Running in bddef5abd942 [2020-10-28T16:12:08.927Z] Removing intermediate container bddef5abd942 [2020-10-28T16:12:08.927Z] ---> bfe29192a509 [2020-10-28T16:12:08.927Z] [2020-10-28T16:12:08.927Z] Successfully built bfe29192a509 [2020-10-28T16:12:09.190Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-28T16:12:09.479Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-28T16:12:09.521Z] $ docker stop --time=1 9ffb8eb16a889b2ae1c6253bebca76d329674c1cf76f8e701e8bb0b77b400984 [2020-10-28T16:12:11.269Z] $ docker rm -f 9ffb8eb16a889b2ae1c6253bebca76d329674c1cf76f8e701e8bb0b77b400984 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T16:12:11.815Z] + docker images [2020-10-28T16:12:11.815Z] + grep docker [2020-10-28T16:12:12.081Z] docker-security-secrets-setup-go latest bfe29192a509 4 seconds ago 24MB [2020-10-28T16:12:12.081Z] docker-core-data-go latest 7b3d949e223a 27 seconds ago 23.7MB [2020-10-28T16:12:12.081Z] docker-security-secretstore-setup-go latest 439bd5db3dfd 45 seconds ago 32.4MB [2020-10-28T16:12:12.081Z] docker-sys-mgmt-agent-go latest 9d181b26c1bf 59 seconds ago 290MB [2020-10-28T16:12:12.081Z] docker-core-metadata-go latest c2db630bb37b About a minute ago 14.5MB [2020-10-28T16:12:12.081Z] docker-security-proxy-setup-go latest 5274e234d229 About a minute ago 15.8MB [2020-10-28T16:12:12.081Z] docker-support-notifications-go latest 19a1421c224d 2 minutes ago 13.6MB [2020-10-28T16:12:12.081Z] docker-core-command-go latest 45155dd08a6c 2 minutes ago 12.2MB [2020-10-28T16:12:12.081Z] docker-support-scheduler-go latest ff5bc93c8978 2 minutes ago 12.3MB [2020-10-28T16:12:12.081Z] docker-support-logging-go latest 2f5aa3c2f726 2 minutes ago 11.1MB [2020-10-28T16:12:12.081Z] docker latest 6972c414f322 6 days 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-10-28T16:12:17.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 33.574s coverage: 86.3% of statements [2020-10-28T16:12:17.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-28T16:12:17.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.022s coverage: 72.2% of statements [2020-10-28T16:12:17.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.459s coverage: 72.1% of statements [2020-10-28T16:12:17.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements [2020-10-28T16:12:17.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements [2020-10-28T16:12:17.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-28T16:12:17.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.017s coverage: 96.8% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 36.5% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.298s coverage: 84.1% of statements [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.017s coverage: 100.0% of statements [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.020s coverage: 42.9% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.033s coverage: 83.8% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.032s coverage: 100.0% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.239s coverage: 29.1% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.026s coverage: 100.0% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.017s coverage: 87.9% of statements [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-28T16:12:17.640Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.017s coverage: 100.0% of statements [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-10-28T16:12:17.640Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements [2020-10-28T16:12:18.237Z] GO111MODULE=on go vet ./... [2020-10-28T16:12:29.868Z] Still waiting to schedule task [2020-10-28T16:12:29.868Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-28T16:12:40.408Z] gofmt -l . [2020-10-28T16:12:40.408Z] [ "`gofmt -l .`" = "" ] [2020-10-28T16:12:43.020Z] ./bin/test-go-mod-tidy.sh [2020-10-28T16:12:43.621Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-28T16:12:48.575Z] + ls -al . [2020-10-28T16:12:48.575Z] total 660 [2020-10-28T16:12:48.575Z] drwxrwxr-x 9 1001 1001 4096 Oct 28 16:12 . [2020-10-28T16:12:48.575Z] drwxr-xr-x 4 root root 4096 Oct 28 16:10 .. [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 11 Oct 28 16:08 .dockerignore [2020-10-28T16:12:48.575Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 16:08 .git [2020-10-28T16:12:48.575Z] drwxrwxr-x 3 1001 1001 4096 Oct 28 16:08 .github [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 932 Oct 28 16:08 .gitignore [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 166 Oct 28 16:08 .sonarcloud.properties [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 3804 Oct 28 16:08 CONTRIBUTING.md [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 1035 Oct 28 16:08 Dockerfile.build [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 863 Oct 28 16:08 Jenkinsfile [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 10775 Oct 28 16:08 LICENSE [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 6237 Oct 28 16:08 Makefile [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 6447 Oct 28 16:08 README.md [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 259 Oct 28 16:08 SECURITY.md [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 5 Oct 28 16:04 VERSION [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 4131 Oct 28 16:08 ZMQWindows.md [2020-10-28T16:12:48.575Z] drwxrwxr-x 2 1001 1001 4096 Oct 28 16:08 bin [2020-10-28T16:12:48.575Z] drwxrwxr-x 15 1001 1001 4096 Oct 28 16:08 cmd [2020-10-28T16:12:48.575Z] -rw-r--r-- 1 root root 539324 Oct 28 16:12 coverage.out [2020-10-28T16:12:48.575Z] -rw-r--r-- 1 root root 1041 Oct 28 16:12 go.mod [2020-10-28T16:12:48.575Z] -rw-r--r-- 1 root root 19010 Oct 28 16:12 go.sum [2020-10-28T16:12:48.575Z] drwxrwxr-x 8 1001 1001 4096 Oct 28 16:08 internal [2020-10-28T16:12:48.575Z] drwxrwxr-x 4 1001 1001 4096 Oct 28 16:08 openapi [2020-10-28T16:12:48.575Z] drwxrwxr-x 4 1001 1001 4096 Oct 28 16:08 snap [2020-10-28T16:12:48.575Z] -rw-rw-r-- 1 1001 1001 168 Oct 28 16:08 version.go [Pipeline] sh [2020-10-28T16:12:49.231Z] + '[' -e coverage.out ] [2020-10-28T16:12:49.231Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-28T16:12:49.308Z] Warning: overwriting stash ‘coverage-report’ [2020-10-28T16:12:50.370Z] Stashed 1 file(s) [Pipeline] sh [2020-10-28T16:12:51.058Z] + make build [2020-10-28T16:12:51.058Z] 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-10-28T16:13:17.872Z] 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-10-28T16:13:26.509Z] Running on prd-centos7-docker-8c-8g-9512 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2020-10-28T16:13:26.587Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-10-28T16:13:28.753Z] using credential edgex-jenkins-ssh [2020-10-28T16:13:28.804Z] Cloning the remote Git repository [2020-10-28T16:13:28.286Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:13:28.350Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-10-28T16:13:28.375Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:13:28.375Z] > git --version # timeout=10 [2020-10-28T16:13:28.384Z] > git --version # 'git version 2.16.5' [2020-10-28T16:13:28.384Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T16:13:28.407Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T16:13:30.302Z] 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-10-28T16:13:33.691Z] 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-10-28T16:13:39.102Z] 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-10-28T16:13:40.096Z] Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd [2020-10-28T16:13:40.377Z] Merge succeeded, producing 87abebadf5460d9f4085f3b41151f1e54444e13d [2020-10-28T16:13:40.378Z] Checking out Revision 87abebadf5460d9f4085f3b41151f1e54444e13d (PR-2858) [2020-10-28T16:13:39.573Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T16:13:39.578Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T16:13:39.585Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-28T16:13:39.595Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-28T16:13:39.595Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T16:13:39.598Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T16:13:40.107Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T16:13:40.111Z] > git checkout -f b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd # timeout=10 [2020-10-28T16:13:40.245Z] > git remote # timeout=10 [2020-10-28T16:13:40.249Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T16:13:40.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T16:13:40.256Z] > git merge 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 [2020-10-28T16:13:40.375Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T16:13:40.392Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T16:13:40.400Z] > git checkout -f 87abebadf5460d9f4085f3b41151f1e54444e13d # timeout=10 [2020-10-28T16:13:43.964Z] Commit message: "Merge commit '30fe914c5ad8e4d98bae6ee0071c56635472cae5' into HEAD" [2020-10-28T16:13:43.972Z] First time build. Skipping changelog. [2020-10-28T16:13:43.969Z] > git rev-list --no-walk 4a203e56fe01cbe547969da54102dfdd78bbdb0f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-28T16:13:45.510Z] ++ find /w/workspace/edgex-go/2 [2020-10-28T16:13:45.510Z] ++ grep snapcraft.yaml [2020-10-28T16:13:45.510Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T16:13:45.651Z] provisioning config files... [2020-10-28T16:13:45.661Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/2@tmp/config8191766361460841937tmp [Pipeline] { [Pipeline] sh [2020-10-28T16:13:45.820Z] 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-10-28T16:13:46.028Z] + cp /w/workspace/edgex-go/2@tmp/config8191766361460841937tmp /w/workspace/edgex-go/2/edgex-snap-store-login [Pipeline] sh [2020-10-28T16:13:46.338Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/2:/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-10-28T16:13:46.339Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-28T16:13:46.419Z] 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-10-28T16:13:46.599Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-28T16:13:46.599Z] f08d8e2a3ba1: Pulling fs layer [2020-10-28T16:13:46.599Z] 3baa9cb2483b: Pulling fs layer [2020-10-28T16:13:46.599Z] 94e5ff4c0b15: Pulling fs layer [2020-10-28T16:13:46.599Z] 1860925334f9: Pulling fs layer [2020-10-28T16:13:46.599Z] 2daf38717194: Pulling fs layer [2020-10-28T16:13:46.599Z] 309017e8d7a4: Pulling fs layer [2020-10-28T16:13:46.599Z] f7790dc9fd0f: Pulling fs layer [2020-10-28T16:13:46.599Z] cac0ae9282c2: Pulling fs layer [2020-10-28T16:13:46.599Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-28T16:13:46.599Z] f7790dc9fd0f: Waiting [2020-10-28T16:13:46.599Z] 1860925334f9: Waiting [2020-10-28T16:13:46.599Z] cac0ae9282c2: Waiting [2020-10-28T16:13:46.599Z] 309017e8d7a4: Waiting [2020-10-28T16:13:46.599Z] 1f4cadf9a1ed: Waiting [2020-10-28T16:13:46.599Z] 2daf38717194: Waiting [2020-10-28T16:13:46.599Z] 94e5ff4c0b15: Verifying Checksum [2020-10-28T16:13:46.599Z] 94e5ff4c0b15: Download complete [2020-10-28T16:13:46.599Z] 3baa9cb2483b: Download complete [2020-10-28T16:13:46.599Z] 1860925334f9: Verifying Checksum [2020-10-28T16:13:46.599Z] 1860925334f9: Download complete [2020-10-28T16:13:46.599Z] 309017e8d7a4: Download complete [2020-10-28T16:13:46.860Z] f7790dc9fd0f: Verifying Checksum [2020-10-28T16:13:46.860Z] f7790dc9fd0f: Download complete [2020-10-28T16:13:49.403Z] cac0ae9282c2: Verifying Checksum [2020-10-28T16:13:49.403Z] cac0ae9282c2: Download complete [2020-10-28T16:13:49.403Z] 1f4cadf9a1ed: Verifying Checksum [2020-10-28T16:13:49.403Z] 1f4cadf9a1ed: Download complete [2020-10-28T16:13:49.665Z] f08d8e2a3ba1: Download complete [2020-10-28T16:13:51.052Z] f08d8e2a3ba1: Pull complete [2020-10-28T16:13:51.052Z] 3baa9cb2483b: Pull complete [2020-10-28T16:13:51.052Z] 94e5ff4c0b15: Pull complete [2020-10-28T16:13:51.052Z] 1860925334f9: Pull complete [2020-10-28T16:13:51.821Z] 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-10-28T16:13:54.387Z] 2daf38717194: Verifying Checksum [2020-10-28T16:13:54.387Z] 2daf38717194: Download complete [2020-10-28T16:13:57.238Z] 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-10-28T16:14:00.637Z] 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-10-28T16:14:04.966Z] 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-10-28T16:14:09.269Z] 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-10-28T16:14:12.526Z] 2daf38717194: Pull complete [2020-10-28T16:14:12.526Z] 309017e8d7a4: Pull complete [2020-10-28T16:14:12.526Z] f7790dc9fd0f: Pull complete [2020-10-28T16:14:12.526Z] cac0ae9282c2: Pull complete [2020-10-28T16:14:12.526Z] 1f4cadf9a1ed: Pull complete [2020-10-28T16:14:12.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-28T16:14:12.786Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-28T16:14:12.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [Pipeline] } [2020-10-28T16:14:15.346Z] $ docker stop --time=1 63205d7ee5b2ffed914050bd457a2ee0533ed930f6ac60835c95e7d3a3693733 [2020-10-28T16:14:17.011Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-28T16:14:17.271Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-28T16:14:17.271Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-28T16:14:17.271Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] [2020-10-28T16:14:17.271Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-28T16:14:17.271Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] [2020-10-28T16:14:17.532Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] [2020-10-28T16:14:17.532Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-28T16:14:17.706Z] $ docker rm -f 63205d7ee5b2ffed914050bd457a2ee0533ed930f6ac60835c95e7d3a3693733 [2020-10-28T16:14:17.792Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-28T16:14:17.792Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-10-28T16:14:17.792Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2020-10-28T16:14:18.056Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-28T16:14:18.320Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-28T16:14:18.320Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-28T16:14:18.583Z] Fetched 8169 kB in 2s (5172 kB/s) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:14:19.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T16:14:19.399Z] [2020-10-28T16:14:19.399Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:14:19.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T16:14:19.798Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-28T16:14:19.798Z] 29e5d40040c1: Pulling fs layer [2020-10-28T16:14:19.798Z] 1ce36da41761: Pulling fs layer [2020-10-28T16:14:19.798Z] 25b303627fd3: Pulling fs layer [2020-10-28T16:14:19.972Z] Reading package lists... [2020-10-28T16:14:20.071Z] 29e5d40040c1: Verifying Checksum [2020-10-28T16:14:20.072Z] 29e5d40040c1: Download complete [2020-10-28T16:14:20.671Z] 1ce36da41761: Verifying Checksum [2020-10-28T16:14:20.671Z] 1ce36da41761: Download complete [2020-10-28T16:14:20.671Z] 29e5d40040c1: Pull complete [2020-10-28T16:14:21.361Z] 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-10-28T16:14:21.361Z] - README.md [2020-10-28T16:14:21.361Z] [2020-10-28T16:14:21.361Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-10-28T16:14:22.120Z] 1ce36da41761: Pull complete [2020-10-28T16:14:22.121Z] 25b303627fd3: Verifying Checksum [2020-10-28T16:14:22.121Z] 25b303627fd3: Download complete [2020-10-28T16:14:23.542Z] 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-28T16:14:23.542Z] 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-28T16:14:23.542Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-28T16:14:23.804Z] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-28T16:14:25.162Z] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 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... 54% 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... 73% Reading package lists... 73% 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-10-28T16:14:27.082Z] 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-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-10-28T16:14:28.441Z] 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... 54% 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... 73% Reading package lists... 73% 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-10-28T16:14:28.703Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-10-28T16:14:28.703Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-28T16:14:28.965Z] The following packages were automatically installed and are no longer required: [2020-10-28T16:14:28.965Z] libjq1 libonig4 [2020-10-28T16:14:28.965Z] Use 'sudo apt autoremove' to remove them. [2020-10-28T16:14:28.965Z] Suggested packages: [2020-10-28T16:14:28.965Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-10-28T16:14:28.965Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-10-28T16:14:28.965Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-10-28T16:14:28.965Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-10-28T16:14:28.965Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-10-28T16:14:28.965Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-10-28T16:14:28.965Z] git-mediawiki git-svn lrzip glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc [2020-10-28T16:14:28.965Z] man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-28T16:14:28.965Z] | libterm-readline-perl-perl [2020-10-28T16:14:29.227Z] The following NEW packages will be installed: [2020-10-28T16:14:29.227Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-10-28T16:14:29.227Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-10-28T16:14:29.227Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-10-28T16:14:29.227Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-10-28T16:14:29.227Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-10-28T16:14:29.227Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-10-28T16:14:29.227Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-10-28T16:14:29.227Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-10-28T16:14:29.227Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-10-28T16:14:29.227Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-10-28T16:14:29.227Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-10-28T16:14:29.227Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-10-28T16:14:29.227Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-10-28T16:14:29.227Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-10-28T16:14:29.227Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-10-28T16:14:29.227Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-10-28T16:14:29.227Z] perl perl-modules-5.26 pkg-config unzip zip [2020-10-28T16:14:29.227Z] The following packages will be upgraded: [2020-10-28T16:14:29.227Z] perl-base [2020-10-28T16:14:29.227Z] 1 upgraded, 101 newly installed, 0 to remove and 32 not upgraded. [2020-10-28T16:14:29.227Z] Need to get 81.6 MB of archives. [2020-10-28T16:14:29.227Z] After this operation, 369 MB of additional disk space will be used. [2020-10-28T16:14:29.489Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-10-28T16:14:30.063Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 699 kB/1391 kB 50%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-10-28T16:14:30.063Z] 2% [2 liblocale-gettext-perl 16.6 kB/16.6 kB 100%] 2% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-10-28T16:14:30.326Z] 2% [3 perl-modules-5.26 22.9 kB/2762 kB 1%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-10-28T16:14:30.326Z] 5% [4 libgdbm5 23.0 kB/26.0 kB 88%] 5% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-28T16:14:30.326Z] 5% [5 libgdbm-compat4 6084 B/6084 B 100%] 5% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-10-28T16:14:30.326Z] 5% [6 libperl5.26 32.8 kB/3534 kB 1%] 9% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-10-28T16:14:30.326Z] 9% [7 perl 60.8 kB/201 kB 30%] 9% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-28T16:14:30.326Z] 9% [8 less 55.6 kB/112 kB 50%] 9% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-10-28T16:14:30.326Z] 9% [9 netbase 9390 B/12.7 kB 74%] 10% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-10-28T16:14:30.587Z] 10% [10 manpages 61.9 kB/1234 kB 5%] 11% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-10-28T16:14:30.587Z] 11% [11 binutils-common 65.5 kB/196 kB 33%] 11% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-10-28T16:14:30.587Z] 11% [12 libbinutils 7549 B/488 kB 2%] 12% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-10-28T16:14:30.587Z] 12% [13 binutils-x86-64-linux-gnu 43.9 kB/1839 kB 2%] 14% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-10-28T16:14:30.587Z] 14% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-10-28T16:14:30.587Z] 14% [15 libc-dev-bin 35.7 kB/71.8 kB 50%] 15% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] [2020-10-28T16:14:30.587Z] 15% [16 linux-libc-dev 29.2 kB/998 kB 3%] 16% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-10-28T16:14:30.848Z] 16% [17 libc6-dev 14.3 kB/2585 kB 1%] 19% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-10-28T16:14:30.848Z] 19% [18 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-10-28T16:14:30.848Z] 19% [19 libisl19 32.1 kB/551 kB 6%] 19% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-10-28T16:14:30.848Z] 20% [20 libmpfr6 65.5 kB/243 kB 27%] 20% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-10-28T16:14:30.848Z] 20% [21 libmpc3 23.9 kB/40.8 kB 59%] 20% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-10-28T16:14:31.426Z] 20% [22 cpp-7 48.4 kB/8591 kB 1%] 29% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-10-28T16:14:31.426Z] 29% [23 cpp 22.1 kB/27.7 kB 80%] 29% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-10-28T16:14:31.426Z] 29% [24 libcc1-0 14.3 kB/39.4 kB 36%] 29% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-10-28T16:14:31.426Z] 29% [25 libgomp1 40.2 kB/76.5 kB 53%] 29% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-10-28T16:14:31.426Z] 30% [26 libitm1 27.9 kB/27.9 kB 100%] 30% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-10-28T16:14:31.426Z] 30% [27 libatomic1 9192 B/9192 B 100%] 30% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-10-28T16:14:31.426Z] 30% [28 libasan4 41.0 kB/358 kB 11%] 30% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-10-28T16:14:31.426Z] 30% [29 liblsan0 20.5 kB/133 kB 15%] 31% [Working] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-10-28T16:14:31.426Z] 31% [30 libtsan0 0 B/288 kB 0%] 31% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-10-28T16:14:31.426Z] 31% [31 libubsan0 0 B/126 kB 0%] 32% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-10-28T16:14:31.426Z] 32% [32 libcilkrts5 0 B/42.5 kB 0%] 32% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-10-28T16:14:31.426Z] 32% [33 libmpx2 11.6 kB/11.6 kB 100%] 32% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-10-28T16:14:31.426Z] 32% [34 libquadmath0 13.2 kB/134 kB 10%] 32% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-10-28T16:14:31.426Z] 32% [35 libgcc-7-dev 10.1 kB/2378 kB 0%] 35% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-10-28T16:14:32.000Z] 35% [36 gcc-7 22.0 kB/9381 kB 0%] 44% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-10-28T16:14:32.000Z] 44% [37 gcc 5184 B/5184 B 100%] 44% [Working] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-10-28T16:14:32.000Z] 44% [38 libstdc++-7-dev 0 B/1471 kB 0%] 46% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-10-28T16:14:32.262Z] 46% [39 g++-7 0 B/9697 kB 0%] 56% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-10-28T16:14:32.262Z] 56% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-28T16:14:32.262Z] 56% [41 make 11.4 kB/154 kB 7%] 56% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-10-28T16:14:32.262Z] 56% [42 libdpkg-perl 45.1 kB/211 kB 21%] 57% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-10-28T16:14:32.262Z] 57% [43 patch 0 B/102 kB 0%] 57% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-10-28T16:14:32.262Z] 57% [44 dpkg-dev 2369 B/607 kB 0%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-10-28T16:14:32.262Z] 58% [45 build-essential 4758 B/4758 B 100%] 58% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-10-28T16:14:32.262Z] 58% [46 cmake-data 45.5 kB/1332 kB 3%] 60% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-10-28T16:14:32.262Z] 60% [47 libarchive13 24.4 kB/288 kB 8%] 60% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-10-28T16:14:32.262Z] 60% [48 libjsoncpp1 64.2 kB/73.6 kB 87%] 60% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-10-28T16:14:32.262Z] 60% [49 librhash0 55.9 kB/78.1 kB 72%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-10-28T16:14:32.262Z] 61% [50 libuv1 43.1 kB/64.4 kB 67%] 61% [Working] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-10-28T16:14:32.272Z] 25b303627fd3: Pull complete [2020-10-28T16:14:32.272Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-28T16:14:32.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T16:14:32.272Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-28T16:14:32.523Z] 61% [51 cmake 16.5 kB/3152 kB 1%] 64% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-10-28T16:14:32.523Z] 64% [52 curl 18.4 kB/159 kB 12%] 64% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-10-28T16:14:32.523Z] 65% [53 libfakeroot 9517 B/25.9 kB 37%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-10-28T16:14:32.523Z] 65% [54 fakeroot 26.4 kB/62.3 kB 42%] 65% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] [2020-10-28T16:14:32.523Z] 65% [55 libc6-i386 19.2 kB/2650 kB 1%] 68% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] [2020-10-28T16:14:32.523Z] 68% [56 libc6-dev-i386 22.7 kB/1817 kB 1%] 70% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] [2020-10-28T16:14:32.552Z] prd-ubuntu18.04-docker-arm64-4c-16g-9509 does not seem to be running inside a container [2020-10-28T16:14:32.636Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-28T16:14:32.790Z] 70% [57 libc6-x32 40.1 kB/2847 kB 1%] 73% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] [2020-10-28T16:14:32.790Z] 73% [58 libc6-dev-x32 10.9 kB/2018 kB 1%] 75% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-10-28T16:14:32.790Z] 75% [59 lib32gcc1 24.0 kB/48.1 kB 50%] 75% [Working] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-10-28T16:14:32.790Z] 75% [60 libx32gcc1 20.5 kB/40.5 kB 51%] 75% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-10-28T16:14:32.790Z] 75% [61 lib32gomp1 12.3 kB/83.7 kB 15%] 76% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-10-28T16:14:32.790Z] 76% [62 libx32gomp1 16.4 kB/77.8 kB 21%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-10-28T16:14:32.790Z] 76% [63 lib32itm1 16.4 kB/30.0 kB 55%] 76% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-10-28T16:14:32.790Z] 76% [64 libx32itm1 4608 B/28.1 kB 16%] 76% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-10-28T16:14:32.790Z] 76% [65 lib32atomic1 4096 B/8664 B 47%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-10-28T16:14:32.790Z] 77% [66 libx32atomic1 4096 B/9188 B 45%] 77% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-10-28T16:14:33.051Z] 77% [67 lib32asan4 4096 B/362 kB 1%] 77% [Waiting for headers] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-10-28T16:14:33.051Z] 77% [68 libx32asan4 54.8 kB/351 kB 16%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-10-28T16:14:33.051Z] 78% [69 lib32stdc++6 30.8 kB/415 kB 7%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-10-28T16:14:33.051Z] 79% [70 lib32ubsan0 8688 B/140 kB 6%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-10-28T16:14:33.051Z] 79% [71 libx32stdc++6 62.7 kB/387 kB 16%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-10-28T16:14:33.051Z] 79% [72 libx32ubsan0 12.3 kB/127 kB 10%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-10-28T16:14:33.051Z] 80% [73 lib32cilkrts5 8953 B/47.2 kB 19%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-10-28T16:14:33.051Z] 80% [74 libx32cilkrts5 24.6 kB/43.0 kB 57%] 80% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-10-28T16:14:33.051Z] 80% [75 lib32mpx2 12.9 kB/12.9 kB 100%] 80% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-10-28T16:14:33.051Z] 80% [76 lib32quadmath0 24.6 kB/208 kB 12%] 81% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-10-28T16:14:33.051Z] 81% [77 libx32quadmath0 108 kB/135 kB 80%] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-10-28T16:14:33.319Z] 81% [78 lib32gcc-7-dev 28.9 kB/2211 kB 1%] 84% [Working] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-10-28T16:14:33.319Z] 84% [79 libx32gcc-7-dev 23.0 kB/1999 kB 1%] 86% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-10-28T16:14:33.319Z] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-10-28T16:14:33.319Z] 86% [81 lib32stdc++-7-dev 28.7 kB/626 kB 5%] 87% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-10-28T16:14:33.319Z] 87% [82 libx32stdc++-7-dev 15.7 kB/582 kB 3%] 87% [Working] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-10-28T16:14:33.319Z] 88% [Working] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-10-28T16:14:33.319Z] 88% [84 gcc-multilib 1428 B/1428 B 100%] 88% [Working] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-10-28T16:14:33.319Z] 88% [85 g++-multilib 0 B/1020 B 0%] 88% [Working] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-10-28T16:14:33.319Z] 88% [86 libcurl3-gnutls 0 B/213 kB 0%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-28T16:14:33.319Z] 88% [87 liberror-perl 18.7 kB/22.8 kB 82%] 89% [Working] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-28T16:14:33.319Z] 89% [88 git-man 3581 B/804 kB 0%] 90% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-10-28T16:14:33.586Z] 90% [89 git 20.2 kB/3915 kB 1%] 94% [Working] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-10-28T16:14:33.586Z] 94% [90 libalgorithm-diff-perl 23.2 kB/47.6 kB 49%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-10-28T16:14:33.586Z] 94% [91 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-10-28T16:14:33.586Z] 94% [92 libalgorithm-merge-perl 8911 B/12.0 kB 74%] 94% [Waiting for headers] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-10-28T16:14:33.586Z] 94% [93 libfile-fcntllock-perl 21.1 kB/33.2 kB 64%] 95% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-10-28T16:14:33.586Z] 95% [94 libnorm1 12.3 kB/224 kB 5%] 95% [Working] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-10-28T16:14:33.586Z] 95% [95 libpgm-5.2-0 4096 B/157 kB 3%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-10-28T16:14:33.586Z] 95% [96 libsodium23 12.3 kB/143 kB 9%] 96% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-10-28T16:14:33.586Z] 96% [97 libzmq5 20.3 kB/221 kB 9%] 96% [Working] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-10-28T16:14:33.586Z] 96% [98 libzmq3-dev 24.6 kB/400 kB 6%] 97% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-10-28T16:14:33.847Z] 97% [99 manpages-dev 54.1 kB/2217 kB 2%] 99% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-10-28T16:14:33.847Z] 99% [100 pkg-config 45.0 kB/45.0 kB 100%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-10-28T16:14:34.108Z] 99% [101 unzip 20.0 kB/167 kB 12%] 100% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-10-28T16:14:34.369Z] 100% [102 zip 12.6 kB/167 kB 8%] 100% [Working] Fetched 81.6 MB in 5s (15.8 MB/s) [2020-10-28T16:14:34.629Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-28T16:14:34.892Z] (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-10-28T16:14:34.892Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-28T16:14:34.892Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-10-28T16:14:36.102Z] $ docker top c3271ea0987d538c98e4e87df9cbaec42deb980d159566d7e51e62f8ba61d5e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T16:14:37.538Z] + docker-compose build --help [2020-10-28T16:14:37.538Z] + grep parallel [2020-10-28T16:14:40.916Z] --parallel Build images in parallel. [Pipeline] } [2020-10-28T16:14:41.211Z] $ docker stop --time=1 c3271ea0987d538c98e4e87df9cbaec42deb980d159566d7e51e62f8ba61d5e2 [2020-10-28T16:14:43.166Z] $ docker rm -f c3271ea0987d538c98e4e87df9cbaec42deb980d159566d7e51e62f8ba61d5e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:14:44.045Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-28T16:14:44.045Z] . [Pipeline] withDockerContainer [2020-10-28T16:14:44.322Z] prd-ubuntu18.04-docker-arm64-4c-16g-9509 does not seem to be running inside a container [2020-10-28T16:14:44.405Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-28T16:14:45.871Z] $ docker top d0e2b6f3ce0c6e49db0905166cf77ec97f2b05ca39c33dc284f6f7c85a94f03f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T16:14:46.915Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-28T16:14:49.810Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-10-28T16:14:49.810Z] Selecting previously unselected package liblocale-gettext-perl. [2020-10-28T16:14:49.810Z] (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-10-28T16:14:49.810Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-10-28T16:14:49.810Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-10-28T16:14:49.810Z] Selecting previously unselected package perl-modules-5.26. [2020-10-28T16:14:49.810Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-10-28T16:14:49.810Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-28T16:14:50.076Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-28T16:14:50.076Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-28T16:14:50.076Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-28T16:14:50.076Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-28T16:14:50.076Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-28T16:14:50.076Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-28T16:14:50.350Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-28T16:14:50.350Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-28T16:14:50.350Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-28T16:14:50.939Z] Selecting previously unselected package perl. [2020-10-28T16:14:50.939Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-28T16:14:50.939Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-10-28T16:14:50.939Z] Selecting previously unselected package less. [2020-10-28T16:14:50.939Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-10-28T16:14:50.939Z] Unpacking less (487-0.1) ... [2020-10-28T16:14:50.939Z] Selecting previously unselected package netbase. [2020-10-28T16:14:50.939Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-10-28T16:14:50.939Z] Unpacking netbase (5.4) ... [2020-10-28T16:14:51.205Z] Selecting previously unselected package manpages. [2020-10-28T16:14:51.205Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-10-28T16:14:51.205Z] Unpacking manpages (4.15-1) ... [2020-10-28T16:14:51.205Z] Selecting previously unselected package binutils-common:amd64. [2020-10-28T16:14:51.205Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-28T16:14:51.205Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-28T16:14:51.288Z] Building docker-core-command-go ... [2020-10-28T16:14:51.288Z] Building docker-core-data-go ... [2020-10-28T16:14:51.288Z] Building docker-core-metadata-go ... [2020-10-28T16:14:51.288Z] Building docker-security-proxy-setup-go ... [2020-10-28T16:14:51.288Z] Building docker-security-secrets-setup-go ... [2020-10-28T16:14:51.288Z] Building docker-security-secretstore-setup-go ... [2020-10-28T16:14:51.288Z] Building docker-support-logging-go ... [2020-10-28T16:14:51.288Z] Building docker-support-notifications-go ... [2020-10-28T16:14:51.288Z] Building docker-support-scheduler-go ... [2020-10-28T16:14:51.288Z] Building docker-sys-mgmt-agent-go ... [2020-10-28T16:14:51.288Z] Building docker-sys-mgmt-agent-go [2020-10-28T16:14:51.288Z] Building docker-support-logging-go [2020-10-28T16:14:51.288Z] Building docker-security-secrets-setup-go [2020-10-28T16:14:51.288Z] Building docker-core-command-go [2020-10-28T16:14:51.288Z] Building docker-core-data-go [2020-10-28T16:14:51.466Z] Selecting previously unselected package libbinutils:amd64. [2020-10-28T16:14:51.466Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-28T16:14:51.466Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-28T16:14:51.466Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-10-28T16:14:51.466Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-28T16:14:51.466Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-28T16:14:51.729Z] Selecting previously unselected package binutils. [2020-10-28T16:14:51.729Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-28T16:14:51.729Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-28T16:14:51.992Z] Selecting previously unselected package libc-dev-bin. [2020-10-28T16:14:51.992Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T16:14:51.992Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-28T16:14:51.992Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-10-28T16:14:51.992Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-10-28T16:14:51.992Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-28T16:14:52.255Z] Selecting previously unselected package libc6-dev:amd64. [2020-10-28T16:14:52.255Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T16:14:52.255Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-28T16:14:52.828Z] Selecting previously unselected package gcc-7-base:amd64. [2020-10-28T16:14:52.828Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:52.828Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:14:52.828Z] Selecting previously unselected package libisl19:amd64. [2020-10-28T16:14:52.828Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-10-28T16:14:52.828Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-10-28T16:14:53.089Z] Selecting previously unselected package libmpfr6:amd64. [2020-10-28T16:14:53.089Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-10-28T16:14:53.089Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-10-28T16:14:53.089Z] Selecting previously unselected package libmpc3:amd64. [2020-10-28T16:14:53.089Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-10-28T16:14:53.089Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-10-28T16:14:53.089Z] Selecting previously unselected package cpp-7. [2020-10-28T16:14:53.089Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:53.089Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:14:54.039Z] Selecting previously unselected package cpp. [2020-10-28T16:14:54.039Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-28T16:14:54.039Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-28T16:14:54.302Z] Selecting previously unselected package libcc1-0:amd64. [2020-10-28T16:14:54.302Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:54.564Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:14:54.827Z] Selecting previously unselected package libgomp1:amd64. [2020-10-28T16:14:54.827Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:54.827Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:14:55.091Z] Selecting previously unselected package libitm1:amd64. [2020-10-28T16:14:55.091Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:55.091Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:14:55.354Z] Selecting previously unselected package libatomic1:amd64. [2020-10-28T16:14:55.354Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:55.354Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:14:55.925Z] Selecting previously unselected package libasan4:amd64. [2020-10-28T16:14:55.925Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:55.925Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:14:56.186Z] Selecting previously unselected package liblsan0:amd64. [2020-10-28T16:14:56.186Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:56.447Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:14:56.708Z] Selecting previously unselected package libtsan0:amd64. [2020-10-28T16:14:56.708Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:56.970Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:14:57.232Z] Selecting previously unselected package libubsan0:amd64. [2020-10-28T16:14:57.232Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:57.232Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:14:57.806Z] Selecting previously unselected package libcilkrts5:amd64. [2020-10-28T16:14:57.806Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:57.806Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:14:57.806Z] Selecting previously unselected package libmpx2:amd64. [2020-10-28T16:14:57.806Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:57.806Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:14:57.806Z] Selecting previously unselected package libquadmath0:amd64. [2020-10-28T16:14:57.806Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:57.806Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:14:57.806Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-10-28T16:14:57.806Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:57.806Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:14:58.378Z] Selecting previously unselected package gcc-7. [2020-10-28T16:14:58.378Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:58.378Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:14:59.321Z] Selecting previously unselected package gcc. [2020-10-28T16:14:59.321Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-28T16:14:59.321Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-28T16:14:59.321Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-10-28T16:14:59.321Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:14:59.321Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:00.704Z] Selecting previously unselected package g++-7. [2020-10-28T16:15:00.704Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:00.704Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:02.089Z] Selecting previously unselected package g++. [2020-10-28T16:15:02.089Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-28T16:15:02.089Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-28T16:15:02.350Z] Selecting previously unselected package make. [2020-10-28T16:15:02.350Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-28T16:15:02.350Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-28T16:15:02.616Z] Selecting previously unselected package libdpkg-perl. [2020-10-28T16:15:02.616Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-10-28T16:15:02.616Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-28T16:15:02.877Z] Selecting previously unselected package patch. [2020-10-28T16:15:02.877Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-28T16:15:02.877Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-28T16:15:02.877Z] Selecting previously unselected package dpkg-dev. [2020-10-28T16:15:02.877Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-10-28T16:15:02.877Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-28T16:15:02.877Z] Selecting previously unselected package build-essential. [2020-10-28T16:15:02.877Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-10-28T16:15:03.139Z] Unpacking build-essential (12.4ubuntu1) ... [2020-10-28T16:15:03.139Z] Selecting previously unselected package cmake-data. [2020-10-28T16:15:03.139Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-10-28T16:15:03.139Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-28T16:15:04.082Z] Selecting previously unselected package libarchive13:amd64. [2020-10-28T16:15:04.082Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-10-28T16:15:04.082Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-28T16:15:04.342Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-10-28T16:15:04.342Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-10-28T16:15:04.342Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-28T16:15:04.342Z] Selecting previously unselected package librhash0:amd64. [2020-10-28T16:15:04.342Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-10-28T16:15:04.342Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-10-28T16:15:04.342Z] Selecting previously unselected package libuv1:amd64. [2020-10-28T16:15:04.342Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-10-28T16:15:04.342Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-10-28T16:15:04.342Z] Selecting previously unselected package cmake. [2020-10-28T16:15:04.342Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-10-28T16:15:04.342Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-28T16:15:04.913Z] Selecting previously unselected package curl. [2020-10-28T16:15:04.913Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-28T16:15:04.913Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-28T16:15:04.913Z] Selecting previously unselected package libfakeroot:amd64. [2020-10-28T16:15:04.913Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-28T16:15:04.913Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-28T16:15:04.913Z] Selecting previously unselected package fakeroot. [2020-10-28T16:15:04.913Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-28T16:15:04.913Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-10-28T16:15:05.174Z] Selecting previously unselected package libc6-i386. [2020-10-28T16:15:05.174Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T16:15:05.174Z] Unpacking libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-28T16:15:05.434Z] Selecting previously unselected package libc6-dev-i386. [2020-10-28T16:15:05.434Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T16:15:05.434Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-28T16:15:05.695Z] Selecting previously unselected package libc6-x32. [2020-10-28T16:15:05.695Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T16:15:05.695Z] Unpacking libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-28T16:15:06.267Z] Selecting previously unselected package libc6-dev-x32. [2020-10-28T16:15:06.267Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-28T16:15:06.267Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-28T16:15:06.547Z] Selecting previously unselected package lib32gcc1. [2020-10-28T16:15:06.547Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:06.547Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:06.547Z] Selecting previously unselected package libx32gcc1. [2020-10-28T16:15:06.547Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:06.547Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:06.807Z] Selecting previously unselected package lib32gomp1. [2020-10-28T16:15:06.807Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:06.807Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:06.807Z] Selecting previously unselected package libx32gomp1. [2020-10-28T16:15:06.807Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:06.807Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:06.807Z] Selecting previously unselected package lib32itm1. [2020-10-28T16:15:06.807Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:06.807Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:07.067Z] Selecting previously unselected package libx32itm1. [2020-10-28T16:15:07.067Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.067Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:07.067Z] Selecting previously unselected package lib32atomic1. [2020-10-28T16:15:07.067Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.067Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:07.067Z] Selecting previously unselected package libx32atomic1. [2020-10-28T16:15:07.067Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.067Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:07.328Z] Selecting previously unselected package lib32asan4. [2020-10-28T16:15:07.328Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.328Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:07.328Z] Selecting previously unselected package libx32asan4. [2020-10-28T16:15:07.328Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.328Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:07.328Z] Selecting previously unselected package lib32stdc++6. [2020-10-28T16:15:07.328Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.592Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:07.592Z] Selecting previously unselected package lib32ubsan0. [2020-10-28T16:15:07.592Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.592Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:07.592Z] Selecting previously unselected package libx32stdc++6. [2020-10-28T16:15:07.592Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.592Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:07.853Z] Selecting previously unselected package libx32ubsan0. [2020-10-28T16:15:07.853Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.853Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:07.853Z] Selecting previously unselected package lib32cilkrts5. [2020-10-28T16:15:07.853Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.853Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:07.853Z] Selecting previously unselected package libx32cilkrts5. [2020-10-28T16:15:07.853Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:07.853Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:08.128Z] Selecting previously unselected package lib32mpx2. [2020-10-28T16:15:08.128Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:08.128Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:08.128Z] Selecting previously unselected package lib32quadmath0. [2020-10-28T16:15:08.128Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:08.128Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:08.128Z] Selecting previously unselected package libx32quadmath0. [2020-10-28T16:15:08.128Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:08.128Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:08.389Z] Selecting previously unselected package lib32gcc-7-dev. [2020-10-28T16:15:08.389Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:08.389Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:08.650Z] Selecting previously unselected package libx32gcc-7-dev. [2020-10-28T16:15:08.650Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:08.650Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:08.650Z] Selecting previously unselected package gcc-7-multilib. [2020-10-28T16:15:08.650Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:08.650Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:08.911Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-10-28T16:15:08.911Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:08.911Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:08.911Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-10-28T16:15:08.911Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:08.911Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:09.172Z] Selecting previously unselected package g++-7-multilib. [2020-10-28T16:15:09.172Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-28T16:15:09.172Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:09.172Z] Selecting previously unselected package gcc-multilib. [2020-10-28T16:15:09.172Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-28T16:15:09.172Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-28T16:15:09.433Z] Selecting previously unselected package g++-multilib. [2020-10-28T16:15:09.433Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-28T16:15:09.433Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-28T16:15:09.433Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-28T16:15:09.433Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-28T16:15:09.433Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-28T16:15:09.433Z] Selecting previously unselected package liberror-perl. [2020-10-28T16:15:09.433Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-10-28T16:15:09.433Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-28T16:15:09.694Z] Selecting previously unselected package git-man. [2020-10-28T16:15:09.694Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-28T16:15:09.694Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-28T16:15:09.694Z] Selecting previously unselected package git. [2020-10-28T16:15:09.694Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-28T16:15:09.694Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-28T16:15:10.635Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-10-28T16:15:10.635Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-10-28T16:15:10.635Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-10-28T16:15:10.896Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-10-28T16:15:10.896Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-10-28T16:15:11.157Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-28T16:15:11.417Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-10-28T16:15:11.417Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-10-28T16:15:11.417Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-10-28T16:15:11.677Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-10-28T16:15:11.677Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-10-28T16:15:11.936Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-10-28T16:15:12.196Z] Selecting previously unselected package libnorm1:amd64. [2020-10-28T16:15:12.196Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-10-28T16:15:12.196Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-28T16:15:12.765Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-10-28T16:15:12.765Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-10-28T16:15:12.765Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-28T16:15:13.025Z] Selecting previously unselected package libsodium23:amd64. [2020-10-28T16:15:13.025Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-10-28T16:15:13.025Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-10-28T16:15:13.025Z] Selecting previously unselected package libzmq5:amd64. [2020-10-28T16:15:13.025Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-28T16:15:13.285Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-28T16:15:13.285Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-10-28T16:15:13.285Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-28T16:15:13.285Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-28T16:15:13.285Z] Selecting previously unselected package manpages-dev. [2020-10-28T16:15:13.285Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-10-28T16:15:13.285Z] Unpacking manpages-dev (4.15-1) ... [2020-10-28T16:15:14.225Z] Selecting previously unselected package pkg-config. [2020-10-28T16:15:14.225Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-10-28T16:15:14.225Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-10-28T16:15:14.486Z] Selecting previously unselected package unzip. [2020-10-28T16:15:14.486Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-10-28T16:15:14.486Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-10-28T16:15:15.058Z] Selecting previously unselected package zip. [2020-10-28T16:15:15.058Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-10-28T16:15:15.058Z] Unpacking zip (3.0-11build1) ... [2020-10-28T16:15:15.319Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:15.581Z] Setting up libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-28T16:15:15.842Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:16.103Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-28T16:15:16.365Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:16.627Z] Setting up manpages (4.15-1) ... [2020-10-28T16:15:16.887Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-28T16:15:16.887Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:17.148Z] Setting up less (487-0.1) ... [2020-10-28T16:15:17.148Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-28T16:15:17.148Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:17.148Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-28T16:15:17.148Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-28T16:15:17.148Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-10-28T16:15:17.410Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-28T16:15:17.410Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:17.410Z] Setting up unzip (6.0-21ubuntu1) ... [2020-10-28T16:15:17.410Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-28T16:15:17.671Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-10-28T16:15:17.932Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-28T16:15:18.194Z] Setting up libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-28T16:15:18.454Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-28T16:15:18.715Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-28T16:15:18.715Z] Setting up zip (3.0-11build1) ... [2020-10-28T16:15:18.975Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:19.235Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:19.235Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:19.499Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-10-28T16:15:19.499Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:19.499Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-28T16:15:19.759Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:20.019Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:20.279Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-28T16:15:20.540Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-10-28T16:15:20.540Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:20.800Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-28T16:15:21.060Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-28T16:15:21.060Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:21.320Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-10-28T16:15:21.320Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-10-28T16:15:21.580Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-28T16:15:21.580Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-28T16:15:21.841Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:21.841Z] Setting up manpages-dev (4.15-1) ... [2020-10-28T16:15:22.102Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-28T16:15:22.103Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:22.364Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:22.364Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:22.625Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:22.886Z] Setting up netbase (5.4) ... [2020-10-28T16:15:23.146Z] Setting up libisl19:amd64 (0.19-1) ... [2020-10-28T16:15:23.407Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-28T16:15:23.407Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.667Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-28T16:15:23.667Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.667Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.667Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-28T16:15:23.667Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:23.667Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.667Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.667Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.667Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.667Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:23.667Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-28T16:15:23.927Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-10-28T16:15:23.927Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-10-28T16:15:23.927Z] 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-10-28T16:15:23.927Z] 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-10-28T16:15:23.927Z] 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-10-28T16:15:23.927Z] 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-10-28T16:15:23.927Z] 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-10-28T16:15:23.927Z] 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-10-28T16:15:23.927Z] 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-10-28T16:15:23.927Z] 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-10-28T16:15:23.927Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.927Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.927Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.927Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-28T16:15:23.927Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-28T16:15:23.927Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.927Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-28T16:15:23.927Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:23.927Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-28T16:15:23.927Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-28T16:15:23.927Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-28T16:15:24.188Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-28T16:15:24.188Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:24.188Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-10-28T16:15:24.188Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-10-28T16:15:24.188Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-10-28T16:15:24.188Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:24.188Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-28T16:15:24.188Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:24.188Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:24.188Z] Setting up liberror-perl (0.17025-1) ... [2020-10-28T16:15:24.449Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:24.449Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-28T16:15:24.449Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:24.449Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-28T16:15:24.449Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:24.449Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-28T16:15:24.449Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-10-28T16:15:24.449Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-28T16:15:24.449Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-28T16:15:24.449Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-28T16:15:24.710Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-10-28T16:15:24.710Z] 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-10-28T16:15:24.710Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-28T16:15:24.710Z] Setting up build-essential (12.4ubuntu1) ... [2020-10-28T16:15:24.710Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-28T16:15:24.710Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-10-28T16:15:24.710Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-28T16:15:24.710Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-28T16:15:24.710Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-28T16:15:26.628Z] binutils set to automatically installed. [2020-10-28T16:15:26.628Z] binutils-common set to automatically installed. [2020-10-28T16:15:26.628Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-10-28T16:15:26.628Z] build-essential set to automatically installed. [2020-10-28T16:15:26.628Z] cmake set to automatically installed. [2020-10-28T16:15:26.628Z] cmake-data set to automatically installed. [2020-10-28T16:15:26.628Z] cpp set to automatically installed. [2020-10-28T16:15:26.628Z] cpp-7 set to automatically installed. [2020-10-28T16:15:26.628Z] curl set to automatically installed. [2020-10-28T16:15:26.628Z] dpkg-dev set to automatically installed. [2020-10-28T16:15:26.628Z] fakeroot set to automatically installed. [2020-10-28T16:15:26.628Z] g++ set to automatically installed. [2020-10-28T16:15:26.628Z] g++-7 set to automatically installed. [2020-10-28T16:15:26.628Z] g++-7-multilib set to automatically installed. [2020-10-28T16:15:26.628Z] g++-multilib set to automatically installed. [2020-10-28T16:15:26.628Z] gcc set to automatically installed. [2020-10-28T16:15:26.628Z] gcc-7 set to automatically installed. [2020-10-28T16:15:26.628Z] gcc-7-base set to automatically installed. [2020-10-28T16:15:26.628Z] gcc-7-multilib set to automatically installed. [2020-10-28T16:15:26.628Z] gcc-multilib set to automatically installed. [2020-10-28T16:15:26.628Z] git set to automatically installed. [2020-10-28T16:15:26.628Z] git-man set to automatically installed. [2020-10-28T16:15:26.628Z] less set to automatically installed. [2020-10-28T16:15:26.628Z] lib32asan4 set to automatically installed. [2020-10-28T16:15:26.628Z] lib32atomic1 set to automatically installed. [2020-10-28T16:15:26.628Z] lib32cilkrts5 set to automatically installed. [2020-10-28T16:15:26.628Z] lib32gcc-7-dev set to automatically installed. [2020-10-28T16:15:26.628Z] lib32gcc1 set to automatically installed. [2020-10-28T16:15:26.628Z] lib32gomp1 set to automatically installed. [2020-10-28T16:15:26.628Z] lib32itm1 set to automatically installed. [2020-10-28T16:15:26.628Z] lib32mpx2 set to automatically installed. [2020-10-28T16:15:26.628Z] lib32quadmath0 set to automatically installed. [2020-10-28T16:15:26.628Z] lib32stdc++-7-dev set to automatically installed. [2020-10-28T16:15:26.628Z] lib32stdc++6 set to automatically installed. [2020-10-28T16:15:26.628Z] lib32ubsan0 set to automatically installed. [2020-10-28T16:15:26.628Z] libalgorithm-diff-perl set to automatically installed. [2020-10-28T16:15:26.628Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-10-28T16:15:26.628Z] libalgorithm-merge-perl set to automatically installed. [2020-10-28T16:15:26.628Z] libarchive13 set to automatically installed. [2020-10-28T16:15:26.889Z] libasan4 set to automatically installed. [2020-10-28T16:15:26.889Z] libatomic1 set to automatically installed. [2020-10-28T16:15:26.889Z] libbinutils set to automatically installed. [2020-10-28T16:15:26.889Z] libc-dev-bin set to automatically installed. [2020-10-28T16:15:26.889Z] libc6-dev set to automatically installed. [2020-10-28T16:15:26.889Z] libc6-dev-i386 set to automatically installed. [2020-10-28T16:15:26.889Z] libc6-dev-x32 set to automatically installed. [2020-10-28T16:15:26.889Z] libc6-i386 set to automatically installed. [2020-10-28T16:15:26.889Z] libc6-x32 set to automatically installed. [2020-10-28T16:15:26.889Z] libcc1-0 set to automatically installed. [2020-10-28T16:15:26.889Z] libcilkrts5 set to automatically installed. [2020-10-28T16:15:26.889Z] libcurl3-gnutls set to automatically installed. [2020-10-28T16:15:26.889Z] libdpkg-perl set to automatically installed. [2020-10-28T16:15:26.889Z] liberror-perl set to automatically installed. [2020-10-28T16:15:26.889Z] libfakeroot set to automatically installed. [2020-10-28T16:15:26.889Z] libfile-fcntllock-perl set to automatically installed. [2020-10-28T16:15:26.889Z] libgcc-7-dev set to automatically installed. [2020-10-28T16:15:26.889Z] libgdbm-compat4 set to automatically installed. [2020-10-28T16:15:26.889Z] libgdbm5 set to automatically installed. [2020-10-28T16:15:26.889Z] libgomp1 set to automatically installed. [2020-10-28T16:15:26.889Z] libisl19 set to automatically installed. [2020-10-28T16:15:26.889Z] libitm1 set to automatically installed. [2020-10-28T16:15:26.889Z] libjsoncpp1 set to automatically installed. [2020-10-28T16:15:26.889Z] liblocale-gettext-perl set to automatically installed. [2020-10-28T16:15:26.889Z] liblsan0 set to automatically installed. [2020-10-28T16:15:26.889Z] libmpc3 set to automatically installed. [2020-10-28T16:15:26.889Z] libmpfr6 set to automatically installed. [2020-10-28T16:15:26.889Z] libmpx2 set to automatically installed. [2020-10-28T16:15:26.889Z] libnorm1 set to automatically installed. [2020-10-28T16:15:26.889Z] libperl5.26 set to automatically installed. [2020-10-28T16:15:26.889Z] libpgm-5.2-0 set to automatically installed. [2020-10-28T16:15:26.889Z] libquadmath0 set to automatically installed. [2020-10-28T16:15:26.889Z] librhash0 set to automatically installed. [2020-10-28T16:15:26.889Z] libsodium23 set to automatically installed. [2020-10-28T16:15:26.889Z] libstdc++-7-dev set to automatically installed. [2020-10-28T16:15:26.889Z] libtsan0 set to automatically installed. [2020-10-28T16:15:26.889Z] libubsan0 set to automatically installed. [2020-10-28T16:15:26.889Z] libuv1 set to automatically installed. [2020-10-28T16:15:26.889Z] libx32asan4 set to automatically installed. [2020-10-28T16:15:26.889Z] libx32atomic1 set to automatically installed. [2020-10-28T16:15:27.150Z] libx32cilkrts5 set to automatically installed. [2020-10-28T16:15:27.150Z] libx32gcc-7-dev set to automatically installed. [2020-10-28T16:15:27.150Z] libx32gcc1 set to automatically installed. [2020-10-28T16:15:27.150Z] libx32gomp1 set to automatically installed. [2020-10-28T16:15:27.150Z] libx32itm1 set to automatically installed. [2020-10-28T16:15:27.150Z] libx32quadmath0 set to automatically installed. [2020-10-28T16:15:27.150Z] libx32stdc++-7-dev set to automatically installed. [2020-10-28T16:15:27.150Z] libx32stdc++6 set to automatically installed. [2020-10-28T16:15:27.150Z] libx32ubsan0 set to automatically installed. [2020-10-28T16:15:27.150Z] libzmq3-dev set to automatically installed. [2020-10-28T16:15:27.150Z] libzmq5 set to automatically installed. [2020-10-28T16:15:27.150Z] linux-libc-dev set to automatically installed. [2020-10-28T16:15:27.150Z] make set to automatically installed. [2020-10-28T16:15:27.150Z] manpages set to automatically installed. [2020-10-28T16:15:27.150Z] manpages-dev set to automatically installed. [2020-10-28T16:15:27.150Z] netbase set to automatically installed. [2020-10-28T16:15:27.150Z] patch set to automatically installed. [2020-10-28T16:15:27.150Z] perl set to automatically installed. [2020-10-28T16:15:27.150Z] perl-base set to automatically installed. [2020-10-28T16:15:27.150Z] perl-modules-5.26 set to automatically installed. [2020-10-28T16:15:27.150Z] pkg-config set to automatically installed. [2020-10-28T16:15:27.150Z] unzip set to automatically installed. [2020-10-28T16:15:27.150Z] zip set to automatically installed. [2020-10-28T16:15:27.150Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-28T16:15:27.150Z] Please ensure the environment is properly setup before continuing. [2020-10-28T16:15:27.150Z] Ignore this message if the appropriate measures have already been taken [2020-10-28T16:15:28.094Z] Pulling go-build-helper  [2020-10-28T16:15:29.040Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-10-28T16:15:29.040Z] Skipping pull go-build-helper (already ran) [2020-10-28T16:15:29.040Z] Building go-build-helper  [2020-10-28T16:15:32.347Z] Staging go-build-helper  [2020-10-28T16:15:33.290Z] Pulling go115  [2020-10-28T16:15:33.863Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-10-28T16:15:33.863Z] Skipping pull go115 (already ran) [2020-10-28T16:15:33.863Z] Building go115  [2020-10-28T16:15:33.863Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-28T16:15:33.863Z] Dload Upload Total Spent Left Speed [2020-10-28T16:15:34.696Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6911 0 0 62827 0 0:32:08 --:--:-- 0:32:08 62261 18 115M 18 21.9M 0 0 38.7M 0 0:00:02 --:--:-- 0:00:02 38.6M [2020-10-28T16:15:34.696Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-10-28T16:15:34.696Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-10-28T16:15:35.659Z] 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-10-28T16:15:37.215Z] Failed in branch amd64 [2020-10-28T16:16:13.049Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:16:13.049Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-28T16:16:13.049Z] ---> f97c52a299ca [2020-10-28T16:16:13.049Z] Step 3/29 : WORKDIR /edgex-go [2020-10-28T16:16:13.049Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:16:13.049Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:16:13.049Z] ---> f97c52a299ca [2020-10-28T16:16:13.049Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T16:16:13.049Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:16:13.049Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:16:13.049Z] ---> f97c52a299ca [2020-10-28T16:16:13.049Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T16:16:13.049Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:16:13.049Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:16:13.049Z] ---> f97c52a299ca [2020-10-28T16:16:13.049Z] Step 3/23 : WORKDIR /edgex-go [2020-10-28T16:16:13.049Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:16:13.049Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:16:13.049Z] ---> f97c52a299ca [2020-10-28T16:16:13.049Z] Step 3/27 : WORKDIR /edgex-go [2020-10-28T16:16:13.049Z] ---> Running in 07d761e67888 [2020-10-28T16:16:13.049Z] ---> Running in 46dc2f7c807a [2020-10-28T16:16:13.049Z] ---> Running in 48401f07b661 [2020-10-28T16:16:13.049Z] ---> Running in 90ada4abb864 [2020-10-28T16:16:13.049Z] ---> Running in 808d66cb24a1 [2020-10-28T16:16:13.049Z] Removing intermediate container 48401f07b661 [2020-10-28T16:16:13.049Z] ---> 6078129d8c95 [2020-10-28T16:16:13.049Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:16:13.049Z] Removing intermediate container 07d761e67888 [2020-10-28T16:16:13.049Z] ---> eea08dba2bbd [2020-10-28T16:16:13.049Z] Step 4/29 : RUN apk update && apk add make git [2020-10-28T16:16:13.049Z] ---> Running in 16fb55aeebfb [2020-10-28T16:16:13.049Z] Removing intermediate container 46dc2f7c807a [2020-10-28T16:16:13.049Z] Removing intermediate container 808d66cb24a1 [2020-10-28T16:16:13.049Z] ---> 1c9351c27bc7 [2020-10-28T16:16:13.049Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> d4f1aaca9363 [2020-10-28T16:16:13.049Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:16:13.049Z] [2020-10-28T16:16:13.049Z] Removing intermediate container 90ada4abb864 [2020-10-28T16:16:13.049Z] ---> 93fcde5b7782 [2020-10-28T16:16:13.049Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:16:13.049Z] ---> Running in 5a97673b8574 [2020-10-28T16:16:13.049Z] ---> Running in 62dd7d995e59 [2020-10-28T16:16:13.049Z] ---> Running in b4a17dc07a03 [2020-10-28T16:16:13.049Z] ---> Running in 53c9f8d52212 [2020-10-28T16:16:13.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:16:13.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:16:13.049Z] Removing intermediate container 16fb55aeebfb [2020-10-28T16:16:13.049Z] ---> 51ad5d6f31ce [2020-10-28T16:16:13.049Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-28T16:16:13.049Z] ---> Running in b74903fc8138 [2020-10-28T16:16:13.049Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:16:13.049Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:16:13.049Z] OK: 12623 distinct packages available [2020-10-28T16:16:13.049Z] Removing intermediate container 62dd7d995e59 [2020-10-28T16:16:13.049Z] ---> bb66614a3e70 [2020-10-28T16:16:13.049Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-28T16:16:13.049Z] Removing intermediate container b4a17dc07a03 [2020-10-28T16:16:13.049Z] ---> c35ac75aaaed [2020-10-28T16:16:13.049Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T16:16:13.049Z] Removing intermediate container 53c9f8d52212 [2020-10-28T16:16:13.049Z] ---> 3245b00feec1 [2020-10-28T16:16:13.049Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-28T16:16:13.049Z] ---> Running in 9381b1599ed9 [2020-10-28T16:16:13.049Z] ---> Running in 4dd8e855fe9f [2020-10-28T16:16:13.049Z] ---> Running in a82919a479e6 [2020-10-28T16:16:13.049Z] OK: 217 MiB in 51 packages [2020-10-28T16:16:13.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:16:14.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:16:14.925Z] Removing intermediate container 5a97673b8574 [2020-10-28T16:16:14.925Z] ---> a307e4eefca3 [2020-10-28T16:16:14.925Z] Step 5/29 : COPY go.mod . [2020-10-28T16:16:15.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:16:15.480Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:16:15.480Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:16:15.480Z] OK: 12623 distinct packages available [2020-10-28T16:16:15.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:16:15.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:16:15.775Z] ---> 3e3aa0f177cf [2020-10-28T16:16:15.775Z] Step 6/29 : RUN go mod download [2020-10-28T16:16:16.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:16:16.052Z] ---> Running in 03e8a85ef869 [2020-10-28T16:16:16.330Z] OK: 217 MiB in 51 packages [2020-10-28T16:16:16.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:16:16.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:16:16.896Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:16:16.896Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:16:16.896Z] OK: 12623 distinct packages available [2020-10-28T16:16:17.507Z] OK: 217 MiB in 51 packages [2020-10-28T16:16:17.783Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:16:17.783Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:16:17.783Z] OK: 12623 distinct packages available [2020-10-28T16:16:17.783Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:16:17.783Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:16:17.783Z] OK: 12623 distinct packages available [2020-10-28T16:16:17.783Z] OK: 217 MiB in 51 packages [2020-10-28T16:16:18.799Z] OK: 217 MiB in 51 packages [2020-10-28T16:16:18.799Z] OK: 217 MiB in 51 packages [2020-10-28T16:16:19.401Z] Removing intermediate container b74903fc8138 [2020-10-28T16:16:19.401Z] ---> 4ced5e7447f1 [2020-10-28T16:16:19.401Z] Step 6/22 : COPY go.mod . [2020-10-28T16:16:19.697Z] Removing intermediate container 9381b1599ed9 [2020-10-28T16:16:19.697Z] ---> b5530b0bb1d7 [2020-10-28T16:16:19.697Z] Step 6/23 : COPY go.mod . [2020-10-28T16:16:20.703Z] ---> dd29ae26bc28 [2020-10-28T16:16:20.703Z] Step 7/22 : RUN go mod download [2020-10-28T16:16:20.703Z] Removing intermediate container 4dd8e855fe9f [2020-10-28T16:16:20.703Z] ---> dc853d9b5695 [2020-10-28T16:16:20.703Z] Step 6/27 : COPY go.mod . [2020-10-28T16:16:20.703Z] ---> Running in 5d06a6c44fee [2020-10-28T16:16:20.978Z] ---> 6129bfda9162 [2020-10-28T16:16:20.978Z] Step 7/23 : RUN go mod download [2020-10-28T16:16:20.978Z] Removing intermediate container 03e8a85ef869 [2020-10-28T16:16:20.978Z] ---> 82130b7e23af [2020-10-28T16:16:20.978Z] Step 7/29 : COPY . . [2020-10-28T16:16:20.978Z] Removing intermediate container a82919a479e6 [2020-10-28T16:16:20.978Z] ---> 6fb48bf7d9bb [2020-10-28T16:16:20.978Z] Step 6/22 : COPY go.mod . [2020-10-28T16:16:20.978Z] ---> Running in 561e93e3338c [2020-10-28T16:16:21.971Z] ---> d879fe849148 [2020-10-28T16:16:21.971Z] Step 7/27 : RUN go mod download [2020-10-28T16:16:22.246Z] ---> 0c504b7d4514 [2020-10-28T16:16:22.246Z] Step 7/22 : RUN go mod download [2020-10-28T16:16:22.522Z] ---> Running in d61768ed6f76 [2020-10-28T16:16:22.797Z] ---> Running in 299519ac9296 [2020-10-28T16:16:27.132Z] Removing intermediate container 5d06a6c44fee [2020-10-28T16:16:27.132Z] ---> 32d49351ec31 [2020-10-28T16:16:27.132Z] Step 8/22 : COPY . . [2020-10-28T16:16:27.409Z] Removing intermediate container 561e93e3338c [2020-10-28T16:16:27.409Z] ---> d81401a2fa4f [2020-10-28T16:16:27.409Z] Step 8/23 : COPY . . [2020-10-28T16:16:28.011Z] Removing intermediate container d61768ed6f76 [2020-10-28T16:16:28.011Z] ---> fed644ff7a9e [2020-10-28T16:16:28.011Z] Step 8/27 : COPY . . [2020-10-28T16:16:28.286Z] Removing intermediate container 299519ac9296 [2020-10-28T16:16:28.286Z] ---> cbed5faf2bcf [2020-10-28T16:16:28.286Z] Step 8/22 : COPY . . [2020-10-28T16:16:50.513Z] ---> 5feab3f1dcd2 [2020-10-28T16:16:50.513Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-28T16:16:50.513Z] ---> ee682879f853 [2020-10-28T16:16:50.513Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-28T16:16:50.513Z] ---> 46e7ce930cfc [2020-10-28T16:16:50.513Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-28T16:16:50.513Z] ---> Running in 4e89c744d2b8 [2020-10-28T16:16:50.513Z] ---> Running in f8376612fcf2 [2020-10-28T16:16:50.513Z] ---> 7e3eecfbdabc [2020-10-28T16:16:50.513Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-28T16:16:50.513Z] ---> 0aa551c56104 [2020-10-28T16:16:50.513Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-28T16:16:50.513Z] ---> Running in 369a53a041fb [2020-10-28T16:16:50.513Z] ---> Running in 97e6e2dca198 [2020-10-28T16:16:50.513Z] ---> Running in 5042c7646ff3 [2020-10-28T16:16:50.788Z] 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-10-28T16:16:51.065Z] 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-10-28T16:16:51.065Z] 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-10-28T16:16:51.342Z] 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-10-28T16:16:51.621Z] 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-10-28T16:18:28.497Z] Removing intermediate container 4e89c744d2b8 [2020-10-28T16:18:28.497Z] ---> 37ff8a89b591 [2020-10-28T16:18:28.497Z] [2020-10-28T16:18:28.497Z] Step 9/29 : FROM alpine:latest [2020-10-28T16:18:28.497Z] latest: Pulling from library/alpine [2020-10-28T16:18:28.497Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-28T16:18:28.497Z] Status: Downloaded newer image for alpine:latest [2020-10-28T16:18:28.497Z] ---> 2e77e061c27f [2020-10-28T16:18:28.497Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-28T16:18:28.497Z] ---> Running in 3d5fbd854099 [2020-10-28T16:18:28.497Z] Removing intermediate container 3d5fbd854099 [2020-10-28T16:18:28.497Z] ---> 84fbe87e2107 [2020-10-28T16:18:28.497Z] Step 11/29 : USER root [2020-10-28T16:18:28.497Z] ---> Running in b8ea6fa8b561 [2020-10-28T16:18:28.497Z] Removing intermediate container b8ea6fa8b561 [2020-10-28T16:18:28.497Z] ---> c6053bf9c853 [2020-10-28T16:18:28.497Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-28T16:18:28.497Z] ---> Running in 201846be856d [2020-10-28T16:18:28.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:18:28.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:18:28.498Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:18:28.498Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:18:28.498Z] OK: 12615 distinct packages available [2020-10-28T16:18:28.498Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-28T16:18:28.498Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-28T16:18:28.498Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:18:28.498Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T16:18:28.498Z] OK: 6 MiB in 16 packages [2020-10-28T16:18:28.498Z] Removing intermediate container 201846be856d [2020-10-28T16:18:28.498Z] ---> 566e0891b7f5 [2020-10-28T16:18:28.498Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-28T16:18:28.498Z] ---> Running in cb3bf71f6014 [2020-10-28T16:18:28.498Z] Removing intermediate container cb3bf71f6014 [2020-10-28T16:18:28.498Z] ---> 570ea7183cdd [2020-10-28T16:18:28.498Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-28T16:18:28.498Z] Removing intermediate container 5042c7646ff3 [2020-10-28T16:18:28.498Z] ---> 9dc1474f3ac9 [2020-10-28T16:18:28.498Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-28T16:18:28.498Z] ---> Running in df68631ad4ff [2020-10-28T16:18:28.498Z] ---> Running in 0a513a582a01 [2020-10-28T16:18:28.498Z] Removing intermediate container df68631ad4ff [2020-10-28T16:18:28.498Z] ---> 7c66b9394282 [2020-10-28T16:18:28.498Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-28T16:18:28.777Z] ---> Running in cf14457eba6f [2020-10-28T16:18:30.227Z] 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-10-28T16:18:31.673Z] Removing intermediate container f8376612fcf2 [2020-10-28T16:18:31.673Z] ---> 5bc1317a056f [2020-10-28T16:18:31.673Z] [2020-10-28T16:18:31.673Z] Step 10/22 : FROM scratch [2020-10-28T16:18:31.673Z] ---> [2020-10-28T16:18:31.673Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T16:18:31.950Z] ---> Running in 444e3c94f76d [2020-10-28T16:18:32.939Z] Removing intermediate container 444e3c94f76d [2020-10-28T16:18:32.939Z] ---> 9f11d94070c8 [2020-10-28T16:18:32.939Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-28T16:18:33.222Z] ---> Running in dc237977435a [2020-10-28T16:18:33.501Z] Removing intermediate container cf14457eba6f [2020-10-28T16:18:33.501Z] ---> 28f26679d426 [2020-10-28T16:18:33.501Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-28T16:18:33.778Z] Removing intermediate container dc237977435a [2020-10-28T16:18:33.778Z] ---> 02e55a9fe25f [2020-10-28T16:18:33.778Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T16:18:33.778Z] ---> Running in 228b614a609a [2020-10-28T16:18:35.240Z] Removing intermediate container 228b614a609a [2020-10-28T16:18:35.240Z] ---> dc18c6494140 [2020-10-28T16:18:35.240Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-28T16:18:35.518Z] ---> bfa2a6afd2c5 [2020-10-28T16:18:35.518Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-28T16:18:36.515Z] ---> 3f9383030c83 [2020-10-28T16:18:36.515Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-28T16:18:37.121Z] ---> 2d3e80675297 [2020-10-28T16:18:37.121Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-28T16:18:37.121Z] Removing intermediate container 0a513a582a01 [2020-10-28T16:18:37.121Z] ---> 3917a03c884e [2020-10-28T16:18:37.121Z] [2020-10-28T16:18:37.121Z] Step 11/27 : FROM docker:latest [2020-10-28T16:18:37.121Z] ---> 5d4db4dc0692 [2020-10-28T16:18:37.399Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-28T16:18:37.681Z] ---> Running in 3ad3d4edfa13 [2020-10-28T16:18:38.286Z] ---> 361fcd72083f [2020-10-28T16:18:38.286Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-28T16:18:39.272Z] ---> 4b7937d3bab8 [2020-10-28T16:18:39.272Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-28T16:18:40.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:18:40.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:18:41.162Z] ---> d7ed45148aac [2020-10-28T16:18:41.162Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-28T16:18:41.162Z] ---> 376b3ecfb0d3 [2020-10-28T16:18:41.162Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-28T16:18:41.439Z] (1/2) Installing readline (8.0.4-r0) [2020-10-28T16:18:41.439Z] (2/2) Installing bash (5.0.17-r0) [2020-10-28T16:18:41.439Z] Executing bash-5.0.17-r0.post-install [2020-10-28T16:18:41.439Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:18:41.439Z] OK: 12 MiB in 22 packages [2020-10-28T16:18:43.466Z] ---> 5abed2f0b34e [2020-10-28T16:18:43.466Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-28T16:18:43.466Z] ---> 8decff540954 [2020-10-28T16:18:43.466Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-28T16:18:43.760Z] ---> Running in 7137b06bd4ed [2020-10-28T16:18:44.036Z] ---> Running in debc9d29046a [2020-10-28T16:18:44.317Z] Removing intermediate container 3ad3d4edfa13 [2020-10-28T16:18:44.317Z] ---> 8bc5d926a6f4 [2020-10-28T16:18:44.317Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-28T16:18:44.604Z] ---> Running in 9a1ee6c782de [2020-10-28T16:18:44.884Z] Removing intermediate container 7137b06bd4ed [2020-10-28T16:18:44.884Z] ---> 943d0bf73df5 [2020-10-28T16:18:44.884Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:18:45.484Z] ---> Running in d4106e32b31d [2020-10-28T16:18:46.477Z] Removing intermediate container d4106e32b31d [2020-10-28T16:18:46.477Z] ---> e92ae0ab20e3 [2020-10-28T16:18:46.477Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T16:18:46.752Z] Removing intermediate container 97e6e2dca198 [2020-10-28T16:18:46.752Z] ---> aa3b4fe4e38e [2020-10-28T16:18:46.752Z] [2020-10-28T16:18:46.752Z] Step 10/22 : FROM scratch [2020-10-28T16:18:46.752Z] ---> [2020-10-28T16:18:46.752Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:18:46.752Z] ---> Running in f77225164ead [2020-10-28T16:18:47.030Z] ---> Running in f90b75b115f7 [2020-10-28T16:18:47.628Z] Removing intermediate container f77225164ead [2020-10-28T16:18:47.628Z] ---> efed8125477d [2020-10-28T16:18:47.628Z] Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:18:47.903Z] Removing intermediate container f90b75b115f7 [2020-10-28T16:18:47.903Z] ---> 87a1389be2dd [2020-10-28T16:18:47.903Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-28T16:18:48.181Z] ---> Running in 01bac545c48c [2020-10-28T16:18:48.181Z] ---> Running in 5c6701a0b2b9 [2020-10-28T16:18:48.181Z] Removing intermediate container debc9d29046a [2020-10-28T16:18:48.181Z] ---> 02a1c05a0506 [2020-10-28T16:18:48.181Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T16:18:48.792Z] Removing intermediate container 5c6701a0b2b9 [2020-10-28T16:18:48.792Z] ---> 87de430b6e45 [2020-10-28T16:18:48.792Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T16:18:49.068Z] Removing intermediate container 01bac545c48c [2020-10-28T16:18:49.069Z] ---> 8c65af7a89a1 [2020-10-28T16:18:49.069Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T16:18:49.069Z] ---> Running in 0286953abc28 [2020-10-28T16:18:49.346Z] ---> Running in 18031af42c13 [2020-10-28T16:18:49.346Z] Removing intermediate container 9a1ee6c782de [2020-10-28T16:18:49.346Z] ---> 52378f5f0d89 [2020-10-28T16:18:49.346Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-28T16:18:49.618Z] ---> 9c7e6e50550e [2020-10-28T16:18:49.618Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T16:18:49.618Z] ---> Running in 739c73c41c10 [2020-10-28T16:18:49.618Z] Removing intermediate container 0286953abc28 [2020-10-28T16:18:49.618Z] ---> db6855209110 [2020-10-28T16:18:49.895Z] Step 14/22 : WORKDIR / [2020-10-28T16:18:49.895Z] ---> Running in e628a8f3541f [2020-10-28T16:18:49.895Z] ---> Running in b64b14d715de [2020-10-28T16:18:50.169Z] Removing intermediate container 18031af42c13 [2020-10-28T16:18:50.169Z] ---> 3d9e042c2039 [2020-10-28T16:18:50.169Z] [2020-10-28T16:18:50.446Z] Removing intermediate container 739c73c41c10 [2020-10-28T16:18:50.446Z] ---> a265e39864b9 [2020-10-28T16:18:50.446Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-28T16:18:50.828Z] ---> Running in 430f7dca0075 [2020-10-28T16:18:51.176Z] Removing intermediate container b64b14d715de [2020-10-28T16:18:51.176Z] ---> 4d69136e5524 [2020-10-28T16:18:51.176Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-28T16:18:51.176Z] Successfully built 3d9e042c2039 [2020-10-28T16:18:51.176Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-28T16:18:51.176Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [2020-10-28T16:18:51.840Z] Removing intermediate container 430f7dca0075 [2020-10-28T16:18:51.840Z] ---> 38de4ea48bc0 [2020-10-28T16:18:51.840Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-28T16:18:51.840Z] ---> Running in 49eae6c757a7 [2020-10-28T16:18:52.461Z] ---> 008750c24af0 [2020-10-28T16:18:52.461Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-28T16:18:52.752Z] Removing intermediate container 49eae6c757a7 [2020-10-28T16:18:52.752Z] ---> 5d6e167df232 [2020-10-28T16:18:52.752Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-28T16:18:56.225Z] ---> b3534977fbe3 [2020-10-28T16:18:56.225Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-28T16:18:56.225Z] Removing intermediate container e628a8f3541f [2020-10-28T16:18:56.225Z] ---> 62eaa004d60d [2020-10-28T16:18:56.225Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-28T16:18:56.225Z] ---> 01b03da2fc8d [2020-10-28T16:18:56.225Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-28T16:18:56.501Z] ---> Running in d744f12a95d8 [2020-10-28T16:18:57.488Z] ---> 7a22e4ed5ad7 [2020-10-28T16:18:57.488Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-28T16:18:58.082Z] ---> c71b326858bb [2020-10-28T16:18:58.082Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-28T16:18:58.082Z] ---> Running in 976bae7d9fc6 [2020-10-28T16:18:59.063Z] Removing intermediate container 976bae7d9fc6 [2020-10-28T16:18:59.063Z] ---> 595e73ddc5c3 [2020-10-28T16:18:59.063Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:18:59.349Z] ---> 6cb06a42064b [2020-10-28T16:18:59.349Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-28T16:18:59.349Z] ---> Running in 5a3c83fbe024 [2020-10-28T16:18:59.637Z] ---> Running in 16cbd372c3af [2020-10-28T16:19:00.251Z] Removing intermediate container 5a3c83fbe024 [2020-10-28T16:19:00.251Z] ---> 0262cebbd524 [2020-10-28T16:19:00.251Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T16:19:00.537Z] ---> Running in 534ba770f580 [2020-10-28T16:19:01.134Z] Removing intermediate container d744f12a95d8 [2020-10-28T16:19:01.134Z] ---> c6fdd9d0fa35 [2020-10-28T16:19:01.134Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T16:19:01.421Z] Removing intermediate container 534ba770f580 [2020-10-28T16:19:01.421Z] ---> 801ee79578b4 [2020-10-28T16:19:01.421Z] Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:19:01.699Z] ---> Running in 86a5b2beb44a [2020-10-28T16:19:01.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:19:01.980Z] ---> Running in 8f889537150d [2020-10-28T16:19:01.980Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:19:02.587Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-28T16:19:02.587Z] (2/33) Installing expat (2.2.9-r1) [2020-10-28T16:19:02.587Z] (3/33) Installing libffi (3.3-r2) [2020-10-28T16:19:02.587Z] (4/33) Installing gdbm (1.13-r1) [2020-10-28T16:19:02.587Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-28T16:19:02.587Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-28T16:19:02.587Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-28T16:19:02.863Z] Removing intermediate container 86a5b2beb44a [2020-10-28T16:19:02.863Z] ---> d0879fab7ba8 [2020-10-28T16:19:02.863Z] Step 26/29 : CMD [ "generate" ] [2020-10-28T16:19:03.461Z] Removing intermediate container 8f889537150d [2020-10-28T16:19:03.461Z] ---> 3bed962637df [2020-10-28T16:19:03.461Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T16:19:04.089Z] ---> Running in af4c7c5f39a5 [2020-10-28T16:19:05.077Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-28T16:19:05.077Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-28T16:19:05.077Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-28T16:19:05.077Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-28T16:19:05.077Z] ---> Running in b62f1e4c2427 [2020-10-28T16:19:05.077Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-28T16:19:05.077Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-28T16:19:05.077Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-28T16:19:05.353Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-28T16:19:05.353Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-28T16:19:05.353Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-28T16:19:05.353Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-28T16:19:05.353Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-28T16:19:05.353Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-28T16:19:05.353Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-28T16:19:05.353Z] Removing intermediate container af4c7c5f39a5 [2020-10-28T16:19:05.353Z] ---> 20bae196f4ec [2020-10-28T16:19:05.353Z] Step 27/29 : LABEL arch=arm64 [2020-10-28T16:19:05.353Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-28T16:19:05.633Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-28T16:19:05.633Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-28T16:19:05.633Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-28T16:19:05.633Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-28T16:19:05.633Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-28T16:19:05.633Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-28T16:19:05.633Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-28T16:19:05.633Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-28T16:19:05.908Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-28T16:19:05.908Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-28T16:19:05.908Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-28T16:19:05.908Z] Removing intermediate container b62f1e4c2427 [2020-10-28T16:19:05.908Z] ---> 20ea39214e09 [2020-10-28T16:19:05.908Z] [2020-10-28T16:19:05.908Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:19:05.908Z] OK: 71 MiB in 55 packages [2020-10-28T16:19:06.507Z] ---> Running in a2885ce7f757 [2020-10-28T16:19:06.877Z] Successfully built 20ea39214e09 [2020-10-28T16:19:06.877Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-28T16:19:06.877Z] Building docker-support-notifications-go [2020-10-28T16:19:07.854Z]  Building docker-core-command-go ... done Removing intermediate container a2885ce7f757 [2020-10-28T16:19:07.854Z] ---> 12572cd3337d [2020-10-28T16:19:07.854Z] Step 28/29 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:19:08.828Z] ---> Running in 9f3a63476a2d [2020-10-28T16:19:09.828Z] Removing intermediate container 369a53a041fb [2020-10-28T16:19:09.828Z] ---> 7248a25d1a50 [2020-10-28T16:19:09.828Z] [2020-10-28T16:19:09.828Z] Step 10/23 : FROM alpine [2020-10-28T16:19:09.828Z] ---> 2e77e061c27f [2020-10-28T16:19:09.828Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:19:09.828Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:19:09.828Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:19:09.828Z] ---> f97c52a299ca [2020-10-28T16:19:09.828Z] Step 3/21 : WORKDIR /edgex-go [2020-10-28T16:19:09.828Z] ---> Using cache [2020-10-28T16:19:09.828Z] ---> 93fcde5b7782 [2020-10-28T16:19:09.828Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:19:09.828Z] ---> Using cache [2020-10-28T16:19:09.828Z] ---> c35ac75aaaed [2020-10-28T16:19:09.828Z] Step 5/21 : RUN apk update && apk add make git [2020-10-28T16:19:09.828Z] ---> Using cache [2020-10-28T16:19:09.828Z] ---> 6fb48bf7d9bb [2020-10-28T16:19:09.828Z] Step 6/21 : COPY go.mod . [2020-10-28T16:19:09.828Z] ---> Using cache [2020-10-28T16:19:09.828Z] ---> 0c504b7d4514 [2020-10-28T16:19:09.828Z] Step 7/21 : RUN go mod download [2020-10-28T16:19:09.828Z] ---> Using cache [2020-10-28T16:19:09.828Z] ---> cbed5faf2bcf [2020-10-28T16:19:09.828Z] Step 8/21 : COPY . . [2020-10-28T16:19:10.103Z] ---> Using cache [2020-10-28T16:19:10.103Z] ---> 7e3eecfbdabc [2020-10-28T16:19:10.103Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-28T16:19:10.376Z] Removing intermediate container 9f3a63476a2d [2020-10-28T16:19:10.376Z] ---> 6f8540b81526 [2020-10-28T16:19:10.376Z] Step 29/29 : LABEL version=0.0.0 [2020-10-28T16:19:11.358Z] ---> Running in fbc246e669c5 [2020-10-28T16:19:11.358Z] ---> Running in 35a335a530a9 [2020-10-28T16:19:11.358Z] ---> Running in 407736de9923 [2020-10-28T16:19:13.357Z] Removing intermediate container fbc246e669c5 [2020-10-28T16:19:13.357Z] ---> 6d21f491db82 [2020-10-28T16:19:13.357Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-28T16:19:13.357Z] Removing intermediate container 407736de9923 [2020-10-28T16:19:13.357Z] ---> 28ed034cb5a0 [2020-10-28T16:19:13.357Z] [2020-10-28T16:19:13.357Z] ---> Running in 61d856b3b416 [2020-10-28T16:19:13.357Z] 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-10-28T16:19:13.357Z] Successfully built 28ed034cb5a0 [2020-10-28T16:19:13.634Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-28T16:19:13.634Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-10-28T16:19:13.911Z] Removing intermediate container 61d856b3b416 [2020-10-28T16:19:13.911Z] ---> fd927c7458f8 [2020-10-28T16:19:13.911Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-28T16:19:14.187Z] Removing intermediate container 16cbd372c3af [2020-10-28T16:19:14.187Z] ---> 0fc535c67347 [2020-10-28T16:19:14.187Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-28T16:19:14.187Z] ---> Running in e1d8a5a1264c [2020-10-28T16:19:14.460Z] ---> Running in 1c48a35f2964 [2020-10-28T16:19:15.059Z] Removing intermediate container e1d8a5a1264c [2020-10-28T16:19:15.059Z] ---> 15881455608c [2020-10-28T16:19:15.059Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:19:15.059Z] ---> Running in fb4e6c9b919d [2020-10-28T16:19:20.494Z] Removing intermediate container fb4e6c9b919d [2020-10-28T16:19:20.494Z] ---> 6b136feb2876 [2020-10-28T16:19:20.494Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-28T16:19:20.776Z] ---> Running in 08ec210aa2fa [2020-10-28T16:19:21.764Z] Collecting docker-compose==1.23.2 [2020-10-28T16:19:22.047Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-28T16:19:23.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:19:24.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:19:24.105Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-28T16:19:24.383Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-28T16:19:24.673Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-28T16:19:24.951Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-28T16:19:24.951Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-28T16:19:25.226Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-28T16:19:25.226Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-28T16:19:25.504Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:19:25.505Z] OK: 8 MiB in 19 packages [2020-10-28T16:19:25.505Z] Collecting PyYAML<4,>=3.10 [2020-10-28T16:19:25.505Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-28T16:19:28.916Z] Removing intermediate container 08ec210aa2fa [2020-10-28T16:19:28.916Z] ---> 6162d154da8b [2020-10-28T16:19:28.916Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-28T16:19:29.519Z] Collecting cached-property<2,>=1.2.0 [2020-10-28T16:19:29.519Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-28T16:19:30.528Z] ---> 8d2b36430e9a [2020-10-28T16:19:30.528Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-28T16:19:30.528Z] Collecting docker<4.0,>=3.6.0 [2020-10-28T16:19:30.528Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-28T16:19:31.514Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-28T16:19:31.514Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-28T16:19:31.789Z] 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-10-28T16:19:32.068Z] Collecting texttable<0.10,>=0.9.0 [2020-10-28T16:19:32.068Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-28T16:19:34.056Z] ---> f0cab0a910af [2020-10-28T16:19:34.056Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-28T16:19:34.330Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:19:34.330Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:19:34.330Z] ---> f97c52a299ca [2020-10-28T16:19:34.330Z] Step 3/24 : WORKDIR /edgex-go [2020-10-28T16:19:34.330Z] ---> Using cache [2020-10-28T16:19:34.330Z] ---> 93fcde5b7782 [2020-10-28T16:19:34.330Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:19:34.330Z] ---> Using cache [2020-10-28T16:19:34.330Z] ---> c35ac75aaaed [2020-10-28T16:19:34.330Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-28T16:19:34.330Z] ---> Running in d09d8c669c81 [2020-10-28T16:19:34.928Z] Collecting jsonschema<3,>=2.5.1 [2020-10-28T16:19:34.928Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-28T16:19:35.912Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-28T16:19:35.913Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-28T16:19:35.913Z] ---> 98725e74b227 [2020-10-28T16:19:35.913Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-28T16:19:36.513Z] ---> Running in 826c1d0ef022 [2020-10-28T16:19:37.511Z] Removing intermediate container 826c1d0ef022 [2020-10-28T16:19:37.511Z] ---> a3d71da594e1 [2020-10-28T16:19:37.511Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:19:37.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:19:37.782Z] ---> Running in cdb44757e256 [2020-10-28T16:19:38.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:19:38.988Z] Removing intermediate container cdb44757e256 [2020-10-28T16:19:38.988Z] ---> 145c2c879ccb [2020-10-28T16:19:38.988Z] Step 21/23 : LABEL arch=arm64 [2020-10-28T16:19:38.988Z] Collecting docopt<0.7,>=0.6.1 [2020-10-28T16:19:38.988Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-28T16:19:39.262Z] ---> Running in b8cb87a21e05 [2020-10-28T16:19:39.862Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:19:39.862Z] v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:19:39.862Z] OK: 12623 distinct packages available [2020-10-28T16:19:40.147Z] Removing intermediate container b8cb87a21e05 [2020-10-28T16:19:40.147Z] ---> abe79b15478d [2020-10-28T16:19:40.147Z] Step 22/23 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:19:40.755Z] ---> Running in 1d8dfa2b5016 [2020-10-28T16:19:40.755Z] OK: 217 MiB in 51 packages [2020-10-28T16:19:41.742Z] Removing intermediate container 1d8dfa2b5016 [2020-10-28T16:19:41.742Z] ---> d22a4887e601 [2020-10-28T16:19:41.742Z] Step 23/23 : LABEL version=0.0.0 [2020-10-28T16:19:42.352Z] ---> Running in 2bfd67ec99b3 [2020-10-28T16:19:42.957Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-28T16:19:42.957Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-28T16:19:43.235Z] 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-10-28T16:19:43.235Z] 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-10-28T16:19:43.513Z] Removing intermediate container 2bfd67ec99b3 [2020-10-28T16:19:43.513Z] ---> ec2fee02f081 [2020-10-28T16:19:43.513Z] [2020-10-28T16:19:43.792Z] Collecting idna<2.8,>=2.5 [2020-10-28T16:19:43.792Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-28T16:19:43.792Z] Removing intermediate container d09d8c669c81 [2020-10-28T16:19:43.792Z] ---> 59e43a6f1ff4 [2020-10-28T16:19:43.792Z] Step 6/24 : COPY go.mod . [2020-10-28T16:19:44.088Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:19:44.088Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:19:44.088Z] ---> f97c52a299ca [2020-10-28T16:19:44.088Z] Step 3/20 : WORKDIR /edgex-go [2020-10-28T16:19:44.088Z] ---> Using cache [2020-10-28T16:19:44.088Z] ---> 93fcde5b7782 [2020-10-28T16:19:44.088Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:19:44.088Z] ---> Using cache [2020-10-28T16:19:44.088Z] ---> c35ac75aaaed [2020-10-28T16:19:44.088Z] Step 5/20 : RUN apk update && apk add make git [2020-10-28T16:19:44.088Z] ---> Using cache [2020-10-28T16:19:44.088Z] ---> 6fb48bf7d9bb [2020-10-28T16:19:44.088Z] Step 6/20 : COPY go.mod . [2020-10-28T16:19:44.088Z] ---> Using cache [2020-10-28T16:19:44.088Z] ---> 0c504b7d4514 [2020-10-28T16:19:44.088Z] Step 7/20 : RUN go mod download [2020-10-28T16:19:44.088Z] ---> Using cache [2020-10-28T16:19:44.088Z] ---> cbed5faf2bcf [2020-10-28T16:19:44.088Z] Step 8/20 : COPY . . [2020-10-28T16:19:44.088Z] ---> Using cache [2020-10-28T16:19:44.088Z] ---> 7e3eecfbdabc [2020-10-28T16:19:44.088Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-28T16:19:44.364Z] Collecting docker-pycreds>=0.4.0 [2020-10-28T16:19:44.365Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-28T16:19:44.365Z] Successfully built ec2fee02f081 [2020-10-28T16:19:44.365Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-28T16:19:44.365Z] Building docker-security-secretstore-setup-go [2020-10-28T16:19:44.642Z]  Building docker-core-data-go ... done  ---> Running in 8f9d51f56ff5 [2020-10-28T16:19:44.642Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-28T16:19:44.642Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-28T16:19:44.642Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-28T16:19:44.642Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-28T16:19:45.240Z] ---> fc46f120a114 [2020-10-28T16:19:45.240Z] Step 7/24 : RUN go mod download [2020-10-28T16:19:45.240Z] ---> Running in 8428c34e56b7 [2020-10-28T16:19:46.223Z] Installing collected packages: urllib3, idna, requests, PyYAML, cached-property, docker-pycreds, websocket-client, docker, texttable, jsonschema, dockerpty, docopt, docker-compose [2020-10-28T16:19:46.223Z] Attempting uninstall: urllib3 [2020-10-28T16:19:46.223Z] Found existing installation: urllib3 1.25.9 [2020-10-28T16:19:46.223Z] Uninstalling urllib3-1.25.9: [2020-10-28T16:19:46.223Z] Successfully uninstalled urllib3-1.25.9 [2020-10-28T16:19:46.831Z] Attempting uninstall: idna [2020-10-28T16:19:46.831Z] Found existing installation: idna 2.9 [2020-10-28T16:19:46.831Z] Uninstalling idna-2.9: [2020-10-28T16:19:47.121Z] Successfully uninstalled idna-2.9 [2020-10-28T16:19:47.397Z] 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-10-28T16:19:47.673Z] Attempting uninstall: requests [2020-10-28T16:19:47.951Z] Found existing installation: requests 2.23.0 [2020-10-28T16:19:47.951Z] Uninstalling requests-2.23.0: [2020-10-28T16:19:47.951Z] Successfully uninstalled requests-2.23.0 [2020-10-28T16:19:48.559Z] Running setup.py install for PyYAML: started [2020-10-28T16:19:52.931Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-28T16:19:52.931Z] Removing intermediate container 8428c34e56b7 [2020-10-28T16:19:52.931Z] ---> 3739ab24630f [2020-10-28T16:19:52.931Z] Step 8/24 : COPY . . [2020-10-28T16:19:54.631Z] Running setup.py install for texttable: started [2020-10-28T16:19:58.199Z] Running setup.py install for texttable: finished with status 'done' [2020-10-28T16:19:58.482Z] Running setup.py install for dockerpty: started [2020-10-28T16:20:01.925Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-28T16:20:01.925Z] Running setup.py install for docopt: started [2020-10-28T16:20:03.923Z] Running setup.py install for docopt: finished with status 'done' [2020-10-28T16:20:05.376Z] 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-10-28T16:20:09.718Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:20:09.718Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:20:09.718Z] ---> f97c52a299ca [2020-10-28T16:20:09.718Z] Step 3/26 : WORKDIR /edgex-go [2020-10-28T16:20:09.718Z] ---> Using cache [2020-10-28T16:20:09.718Z] ---> 93fcde5b7782 [2020-10-28T16:20:09.718Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:20:09.718Z] ---> Using cache [2020-10-28T16:20:09.718Z] ---> c35ac75aaaed [2020-10-28T16:20:09.718Z] Step 5/26 : RUN apk update && apk add make git [2020-10-28T16:20:09.718Z] ---> Using cache [2020-10-28T16:20:09.718Z] ---> 6fb48bf7d9bb [2020-10-28T16:20:09.718Z] Step 6/26 : COPY go.mod . [2020-10-28T16:20:09.718Z] ---> Using cache [2020-10-28T16:20:09.718Z] ---> 0c504b7d4514 [2020-10-28T16:20:09.718Z] Step 7/26 : RUN go mod download [2020-10-28T16:20:09.718Z] ---> Using cache [2020-10-28T16:20:09.718Z] ---> cbed5faf2bcf [2020-10-28T16:20:09.718Z] Step 8/26 : COPY . . [2020-10-28T16:20:09.718Z] ---> Using cache [2020-10-28T16:20:09.719Z] ---> 7e3eecfbdabc [2020-10-28T16:20:09.719Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-28T16:20:13.147Z] ---> Running in 83f760a236ac [2020-10-28T16:20:14.164Z] ---> 40e6086cddff [2020-10-28T16:20:14.164Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-28T16:20:14.771Z] ---> Running in 8c1f4d8f73a5 [2020-10-28T16:20:15.788Z] Removing intermediate container 1c48a35f2964 [2020-10-28T16:20:15.788Z] ---> 578dd31df63d [2020-10-28T16:20:15.788Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-28T16:20:15.788Z] ---> Running in 7282c68b2b6b [2020-10-28T16:20:16.394Z] 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-10-28T16:20:17.387Z] 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-10-28T16:20:18.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:20:18.649Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:20:19.631Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T16:20:19.631Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-28T16:20:19.631Z] (3/3) Installing curl (7.69.1-r1) [2020-10-28T16:20:19.631Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:20:19.631Z] OK: 71 MiB in 58 packages [2020-10-28T16:20:21.624Z] Removing intermediate container 7282c68b2b6b [2020-10-28T16:20:21.624Z] ---> f8503af24be9 [2020-10-28T16:20:21.624Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-28T16:20:21.907Z] ---> Running in 44ded6c8298f [2020-10-28T16:20:22.508Z] Removing intermediate container 44ded6c8298f [2020-10-28T16:20:22.508Z] ---> b8dc14fef86d [2020-10-28T16:20:22.508Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:20:22.508Z] ---> Running in 244e4cd0afae [2020-10-28T16:20:23.114Z] Removing intermediate container 244e4cd0afae [2020-10-28T16:20:23.114Z] ---> 64b8c3050b55 [2020-10-28T16:20:23.114Z] Step 25/27 : LABEL arch=arm64 [2020-10-28T16:20:23.392Z] ---> Running in c929a2893613 [2020-10-28T16:20:23.999Z] Removing intermediate container c929a2893613 [2020-10-28T16:20:23.999Z] ---> fc011b54bff8 [2020-10-28T16:20:23.999Z] Step 26/27 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:20:24.277Z] ---> Running in c23747f62f32 [2020-10-28T16:20:24.887Z] Removing intermediate container c23747f62f32 [2020-10-28T16:20:24.887Z] ---> 2141a0bbb4a0 [2020-10-28T16:20:24.887Z] Step 27/27 : LABEL version=0.0.0 [2020-10-28T16:20:25.167Z] ---> Running in a4b77dab096f [2020-10-28T16:20:25.776Z] Removing intermediate container a4b77dab096f [2020-10-28T16:20:25.776Z] ---> 1ef3565bcbe8 [2020-10-28T16:20:25.776Z] [2020-10-28T16:20:26.386Z] Successfully built 1ef3565bcbe8 [2020-10-28T16:20:26.386Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-28T16:20:26.386Z] Building docker-core-metadata-go [2020-10-28T16:20:44.773Z]  Building docker-sys-mgmt-agent-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-28T16:20:44.773Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-28T16:20:44.773Z] ---> f97c52a299ca [2020-10-28T16:20:44.773Z] Step 3/22 : WORKDIR /edgex-go [2020-10-28T16:20:44.773Z] ---> Using cache [2020-10-28T16:20:44.773Z] ---> 93fcde5b7782 [2020-10-28T16:20:44.773Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T16:20:44.773Z] ---> Using cache [2020-10-28T16:20:44.773Z] ---> c35ac75aaaed [2020-10-28T16:20:44.773Z] Step 5/22 : RUN apk update && apk add make git [2020-10-28T16:20:44.773Z] ---> Using cache [2020-10-28T16:20:44.774Z] ---> 6fb48bf7d9bb [2020-10-28T16:20:44.774Z] Step 6/22 : COPY go.mod . [2020-10-28T16:20:44.774Z] ---> Using cache [2020-10-28T16:20:44.774Z] ---> 0c504b7d4514 [2020-10-28T16:20:44.774Z] Step 7/22 : RUN go mod download [2020-10-28T16:20:44.774Z] ---> Using cache [2020-10-28T16:20:44.774Z] ---> cbed5faf2bcf [2020-10-28T16:20:44.774Z] Step 8/22 : COPY . . [2020-10-28T16:20:44.774Z] ---> Using cache [2020-10-28T16:20:44.774Z] ---> 7e3eecfbdabc [2020-10-28T16:20:44.774Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-28T16:20:45.061Z] ---> Running in 216ef4e90be0 [2020-10-28T16:20:47.716Z] 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-10-28T16:20:56.050Z] Removing intermediate container 35a335a530a9 [2020-10-28T16:20:56.050Z] ---> 46f1c1d564f9 [2020-10-28T16:20:56.050Z] [2020-10-28T16:20:56.050Z] Step 10/21 : FROM scratch [2020-10-28T16:20:56.050Z] ---> [2020-10-28T16:20:56.050Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:20:56.050Z] ---> Using cache [2020-10-28T16:20:56.050Z] ---> 87a1389be2dd [2020-10-28T16:20:56.050Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-28T16:20:56.050Z] ---> Running in b9c450d3a944 [2020-10-28T16:20:56.331Z] Removing intermediate container b9c450d3a944 [2020-10-28T16:20:56.331Z] ---> a623ddc29460 [2020-10-28T16:20:56.331Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-28T16:20:56.331Z] ---> Running in 9e6672daddf2 [2020-10-28T16:20:56.957Z] Removing intermediate container 9e6672daddf2 [2020-10-28T16:20:56.957Z] ---> 55fb1081288a [2020-10-28T16:20:56.957Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-28T16:20:57.956Z] ---> 70bc02834f14 [2020-10-28T16:20:57.956Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-28T16:20:59.965Z] ---> c57b3a1e389b [2020-10-28T16:20:59.965Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-28T16:21:00.962Z] ---> 23f7a6de8de7 [2020-10-28T16:21:00.962Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-28T16:21:01.239Z] ---> Running in 98fdf7fe03cd [2020-10-28T16:21:01.864Z] Removing intermediate container 98fdf7fe03cd [2020-10-28T16:21:01.865Z] ---> b01ab94c5312 [2020-10-28T16:21:01.865Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:21:01.865Z] ---> Running in 024ddd573fe4 [2020-10-28T16:21:02.469Z] Removing intermediate container 024ddd573fe4 [2020-10-28T16:21:02.469Z] ---> 8cfffc1d36cf [2020-10-28T16:21:02.469Z] Step 19/21 : LABEL arch=arm64 [2020-10-28T16:21:02.748Z] ---> Running in 2fe97dbb412e [2020-10-28T16:21:03.370Z] Removing intermediate container 2fe97dbb412e [2020-10-28T16:21:03.370Z] ---> 927f813391bb [2020-10-28T16:21:03.370Z] Step 20/21 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:21:03.649Z] ---> Running in 1e73e3adfd20 [2020-10-28T16:21:04.279Z] Removing intermediate container 1e73e3adfd20 [2020-10-28T16:21:04.279Z] ---> dce59f380853 [2020-10-28T16:21:04.279Z] Step 21/21 : LABEL version=0.0.0 [2020-10-28T16:21:04.558Z] ---> Running in 27eb28af02f9 [2020-10-28T16:21:05.165Z] Removing intermediate container 27eb28af02f9 [2020-10-28T16:21:05.165Z] ---> 8f8bf12bfe11 [2020-10-28T16:21:05.165Z] [2020-10-28T16:21:05.445Z] Successfully built 8f8bf12bfe11 [2020-10-28T16:21:05.445Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-28T16:21:11.162Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8f9d51f56ff5 [2020-10-28T16:21:11.162Z] ---> 188245ddf6cc [2020-10-28T16:21:11.162Z] [2020-10-28T16:21:11.162Z] Step 10/20 : FROM alpine [2020-10-28T16:21:11.162Z] ---> 2e77e061c27f [2020-10-28T16:21:11.162Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-28T16:21:11.162Z] ---> Running in 341d8ca6e74a [2020-10-28T16:21:13.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:21:13.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:21:14.411Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-28T16:21:14.411Z] v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-28T16:21:14.411Z] OK: 12615 distinct packages available [2020-10-28T16:21:15.406Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-28T16:21:15.406Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-28T16:21:15.406Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-28T16:21:15.406Z] (4/4) Installing curl (7.69.1-r1) [2020-10-28T16:21:15.406Z] Executing busybox-1.31.1-r19.trigger [2020-10-28T16:21:15.406Z] Executing ca-certificates-20191127-r4.trigger [2020-10-28T16:21:16.013Z] OK: 7 MiB in 18 packages [2020-10-28T16:21:18.684Z] Removing intermediate container 341d8ca6e74a [2020-10-28T16:21:18.684Z] ---> a10de35a3c4c [2020-10-28T16:21:18.684Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T16:21:18.684Z] ---> Running in 1d2c285575b8 [2020-10-28T16:21:19.327Z] Removing intermediate container 1d2c285575b8 [2020-10-28T16:21:19.328Z] ---> 1616cb66ca86 [2020-10-28T16:21:19.328Z] Step 13/20 : WORKDIR /edgex [2020-10-28T16:21:19.328Z] ---> Running in 75c0f60d2a07 [2020-10-28T16:21:19.928Z] Removing intermediate container 75c0f60d2a07 [2020-10-28T16:21:19.928Z] ---> 4d19b43509b7 [2020-10-28T16:21:19.928Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-28T16:21:20.918Z] ---> 3b6065870ee0 [2020-10-28T16:21:20.918Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-28T16:21:22.577Z] ---> af0b51e37f7f [2020-10-28T16:21:22.577Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-28T16:21:22.868Z] ---> Running in a01f45b00074 [2020-10-28T16:21:23.513Z] Removing intermediate container a01f45b00074 [2020-10-28T16:21:23.513Z] ---> 3502b596f49d [2020-10-28T16:21:23.513Z] Step 17/20 : CMD ["--init=true"] [2020-10-28T16:21:23.513Z] ---> Running in b9755208d1cf [2020-10-28T16:21:24.162Z] Removing intermediate container b9755208d1cf [2020-10-28T16:21:24.162Z] ---> 43f3779cbddb [2020-10-28T16:21:24.162Z] Step 18/20 : LABEL arch=arm64 [2020-10-28T16:21:24.435Z] ---> Running in 9c4fdb8bb85f [2020-10-28T16:21:25.046Z] Removing intermediate container 9c4fdb8bb85f [2020-10-28T16:21:25.046Z] ---> 737653562211 [2020-10-28T16:21:25.046Z] Step 19/20 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:21:25.046Z] ---> Running in abbed6e63ec2 [2020-10-28T16:21:25.656Z] Removing intermediate container abbed6e63ec2 [2020-10-28T16:21:25.656Z] ---> e61568475ef6 [2020-10-28T16:21:25.656Z] Step 20/20 : LABEL version=0.0.0 [2020-10-28T16:21:25.934Z] ---> Running in eac4eebde1e7 [2020-10-28T16:21:26.541Z] Removing intermediate container eac4eebde1e7 [2020-10-28T16:21:26.541Z] ---> 6e76381193d5 [2020-10-28T16:21:26.541Z] [2020-10-28T16:21:27.148Z] Successfully built 6e76381193d5 [2020-10-28T16:21:27.148Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-28T16:21:29.143Z]  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-28T16:21:37.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-28T16:21:47.647Z] Removing intermediate container 83f760a236ac [2020-10-28T16:21:47.647Z] ---> e7ffa2bfd757 [2020-10-28T16:21:47.647Z] [2020-10-28T16:21:47.647Z] Step 10/26 : FROM alpine:3.10 [2020-10-28T16:21:47.647Z] 3.10: Pulling from library/alpine [2020-10-28T16:21:49.114Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-28T16:21:49.114Z] Status: Downloaded newer image for alpine:3.10 [2020-10-28T16:21:49.114Z] ---> 536a684cf733 [2020-10-28T16:21:49.114Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-28T16:21:49.393Z] ---> Running in 3b43009333a3 [2020-10-28T16:21:52.054Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-28T16:21:52.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-28T16:21:52.606Z] Removing intermediate container 8c1f4d8f73a5 [2020-10-28T16:21:52.606Z] ---> c2da306bcf2e [2020-10-28T16:21:52.606Z] [2020-10-28T16:21:52.606Z] Step 10/24 : FROM scratch [2020-10-28T16:21:52.606Z] ---> [2020-10-28T16:21:52.606Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-28T16:21:52.606Z] ---> Using cache [2020-10-28T16:21:52.606Z] ---> 9f11d94070c8 [2020-10-28T16:21:52.606Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-28T16:21:52.880Z] ---> Running in ee2c4aa99d4b [2020-10-28T16:21:52.880Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-28T16:21:52.880Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-28T16:21:52.880Z] OK: 10167 distinct packages available [2020-10-28T16:21:53.489Z] Removing intermediate container ee2c4aa99d4b [2020-10-28T16:21:53.489Z] ---> ada6dde2798a [2020-10-28T16:21:53.489Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-28T16:21:53.489Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-28T16:21:53.489Z] ---> Running in 6d373fd672ad [2020-10-28T16:21:53.769Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-28T16:21:53.769Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-28T16:21:53.769Z] (4/5) Installing curl (7.66.0-r1) [2020-10-28T16:21:53.769Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-28T16:21:53.769Z] Executing busybox-1.30.1-r3.trigger [2020-10-28T16:21:53.769Z] Executing ca-certificates-20191127-r2.trigger [2020-10-28T16:21:54.045Z] OK: 7 MiB in 19 packages [2020-10-28T16:21:54.333Z] Removing intermediate container 6d373fd672ad [2020-10-28T16:21:54.333Z] ---> 7faab7efad23 [2020-10-28T16:21:54.333Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-28T16:21:55.794Z] ---> 94cb7af8a9f1 [2020-10-28T16:21:55.794Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-28T16:21:56.412Z] Removing intermediate container 3b43009333a3 [2020-10-28T16:21:56.412Z] ---> 803a8214bdcc [2020-10-28T16:21:56.412Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-28T16:21:56.704Z] ---> Running in 736239ead12d [2020-10-28T16:21:57.706Z] Removing intermediate container 736239ead12d [2020-10-28T16:21:57.706Z] ---> 803108ebc2e3 [2020-10-28T16:21:57.706Z] Step 13/26 : WORKDIR / [2020-10-28T16:21:57.706Z] ---> 1dfdc2217149 [2020-10-28T16:21:57.706Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-28T16:21:57.706Z] ---> Running in b77f90a73712 [2020-10-28T16:21:58.693Z] Removing intermediate container b77f90a73712 [2020-10-28T16:21:58.693Z] ---> 5b8a3eac02bf [2020-10-28T16:21:58.693Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-28T16:21:59.299Z] ---> 4595989a08a3 [2020-10-28T16:21:59.299Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-28T16:21:59.907Z] ---> 09259e1a375c [2020-10-28T16:21:59.907Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-28T16:22:00.184Z] ---> 6dfa2ec4aa09 [2020-10-28T16:22:00.184Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-28T16:22:00.788Z] ---> 702e7dccda77 [2020-10-28T16:22:00.788Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-28T16:22:01.766Z] ---> cef416ac595e [2020-10-28T16:22:01.766Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-28T16:22:01.766Z] ---> 7bdd0de276e7 [2020-10-28T16:22:01.766Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-28T16:22:02.750Z] ---> 0571616a4be5 [2020-10-28T16:22:02.750Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-28T16:22:02.750Z] ---> 77f8a1f76aaa [2020-10-28T16:22:02.750Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-28T16:22:02.750Z] ---> Running in f67384428018 [2020-10-28T16:22:03.350Z] Removing intermediate container f67384428018 [2020-10-28T16:22:03.350Z] ---> 32d7f15295ed [2020-10-28T16:22:03.350Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:22:03.350Z] ---> Running in b86a78adc923 [2020-10-28T16:22:03.949Z] ---> ce61207d85f3 [2020-10-28T16:22:03.949Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-28T16:22:03.949Z] Removing intermediate container b86a78adc923 [2020-10-28T16:22:03.949Z] ---> 0d0c939b7bcd [2020-10-28T16:22:03.949Z] Step 22/24 : LABEL arch=arm64 [2020-10-28T16:22:03.949Z] ---> Running in f1cf956b3d85 [2020-10-28T16:22:04.933Z] Removing intermediate container f1cf956b3d85 [2020-10-28T16:22:04.933Z] ---> a96438036150 [2020-10-28T16:22:04.933Z] Step 23/24 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:22:05.212Z] ---> 8ac45ee064a7 [2020-10-28T16:22:05.212Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-28T16:22:05.212Z] ---> Running in 703d80b11390 [2020-10-28T16:22:05.815Z] Removing intermediate container 703d80b11390 [2020-10-28T16:22:05.815Z] ---> 5ff73b1dd637 [2020-10-28T16:22:05.815Z] Step 24/24 : LABEL version=0.0.0 [2020-10-28T16:22:05.815Z] ---> Running in 4ea1c788a2ab [2020-10-28T16:22:06.413Z] ---> 6cd1ba579e3c [2020-10-28T16:22:06.413Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-28T16:22:06.686Z] Removing intermediate container 4ea1c788a2ab [2020-10-28T16:22:06.686Z] ---> 5aa4ad857c2b [2020-10-28T16:22:06.686Z] [2020-10-28T16:22:06.959Z] Successfully built 5aa4ad857c2b [2020-10-28T16:22:06.959Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-28T16:22:07.949Z]  Building docker-support-notifications-go ... done  ---> 8083fed5ee91 [2020-10-28T16:22:07.949Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-28T16:22:07.949Z] ---> Running in 4aa807b3c310 [2020-10-28T16:22:08.542Z] Removing intermediate container 216ef4e90be0 [2020-10-28T16:22:08.542Z] ---> 48879c4c5a33 [2020-10-28T16:22:08.542Z] [2020-10-28T16:22:08.542Z] Step 10/22 : FROM scratch [2020-10-28T16:22:08.542Z] ---> [2020-10-28T16:22:08.542Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-28T16:22:08.816Z] ---> Using cache [2020-10-28T16:22:08.816Z] ---> 87a1389be2dd [2020-10-28T16:22:08.816Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-28T16:22:08.816Z] ---> Running in 057e5f7ab390 [2020-10-28T16:22:09.412Z] Removing intermediate container 057e5f7ab390 [2020-10-28T16:22:09.412Z] ---> 2d11da670418 [2020-10-28T16:22:09.412Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-28T16:22:09.412Z] ---> Running in d0a2a7d8b656 [2020-10-28T16:22:10.020Z] Removing intermediate container d0a2a7d8b656 [2020-10-28T16:22:10.020Z] ---> 2f3f49443b11 [2020-10-28T16:22:10.020Z] Step 14/22 : WORKDIR / [2020-10-28T16:22:10.020Z] ---> Running in a49b7d4933d5 [2020-10-28T16:22:10.612Z] Removing intermediate container a49b7d4933d5 [2020-10-28T16:22:10.612Z] ---> 1332bfd331d0 [2020-10-28T16:22:10.612Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-28T16:22:10.612Z] Removing intermediate container 4aa807b3c310 [2020-10-28T16:22:10.612Z] ---> adabeae3d418 [2020-10-28T16:22:10.612Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-28T16:22:10.886Z] ---> Running in 541d6a7cd3ea [2020-10-28T16:22:11.167Z] ---> 20f43bf9d0af [2020-10-28T16:22:11.167Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-28T16:22:11.167Z] Removing intermediate container 541d6a7cd3ea [2020-10-28T16:22:11.167Z] ---> 68a1835ffdf1 [2020-10-28T16:22:11.167Z] Step 24/26 : LABEL arch=arm64 [2020-10-28T16:22:11.440Z] ---> Running in 404c199c1c42 [2020-10-28T16:22:12.036Z] Removing intermediate container 404c199c1c42 [2020-10-28T16:22:12.036Z] ---> 8f8986cb2ad9 [2020-10-28T16:22:12.036Z] Step 25/26 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:22:12.310Z] ---> Running in 87ae340d8219 [2020-10-28T16:22:12.584Z] ---> 224f8550c817 [2020-10-28T16:22:12.584Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-28T16:22:12.859Z] Removing intermediate container 87ae340d8219 [2020-10-28T16:22:12.859Z] ---> 8618a236d91f [2020-10-28T16:22:12.859Z] Step 26/26 : LABEL version=0.0.0 [2020-10-28T16:22:12.859Z] ---> Running in 655c3f219f18 [2020-10-28T16:22:13.457Z] Removing intermediate container 655c3f219f18 [2020-10-28T16:22:13.457Z] ---> c8f3953ec74b [2020-10-28T16:22:13.457Z] [2020-10-28T16:22:13.457Z] ---> f2c07f9d69a8 [2020-10-28T16:22:13.457Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-28T16:22:13.731Z] ---> Running in 62db2ee7573d [2020-10-28T16:22:13.731Z] Successfully built c8f3953ec74b [2020-10-28T16:22:13.731Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-28T16:22:14.327Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 62db2ee7573d [2020-10-28T16:22:14.327Z] ---> f0e1e24fac95 [2020-10-28T16:22:14.327Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-28T16:22:14.327Z] ---> Running in 2e9dbbd84d64 [2020-10-28T16:22:14.921Z] Removing intermediate container 2e9dbbd84d64 [2020-10-28T16:22:14.921Z] ---> 8c3f3cf9fe61 [2020-10-28T16:22:14.921Z] Step 20/22 : LABEL arch=arm64 [2020-10-28T16:22:14.921Z] ---> Running in 4f95b99937e4 [2020-10-28T16:22:15.518Z] Removing intermediate container 4f95b99937e4 [2020-10-28T16:22:15.518Z] ---> 0a35a0333fab [2020-10-28T16:22:15.518Z] Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 [2020-10-28T16:22:15.518Z] ---> Running in 1c0f39671637 [2020-10-28T16:22:15.795Z] Removing intermediate container 1c0f39671637 [2020-10-28T16:22:15.795Z] ---> 8cf141684b95 [2020-10-28T16:22:15.795Z] Step 22/22 : LABEL version=0.0.0 [2020-10-28T16:22:16.069Z] ---> Running in 2ceae6e9fc29 [2020-10-28T16:22:16.665Z] Removing intermediate container 2ceae6e9fc29 [2020-10-28T16:22:16.665Z] ---> 37ebed3fc3ca [2020-10-28T16:22:16.665Z] [2020-10-28T16:22:16.938Z] Successfully built 37ebed3fc3ca [2020-10-28T16:22:16.938Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-28T16:22:17.225Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-10-28T16:22:17.230Z] $ docker stop --time=1 d0e2b6f3ce0c6e49db0905166cf77ec97f2b05ca39c33dc284f6f7c85a94f03f [2020-10-28T16:22:19.127Z] $ docker rm -f d0e2b6f3ce0c6e49db0905166cf77ec97f2b05ca39c33dc284f6f7c85a94f03f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T16:22:19.814Z] + grep docker [2020-10-28T16:22:19.814Z] + docker images [2020-10-28T16:22:20.086Z] docker-core-metadata-go-arm64 latest 37ebed3fc3ca 3 seconds ago 13.5MB [2020-10-28T16:22:20.086Z] docker-security-secretstore-setup-go-arm64 latest c8f3953ec74b 6 seconds ago 30.8MB [2020-10-28T16:22:20.086Z] docker-support-notifications-go-arm64 latest 5aa4ad857c2b 13 seconds ago 12.9MB [2020-10-28T16:22:20.086Z] docker-security-proxy-setup-go-arm64 latest 6e76381193d5 53 seconds ago 15.1MB [2020-10-28T16:22:20.086Z] docker-support-scheduler-go-arm64 latest 8f8bf12bfe11 About a minute ago 11.5MB [2020-10-28T16:22:20.086Z] docker-sys-mgmt-agent-go-arm64 latest 1ef3565bcbe8 About a minute ago 270MB [2020-10-28T16:22:20.086Z] docker-core-data-go-arm64 latest ec2fee02f081 2 minutes ago 22.3MB [2020-10-28T16:22:20.086Z] docker-security-secrets-setup-go-arm64 latest 28ed034cb5a0 3 minutes ago 22.7MB [2020-10-28T16:22:20.086Z] docker-core-command-go-arm64 latest 20ea39214e09 3 minutes ago 11.4MB [2020-10-28T16:22:20.086Z] docker-support-logging-go-arm64 latest 3d9e042c2039 3 minutes ago 10.6MB [2020-10-28T16:22:20.086Z] docker latest 5d4db4dc0692 6 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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-10-28T16:22:23.637Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:22:24.533Z] ---> package-listing.sh [2020-10-28T16:22:24.533Z] ++ facter osfamily [2020-10-28T16:22:24.533Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-28T16:22:24.533Z] + OS_FAMILY=redhat [2020-10-28T16:22:24.533Z] + workspace=/w/workspace/edgex-go/2 [2020-10-28T16:22:24.533Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-28T16:22:24.533Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-28T16:22:24.533Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-28T16:22:24.533Z] + PACKAGES=/tmp/packages_start.txt [2020-10-28T16:22:24.533Z] + '[' /w/workspace/edgex-go/2 ']' [2020-10-28T16:22:24.533Z] + PACKAGES=/tmp/packages_end.txt [2020-10-28T16:22:24.533Z] + case "${OS_FAMILY}" in [2020-10-28T16:22:24.533Z] + rpm -qa [2020-10-28T16:22:24.533Z] + sort [2020-10-28T16:22:28.764Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-28T16:22:28.764Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-28T16:22:28.764Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-28T16:22:28.764Z] + '[' /w/workspace/edgex-go/2 ']' [2020-10-28T16:22:28.764Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-10-28T16:22:28.764Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-10-28T16:22:28.780Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-28T16:22:29.079Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:22:29.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T16:22:29.393Z] [2020-10-28T16:22:29.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-28T16:22:29.754Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T16:22:29.754Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-28T16:22:29.754Z] df20fa9351a1: Already exists [2020-10-28T16:22:29.754Z] 36b3adc4ff6f: Pulling fs layer [2020-10-28T16:22:29.754Z] 8ad3a11d3b57: Pulling fs layer [2020-10-28T16:22:29.754Z] 46f8f816bc3b: Pulling fs layer [2020-10-28T16:22:29.754Z] 93b61091891f: Pulling fs layer [2020-10-28T16:22:29.754Z] 93b9cdb0e59b: Pulling fs layer [2020-10-28T16:22:29.754Z] 5e14af77c1be: Pulling fs layer [2020-10-28T16:22:29.754Z] 01666e4c0597: Pulling fs layer [2020-10-28T16:22:29.754Z] aa168da1d23b: Pulling fs layer [2020-10-28T16:22:29.754Z] 5e14af77c1be: Waiting [2020-10-28T16:22:29.754Z] 01666e4c0597: Waiting [2020-10-28T16:22:29.754Z] 93b9cdb0e59b: Waiting [2020-10-28T16:22:29.754Z] 93b61091891f: Waiting [2020-10-28T16:22:29.754Z] aa168da1d23b: Waiting [2020-10-28T16:22:29.754Z] 46f8f816bc3b: Verifying Checksum [2020-10-28T16:22:29.754Z] 46f8f816bc3b: Download complete [2020-10-28T16:22:29.754Z] 36b3adc4ff6f: Verifying Checksum [2020-10-28T16:22:29.754Z] 36b3adc4ff6f: Download complete [2020-10-28T16:22:29.754Z] 93b9cdb0e59b: Verifying Checksum [2020-10-28T16:22:29.754Z] 93b9cdb0e59b: Download complete [2020-10-28T16:22:29.754Z] 5e14af77c1be: Verifying Checksum [2020-10-28T16:22:29.754Z] 5e14af77c1be: Download complete [2020-10-28T16:22:29.754Z] 93b61091891f: Verifying Checksum [2020-10-28T16:22:29.754Z] 93b61091891f: Download complete [2020-10-28T16:22:29.754Z] 01666e4c0597: Verifying Checksum [2020-10-28T16:22:29.754Z] 01666e4c0597: Download complete [2020-10-28T16:22:30.018Z] 36b3adc4ff6f: Pull complete [2020-10-28T16:22:30.600Z] 8ad3a11d3b57: Verifying Checksum [2020-10-28T16:22:30.600Z] 8ad3a11d3b57: Download complete [2020-10-28T16:22:31.185Z] 8ad3a11d3b57: Pull complete [2020-10-28T16:22:31.452Z] 46f8f816bc3b: Pull complete [2020-10-28T16:22:32.409Z] aa168da1d23b: Verifying Checksum [2020-10-28T16:22:32.409Z] aa168da1d23b: Download complete [2020-10-28T16:22:33.360Z] 93b61091891f: Pull complete [2020-10-28T16:22:33.360Z] 93b9cdb0e59b: Pull complete [2020-10-28T16:22:33.624Z] 5e14af77c1be: Pull complete [2020-10-28T16:22:33.624Z] 01666e4c0597: Pull complete [2020-10-28T16:22:43.687Z] aa168da1d23b: Pull complete [2020-10-28T16:22:43.687Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-28T16:22:43.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T16:22:43.687Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-28T16:22:43.920Z] prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container [2020-10-28T16:22:43.980Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-28T16:22:53.148Z] $ docker top 5cffb45e4a81a6c9de84d6cbeb4a574aa2950574ae3310a7a254137ee622ffc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T16:22:53.726Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-28T16:22:54.036Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-28T16:22:54.339Z] + ls /var/log/sa-host [2020-10-28T16:22:54.340Z] + sadf -c /var/log/sa-host/sa05 [2020-10-28T16:22:54.340Z] file_magic: OK [2020-10-28T16:22:54.340Z] HZ: Using current value: 100 [2020-10-28T16:22:54.340Z] file_header: OK [2020-10-28T16:22:54.340Z] 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-10-28T16:22:54.340Z] Statistics: [2020-10-28T16:22:54.340Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T16:22:54.340Z] File successfully converted to sysstat format version 12.2.1 [2020-10-28T16:22:54.340Z] + sadf -c /var/log/sa-host/sa28 [2020-10-28T16:22:54.340Z] file_magic: OK [2020-10-28T16:22:54.340Z] HZ: Using current value: 100 [2020-10-28T16:22:54.340Z] file_header: OK [2020-10-28T16:22:54.340Z] 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-10-28T16:22:54.340Z] Statistics: [2020-10-28T16:22:54.340Z] 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-10-28T16:22:54.340Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T16:22:54.604Z] provisioning config files... [2020-10-28T16:22:54.627Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5369787322732520658tmp [Pipeline] { [Pipeline] echo [2020-10-28T16:22:54.726Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:22:55.035Z] ---> create-netrc.sh [Pipeline] } [2020-10-28T16:22:55.045Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-28T16:22:55.140Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:22:55.448Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-28T16:22:55.462Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:22:55.769Z] ---> sudo-logs.sh [2020-10-28T16:22:55.769Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-28T16:22:55.781Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:22:56.081Z] ---> job-cost.sh [2020-10-28T16:22:56.081Z] lf-activate-venv: SKIPPING [2020-10-28T16:22:56.081Z] INFO: No Stack... [2020-10-28T16:22:57.476Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-28T16:22:57.739Z] INFO: Archiving Costs [Pipeline] echo [2020-10-28T16:22:57.753Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T16:22:58.056Z] ---> logs-deploy.sh [2020-10-28T16:22:58.056Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/2 [2020-10-28T16:22:58.056Z] INFO: archiving workspace using pattern(s): [2020-10-28T16:22:59.451Z] Archives upload complete. [2020-10-28T16:22:59.715Z] INFO: archiving logs to Nexus [2020-10-28T16:23:00.665Z] ---> uname -a: [2020-10-28T16:23:00.665Z] Linux prd-centos7-docker-4c-2g-9505.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] ---> lscpu: [2020-10-28T16:23:00.665Z] Architecture: x86_64 [2020-10-28T16:23:00.665Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-28T16:23:00.665Z] Byte Order: Little Endian [2020-10-28T16:23:00.665Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-28T16:23:00.665Z] CPU(s): 4 [2020-10-28T16:23:00.665Z] On-line CPU(s) list: 0-3 [2020-10-28T16:23:00.665Z] Thread(s) per core: 1 [2020-10-28T16:23:00.665Z] Core(s) per socket: 1 [2020-10-28T16:23:00.665Z] Socket(s): 4 [2020-10-28T16:23:00.665Z] NUMA node(s): 1 [2020-10-28T16:23:00.665Z] Vendor ID: GenuineIntel [2020-10-28T16:23:00.665Z] CPU family: 6 [2020-10-28T16:23:00.665Z] Model: 44 [2020-10-28T16:23:00.665Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-28T16:23:00.665Z] Stepping: 1 [2020-10-28T16:23:00.665Z] CPU MHz: 2933.438 [2020-10-28T16:23:00.665Z] BogoMIPS: 5866.87 [2020-10-28T16:23:00.665Z] Virtualization: VT-x [2020-10-28T16:23:00.665Z] Hypervisor vendor: KVM [2020-10-28T16:23:00.665Z] Virtualization type: full [2020-10-28T16:23:00.665Z] L1d cache: 128 KiB [2020-10-28T16:23:00.665Z] L1i cache: 128 KiB [2020-10-28T16:23:00.665Z] L2 cache: 16 MiB [2020-10-28T16:23:00.665Z] L3 cache: 64 MiB [2020-10-28T16:23:00.665Z] NUMA node0 CPU(s): 0-3 [2020-10-28T16:23:00.665Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-28T16:23:00.665Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-28T16:23:00.665Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-28T16:23:00.665Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-28T16:23:00.665Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-28T16:23:00.665Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-28T16:23:00.665Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-28T16:23:00.665Z] Vulnerability Tsx async abort: Not affected [2020-10-28T16:23:00.665Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] ---> nproc: [2020-10-28T16:23:00.665Z] 4 [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] ---> df -h: [2020-10-28T16:23:00.665Z] Filesystem Size Used Available Use% Mounted on [2020-10-28T16:23:00.665Z] overlay 50.0G 12.2G 37.8G 24% / [2020-10-28T16:23:00.665Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-28T16:23:00.665Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-28T16:23:00.665Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-28T16:23:00.665Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2020-10-28T16:23:00.665Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2020-10-28T16:23:00.665Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2020-10-28T16:23:00.665Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2020-10-28T16:23:00.665Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2020-10-28T16:23:00.665Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2020-10-28T16:23:00.665Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2020-10-28T16:23:00.665Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2020-10-28T16:23:00.665Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 [2020-10-28T16:23:00.665Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] ---> free -m: [2020-10-28T16:23:00.665Z] total used free shared buff/cache available [2020-10-28T16:23:00.665Z] Mem: 1837 658 132 0 1045 1092 [2020-10-28T16:23:00.665Z] Swap: 1023 71 952 [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] ---> ip addr: [2020-10-28T16:23:00.665Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-28T16:23:00.665Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-28T16:23:00.665Z] inet 127.0.0.1/8 scope host lo [2020-10-28T16:23:00.665Z] valid_lft forever preferred_lft forever [2020-10-28T16:23:00.665Z] inet6 ::1/128 scope host [2020-10-28T16:23:00.665Z] valid_lft forever preferred_lft forever [2020-10-28T16:23:00.665Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-28T16:23:00.665Z] link/ether fa:16:3e:87:41:03 brd ff:ff:ff:ff:ff:ff [2020-10-28T16:23:00.665Z] inet 10.30.122.58/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-28T16:23:00.665Z] valid_lft 85178sec preferred_lft 85178sec [2020-10-28T16:23:00.665Z] inet6 fe80::f816:3eff:fe87:4103/64 scope link [2020-10-28T16:23:00.665Z] valid_lft forever preferred_lft forever [2020-10-28T16:23:00.665Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-28T16:23:00.665Z] link/ether 02:42:0c:26:05:8d brd ff:ff:ff:ff:ff:ff [2020-10-28T16:23:00.665Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-28T16:23:00.665Z] valid_lft forever preferred_lft forever [2020-10-28T16:23:00.665Z] inet6 fe80::42:cff:fe26:58d/64 scope link [2020-10-28T16:23:00.665Z] valid_lft forever preferred_lft forever [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] ---> sar -b -r -n DEV: [2020-10-28T16:23:00.665Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] 16:02:20 LINUX RESTART (4 CPU) [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] 16:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-28T16:23:00.665Z] 16:04:01 68.39 14.62 53.77 0.00 5183.03 12113.74 0.00 [2020-10-28T16:23:00.665Z] 16:05:01 243.60 97.31 146.29 0.00 7211.24 61304.69 0.00 [2020-10-28T16:23:00.665Z] 16:06:01 317.89 159.32 158.57 0.00 7892.75 19291.57 0.00 [2020-10-28T16:23:00.665Z] 16:07:01 122.43 75.04 47.39 0.00 3202.53 7187.20 0.00 [2020-10-28T16:23:00.665Z] 16:08:01 1073.76 789.52 284.24 0.00 96612.39 166551.82 0.00 [2020-10-28T16:23:00.665Z] 16:09:02 2592.33 2282.23 310.09 0.00 142212.50 154833.66 0.00 [2020-10-28T16:23:00.665Z] 16:10:02 805.74 513.72 292.01 0.00 85908.56 135692.13 0.00 [2020-10-28T16:23:00.665Z] 16:11:02 1408.33 1108.46 299.87 0.00 57293.67 64381.24 0.00 [2020-10-28T16:23:00.665Z] 16:12:01 1359.72 1079.57 280.15 0.00 61135.75 75919.02 0.00 [2020-10-28T16:23:00.665Z] 16:13:01 51.41 24.45 26.96 0.00 3476.52 1603.06 0.00 [2020-10-28T16:23:00.665Z] 16:14:01 0.38 0.17 0.22 0.00 2.40 3.48 0.00 [2020-10-28T16:23:00.665Z] 16:15:01 0.27 0.05 0.22 0.00 0.40 2.61 0.00 [2020-10-28T16:23:00.665Z] 16:16:01 0.28 0.02 0.27 0.00 0.53 2.53 0.00 [2020-10-28T16:23:00.665Z] 16:17:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 [2020-10-28T16:23:00.665Z] 16:18:01 2.28 2.06 0.22 0.00 207.79 2.48 0.00 [2020-10-28T16:23:00.665Z] 16:19:01 0.82 0.03 0.78 0.00 1.07 15.22 0.00 [2020-10-28T16:23:00.665Z] 16:20:01 0.27 0.02 0.25 0.00 0.27 2.47 0.00 [2020-10-28T16:23:00.665Z] 16:21:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 [2020-10-28T16:23:00.665Z] 16:22:01 0.28 0.03 0.25 0.00 0.80 3.01 0.00 [2020-10-28T16:23:00.665Z] Average: 423.33 323.29 100.04 0.00 24799.33 36828.67 0.00 [2020-10-28T16:23:00.665Z] [2020-10-28T16:23:00.665Z] 16:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-28T16:23:00.665Z] 16:04:01 66480 0 644836 34.27 2620 1167620 1308164 44.65 577176 1071872 66884 [2020-10-28T16:23:00.665Z] 16:05:01 167268 0 658292 34.99 1492 1054504 1318924 45.01 636088 883108 36 [2020-10-28T16:23:00.665Z] 16:06:01 310308 0 783024 41.62 1312 786912 1738644 59.34 675388 662436 20656 [2020-10-28T16:23:00.665Z] 16:07:01 386016 0 675316 35.89 1272 818952 1147700 39.17 565472 696296 20 [2020-10-28T16:23:00.665Z] 16:08:01 271904 0 688768 36.61 0 920884 1946556 66.43 602668 834204 44 [2020-10-28T16:23:00.665Z] 16:09:02 429648 0 1005256 53.43 0 446652 3896352 132.98 647552 588408 65056 [2020-10-28T16:23:00.665Z] 16:10:02 73372 0 767740 40.80 0 1040444 2268120 77.41 757764 879288 32676 [2020-10-28T16:23:00.665Z] 16:11:02 219280 0 712100 37.85 0 950176 1818696 62.07 664788 783300 2504 [2020-10-28T16:23:00.665Z] 16:12:01 410284 0 622608 33.09 0 848664 1351184 46.11 365012 910380 0 [2020-10-28T16:23:00.665Z] 16:13:01 595616 0 576312 30.63 0 709628 1186136 40.48 357100 737156 20 [2020-10-28T16:23:00.665Z] 16:14:01 596748 0 575168 30.57 0 709640 1175232 40.11 357008 736484 8 [2020-10-28T16:23:00.665Z] 16:15:01 596772 0 575120 30.57 0 709664 1167140 39.83 356740 736300 20 [2020-10-28T16:23:00.665Z] 16:16:01 597720 0 574176 30.52 0 709660 1166912 39.82 356284 736300 12 [2020-10-28T16:23:00.666Z] 16:17:01 598032 0 573840 30.50 0 709684 1166912 39.82 356284 736320 8 [2020-10-28T16:23:00.666Z] 16:18:01 588272 0 577988 30.72 0 715296 1167140 39.83 362556 738808 20 [2020-10-28T16:23:00.666Z] 16:19:01 588784 0 577452 30.69 0 715320 1166936 39.83 362120 738828 12 [2020-10-28T16:23:00.666Z] 16:20:01 589244 0 576988 30.67 0 715324 1166912 39.82 362080 738832 12 [2020-10-28T16:23:00.666Z] 16:21:01 588856 0 577368 30.69 0 715332 1166912 39.82 362084 738832 8 [2020-10-28T16:23:00.666Z] 16:22:01 587832 0 578388 30.74 0 715336 1167116 39.83 363188 738848 8 [2020-10-28T16:23:00.666Z] Average: 434865 0 648460 34.46 352 797879 1499563 51.18 478282 772947 9895 [2020-10-28T16:23:00.666Z] [2020-10-28T16:23:00.666Z] 16:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-28T16:23:00.666Z] 16:04:01 veth078a487 690.30 597.27 65.50 2066.28 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:04:01 eth0 1395.87 1256.43 5465.88 165.89 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:04:01 docker0 690.30 597.14 56.06 2066.27 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:05:01 vethcf4d772 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:05:01 veth181a3d4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:05:01 eth0 709.02 612.57 5039.42 69.34 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:06:01 vethddd2961 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:06:01 eth0 139.85 103.95 501.95 21.65 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:06:01 docker0 998.90 915.51 79.18 3485.19 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:07:01 eth0 51.48 35.77 30.03 87.92 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:08:01 vethf7c1ebd 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:08:01 vethe83e1b8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:08:01 veth613ff56 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:08:01 vethb24a006 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:09:02 vethe11134b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:09:02 veth21a18ff 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:09:02 veth613ff56 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:09:02 eth0 2696.07 2283.76 13078.14 444.11 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:10:02 veth965bd52 25.16 40.23 1.68 265.84 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:10:02 veth613ff56 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:10:02 eth0 70.14 40.39 321.37 11.55 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:10:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:11:02 veth613ff56 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:11:02 vethea38048 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:11:02 eth0 112.52 80.74 245.49 98.91 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:12:01 veth613ff56 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:12:01 eth0 66.03 36.27 176.71 18.28 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:12:01 docker0 1115.52 1071.98 86.47 4318.23 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:13:01 eth0 12.46 7.19 10.57 5.03 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:13:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:14:01 eth0 5.04 4.76 0.63 11.29 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:15:01 eth0 5.10 4.56 0.62 7.13 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:16:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:17:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:18:01 eth0 7.08 7.13 0.76 13.85 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:19:01 eth0 0.18 0.15 0.07 0.04 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:21:01 eth0 0.38 0.05 0.03 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:22:01 eth0 2.41 2.16 0.40 6.75 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] Average: eth0 149.54 126.02 715.39 31.79 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] Average: docker0 57.87 55.61 4.49 224.00 0.00 0.00 0.00 0.00 [2020-10-28T16:23:00.666Z] [2020-10-28T16:23:00.666Z] [2020-10-28T16:23:00.666Z] ---> sar -P ALL: [2020-10-28T16:23:00.666Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) [2020-10-28T16:23:00.666Z] [2020-10-28T16:23:00.666Z] 16:02:20 LINUX RESTART (4 CPU) [2020-10-28T16:23:00.666Z] [2020-10-28T16:23:00.666Z] 16:03:01 CPU %user %nice %system %iowait %steal %idle [2020-10-28T16:23:00.666Z] 16:04:01 all 12.03 0.00 6.36 1.88 0.05 79.68 [2020-10-28T16:23:00.666Z] 16:04:01 0 12.76 0.00 9.22 0.99 0.07 76.95 [2020-10-28T16:23:00.666Z] 16:04:01 1 12.33 0.00 5.51 2.15 0.03 79.98 [2020-10-28T16:23:00.666Z] 16:04:01 2 12.24 0.00 5.32 2.03 0.05 80.36 [2020-10-28T16:23:00.666Z] 16:04:01 3 10.81 0.00 5.41 2.33 0.05 81.40 [2020-10-28T16:23:00.666Z] 16:05:01 all 14.66 0.00 8.59 2.23 0.08 74.43 [2020-10-28T16:23:00.666Z] 16:05:01 0 15.92 0.00 9.78 2.04 0.03 72.22 [2020-10-28T16:23:00.666Z] 16:05:01 1 14.46 0.00 8.24 2.69 0.09 74.52 [2020-10-28T16:23:00.666Z] 16:05:01 2 12.91 0.00 7.81 0.92 0.10 78.25 [2020-10-28T16:23:00.666Z] 16:05:01 3 15.34 0.00 8.55 3.27 0.10 72.74 [2020-10-28T16:23:00.666Z] 16:06:01 all 35.78 0.00 13.76 7.29 0.07 43.11 [2020-10-28T16:23:00.666Z] 16:06:01 0 35.00 0.00 14.31 6.21 0.07 44.41 [2020-10-28T16:23:00.666Z] 16:06:01 1 35.89 0.00 13.16 7.26 0.05 43.65 [2020-10-28T16:23:00.666Z] 16:06:01 2 35.88 0.00 14.19 9.01 0.07 40.85 [2020-10-28T16:23:00.666Z] 16:06:01 3 36.34 0.00 13.37 6.67 0.09 43.54 [2020-10-28T16:23:00.666Z] 16:07:01 all 39.95 0.00 12.14 2.25 0.11 45.56 [2020-10-28T16:23:00.666Z] 16:07:01 0 41.07 0.00 11.39 2.34 0.09 45.12 [2020-10-28T16:23:00.666Z] 16:07:01 1 39.77 0.00 12.42 3.01 0.12 44.67 [2020-10-28T16:23:00.666Z] 16:07:01 2 38.70 0.00 11.91 2.31 0.10 46.98 [2020-10-28T16:23:00.666Z] 16:07:01 3 40.27 0.00 12.84 1.31 0.12 45.45 [2020-10-28T16:23:00.666Z] 16:08:01 all 23.73 0.00 25.97 5.87 0.24 44.18 [2020-10-28T16:23:00.666Z] 16:08:01 0 22.06 0.00 26.19 6.17 0.24 45.34 [2020-10-28T16:23:00.666Z] 16:08:01 1 24.79 0.00 25.59 4.35 0.28 45.00 [2020-10-28T16:23:00.666Z] 16:08:01 2 24.29 0.00 26.23 7.20 0.21 42.07 [2020-10-28T16:23:00.666Z] 16:08:01 3 23.79 0.00 25.89 5.78 0.23 44.32 [2020-10-28T16:23:00.666Z] 16:09:02 all 30.98 0.00 23.82 27.03 0.31 17.86 [2020-10-28T16:23:00.666Z] 16:09:02 0 30.50 0.00 23.68 26.68 0.31 18.83 [2020-10-28T16:23:00.666Z] 16:09:02 1 31.26 0.00 23.14 26.76 0.33 18.51 [2020-10-28T16:23:00.666Z] 16:09:02 2 31.21 0.00 23.24 25.74 0.38 19.43 [2020-10-28T16:23:00.666Z] 16:09:02 3 30.96 0.00 25.24 28.96 0.21 14.62 [2020-10-28T16:23:00.666Z] 16:10:02 all 43.16 0.00 20.77 18.23 0.28 17.55 [2020-10-28T16:23:00.666Z] 16:10:02 0 41.21 0.00 20.33 19.63 0.33 18.51 [2020-10-28T16:23:00.666Z] 16:10:02 1 43.76 0.00 21.49 17.98 0.29 16.48 [2020-10-28T16:23:00.666Z] 16:10:02 2 43.93 0.00 20.09 17.11 0.26 18.61 [2020-10-28T16:23:00.666Z] 16:10:02 3 43.74 0.00 21.16 18.22 0.26 16.62 [2020-10-28T16:23:00.666Z] 16:11:02 all 49.27 0.00 20.13 18.50 0.18 11.92 [2020-10-28T16:23:00.666Z] 16:11:02 0 47.29 0.00 19.49 17.09 0.16 15.97 [2020-10-28T16:23:00.666Z] 16:11:02 1 49.78 0.00 20.24 18.42 0.21 11.34 [2020-10-28T16:23:00.666Z] 16:11:02 2 50.72 0.00 19.80 19.10 0.19 10.19 [2020-10-28T16:23:00.666Z] 16:11:02 3 49.31 0.00 20.98 19.37 0.16 10.18 [2020-10-28T16:23:00.666Z] 16:12:01 all 21.90 0.00 16.24 15.82 0.40 45.64 [2020-10-28T16:23:00.666Z] 16:12:01 0 19.76 0.00 15.79 15.30 0.40 48.75 [2020-10-28T16:23:00.666Z] 16:12:01 1 22.07 0.00 15.15 15.87 0.42 46.49 [2020-10-28T16:23:00.666Z] 16:12:01 2 23.69 0.00 18.31 14.08 0.32 43.61 [2020-10-28T16:23:00.666Z] 16:12:01 3 22.09 0.00 15.71 18.07 0.44 43.69 [2020-10-28T16:23:00.666Z] 16:13:01 all 1.43 0.00 1.62 0.65 0.05 96.26 [2020-10-28T16:23:00.666Z] 16:13:01 0 1.64 0.00 1.72 0.69 0.07 95.89 [2020-10-28T16:23:00.666Z] 16:13:01 1 1.15 0.00 1.54 0.53 0.03 96.74 [2020-10-28T16:23:00.666Z] 16:13:01 2 1.74 0.00 1.71 0.50 0.07 95.98 [2020-10-28T16:23:00.666Z] 16:13:01 3 1.17 0.00 1.51 0.87 0.03 96.42 [2020-10-28T16:23:00.666Z] 16:14:01 all 0.16 0.00 0.07 0.00 0.01 99.76 [2020-10-28T16:23:00.666Z] 16:14:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2020-10-28T16:23:00.666Z] 16:14:01 1 0.10 0.00 0.05 0.00 0.02 99.83 [2020-10-28T16:23:00.666Z] 16:14:01 2 0.35 0.00 0.08 0.00 0.00 99.57 [2020-10-28T16:23:00.666Z] 16:14:01 3 0.12 0.00 0.08 0.00 0.02 99.78 [2020-10-28T16:23:00.666Z] [2020-10-28T16:23:00.666Z] 16:14:01 CPU %user %nice %system %iowait %steal %idle [2020-10-28T16:23:00.666Z] 16:15:01 all 0.07 0.00 0.05 0.00 0.01 99.87 [2020-10-28T16:23:00.666Z] 16:15:01 0 0.07 0.00 0.08 0.00 0.00 99.85 [2020-10-28T16:23:00.666Z] 16:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-28T16:23:00.666Z] 16:15:01 2 0.05 0.00 0.03 0.00 0.03 99.88 [2020-10-28T16:23:00.666Z] 16:15:01 3 0.10 0.00 0.07 0.00 0.00 99.83 [2020-10-28T16:23:00.666Z] 16:16:01 all 0.03 0.00 0.02 0.00 0.00 99.94 [2020-10-28T16:23:00.666Z] 16:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-28T16:23:00.666Z] 16:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-28T16:23:00.666Z] 16:16:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-28T16:23:00.666Z] 16:16:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-28T16:23:00.666Z] 16:17:01 all 0.04 0.00 0.02 0.00 0.00 99.93 [2020-10-28T16:23:00.666Z] 16:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-28T16:23:00.666Z] 16:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-28T16:23:00.666Z] 16:17:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-28T16:23:00.666Z] 16:17:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-28T16:23:00.666Z] 16:18:01 all 0.09 0.00 0.12 0.03 0.00 99.76 [2020-10-28T16:23:00.666Z] 16:18:01 0 0.03 0.00 0.08 0.00 0.00 99.88 [2020-10-28T16:23:00.666Z] 16:18:01 1 0.12 0.00 0.17 0.10 0.00 99.62 [2020-10-28T16:23:00.666Z] 16:18:01 2 0.08 0.00 0.10 0.00 0.00 99.82 [2020-10-28T16:23:00.666Z] 16:18:01 3 0.13 0.00 0.12 0.02 0.00 99.73 [2020-10-28T16:23:00.666Z] 16:19:01 all 0.04 0.00 0.02 0.00 0.00 99.94 [2020-10-28T16:23:00.666Z] 16:19:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2020-10-28T16:23:00.667Z] 16:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-28T16:23:00.667Z] 16:19:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-28T16:23:00.667Z] 16:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-28T16:23:00.667Z] 16:20:01 all 0.02 0.00 0.03 0.00 0.00 99.94 [2020-10-28T16:23:00.667Z] 16:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-28T16:23:00.667Z] 16:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-28T16:23:00.667Z] 16:20:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2020-10-28T16:23:00.667Z] 16:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-28T16:23:00.667Z] 16:21:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2020-10-28T16:23:00.667Z] 16:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-28T16:23:00.667Z] 16:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-28T16:23:00.667Z] 16:21:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2020-10-28T16:23:00.667Z] 16:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-28T16:23:00.667Z] 16:22:01 all 0.05 0.00 0.05 0.01 0.00 99.88 [2020-10-28T16:23:00.667Z] 16:22:01 0 0.05 0.00 0.08 0.02 0.00 99.85 [2020-10-28T16:23:00.667Z] 16:22:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-28T16:23:00.667Z] 16:22:01 2 0.07 0.00 0.05 0.02 0.02 99.85 [2020-10-28T16:23:00.667Z] 16:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-28T16:23:00.667Z] Average: all 14.12 0.00 7.72 5.13 0.09 72.94 [2020-10-28T16:23:00.667Z] Average: 0 13.82 0.00 7.85 5.01 0.09 73.23 [2020-10-28T16:23:00.667Z] Average: 1 14.22 0.00 7.57 5.10 0.10 73.02 [2020-10-28T16:23:00.667Z] Average: 2 14.30 0.00 7.70 5.06 0.09 72.84 [2020-10-28T16:23:00.667Z] Average: 3 14.13 0.00 7.76 5.37 0.09 72.66 [2020-10-28T16:23:00.667Z] [2020-10-28T16:23:00.667Z] [2020-10-28T16:23:00.667Z]