Pull request #2848 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 75c894124bda8f900718f9d7dfec267e83cb5ab0+70c918de78a758e1281f9e18824a6a08fc9647aa (0328bc093abdb024e9e9b70b5d92a273e17152da) 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-9136 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 75c894124bda8f900718f9d7dfec267e83cb5ab0 Merge succeeded, producing 75c894124bda8f900718f9d7dfec267e83cb5ab0 Checking out Revision 75c894124bda8f900718f9d7dfec267e83cb5ab0 (PR-2848) > git config core.sparsecheckout # timeout=10 > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # 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 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 Commit message: "fix(snap): strip commit+date from version" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-27T14:40:12.766Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-27T14:40:13.091Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 6252f2d244ab7c75ec4fe1b58532704959deb956 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-27T14:40:13.234Z] ========================================================= [2020-10-27T14:40:13.234Z] EdgeX Global Pipelines Version Info [2020-10-27T14:40:13.234Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-27T14:40:15.615Z] ------------------- [2020-10-27T14:40:15.615Z] stable info: [2020-10-27T14:40:15.615Z] ------------------- [2020-10-27T14:40:15.615Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-27T14:40:15.615Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-27T14:40:15.615Z] Message: update stable to v1.0.148 [2020-10-27T14:40:16.588Z] ------------------- [2020-10-27T14:40:16.588Z] experimental info: [2020-10-27T14:40:16.588Z] ------------------- [2020-10-27T14:40:16.589Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-27T14:40:16.589Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-27T14:40:16.589Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-27T14:40:16.990Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-27T14:40:17.090Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-27T14:40:17.197Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-27T14:40:17.313Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-27T14:40:17.418Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-27T14:40:17.526Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-27T14:40:17.632Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-27T14:40:17.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-27T14:40:17.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-27T14:40:17.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-27T14:40:18.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-27T14:40:18.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-27T14:40:18.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-27T14:40:18.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-27T14:40:18.507Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T14:40:18.640Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T14:40:18.743Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-27T14:40:18.844Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-27T14:40:18.991Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-27T14:40:19.088Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-27T14:40:19.189Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-27T14:40:19.284Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2848 [Pipeline] echo [2020-10-27T14:40:19.410Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2848 [Pipeline] echo [2020-10-27T14:40:19.509Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2848 [Pipeline] echo [2020-10-27T14:40:19.605Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75c894124bda8f900718f9d7dfec267e83cb5ab0 [Pipeline] echo [2020-10-27T14:40:19.709Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 75c8941 [Pipeline] echo [2020-10-27T14:40:19.814Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-27T14:40:20.641Z] ++ 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-27T14:40:20.641Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T14:40:20.641Z] ++ cut -d/ -f2 [2020-10-27T14:40:20.641Z] ++ dirname cmd/core-command/Dockerfile [2020-10-27T14:40:20.641Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-27T14:40:20.641Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T14:40:20.641Z] ++ dirname cmd/core-data/Dockerfile [2020-10-27T14:40:20.641Z] ++ cut -d/ -f2 [2020-10-27T14:40:20.641Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-27T14:40:20.641Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T14:40:20.641Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-27T14:40:20.641Z] ++ cut -d/ -f2 [2020-10-27T14:40:20.641Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-27T14:40:20.641Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T14:40:20.641Z] ++ cut -d/ -f2 [2020-10-27T14:40:20.641Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-27T14:40:20.641Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-27T14:40:20.641Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T14:40:20.641Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-27T14:40:20.641Z] ++ cut -d/ -f2 [2020-10-27T14:40:20.641Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-27T14:40:20.641Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T14:40:20.641Z] ++ cut -d/ -f2 [2020-10-27T14:40:20.641Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-27T14:40:20.641Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-27T14:40:20.641Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T14:40:20.641Z] ++ cut -d/ -f2 [2020-10-27T14:40:20.641Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-27T14:40:20.641Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-27T14:40:20.641Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T14:40:20.641Z] ++ cut -d/ -f2 [2020-10-27T14:40:20.641Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-27T14:40:20.641Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-27T14:40:20.641Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T14:40:20.641Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-27T14:40:20.641Z] ++ cut -d/ -f2 [2020-10-27T14:40:20.641Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-27T14:40:20.641Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-27T14:40:20.641Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-27T14:40:20.641Z] ++ cut -d/ -f2 [2020-10-27T14:40:20.641Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-27T14:40:20.770Z] 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-27T14:40:22.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T14:40:23.028Z] [2020-10-27T14:40:23.028Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:40:23.481Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T14:40:23.759Z] latest: Pulling from edgex-devops/git-semver [2020-10-27T14:40:23.759Z] 31603596830f: Pulling fs layer [2020-10-27T14:40:23.759Z] 2a8b12db71e7: Pulling fs layer [2020-10-27T14:40:23.759Z] 6ca5941a6612: Pulling fs layer [2020-10-27T14:40:23.759Z] ecc8261a40a4: Pulling fs layer [2020-10-27T14:40:23.759Z] ecc8261a40a4: Waiting [2020-10-27T14:40:23.759Z] 2a8b12db71e7: Verifying Checksum [2020-10-27T14:40:23.759Z] 2a8b12db71e7: Download complete [2020-10-27T14:40:24.063Z] 31603596830f: Verifying Checksum [2020-10-27T14:40:24.063Z] 31603596830f: Download complete [2020-10-27T14:40:24.063Z] ecc8261a40a4: Verifying Checksum [2020-10-27T14:40:24.063Z] ecc8261a40a4: Download complete [2020-10-27T14:40:24.756Z] 31603596830f: Pull complete [2020-10-27T14:40:24.756Z] 6ca5941a6612: Verifying Checksum [2020-10-27T14:40:24.756Z] 6ca5941a6612: Download complete [2020-10-27T14:40:24.756Z] 2a8b12db71e7: Pull complete [2020-10-27T14:40:26.233Z] 6ca5941a6612: Pull complete [2020-10-27T14:40:26.502Z] ecc8261a40a4: Pull complete [2020-10-27T14:40:26.502Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-27T14:40:26.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T14:40:26.502Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-27T14:40:26.749Z] prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container [2020-10-27T14:40:26.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:10004/edgex-devops/git-semver:latest cat [2020-10-27T14:40:29.950Z] $ docker top e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T14:40:30.431Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T14:40:30.431Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T14:40:30.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T14:40:30.961Z] $ docker exec e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 ssh-agent [2020-10-27T14:40:31.226Z] SSH_AUTH_SOCK=/tmp/ssh-GfoQ6eAXtkvw/agent.11 [2020-10-27T14:40:31.226Z] SSH_AGENT_PID=17 [2020-10-27T14:40:31.279Z] Running ssh-add (command line suppressed) [2020-10-27T14:40:31.630Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_735665132213052682.key (/w/workspace/edgex-go/6@tmp/private_key_735665132213052682.key) [2020-10-27T14:40:31.767Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T14:40:32.166Z] + git tag --points-at HEAD [Pipeline] } [2020-10-27T14:40:32.227Z] $ docker exec --env ******** --env ******** e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 ssh-agent -k [2020-10-27T14:40:32.415Z] unset SSH_AUTH_SOCK; [2020-10-27T14:40:32.416Z] unset SSH_AGENT_PID; [2020-10-27T14:40:32.416Z] echo Agent pid 17 killed; [2020-10-27T14:40:32.498Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-27T14:40:32.656Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T14:40:32.656Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T14:40:33.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T14:40:33.193Z] $ docker exec e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 ssh-agent [2020-10-27T14:40:33.485Z] SSH_AUTH_SOCK=/tmp/ssh-zYzMie7zTPDQ/agent.45 [2020-10-27T14:40:33.485Z] SSH_AGENT_PID=50 [2020-10-27T14:40:33.497Z] Running ssh-add (command line suppressed) [2020-10-27T14:40:33.707Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5771285913176790767.key (/w/workspace/edgex-go/6@tmp/private_key_5771285913176790767.key) [2020-10-27T14:40:33.805Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T14:40:34.235Z] + git semver init [2020-10-27T14:40:34.523Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T14:40:34.523Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-10-27T14:40:34.523Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-10-27T14:40:34.523Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T14:40:34.523Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T14:40:34.523Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T14:40:34.523Z] # $SEMVER_BRANCH = PR-2848 [2020-10-27T14:40:34.523Z] # $SEMVER_TEMP = /tmp/semver-385329377 [2020-10-27T14:40:34.523Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-27T14:41:14.004Z] # '/tmp/semver-385329377' -> '/w/workspace/edgex-go/6/.semver' [2020-10-27T14:41:14.004Z] # -> Force: false [2020-10-27T14:41:14.004Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-10-27T14:41:14.032Z] $ docker exec --env ******** --env ******** e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 ssh-agent -k [2020-10-27T14:41:14.356Z] unset SSH_AUTH_SOCK; [2020-10-27T14:41:14.357Z] unset SSH_AGENT_PID; [2020-10-27T14:41:14.357Z] echo Agent pid 50 killed; [2020-10-27T14:41:14.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T14:41:15.008Z] + git semver [Pipeline] } [2020-10-27T14:41:15.045Z] $ docker stop --time=1 e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 [2020-10-27T14:41:16.919Z] $ docker rm -f e3243439e697fde21d65b484bfbc1f68277bbcbf235c4df91fe3aee94f6fec29 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T14:41:17.495Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T14:41:18.769Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T14:41:18.772Z] [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-27T14:41:19.600Z] ========================================================= [2020-10-27T14:41:19.601Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T14:41:19.601Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:41:19.998Z] + 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-27T14:41:25.561Z] Sending build context to Docker daemon 325.8MB [2020-10-27T14:41:25.561Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-27T14:41:25.561Z] Step 2/7 : FROM ${BASE} [2020-10-27T14:41:25.561Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T14:41:25.561Z] df20fa9351a1: Pulling fs layer [2020-10-27T14:41:25.561Z] ed8968b2872e: Pulling fs layer [2020-10-27T14:41:25.561Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T14:41:25.561Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T14:41:25.561Z] e73272ec9a57: Pulling fs layer [2020-10-27T14:41:25.561Z] 1e910a182e73: Pulling fs layer [2020-10-27T14:41:25.561Z] 4e634b169226: Pulling fs layer [2020-10-27T14:41:25.561Z] e73272ec9a57: Waiting [2020-10-27T14:41:25.561Z] 1e910a182e73: Waiting [2020-10-27T14:41:25.561Z] e871e8e8d7a9: Waiting [2020-10-27T14:41:25.561Z] 4e634b169226: Waiting [2020-10-27T14:41:25.561Z] a92cc7c5fd73: Verifying Checksum [2020-10-27T14:41:25.561Z] a92cc7c5fd73: Download complete [2020-10-27T14:41:25.561Z] ed8968b2872e: Verifying Checksum [2020-10-27T14:41:25.561Z] ed8968b2872e: Download complete [2020-10-27T14:41:25.561Z] e73272ec9a57: Download complete [2020-10-27T14:41:25.561Z] 1e910a182e73: Verifying Checksum [2020-10-27T14:41:25.561Z] 1e910a182e73: Download complete [2020-10-27T14:41:25.863Z] df20fa9351a1: Verifying Checksum [2020-10-27T14:41:25.863Z] df20fa9351a1: Download complete [2020-10-27T14:41:26.207Z] df20fa9351a1: Pull complete [2020-10-27T14:41:26.511Z] ed8968b2872e: Pull complete [2020-10-27T14:41:26.511Z] a92cc7c5fd73: Pull complete [2020-10-27T14:41:31.148Z] 4e634b169226: Verifying Checksum [2020-10-27T14:41:31.148Z] 4e634b169226: Download complete [2020-10-27T14:41:32.696Z] e871e8e8d7a9: Verifying Checksum [2020-10-27T14:41:32.696Z] e871e8e8d7a9: Download complete [2020-10-27T14:41:34.246Z] Still waiting to schedule task [2020-10-27T14:41:34.247Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-27T14:41:43.032Z] e871e8e8d7a9: Pull complete [2020-10-27T14:41:43.032Z] e73272ec9a57: Pull complete [2020-10-27T14:41:43.032Z] 1e910a182e73: Pull complete [2020-10-27T14:41:49.802Z] 4e634b169226: Pull complete [2020-10-27T14:41:49.802Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T14:41:49.802Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T14:41:49.802Z] ---> f7629b54cfaa [2020-10-27T14:41:49.802Z] 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-27T14:41:49.802Z] ---> Running in e7ab31288bb9 [2020-10-27T14:41:50.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:41:50.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:41:51.414Z] (1/12) Installing libmagic (5.38-r0) [2020-10-27T14:41:52.011Z] (2/12) Installing file (5.38-r0) [2020-10-27T14:41:52.317Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-27T14:41:52.317Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-27T14:41:58.048Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-27T14:41:58.048Z] (6/12) Installing patch (2.7.6-r6) [2020-10-27T14:41:58.048Z] (7/12) Installing build-base (0.5-r2) [2020-10-27T14:41:58.048Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-27T14:41:58.325Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-27T14:41:58.325Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-27T14:41:58.608Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-27T14:41:58.608Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-27T14:41:58.608Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T14:41:58.608Z] OK: 233 MiB in 51 packages [2020-10-27T14:42:02.088Z] Removing intermediate container e7ab31288bb9 [2020-10-27T14:42:02.088Z] ---> ea1c822f92fb [2020-10-27T14:42:02.088Z] Step 4/7 : WORKDIR /edgex-go [2020-10-27T14:42:02.088Z] ---> Running in cb7588af962a [2020-10-27T14:42:02.397Z] Removing intermediate container cb7588af962a [2020-10-27T14:42:02.397Z] ---> 33467a06e14a [2020-10-27T14:42:02.397Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-27T14:42:03.054Z] latest: Pulling from library/docker [2020-10-27T14:42:03.054Z] 188c0c94c7c5: Pulling fs layer [2020-10-27T14:42:03.054Z] 0c7c675703d6: Pulling fs layer [2020-10-27T14:42:03.054Z] cc8c12a437cb: Pulling fs layer [2020-10-27T14:42:03.054Z] c5dafad2182a: Pulling fs layer [2020-10-27T14:42:03.054Z] 5aa711733414: Pulling fs layer [2020-10-27T14:42:03.054Z] 058f73b55e4b: Pulling fs layer [2020-10-27T14:42:03.054Z] 8c9c664faf12: Pulling fs layer [2020-10-27T14:42:03.054Z] 5aa711733414: Waiting [2020-10-27T14:42:03.054Z] 058f73b55e4b: Waiting [2020-10-27T14:42:03.054Z] 8c9c664faf12: Waiting [2020-10-27T14:42:03.054Z] c5dafad2182a: Waiting [2020-10-27T14:42:03.422Z] cc8c12a437cb: Verifying Checksum [2020-10-27T14:42:03.422Z] cc8c12a437cb: Download complete [2020-10-27T14:42:03.422Z] 0c7c675703d6: Verifying Checksum [2020-10-27T14:42:03.422Z] 0c7c675703d6: Download complete [2020-10-27T14:42:03.422Z] 188c0c94c7c5: Verifying Checksum [2020-10-27T14:42:03.422Z] 188c0c94c7c5: Download complete [2020-10-27T14:42:03.735Z] 5aa711733414: Verifying Checksum [2020-10-27T14:42:03.735Z] 5aa711733414: Download complete [2020-10-27T14:42:03.735Z] 058f73b55e4b: Verifying Checksum [2020-10-27T14:42:03.735Z] 058f73b55e4b: Download complete [2020-10-27T14:42:03.735Z] 8c9c664faf12: Verifying Checksum [2020-10-27T14:42:03.735Z] 8c9c664faf12: Download complete [2020-10-27T14:42:04.456Z] 188c0c94c7c5: Pull complete [2020-10-27T14:42:04.922Z] 0c7c675703d6: Pull complete [2020-10-27T14:42:05.254Z] cc8c12a437cb: Pull complete [2020-10-27T14:42:05.562Z] c5dafad2182a: Verifying Checksum [2020-10-27T14:42:05.562Z] c5dafad2182a: Download complete [2020-10-27T14:42:11.039Z] c5dafad2182a: Pull complete [2020-10-27T14:42:11.039Z] 5aa711733414: Pull complete [2020-10-27T14:42:11.039Z] 058f73b55e4b: Pull complete [2020-10-27T14:42:11.039Z] 8c9c664faf12: Pull complete [2020-10-27T14:42:11.039Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-27T14:42:11.039Z] Status: Downloaded newer image for docker:latest [2020-10-27T14:42:13.091Z] ---> 6d963cfd0d6d [2020-10-27T14:42:13.091Z] Step 6/7 : COPY go.mod . [2020-10-27T14:42:13.373Z] ---> e48389742e84 [2020-10-27T14:42:13.373Z] Step 7/7 : RUN go mod download [2020-10-27T14:42:13.373Z] ---> Running in e0f9d840cec6 [2020-10-27T14:42:35.824Z] Removing intermediate container e0f9d840cec6 [2020-10-27T14:42:35.824Z] ---> cac5458f2f86 [2020-10-27T14:42:36.100Z] Successfully built cac5458f2f86 [2020-10-27T14:42:36.100Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:42:36.491Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T14:42:36.759Z] . [Pipeline] withDockerContainer [2020-10-27T14:42:37.027Z] prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container [2020-10-27T14:42:37.167Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-27T14:42:38.371Z] $ docker top 686ec5d8a69ec66ef77331375b895d7a65548107d44e739906695f06d71bf686 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T14:42:39.435Z] + go version [2020-10-27T14:42:39.435Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T14:42:39.471Z] $ docker stop --time=1 686ec5d8a69ec66ef77331375b895d7a65548107d44e739906695f06d71bf686 [2020-10-27T14:42:41.425Z] $ docker rm -f 686ec5d8a69ec66ef77331375b895d7a65548107d44e739906695f06d71bf686 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:42:42.402Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T14:42:42.402Z] . [Pipeline] withDockerContainer [2020-10-27T14:42:42.579Z] prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container [2020-10-27T14:42:42.694Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-27T14:42:43.948Z] $ docker top 6f8ecae7d5bc8196ba849cfe0837bb753a007dca95371c5bb12e1a8262ac6f5a -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-27T14:42:44.181Z] ========================================================= [2020-10-27T14:42:44.181Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-27T14:42:44.181Z] ========================================================= [Pipeline] sh [2020-10-27T14:42:44.526Z] + make test [2020-10-27T14:42:44.526Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-27T14:42:48.025Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-27T14:43:03.452Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-27T14:43:16.416Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-27T14:43:16.416Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-27T14:43:16.416Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-27T14:43:16.416Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-27T14:43:18.399Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s [2020-10-27T14:43:18.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-27T14:43:18.399Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-27T14:43:18.399Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-27T14:43:19.535Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-27T14:43:20.533Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-27T14:43:20.533Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-27T14:43:20.533Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-27T14:43:20.533Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-27T14:43:22.439Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9137 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws [2020-10-27T14:43:22.514Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-10-27T14:43:24.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements [2020-10-27T14:43:24.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-27T14:43:24.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-27T14:43:24.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-27T14:43:24.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-27T14:43:24.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-27T14:43:27.600Z] using credential edgex-jenkins-ssh [2020-10-27T14:43:27.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.065s coverage: 27.1% of statements [2020-10-27T14:43:27.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-27T14:43:27.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-27T14:43:27.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-27T14:43:27.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-27T14:43:27.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-27T14:43:27.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-27T14:43:27.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements [2020-10-27T14:43:27.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-27T14:43:27.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2020-10-27T14:43:27.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-27T14:43:27.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-27T14:43:27.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.028s coverage: 64.9% of statements [2020-10-27T14:43:27.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-27T14:43:27.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-27T14:43:27.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.065s coverage: 84.5% of statements [2020-10-27T14:43:27.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-27T14:43:27.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-27T14:43:27.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-27T14:43:27.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-27T14:43:27.701Z] Cloning the remote Git repository [2020-10-27T14:43:27.780Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-27T14:43:27.889Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-10-27T14:43:27.970Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-27T14:43:27.971Z] > git --version # timeout=10 [2020-10-27T14:43:27.988Z] > git --version # 'git version 2.17.1' [2020-10-27T14:43:27.990Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T14:43:28.059Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T14:43:29.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.117s coverage: 28.6% of statements [2020-10-27T14:43:29.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-27T14:43:29.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-27T14:43:29.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-27T14:43:29.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-27T14:43:29.669Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-27T14:43:29.669Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2020-10-27T14:43:29.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-27T14:43:29.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2020-10-27T14:43:29.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-27T14:43:29.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.064s coverage: 86.7% of statements [2020-10-27T14:43:29.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-27T14:43:31.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2020-10-27T14:43:31.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-27T14:43:31.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 100.0% of statements [2020-10-27T14:43:31.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-27T14:43:31.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-27T14:43:31.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-27T14:43:31.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-27T14:43:32.537Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.069s coverage: 95.7% of statements [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-27T14:43:32.537Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-27T14:43:32.537Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.010s coverage: 0.0% of statements [no tests to run] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-27T14:43:32.537Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-27T14:43:33.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.082s coverage: 63.5% of statements [2020-10-27T14:43:33.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-27T14:43:33.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-27T14:43:33.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2020-10-27T14:43:33.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.024s coverage: 91.3% of statements [2020-10-27T14:43:33.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements [2020-10-27T14:43:33.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.017s coverage: 73.7% of statements [2020-10-27T14:43:34.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2020-10-27T14:43:35.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.198s coverage: 55.9% of statements [2020-10-27T14:43:35.621Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-27T14:43:35.621Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-27T14:43:35.621Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-27T14:43:35.621Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-27T14:43:42.790Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-27T14:43:42.810Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T14:43:42.843Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-27T14:43:42.873Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-27T14:43:42.873Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T14:43:42.884Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T14:43:43.723Z] Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:43:44.237Z] Merge succeeded, producing 75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:43:44.238Z] Checking out Revision 75c894124bda8f900718f9d7dfec267e83cb5ab0 (PR-2848) [2020-10-27T14:43:43.763Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T14:43:43.784Z] > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 [2020-10-27T14:43:44.088Z] > git remote # timeout=10 [2020-10-27T14:43:44.110Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T14:43:44.126Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T14:43:44.137Z] > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 [2020-10-27T14:43:44.213Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T14:43:44.257Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T14:43:44.279Z] > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 [2020-10-27T14:43:48.549Z] Commit message: "fix(snap): strip commit+date from version" [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.301s coverage: 86.3% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.665s coverage: 72.2% of statements [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.226s coverage: 72.1% of statements [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.079s coverage: 82.4% of statements [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.046s coverage: 48.4% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.010s coverage: 28.8% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 36.5% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.1% of statements [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.032s coverage: 42.9% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.024s coverage: 100.0% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.025s coverage: 83.8% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.074s coverage: 47.1% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.040s coverage: 100.0% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.013s coverage: 100.0% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-27T14:43:48.848Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.073s coverage: 100.0% of statements [2020-10-27T14:43:48.848Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-27T14:43:49.594Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.094s coverage: 29.1% of statements [2020-10-27T14:43:49.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-27T14:43:49.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-27T14:43:49.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-27T14:43:49.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-27T14:43:49.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-27T14:43:49.594Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2020-10-27T14:43:49.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-27T14:43:49.594Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.020s coverage: 100.0% of statements [2020-10-27T14:43:49.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-27T14:43:49.594Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-10-27T14:43:49.594Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [Pipeline] echo [2020-10-27T14:43:49.597Z] ========================================================= [2020-10-27T14:43:49.597Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T14:43:49.597Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:43:50.339Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2020-10-27T14:43:50.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-27T14:43:50.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-27T14:43:50.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-27T14:43:50.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-27T14:43:50.538Z] + 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-27T14:43:50.995Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.017s coverage: 87.9% of statements [2020-10-27T14:43:50.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-27T14:43:50.995Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-27T14:43:50.995Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2020-10-27T14:43:51.602Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements [2020-10-27T14:43:52.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.129s coverage: 100.0% of statements [2020-10-27T14:43:52.840Z] GO111MODULE=on go vet ./... [2020-10-27T14:43:53.175Z] Sending build context to Docker daemon 165.3MB [2020-10-27T14:43:53.175Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-27T14:43:53.175Z] Step 2/7 : FROM ${BASE} [2020-10-27T14:43:53.450Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T14:43:53.450Z] b538f80385f9: Pulling fs layer [2020-10-27T14:43:53.450Z] 74f711af9a0d: Pulling fs layer [2020-10-27T14:43:53.450Z] 99f96fe45779: Pulling fs layer [2020-10-27T14:43:53.450Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T14:43:53.450Z] 45590311c82a: Pulling fs layer [2020-10-27T14:43:53.450Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T14:43:53.450Z] 209524e5b208: Pulling fs layer [2020-10-27T14:43:53.450Z] 8529a6b9a6be: Waiting [2020-10-27T14:43:53.450Z] 45590311c82a: Waiting [2020-10-27T14:43:53.450Z] 69ca0ff8b7b3: Waiting [2020-10-27T14:43:53.450Z] 209524e5b208: Waiting [2020-10-27T14:43:53.450Z] 99f96fe45779: Verifying Checksum [2020-10-27T14:43:53.450Z] 99f96fe45779: Download complete [2020-10-27T14:43:53.450Z] 74f711af9a0d: Download complete [2020-10-27T14:43:53.450Z] 45590311c82a: Verifying Checksum [2020-10-27T14:43:53.450Z] 45590311c82a: Download complete [2020-10-27T14:43:53.450Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-27T14:43:53.450Z] 69ca0ff8b7b3: Download complete [2020-10-27T14:43:53.724Z] b538f80385f9: Download complete [2020-10-27T14:43:54.322Z] b538f80385f9: Pull complete [2020-10-27T14:43:54.599Z] 74f711af9a0d: Pull complete [2020-10-27T14:43:55.206Z] 99f96fe45779: Pull complete [2020-10-27T14:43:56.195Z] 209524e5b208: Verifying Checksum [2020-10-27T14:43:56.195Z] 209524e5b208: Download complete [2020-10-27T14:43:57.629Z] 8529a6b9a6be: Verifying Checksum [2020-10-27T14:43:57.629Z] 8529a6b9a6be: Download complete [2020-10-27T14:44:07.809Z] 8529a6b9a6be: Pull complete [2020-10-27T14:44:07.809Z] 45590311c82a: Pull complete [2020-10-27T14:44:08.413Z] 69ca0ff8b7b3: Pull complete [2020-10-27T14:44:08.784Z] gofmt -l . [2020-10-27T14:44:08.784Z] [ "`gofmt -l .`" = "" ] [2020-10-27T14:44:09.962Z] ./bin/test-go-mod-tidy.sh [2020-10-27T14:44:11.053Z] ./bin/test-attribution-txt.sh [2020-10-27T14:44:12.740Z] 209524e5b208: Pull complete [2020-10-27T14:44:12.740Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T14:44:12.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T14:44:12.740Z] ---> 5bddaf1c2fca [2020-10-27T14:44:12.740Z] 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 [Pipeline] sh [2020-10-27T14:44:15.260Z] + ls -al . [2020-10-27T14:44:15.260Z] total 632 [2020-10-27T14:44:15.260Z] drwxrwxr-x 10 1001 1001 4096 Oct 27 14:44 . [2020-10-27T14:44:15.260Z] drwxr-xr-x 4 root root 28 Oct 27 14:42 .. [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 11 Oct 27 14:40 .dockerignore [2020-10-27T14:44:15.260Z] drwxrwxr-x 8 1001 1001 179 Oct 27 14:40 .git [2020-10-27T14:44:15.260Z] drwxrwxr-x 3 1001 1001 125 Oct 27 14:40 .github [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 932 Oct 27 14:40 .gitignore [2020-10-27T14:44:15.260Z] drwx------ 3 1001 1001 47 Oct 27 14:41 .semver [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 166 Oct 27 14:40 .sonarcloud.properties [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 3804 Oct 27 14:40 CONTRIBUTING.md [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 1035 Oct 27 14:40 Dockerfile.build [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 863 Oct 27 14:40 Jenkinsfile [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 10775 Oct 27 14:40 LICENSE [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 6237 Oct 27 14:40 Makefile [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 6447 Oct 27 14:40 README.md [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 259 Oct 27 14:40 SECURITY.md [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 5 Oct 27 14:41 VERSION [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 4131 Oct 27 14:40 ZMQWindows.md [2020-10-27T14:44:15.260Z] drwxrwxr-x 2 1001 1001 117 Oct 27 14:40 bin [2020-10-27T14:44:15.260Z] drwxrwxr-x 15 1001 1001 4096 Oct 27 14:40 cmd [2020-10-27T14:44:15.260Z] -rw-r--r-- 1 root root 539324 Oct 27 14:43 coverage.out [2020-10-27T14:44:15.260Z] -rw-r--r-- 1 root root 1041 Oct 27 14:44 go.mod [2020-10-27T14:44:15.260Z] -rw-r--r-- 1 root root 19010 Oct 27 14:44 go.sum [2020-10-27T14:44:15.260Z] drwxrwxr-x 8 1001 1001 127 Oct 27 14:40 internal [2020-10-27T14:44:15.260Z] drwxrwxr-x 4 1001 1001 26 Oct 27 14:40 openapi [2020-10-27T14:44:15.260Z] drwxrwxr-x 4 1001 1001 71 Oct 27 14:40 snap [2020-10-27T14:44:15.260Z] -rw-rw-r-- 1 1001 1001 168 Oct 27 14:40 version.go [Pipeline] sh [2020-10-27T14:44:15.365Z] ---> Running in 2683d53b764d [2020-10-27T14:44:15.676Z] + '[' -e coverage.out ] [2020-10-27T14:44:15.676Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-27T14:44:16.020Z] Stashed 1 file(s) [Pipeline] sh [2020-10-27T14:44:16.712Z] + make build [2020-10-27T14:44:16.712Z] 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-27T14:44:16.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:44:17.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:44:18.395Z] (1/12) Installing libmagic (5.38-r0) [2020-10-27T14:44:18.666Z] (2/12) Installing file (5.38-r0) [2020-10-27T14:44:18.666Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-27T14:44:18.666Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-27T14:44:25.374Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-27T14:44:25.374Z] (6/12) Installing patch (2.7.6-r6) [2020-10-27T14:44:25.374Z] (7/12) Installing build-base (0.5-r2) [2020-10-27T14:44:25.374Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-27T14:44:25.374Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-27T14:44:25.374Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-27T14:44:25.374Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-27T14:44:25.374Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-27T14:44:25.374Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T14:44:25.374Z] OK: 217 MiB in 51 packages [2020-10-27T14:44:29.697Z] Removing intermediate container 2683d53b764d [2020-10-27T14:44:29.697Z] ---> 33421519cde9 [2020-10-27T14:44:29.697Z] Step 4/7 : WORKDIR /edgex-go [2020-10-27T14:44:29.697Z] ---> Running in 5c7976c9445d [2020-10-27T14:44:30.295Z] Removing intermediate container 5c7976c9445d [2020-10-27T14:44:30.295Z] ---> ceecf308d24c [2020-10-27T14:44:30.295Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-27T14:44:30.569Z] latest: Pulling from library/docker [2020-10-27T14:44:30.569Z] 5f621e34cdf4: Pulling fs layer [2020-10-27T14:44:30.569Z] 85db56a05063: Pulling fs layer [2020-10-27T14:44:30.569Z] ccb67d6aeaaa: Pulling fs layer [2020-10-27T14:44:30.569Z] a0b19fc83503: Pulling fs layer [2020-10-27T14:44:30.569Z] 8eb508b41278: Pulling fs layer [2020-10-27T14:44:30.569Z] 37236713561e: Pulling fs layer [2020-10-27T14:44:30.569Z] 07c93f2b1b56: Pulling fs layer [2020-10-27T14:44:30.569Z] a0b19fc83503: Waiting [2020-10-27T14:44:30.570Z] 8eb508b41278: Waiting [2020-10-27T14:44:30.570Z] 37236713561e: Waiting [2020-10-27T14:44:30.570Z] 07c93f2b1b56: Waiting [2020-10-27T14:44:30.843Z] ccb67d6aeaaa: Verifying Checksum [2020-10-27T14:44:30.843Z] ccb67d6aeaaa: Download complete [2020-10-27T14:44:30.843Z] 5f621e34cdf4: Download complete [2020-10-27T14:44:30.843Z] 85db56a05063: Verifying Checksum [2020-10-27T14:44:30.843Z] 85db56a05063: Download complete [2020-10-27T14:44:31.116Z] 37236713561e: Verifying Checksum [2020-10-27T14:44:31.116Z] 37236713561e: Download complete [2020-10-27T14:44:31.116Z] 8eb508b41278: Verifying Checksum [2020-10-27T14:44:31.116Z] 8eb508b41278: Download complete [2020-10-27T14:44:31.116Z] 07c93f2b1b56: Verifying Checksum [2020-10-27T14:44:31.116Z] 07c93f2b1b56: Download complete [2020-10-27T14:44:31.395Z] 5f621e34cdf4: Pull complete [2020-10-27T14:44:32.398Z] 85db56a05063: Pull complete [2020-10-27T14:44:32.398Z] a0b19fc83503: Verifying Checksum [2020-10-27T14:44:32.398Z] a0b19fc83503: Download complete [2020-10-27T14:44:32.450Z] 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-27T14:44:32.671Z] ccb67d6aeaaa: Pull complete [2020-10-27T14:44:36.065Z] a0b19fc83503: Pull complete [2020-10-27T14:44:36.344Z] 8eb508b41278: Pull complete [2020-10-27T14:44:36.618Z] 37236713561e: Pull complete [2020-10-27T14:44:37.218Z] 07c93f2b1b56: Pull complete [2020-10-27T14:44:37.218Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-27T14:44:37.218Z] Status: Downloaded newer image for docker:latest [2020-10-27T14:44:37.976Z] 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-27T14:44:40.016Z] 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-27T14:44:40.628Z] ---> 7102efb46f86 [2020-10-27T14:44:40.629Z] Step 6/7 : COPY go.mod . [2020-10-27T14:44:40.907Z] ---> 59be37354731 [2020-10-27T14:44:40.907Z] Step 7/7 : RUN go mod download [2020-10-27T14:44:41.179Z] ---> Running in cac970801f49 [2020-10-27T14:44:42.831Z] 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-27T14:44:47.411Z] 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-27T14:44:47.744Z] 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-27T14:44:52.464Z] 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-27T14:44:54.501Z] 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-27T14:44:56.616Z] 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-27T14:44:58.750Z] 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-27T14:45:00.786Z] 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-27T14:45:02.925Z] 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-27T14:45:05.960Z] $ docker stop --time=1 6f8ecae7d5bc8196ba849cfe0837bb753a007dca95371c5bb12e1a8262ac6f5a [2020-10-27T14:45:07.985Z] Removing intermediate container cac970801f49 [2020-10-27T14:45:07.985Z] ---> 444f0707a3e6 [2020-10-27T14:45:07.985Z] Successfully built 444f0707a3e6 [2020-10-27T14:45:07.985Z] Successfully tagged ci-base-image-arm64:latest [2020-10-27T14:45:08.014Z] $ docker rm -f 6f8ecae7d5bc8196ba849cfe0837bb753a007dca95371c5bb12e1a8262ac6f5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [2020-10-27T14:45:09.359Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T14:45:09.359Z] . [Pipeline] withDockerContainer [2020-10-27T14:45:12.079Z] prd-ubuntu18.04-docker-arm64-4c-16g-9137 does not seem to be running inside a container [2020-10-27T14:45:12.173Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-27T14:45:13.835Z] $ docker top 3a7f49037824632ff328e6399323ffdc5ccbb00f4433c6da55d0d0fe78db3639 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:45:14.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T14:45:14.496Z] [2020-10-27T14:45:14.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:45:14.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T14:45:14.899Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-27T14:45:14.899Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-27T14:45:14.899Z] ca9280d653b3: Pulling fs layer [2020-10-27T14:45:14.899Z] 7e9c9ca2126c: Pulling fs layer [2020-10-27T14:45:15.136Z] + go version [2020-10-27T14:45:15.136Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T14:45:15.167Z] $ docker stop --time=1 3a7f49037824632ff328e6399323ffdc5ccbb00f4433c6da55d0d0fe78db3639 [2020-10-27T14:45:15.224Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-27T14:45:15.224Z] cbdbe7a5bc2a: Download complete [2020-10-27T14:45:16.330Z] cbdbe7a5bc2a: Pull complete [2020-10-27T14:45:16.330Z] ca9280d653b3: Verifying Checksum [2020-10-27T14:45:16.330Z] ca9280d653b3: Download complete [2020-10-27T14:45:17.132Z] $ docker rm -f 3a7f49037824632ff328e6399323ffdc5ccbb00f4433c6da55d0d0fe78db3639 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:45:18.148Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T14:45:18.148Z] . [Pipeline] withDockerContainer [2020-10-27T14:45:18.408Z] ca9280d653b3: Pull complete [2020-10-27T14:45:18.414Z] prd-ubuntu18.04-docker-arm64-4c-16g-9137 does not seem to be running inside a container [2020-10-27T14:45:18.509Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-27T14:45:19.987Z] $ docker top cc10c0796805d97fda23c2efdfe89afee0fe2cd3c3e8ca8b5d67fbf737d6f4bb -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-27T14:45:20.405Z] ========================================================= [2020-10-27T14:45:20.405Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-27T14:45:20.405Z] ========================================================= [Pipeline] sh [2020-10-27T14:45:20.608Z] 7e9c9ca2126c: Download complete [2020-10-27T14:45:21.055Z] + make test [2020-10-27T14:45:21.055Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-27T14:45:23.683Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-27T14:45:29.040Z] 7e9c9ca2126c: Pull complete [2020-10-27T14:45:29.040Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-27T14:45:29.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T14:45:29.040Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-27T14:45:29.358Z] prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container [2020-10-27T14:45:29.464Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-27T14:45:30.889Z] $ docker top fcdb7afcd9b85f06b50863221549eb3ec5043d85f1885ee57d8993c837a5932d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T14:45:31.670Z] + docker-compose build --help [2020-10-27T14:45:31.670Z] + grep parallel [2020-10-27T14:45:33.159Z] --parallel Build images in parallel. [Pipeline] } [2020-10-27T14:45:33.185Z] $ docker stop --time=1 fcdb7afcd9b85f06b50863221549eb3ec5043d85f1885ee57d8993c837a5932d [2020-10-27T14:45:34.755Z] $ docker rm -f fcdb7afcd9b85f06b50863221549eb3ec5043d85f1885ee57d8993c837a5932d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:45:35.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-27T14:45:35.533Z] . [Pipeline] withDockerContainer [2020-10-27T14:45:35.968Z] prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container [2020-10-27T14:45:36.298Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-27T14:45:37.196Z] $ docker top 49b3bb2f55fc5172ef7fbd492ac7fcb3089c6fccecb2cec629a8cdf4ccf3dc56 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T14:45:37.849Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-27T14:45:39.272Z] Building docker-core-command-go ... [2020-10-27T14:45:39.272Z] Building docker-core-data-go ... [2020-10-27T14:45:39.272Z] Building docker-core-metadata-go ... [2020-10-27T14:45:39.272Z] Building docker-security-proxy-setup-go ... [2020-10-27T14:45:39.272Z] Building docker-security-secrets-setup-go ... [2020-10-27T14:45:39.272Z] Building docker-security-secretstore-setup-go ... [2020-10-27T14:45:39.272Z] Building docker-support-logging-go ... [2020-10-27T14:45:39.272Z] Building docker-support-notifications-go ... [2020-10-27T14:45:39.272Z] Building docker-support-scheduler-go ... [2020-10-27T14:45:39.272Z] Building docker-sys-mgmt-agent-go ... [2020-10-27T14:45:39.272Z] Building docker-core-data-go [2020-10-27T14:45:39.272Z] Building docker-support-scheduler-go [2020-10-27T14:45:39.272Z] Building docker-security-secrets-setup-go [2020-10-27T14:45:39.272Z] Building docker-core-metadata-go [2020-10-27T14:45:39.272Z] Building docker-security-secretstore-setup-go [2020-10-27T14:45:56.073Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-27T14:46:14.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-27T14:46:14.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-27T14:46:14.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-27T14:46:14.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-27T14:46:14.442Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.019s [2020-10-27T14:46:14.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-27T14:46:14.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-27T14:46:14.442Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-27T14:46:16.452Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-27T14:46:17.451Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-27T14:46:17.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-27T14:46:17.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-27T14:46:17.451Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-27T14:46:25.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2020-10-27T14:46:25.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-27T14:46:25.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-27T14:46:25.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-27T14:46:25.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-27T14:46:25.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-27T14:46:27.198Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:46:27.198Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:46:27.198Z] ---> cac5458f2f86 [2020-10-27T14:46:27.198Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T14:46:27.198Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:46:27.198Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:46:27.198Z] ---> cac5458f2f86 [2020-10-27T14:46:27.198Z] Step 3/26 : WORKDIR /edgex-go [2020-10-27T14:46:27.482Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:46:27.482Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:46:27.482Z] [2020-10-27T14:46:27.482Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env ---> cac5458f2f86 [2020-10-27T14:46:27.482Z] [2020-10-27T14:46:27.482Z] Step 3/21 : WORKDIR /edgex-go ---> cac5458f2f86 [2020-10-27T14:46:27.482Z] [2020-10-27T14:46:27.482Z] Step 3/29 : WORKDIR /edgex-go [2020-10-27T14:46:27.753Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:46:27.753Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:46:27.753Z] ---> cac5458f2f86 [2020-10-27T14:46:27.753Z] Step 3/23 : WORKDIR /edgex-go [2020-10-27T14:46:28.339Z] ---> Running in 9ec0e092be9c [2020-10-27T14:46:28.339Z] ---> Running in 9d374937d685 [2020-10-27T14:46:28.339Z] ---> Running in 6cfb5a28daf6 [2020-10-27T14:46:28.339Z] ---> Running in 96404fbeb55f [2020-10-27T14:46:28.339Z] ---> Running in a4c1534d4a70 [2020-10-27T14:46:29.346Z] Removing intermediate container a4c1534d4a70 [2020-10-27T14:46:29.346Z] ---> 6c5218fd75e9 [2020-10-27T14:46:29.346Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:46:29.346Z] Removing intermediate container 96404fbeb55f [2020-10-27T14:46:29.346Z] ---> c41203c025d0 [2020-10-27T14:46:29.346Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:46:29.346Z] Removing intermediate container 9ec0e092be9c [2020-10-27T14:46:29.346Z] ---> e618d94bbecd [2020-10-27T14:46:29.346Z] Step 4/29 : RUN apk update && apk add make git [2020-10-27T14:46:29.346Z] Removing intermediate container 6cfb5a28daf6 [2020-10-27T14:46:29.346Z] ---> 56b46247ccd6 [2020-10-27T14:46:29.346Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:46:29.346Z] Removing intermediate container 9d374937d685 [2020-10-27T14:46:29.346Z] ---> d1e17167bf95 [2020-10-27T14:46:29.346Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:46:29.346Z] ---> Running in d485e3298614 [2020-10-27T14:46:29.633Z] ---> Running in 2a65612f4b66 [2020-10-27T14:46:29.633Z] ---> Running in 83365681a4c4 [2020-10-27T14:46:29.633Z] ---> Running in ed9891c262d7 [2020-10-27T14:46:29.633Z] ---> Running in 80bc0b3d119e [2020-10-27T14:46:31.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.1% of statements [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-27T14:46:31.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-27T14:46:31.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-27T14:46:31.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.407s coverage: 66.0% of statements [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-27T14:46:31.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-27T14:46:31.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:46:32.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:46:33.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.409s coverage: 84.5% of statements [2020-10-27T14:46:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-27T14:46:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-27T14:46:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-27T14:46:33.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-27T14:46:33.324Z] Removing intermediate container 2a65612f4b66 [2020-10-27T14:46:33.324Z] ---> f81ea5275867 [2020-10-27T14:46:33.324Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-27T14:46:33.324Z] Removing intermediate container 80bc0b3d119e [2020-10-27T14:46:33.324Z] ---> 9d8d730ad8d6 [2020-10-27T14:46:33.324Z] Step 5/21 : RUN apk update && apk add make git [2020-10-27T14:46:33.324Z] Removing intermediate container 83365681a4c4 [2020-10-27T14:46:33.324Z] ---> 7685487e6175 [2020-10-27T14:46:33.324Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T14:46:33.324Z] Removing intermediate container d485e3298614 [2020-10-27T14:46:33.324Z] ---> 8393d1b4efa7 [2020-10-27T14:46:33.324Z] Step 5/26 : RUN apk update && apk add make git [2020-10-27T14:46:33.324Z] ---> Running in 7b446e82c3f3 [2020-10-27T14:46:33.324Z] ---> Running in f57397ca98a7 [2020-10-27T14:46:33.324Z] ---> Running in b4993050d723 [2020-10-27T14:46:33.622Z] ---> Running in 998d5a3e7aeb [2020-10-27T14:46:33.622Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:46:33.622Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:46:33.622Z] OK: 12752 distinct packages available [2020-10-27T14:46:35.000Z] OK: 233 MiB in 51 packages [2020-10-27T14:46:35.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:46:35.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:46:36.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:46:36.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:46:36.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:46:36.150Z] Removing intermediate container ed9891c262d7 [2020-10-27T14:46:36.150Z] ---> fc8e19ef5747 [2020-10-27T14:46:36.150Z] Step 5/29 : COPY go.mod . [2020-10-27T14:46:36.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:46:36.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.446s coverage: 28.6% of statements [2020-10-27T14:46:36.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-27T14:46:36.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-27T14:46:36.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-27T14:46:36.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-27T14:46:36.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-27T14:46:36.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2020-10-27T14:46:36.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-27T14:46:36.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2020-10-27T14:46:36.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-27T14:46:37.211Z] ---> ec5e7567d92d [2020-10-27T14:46:37.211Z] Step 6/29 : RUN go mod download [2020-10-27T14:46:37.211Z] ---> Running in 36ed180df16a [2020-10-27T14:46:37.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:46:37.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:46:37.575Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:46:37.575Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:46:37.575Z] OK: 12752 distinct packages available [2020-10-27T14:46:37.575Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:46:37.575Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:46:37.575Z] OK: 12752 distinct packages available [2020-10-27T14:46:37.921Z] OK: 233 MiB in 51 packages [2020-10-27T14:46:37.921Z] OK: 233 MiB in 51 packages [2020-10-27T14:46:38.208Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:46:38.208Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:46:38.208Z] OK: 12752 distinct packages available [2020-10-27T14:46:38.209Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:46:38.209Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:46:38.209Z] OK: 12752 distinct packages available [2020-10-27T14:46:38.847Z] OK: 233 MiB in 51 packages [2020-10-27T14:46:38.847Z] OK: 233 MiB in 51 packages [2020-10-27T14:46:39.535Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.065s coverage: 86.7% of statements [2020-10-27T14:46:39.535Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-27T14:46:40.483Z] Removing intermediate container b4993050d723 [2020-10-27T14:46:40.483Z] ---> 614833efdcd1 [2020-10-27T14:46:40.483Z] Step 6/22 : COPY go.mod . [2020-10-27T14:46:40.483Z] Removing intermediate container 7b446e82c3f3 [2020-10-27T14:46:40.483Z] ---> 5ec888b2c53a [2020-10-27T14:46:40.483Z] Step 6/23 : COPY go.mod . [2020-10-27T14:46:40.483Z] Removing intermediate container f57397ca98a7 [2020-10-27T14:46:40.483Z] ---> 06ac329eb70b [2020-10-27T14:46:40.483Z] Step 6/21 : COPY go.mod . [2020-10-27T14:46:40.483Z] Removing intermediate container 998d5a3e7aeb [2020-10-27T14:46:40.483Z] ---> 9aa8b7fbaf98 [2020-10-27T14:46:40.483Z] Step 6/26 : COPY go.mod . [2020-10-27T14:46:40.752Z] ---> 203724a2b311 [2020-10-27T14:46:40.752Z] Step 7/22 : RUN go mod download [2020-10-27T14:46:40.752Z] ---> Running in f29338324538 [2020-10-27T14:46:40.752Z] ---> ed2fa6c74d3e [2020-10-27T14:46:40.752Z] Step 7/23 : RUN go mod download [2020-10-27T14:46:40.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements [2020-10-27T14:46:40.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-27T14:46:40.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 100.0% of statements [2020-10-27T14:46:40.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-27T14:46:40.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-27T14:46:40.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-27T14:46:40.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-27T14:46:41.021Z] ---> Running in 46c89d1dd422 [2020-10-27T14:46:41.021Z] ---> 9efabab6fdb6 [2020-10-27T14:46:41.021Z] Step 7/21 : RUN go mod download [2020-10-27T14:46:41.021Z] ---> cb58a86bf34a [2020-10-27T14:46:41.021Z] Step 7/26 : RUN go mod download [2020-10-27T14:46:41.629Z] ---> Running in c9d0d080b6c3 [2020-10-27T14:46:41.918Z] ---> Running in 94c01fbca7bc [2020-10-27T14:46:42.214Z] Removing intermediate container 36ed180df16a [2020-10-27T14:46:42.214Z] ---> 0b03a381aefb [2020-10-27T14:46:42.214Z] Step 7/29 : COPY . . [2020-10-27T14:46:43.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.187s coverage: 95.7% of statements [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-27T14:46:43.639Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-27T14:46:43.639Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.0% of statements [no tests to run] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-27T14:46:43.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-27T14:46:44.951Z] Removing intermediate container f29338324538 [2020-10-27T14:46:44.951Z] ---> fadbce813b21 [2020-10-27T14:46:44.951Z] Step 8/22 : COPY . . [2020-10-27T14:46:45.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 63.5% of statements [2020-10-27T14:46:45.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-27T14:46:45.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-27T14:46:45.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements [2020-10-27T14:46:45.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.018s coverage: 91.3% of statements [2020-10-27T14:46:45.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.010s coverage: 100.0% of statements [2020-10-27T14:46:46.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2020-10-27T14:46:47.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.013s coverage: 100.0% of statements [2020-10-27T14:46:50.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.292s coverage: 55.9% of statements [2020-10-27T14:46:50.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-27T14:46:50.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-27T14:46:50.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-27T14:46:50.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-27T14:46:50.561Z] Removing intermediate container 46c89d1dd422 [2020-10-27T14:46:50.561Z] ---> d1b8b78e613c [2020-10-27T14:46:50.561Z] Step 8/23 : COPY . . [2020-10-27T14:46:50.842Z] Removing intermediate container c9d0d080b6c3 [2020-10-27T14:46:50.842Z] ---> 4611db00ea35 [2020-10-27T14:46:50.842Z] Step 8/21 : COPY . . [2020-10-27T14:46:53.331Z] Removing intermediate container 94c01fbca7bc [2020-10-27T14:46:53.331Z] ---> 26132ccbbdad [2020-10-27T14:46:53.331Z] Step 8/26 : COPY . . [2020-10-27T14:47:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.768s coverage: 86.3% of statements [2020-10-27T14:47:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-27T14:47:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.256s coverage: 72.2% of statements [2020-10-27T14:47:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.423s coverage: 72.1% of statements [2020-10-27T14:47:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements [2020-10-27T14:47:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements [2020-10-27T14:47:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-27T14:47:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-27T14:47:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-27T14:47:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.016s coverage: 28.8% of statements [2020-10-27T14:47:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-27T14:47:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements [2020-10-27T14:47:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-27T14:47:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.072s coverage: 36.5% of statements [2020-10-27T14:47:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-27T14:47:00.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-27T14:47:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.330s coverage: 84.1% of statements [2020-10-27T14:47:00.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements [2020-10-27T14:47:00.908Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.048s coverage: 42.9% of statements [2020-10-27T14:47:00.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-27T14:47:00.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-27T14:47:00.908Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.017s coverage: 100.0% of statements [2020-10-27T14:47:00.908Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-27T14:47:01.191Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.027s coverage: 83.8% of statements [2020-10-27T14:47:01.191Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-27T14:47:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 47.1% of statements [2020-10-27T14:47:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-27T14:47:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-27T14:47:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.043s coverage: 100.0% of statements [2020-10-27T14:47:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-27T14:47:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-27T14:47:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-27T14:47:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2020-10-27T14:47:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-27T14:47:07.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2020-10-27T14:47:07.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-27T14:47:09.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.233s coverage: 29.1% of statements [2020-10-27T14:47:09.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-27T14:47:09.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-27T14:47:09.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-27T14:47:09.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-27T14:47:09.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-27T14:47:09.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2020-10-27T14:47:09.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-27T14:47:09.932Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2020-10-27T14:47:09.932Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-27T14:47:09.932Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements [2020-10-27T14:47:09.932Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-27T14:47:10.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2020-10-27T14:47:10.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-27T14:47:10.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-27T14:47:10.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-27T14:47:10.918Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-27T14:47:11.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2020-10-27T14:47:11.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-27T14:47:11.522Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-27T14:47:11.522Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2020-10-27T14:47:12.517Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-10-27T14:47:13.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements [2020-10-27T14:47:13.770Z] GO111MODULE=on go vet ./... [2020-10-27T14:47:35.961Z] gofmt -l . [2020-10-27T14:47:35.961Z] [ "`gofmt -l .`" = "" ] [2020-10-27T14:47:38.575Z] ./bin/test-go-mod-tidy.sh [2020-10-27T14:47:39.174Z] ./bin/test-attribution-txt.sh [2020-10-27T14:47:41.186Z] ---> 63eb6aed56a3 [2020-10-27T14:47:41.187Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-27T14:47:41.187Z] ---> 2d5d441285b6 [2020-10-27T14:47:41.187Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-27T14:47:41.484Z] ---> Running in a73c01bf6b7c [2020-10-27T14:47:41.484Z] ---> Running in 14968d3fe1b6 [2020-10-27T14:47:41.484Z] ---> c90c9b3a9e7a [2020-10-27T14:47:41.484Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-27T14:47:42.090Z] ---> 6f21fc21e174 [2020-10-27T14:47:42.090Z] 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-27T14:47:42.090Z] ---> 5a1d17e83593 [2020-10-27T14:47:42.090Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-27T14:47:42.360Z] ---> Running in 7d5969cddbc6 [2020-10-27T14:47:42.360Z] ---> Running in 54c7e7a329c1 [2020-10-27T14:47:42.360Z] ---> Running in 76e223f877fc [Pipeline] sh [2020-10-27T14:47:44.132Z] + ls -al . [2020-10-27T14:47:44.132Z] total 660 [2020-10-27T14:47:44.132Z] drwxrwxr-x 9 1001 1001 4096 Oct 27 14:47 . [2020-10-27T14:47:44.132Z] drwxr-xr-x 4 root root 4096 Oct 27 14:45 .. [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 11 Oct 27 14:43 .dockerignore [2020-10-27T14:47:44.132Z] drwxrwxr-x 8 1001 1001 4096 Oct 27 14:43 .git [2020-10-27T14:47:44.132Z] drwxrwxr-x 3 1001 1001 4096 Oct 27 14:43 .github [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 932 Oct 27 14:43 .gitignore [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 166 Oct 27 14:43 .sonarcloud.properties [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 3804 Oct 27 14:43 CONTRIBUTING.md [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 1035 Oct 27 14:43 Dockerfile.build [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 863 Oct 27 14:43 Jenkinsfile [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 10775 Oct 27 14:43 LICENSE [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 6237 Oct 27 14:43 Makefile [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 6447 Oct 27 14:43 README.md [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 259 Oct 27 14:43 SECURITY.md [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 5 Oct 27 14:41 VERSION [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 4131 Oct 27 14:43 ZMQWindows.md [2020-10-27T14:47:44.132Z] drwxrwxr-x 2 1001 1001 4096 Oct 27 14:43 bin [2020-10-27T14:47:44.132Z] drwxrwxr-x 15 1001 1001 4096 Oct 27 14:43 cmd [2020-10-27T14:47:44.132Z] -rw-r--r-- 1 root root 539324 Oct 27 14:47 coverage.out [2020-10-27T14:47:44.132Z] -rw-r--r-- 1 root root 1041 Oct 27 14:47 go.mod [2020-10-27T14:47:44.132Z] -rw-r--r-- 1 root root 19010 Oct 27 14:47 go.sum [2020-10-27T14:47:44.132Z] drwxrwxr-x 8 1001 1001 4096 Oct 27 14:43 internal [2020-10-27T14:47:44.132Z] drwxrwxr-x 4 1001 1001 4096 Oct 27 14:43 openapi [2020-10-27T14:47:44.132Z] drwxrwxr-x 4 1001 1001 4096 Oct 27 14:43 snap [2020-10-27T14:47:44.132Z] -rw-rw-r-- 1 1001 1001 168 Oct 27 14:43 version.go [Pipeline] sh [2020-10-27T14:47:44.369Z] 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-27T14:47:44.369Z] 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-27T14:47:44.369Z] 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-27T14:47:44.369Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-27T14:47:44.369Z] 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-27T14:47:44.792Z] + '[' -e coverage.out ] [2020-10-27T14:47:44.792Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-27T14:47:44.863Z] Warning: overwriting stash ‘coverage-report’ [2020-10-27T14:47:46.045Z] Stashed 1 file(s) [Pipeline] sh [2020-10-27T14:47:46.721Z] + make build [2020-10-27T14:47:46.721Z] 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-27T14:48:13.528Z] 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-27T14:48:21.786Z] 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-27T14:48:26.088Z] 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-27T14:48:29.471Z] 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-27T14:48:32.027Z] 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-27T14:48:32.027Z] Removing intermediate container a73c01bf6b7c [2020-10-27T14:48:32.027Z] ---> f2dfdb74fbbb [2020-10-27T14:48:32.027Z] [2020-10-27T14:48:32.027Z] Step 9/29 : FROM alpine:latest [2020-10-27T14:48:32.027Z] latest: Pulling from library/alpine [2020-10-27T14:48:32.400Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T14:48:32.400Z] Status: Downloaded newer image for alpine:latest [2020-10-27T14:48:32.400Z] ---> d6e46aa2470d [2020-10-27T14:48:32.400Z] 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-27T14:48:32.733Z] ---> Running in 795b6cc02701 [2020-10-27T14:48:33.044Z] Removing intermediate container 795b6cc02701 [2020-10-27T14:48:33.044Z] ---> fd0e2e9ed336 [2020-10-27T14:48:33.044Z] Step 11/29 : USER root [2020-10-27T14:48:33.373Z] ---> Running in 01fad78cfced [2020-10-27T14:48:33.748Z] Removing intermediate container 01fad78cfced [2020-10-27T14:48:33.748Z] ---> 16d0eedb46e7 [2020-10-27T14:48:33.748Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-27T14:48:34.076Z] ---> Running in 480fc1767181 [2020-10-27T14:48:34.872Z] 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-27T14:48:36.861Z] 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-27T14:48:37.064Z] 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-27T14:48:37.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:48:37.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:48:39.031Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:48:39.031Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:48:39.031Z] OK: 12744 distinct packages available [2020-10-27T14:48:39.404Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-27T14:48:39.404Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-27T14:48:39.404Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:48:39.404Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T14:48:39.706Z] OK: 6 MiB in 16 packages [2020-10-27T14:48:41.179Z] 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-27T14:48:43.947Z] Removing intermediate container 480fc1767181 [2020-10-27T14:48:43.947Z] ---> c9765ac049c1 [2020-10-27T14:48:43.947Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-27T14:48:43.947Z] Removing intermediate container 7d5969cddbc6 [2020-10-27T14:48:43.947Z] ---> dcf34533d121 [2020-10-27T14:48:43.947Z] [2020-10-27T14:48:43.947Z] Step 10/21 : FROM scratch [2020-10-27T14:48:43.947Z] ---> [2020-10-27T14:48:43.947Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T14:48:43.947Z] ---> Running in 44a3e0a2c9e9 [2020-10-27T14:48:43.947Z] ---> Running in ba2572903525 [2020-10-27T14:48:43.947Z] Removing intermediate container 44a3e0a2c9e9 [2020-10-27T14:48:43.947Z] ---> 25f2fda7d695 [2020-10-27T14:48:43.947Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-27T14:48:44.642Z] ---> Running in 3016c0703c2c [2020-10-27T14:48:44.642Z] Removing intermediate container ba2572903525 [2020-10-27T14:48:44.642Z] ---> c1947070cbe7 [2020-10-27T14:48:44.642Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-27T14:48:45.259Z] ---> Running in 6f735fae3be6 [2020-10-27T14:48:45.260Z] Removing intermediate container 3016c0703c2c [2020-10-27T14:48:45.260Z] ---> 68f1d008f61f [2020-10-27T14:48:45.260Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-27T14:48:45.260Z] Removing intermediate container 54c7e7a329c1 [2020-10-27T14:48:45.260Z] ---> 67546a1922be [2020-10-27T14:48:45.260Z] [2020-10-27T14:48:45.260Z] Step 10/26 : FROM alpine:3.10 [2020-10-27T14:48:45.556Z] ---> Running in fe246bc09896 [2020-10-27T14:48:45.556Z] Removing intermediate container 6f735fae3be6 [2020-10-27T14:48:45.556Z] ---> 4dd05fa64627 [2020-10-27T14:48:45.556Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-27T14:48:45.556Z] ---> Running in fd3fbe4efde7 [2020-10-27T14:48:45.831Z] 3.10: Pulling from library/alpine [2020-10-27T14:48:46.478Z] Removing intermediate container fd3fbe4efde7 [2020-10-27T14:48:46.478Z] ---> 175adf65554f [2020-10-27T14:48:46.478Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-27T14:48:46.587Z] 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-27T14:48:47.126Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-27T14:48:47.126Z] Status: Downloaded newer image for alpine:3.10 [2020-10-27T14:48:47.126Z] ---> be4e4bea2c2e [2020-10-27T14:48:47.126Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-27T14:48:49.124Z] ---> b4f480474de8 [2020-10-27T14:48:49.124Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-27T14:48:49.739Z] ---> Running in 8ae8d62b337c [2020-10-27T14:48:49.977Z] 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-27T14:48:50.799Z] Removing intermediate container 14968d3fe1b6 [2020-10-27T14:48:50.799Z] ---> 8f8496ccef16 [2020-10-27T14:48:50.799Z] [2020-10-27T14:48:50.799Z] Step 10/22 : FROM scratch [2020-10-27T14:48:50.799Z] ---> [2020-10-27T14:48:50.799Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T14:48:50.799Z] Removing intermediate container fe246bc09896 [2020-10-27T14:48:50.799Z] ---> 2cbb4021261c [2020-10-27T14:48:50.799Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-27T14:48:50.799Z] ---> Using cache [2020-10-27T14:48:50.799Z] ---> c1947070cbe7 [2020-10-27T14:48:50.799Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-27T14:48:50.799Z] ---> ecd958c75554 [2020-10-27T14:48:50.799Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-27T14:48:50.799Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:48:50.799Z] ---> Running in 7f0e81d4a32c [2020-10-27T14:48:51.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:48:51.372Z] Removing intermediate container 7f0e81d4a32c [2020-10-27T14:48:51.372Z] ---> 08e7ff7ab1d5 [2020-10-27T14:48:51.372Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T14:48:51.372Z] ---> Running in bfd146d4da2d [2020-10-27T14:48:51.675Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-27T14:48:51.675Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-27T14:48:51.675Z] OK: 10346 distinct packages available [2020-10-27T14:48:51.675Z] ---> a0e759a338a1 [2020-10-27T14:48:51.675Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-27T14:48:51.675Z] ---> 485120f5e2d4 [2020-10-27T14:48:51.675Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-27T14:48:51.956Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-27T14:48:52.568Z] Removing intermediate container bfd146d4da2d [2020-10-27T14:48:52.568Z] ---> d9aaacc41b26 [2020-10-27T14:48:52.568Z] Step 14/22 : WORKDIR / [2020-10-27T14:48:52.568Z] ---> Running in 087f18a48dbb [2020-10-27T14:48:53.354Z] 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-27T14:48:53.583Z] ---> Running in a7083321b0c0 [2020-10-27T14:48:53.583Z] ---> 7aff1a776a86 [2020-10-27T14:48:53.583Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-27T14:48:53.862Z] Removing intermediate container 087f18a48dbb [2020-10-27T14:48:53.862Z] ---> d93e91323c67 [2020-10-27T14:48:53.862Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:48:54.135Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-27T14:48:54.135Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-27T14:48:54.135Z] (4/5) Installing curl (7.66.0-r1) [2020-10-27T14:48:54.135Z] ---> 42fae47cd1b6 [2020-10-27T14:48:54.135Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-27T14:48:54.135Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-27T14:48:54.401Z] Executing busybox-1.30.1-r3.trigger [2020-10-27T14:48:54.669Z] Executing ca-certificates-20191127-r2.trigger [2020-10-27T14:48:54.669Z] OK: 7 MiB in 19 packages [2020-10-27T14:48:55.669Z] Removing intermediate container 76e223f877fc [2020-10-27T14:48:55.669Z] ---> a9e9a612dbf6 [2020-10-27T14:48:55.669Z] [2020-10-27T14:48:55.669Z] Step 10/23 : FROM alpine [2020-10-27T14:48:55.669Z] ---> d6e46aa2470d [2020-10-27T14:48:55.669Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T14:48:55.965Z] ---> Running in a3058d90aba9 [2020-10-27T14:48:55.965Z] Removing intermediate container a7083321b0c0 [2020-10-27T14:48:55.965Z] ---> 775079d327b8 [2020-10-27T14:48:55.965Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-27T14:48:55.965Z] ---> dbfa3c58ec4b [2020-10-27T14:48:55.965Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-27T14:48:55.965Z] ---> Running in a2128d76cb23 [2020-10-27T14:48:56.260Z] Removing intermediate container a3058d90aba9 [2020-10-27T14:48:56.260Z] ---> 426160af88dd [2020-10-27T14:48:56.260Z] Step 19/21 : LABEL arch=x86_64 [2020-10-27T14:48:56.561Z] ---> 466ec4988b96 [2020-10-27T14:48:56.561Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-27T14:48:56.561Z] ---> Running in 449745d5d247 [2020-10-27T14:48:56.561Z] Removing intermediate container a2128d76cb23 [2020-10-27T14:48:56.561Z] ---> bc379ac9a206 [2020-10-27T14:48:56.561Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-27T14:48:56.561Z] ---> 4d74a5a43cff [2020-10-27T14:48:56.561Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-27T14:48:56.840Z] Removing intermediate container 8ae8d62b337c [2020-10-27T14:48:56.840Z] ---> aeb31793db05 [2020-10-27T14:48:56.840Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T14:48:56.840Z] ---> Running in 25f73d9cbb03 [2020-10-27T14:48:56.840Z] ---> Running in bb3a6a2e14ca [2020-10-27T14:48:57.109Z] ---> Running in 0ccf8798771d [2020-10-27T14:48:57.109Z] Removing intermediate container 449745d5d247 [2020-10-27T14:48:57.109Z] ---> 6a62e9b962b9 [2020-10-27T14:48:57.109Z] Step 20/21 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:48:57.390Z] ---> Running in a8d29f9ff675 [2020-10-27T14:48:57.390Z] Removing intermediate container 25f73d9cbb03 [2020-10-27T14:48:57.390Z] ---> d4e931a63ad1 [2020-10-27T14:48:57.390Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-27T14:48:57.657Z] 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-27T14:48:57.670Z] ---> 0be5ad17d838 [2020-10-27T14:48:57.670Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-27T14:48:57.670Z] Removing intermediate container 0ccf8798771d [2020-10-27T14:48:57.670Z] ---> e9eb322af619 [2020-10-27T14:48:57.670Z] Step 13/26 : WORKDIR / [2020-10-27T14:48:57.670Z] ---> Running in f0bca262f348 [2020-10-27T14:48:57.670Z] ---> Running in 8a40dd23d92c [2020-10-27T14:48:57.670Z] Removing intermediate container a8d29f9ff675 [2020-10-27T14:48:57.670Z] ---> 2bf3bbc6055d [2020-10-27T14:48:57.670Z] Step 21/21 : LABEL version=0.0.0 [2020-10-27T14:48:57.939Z] Removing intermediate container f0bca262f348 [2020-10-27T14:48:57.939Z] ---> 3dea693f3e4d [2020-10-27T14:48:57.939Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:48:57.939Z] ---> Running in 19bcb1c60145 [2020-10-27T14:48:58.214Z] ---> bb188326937a [2020-10-27T14:48:58.214Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-27T14:48:58.214Z] Removing intermediate container 8a40dd23d92c [2020-10-27T14:48:58.214Z] ---> 60378f4924ff [2020-10-27T14:48:58.214Z] 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-27T14:48:58.214Z] ---> Running in 13fd62fe9a68 [2020-10-27T14:48:58.214Z] ---> Running in 0d772e0920d0 [2020-10-27T14:48:58.491Z] Removing intermediate container 19bcb1c60145 [2020-10-27T14:48:58.491Z] ---> b335ecd39082 [2020-10-27T14:48:58.491Z] [2020-10-27T14:48:58.779Z] ---> c3cf88cb3a60 [2020-10-27T14:48:58.779Z] 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-27T14:48:58.779Z] Removing intermediate container 0d772e0920d0 [2020-10-27T14:48:58.779Z] ---> dc51bb8180a6 [2020-10-27T14:48:58.779Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:48:58.779Z] Removing intermediate container bb3a6a2e14ca [2020-10-27T14:48:58.779Z] ---> 49088f9052af [2020-10-27T14:48:58.779Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-27T14:48:59.059Z] Successfully built b335ecd39082 [2020-10-27T14:48:59.059Z] ---> Running in 80aca914b83a [2020-10-27T14:48:59.059Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-27T14:48:59.059Z] Building docker-support-notifications-go [2020-10-27T14:48:59.350Z]  Building docker-support-scheduler-go ... done  ---> 6922c30848da [2020-10-27T14:48:59.350Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-27T14:48:59.350Z] Removing intermediate container 80aca914b83a [2020-10-27T14:48:59.350Z] ---> c2934583b5df [2020-10-27T14:48:59.350Z] Step 20/22 : LABEL arch=x86_64 [2020-10-27T14:48:59.350Z] ---> 43d94a72f8bc [2020-10-27T14:48:59.350Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T14:48:59.625Z] ---> Running in aba65b0cd344 [2020-10-27T14:48:59.625Z] ---> Running in c899bb5898ab [2020-10-27T14:48:59.909Z] ---> 612c3e9c9662 [2020-10-27T14:48:59.909Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-27T14:49:00.193Z] Removing intermediate container aba65b0cd344 [2020-10-27T14:49:00.193Z] ---> 2b70a1fd123d [2020-10-27T14:49:00.193Z] Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:49:00.477Z] Removing intermediate container 13fd62fe9a68 [2020-10-27T14:49:00.477Z] ---> 074a1dc4d4ed [2020-10-27T14:49:00.477Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-27T14:49:01.037Z] 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-27T14:49:01.133Z] ---> Running in ce1f5abd5f2e [2020-10-27T14:49:01.133Z] ---> ae4dcf7663e6 [2020-10-27T14:49:01.133Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-27T14:49:01.133Z] ---> Running in bdd9c53e8aa9 [2020-10-27T14:49:01.510Z] Removing intermediate container ce1f5abd5f2e [2020-10-27T14:49:01.510Z] ---> ab05493582c0 [2020-10-27T14:49:01.510Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T14:49:02.503Z] ---> Running in 452894780e22 [2020-10-27T14:49:03.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:49:03.119Z] ---> e26ea4060ebb [2020-10-27T14:49:03.119Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-27T14:49:03.397Z] Removing intermediate container 452894780e22 [2020-10-27T14:49:03.397Z] ---> cfbcc991416d [2020-10-27T14:49:03.397Z] [2020-10-27T14:49:03.852Z] Successfully built cfbcc991416d [2020-10-27T14:49:03.852Z] Successfully tagged docker-core-metadata-go:latest [2020-10-27T14:49:03.852Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-10-27T14:49:03.852Z] Removing intermediate container c899bb5898ab [2020-10-27T14:49:03.852Z] ---> dabf9f43bcac [2020-10-27T14:49:03.852Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-27T14:49:03.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:49:04.274Z] ---> Running in 4616fb0932af [Pipeline] } [2020-10-27T14:49:04.465Z] $ docker stop --time=1 cc10c0796805d97fda23c2efdfe89afee0fe2cd3c3e8ca8b5d67fbf737d6f4bb [2020-10-27T14:49:04.579Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-27T14:49:04.909Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-27T14:49:04.909Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-27T14:49:05.722Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-27T14:49:06.440Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-27T14:49:06.441Z] ---> 1b7a4bf1a01f [2020-10-27T14:49:06.441Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-27T14:49:06.441Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:49:06.441Z] OK: 8 MiB in 19 packages [2020-10-27T14:49:06.973Z] $ docker rm -f cc10c0796805d97fda23c2efdfe89afee0fe2cd3c3e8ca8b5d67fbf737d6f4bb [2020-10-27T14:49:07.761Z] ---> f21e47e22145 [2020-10-27T14:49:07.761Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:49:08.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T14:49:08.833Z] [2020-10-27T14:49:08.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:49:09.221Z] ---> 2a0d3fd08c27 [2020-10-27T14:49:09.221Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T14:49:09.508Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T14:49:09.780Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-27T14:49:09.780Z] 29e5d40040c1: Pulling fs layer [2020-10-27T14:49:09.780Z] 1ce36da41761: Pulling fs layer [2020-10-27T14:49:09.780Z] 25b303627fd3: Pulling fs layer [2020-10-27T14:49:10.224Z] Removing intermediate container bdd9c53e8aa9 [2020-10-27T14:49:10.224Z] ---> a231410df980 [2020-10-27T14:49:10.224Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-27T14:49:10.377Z] 29e5d40040c1: Verifying Checksum [2020-10-27T14:49:10.378Z] 29e5d40040c1: Download complete [2020-10-27T14:49:10.515Z] ---> Running in cdf49f1b69f4 [2020-10-27T14:49:10.976Z] 1ce36da41761: Verifying Checksum [2020-10-27T14:49:10.976Z] 1ce36da41761: Download complete [2020-10-27T14:49:11.129Z] Removing intermediate container 4616fb0932af [2020-10-27T14:49:11.129Z] ---> 05edec4def51 [2020-10-27T14:49:11.129Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T14:49:11.249Z] 29e5d40040c1: Pull complete [2020-10-27T14:49:12.186Z] ---> Running in 4c9ce4628ee9 [2020-10-27T14:49:12.461Z] ---> 894108627831 [2020-10-27T14:49:12.461Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-27T14:49:12.683Z] 1ce36da41761: Pull complete [2020-10-27T14:49:12.683Z] 25b303627fd3: Verifying Checksum [2020-10-27T14:49:12.683Z] 25b303627fd3: Download complete [2020-10-27T14:49:14.129Z] Removing intermediate container 4c9ce4628ee9 [2020-10-27T14:49:14.129Z] ---> cad6a1a06647 [2020-10-27T14:49:14.129Z] Step 26/29 : CMD [ "generate" ] [2020-10-27T14:49:15.271Z] ---> Running in eb6ff3acc79d [2020-10-27T14:49:15.924Z] ---> 21d1ca5f4372 [2020-10-27T14:49:15.924Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-27T14:49:16.601Z] Removing intermediate container eb6ff3acc79d [2020-10-27T14:49:16.601Z] ---> 28093f3ffbaf [2020-10-27T14:49:16.601Z] Step 27/29 : LABEL arch=x86_64 [2020-10-27T14:49:18.117Z] ---> Running in 1a65d551e01a [2020-10-27T14:49:18.117Z] Removing intermediate container cdf49f1b69f4 [2020-10-27T14:49:18.117Z] ---> bbb7de0e8059 [2020-10-27T14:49:18.117Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T14:49:18.730Z] ---> 8b233954dcd3 [2020-10-27T14:49:18.730Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-27T14:49:18.730Z] ---> Running in 9e4c106dd86b [2020-10-27T14:49:19.366Z] ---> Running in f79a36bc1db5 [2020-10-27T14:49:20.035Z] Removing intermediate container 1a65d551e01a [2020-10-27T14:49:20.035Z] ---> 8192aec70b20 [2020-10-27T14:49:20.035Z] Step 28/29 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:49:20.035Z] Removing intermediate container 9e4c106dd86b [2020-10-27T14:49:20.035Z] ---> b1431ff33457 [2020-10-27T14:49:20.035Z] Step 24/26 : LABEL arch=x86_64 [2020-10-27T14:49:20.727Z] ---> Running in 3777f6e0ff7e [2020-10-27T14:49:20.727Z] ---> Running in fa35a11edf46 [2020-10-27T14:49:21.057Z] Removing intermediate container f79a36bc1db5 [2020-10-27T14:49:21.057Z] ---> 51cd6819f01f [2020-10-27T14:49:21.057Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:49:21.570Z] ---> Running in 10d4892dfedd [2020-10-27T14:49:22.091Z] Removing intermediate container 3777f6e0ff7e [2020-10-27T14:49:22.091Z] ---> 9ef6ebe7780c [2020-10-27T14:49:22.091Z] Step 29/29 : LABEL version=0.0.0 [2020-10-27T14:49:22.091Z] Removing intermediate container fa35a11edf46 [2020-10-27T14:49:22.091Z] ---> 2554e9ec11fe [2020-10-27T14:49:22.091Z] Step 25/26 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:49:22.843Z] 25b303627fd3: Pull complete [2020-10-27T14:49:22.843Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-27T14:49:22.843Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T14:49:22.843Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-27T14:49:22.911Z] ---> Running in 7c1f27acace4 [2020-10-27T14:49:22.911Z] ---> Running in d68d684a90da [2020-10-27T14:49:23.117Z] prd-ubuntu18.04-docker-arm64-4c-16g-9137 does not seem to be running inside a container [2020-10-27T14:49:23.205Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-arm64:latest cat [2020-10-27T14:49:23.929Z] Removing intermediate container 10d4892dfedd [2020-10-27T14:49:23.929Z] ---> f34cfbe177bd [2020-10-27T14:49:23.929Z] Step 21/23 : LABEL arch=x86_64 [2020-10-27T14:49:24.346Z] ---> Running in 73e3259db354 [2020-10-27T14:49:24.979Z] Removing intermediate container 7c1f27acace4 [2020-10-27T14:49:24.979Z] ---> 1300c0afb74a [2020-10-27T14:49:24.979Z] Step 26/26 : LABEL version=0.0.0 [2020-10-27T14:49:25.973Z] Removing intermediate container d68d684a90da [2020-10-27T14:49:25.973Z] ---> 372cab8dad46 [2020-10-27T14:49:25.973Z] [2020-10-27T14:49:26.253Z] ---> Running in ec50fb6e52aa [2020-10-27T14:49:26.529Z] $ docker top fc67a2bc7db69be9868b159c54a243737ee0b710335f104ff843922ad62b4ee8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T14:49:26.981Z] Removing intermediate container 73e3259db354 [2020-10-27T14:49:26.981Z] ---> 14ffd2d32370 [2020-10-27T14:49:26.981Z] Step 22/23 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:49:27.280Z] Successfully built 372cab8dad46 [2020-10-27T14:49:27.553Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-27T14:49:27.553Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-10-27T14:49:27.852Z] ---> Running in 61f207b2fb61 [2020-10-27T14:49:27.852Z] Removing intermediate container ec50fb6e52aa [2020-10-27T14:49:27.852Z] ---> c50355815919 [2020-10-27T14:49:27.852Z] [2020-10-27T14:49:27.928Z] + docker-compose build --help [2020-10-27T14:49:27.928Z] + grep parallel [2020-10-27T14:49:28.151Z] Successfully built c50355815919 [2020-10-27T14:49:28.429Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-27T14:49:28.429Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-10-27T14:49:28.773Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:49:28.773Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:49:28.773Z] ---> cac5458f2f86 [2020-10-27T14:49:28.773Z] Step 3/24 : WORKDIR /edgex-go [2020-10-27T14:49:28.773Z] ---> Using cache [2020-10-27T14:49:28.773Z] ---> d1e17167bf95 [2020-10-27T14:49:28.773Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:49:28.773Z] ---> Using cache [2020-10-27T14:49:28.773Z] ---> 9d8d730ad8d6 [2020-10-27T14:49:28.773Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-27T14:49:29.195Z] Removing intermediate container 61f207b2fb61 [2020-10-27T14:49:29.195Z] ---> 9237c4596bc6 [2020-10-27T14:49:29.195Z] Step 23/23 : LABEL version=0.0.0 [2020-10-27T14:49:29.500Z] ---> Running in cc943c48b410 [2020-10-27T14:49:29.811Z] ---> Running in 0dc349f35347 [2020-10-27T14:49:31.291Z] --parallel Build images in parallel. [2020-10-27T14:49:31.297Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:49:31.297Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:49:31.297Z] ---> cac5458f2f86 [2020-10-27T14:49:31.297Z] Step 3/27 : WORKDIR /edgex-go [2020-10-27T14:49:31.297Z] ---> Using cache [2020-10-27T14:49:31.297Z] ---> d1e17167bf95 [2020-10-27T14:49:31.297Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:49:31.297Z] ---> Using cache [2020-10-27T14:49:31.297Z] ---> 9d8d730ad8d6 [2020-10-27T14:49:31.297Z] Step 5/27 : RUN apk update && apk add make bash git [Pipeline] } [2020-10-27T14:49:31.320Z] $ docker stop --time=1 fc67a2bc7db69be9868b159c54a243737ee0b710335f104ff843922ad62b4ee8 [2020-10-27T14:49:32.319Z] ---> Running in 98dd777f3819 [2020-10-27T14:49:33.220Z] $ docker rm -f fc67a2bc7db69be9868b159c54a243737ee0b710335f104ff843922ad62b4ee8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-10-27T14:49:33.798Z] Removing intermediate container 0dc349f35347 [2020-10-27T14:49:33.798Z] ---> 40312bbda8ad [2020-10-27T14:49:33.798Z] [2020-10-27T14:49:33.798Z] Successfully built 40312bbda8ad [2020-10-27T14:49:33.798Z] Successfully tagged docker-core-data-go:latest [2020-10-27T14:49:33.798Z] Building docker-security-proxy-setup-go [2020-10-27T14:49:33.798Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2020-10-27T14:49:34.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-27T14:49:34.163Z] . [Pipeline] withDockerContainer [2020-10-27T14:49:34.415Z] prd-ubuntu18.04-docker-arm64-4c-16g-9137 does not seem to be running inside a container [2020-10-27T14:49:34.532Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-27T14:49:34.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:49:34.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:49:35.866Z] $ docker top eb319edabb54e2a864ff5d180d84becde1a568fcbb76db9f9d57d463f17444b3 -eo pid,comm [2020-10-27T14:49:36.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:49:36.022Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:49:36.022Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:49:36.022Z] OK: 12752 distinct packages available [Pipeline] { [Pipeline] sh [2020-10-27T14:49:36.347Z] OK: 233 MiB in 51 packages [2020-10-27T14:49:36.884Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-27T14:49:37.052Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:49:37.052Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:49:37.052Z] OK: 12752 distinct packages available [2020-10-27T14:49:37.366Z] OK: 233 MiB in 51 packages [2020-10-27T14:49:37.971Z] Removing intermediate container cc943c48b410 [2020-10-27T14:49:37.971Z] ---> e38933a868ef [2020-10-27T14:49:37.971Z] Step 6/24 : COPY go.mod . [2020-10-27T14:49:38.559Z] ---> 845030625879 [2020-10-27T14:49:38.559Z] Step 7/24 : RUN go mod download [2020-10-27T14:49:38.836Z] ---> Running in dad229dc42bb [2020-10-27T14:49:38.836Z] Removing intermediate container 98dd777f3819 [2020-10-27T14:49:38.836Z] ---> 78c1cbc3f827 [2020-10-27T14:49:38.836Z] Step 6/27 : COPY go.mod . [2020-10-27T14:49:39.450Z] ---> 8835acf17e52 [2020-10-27T14:49:39.450Z] Step 7/27 : RUN go mod download [2020-10-27T14:49:40.110Z] ---> Running in 064c26ecfa31 [2020-10-27T14:49:40.291Z] Building docker-core-command-go ... [2020-10-27T14:49:40.291Z] Building docker-core-data-go ... [2020-10-27T14:49:40.291Z] Building docker-core-metadata-go ... [2020-10-27T14:49:40.291Z] Building docker-security-proxy-setup-go ... [2020-10-27T14:49:40.291Z] Building docker-security-secrets-setup-go ... [2020-10-27T14:49:40.291Z] Building docker-security-secretstore-setup-go ... [2020-10-27T14:49:40.291Z] Building docker-support-logging-go ... [2020-10-27T14:49:40.291Z] Building docker-support-notifications-go ... [2020-10-27T14:49:40.291Z] Building docker-support-scheduler-go ... [2020-10-27T14:49:40.291Z] Building docker-sys-mgmt-agent-go ... [2020-10-27T14:49:40.291Z] Building docker-security-proxy-setup-go [2020-10-27T14:49:40.291Z] Building docker-support-logging-go [2020-10-27T14:49:40.291Z] Building docker-sys-mgmt-agent-go [2020-10-27T14:49:40.291Z] Building docker-security-secretstore-setup-go [2020-10-27T14:49:40.291Z] Building docker-core-data-go [2020-10-27T14:49:43.708Z] Removing intermediate container dad229dc42bb [2020-10-27T14:49:43.708Z] ---> ece85e9bcb31 [2020-10-27T14:49:43.708Z] Step 8/24 : COPY . . [2020-10-27T14:49:44.392Z] Removing intermediate container 064c26ecfa31 [2020-10-27T14:49:44.392Z] ---> 9885ee30317d [2020-10-27T14:49:44.392Z] Step 8/27 : COPY . . [2020-10-27T14:49:59.904Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:49:59.904Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:49:59.904Z] ---> cac5458f2f86 [2020-10-27T14:49:59.904Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T14:49:59.904Z] ---> Using cache [2020-10-27T14:49:59.904Z] ---> d1e17167bf95 [2020-10-27T14:49:59.904Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:49:59.904Z] ---> Using cache [2020-10-27T14:49:59.904Z] ---> 9d8d730ad8d6 [2020-10-27T14:49:59.904Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-27T14:49:59.904Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:49:59.904Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:49:59.904Z] ---> cac5458f2f86 [2020-10-27T14:49:59.904Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T14:49:59.904Z] ---> Using cache [2020-10-27T14:49:59.904Z] ---> d1e17167bf95 [2020-10-27T14:49:59.904Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:49:59.904Z] ---> Using cache [2020-10-27T14:49:59.904Z] ---> 9d8d730ad8d6 [2020-10-27T14:49:59.904Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T14:49:59.904Z] ---> Using cache [2020-10-27T14:49:59.904Z] ---> 06ac329eb70b [2020-10-27T14:49:59.904Z] Step 6/22 : COPY go.mod . [2020-10-27T14:49:59.904Z] ---> Using cache [2020-10-27T14:49:59.904Z] ---> 9efabab6fdb6 [2020-10-27T14:49:59.904Z] Step 7/22 : RUN go mod download [2020-10-27T14:49:59.904Z] ---> Using cache [2020-10-27T14:49:59.904Z] ---> 4611db00ea35 [2020-10-27T14:49:59.904Z] Step 8/22 : COPY . . [2020-10-27T14:50:00.512Z] ---> Using cache [2020-10-27T14:50:00.512Z] ---> c90c9b3a9e7a [2020-10-27T14:50:00.512Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-27T14:50:02.278Z] ---> Running in 525ddce6fd99 [2020-10-27T14:50:02.278Z] ---> Running in 7b5f5df5784f [2020-10-27T14:50:02.569Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:50:02.569Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:50:02.569Z] ---> cac5458f2f86 [2020-10-27T14:50:02.569Z] Step 3/20 : WORKDIR /edgex-go [2020-10-27T14:50:02.569Z] ---> Using cache [2020-10-27T14:50:02.569Z] ---> d1e17167bf95 [2020-10-27T14:50:02.569Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:50:02.569Z] ---> Using cache [2020-10-27T14:50:02.569Z] ---> 9d8d730ad8d6 [2020-10-27T14:50:02.569Z] Step 5/20 : RUN apk update && apk add make git [2020-10-27T14:50:02.569Z] ---> Using cache [2020-10-27T14:50:02.569Z] ---> 06ac329eb70b [2020-10-27T14:50:02.569Z] Step 6/20 : COPY go.mod . [2020-10-27T14:50:02.569Z] ---> Using cache [2020-10-27T14:50:02.569Z] ---> 9efabab6fdb6 [2020-10-27T14:50:02.569Z] Step 7/20 : RUN go mod download [2020-10-27T14:50:02.569Z] ---> Using cache [2020-10-27T14:50:02.569Z] ---> 4611db00ea35 [2020-10-27T14:50:02.569Z] Step 8/20 : COPY . . [2020-10-27T14:50:02.569Z] ---> Using cache [2020-10-27T14:50:02.569Z] ---> c90c9b3a9e7a [2020-10-27T14:50:02.569Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-27T14:50:04.013Z] ---> Running in 946567b6452a [2020-10-27T14:50:06.679Z] 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-27T14:50:06.679Z] 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-27T14:50:06.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:50:07.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:50:07.975Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:50:07.976Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:50:07.976Z] OK: 12752 distinct packages available [2020-10-27T14:50:08.972Z] OK: 233 MiB in 51 packages [2020-10-27T14:50:09.671Z] OK: 233 MiB in 51 packages [2020-10-27T14:50:14.237Z] Removing intermediate container 525ddce6fd99 [2020-10-27T14:50:14.237Z] ---> 66bba1d9c88a [2020-10-27T14:50:14.237Z] Step 6/22 : COPY go.mod . [2020-10-27T14:50:17.158Z] ---> 5f4329fa14d0 [2020-10-27T14:50:17.158Z] Step 7/22 : RUN go mod download [2020-10-27T14:50:17.500Z] ---> Running in 0f18a88d7429 [2020-10-27T14:50:28.085Z] Removing intermediate container 0f18a88d7429 [2020-10-27T14:50:28.085Z] ---> 81e75da3b823 [2020-10-27T14:50:28.085Z] Step 8/22 : COPY . . [2020-10-27T14:50:34.133Z] ---> 3ce635b2adeb [2020-10-27T14:50:34.133Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-27T14:50:34.133Z] ---> 617a643e0917 [2020-10-27T14:50:34.133Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-27T14:50:35.824Z] ---> Running in 2483a893d87c [2020-10-27T14:50:35.824Z] ---> Running in 7def41720c95 [2020-10-27T14:50:40.154Z] 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-27T14:50:40.154Z] 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-27T14:50:56.739Z] Removing intermediate container 946567b6452a [2020-10-27T14:50:56.739Z] ---> 60a519d804c6 [2020-10-27T14:50:56.739Z] [2020-10-27T14:50:56.739Z] Step 10/20 : FROM alpine [2020-10-27T14:50:56.739Z] ---> d6e46aa2470d [2020-10-27T14:50:56.739Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-27T14:50:56.739Z] ---> Running in 06ff6dc0ae30 [2020-10-27T14:50:56.739Z] Removing intermediate container 7b5f5df5784f [2020-10-27T14:50:56.739Z] ---> 2764d5d5a44d [2020-10-27T14:50:56.739Z] [2020-10-27T14:50:56.739Z] Step 10/22 : FROM scratch [2020-10-27T14:50:56.739Z] ---> [2020-10-27T14:50:56.740Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T14:50:57.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:50:57.235Z] ---> Using cache [2020-10-27T14:50:57.235Z] ---> c1947070cbe7 [2020-10-27T14:50:57.235Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-27T14:50:57.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:50:57.679Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:50:57.679Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:50:57.679Z] OK: 12744 distinct packages available [2020-10-27T14:50:57.679Z] ---> Running in f48aeebd8338 [2020-10-27T14:50:57.974Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-27T14:50:58.568Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T14:50:58.568Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-27T14:50:58.568Z] (4/4) Installing curl (7.69.1-r1) [2020-10-27T14:50:58.568Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:50:58.568Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T14:50:58.846Z] OK: 7 MiB in 18 packages [2020-10-27T14:50:59.113Z] Removing intermediate container f48aeebd8338 [2020-10-27T14:50:59.113Z] ---> 32ea3713c839 [2020-10-27T14:50:59.113Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T14:50:59.395Z] ---> Running in 4330279c4450 [2020-10-27T14:51:00.006Z] Removing intermediate container 4330279c4450 [2020-10-27T14:51:00.006Z] ---> 05ceaec6480f [2020-10-27T14:51:00.006Z] Step 14/22 : WORKDIR / [2020-10-27T14:51:00.284Z] ---> Running in 5437f9e8c980 [2020-10-27T14:51:01.289Z] Removing intermediate container 5437f9e8c980 [2020-10-27T14:51:01.289Z] ---> 79f067bf804b [2020-10-27T14:51:01.289Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-27T14:51:01.881Z] Removing intermediate container 06ff6dc0ae30 [2020-10-27T14:51:01.881Z] ---> 8615af332ab6 [2020-10-27T14:51:01.881Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T14:51:02.057Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:51:02.057Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:51:02.057Z] ---> 444f0707a3e6 [2020-10-27T14:51:02.057Z] Step 3/27 : WORKDIR /edgex-go [2020-10-27T14:51:02.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:51:02.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:51:02.057Z] ---> 444f0707a3e6 [2020-10-27T14:51:02.057Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T14:51:02.057Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:51:02.057Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:51:02.057Z] ---> 444f0707a3e6 [2020-10-27T14:51:02.057Z] Step 3/26 : WORKDIR /edgex-go [2020-10-27T14:51:02.057Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:51:02.057Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:51:02.057Z] ---> 444f0707a3e6 [2020-10-27T14:51:02.057Z] Step 3/20 : WORKDIR /edgex-go [2020-10-27T14:51:02.057Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:51:02.057Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:51:02.057Z] ---> 444f0707a3e6 [2020-10-27T14:51:02.057Z] Step 3/23 : WORKDIR /edgex-go [2020-10-27T14:51:02.057Z] ---> Running in f651686bb5d2 [2020-10-27T14:51:02.057Z] ---> Running in 00aae6e1b56d [2020-10-27T14:51:02.057Z] ---> Running in bde36e89f1df [2020-10-27T14:51:02.057Z] ---> Running in 2a5b827251ae [2020-10-27T14:51:02.057Z] ---> Running in c59971d6d48d [2020-10-27T14:51:02.057Z] Removing intermediate container bde36e89f1df [2020-10-27T14:51:02.057Z] Removing intermediate container f651686bb5d2 [2020-10-27T14:51:02.057Z] Removing intermediate container 2a5b827251ae [2020-10-27T14:51:02.057Z] ---> 92b197af2e40 [2020-10-27T14:51:02.057Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:51:02.057Z] ---> 3bbac9f31413 [2020-10-27T14:51:02.057Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:51:02.057Z] ---> 8b53e6dac9b5 [2020-10-27T14:51:02.057Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:51:02.057Z] Removing intermediate container c59971d6d48d [2020-10-27T14:51:02.057Z] ---> 5fc23886cfe6 [2020-10-27T14:51:02.058Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:51:02.058Z] Removing intermediate container 00aae6e1b56d [2020-10-27T14:51:02.058Z] ---> 37a837911ca8 [2020-10-27T14:51:02.058Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:51:02.058Z] ---> Running in e0a6703221ea [2020-10-27T14:51:02.058Z] ---> Running in 3520c025a3e7 [2020-10-27T14:51:02.058Z] ---> Running in 90c375ec43df [2020-10-27T14:51:02.058Z] ---> Running in c57968f65501 [2020-10-27T14:51:02.058Z] ---> Running in baf558a5253b [2020-10-27T14:51:02.982Z] ---> 3bb443fffaea [2020-10-27T14:51:02.982Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-27T14:51:02.982Z] ---> Running in 13bd78717571 [2020-10-27T14:51:03.630Z] ---> f003b1a3249a [2020-10-27T14:51:03.630Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-27T14:51:03.630Z] Removing intermediate container 13bd78717571 [2020-10-27T14:51:03.630Z] ---> ea57a053ad2a [2020-10-27T14:51:03.630Z] Step 13/20 : WORKDIR /edgex [2020-10-27T14:51:03.630Z] ---> Running in 6ab5944abbfa [2020-10-27T14:51:03.630Z] ---> Running in 9897cc69b3c4 [2020-10-27T14:51:04.337Z] Removing intermediate container 9897cc69b3c4 [2020-10-27T14:51:04.337Z] ---> 34cb9a1ec909 [2020-10-27T14:51:04.337Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-27T14:51:04.337Z] ---> b019ef511d2a [2020-10-27T14:51:04.337Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-27T14:51:05.001Z] 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-27T14:51:05.287Z] ---> 078554982dd1 [2020-10-27T14:51:05.287Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-27T14:51:05.461Z] Removing intermediate container 3520c025a3e7 [2020-10-27T14:51:05.461Z] ---> fff617569113 [2020-10-27T14:51:05.461Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-27T14:51:05.461Z] ---> Running in 1d8c9dc18212 [2020-10-27T14:51:05.563Z] ---> 84570ed9cd13 [2020-10-27T14:51:05.563Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-27T14:51:05.734Z] Removing intermediate container e0a6703221ea [2020-10-27T14:51:05.734Z] ---> 7599358d5cc8 [2020-10-27T14:51:05.734Z] Step 5/20 : RUN apk update && apk add make git [2020-10-27T14:51:05.734Z] Removing intermediate container c57968f65501 [2020-10-27T14:51:05.734Z] ---> c282bcccc1d8 [2020-10-27T14:51:05.734Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-27T14:51:05.882Z] ---> Running in 9bad28e50c18 [2020-10-27T14:51:06.011Z] ---> Running in 92b0536dbb20 [2020-10-27T14:51:06.011Z] Removing intermediate container 90c375ec43df [2020-10-27T14:51:06.011Z] ---> be9b8a8c411d [2020-10-27T14:51:06.011Z] Step 5/26 : RUN apk update && apk add make git [2020-10-27T14:51:06.304Z] ---> Running in b6d5f908120d [2020-10-27T14:51:06.304Z] Removing intermediate container baf558a5253b [2020-10-27T14:51:06.304Z] ---> c27e1a7f08f9 [2020-10-27T14:51:06.304Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-27T14:51:06.304Z] ---> Running in 80aafa28f5a0 [2020-10-27T14:51:06.582Z] ---> Running in a790e63b57f4 [2020-10-27T14:51:07.015Z] Removing intermediate container 9bad28e50c18 [2020-10-27T14:51:07.015Z] ---> 508a5f1d989a [2020-10-27T14:51:07.016Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:51:07.016Z] ---> 0fb30787c571 [2020-10-27T14:51:07.016Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-27T14:51:07.016Z] ---> Running in 09149220e007 [2020-10-27T14:51:07.351Z] ---> Running in d72e83f19dd5 [2020-10-27T14:51:08.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:51:08.107Z] Removing intermediate container 09149220e007 [2020-10-27T14:51:08.108Z] ---> cf2efeb1b3af [2020-10-27T14:51:08.108Z] Step 20/22 : LABEL arch=x86_64 [2020-10-27T14:51:08.108Z] Removing intermediate container d72e83f19dd5 [2020-10-27T14:51:08.108Z] ---> 026e32be5002 [2020-10-27T14:51:08.108Z] Step 17/20 : CMD ["--init=true"] [2020-10-27T14:51:08.108Z] ---> Running in b1e6e42ae7c9 [2020-10-27T14:51:08.311Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:51:08.436Z] ---> Running in c5a41165c83c [2020-10-27T14:51:08.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:51:08.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:51:08.725Z] Removing intermediate container b1e6e42ae7c9 [2020-10-27T14:51:08.725Z] ---> a2a36c9a496d [2020-10-27T14:51:08.725Z] Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:51:08.725Z] Removing intermediate container c5a41165c83c [2020-10-27T14:51:08.725Z] ---> 3ca200a1d3c3 [2020-10-27T14:51:08.725Z] Step 18/20 : LABEL arch=x86_64 [2020-10-27T14:51:08.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:51:08.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:51:09.024Z] ---> Running in b83b4677d15e [2020-10-27T14:51:09.025Z] ---> Running in 55472c509324 [2020-10-27T14:51:09.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:51:09.357Z] Removing intermediate container b83b4677d15e [2020-10-27T14:51:09.357Z] ---> 34b00858aa5c [2020-10-27T14:51:09.357Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T14:51:09.357Z] Removing intermediate container 55472c509324 [2020-10-27T14:51:09.357Z] ---> e1995380c1fb [2020-10-27T14:51:09.357Z] Step 19/20 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:51:09.405Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:51:09.405Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:51:09.405Z] OK: 12623 distinct packages available [2020-10-27T14:51:09.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:51:09.650Z] ---> Running in 665fd21c154f [2020-10-27T14:51:09.650Z] ---> Running in 514e0aa7f487 [2020-10-27T14:51:09.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:51:09.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:51:09.955Z] Removing intermediate container 665fd21c154f [2020-10-27T14:51:09.955Z] ---> 74a7164aea91 [2020-10-27T14:51:09.955Z] [2020-10-27T14:51:09.967Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:51:09.967Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:51:09.967Z] OK: 12623 distinct packages available [2020-10-27T14:51:10.254Z] OK: 217 MiB in 51 packages [2020-10-27T14:51:10.538Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:51:10.538Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:51:10.538Z] OK: 12623 distinct packages available [2020-10-27T14:51:10.538Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:51:10.538Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:51:10.538Z] OK: 12623 distinct packages available [2020-10-27T14:51:10.597Z] Removing intermediate container 514e0aa7f487 [2020-10-27T14:51:10.597Z] ---> fa904909905c [2020-10-27T14:51:10.597Z] Step 20/20 : LABEL version=0.0.0 [2020-10-27T14:51:10.813Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:51:10.813Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:51:10.814Z] OK: 12623 distinct packages available [2020-10-27T14:51:10.886Z] Successfully built 74a7164aea91 [2020-10-27T14:51:10.886Z] Successfully tagged docker-core-command-go:latest [2020-10-27T14:51:10.886Z]  Building docker-core-command-go ... done  ---> Running in 8e9a86682a64 [2020-10-27T14:51:11.095Z] OK: 217 MiB in 51 packages [2020-10-27T14:51:11.390Z] OK: 217 MiB in 51 packages [2020-10-27T14:51:11.604Z] Removing intermediate container 8e9a86682a64 [2020-10-27T14:51:11.604Z] ---> ee395004b6a7 [2020-10-27T14:51:11.604Z] [2020-10-27T14:51:11.670Z] OK: 217 MiB in 51 packages [2020-10-27T14:51:11.670Z] OK: 217 MiB in 51 packages [2020-10-27T14:51:11.943Z] Successfully built ee395004b6a7 [2020-10-27T14:51:11.943Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-27T14:51:12.276Z] Removing intermediate container 1d8c9dc18212 [2020-10-27T14:51:12.276Z] ---> ceae89154c16 [2020-10-27T14:51:12.276Z] Step 6/23 : COPY go.mod . [2020-10-27T14:51:12.555Z] OK: 217 MiB in 51 packages [2020-10-27T14:51:12.846Z] Removing intermediate container 92b0536dbb20 [2020-10-27T14:51:12.846Z] ---> 7107e8d1bd95 [2020-10-27T14:51:12.846Z] Step 6/20 : COPY go.mod . [2020-10-27T14:51:13.454Z] ---> 7b283394d670 [2020-10-27T14:51:13.454Z] Step 7/23 : RUN go mod download [2020-10-27T14:51:13.738Z] Removing intermediate container 80aafa28f5a0 [2020-10-27T14:51:13.738Z] ---> e01c0b380a3d [2020-10-27T14:51:13.738Z] Step 6/26 : COPY go.mod . [2020-10-27T14:51:13.738Z] ---> Running in c4929a5a77f1 [2020-10-27T14:51:13.738Z] Removing intermediate container a790e63b57f4 [2020-10-27T14:51:13.738Z] ---> 3c2b3297a5a3 [2020-10-27T14:51:13.738Z] Step 6/27 : COPY go.mod . [2020-10-27T14:51:14.016Z] ---> 35be554606da [2020-10-27T14:51:14.016Z] Step 7/20 : RUN go mod download [2020-10-27T14:51:14.292Z] ---> Running in f20bb2fa9ea5 [2020-10-27T14:51:14.292Z] Removing intermediate container b6d5f908120d [2020-10-27T14:51:14.292Z] ---> e518a076691f [2020-10-27T14:51:14.292Z] Step 6/22 : COPY go.mod . [2020-10-27T14:51:14.898Z] ---> a5da8106d371 [2020-10-27T14:51:14.898Z] Step 7/27 : RUN go mod download [2020-10-27T14:51:14.898Z] ---> 1225d5b9dafb [2020-10-27T14:51:14.898Z] Step 7/26 : RUN go mod download [2020-10-27T14:51:15.172Z] ---> Running in 952ab3a7289b [2020-10-27T14:51:15.172Z] ---> Running in ea1c69ad7989 [2020-10-27T14:51:15.455Z] ---> 05feec05a77b [2020-10-27T14:51:15.455Z] Step 7/22 : RUN go mod download [2020-10-27T14:51:15.736Z] ---> Running in 866ffe0bce50 [2020-10-27T14:51:16.413Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7def41720c95 [2020-10-27T14:51:16.413Z] ---> a6c238dc269a [2020-10-27T14:51:16.413Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-27T14:51:16.694Z] Removing intermediate container 2483a893d87c [2020-10-27T14:51:16.694Z] ---> b7454fdc77df [2020-10-27T14:51:16.694Z] [2020-10-27T14:51:16.694Z] Step 10/24 : FROM scratch [2020-10-27T14:51:16.694Z] ---> [2020-10-27T14:51:16.694Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T14:51:16.694Z] ---> Running in 948c5e2022cd [2020-10-27T14:51:16.992Z] ---> Running in 911da2cc04e0 [2020-10-27T14:51:17.283Z] Removing intermediate container 911da2cc04e0 [2020-10-27T14:51:17.283Z] ---> 122c522a227d [2020-10-27T14:51:17.283Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-27T14:51:17.579Z] ---> Running in 66e641b09086 [2020-10-27T14:51:18.285Z] 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-27T14:51:18.285Z] Removing intermediate container 66e641b09086 [2020-10-27T14:51:18.285Z] ---> 7cda86c08bd6 [2020-10-27T14:51:18.285Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-27T14:51:18.675Z] ---> Running in 1324f77a8fdc [2020-10-27T14:51:18.675Z] Removing intermediate container 1324f77a8fdc [2020-10-27T14:51:18.675Z] ---> 052183a98973 [2020-10-27T14:51:18.675Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-27T14:51:19.142Z] Removing intermediate container c4929a5a77f1 [2020-10-27T14:51:19.142Z] ---> 7bccb2bfd5cc [2020-10-27T14:51:19.142Z] Step 8/23 : COPY . . [2020-10-27T14:51:19.142Z] Removing intermediate container f20bb2fa9ea5 [2020-10-27T14:51:19.142Z] ---> e228bc59d1ab [2020-10-27T14:51:19.142Z] Step 8/20 : COPY . . [2020-10-27T14:51:19.386Z] ---> 43e43e4cd470 [2020-10-27T14:51:19.386Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-27T14:51:21.139Z] Removing intermediate container ea1c69ad7989 [2020-10-27T14:51:21.139Z] ---> ed804d05003d [2020-10-27T14:51:21.139Z] Step 8/26 : COPY . . [2020-10-27T14:51:21.139Z] Removing intermediate container 952ab3a7289b [2020-10-27T14:51:21.139Z] ---> a3ddc18391bc [2020-10-27T14:51:21.139Z] Step 8/27 : COPY . . [2020-10-27T14:51:21.481Z] ---> 9a066c290b4a [2020-10-27T14:51:21.481Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-27T14:51:21.481Z] Removing intermediate container 948c5e2022cd [2020-10-27T14:51:21.481Z] ---> d720cd643677 [2020-10-27T14:51:21.481Z] [2020-10-27T14:51:21.481Z] Step 11/27 : FROM docker:latest [2020-10-27T14:51:21.481Z] ---> 6972c414f322 [2020-10-27T14:51:21.481Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-27T14:51:21.481Z] ---> Running in b05e3238bef4 [2020-10-27T14:51:21.777Z] Removing intermediate container 866ffe0bce50 [2020-10-27T14:51:21.777Z] ---> d2aa286ca2c4 [2020-10-27T14:51:21.777Z] Step 8/22 : COPY . . [2020-10-27T14:51:23.074Z] ---> 2ef2be28e1d5 [2020-10-27T14:51:23.074Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-27T14:51:23.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:51:23.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:51:23.957Z] (1/2) Installing readline (8.0.4-r0) [2020-10-27T14:51:23.957Z] (2/2) Installing bash (5.0.17-r0) [2020-10-27T14:51:23.957Z] Executing bash-5.0.17-r0.post-install [2020-10-27T14:51:23.957Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:51:24.239Z] OK: 12 MiB in 22 packages [2020-10-27T14:51:24.239Z] ---> 8171e5fa876a [2020-10-27T14:51:24.239Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-27T14:51:24.884Z] ---> 60fb83581c57 [2020-10-27T14:51:24.884Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-27T14:51:24.885Z] Removing intermediate container b05e3238bef4 [2020-10-27T14:51:24.885Z] ---> a543be6bc7b2 [2020-10-27T14:51:24.885Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-27T14:51:25.215Z] ---> Running in f8a779cc6420 [2020-10-27T14:51:26.630Z] ---> bab804975234 [2020-10-27T14:51:26.630Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-27T14:51:26.630Z] ---> Running in cf53d80db4da [2020-10-27T14:51:26.914Z] Removing intermediate container cf53d80db4da [2020-10-27T14:51:26.914Z] ---> 526f63947ad8 [2020-10-27T14:51:26.914Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:51:26.914Z] ---> Running in 4a9491ee27cf [2020-10-27T14:51:27.513Z] Removing intermediate container 4a9491ee27cf [2020-10-27T14:51:27.513Z] ---> 3c617ec076f4 [2020-10-27T14:51:27.513Z] Step 22/24 : LABEL arch=x86_64 [2020-10-27T14:51:28.500Z] ---> Running in b2b494a99dfa [2020-10-27T14:51:28.501Z] Removing intermediate container f8a779cc6420 [2020-10-27T14:51:28.501Z] ---> 453959736b3c [2020-10-27T14:51:28.501Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-27T14:51:28.501Z] Removing intermediate container 6ab5944abbfa [2020-10-27T14:51:28.501Z] ---> e576189e960c [2020-10-27T14:51:28.501Z] [2020-10-27T14:51:28.501Z] Step 10/22 : FROM scratch [2020-10-27T14:51:28.501Z] ---> [2020-10-27T14:51:28.501Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T14:51:28.782Z] ---> Running in c72689a1913d [2020-10-27T14:51:28.782Z] ---> Using cache [2020-10-27T14:51:28.782Z] ---> 122c522a227d [2020-10-27T14:51:28.782Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-27T14:51:28.782Z] Removing intermediate container b2b494a99dfa [2020-10-27T14:51:28.782Z] ---> 19fcc202e84b [2020-10-27T14:51:28.782Z] Step 23/24 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:51:28.782Z] ---> Running in 148a60199fe7 [2020-10-27T14:51:28.782Z] ---> Running in c32414695ccb [2020-10-27T14:51:29.091Z] Removing intermediate container c72689a1913d [2020-10-27T14:51:29.091Z] ---> 8205fea8a935 [2020-10-27T14:51:29.091Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-27T14:51:29.091Z] ---> Running in 0a5e251a0836 [2020-10-27T14:51:29.091Z] Removing intermediate container 148a60199fe7 [2020-10-27T14:51:29.091Z] ---> 928ba070ae82 [2020-10-27T14:51:29.091Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T14:51:29.424Z] ---> Running in 6edac5efd7b6 [2020-10-27T14:51:29.424Z] Removing intermediate container c32414695ccb [2020-10-27T14:51:29.424Z] ---> d70bfcf547a0 [2020-10-27T14:51:29.424Z] Step 24/24 : LABEL version=0.0.0 [2020-10-27T14:51:29.725Z] ---> Running in d4d853488573 [2020-10-27T14:51:29.725Z] Removing intermediate container 0a5e251a0836 [2020-10-27T14:51:29.725Z] ---> c2bffe908514 [2020-10-27T14:51:29.725Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-27T14:51:29.725Z] Removing intermediate container 6edac5efd7b6 [2020-10-27T14:51:29.725Z] ---> 552a98ea6cd2 [2020-10-27T14:51:29.725Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-27T14:51:29.725Z] ---> Running in d0d2ab9beeed [2020-10-27T14:51:30.026Z] Removing intermediate container d4d853488573 [2020-10-27T14:51:30.027Z] ---> eb82279d0394 [2020-10-27T14:51:30.027Z] [2020-10-27T14:51:30.320Z] Removing intermediate container d0d2ab9beeed [2020-10-27T14:51:30.320Z] ---> 1c51c58bcc3d [2020-10-27T14:51:30.320Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-27T14:51:30.320Z] Successfully built eb82279d0394 [2020-10-27T14:51:30.320Z] Successfully tagged docker-support-notifications-go:latest [2020-10-27T14:51:30.320Z]  Building docker-support-notifications-go ... done  ---> 5b55597b6f5b [2020-10-27T14:51:30.320Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-27T14:51:31.012Z] ---> 591ec063f260 [2020-10-27T14:51:31.012Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-27T14:51:31.012Z] ---> 4c6bde143536 [2020-10-27T14:51:31.012Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-27T14:51:31.677Z] ---> 6d82cdcef056 [2020-10-27T14:51:31.677Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-27T14:51:31.952Z] ---> 1fb7c0ddc595 [2020-10-27T14:51:31.952Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-27T14:51:32.227Z] ---> 01f34d4d142e [2020-10-27T14:51:32.227Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-27T14:51:32.227Z] ---> Running in dcf2ddac57dd [2020-10-27T14:51:32.502Z] ---> 488f28cefd96 [2020-10-27T14:51:32.502Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-27T14:51:32.502Z] ---> Running in 9e5025d4e76c [2020-10-27T14:51:32.774Z] Removing intermediate container 9e5025d4e76c [2020-10-27T14:51:32.774Z] ---> 9fc66afbd300 [2020-10-27T14:51:32.774Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:51:32.774Z] ---> Running in eef1337cd4d9 [2020-10-27T14:51:33.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:51:33.046Z] Removing intermediate container eef1337cd4d9 [2020-10-27T14:51:33.046Z] ---> b1c454fa74be [2020-10-27T14:51:33.046Z] Step 20/22 : LABEL arch=x86_64 [2020-10-27T14:51:33.046Z] ---> Running in 2ec623dcd98a [2020-10-27T14:51:33.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:51:33.340Z] Removing intermediate container 2ec623dcd98a [2020-10-27T14:51:33.340Z] ---> 7ac6ad52c024 [2020-10-27T14:51:33.340Z] Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:51:33.340Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-27T14:51:33.340Z] (2/33) Installing expat (2.2.9-r1) [2020-10-27T14:51:33.340Z] ---> Running in 794bb80e2edd [2020-10-27T14:51:33.340Z] (3/33) Installing libffi (3.3-r2) [2020-10-27T14:51:33.340Z] (4/33) Installing gdbm (1.13-r1) [2020-10-27T14:51:33.340Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-27T14:51:33.639Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-27T14:51:33.639Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-27T14:51:33.950Z] Removing intermediate container 794bb80e2edd [2020-10-27T14:51:33.951Z] ---> 93c31818d6d6 [2020-10-27T14:51:33.951Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T14:51:33.951Z] ---> Running in bee07876234c [2020-10-27T14:51:35.387Z] Removing intermediate container bee07876234c [2020-10-27T14:51:35.387Z] ---> feb01dee9f3f [2020-10-27T14:51:35.387Z] [2020-10-27T14:51:35.387Z] Successfully built feb01dee9f3f [2020-10-27T14:51:35.387Z] Successfully tagged docker-support-logging-go:latest [2020-10-27T14:51:35.994Z]  Building docker-support-logging-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-27T14:51:35.994Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-27T14:51:35.994Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-27T14:51:35.994Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-27T14:51:35.994Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-27T14:51:35.994Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-27T14:51:35.994Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-27T14:51:36.274Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-27T14:51:36.274Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-27T14:51:36.274Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-27T14:51:36.274Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-27T14:51:36.274Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-27T14:51:36.274Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-27T14:51:36.544Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-27T14:51:36.545Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-27T14:51:36.545Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-27T14:51:36.545Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-27T14:51:36.545Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-27T14:51:36.545Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-27T14:51:36.545Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-27T14:51:36.545Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-27T14:51:36.545Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-27T14:51:36.545Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-27T14:51:36.545Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-27T14:51:36.545Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-27T14:51:36.828Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-27T14:51:36.828Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:51:36.828Z] OK: 71 MiB in 55 packages [2020-10-27T14:51:43.969Z] ---> 10abbfc053cf [2020-10-27T14:51:43.969Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-27T14:51:43.969Z] ---> 90946e472029 [2020-10-27T14:51:43.969Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-27T14:51:43.969Z] ---> c3259f3984ca [2020-10-27T14:51:43.969Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-27T14:51:43.969Z] ---> 6e7c34459a6b [2020-10-27T14:51:43.969Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-27T14:51:43.969Z] ---> 5234056a856d [2020-10-27T14:51:43.969Z] 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-27T14:51:43.969Z] ---> Running in bbbd34b1d0c6 [2020-10-27T14:51:43.969Z] ---> Running in 58d45a8bc7d8 [2020-10-27T14:51:43.969Z] ---> Running in e1d073786cc3 [2020-10-27T14:51:43.969Z] ---> Running in 13f0e4eae6d3 [2020-10-27T14:51:43.969Z] ---> Running in 396b56a69fc5 [2020-10-27T14:51:44.963Z] 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-27T14:51:45.238Z] 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-27T14:51:45.239Z] 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-27T14:51:45.514Z] 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-27T14:51:45.792Z] 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-27T14:51:46.975Z] Removing intermediate container dcf2ddac57dd [2020-10-27T14:51:46.975Z] ---> 2dd6e6fa88af [2020-10-27T14:51:46.975Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-27T14:51:46.975Z] ---> Running in 69acf80715fe [2020-10-27T14:51:48.482Z] Collecting docker-compose==1.23.2 [2020-10-27T14:51:48.482Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-27T14:51:48.757Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-27T14:51:48.757Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-27T14:51:48.757Z] Collecting docopt<0.7,>=0.6.1 [2020-10-27T14:51:48.757Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-27T14:51:49.755Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-27T14:51:49.755Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-27T14:51:50.021Z] Collecting jsonschema<3,>=2.5.1 [2020-10-27T14:51:50.021Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-27T14:51:50.285Z] Collecting cached-property<2,>=1.2.0 [2020-10-27T14:51:50.285Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-27T14:51:50.285Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-27T14:51:50.285Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-27T14:51:50.863Z] 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-27T14:51:50.863Z] Collecting texttable<0.10,>=0.9.0 [2020-10-27T14:51:50.863Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-27T14:51:51.446Z] Collecting docker<4.0,>=3.6.0 [2020-10-27T14:51:51.727Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-27T14:51:51.727Z] Collecting PyYAML<4,>=3.10 [2020-10-27T14:51:52.032Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-27T14:51:53.075Z] 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-27T14:51:53.075Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-27T14:51:53.075Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-27T14:51:53.351Z] Collecting idna<2.8,>=2.5 [2020-10-27T14:51:53.351Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-27T14:51:53.351Z] 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-27T14:51:53.351Z] Collecting docker-pycreds>=0.4.0 [2020-10-27T14:51:53.351Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-27T14:51:53.351Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-27T14:51:53.351Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-27T14:51:53.351Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-27T14:51:53.351Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-27T14:51:53.646Z] Installing collected packages: websocket-client, docopt, urllib3, idna, requests, jsonschema, cached-property, dockerpty, texttable, docker-pycreds, docker, PyYAML, docker-compose [2020-10-27T14:51:53.924Z] Running setup.py install for docopt: started [2020-10-27T14:51:54.551Z] Running setup.py install for docopt: finished with status 'done' [2020-10-27T14:51:54.551Z] Attempting uninstall: urllib3 [2020-10-27T14:51:54.551Z] Found existing installation: urllib3 1.25.9 [2020-10-27T14:51:54.551Z] Uninstalling urllib3-1.25.9: [2020-10-27T14:51:54.551Z] Successfully uninstalled urllib3-1.25.9 [2020-10-27T14:51:54.829Z] Attempting uninstall: idna [2020-10-27T14:51:54.829Z] Found existing installation: idna 2.9 [2020-10-27T14:51:54.829Z] Uninstalling idna-2.9: [2020-10-27T14:51:55.101Z] Successfully uninstalled idna-2.9 [2020-10-27T14:51:55.101Z] Attempting uninstall: requests [2020-10-27T14:51:55.101Z] Found existing installation: requests 2.23.0 [2020-10-27T14:51:55.101Z] Uninstalling requests-2.23.0: [2020-10-27T14:51:55.374Z] Successfully uninstalled requests-2.23.0 [2020-10-27T14:51:55.830Z] Running setup.py install for dockerpty: started [2020-10-27T14:51:56.851Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-27T14:51:56.851Z] Running setup.py install for texttable: started [2020-10-27T14:51:58.017Z] Running setup.py install for texttable: finished with status 'done' [2020-10-27T14:51:58.286Z] Running setup.py install for PyYAML: started [2020-10-27T14:51:58.867Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-27T14:51:59.135Z] 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-27T14:52:02.506Z] Removing intermediate container 69acf80715fe [2020-10-27T14:52:02.506Z] ---> f91a9becce34 [2020-10-27T14:52:02.506Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-27T14:52:02.506Z] ---> Running in 1ba8d27e2c5b [2020-10-27T14:52:03.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T14:52:03.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T14:52:03.354Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T14:52:03.354Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-27T14:52:03.354Z] (3/3) Installing curl (7.69.1-r1) [2020-10-27T14:52:03.354Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:52:03.354Z] OK: 72 MiB in 58 packages [2020-10-27T14:52:03.932Z] Removing intermediate container 1ba8d27e2c5b [2020-10-27T14:52:03.932Z] ---> 78022ddc6c2a [2020-10-27T14:52:03.932Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-27T14:52:03.932Z] ---> Running in 0e29e65173bd [2020-10-27T14:52:03.932Z] Removing intermediate container 0e29e65173bd [2020-10-27T14:52:03.932Z] ---> 0b90043ea13f [2020-10-27T14:52:03.932Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:52:04.199Z] ---> Running in aaea64850f6c [2020-10-27T14:52:04.199Z] Removing intermediate container aaea64850f6c [2020-10-27T14:52:04.199Z] ---> d2804a914fe9 [2020-10-27T14:52:04.199Z] Step 25/27 : LABEL arch=x86_64 [2020-10-27T14:52:04.464Z] ---> Running in 02da6616751d [2020-10-27T14:52:04.464Z] Removing intermediate container 02da6616751d [2020-10-27T14:52:04.464Z] ---> 25c6cb405d67 [2020-10-27T14:52:04.464Z] Step 26/27 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:52:04.729Z] ---> Running in b39d422d21c3 [2020-10-27T14:52:04.729Z] Removing intermediate container b39d422d21c3 [2020-10-27T14:52:04.729Z] ---> 7f1b117fdae2 [2020-10-27T14:52:04.729Z] Step 27/27 : LABEL version=0.0.0 [2020-10-27T14:52:04.729Z] ---> Running in 4a43a86482d3 [2020-10-27T14:52:04.994Z] Removing intermediate container 4a43a86482d3 [2020-10-27T14:52:04.994Z] ---> 535646423705 [2020-10-27T14:52:04.994Z] [2020-10-27T14:52:05.259Z] Successfully built 535646423705 [2020-10-27T14:52:05.260Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-27T14:52:05.571Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-27T14:52:05.632Z] $ docker stop --time=1 49b3bb2f55fc5172ef7fbd492ac7fcb3089c6fccecb2cec629a8cdf4ccf3dc56 [2020-10-27T14:52:07.530Z] $ docker rm -f 49b3bb2f55fc5172ef7fbd492ac7fcb3089c6fccecb2cec629a8cdf4ccf3dc56 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T14:52:08.287Z] + grep docker [2020-10-27T14:52:08.287Z] + docker images [2020-10-27T14:52:08.584Z] docker-sys-mgmt-agent-go latest 535646423705 4 seconds ago 290MB [2020-10-27T14:52:08.584Z] docker-support-logging-go latest feb01dee9f3f 34 seconds ago 11.1MB [2020-10-27T14:52:08.584Z] docker-support-notifications-go latest eb82279d0394 39 seconds ago 13.6MB [2020-10-27T14:52:08.584Z] docker-security-proxy-setup-go latest ee395004b6a7 57 seconds ago 15.8MB [2020-10-27T14:52:08.584Z] docker-core-command-go latest 74a7164aea91 59 seconds ago 12.2MB [2020-10-27T14:52:08.585Z] docker-core-data-go latest 40312bbda8ad 2 minutes ago 23.7MB [2020-10-27T14:52:08.585Z] docker-security-secretstore-setup-go latest c50355815919 2 minutes ago 32.4MB [2020-10-27T14:52:08.585Z] docker-security-secrets-setup-go latest 372cab8dad46 2 minutes ago 24MB [2020-10-27T14:52:08.585Z] docker-core-metadata-go latest cfbcc991416d 3 minutes ago 14.5MB [2020-10-27T14:52:08.585Z] docker-support-scheduler-go latest b335ecd39082 3 minutes ago 12.3MB [2020-10-27T14:52:08.585Z] docker latest 6972c414f322 5 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-27T14:52:24.728Z] Still waiting to schedule task [2020-10-27T14:52:24.729Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-27T14:53:07.622Z] 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-27T14:53:07.622Z] Removing intermediate container e1d073786cc3 [2020-10-27T14:53:07.622Z] ---> 49fbbce83011 [2020-10-27T14:53:07.622Z] [2020-10-27T14:53:07.622Z] Step 10/20 : FROM alpine [2020-10-27T14:53:07.622Z] latest: Pulling from library/alpine [2020-10-27T14:53:07.622Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T14:53:07.622Z] Status: Downloaded newer image for alpine:latest [2020-10-27T14:53:07.622Z] ---> 2e77e061c27f [2020-10-27T14:53:07.622Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-27T14:53:07.622Z] ---> Running in 108f59c666c8 [2020-10-27T14:53:09.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:53:09.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:53:10.339Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:53:10.339Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:53:10.339Z] OK: 12615 distinct packages available [2020-10-27T14:53:11.326Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-27T14:53:11.326Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T14:53:11.326Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-27T14:53:11.326Z] (4/4) Installing curl (7.69.1-r1) [2020-10-27T14:53:11.326Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:53:11.326Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T14:53:11.601Z] OK: 7 MiB in 18 packages [2020-10-27T14:53:13.066Z] 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-27T14:53:15.078Z] Removing intermediate container 108f59c666c8 [2020-10-27T14:53:15.078Z] ---> 0835281acbbc [2020-10-27T14:53:15.078Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T14:53:16.080Z] ---> Running in 179dba481977 [2020-10-27T14:53:17.078Z] Removing intermediate container 58d45a8bc7d8 [2020-10-27T14:53:17.078Z] ---> ba835cc4be1d [2020-10-27T14:53:17.078Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-27T14:53:17.078Z] Removing intermediate container 179dba481977 [2020-10-27T14:53:17.078Z] ---> 1d378c9d0bd4 [2020-10-27T14:53:17.078Z] Step 13/20 : WORKDIR /edgex [2020-10-27T14:53:17.358Z] ---> Running in e3cb3458defb [2020-10-27T14:53:17.358Z] ---> Running in 1efc3b3460fc [2020-10-27T14:53:18.484Z] Removing intermediate container 1efc3b3460fc [2020-10-27T14:53:18.484Z] ---> 7f3e24af5c73 [2020-10-27T14:53:18.484Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-27T14:53:21.295Z] 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-27T14:53:21.295Z] ---> 6d7ff4cb5f28 [2020-10-27T14:53:21.295Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-27T14:53:22.744Z] Removing intermediate container 13f0e4eae6d3 [2020-10-27T14:53:22.744Z] ---> 598d262b5323 [2020-10-27T14:53:22.744Z] [2020-10-27T14:53:22.744Z] Step 10/22 : FROM scratch [2020-10-27T14:53:22.744Z] ---> [2020-10-27T14:53:22.744Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T14:53:22.744Z] ---> Running in e7528741e0f9 [2020-10-27T14:53:23.741Z] ---> 715afcea2880 [2020-10-27T14:53:23.741Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-27T14:53:24.018Z] Removing intermediate container e7528741e0f9 [2020-10-27T14:53:24.018Z] ---> 74718c106810 [2020-10-27T14:53:24.018Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-27T14:53:24.018Z] ---> Running in f3893fe2f7db [2020-10-27T14:53:24.295Z] ---> Running in f44c0f2d1c83 [2020-10-27T14:53:25.750Z] Removing intermediate container f3893fe2f7db [2020-10-27T14:53:25.750Z] ---> 5b8de92ce53b [2020-10-27T14:53:25.750Z] Step 17/20 : CMD ["--init=true"] [2020-10-27T14:53:26.034Z] Removing intermediate container f44c0f2d1c83 [2020-10-27T14:53:26.034Z] ---> 19b7a9a5dd3e [2020-10-27T14:53:26.034Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T14:53:26.034Z] ---> Running in e671d2ea285e [2020-10-27T14:53:26.034Z] ---> Running in 261ba86bc2b1 [2020-10-27T14:53:27.087Z] Removing intermediate container e3cb3458defb [2020-10-27T14:53:27.087Z] ---> 5622c5a4b4a7 [2020-10-27T14:53:27.087Z] [2020-10-27T14:53:27.087Z] Step 11/27 : FROM docker:latest [2020-10-27T14:53:27.087Z] ---> 5d4db4dc0692 [2020-10-27T14:53:27.087Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-27T14:53:27.087Z] Removing intermediate container 261ba86bc2b1 [2020-10-27T14:53:27.087Z] ---> f35c3a7fd613 [2020-10-27T14:53:27.087Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-27T14:53:27.367Z] ---> Running in 044bb9d544f9 [2020-10-27T14:53:27.367Z] Removing intermediate container e671d2ea285e [2020-10-27T14:53:27.367Z] ---> 4f058e7a9eab [2020-10-27T14:53:27.367Z] Step 18/20 : LABEL arch=arm64 [2020-10-27T14:53:27.643Z] Removing intermediate container 396b56a69fc5 [2020-10-27T14:53:27.643Z] ---> b20c0ce29cf0 [2020-10-27T14:53:27.643Z] [2020-10-27T14:53:27.643Z] Step 10/26 : FROM alpine:3.10 [2020-10-27T14:53:27.919Z] ---> Running in 9c188065cb4b [2020-10-27T14:53:28.203Z] 3.10: Pulling from library/alpine [2020-10-27T14:53:29.200Z] Removing intermediate container 9c188065cb4b [2020-10-27T14:53:29.201Z] ---> 4465ccebf434 [2020-10-27T14:53:29.201Z] Step 19/20 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:53:29.201Z] ---> e16f1aa03445 [2020-10-27T14:53:29.201Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-27T14:53:29.494Z] ---> Running in a68ca33f3528 [2020-10-27T14:53:30.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:53:30.489Z] Removing intermediate container a68ca33f3528 [2020-10-27T14:53:30.489Z] ---> eb5b8a505033 [2020-10-27T14:53:30.489Z] Step 20/20 : LABEL version=0.0.0 [2020-10-27T14:53:30.489Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-27T14:53:30.489Z] Status: Downloaded newer image for alpine:3.10 [2020-10-27T14:53:30.489Z] ---> 536a684cf733 [2020-10-27T14:53:30.489Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-27T14:53:30.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:53:30.767Z] ---> Running in 662062ae17f8 [2020-10-27T14:53:30.767Z] ---> Running in fd126cabf62d [2020-10-27T14:53:31.056Z] ---> f43cbc10a1d4 [2020-10-27T14:53:31.056Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-27T14:53:31.336Z] (1/2) Installing readline (8.0.4-r0) [2020-10-27T14:53:31.336Z] (2/2) Installing bash (5.0.17-r0) [2020-10-27T14:53:31.336Z] Executing bash-5.0.17-r0.post-install [2020-10-27T14:53:31.336Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:53:31.336Z] OK: 12 MiB in 22 packages [2020-10-27T14:53:31.616Z] Removing intermediate container 662062ae17f8 [2020-10-27T14:53:31.616Z] ---> b4c6e8d0420f [2020-10-27T14:53:31.616Z] [2020-10-27T14:53:32.387Z] Running on prd-centos7-docker-8c-8g-9138 in /w/workspace/edgexfoundry_edgex-go_PR-2848 [Pipeline] { [Pipeline] ws [2020-10-27T14:53:32.458Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-10-27T14:53:32.607Z] Successfully built b4c6e8d0420f [2020-10-27T14:53:32.883Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-27T14:53:32.883Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-10-27T14:53:33.517Z] ---> cc79b9df956a [2020-10-27T14:53:33.517Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-27T14:53:33.517Z] Removing intermediate container 044bb9d544f9 [2020-10-27T14:53:33.517Z] ---> ad3f39c4be5b [2020-10-27T14:53:33.517Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-27T14:53:33.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:53:33.796Z] ---> Running in 8650b9b840be [2020-10-27T14:53:34.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:53:34.653Z] using credential edgex-jenkins-ssh [2020-10-27T14:53:34.689Z] v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-27T14:53:34.689Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-27T14:53:34.689Z] OK: 10167 distinct packages available [2020-10-27T14:53:34.715Z] Cloning the remote Git repository [2020-10-27T14:53:34.739Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-27T14:53:34.807Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-10-27T14:53:34.833Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-27T14:53:34.834Z] > git --version # timeout=10 [2020-10-27T14:53:34.839Z] > git --version # 'git version 2.16.5' [2020-10-27T14:53:34.840Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T14:53:34.865Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T14:53:35.303Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-27T14:53:35.303Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-27T14:53:35.303Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-27T14:53:35.303Z] (4/5) Installing curl (7.66.0-r1) [2020-10-27T14:53:35.303Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-27T14:53:35.303Z] Executing busybox-1.30.1-r3.trigger [2020-10-27T14:53:35.589Z] ---> d9f4221398c2 [2020-10-27T14:53:35.589Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-27T14:53:35.589Z] Executing ca-certificates-20191127-r2.trigger [2020-10-27T14:53:35.589Z] OK: 7 MiB in 19 packages [2020-10-27T14:53:36.199Z] ---> Running in 9b3acbacdd61 [2020-10-27T14:53:38.214Z] Removing intermediate container 9b3acbacdd61 [2020-10-27T14:53:38.214Z] ---> 0a1c6735e200 [2020-10-27T14:53:38.214Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:53:39.228Z] ---> Running in fbf99181c8c9 [2020-10-27T14:53:39.228Z] Removing intermediate container 8650b9b840be [2020-10-27T14:53:39.228Z] ---> 09c9270f518b [2020-10-27T14:53:39.228Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-27T14:53:39.228Z] Removing intermediate container fd126cabf62d [2020-10-27T14:53:39.228Z] ---> 482160586ef6 [2020-10-27T14:53:39.228Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-27T14:53:39.504Z] ---> Running in 19c05d17060e [2020-10-27T14:53:39.504Z] ---> Running in 3d9bba593055 [2020-10-27T14:53:39.783Z] Removing intermediate container fbf99181c8c9 [2020-10-27T14:53:39.783Z] ---> d755cd554f6c [2020-10-27T14:53:39.783Z] Step 20/22 : LABEL arch=arm64 [2020-10-27T14:53:39.783Z] ---> Running in 5515ce375925 [2020-10-27T14:53:40.388Z] Removing intermediate container 3d9bba593055 [2020-10-27T14:53:40.388Z] ---> 53f9d86ead53 [2020-10-27T14:53:40.388Z] Step 13/26 : WORKDIR / [2020-10-27T14:53:40.388Z] Removing intermediate container 19c05d17060e [2020-10-27T14:53:40.388Z] ---> 206be10704e0 [2020-10-27T14:53:40.388Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-27T14:53:40.388Z] ---> Running in ddcac63c426f [2020-10-27T14:53:40.666Z] Removing intermediate container 5515ce375925 [2020-10-27T14:53:40.666Z] ---> 8ef3a6212bbb [2020-10-27T14:53:40.666Z] Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:53:40.666Z] ---> Running in e4a0242c342e [2020-10-27T14:53:40.946Z] ---> Running in 7d3c9bbd2285 [2020-10-27T14:53:41.222Z] Removing intermediate container ddcac63c426f [2020-10-27T14:53:41.222Z] ---> aae29e7cbe97 [2020-10-27T14:53:41.222Z] 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-27T14:53:41.841Z] Removing intermediate container e4a0242c342e [2020-10-27T14:53:41.841Z] ---> 93242e8e15c6 [2020-10-27T14:53:41.841Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-27T14:53:42.115Z] Removing intermediate container 7d3c9bbd2285 [2020-10-27T14:53:42.115Z] ---> 7403483ceae8 [2020-10-27T14:53:42.115Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T14:53:42.187Z] Merging remotes/origin/master commit 70c918de78a758e1281f9e18824a6a08fc9647aa into PR head commit 75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:53:42.392Z] Merge succeeded, producing 75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:53:42.393Z] Checking out Revision 75c894124bda8f900718f9d7dfec267e83cb5ab0 (PR-2848) [2020-10-27T14:53:41.591Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-27T14:53:41.599Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T14:53:41.611Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-27T14:53:41.626Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-27T14:53:41.626Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T14:53:41.630Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2848/head:refs/remotes/origin/PR-2848 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T14:53:42.199Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T14:53:42.204Z] > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 [2020-10-27T14:53:42.360Z] > git remote # timeout=10 [2020-10-27T14:53:42.365Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T14:53:42.374Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T14:53:42.378Z] > git merge 70c918de78a758e1281f9e18824a6a08fc9647aa # timeout=10 [2020-10-27T14:53:42.388Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T14:53:42.398Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T14:53:42.402Z] > git checkout -f 75c894124bda8f900718f9d7dfec267e83cb5ab0 # timeout=10 [2020-10-27T14:53:42.721Z] ---> Running in ed6517159951 [2020-10-27T14:53:43.002Z] ---> 98ad095d4a83 [2020-10-27T14:53:43.002Z] 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-27T14:53:43.002Z] ---> Running in 081bfaf40e03 [2020-10-27T14:53:43.607Z] Removing intermediate container ed6517159951 [2020-10-27T14:53:43.607Z] ---> 9ee175f4255e [2020-10-27T14:53:43.607Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-27T14:53:43.880Z] Removing intermediate container 081bfaf40e03 [2020-10-27T14:53:43.880Z] ---> 242864673534 [2020-10-27T14:53:43.880Z] [2020-10-27T14:53:44.881Z] Successfully built 242864673534 [2020-10-27T14:53:44.881Z] ---> eb40506b502e [2020-10-27T14:53:44.881Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-27T14:53:44.881Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-27T14:53:44.881Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [2020-10-27T14:53:45.502Z] ---> 96e981594c05 [2020-10-27T14:53:45.502Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-27T14:53:45.780Z] ---> 468480a49450 [2020-10-27T14:53:45.780Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-27T14:53:46.140Z] Commit message: "fix(snap): strip commit+date from version" [Pipeline] withEnv [Pipeline] { [2020-10-27T14:53:46.774Z] ---> 81ec5def625f [2020-10-27T14:53:46.775Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-27T14:53:47.418Z] ---> 498d05936dce [2020-10-27T14:53:47.418Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] sh [2020-10-27T14:53:48.214Z] ++ find /w/workspace/edgex-go/6 [2020-10-27T14:53:48.214Z] ++ grep snapcraft.yaml [2020-10-27T14:53:48.214Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T14:53:48.405Z] provisioning config files... [2020-10-27T14:53:48.417Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/6@tmp/config2745690401730831043tmp [Pipeline] { [Pipeline] sh [2020-10-27T14:53:48.844Z] + cp /w/workspace/edgex-go/6@tmp/config2745690401730831043tmp /w/workspace/edgex-go/6/edgex-snap-store-login [Pipeline] sh [2020-10-27T14:53:48.897Z] ---> 55fc3f55dce8 [2020-10-27T14:53:48.898Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-27T14:53:49.146Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/6:/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-27T14:53:49.146Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-27T14:53:49.408Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-27T14:53:49.408Z] f08d8e2a3ba1: Pulling fs layer [2020-10-27T14:53:49.408Z] 3baa9cb2483b: Pulling fs layer [2020-10-27T14:53:49.408Z] 94e5ff4c0b15: Pulling fs layer [2020-10-27T14:53:49.408Z] 1860925334f9: Pulling fs layer [2020-10-27T14:53:49.408Z] 2daf38717194: Pulling fs layer [2020-10-27T14:53:49.408Z] 309017e8d7a4: Pulling fs layer [2020-10-27T14:53:49.408Z] f7790dc9fd0f: Pulling fs layer [2020-10-27T14:53:49.408Z] cac0ae9282c2: Pulling fs layer [2020-10-27T14:53:49.408Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-27T14:53:49.408Z] 309017e8d7a4: Waiting [2020-10-27T14:53:49.408Z] f7790dc9fd0f: Waiting [2020-10-27T14:53:49.408Z] cac0ae9282c2: Waiting [2020-10-27T14:53:49.408Z] 1f4cadf9a1ed: Waiting [2020-10-27T14:53:49.408Z] 1860925334f9: Waiting [2020-10-27T14:53:49.408Z] 2daf38717194: Waiting [2020-10-27T14:53:49.408Z] 94e5ff4c0b15: Verifying Checksum [2020-10-27T14:53:49.408Z] 94e5ff4c0b15: Download complete [2020-10-27T14:53:49.408Z] 3baa9cb2483b: Download complete [2020-10-27T14:53:49.408Z] 1860925334f9: Verifying Checksum [2020-10-27T14:53:49.408Z] 1860925334f9: Download complete [2020-10-27T14:53:49.670Z] 309017e8d7a4: Verifying Checksum [2020-10-27T14:53:49.670Z] 309017e8d7a4: Download complete [2020-10-27T14:53:49.911Z] ---> Running in 5b11428281fd [2020-10-27T14:53:50.185Z] ---> d0d21f863442 [2020-10-27T14:53:50.185Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-27T14:53:50.614Z] f7790dc9fd0f: Verifying Checksum [2020-10-27T14:53:50.614Z] f7790dc9fd0f: Download complete [2020-10-27T14:53:50.614Z] cac0ae9282c2: Download complete [2020-10-27T14:53:51.559Z] 1f4cadf9a1ed: Verifying Checksum [2020-10-27T14:53:51.559Z] 1f4cadf9a1ed: Download complete [2020-10-27T14:53:52.145Z] f08d8e2a3ba1: Download complete [2020-10-27T14:53:52.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:53:52.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:53:53.378Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-27T14:53:53.378Z] (2/33) Installing expat (2.2.9-r1) [2020-10-27T14:53:53.378Z] (3/33) Installing libffi (3.3-r2) [2020-10-27T14:53:53.378Z] (4/33) Installing gdbm (1.13-r1) [2020-10-27T14:53:53.378Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-27T14:53:53.378Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-27T14:53:53.378Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-27T14:53:53.533Z] f08d8e2a3ba1: Pull complete [2020-10-27T14:53:53.533Z] 3baa9cb2483b: Pull complete [2020-10-27T14:53:53.796Z] 94e5ff4c0b15: Pull complete [2020-10-27T14:53:53.796Z] 1860925334f9: Pull complete [2020-10-27T14:53:53.986Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:53:53.986Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:53:53.986Z] ---> 444f0707a3e6 [2020-10-27T14:53:53.986Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T14:53:53.986Z] ---> Using cache [2020-10-27T14:53:53.986Z] ---> 37a837911ca8 [2020-10-27T14:53:53.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:53:53.986Z] ---> Using cache [2020-10-27T14:53:53.986Z] ---> c27e1a7f08f9 [2020-10-27T14:53:53.986Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T14:53:54.264Z] ---> d912967d98fb [2020-10-27T14:53:54.264Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-27T14:53:54.547Z] ---> Running in f9696aa3a761 [2020-10-27T14:53:54.856Z] Removing intermediate container bbbd34b1d0c6 [2020-10-27T14:53:54.856Z] ---> f10273299d69 [2020-10-27T14:53:54.856Z] [2020-10-27T14:53:54.856Z] Step 10/23 : FROM alpine [2020-10-27T14:53:54.856Z] ---> 2e77e061c27f [2020-10-27T14:53:54.856Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T14:53:55.475Z] ---> Running in 3110ecb1a0ad [2020-10-27T14:53:55.752Z] ---> b6b8d1087ff4 [2020-10-27T14:53:55.752Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-27T14:53:56.747Z] Removing intermediate container 3110ecb1a0ad [2020-10-27T14:53:56.747Z] ---> 57ec3784ba21 [2020-10-27T14:53:56.747Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-27T14:53:56.747Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-27T14:53:56.747Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-27T14:53:56.747Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-27T14:53:57.031Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-27T14:53:57.031Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-27T14:53:57.031Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-27T14:53:57.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:53:57.031Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-27T14:53:57.307Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-27T14:53:57.307Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-27T14:53:57.307Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-27T14:53:57.307Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-27T14:53:57.307Z] ---> Running in e7a4d7019b6f [2020-10-27T14:53:57.307Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-27T14:53:57.586Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-27T14:53:57.586Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-27T14:53:57.586Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-27T14:53:57.586Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-27T14:53:57.586Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-27T14:53:57.586Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-27T14:53:57.586Z] ---> a879bca28dd0 [2020-10-27T14:53:57.586Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T14:53:57.586Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-27T14:53:57.861Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-27T14:53:57.861Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-27T14:53:57.861Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-27T14:53:57.861Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-27T14:53:57.861Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-27T14:53:57.861Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-27T14:53:57.861Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-27T14:53:58.016Z] 2daf38717194: Verifying Checksum [2020-10-27T14:53:58.016Z] 2daf38717194: Download complete [2020-10-27T14:53:58.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:53:58.140Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:53:58.140Z] OK: 71 MiB in 55 packages [2020-10-27T14:53:58.419Z] ---> Running in 395140806cec [2020-10-27T14:53:58.419Z] Removing intermediate container e7a4d7019b6f [2020-10-27T14:53:58.419Z] ---> f3c41bc039af [2020-10-27T14:53:58.419Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-27T14:53:59.019Z] ---> Running in 4c02ff9e966d [2020-10-27T14:53:59.302Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:53:59.302Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:53:59.302Z] OK: 12623 distinct packages available [2020-10-27T14:53:59.915Z] Removing intermediate container 4c02ff9e966d [2020-10-27T14:53:59.915Z] ---> edbd771450d8 [2020-10-27T14:53:59.915Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:53:59.915Z] OK: 217 MiB in 51 packages [2020-10-27T14:54:00.905Z] ---> Running in d146bbe4ef9c [2020-10-27T14:54:02.895Z] Removing intermediate container f9696aa3a761 [2020-10-27T14:54:02.895Z] ---> 08082cd76b8e [2020-10-27T14:54:02.895Z] Step 6/22 : COPY go.mod . [2020-10-27T14:54:03.187Z] Removing intermediate container 395140806cec [2020-10-27T14:54:03.187Z] ---> 001061908549 [2020-10-27T14:54:03.187Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T14:54:03.799Z] ---> Running in 7b7efbf05fec [2020-10-27T14:54:04.071Z] ---> 3a17b299a952 [2020-10-27T14:54:04.071Z] Step 7/22 : RUN go mod download [2020-10-27T14:54:04.671Z] ---> Running in 9a51384efb2d [2020-10-27T14:54:04.671Z] Removing intermediate container 7b7efbf05fec [2020-10-27T14:54:04.671Z] ---> f540f7ddfac3 [2020-10-27T14:54:04.671Z] Step 24/26 : LABEL arch=arm64 [2020-10-27T14:54:05.272Z] ---> Running in b5a5a088bdea [2020-10-27T14:54:05.272Z] Removing intermediate container d146bbe4ef9c [2020-10-27T14:54:05.272Z] ---> 73adebefa500 [2020-10-27T14:54:05.272Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-27T14:54:05.557Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:54:05.557Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:54:05.557Z] ---> 444f0707a3e6 [2020-10-27T14:54:05.557Z] Step 3/21 : WORKDIR /edgex-go [2020-10-27T14:54:05.557Z] ---> Using cache [2020-10-27T14:54:05.557Z] ---> 37a837911ca8 [2020-10-27T14:54:05.557Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:54:05.557Z] ---> Using cache [2020-10-27T14:54:05.557Z] ---> c27e1a7f08f9 [2020-10-27T14:54:05.557Z] Step 5/21 : RUN apk update && apk add make git [2020-10-27T14:54:05.557Z] ---> Using cache [2020-10-27T14:54:05.557Z] ---> 08082cd76b8e [2020-10-27T14:54:05.557Z] Step 6/21 : COPY go.mod . [2020-10-27T14:54:05.557Z] ---> Using cache [2020-10-27T14:54:05.557Z] ---> 3a17b299a952 [2020-10-27T14:54:05.557Z] Step 7/21 : RUN go mod download [2020-10-27T14:54:05.557Z] ---> Running in 4b72bff25dd6 [2020-10-27T14:54:05.833Z] ---> Running in ff8918aba81c [2020-10-27T14:54:06.119Z] Removing intermediate container b5a5a088bdea [2020-10-27T14:54:06.119Z] ---> 0c4854bc064e [2020-10-27T14:54:06.119Z] Step 25/26 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:54:06.722Z] ---> Running in 86aba0e006cb [2020-10-27T14:54:07.707Z] Removing intermediate container 86aba0e006cb [2020-10-27T14:54:07.707Z] ---> 243e91fae506 [2020-10-27T14:54:07.707Z] Step 26/26 : LABEL version=0.0.0 [2020-10-27T14:54:07.987Z] ---> Running in aa72f2963f5d [2020-10-27T14:54:08.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:54:08.267Z] Removing intermediate container 5b11428281fd [2020-10-27T14:54:08.267Z] ---> b8c26dfd7481 [2020-10-27T14:54:08.267Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-27T14:54:08.541Z] ---> Running in d62fb6575506 [2020-10-27T14:54:08.541Z] Removing intermediate container aa72f2963f5d [2020-10-27T14:54:08.541Z] ---> 77ed0cd8d087 [2020-10-27T14:54:08.541Z] [2020-10-27T14:54:08.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:54:09.423Z] Removing intermediate container 9a51384efb2d [2020-10-27T14:54:09.423Z] ---> b29c4983131f [2020-10-27T14:54:09.423Z] Step 8/22 : COPY . . [2020-10-27T14:54:09.423Z] Successfully built 77ed0cd8d087 [2020-10-27T14:54:09.423Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-27T14:54:09.423Z] Building docker-core-command-go [2020-10-27T14:54:09.704Z]  Building docker-security-secretstore-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) [2020-10-27T14:54:09.704Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-27T14:54:09.704Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-27T14:54:09.991Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-27T14:54:09.991Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-27T14:54:10.265Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:54:10.265Z] OK: 8 MiB in 19 packages [2020-10-27T14:54:13.689Z] Removing intermediate container ff8918aba81c [2020-10-27T14:54:13.689Z] ---> 9be08869f59f [2020-10-27T14:54:13.689Z] Step 8/21 : COPY . . [2020-10-27T14:54:15.698Z] Collecting docker-compose==1.23.2 [2020-10-27T14:54:15.979Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-27T14:54:16.253Z] Removing intermediate container 4b72bff25dd6 [2020-10-27T14:54:16.540Z] ---> 65db37fe7fc6 [2020-10-27T14:54:16.540Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-27T14:54:17.150Z] Collecting jsonschema<3,>=2.5.1 [2020-10-27T14:54:17.434Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-27T14:54:19.144Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-27T14:54:19.144Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-27T14:54:19.144Z] ---> 50062cfac4ab [2020-10-27T14:54:19.144Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-27T14:54:19.795Z] Collecting cached-property<2,>=1.2.0 [2020-10-27T14:54:19.795Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-27T14:54:20.005Z] 2daf38717194: Pull complete [2020-10-27T14:54:20.005Z] 309017e8d7a4: Pull complete [2020-10-27T14:54:20.005Z] f7790dc9fd0f: Pull complete [2020-10-27T14:54:20.005Z] cac0ae9282c2: Pull complete [2020-10-27T14:54:20.071Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-27T14:54:20.071Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-27T14:54:20.273Z] 1f4cadf9a1ed: Pull complete [2020-10-27T14:54:20.273Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-27T14:54:20.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-27T14:54:21.679Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T14:54:21.679Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-27T14:54:21.679Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-27T14:54:21.942Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-27T14:54:21.942Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] [2020-10-27T14:54:21.942Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2020-10-27T14:54:22.517Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] [2020-10-27T14:54:22.517Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-27T14:54:22.517Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-27T14:54:22.517Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-10-27T14:54:22.517Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-27T14:54:22.517Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-27T14:54:22.720Z] ---> aed79c3e11b8 [2020-10-27T14:54:22.720Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-27T14:54:22.720Z] Collecting docopt<0.7,>=0.6.1 [2020-10-27T14:54:22.720Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-27T14:54:22.779Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-27T14:54:22.779Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] [2020-10-27T14:54:23.042Z] Fetched 8169 kB in 2s (4413 kB/s) [2020-10-27T14:54:24.440Z] Reading package lists... [2020-10-27T14:54:25.369Z] ---> b55ba898c2b4 [2020-10-27T14:54:25.369Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-27T14:54:25.369Z] Collecting texttable<0.10,>=0.9.0 [2020-10-27T14:54:25.369Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-27T14:54:25.643Z] ---> Running in d4684dfeb784 [2020-10-27T14:54:26.367Z] 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-27T14:54:26.367Z] - README.md [2020-10-27T14:54:26.367Z] [2020-10-27T14:54:26.367Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-10-27T14:54:27.098Z] Removing intermediate container d4684dfeb784 [2020-10-27T14:54:27.098Z] ---> 1f475a9c8493 [2020-10-27T14:54:27.098Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:54:27.706Z] 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-27T14:54:27.706Z] ---> Running in 78edf2d9f21b [2020-10-27T14:54:28.308Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-27T14:54:28.308Z] 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T14:54:28.308Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-27T14:54:28.308Z] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-27T14:54:28.329Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-27T14:54:28.329Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-27T14:54:28.329Z] ---> 7135e5f517ef [2020-10-27T14:54:28.329Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-27T14:54:28.942Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:54:28.942Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:54:28.942Z] ---> 444f0707a3e6 [2020-10-27T14:54:28.942Z] Step 3/22 : WORKDIR /edgex-go [2020-10-27T14:54:28.942Z] ---> Using cache [2020-10-27T14:54:28.942Z] ---> 37a837911ca8 [2020-10-27T14:54:28.942Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:54:28.942Z] ---> Using cache [2020-10-27T14:54:28.942Z] ---> c27e1a7f08f9 [2020-10-27T14:54:28.942Z] Step 5/22 : RUN apk update && apk add make git [2020-10-27T14:54:28.942Z] ---> Using cache [2020-10-27T14:54:28.942Z] ---> 08082cd76b8e [2020-10-27T14:54:28.942Z] Step 6/22 : COPY go.mod . [2020-10-27T14:54:28.942Z] ---> Using cache [2020-10-27T14:54:28.942Z] ---> 3a17b299a952 [2020-10-27T14:54:28.942Z] Step 7/22 : RUN go mod download [2020-10-27T14:54:28.942Z] ---> Using cache [2020-10-27T14:54:28.942Z] ---> 9be08869f59f [2020-10-27T14:54:28.942Z] Step 8/22 : COPY . . [2020-10-27T14:54:29.220Z] Removing intermediate container 78edf2d9f21b [2020-10-27T14:54:29.220Z] ---> 105667e9fc85 [2020-10-27T14:54:29.220Z] Step 21/23 : LABEL arch=arm64 [2020-10-27T14:54:29.220Z] Collecting docker<4.0,>=3.6.0 [2020-10-27T14:54:29.220Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-27T14:54:29.498Z] ---> Running in fce2dad847e9 [2020-10-27T14:54:29.674Z] 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... 57% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 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-27T14:54:29.773Z] ---> Running in 8a8e78c35fdd [2020-10-27T14:54:30.766Z] Collecting PyYAML<4,>=3.10 [2020-10-27T14:54:30.766Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-27T14:54:31.041Z] Removing intermediate container 8a8e78c35fdd [2020-10-27T14:54:31.041Z] ---> 241881a4a446 [2020-10-27T14:54:31.041Z] Step 22/23 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:54:31.598Z] 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-27T14:54:31.648Z] 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-27T14:54:32.632Z] ---> Running in 5d8877bf3beb [2020-10-27T14:54:32.964Z] 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... 56% 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-27T14:54:33.227Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-10-27T14:54:33.227Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-27T14:54:33.227Z] The following packages were automatically installed and are no longer required: [2020-10-27T14:54:33.227Z] libjq1 libonig4 [2020-10-27T14:54:33.227Z] Use 'sudo apt autoremove' to remove them. [2020-10-27T14:54:33.227Z] Suggested packages: [2020-10-27T14:54:33.227Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-10-27T14:54:33.227Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-10-27T14:54:33.227Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-10-27T14:54:33.227Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-10-27T14:54:33.227Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-10-27T14:54:33.227Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-10-27T14:54:33.227Z] git-mediawiki git-svn lrzip glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc [2020-10-27T14:54:33.227Z] man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-27T14:54:33.227Z] | libterm-readline-perl-perl [2020-10-27T14:54:33.801Z] The following NEW packages will be installed: [2020-10-27T14:54:33.802Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-10-27T14:54:33.802Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-10-27T14:54:33.802Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-10-27T14:54:33.802Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-10-27T14:54:33.802Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-10-27T14:54:33.802Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-10-27T14:54:33.802Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-10-27T14:54:33.802Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-10-27T14:54:33.802Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-10-27T14:54:33.802Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-10-27T14:54:33.802Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-10-27T14:54:33.802Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-10-27T14:54:33.802Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-10-27T14:54:33.802Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-10-27T14:54:33.802Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-10-27T14:54:33.802Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-10-27T14:54:33.802Z] perl perl-modules-5.26 pkg-config unzip zip [2020-10-27T14:54:33.802Z] The following packages will be upgraded: [2020-10-27T14:54:33.802Z] perl-base [2020-10-27T14:54:33.802Z] 1 upgraded, 101 newly installed, 0 to remove and 31 not upgraded. [2020-10-27T14:54:33.802Z] Need to get 81.6 MB of archives. [2020-10-27T14:54:33.802Z] After this operation, 369 MB of additional disk space will be used. [2020-10-27T14:54:34.064Z] 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-27T14:54:34.088Z] Removing intermediate container 5d8877bf3beb [2020-10-27T14:54:34.088Z] ---> 17b8cae83c0e [2020-10-27T14:54:34.088Z] Step 23/23 : LABEL version=0.0.0 [2020-10-27T14:54:34.641Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 668 kB/1391 kB 48%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-10-27T14:54:34.641Z] 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-27T14:54:34.709Z] 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-27T14:54:34.904Z] 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-27T14:54:34.904Z] 5% [4 libgdbm5 20.5 kB/26.0 kB 79%] 5% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-27T14:54:34.904Z] 5% [5 libgdbm-compat4 0 B/6084 B 0%] 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-27T14:54:34.904Z] 5% [6 libperl5.26 26.3 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-27T14:54:34.904Z] 9% [7 perl 60.8 kB/201 kB 30%] 9% [Working] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-27T14:54:34.904Z] 9% [8 less 36.1 kB/112 kB 32%] 9% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-10-27T14:54:34.904Z] 9% [9 netbase 0 B/12.7 kB 0%] 10% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-10-27T14:54:34.904Z] 10% [10 manpages 0 B/1234 kB 0%] 11% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-10-27T14:54:34.904Z] 11% [11 binutils-common 7696 B/196 kB 4%] 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-27T14:54:34.904Z] 11% [12 libbinutils 7549 B/488 kB 2%] 12% [Working] 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-27T14:54:34.986Z] 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-27T14:54:34.986Z] ---> Running in 5051fdcb7365 [2020-10-27T14:54:35.170Z] 12% [13 binutils-x86-64-linux-gnu 0 B/1839 kB 0%] 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-27T14:54:35.170Z] 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-27T14:54:35.170Z] 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-27T14:54:35.170Z] 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-27T14:54:35.266Z] Collecting idna<2.8,>=2.5 [2020-10-27T14:54:35.266Z] ---> 41c18194196c [2020-10-27T14:54:35.266Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-27T14:54:35.266Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-27T14:54:35.433Z] 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-27T14:54:35.433Z] 19% [18 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Working] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-10-27T14:54:35.433Z] 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-27T14:54:35.433Z] 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-27T14:54:35.433Z] 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-27T14:54:36.009Z] 20% [22 cpp-7 0 B/8591 kB 0%] 29% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-10-27T14:54:36.009Z] 29% [23 cpp 27.7 kB/27.7 kB 100%] 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-27T14:54:36.009Z] 29% [24 libcc1-0 4096 B/39.4 kB 10%] 29% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-10-27T14:54:36.009Z] 29% [25 libgomp1 24.6 kB/76.5 kB 32%] 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-27T14:54:36.009Z] 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-27T14:54:36.009Z] 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-27T14:54:36.009Z] 30% [28 libasan4 16.4 kB/358 kB 5%] 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-27T14:54:36.009Z] 30% [29 liblsan0 25.9 kB/133 kB 20%] 31% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-10-27T14:54:36.009Z] 31% [30 libtsan0 24.0 kB/288 kB 8%] 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-27T14:54:36.009Z] 31% [31 libubsan0 26.6 kB/126 kB 21%] 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-27T14:54:36.009Z] 32% [32 libcilkrts5 30.6 kB/42.5 kB 72%] 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-27T14:54:36.009Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-10-27T14:54:36.009Z] 32% [34 libquadmath0 55.1 kB/134 kB 41%] 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-27T14:54:36.009Z] 32% [35 libgcc-7-dev 10.4 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-27T14:54:36.259Z] ---> Running in 0332ac27322a [2020-10-27T14:54:36.259Z] Removing intermediate container 5051fdcb7365 [2020-10-27T14:54:36.259Z] ---> 29ff4db25cac [2020-10-27T14:54:36.259Z] [2020-10-27T14:54:36.543Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-27T14:54:36.543Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-27T14:54:36.584Z] 35% [36 gcc-7 20.7 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-27T14:54:36.584Z] 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-27T14:54:36.585Z] 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-27T14:54:36.846Z] 46% [39 g++-7 11.6 kB/9697 kB 0%] 56% [Working] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-10-27T14:54:36.846Z] 56% [40 g++ 1568 B/1568 B 100%] 56% [Working] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-27T14:54:36.846Z] 56% [41 make 0 B/154 kB 0%] 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-27T14:54:37.108Z] 56% [42 libdpkg-perl 28.7 kB/211 kB 14%] 57% [Working] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-10-27T14:54:37.108Z] 57% [43 patch 39.0 kB/102 kB 38%] 57% [Working] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-10-27T14:54:37.108Z] 57% [44 dpkg-dev 0 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-27T14:54:37.108Z] 58% [45 build-essential 4758 B/4758 B 100%] 58% [Working] 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-27T14:54:37.108Z] 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-27T14:54:37.108Z] 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-27T14:54:37.108Z] 60% [48 libjsoncpp1 22.4 kB/73.6 kB 30%] 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-27T14:54:37.108Z] 60% [49 librhash0 12.9 kB/78.1 kB 17%] 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-27T14:54:37.108Z] 61% [50 libuv1 43.1 kB/64.4 kB 67%] 61% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-10-27T14:54:37.156Z] Collecting docker-pycreds>=0.4.0 [2020-10-27T14:54:37.156Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-27T14:54:37.156Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-27T14:54:37.156Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-27T14:54:37.156Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-27T14:54:37.156Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-27T14:54:37.373Z] 61% [51 cmake 44.0 kB/3152 kB 1%] 64% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-10-27T14:54:37.373Z] 64% [52 curl 0 B/159 kB 0%] 64% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-10-27T14:54:37.373Z] 65% [53 libfakeroot 10.2 kB/25.9 kB 39%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-10-27T14:54:37.373Z] 65% [54 fakeroot 38.0 kB/62.3 kB 61%] 65% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] [2020-10-27T14:54:37.373Z] 65% [55 libc6-i386 23.1 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-27T14:54:37.373Z] 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-27T14:54:37.373Z] 70% [57 libc6-x32 26.9 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-27T14:54:37.434Z] Successfully built 29ff4db25cac [2020-10-27T14:54:37.434Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-27T14:54:37.434Z] Building docker-support-notifications-go [2020-10-27T14:54:37.636Z] 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-27T14:54:37.636Z] 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-27T14:54:37.636Z] 75% [60 libx32gcc1 0 B/40.5 kB 0%] 75% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-10-27T14:54:37.636Z] 75% [61 lib32gomp1 65.5 kB/83.7 kB 78%] 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-27T14:54:37.636Z] 76% [62 libx32gomp1 47.4 kB/77.8 kB 61%] 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-27T14:54:37.636Z] 76% [63 lib32itm1 30.0 kB/30.0 kB 100%] 76% [Working] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-10-27T14:54:37.636Z] 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-27T14:54:37.636Z] 76% [65 lib32atomic1 8664 B/8664 B 100%] 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-27T14:54:37.636Z] 77% [66 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-10-27T14:54:37.636Z] 77% [67 lib32asan4 23.4 kB/362 kB 6%] 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-27T14:54:37.636Z] 77% [68 libx32asan4 41.0 kB/351 kB 12%] 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-27T14:54:37.636Z] 78% [69 lib32stdc++6 0 B/415 kB 0%] 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-27T14:54:37.636Z] 79% [70 lib32ubsan0 8688 B/140 kB 6%] 79% [Working] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-10-27T14:54:37.636Z] 79% [71 libx32stdc++6 0 B/387 kB 0%] 79% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-10-27T14:54:37.900Z] 79% [72 libx32ubsan0 0 B/127 kB 0%] 80% [Working] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-10-27T14:54:37.900Z] 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-27T14:54:37.900Z] 80% [74 libx32cilkrts5 0 B/43.0 kB 0%] 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-27T14:54:37.900Z] 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-27T14:54:37.900Z] 80% [76 lib32quadmath0 36.1 kB/208 kB 17%] 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-27T14:54:37.900Z] 81% [77 libx32quadmath0 20.3 kB/135 kB 15%] 81% [Waiting for headers] 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-27T14:54:37.900Z] 81% [78 lib32gcc-7-dev 20.1 kB/2211 kB 1%] 84% [Waiting for headers] 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-27T14:54:37.900Z] 84% [79 libx32gcc-7-dev 24.8 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-27T14:54:37.900Z] 86% [80 gcc-7-multilib 1048 B/1048 B 100%] 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-27T14:54:37.900Z] 86% [81 lib32stdc++-7-dev 2905 B/626 kB 0%] 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-27T14:54:37.900Z] 87% [82 libx32stdc++-7-dev 26.5 kB/582 kB 5%] 87% [Waiting for headers] 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-27T14:54:38.162Z] 87% [83 g++-7-multilib 642 B/1064 B 60%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-10-27T14:54:38.162Z] 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-27T14:54:38.162Z] 88% [85 g++-multilib 1020 B/1020 B 100%] 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-27T14:54:38.162Z] 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-27T14:54:38.162Z] 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-27T14:54:38.162Z] 89% [88 git-man 0 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-27T14:54:38.422Z]  Building docker-core-data-go ... done Installing collected packages: jsonschema, idna, urllib3, requests, cached-property, dockerpty, docopt, texttable, websocket-client, docker-pycreds, docker, PyYAML, docker-compose [2020-10-27T14:54:38.424Z] 90% [89 git 0 B/3915 kB 0%] 94% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-10-27T14:54:38.424Z] 94% [90 libalgorithm-diff-perl 41.0 kB/47.6 kB 86%] 94% [Working] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-10-27T14:54:38.424Z] 94% [91 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-10-27T14:54:38.424Z] 94% [92 libalgorithm-merge-perl 4096 B/12.0 kB 34%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-10-27T14:54:38.424Z] 94% [93 libfile-fcntllock-perl 24.6 kB/33.2 kB 74%] 95% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-10-27T14:54:38.424Z] 95% [94 libnorm1 8192 B/224 kB 4%] 95% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-10-27T14:54:38.424Z] 95% [95 libpgm-5.2-0 24.6 kB/157 kB 16%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-10-27T14:54:38.424Z] 95% [96 libsodium23 32.4 kB/143 kB 23%] 96% [Working] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-10-27T14:54:38.424Z] 96% [97 libzmq5 20.3 kB/221 kB 9%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-10-27T14:54:38.424Z] 96% [98 libzmq3-dev 30.6 kB/400 kB 8%] 97% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-10-27T14:54:38.424Z] 97% [99 manpages-dev 0 B/2217 kB 0%] 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-27T14:54:38.424Z] 99% [100 pkg-config 0 B/45.0 kB 0%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-10-27T14:54:38.685Z] 99% [101 unzip 0 B/167 kB 0%] 100% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-10-27T14:54:38.948Z] 100% [102 zip 12.6 kB/167 kB 8%] 100% [Working] Fetched 81.6 MB in 5s (15.7 MB/s) [2020-10-27T14:54:39.020Z] Attempting uninstall: idna [2020-10-27T14:54:39.020Z] Found existing installation: idna 2.9 [2020-10-27T14:54:39.020Z] Uninstalling idna-2.9: [2020-10-27T14:54:39.020Z] Successfully uninstalled idna-2.9 [2020-10-27T14:54:39.020Z] 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-27T14:54:39.211Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-27T14:54:39.211Z] (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-27T14:54:39.211Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-27T14:54:39.211Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-10-27T14:54:40.008Z] Attempting uninstall: urllib3 [2020-10-27T14:54:40.008Z] Found existing installation: urllib3 1.25.9 [2020-10-27T14:54:40.008Z] Uninstalling urllib3-1.25.9: [2020-10-27T14:54:40.608Z] Successfully uninstalled urllib3-1.25.9 [2020-10-27T14:54:41.211Z] Attempting uninstall: requests [2020-10-27T14:54:41.211Z] Found existing installation: requests 2.23.0 [2020-10-27T14:54:41.211Z] Uninstalling requests-2.23.0: [2020-10-27T14:54:41.211Z] Successfully uninstalled requests-2.23.0 [2020-10-27T14:54:41.809Z] Running setup.py install for dockerpty: started [2020-10-27T14:54:42.523Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-10-27T14:54:42.523Z] Selecting previously unselected package liblocale-gettext-perl. [2020-10-27T14:54:42.523Z] (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-27T14:54:42.523Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-10-27T14:54:42.523Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-10-27T14:54:42.523Z] Selecting previously unselected package perl-modules-5.26. [2020-10-27T14:54:42.523Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-10-27T14:54:42.523Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-27T14:54:43.100Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-27T14:54:43.100Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-27T14:54:43.363Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-27T14:54:43.363Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-27T14:54:43.363Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-27T14:54:43.363Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-27T14:54:43.363Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-27T14:54:43.363Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-27T14:54:43.363Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-27T14:54:43.939Z] Selecting previously unselected package perl. [2020-10-27T14:54:43.939Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-10-27T14:54:43.939Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-10-27T14:54:44.203Z] Selecting previously unselected package less. [2020-10-27T14:54:44.203Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-10-27T14:54:44.203Z] Unpacking less (487-0.1) ... [2020-10-27T14:54:44.203Z] Selecting previously unselected package netbase. [2020-10-27T14:54:44.203Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-10-27T14:54:44.203Z] Unpacking netbase (5.4) ... [2020-10-27T14:54:44.203Z] Selecting previously unselected package manpages. [2020-10-27T14:54:44.203Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-10-27T14:54:44.203Z] Unpacking manpages (4.15-1) ... [2020-10-27T14:54:44.466Z] Selecting previously unselected package binutils-common:amd64. [2020-10-27T14:54:44.466Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-27T14:54:44.466Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-27T14:54:44.466Z] Selecting previously unselected package libbinutils:amd64. [2020-10-27T14:54:44.466Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-27T14:54:44.466Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-27T14:54:44.729Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-10-27T14:54:44.729Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-27T14:54:44.729Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-27T14:54:44.993Z] Selecting previously unselected package binutils. [2020-10-27T14:54:44.993Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-27T14:54:44.993Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-27T14:54:44.993Z] Selecting previously unselected package libc-dev-bin. [2020-10-27T14:54:44.993Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T14:54:44.993Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-27T14:54:44.993Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-10-27T14:54:44.993Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-10-27T14:54:44.993Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-27T14:54:45.567Z] Selecting previously unselected package libc6-dev:amd64. [2020-10-27T14:54:45.567Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T14:54:45.567Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-27T14:54:46.139Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-27T14:54:46.139Z] Running setup.py install for docopt: started [2020-10-27T14:54:46.141Z] Selecting previously unselected package gcc-7-base:amd64. [2020-10-27T14:54:46.141Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:46.141Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:46.141Z] Selecting previously unselected package libisl19:amd64. [2020-10-27T14:54:46.141Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-10-27T14:54:46.141Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-10-27T14:54:46.403Z] Selecting previously unselected package libmpfr6:amd64. [2020-10-27T14:54:46.403Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-10-27T14:54:46.403Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-10-27T14:54:46.403Z] Selecting previously unselected package libmpc3:amd64. [2020-10-27T14:54:46.403Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-10-27T14:54:46.403Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-10-27T14:54:46.403Z] Selecting previously unselected package cpp-7. [2020-10-27T14:54:46.403Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:46.403Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:47.350Z] Selecting previously unselected package cpp. [2020-10-27T14:54:47.350Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-27T14:54:47.350Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-27T14:54:47.350Z] Selecting previously unselected package libcc1-0:amd64. [2020-10-27T14:54:47.350Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:47.350Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:47.350Z] Selecting previously unselected package libgomp1:amd64. [2020-10-27T14:54:47.350Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:47.350Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:47.611Z] Selecting previously unselected package libitm1:amd64. [2020-10-27T14:54:47.611Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:47.611Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:47.611Z] Selecting previously unselected package libatomic1:amd64. [2020-10-27T14:54:47.611Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:47.611Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:47.611Z] Selecting previously unselected package libasan4:amd64. [2020-10-27T14:54:47.611Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:47.611Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:47.611Z] Selecting previously unselected package liblsan0:amd64. [2020-10-27T14:54:47.611Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:47.611Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:47.873Z] Selecting previously unselected package libtsan0:amd64. [2020-10-27T14:54:47.873Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:47.873Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:47.873Z] Selecting previously unselected package libubsan0:amd64. [2020-10-27T14:54:47.873Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:47.873Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:47.873Z] Selecting previously unselected package libcilkrts5:amd64. [2020-10-27T14:54:47.873Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:47.873Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:48.135Z] Selecting previously unselected package libmpx2:amd64. [2020-10-27T14:54:48.135Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:48.135Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:48.135Z] Selecting previously unselected package libquadmath0:amd64. [2020-10-27T14:54:48.135Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:48.135Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:48.135Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-10-27T14:54:48.135Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:48.135Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:48.397Z] Selecting previously unselected package gcc-7. [2020-10-27T14:54:48.397Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:48.397Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:48.794Z] Running setup.py install for docopt: finished with status 'done' [2020-10-27T14:54:48.794Z] Running setup.py install for texttable: started [2020-10-27T14:54:49.345Z] Selecting previously unselected package gcc. [2020-10-27T14:54:49.346Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-27T14:54:49.346Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-27T14:54:49.397Z] ---> 1c5ab261a597 [2020-10-27T14:54:49.397Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-27T14:54:49.608Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-10-27T14:54:49.608Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:49.608Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:49.686Z] ---> Running in f2302392e3a1 [2020-10-27T14:54:50.182Z] Selecting previously unselected package g++-7. [2020-10-27T14:54:50.182Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:50.182Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:51.126Z] Selecting previously unselected package g++. [2020-10-27T14:54:51.126Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-27T14:54:51.126Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-27T14:54:51.126Z] Selecting previously unselected package make. [2020-10-27T14:54:51.126Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-27T14:54:51.126Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-27T14:54:51.126Z] Selecting previously unselected package libdpkg-perl. [2020-10-27T14:54:51.126Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-10-27T14:54:51.126Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-27T14:54:51.126Z] Selecting previously unselected package patch. [2020-10-27T14:54:51.126Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-27T14:54:51.126Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-27T14:54:51.389Z] Selecting previously unselected package dpkg-dev. [2020-10-27T14:54:51.389Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-10-27T14:54:51.389Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-27T14:54:51.389Z] Selecting previously unselected package build-essential. [2020-10-27T14:54:51.389Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-10-27T14:54:51.389Z] Unpacking build-essential (12.4ubuntu1) ... [2020-10-27T14:54:51.389Z] Selecting previously unselected package cmake-data. [2020-10-27T14:54:51.389Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-10-27T14:54:51.389Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-27T14:54:52.313Z] Running setup.py install for texttable: finished with status 'done' [2020-10-27T14:54:52.779Z] Selecting previously unselected package libarchive13:amd64. [2020-10-27T14:54:52.779Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-10-27T14:54:52.779Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-27T14:54:52.779Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-10-27T14:54:52.779Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-10-27T14:54:52.779Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-27T14:54:52.779Z] Selecting previously unselected package librhash0:amd64. [2020-10-27T14:54:52.779Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-10-27T14:54:52.779Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-10-27T14:54:52.779Z] Selecting previously unselected package libuv1:amd64. [2020-10-27T14:54:52.779Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-10-27T14:54:52.779Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-10-27T14:54:52.779Z] Selecting previously unselected package cmake. [2020-10-27T14:54:52.779Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-10-27T14:54:52.779Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-27T14:54:52.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-27T14:54:53.354Z] Selecting previously unselected package curl. [2020-10-27T14:54:53.354Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-27T14:54:53.354Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-27T14:54:53.354Z] Selecting previously unselected package libfakeroot:amd64. [2020-10-27T14:54:53.354Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-27T14:54:53.354Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-27T14:54:53.618Z] Selecting previously unselected package fakeroot. [2020-10-27T14:54:53.618Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-27T14:54:53.618Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-10-27T14:54:53.618Z] Selecting previously unselected package libc6-i386. [2020-10-27T14:54:53.618Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T14:54:53.618Z] Unpacking libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-27T14:54:53.892Z] Running setup.py install for PyYAML: started [2020-10-27T14:54:54.192Z] Selecting previously unselected package libc6-dev-i386. [2020-10-27T14:54:54.192Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T14:54:54.192Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-27T14:54:54.456Z] Selecting previously unselected package libc6-x32. [2020-10-27T14:54:54.456Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T14:54:54.456Z] Unpacking libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-27T14:54:55.034Z] Selecting previously unselected package libc6-dev-x32. [2020-10-27T14:54:55.034Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-27T14:54:55.034Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-27T14:54:55.296Z] Selecting previously unselected package lib32gcc1. [2020-10-27T14:54:55.296Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:55.296Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:55.296Z] Selecting previously unselected package libx32gcc1. [2020-10-27T14:54:55.296Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:55.296Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:55.558Z] Selecting previously unselected package lib32gomp1. [2020-10-27T14:54:55.558Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:55.558Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:55.558Z] Selecting previously unselected package libx32gomp1. [2020-10-27T14:54:55.558Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:55.558Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:55.558Z] Selecting previously unselected package lib32itm1. [2020-10-27T14:54:55.558Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:55.558Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:55.558Z] Selecting previously unselected package libx32itm1. [2020-10-27T14:54:55.558Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:55.558Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:55.822Z] Selecting previously unselected package lib32atomic1. [2020-10-27T14:54:55.822Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:55.822Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:55.822Z] Selecting previously unselected package libx32atomic1. [2020-10-27T14:54:55.822Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:55.822Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:56.085Z] Selecting previously unselected package lib32asan4. [2020-10-27T14:54:56.085Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:56.085Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:56.085Z] Selecting previously unselected package libx32asan4. [2020-10-27T14:54:56.085Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:56.085Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:56.347Z] Selecting previously unselected package lib32stdc++6. [2020-10-27T14:54:56.347Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:56.347Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:56.347Z] Selecting previously unselected package lib32ubsan0. [2020-10-27T14:54:56.347Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:56.347Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:56.347Z] Selecting previously unselected package libx32stdc++6. [2020-10-27T14:54:56.347Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:56.347Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:56.609Z] Selecting previously unselected package libx32ubsan0. [2020-10-27T14:54:56.609Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:56.609Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:56.609Z] Selecting previously unselected package lib32cilkrts5. [2020-10-27T14:54:56.609Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:56.609Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:56.872Z] Selecting previously unselected package libx32cilkrts5. [2020-10-27T14:54:56.872Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:56.872Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:56.872Z] Selecting previously unselected package lib32mpx2. [2020-10-27T14:54:56.872Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:56.872Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:56.872Z] Selecting previously unselected package lib32quadmath0. [2020-10-27T14:54:56.872Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:56.872Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:57.134Z] Selecting previously unselected package libx32quadmath0. [2020-10-27T14:54:57.134Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:57.134Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:54:57.134Z] Selecting previously unselected package lib32gcc-7-dev. [2020-10-27T14:54:57.134Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:57.134Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:57.290Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-27T14:54:57.396Z] Selecting previously unselected package libx32gcc-7-dev. [2020-10-27T14:54:57.396Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:57.396Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:57.659Z] Selecting previously unselected package gcc-7-multilib. [2020-10-27T14:54:57.659Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:57.659Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:57.659Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-10-27T14:54:57.659Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:57.659Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:57.921Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-10-27T14:54:57.921Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:57.921Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:58.183Z] Selecting previously unselected package g++-7-multilib. [2020-10-27T14:54:58.183Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-27T14:54:58.183Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:54:58.183Z] Selecting previously unselected package gcc-multilib. [2020-10-27T14:54:58.183Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-27T14:54:58.183Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-27T14:54:58.183Z] Selecting previously unselected package g++-multilib. [2020-10-27T14:54:58.183Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-27T14:54:58.183Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-27T14:54:58.445Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-27T14:54:58.445Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-27T14:54:58.445Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-27T14:54:58.445Z] Selecting previously unselected package liberror-perl. [2020-10-27T14:54:58.445Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-10-27T14:54:58.445Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-27T14:54:58.445Z] Selecting previously unselected package git-man. [2020-10-27T14:54:58.445Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-27T14:54:58.445Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-27T14:54:58.708Z] Selecting previously unselected package git. [2020-10-27T14:54:58.708Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-27T14:54:58.708Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-27T14:54:58.749Z] 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-27T14:54:59.283Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-10-27T14:54:59.284Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-10-27T14:54:59.284Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-10-27T14:54:59.284Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-10-27T14:54:59.284Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-10-27T14:54:59.284Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-27T14:54:59.284Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-10-27T14:54:59.284Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-10-27T14:54:59.284Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-10-27T14:54:59.284Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-10-27T14:54:59.284Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-10-27T14:54:59.284Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-10-27T14:54:59.545Z] Selecting previously unselected package libnorm1:amd64. [2020-10-27T14:54:59.545Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-10-27T14:54:59.545Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-27T14:54:59.545Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-10-27T14:54:59.545Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-10-27T14:54:59.545Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-27T14:54:59.545Z] Selecting previously unselected package libsodium23:amd64. [2020-10-27T14:54:59.545Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-10-27T14:54:59.545Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-10-27T14:54:59.808Z] Selecting previously unselected package libzmq5:amd64. [2020-10-27T14:54:59.808Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-27T14:54:59.808Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-27T14:54:59.808Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-10-27T14:54:59.808Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-27T14:54:59.808Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-27T14:54:59.808Z] Selecting previously unselected package manpages-dev. [2020-10-27T14:54:59.808Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-10-27T14:54:59.808Z] Unpacking manpages-dev (4.15-1) ... [2020-10-27T14:55:00.382Z] Selecting previously unselected package pkg-config. [2020-10-27T14:55:00.382Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-10-27T14:55:00.382Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-10-27T14:55:00.382Z] Selecting previously unselected package unzip. [2020-10-27T14:55:00.382Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-10-27T14:55:00.382Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-10-27T14:55:00.382Z] Selecting previously unselected package zip. [2020-10-27T14:55:00.382Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-10-27T14:55:00.382Z] Unpacking zip (3.0-11build1) ... [2020-10-27T14:55:00.382Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:00.382Z] Setting up libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-27T14:55:00.382Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:00.382Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-27T14:55:00.645Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:00.645Z] Setting up manpages (4.15-1) ... [2020-10-27T14:55:00.645Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-27T14:55:00.645Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:00.645Z] Setting up less (487-0.1) ... [2020-10-27T14:55:00.645Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-27T14:55:00.645Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:00.908Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-27T14:55:00.908Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-27T14:55:00.908Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-10-27T14:55:00.908Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-27T14:55:00.908Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:00.908Z] Setting up unzip (6.0-21ubuntu1) ... [2020-10-27T14:55:00.908Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-27T14:55:00.908Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-10-27T14:55:00.908Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-27T14:55:00.908Z] Setting up libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-27T14:55:00.908Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-10-27T14:55:00.908Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-27T14:55:00.908Z] Setting up zip (3.0-11build1) ... [2020-10-27T14:55:01.174Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.174Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.174Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.174Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-10-27T14:55:01.174Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.174Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-27T14:55:01.174Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.174Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.174Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-27T14:55:01.174Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-10-27T14:55:01.174Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.174Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-27T14:55:01.174Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-27T14:55:01.174Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.174Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-10-27T14:55:01.174Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-10-27T14:55:01.378Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:55:01.378Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-27T14:55:01.378Z] ---> 444f0707a3e6 [2020-10-27T14:55:01.378Z] Step 3/24 : WORKDIR /edgex-go [2020-10-27T14:55:01.378Z] ---> Using cache [2020-10-27T14:55:01.378Z] ---> 37a837911ca8 [2020-10-27T14:55:01.378Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T14:55:01.378Z] ---> Using cache [2020-10-27T14:55:01.378Z] ---> c27e1a7f08f9 [2020-10-27T14:55:01.378Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-27T14:55:01.442Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-27T14:55:01.442Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-27T14:55:01.442Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.442Z] Setting up manpages-dev (4.15-1) ... [2020-10-27T14:55:01.442Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-27T14:55:01.442Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.442Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.442Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.442Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.442Z] Setting up netbase (5.4) ... [2020-10-27T14:55:01.442Z] Setting up libisl19:amd64 (0.19-1) ... [2020-10-27T14:55:01.442Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-27T14:55:01.442Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.704Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-27T14:55:01.704Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.704Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.704Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-27T14:55:01.704Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.704Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.704Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.704Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.704Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.704Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.704Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-27T14:55:01.704Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-10-27T14:55:01.704Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-10-27T14:55:01.704Z] 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-27T14:55:01.704Z] 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-27T14:55:01.704Z] 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-27T14:55:01.704Z] 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-27T14:55:01.704Z] 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-27T14:55:01.704Z] 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-27T14:55:01.704Z] 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-27T14:55:01.704Z] 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-27T14:55:01.968Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.968Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.968Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.968Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-10-27T14:55:01.968Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-27T14:55:01.968Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.968Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-27T14:55:01.968Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:01.968Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-27T14:55:01.968Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-27T14:55:01.968Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-27T14:55:01.968Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-27T14:55:02.232Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:02.232Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-10-27T14:55:02.232Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-10-27T14:55:02.232Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-10-27T14:55:02.232Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:02.232Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-27T14:55:02.232Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:02.232Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:02.232Z] Setting up liberror-perl (0.17025-1) ... [2020-10-27T14:55:02.232Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:02.232Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-27T14:55:02.232Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:02.493Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-27T14:55:02.493Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:02.493Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-27T14:55:02.493Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-10-27T14:55:02.493Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-27T14:55:02.493Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-27T14:55:02.493Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-27T14:55:02.493Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-10-27T14:55:02.493Z] 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-27T14:55:02.493Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-27T14:55:02.755Z] Setting up build-essential (12.4ubuntu1) ... [2020-10-27T14:55:02.755Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-27T14:55:02.755Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-10-27T14:55:02.755Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-27T14:55:02.755Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-27T14:55:02.755Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-27T14:55:02.824Z] ---> Running in 10d8b48bc496 [2020-10-27T14:55:04.676Z] binutils set to automatically installed. [2020-10-27T14:55:04.676Z] binutils-common set to automatically installed. [2020-10-27T14:55:04.676Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-10-27T14:55:04.676Z] build-essential set to automatically installed. [2020-10-27T14:55:04.676Z] cmake set to automatically installed. [2020-10-27T14:55:04.676Z] cmake-data set to automatically installed. [2020-10-27T14:55:04.676Z] cpp set to automatically installed. [2020-10-27T14:55:04.676Z] cpp-7 set to automatically installed. [2020-10-27T14:55:04.676Z] curl set to automatically installed. [2020-10-27T14:55:04.676Z] dpkg-dev set to automatically installed. [2020-10-27T14:55:04.676Z] fakeroot set to automatically installed. [2020-10-27T14:55:04.676Z] g++ set to automatically installed. [2020-10-27T14:55:04.676Z] g++-7 set to automatically installed. [2020-10-27T14:55:04.676Z] g++-7-multilib set to automatically installed. [2020-10-27T14:55:04.676Z] g++-multilib set to automatically installed. [2020-10-27T14:55:04.676Z] gcc set to automatically installed. [2020-10-27T14:55:04.676Z] gcc-7 set to automatically installed. [2020-10-27T14:55:04.676Z] gcc-7-base set to automatically installed. [2020-10-27T14:55:04.676Z] gcc-7-multilib set to automatically installed. [2020-10-27T14:55:04.676Z] gcc-multilib set to automatically installed. [2020-10-27T14:55:04.676Z] git set to automatically installed. [2020-10-27T14:55:04.676Z] git-man set to automatically installed. [2020-10-27T14:55:04.676Z] less set to automatically installed. [2020-10-27T14:55:04.676Z] lib32asan4 set to automatically installed. [2020-10-27T14:55:04.676Z] lib32atomic1 set to automatically installed. [2020-10-27T14:55:04.676Z] lib32cilkrts5 set to automatically installed. [2020-10-27T14:55:04.676Z] lib32gcc-7-dev set to automatically installed. [2020-10-27T14:55:04.676Z] lib32gcc1 set to automatically installed. [2020-10-27T14:55:04.676Z] lib32gomp1 set to automatically installed. [2020-10-27T14:55:04.676Z] lib32itm1 set to automatically installed. [2020-10-27T14:55:04.676Z] lib32mpx2 set to automatically installed. [2020-10-27T14:55:04.676Z] lib32quadmath0 set to automatically installed. [2020-10-27T14:55:04.676Z] lib32stdc++-7-dev set to automatically installed. [2020-10-27T14:55:04.676Z] lib32stdc++6 set to automatically installed. [2020-10-27T14:55:04.676Z] lib32ubsan0 set to automatically installed. [2020-10-27T14:55:04.676Z] libalgorithm-diff-perl set to automatically installed. [2020-10-27T14:55:04.677Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-10-27T14:55:04.677Z] libalgorithm-merge-perl set to automatically installed. [2020-10-27T14:55:04.677Z] libarchive13 set to automatically installed. [2020-10-27T14:55:04.677Z] libasan4 set to automatically installed. [2020-10-27T14:55:04.677Z] libatomic1 set to automatically installed. [2020-10-27T14:55:04.677Z] libbinutils set to automatically installed. [2020-10-27T14:55:04.677Z] libc-dev-bin set to automatically installed. [2020-10-27T14:55:04.677Z] libc6-dev set to automatically installed. [2020-10-27T14:55:04.677Z] libc6-dev-i386 set to automatically installed. [2020-10-27T14:55:04.677Z] libc6-dev-x32 set to automatically installed. [2020-10-27T14:55:04.677Z] libc6-i386 set to automatically installed. [2020-10-27T14:55:04.677Z] libc6-x32 set to automatically installed. [2020-10-27T14:55:04.677Z] libcc1-0 set to automatically installed. [2020-10-27T14:55:04.677Z] libcilkrts5 set to automatically installed. [2020-10-27T14:55:04.677Z] libcurl3-gnutls set to automatically installed. [2020-10-27T14:55:04.677Z] libdpkg-perl set to automatically installed. [2020-10-27T14:55:04.677Z] liberror-perl set to automatically installed. [2020-10-27T14:55:04.677Z] libfakeroot set to automatically installed. [2020-10-27T14:55:04.677Z] libfile-fcntllock-perl set to automatically installed. [2020-10-27T14:55:04.677Z] libgcc-7-dev set to automatically installed. [2020-10-27T14:55:04.677Z] libgdbm-compat4 set to automatically installed. [2020-10-27T14:55:04.677Z] libgdbm5 set to automatically installed. [2020-10-27T14:55:04.677Z] libgomp1 set to automatically installed. [2020-10-27T14:55:04.940Z] libisl19 set to automatically installed. [2020-10-27T14:55:04.940Z] libitm1 set to automatically installed. [2020-10-27T14:55:04.940Z] libjsoncpp1 set to automatically installed. [2020-10-27T14:55:04.940Z] liblocale-gettext-perl set to automatically installed. [2020-10-27T14:55:04.940Z] liblsan0 set to automatically installed. [2020-10-27T14:55:04.940Z] libmpc3 set to automatically installed. [2020-10-27T14:55:04.940Z] libmpfr6 set to automatically installed. [2020-10-27T14:55:04.940Z] libmpx2 set to automatically installed. [2020-10-27T14:55:04.940Z] libnorm1 set to automatically installed. [2020-10-27T14:55:04.940Z] libperl5.26 set to automatically installed. [2020-10-27T14:55:04.940Z] libpgm-5.2-0 set to automatically installed. [2020-10-27T14:55:04.940Z] libquadmath0 set to automatically installed. [2020-10-27T14:55:04.940Z] librhash0 set to automatically installed. [2020-10-27T14:55:04.940Z] libsodium23 set to automatically installed. [2020-10-27T14:55:04.940Z] libstdc++-7-dev set to automatically installed. [2020-10-27T14:55:04.940Z] libtsan0 set to automatically installed. [2020-10-27T14:55:04.940Z] libubsan0 set to automatically installed. [2020-10-27T14:55:04.940Z] libuv1 set to automatically installed. [2020-10-27T14:55:04.940Z] libx32asan4 set to automatically installed. [2020-10-27T14:55:04.940Z] libx32atomic1 set to automatically installed. [2020-10-27T14:55:04.940Z] libx32cilkrts5 set to automatically installed. [2020-10-27T14:55:04.940Z] libx32gcc-7-dev set to automatically installed. [2020-10-27T14:55:04.940Z] libx32gcc1 set to automatically installed. [2020-10-27T14:55:04.940Z] libx32gomp1 set to automatically installed. [2020-10-27T14:55:04.940Z] libx32itm1 set to automatically installed. [2020-10-27T14:55:04.940Z] libx32quadmath0 set to automatically installed. [2020-10-27T14:55:04.940Z] libx32stdc++-7-dev set to automatically installed. [2020-10-27T14:55:04.940Z] libx32stdc++6 set to automatically installed. [2020-10-27T14:55:04.940Z] libx32ubsan0 set to automatically installed. [2020-10-27T14:55:04.940Z] libzmq3-dev set to automatically installed. [2020-10-27T14:55:04.940Z] libzmq5 set to automatically installed. [2020-10-27T14:55:04.940Z] linux-libc-dev set to automatically installed. [2020-10-27T14:55:04.940Z] make set to automatically installed. [2020-10-27T14:55:04.940Z] manpages set to automatically installed. [2020-10-27T14:55:04.940Z] manpages-dev set to automatically installed. [2020-10-27T14:55:04.940Z] netbase set to automatically installed. [2020-10-27T14:55:04.940Z] patch set to automatically installed. [2020-10-27T14:55:04.940Z] perl set to automatically installed. [2020-10-27T14:55:04.940Z] perl-base set to automatically installed. [2020-10-27T14:55:05.201Z] perl-modules-5.26 set to automatically installed. [2020-10-27T14:55:05.201Z] pkg-config set to automatically installed. [2020-10-27T14:55:05.201Z] unzip set to automatically installed. [2020-10-27T14:55:05.201Z] zip set to automatically installed. [2020-10-27T14:55:05.201Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-27T14:55:05.201Z] Please ensure the environment is properly setup before continuing. [2020-10-27T14:55:05.201Z] Ignore this message if the appropriate measures have already been taken [2020-10-27T14:55:05.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:55:05.769Z] Removing intermediate container d62fb6575506 [2020-10-27T14:55:05.769Z] ---> 5a003b91d82f [2020-10-27T14:55:05.769Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-27T14:55:05.776Z] Pulling go-build-helper  [2020-10-27T14:55:06.047Z] ---> Running in 759ad9a4a896 [2020-10-27T14:55:06.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:55:06.723Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-10-27T14:55:06.723Z] Skipping pull go-build-helper (already ran) [2020-10-27T14:55:06.723Z] Building go-build-helper  [2020-10-27T14:55:07.775Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:55:07.775Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:55:07.775Z] OK: 12623 distinct packages available [2020-10-27T14:55:08.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:55:08.662Z] OK: 217 MiB in 51 packages [2020-10-27T14:55:08.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:55:09.669Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-27T14:55:09.669Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-27T14:55:09.669Z] (3/3) Installing curl (7.69.1-r1) [2020-10-27T14:55:09.669Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:55:09.669Z] OK: 71 MiB in 58 packages [2020-10-27T14:55:10.675Z] Removing intermediate container 10d8b48bc496 [2020-10-27T14:55:10.675Z] ---> 82908a9de600 [2020-10-27T14:55:10.675Z] Step 6/24 : COPY go.mod . [2020-10-27T14:55:10.944Z] Staging go-build-helper  [2020-10-27T14:55:11.206Z] Pulling go115  [2020-10-27T14:55:11.691Z] Removing intermediate container 759ad9a4a896 [2020-10-27T14:55:11.691Z] ---> 8e38f4bd1cff [2020-10-27T14:55:11.691Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-27T14:55:11.967Z] ---> 7aa56edd90f4 [2020-10-27T14:55:11.967Z] Step 7/24 : RUN go mod download [2020-10-27T14:55:11.967Z] ---> Running in 1e558a4a38a9 [2020-10-27T14:55:12.152Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-10-27T14:55:12.152Z] Skipping pull go115 (already ran) [2020-10-27T14:55:12.152Z] Building go115  [2020-10-27T14:55:12.152Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T14:55:12.152Z] Dload Upload Total Spent Left Speed [2020-10-27T14:55:12.244Z] ---> Running in e9ca2e40ad98 [2020-10-27T14:55:13.227Z] Removing intermediate container 1e558a4a38a9 [2020-10-27T14:55:13.227Z] ---> 40ce4b6585e3 [2020-10-27T14:55:13.227Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:55:13.501Z] ---> Running in a642b25e75f9 [2020-10-27T14:55:13.942Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 32.9M 0 0 46.8M 0 0:00:02 --:--:-- 0:00:02 46.8M 81 115M 81 93.7M 0 0 55.2M 0 0:00:02 0:00:01 0:00:01 55.2M 100 115M 100 115M 0 0 56.0M 0 0:00:02 0:00:02 --:--:-- 56.0M [2020-10-27T14:55:14.490Z] Removing intermediate container a642b25e75f9 [2020-10-27T14:55:14.490Z] ---> 85e78028ddd5 [2020-10-27T14:55:14.490Z] Step 25/27 : LABEL arch=arm64 [2020-10-27T14:55:14.763Z] ---> Running in ed2d05050310 [2020-10-27T14:55:14.890Z] go1.15.2.linux-amd64.tar.gz: OK [2020-10-27T14:55:15.365Z] Removing intermediate container ed2d05050310 [2020-10-27T14:55:15.365Z] ---> c41ac369f57a [2020-10-27T14:55:15.365Z] Step 26/27 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:55:15.642Z] ---> Running in fb8ccb8df0e4 [2020-10-27T14:55:16.244Z] Removing intermediate container fb8ccb8df0e4 [2020-10-27T14:55:16.244Z] ---> 2405baace5dd [2020-10-27T14:55:16.244Z] Step 27/27 : LABEL version=0.0.0 [2020-10-27T14:55:16.244Z] ---> Running in 584f035e9c16 [2020-10-27T14:55:17.233Z] Removing intermediate container 584f035e9c16 [2020-10-27T14:55:17.233Z] ---> 301040aecf43 [2020-10-27T14:55:17.233Z] [2020-10-27T14:55:17.834Z] Removing intermediate container e9ca2e40ad98 [2020-10-27T14:55:17.834Z] ---> d5f6c0176d6f [2020-10-27T14:55:17.834Z] Step 8/24 : COPY . . [2020-10-27T14:55:17.834Z] Successfully built 301040aecf43 [2020-10-27T14:55:17.834Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-27T14:55:17.834Z] Building docker-security-secrets-setup-go [2020-10-27T14:55:21.498Z] Staging go115  [2020-10-27T14:55:22.117Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-27T14:55:22.378Z] 2% [Working] 64% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-10-27T14:55:22.378Z] 30% 2% 2% 2% Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] [2020-10-27T14:55:22.639Z] 2% 51% 51% 51% Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] [2020-10-27T14:55:22.639Z] 54% 58% Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] [2020-10-27T14:55:22.639Z] 59% 95% Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-27T14:55:22.902Z] 95% 96% 98% 98% 98% 99% 99% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-27T14:55:22.902Z] 97% 99% 99% 99% 99% 99% 99% 22% [Working] 22% [Working] 22% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-27T14:55:23.163Z] 22% 22% 22% 22% 17% [Working] 17% [Working] 17% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-10-27T14:55:23.736Z] 17% 18% 57% 71% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-10-27T14:55:23.998Z] 71% 71% Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-10-27T14:55:23.998Z] 77% Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-10-27T14:55:23.998Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-27T14:55:23.998Z] 79% 88% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-10-27T14:55:23.998Z] 88% 89% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-27T14:55:23.998Z] 89% 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] [2020-10-27T14:55:24.259Z] 89% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-27T14:55:24.259Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-27T14:55:25.304Z] 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 21.3 MB in 0s (0 B/s) [2020-10-27T14:55:28.876Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-10-27T14:55:29.137Z] 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-10-27T14:55:29.398Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-10-27T14:55:29.972Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-10-27T14:55:29.972Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-10-27T14:55:30.545Z] 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-10-27T14:55:30.545Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-10-27T14:55:30.813Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-10-27T14:55:31.074Z] Pulling app-service-config  [2020-10-27T14:55:32.019Z] Cloning into '/build/parts/app-service-config/src'... [2020-10-27T14:55:32.019Z] remote: Enumerating objects: 19, done. [2020-10-27T14:55:32.019Z] remote: Counting objects: 5% (1/19) remote: Counting objects: 10% (2/19) remote: Counting objects: 15% (3/19) remote: Counting objects: 21% (4/19) remote: Counting objects: 26% (5/19) remote: Counting objects: 31% (6/19) remote: Counting objects: 36% (7/19) remote: Counting objects: 42% (8/19) remote: Counting objects: 47% (9/19) remote: Counting objects: 52% (10/19) remote: Counting objects: 57% (11/19) remote: Counting objects: 63% (12/19) remote: Counting objects: 68% (13/19) remote: Counting objects: 73% (14/19) remote: Counting objects: 78% (15/19) remote: Counting objects: 84% (16/19) remote: Counting objects: 89% (17/19) remote: Counting objects: 94% (18/19) remote: Counting objects: 100% (19/19) remote: Counting objects: 100% (19/19), done. [2020-10-27T14:55:32.019Z] remote: Compressing objects: 7% (1/14) remote: Compressing objects: 14% (2/14) remote: Compressing objects: 21% (3/14) remote: Compressing objects: 28% (4/14) remote: Compressing objects: 35% (5/14) remote: Compressing objects: 42% (6/14) remote: Compressing objects: 50% (7/14) remote: Compressing objects: 57% (8/14) remote: Compressing objects: 64% (9/14) remote: Compressing objects: 71% (10/14) remote: Compressing objects: 78% (11/14) remote: Compressing objects: 85% (12/14) remote: Compressing objects: 92% (13/14) remote: Compressing objects: 100% (14/14) remote: Compressing objects: 100% (14/14), done. [2020-10-27T14:55:32.282Z] Receiving objects: 0% (1/823) Receiving objects: 1% (9/823) Receiving objects: 2% (17/823) Receiving objects: 3% (25/823) Receiving objects: 4% (33/823) Receiving objects: 5% (42/823) Receiving objects: 6% (50/823) Receiving objects: 7% (58/823) Receiving objects: 8% (66/823) Receiving objects: 9% (75/823) Receiving objects: 10% (83/823) Receiving objects: 11% (91/823) Receiving objects: 12% (99/823) Receiving objects: 13% (107/823) Receiving objects: 14% (116/823) Receiving objects: 15% (124/823) Receiving objects: 16% (132/823) Receiving objects: 17% (140/823) Receiving objects: 18% (149/823) Receiving objects: 19% (157/823) Receiving objects: 20% (165/823) Receiving objects: 21% (173/823) Receiving objects: 22% (182/823) Receiving objects: 23% (190/823) Receiving objects: 24% (198/823) Receiving objects: 25% (206/823) Receiving objects: 26% (214/823) Receiving objects: 27% (223/823) Receiving objects: 28% (231/823) Receiving objects: 29% (239/823) Receiving objects: 30% (247/823) Receiving objects: 31% (256/823) Receiving objects: 32% (264/823) Receiving objects: 33% (272/823) Receiving objects: 34% (280/823) Receiving objects: 35% (289/823) Receiving objects: 36% (297/823) Receiving objects: 37% (305/823) Receiving objects: 38% (313/823) Receiving objects: 39% (321/823) Receiving objects: 40% (330/823) Receiving objects: 41% (338/823) Receiving objects: 42% (346/823) Receiving objects: 43% (354/823) Receiving objects: 44% (363/823) Receiving objects: 45% (371/823) Receiving objects: 46% (379/823) Receiving objects: 47% (387/823) Receiving objects: 48% (396/823) Receiving objects: 49% (404/823) Receiving objects: 50% (412/823) Receiving objects: 51% (420/823) Receiving objects: 52% (428/823) Receiving objects: 53% (437/823) Receiving objects: 54% (445/823) Receiving objects: 55% (453/823) Receiving objects: 56% (461/823) Receiving objects: 57% (470/823) Receiving objects: 58% (478/823) Receiving objects: 59% (486/823) Receiving objects: 60% (494/823) Receiving objects: 61% (503/823) Receiving objects: 62% (511/823) Receiving objects: 63% (519/823) Receiving objects: 64% (527/823) Receiving objects: 65% (535/823) Receiving objects: 66% (544/823) Receiving objects: 67% (552/823) Receiving objects: 68% (560/823) Receiving objects: 69% (568/823) remote: Total 823 (delta 3), reused 11 (delta 1), pack-reused 804 [2020-10-27T14:55:32.282Z] Receiving objects: 70% (577/823) Receiving objects: 71% (585/823) Receiving objects: 72% (593/823) Receiving objects: 73% (601/823) Receiving objects: 74% (610/823) Receiving objects: 75% (618/823) Receiving objects: 76% (626/823) Receiving objects: 77% (634/823) Receiving objects: 78% (642/823) Receiving objects: 79% (651/823) Receiving objects: 80% (659/823) Receiving objects: 81% (667/823) Receiving objects: 82% (675/823) Receiving objects: 83% (684/823) Receiving objects: 84% (692/823) Receiving objects: 85% (700/823) Receiving objects: 86% (708/823) Receiving objects: 87% (717/823) Receiving objects: 88% (725/823) Receiving objects: 89% (733/823) Receiving objects: 90% (741/823) Receiving objects: 91% (749/823) Receiving objects: 92% (758/823) Receiving objects: 93% (766/823) Receiving objects: 94% (774/823) Receiving objects: 95% (782/823) Receiving objects: 96% (791/823) Receiving objects: 97% (799/823) Receiving objects: 98% (807/823) Receiving objects: 99% (815/823) Receiving objects: 100% (823/823) Receiving objects: 100% (823/823), 181.99 KiB | 5.69 MiB/s, done. [2020-10-27T14:55:32.282Z] Resolving deltas: 0% (0/310) Resolving deltas: 1% (4/310) Resolving deltas: 2% (7/310) Resolving deltas: 3% (10/310) Resolving deltas: 5% (18/310) Resolving deltas: 9% (30/310) Resolving deltas: 11% (35/310) Resolving deltas: 12% (38/310) Resolving deltas: 22% (69/310) Resolving deltas: 24% (76/310) Resolving deltas: 25% (80/310) Resolving deltas: 26% (82/310) Resolving deltas: 27% (86/310) Resolving deltas: 31% (97/310) Resolving deltas: 34% (107/310) Resolving deltas: 35% (109/310) Resolving deltas: 46% (143/310) Resolving deltas: 52% (162/310) Resolving deltas: 53% (166/310) Resolving deltas: 54% (168/310) Resolving deltas: 55% (171/310) Resolving deltas: 63% (198/310) Resolving deltas: 65% (203/310) Resolving deltas: 68% (213/310) Resolving deltas: 72% (225/310) Resolving deltas: 77% (241/310) Resolving deltas: 78% (242/310) Resolving deltas: 79% (245/310) Resolving deltas: 94% (292/310) Resolving deltas: 100% (310/310) Resolving deltas: 100% (310/310), done. [2020-10-27T14:55:32.549Z] Pulling config-common  [2020-10-27T14:55:33.498Z] Pulling consul  [2020-10-27T14:55:34.073Z] Cloning into '/build/parts/consul/src'... [2020-10-27T14:55:34.334Z] remote: Enumerating objects: 9433, done. [2020-10-27T14:55:34.596Z] remote: Counting objects: 0% (1/9433) remote: Counting objects: 1% (95/9433) remote: Counting objects: 2% (189/9433) remote: Counting objects: 3% (283/9433) remote: Counting objects: 4% (378/9433) remote: Counting objects: 5% (472/9433) remote: Counting objects: 6% (566/9433) remote: Counting objects: 7% (661/9433) remote: Counting objects: 8% (755/9433) remote: Counting objects: 9% (849/9433) remote: Counting objects: 10% (944/9433) remote: Counting objects: 11% (1038/9433) remote: Counting objects: 12% (1132/9433) remote: Counting objects: 13% (1227/9433) remote: Counting objects: 14% (1321/9433) remote: Counting objects: 15% (1415/9433) remote: Counting objects: 16% (1510/9433) remote: Counting objects: 17% (1604/9433) remote: Counting objects: 18% (1698/9433) remote: Counting objects: 19% (1793/9433) remote: Counting objects: 20% (1887/9433) remote: Counting objects: 21% (1981/9433) remote: Counting objects: 22% (2076/9433) remote: Counting objects: 23% (2170/9433) remote: Counting objects: 24% (2264/9433) remote: Counting objects: 25% (2359/9433) remote: Counting objects: 26% (2453/9433) remote: Counting objects: 27% (2547/9433) remote: Counting objects: 28% (2642/9433) remote: Counting objects: 29% (2736/9433) remote: Counting objects: 30% (2830/9433) remote: Counting objects: 31% (2925/9433) remote: Counting objects: 32% (3019/9433) remote: Counting objects: 33% (3113/9433) remote: Counting objects: 34% (3208/9433) remote: Counting objects: 35% (3302/9433) remote: Counting objects: 36% (3396/9433) remote: Counting objects: 37% (3491/9433) remote: Counting objects: 38% (3585/9433) remote: Counting objects: 39% (3679/9433) remote: Counting objects: 40% (3774/9433) remote: Counting objects: 41% (3868/9433) remote: Counting objects: 42% (3962/9433) remote: Counting objects: 43% (4057/9433) remote: Counting objects: 44% (4151/9433) remote: Counting objects: 45% (4245/9433) remote: Counting objects: 46% (4340/9433) remote: Counting objects: 47% (4434/9433) remote: Counting objects: 48% (4528/9433) remote: Counting objects: 49% (4623/9433) remote: Counting objects: 50% (4717/9433) remote: Counting objects: 51% (4811/9433) remote: Counting objects: 52% (4906/9433) remote: Counting objects: 53% (5000/9433) remote: Counting objects: 54% (5094/9433) remote: Counting objects: 55% (5189/9433) remote: Counting objects: 56% (5283/9433) remote: Counting objects: 57% (5377/9433) remote: Counting objects: 58% (5472/9433) remote: Counting objects: 59% (5566/9433) remote: Counting objects: 60% (5660/9433) remote: Counting objects: 61% (5755/9433) remote: Counting objects: 62% (5849/9433) remote: Counting objects: 63% (5943/9433) remote: Counting objects: 64% (6038/9433) remote: Counting objects: 65% (6132/9433) remote: Counting objects: 66% (6226/9433) remote: Counting objects: 67% (6321/9433) remote: Counting objects: 68% (6415/9433) remote: Counting objects: 69% (6509/9433) remote: Counting objects: 70% (6604/9433) remote: Counting objects: 71% (6698/9433) remote: Counting objects: 72% (6792/9433) remote: Counting objects: 73% (6887/9433) remote: Counting objects: 74% (6981/9433) remote: Counting objects: 75% (7075/9433) remote: Counting objects: 76% (7170/9433) remote: Counting objects: 77% (7264/9433) remote: Counting objects: 78% (7358/9433) remote: Counting objects: 79% (7453/9433) remote: Counting objects: 80% (7547/9433) remote: Counting objects: 81% (7641/9433) remote: Counting objects: 82% (7736/9433) remote: Counting objects: 83% (7830/9433) remote: Counting objects: 84% (7924/9433) remote: Counting objects: 85% (8019/9433) remote: Counting objects: 86% (8113/9433) remote: Counting objects: 87% (8207/9433) remote: Counting objects: 88% (8302/9433) remote: Counting objects: 89% (8396/9433) remote: Counting objects: 90% (8490/9433) remote: Counting objects: 91% (8585/9433) remote: Counting objects: 92% (8679/9433) remote: Counting objects: 93% (8773/9433) remote: Counting objects: 94% (8868/9433) remote: Counting objects: 95% (8962/9433) remote: Counting objects: 96% (9056/9433) remote: Counting objects: 97% (9151/9433) remote: Counting objects: 98% (9245/9433) remote: Counting objects: 99% (9339/9433) remote: Counting objects: 100% (9433/9433) remote: Counting objects: 100% (9433/9433), done. [2020-10-27T14:55:35.642Z] remote: Compressing objects: 0% (1/7554) remote: Compressing objects: 1% (76/7554) remote: Compressing objects: 2% (152/7554) remote: Compressing objects: 3% (227/7554) remote: Compressing objects: 4% (303/7554) remote: Compressing objects: 5% (378/7554) remote: Compressing objects: 6% (454/7554) remote: Compressing objects: 7% (529/7554) remote: Compressing objects: 8% (605/7554) remote: Compressing objects: 9% (680/7554) remote: Compressing objects: 10% (756/7554) remote: Compressing objects: 11% (831/7554) remote: Compressing objects: 12% (907/7554) remote: Compressing objects: 13% (983/7554) remote: Compressing objects: 14% (1058/7554) remote: Compressing objects: 15% (1134/7554) remote: Compressing objects: 16% (1209/7554) remote: Compressing objects: 17% (1285/7554) remote: Compressing objects: 18% (1360/7554) remote: Compressing objects: 19% (1436/7554) remote: Compressing objects: 20% (1511/7554) remote: Compressing objects: 21% (1587/7554) remote: Compressing objects: 22% (1662/7554) remote: Compressing objects: 23% (1738/7554) remote: Compressing objects: 24% (1813/7554) remote: Compressing objects: 25% (1889/7554) remote: Compressing objects: 26% (1965/7554) remote: Compressing objects: 27% (2040/7554) remote: Compressing objects: 28% (2116/7554) remote: Compressing objects: 29% (2191/7554) remote: Compressing objects: 30% (2267/7554) remote: Compressing objects: 31% (2342/7554) remote: Compressing objects: 32% (2418/7554) remote: Compressing objects: 33% (2493/7554) remote: Compressing objects: 34% (2569/7554) remote: Compressing objects: 35% (2644/7554) remote: Compressing objects: 36% (2720/7554) remote: Compressing objects: 37% (2795/7554) remote: Compressing objects: 38% (2871/7554) remote: Compressing objects: 39% (2947/7554) remote: Compressing objects: 40% (3022/7554) remote: Compressing objects: 41% (3098/7554) remote: Compressing objects: 42% (3173/7554) remote: Compressing objects: 43% (3249/7554) remote: Compressing objects: 44% (3324/7554) remote: Compressing objects: 45% (3400/7554) remote: Compressing objects: 46% (3475/7554) remote: Compressing objects: 47% (3551/7554) remote: Compressing objects: 48% (3626/7554) remote: Compressing objects: 49% (3702/7554) remote: Compressing objects: 50% (3777/7554) remote: Compressing objects: 51% (3853/7554) remote: Compressing objects: 52% (3929/7554) remote: Compressing objects: 53% (4004/7554) remote: Compressing objects: 54% (4080/7554) remote: Compressing objects: 55% (4155/7554) remote: Compressing objects: 56% (4231/7554) remote: Compressing objects: 57% (4306/7554) remote: Compressing objects: 58% (4382/7554) remote: Compressing objects: 59% (4457/7554) remote: Compressing objects: 60% (4533/7554) remote: Compressing objects: 61% (4608/7554) remote: Compressing objects: 62% (4684/7554) remote: Compressing objects: 63% (4760/7554) remote: Compressing objects: 64% (4835/7554) remote: Compressing objects: 65% (4911/7554) remote: Compressing objects: 66% (4986/7554) remote: Compressing objects: 67% (5062/7554) remote: Compressing objects: 68% (5137/7554) remote: Compressing objects: 68% (5195/7554) remote: Compressing objects: 69% (5213/7554) remote: Compressing objects: 70% (5288/7554) remote: Compressing objects: 71% (5364/7554) remote: Compressing objects: 72% (5439/7554) remote: Compressing objects: 73% (5515/7554) remote: Compressing objects: 74% (5590/7554) remote: Compressing objects: 75% (5666/7554) remote: Compressing objects: 76% (5742/7554) remote: Compressing objects: 77% (5817/7554) remote: Compressing objects: 78% (5893/7554) remote: Compressing objects: 79% (5968/7554) remote: Compressing objects: 80% (6044/7554) remote: Compressing objects: 81% (6119/7554) remote: Compressing objects: 82% (6195/7554) remote: Compressing objects: 83% (6270/7554) remote: Compressing objects: 84% (6346/7554) remote: Compressing objects: 85% (6421/7554) remote: Compressing objects: 86% (6497/7554) remote: Compressing objects: 87% (6572/7554) remote: Compressing objects: 88% (6648/7554) remote: Compressing objects: 89% (6724/7554) remote: Compressing objects: 90% (6799/7554) remote: Compressing objects: 91% (6875/7554) remote: Compressing objects: 92% (6950/7554) remote: Compressing objects: 93% (7026/7554) remote: Compressing objects: 94% (7101/7554) remote: Compressing objects: 95% (7177/7554) remote: Compressing objects: 96% (7252/7554) remote: Compressing objects: 97% (7328/7554) remote: Compressing objects: 98% (7403/7554) remote: Compressing objects: 99% (7479/7554) remote: Compressing objects: 100% (7554/7554) remote: Compressing objects: 100% (7554/7554), done. [2020-10-27T14:55:37.910Z] Receiving objects: 0% (1/9433) Receiving objects: 1% (95/9433) Receiving objects: 2% (189/9433) Receiving objects: 3% (283/9433) Receiving objects: 4% (378/9433) Receiving objects: 5% (472/9433) Receiving objects: 6% (566/9433) Receiving objects: 7% (661/9433) Receiving objects: 8% (755/9433) Receiving objects: 9% (849/9433) Receiving objects: 10% (944/9433) Receiving objects: 11% (1038/9433) Receiving objects: 12% (1132/9433) Receiving objects: 13% (1227/9433) Receiving objects: 14% (1321/9433) Receiving objects: 15% (1415/9433) Receiving objects: 16% (1510/9433) Receiving objects: 17% (1604/9433) Receiving objects: 18% (1698/9433) Receiving objects: 19% (1793/9433) Receiving objects: 19% (1828/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 20% (1887/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 21% (1981/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 22% (2076/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 23% (2170/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 24% (2264/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 25% (2359/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 26% (2453/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 27% (2547/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 28% (2642/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 29% (2736/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 30% (2830/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 31% (2925/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 32% (3019/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 33% (3113/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 34% (3208/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 35% (3302/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 36% (3396/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 37% (3491/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 38% (3585/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 39% (3679/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 40% (3774/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 41% (3868/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 42% (3962/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 43% (4057/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 44% (4151/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 45% (4245/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 46% (4340/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 47% (4434/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 48% (4528/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 49% (4623/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 50% (4717/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 51% (4811/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 52% (4906/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 53% (5000/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 54% (5094/9433), 612.00 KiB | 729.00 KiB/s Receiving objects: 55% (5189/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 56% (5283/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 57% (5377/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 58% (5472/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 59% (5566/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 60% (5660/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 61% (5755/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 62% (5849/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 63% (5943/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 64% (6038/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 65% (6132/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 66% (6226/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 67% (6321/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 68% (6415/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 69% (6509/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 70% (6604/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 71% (6698/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 72% (6792/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 73% (6887/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 74% (6981/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 75% (7075/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 76% (7170/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 77% (7264/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 78% (7358/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 79% (7453/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 80% (7547/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 81% (7641/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 82% (7736/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 83% (7830/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 84% (7924/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 85% (8019/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 86% (8113/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 87% (8207/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 88% (8302/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 89% (8396/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 90% (8490/9433), 7.07 MiB | 5.29 MiB/s Receiving objects: 91% (8585/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 92% (8679/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 93% (8773/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 94% (8868/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 95% (8962/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 96% (9056/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 97% (9151/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 98% (9245/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 98% (9270/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 99% (9339/9433), 14.61 MiB | 7.96 MiB/s remote: Total 9433 (delta 1883), reused 6081 (delta 1372), pack-reused 0 [2020-10-27T14:55:37.910Z] Receiving objects: 100% (9433/9433), 14.61 MiB | 7.96 MiB/s Receiving objects: 100% (9433/9433), 27.62 MiB | 12.41 MiB/s, done. [2020-10-27T14:55:37.910Z] Resolving deltas: 0% (0/1883) Resolving deltas: 1% (19/1883) Resolving deltas: 2% (41/1883) Resolving deltas: 4% (94/1883) Resolving deltas: 5% (95/1883) Resolving deltas: 6% (115/1883) Resolving deltas: 7% (136/1883) Resolving deltas: 8% (151/1883) Resolving deltas: 9% (170/1883) Resolving deltas: 10% (192/1883) Resolving deltas: 11% (209/1883) Resolving deltas: 12% (226/1883) Resolving deltas: 13% (245/1883) Resolving deltas: 14% (266/1883) Resolving deltas: 15% (284/1883) Resolving deltas: 16% (308/1883) Resolving deltas: 17% (324/1883) Resolving deltas: 18% (344/1883) Resolving deltas: 19% (358/1883) Resolving deltas: 20% (378/1883) Resolving deltas: 21% (396/1883) Resolving deltas: 22% (415/1883) Resolving deltas: 23% (434/1883) Resolving deltas: 24% (455/1883) Resolving deltas: 25% (471/1883) Resolving deltas: 26% (491/1883) Resolving deltas: 27% (522/1883) Resolving deltas: 28% (538/1883) Resolving deltas: 29% (549/1883) Resolving deltas: 30% (566/1883) Resolving deltas: 31% (584/1883) Resolving deltas: 33% (622/1883) Resolving deltas: 35% (665/1883) Resolving deltas: 37% (714/1883) Resolving deltas: 38% (717/1883) Resolving deltas: 39% (735/1883) Resolving deltas: 40% (756/1883) Resolving deltas: 41% (773/1883) Resolving deltas: 42% (794/1883) Resolving deltas: 43% (818/1883) Resolving deltas: 44% (829/1883) Resolving deltas: 45% (848/1883) Resolving deltas: 46% (882/1883) Resolving deltas: 47% (887/1883) Resolving deltas: 48% (905/1883) Resolving deltas: 49% (928/1883) Resolving deltas: 50% (951/1883) Resolving deltas: 51% (961/1883) Resolving deltas: 52% (980/1883) Resolving deltas: 53% (998/1883) Resolving deltas: 54% (1017/1883) Resolving deltas: 55% (1036/1883) Resolving deltas: 56% (1055/1883) Resolving deltas: 57% (1077/1883) Resolving deltas: 58% (1093/1883) Resolving deltas: 59% (1124/1883) Resolving deltas: 60% (1132/1883) Resolving deltas: 61% (1150/1883) Resolving deltas: 62% (1168/1883) Resolving deltas: 63% (1188/1883) Resolving deltas: 64% (1206/1883) Resolving deltas: 65% (1226/1883) Resolving deltas: 66% (1245/1883) Resolving deltas: 67% (1262/1883) Resolving deltas: 68% (1281/1883) Resolving deltas: 69% (1304/1883) Resolving deltas: 70% (1321/1883) Resolving deltas: 71% (1337/1883) Resolving deltas: 72% (1360/1883) Resolving deltas: 73% (1380/1883) Resolving deltas: 74% (1396/1883) Resolving deltas: 75% (1414/1883) Resolving deltas: 76% (1433/1883) Resolving deltas: 77% (1457/1883) Resolving deltas: 79% (1495/1883) Resolving deltas: 82% (1548/1883) Resolving deltas: 83% (1563/1883) Resolving deltas: 84% (1585/1883) Resolving deltas: 85% (1602/1883) Resolving deltas: 86% (1622/1883) Resolving deltas: 87% (1644/1883) Resolving deltas: 88% (1658/1883) Resolving deltas: 90% (1713/1883) Resolving deltas: 92% (1736/1883) Resolving deltas: 93% (1768/1883) Resolving deltas: 94% (1773/1883) Resolving deltas: 95% (1789/1883) Resolving deltas: 96% (1810/1883) Resolving deltas: 97% (1827/1883) Resolving deltas: 98% (1847/1883) Resolving deltas: 99% (1867/1883) Resolving deltas: 100% (1883/1883) Resolving deltas: 100% (1883/1883), done. [2020-10-27T14:55:38.171Z] Note: checking out '12b16df320052414244659e4dadda078f67849ed'. [2020-10-27T14:55:38.171Z] [2020-10-27T14:55:38.171Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-27T14:55:38.171Z] changes and commit them, and you can discard any commits you make in this [2020-10-27T14:55:38.171Z] state without impacting any branches by performing another checkout. [2020-10-27T14:55:38.171Z] [2020-10-27T14:55:38.171Z] If you want to create a new branch to retain commits you create, you may [2020-10-27T14:55:38.171Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-27T14:55:38.171Z] [2020-10-27T14:55:38.171Z] git checkout -b [2020-10-27T14:55:38.171Z] [2020-10-27T14:55:39.380Z] Checking out files: 79% (6894/8715) Checking out files: 80% (6972/8715) Checking out files: 81% (7060/8715) Checking out files: 82% (7147/8715) Checking out files: 83% (7234/8715) Checking out files: 84% (7321/8715) Checking out files: 85% (7408/8715) Checking out files: 86% (7495/8715) Checking out files: 87% (7583/8715) Checking out files: 88% (7670/8715) Checking out files: 89% (7757/8715) Checking out files: 90% (7844/8715) Checking out files: 91% (7931/8715) Checking out files: 92% (8018/8715) Checking out files: 93% (8105/8715) Checking out files: 94% (8193/8715) Checking out files: 95% (8280/8715) Checking out files: 96% (8367/8715) Checking out files: 97% (8454/8715) Checking out files: 98% (8541/8715) Checking out files: 99% (8628/8715) Checking out files: 100% (8715/8715) Checking out files: 100% (8715/8715), done. [2020-10-27T14:55:39.642Z] Pulling device-virtual-go  [2020-10-27T14:55:40.268Z]  Building docker-sys-mgmt-agent-go ... done  ---> c6f6a793555d [2020-10-27T14:55:40.268Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-27T14:55:40.268Z] ---> Running in 32144845487e [2020-10-27T14:55:40.268Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-27T14:55:40.268Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-27T14:55:40.268Z] ---> 444f0707a3e6 [2020-10-27T14:55:40.268Z] Step 3/29 : WORKDIR /edgex-go [2020-10-27T14:55:40.268Z] ---> Using cache [2020-10-27T14:55:40.268Z] ---> 37a837911ca8 [2020-10-27T14:55:40.268Z] Step 4/29 : RUN apk update && apk add make git [2020-10-27T14:55:40.268Z] ---> Running in 50e7c53dd750 [2020-10-27T14:55:40.586Z] Cloning into '/build/parts/device-virtual-go/src'... [2020-10-27T14:55:40.848Z] remote: Enumerating objects: 39, done. [2020-10-27T14:55:40.848Z] remote: Counting objects: 2% (1/39) remote: Counting objects: 5% (2/39) remote: Counting objects: 7% (3/39) remote: Counting objects: 10% (4/39) remote: Counting objects: 12% (5/39) remote: Counting objects: 15% (6/39) remote: Counting objects: 17% (7/39) remote: Counting objects: 20% (8/39) remote: Counting objects: 23% (9/39) remote: Counting objects: 25% (10/39) remote: Counting objects: 28% (11/39) remote: Counting objects: 30% (12/39) remote: Counting objects: 33% (13/39) remote: Counting objects: 35% (14/39) remote: Counting objects: 38% (15/39) remote: Counting objects: 41% (16/39) remote: Counting objects: 43% (17/39) remote: Counting objects: 46% (18/39) remote: Counting objects: 48% (19/39) remote: Counting objects: 51% (20/39) remote: Counting objects: 53% (21/39) remote: Counting objects: 56% (22/39) remote: Counting objects: 58% (23/39) remote: Counting objects: 61% (24/39) remote: Counting objects: 64% (25/39) remote: Counting objects: 66% (26/39) remote: Counting objects: 69% (27/39) remote: Counting objects: 71% (28/39) remote: Counting objects: 74% (29/39) remote: Counting objects: 76% (30/39) remote: Counting objects: 79% (31/39) remote: Counting objects: 82% (32/39) remote: Counting objects: 84% (33/39) remote: Counting objects: 87% (34/39) remote: Counting objects: 89% (35/39) remote: Counting objects: 92% (36/39) remote: Counting objects: 94% (37/39) remote: Counting objects: 97% (38/39) remote: Counting objects: 100% (39/39) remote: Counting objects: 100% (39/39), done. [2020-10-27T14:55:40.848Z] remote: Compressing objects: 2% (1/35) remote: Compressing objects: 5% (2/35) remote: Compressing objects: 8% (3/35) remote: Compressing objects: 11% (4/35) remote: Compressing objects: 14% (5/35) remote: Compressing objects: 17% (6/35) remote: Compressing objects: 20% (7/35) remote: Compressing objects: 22% (8/35) remote: Compressing objects: 25% (9/35) remote: Compressing objects: 28% (10/35) remote: Compressing objects: 31% (11/35) remote: Compressing objects: 34% (12/35) remote: Compressing objects: 37% (13/35) remote: Compressing objects: 40% (14/35) remote: Compressing objects: 42% (15/35) remote: Compressing objects: 45% (16/35) remote: Compressing objects: 48% (17/35) remote: Compressing objects: 51% (18/35) remote: Compressing objects: 54% (19/35) remote: Compressing objects: 57% (20/35) remote: Compressing objects: 60% (21/35) remote: Compressing objects: 62% (22/35) remote: Compressing objects: 65% (23/35) remote: Compressing objects: 68% (24/35) remote: Compressing objects: 71% (25/35) remote: Compressing objects: 74% (26/35) remote: Compressing objects: 77% (27/35) remote: Compressing objects: 80% (28/35) remote: Compressing objects: 82% (29/35) remote: Compressing objects: 85% (30/35) remote: Compressing objects: 88% (31/35) remote: Compressing objects: 91% (32/35) remote: Compressing objects: 94% (33/35) remote: Compressing objects: 97% (34/35) remote: Compressing objects: 100% (35/35) remote: Compressing objects: 100% (35/35), done. [2020-10-27T14:55:40.848Z] remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 [2020-10-27T14:55:40.848Z] Unpacking objects: 2% (1/39) Unpacking objects: 5% (2/39) Unpacking objects: 7% (3/39) Unpacking objects: 10% (4/39) Unpacking objects: 12% (5/39) Unpacking objects: 15% (6/39) Unpacking objects: 17% (7/39) Unpacking objects: 20% (8/39) Unpacking objects: 23% (9/39) Unpacking objects: 25% (10/39) Unpacking objects: 28% (11/39) Unpacking objects: 30% (12/39) Unpacking objects: 33% (13/39) Unpacking objects: 35% (14/39) Unpacking objects: 38% (15/39) Unpacking objects: 41% (16/39) Unpacking objects: 43% (17/39) Unpacking objects: 46% (18/39) Unpacking objects: 48% (19/39) Unpacking objects: 51% (20/39) Unpacking objects: 53% (21/39) Unpacking objects: 56% (22/39) Unpacking objects: 58% (23/39) Unpacking objects: 61% (24/39) Unpacking objects: 64% (25/39) Unpacking objects: 66% (26/39) Unpacking objects: 69% (27/39) Unpacking objects: 71% (28/39) Unpacking objects: 74% (29/39) Unpacking objects: 76% (30/39) Unpacking objects: 79% (31/39) Unpacking objects: 82% (32/39) Unpacking objects: 84% (33/39) Unpacking objects: 87% (34/39) Unpacking objects: 89% (35/39) Unpacking objects: 92% (36/39) Unpacking objects: 94% (37/39) Unpacking objects: 97% (38/39) Unpacking objects: 100% (39/39) Unpacking objects: 100% (39/39), done. [2020-10-27T14:55:40.848Z] Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. [2020-10-27T14:55:40.848Z] [2020-10-27T14:55:40.848Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-27T14:55:40.848Z] changes and commit them, and you can discard any commits you make in this [2020-10-27T14:55:40.848Z] state without impacting any branches by performing another checkout. [2020-10-27T14:55:40.848Z] [2020-10-27T14:55:40.848Z] If you want to create a new branch to retain commits you create, you may [2020-10-27T14:55:40.848Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-27T14:55:40.848Z] [2020-10-27T14:55:40.848Z] git checkout -b [2020-10-27T14:55:40.848Z] [2020-10-27T14:55:42.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-27T14:55:42.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:55:42.767Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-27T14:55:43.029Z] 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T14:55:43.029Z] 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-27T14:55:43.029Z] 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-27T14:55:43.291Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:55:43.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:55:44.529Z] v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:55:44.529Z] v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:55:44.529Z] OK: 12623 distinct packages available [2020-10-27T14:55:45.527Z] OK: 217 MiB in 51 packages [2020-10-27T14:55:46.861Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-10-27T14:55:46.861Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:55:46.861Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-10-27T14:55:46.861Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:55:47.123Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-10-27T14:55:47.123Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:55:47.123Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-10-27T14:55:47.123Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:55:47.386Z] Pulling edgex-go  [2020-10-27T14:55:47.562Z] Removing intermediate container 50e7c53dd750 [2020-10-27T14:55:47.562Z] ---> 3e0a1d787080 [2020-10-27T14:55:47.562Z] Step 5/29 : COPY go.mod . [2020-10-27T14:55:48.172Z] ---> f14c42c2393d [2020-10-27T14:55:48.457Z] Step 6/29 : RUN go mod download [2020-10-27T14:55:48.457Z] ---> Running in 83a1d93ed726 [2020-10-27T14:55:50.699Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-27T14:55:50.699Z] 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T14:55:50.699Z] 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-27T14:55:50.699Z] 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-27T14:55:50.699Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:55:53.889Z] Removing intermediate container 83a1d93ed726 [2020-10-27T14:55:53.889Z] ---> 5f5c5f5a900e [2020-10-27T14:55:53.889Z] Step 7/29 : COPY . . [2020-10-27T14:55:54.914Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-122.124_amd64.deb [998 kB] [2020-10-27T14:55:54.914Z] 1% 71% 100% [Working] Fetched 998 kB in 0s (0 B/s) [2020-10-27T14:55:55.176Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.2_amd64.deb [2585 kB] [2020-10-27T14:55:55.752Z] 0% 27% 100% [Working] Fetched 2585 kB in 0s (0 B/s) [2020-10-27T14:55:56.014Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] [2020-10-27T14:55:56.848Z] 0% 26% 100% [Working] Fetched 2762 kB in 0s (0 B/s) [2020-10-27T14:55:56.848Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zlib1g-dev_1.2.11.dfsg-0ubuntu2_amd64.deb [176 kB] [2020-10-27T14:55:57.421Z] 7% 100% [Working] Fetched 176 kB in 0s (0 B/s) [2020-10-27T14:55:57.421Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] [2020-10-27T14:55:58.255Z] 0% 20% 100% [Working] Fetched 3534 kB in 0s (0 B/s) [2020-10-27T14:55:58.255Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpcre3_8.39-9_amd64.deb [229 kB] [2020-10-27T14:55:58.828Z] 5% 100% [Working] Fetched 229 kB in 0s (0 B/s) [2020-10-27T14:55:58.828Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-10-27T14:55:59.093Z] 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) [2020-10-27T14:55:59.354Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.2_amd64.deb [71.8 kB] [2020-10-27T14:55:59.354Z] 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) [2020-10-27T14:55:59.616Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] [2020-10-27T14:56:00.188Z] 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) [2020-10-27T14:56:00.188Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-10-27T14:56:00.188Z] 100% [Working] Fetched 6084 B in 0s (0 B/s) [2020-10-27T14:56:03.498Z] Copying needed target link from the system /lib/x86_64-linux-gnu/libz.so.1.2.11 [2020-10-27T14:56:04.888Z] Pulling kong  [2020-10-27T14:56:07.705Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-27T14:56:07.705Z] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T14:56:07.705Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-27T14:56:07.705Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-27T14:56:08.229Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:11.541Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-10-27T14:56:11.541Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:11.804Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-10-27T14:56:11.804Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:12.076Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-10-27T14:56:12.076Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:12.076Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-10-27T14:56:12.076Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:12.245Z] ---> ecc5dda148d3 [2020-10-27T14:56:12.245Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-27T14:56:12.245Z] ---> Running in d14790008815 [2020-10-27T14:56:12.651Z] Pulling kuiper  [2020-10-27T14:56:12.843Z] 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-27T14:56:13.595Z] Cloning into '/build/parts/kuiper/src'... [2020-10-27T14:56:13.857Z] remote: Enumerating objects: 4, done. [2020-10-27T14:56:13.857Z] remote: Counting objects: 25% (1/4) remote: Counting objects: 50% (2/4) remote: Counting objects: 75% (3/4) remote: Counting objects: 100% (4/4) remote: Counting objects: 100% (4/4), done. [2020-10-27T14:56:13.857Z] remote: Compressing objects: 25% (1/4) remote: Compressing objects: 50% (2/4) remote: Compressing objects: 75% (3/4) remote: Compressing objects: 100% (4/4) remote: Compressing objects: 100% (4/4), done. [2020-10-27T14:56:16.352Z] Receiving objects: 0% (1/7865) Receiving objects: 1% (79/7865) Receiving objects: 2% (158/7865) Receiving objects: 3% (236/7865) Receiving objects: 4% (315/7865) Receiving objects: 5% (394/7865) Receiving objects: 6% (472/7865) Receiving objects: 7% (551/7865) Receiving objects: 8% (630/7865) Receiving objects: 9% (708/7865) Receiving objects: 10% (787/7865) Receiving objects: 11% (866/7865) Receiving objects: 12% (944/7865) Receiving objects: 13% (1023/7865) Receiving objects: 14% (1102/7865) Receiving objects: 15% (1180/7865) Receiving objects: 16% (1259/7865) Receiving objects: 17% (1338/7865) Receiving objects: 18% (1416/7865) Receiving objects: 19% (1495/7865) Receiving objects: 20% (1573/7865) Receiving objects: 21% (1652/7865) Receiving objects: 22% (1731/7865) Receiving objects: 23% (1809/7865) Receiving objects: 24% (1888/7865) Receiving objects: 25% (1967/7865) Receiving objects: 26% (2045/7865) Receiving objects: 27% (2124/7865) Receiving objects: 28% (2203/7865) Receiving objects: 29% (2281/7865) Receiving objects: 30% (2360/7865) Receiving objects: 31% (2439/7865) Receiving objects: 32% (2517/7865) Receiving objects: 33% (2596/7865) Receiving objects: 34% (2675/7865) Receiving objects: 35% (2753/7865) Receiving objects: 36% (2832/7865) Receiving objects: 37% (2911/7865) Receiving objects: 38% (2989/7865) Receiving objects: 39% (3068/7865) Receiving objects: 40% (3146/7865) Receiving objects: 41% (3225/7865) Receiving objects: 42% (3304/7865) Receiving objects: 43% (3382/7865) Receiving objects: 44% (3461/7865) Receiving objects: 45% (3540/7865) Receiving objects: 46% (3618/7865) Receiving objects: 47% (3697/7865) Receiving objects: 48% (3776/7865) Receiving objects: 49% (3854/7865) Receiving objects: 50% (3933/7865) Receiving objects: 51% (4012/7865) Receiving objects: 52% (4090/7865) Receiving objects: 53% (4169/7865) Receiving objects: 54% (4248/7865) Receiving objects: 55% (4326/7865) Receiving objects: 56% (4405/7865) Receiving objects: 57% (4484/7865) Receiving objects: 58% (4562/7865) Receiving objects: 59% (4641/7865) Receiving objects: 60% (4719/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 61% (4798/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 62% (4877/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 63% (4955/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 64% (5034/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 65% (5113/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 66% (5191/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 67% (5270/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 68% (5349/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 69% (5427/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 70% (5506/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 71% (5585/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 72% (5663/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 73% (5742/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 74% (5821/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 75% (5899/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 76% (5978/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 77% (6057/7865), 4.90 MiB | 9.41 MiB/s Receiving objects: 77% (6110/7865), 7.43 MiB | 7.26 MiB/s Receiving objects: 77% (6111/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 78% (6135/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 79% (6214/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 80% (6292/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 81% (6371/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 82% (6450/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 83% (6528/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 84% (6607/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 85% (6686/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 86% (6764/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 87% (6843/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 88% (6922/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 89% (7000/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 90% (7079/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 91% (7158/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 92% (7236/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 93% (7315/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 94% (7394/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 95% (7472/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 96% (7551/7865), 14.63 MiB | 7.22 MiB/s remote: Total 7865 (delta 0), reused 1 (delta 0), pack-reused 7861 [2020-10-27T14:56:16.352Z] Receiving objects: 97% (7630/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 98% (7708/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 99% (7787/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 100% (7865/7865), 14.63 MiB | 7.22 MiB/s Receiving objects: 100% (7865/7865), 19.17 MiB | 7.65 MiB/s, done. [2020-10-27T14:56:16.352Z] Resolving deltas: 0% (0/5050) Resolving deltas: 1% (51/5050) Resolving deltas: 2% (102/5050) Resolving deltas: 3% (153/5050) Resolving deltas: 4% (231/5050) Resolving deltas: 5% (262/5050) Resolving deltas: 6% (306/5050) Resolving deltas: 7% (395/5050) Resolving deltas: 8% (407/5050) Resolving deltas: 9% (457/5050) Resolving deltas: 10% (507/5050) Resolving deltas: 11% (558/5050) Resolving deltas: 12% (608/5050) Resolving deltas: 13% (661/5050) Resolving deltas: 14% (710/5050) Resolving deltas: 15% (758/5050) Resolving deltas: 16% (810/5050) Resolving deltas: 17% (860/5050) Resolving deltas: 18% (911/5050) Resolving deltas: 19% (983/5050) Resolving deltas: 20% (1020/5050) Resolving deltas: 21% (1087/5050) Resolving deltas: 22% (1112/5050) Resolving deltas: 23% (1164/5050) Resolving deltas: 24% (1212/5050) Resolving deltas: 25% (1267/5050) Resolving deltas: 26% (1322/5050) Resolving deltas: 27% (1368/5050) Resolving deltas: 28% (1428/5050) Resolving deltas: 29% (1494/5050) Resolving deltas: 30% (1527/5050) Resolving deltas: 32% (1643/5050) Resolving deltas: 33% (1689/5050) Resolving deltas: 34% (1732/5050) Resolving deltas: 35% (1773/5050) Resolving deltas: 36% (1825/5050) Resolving deltas: 37% (1869/5050) Resolving deltas: 38% (1919/5050) Resolving deltas: 39% (1970/5050) Resolving deltas: 40% (2022/5050) Resolving deltas: 41% (2074/5050) Resolving deltas: 42% (2127/5050) Resolving deltas: 43% (2172/5050) Resolving deltas: 44% (2228/5050) Resolving deltas: 45% (2281/5050) Resolving deltas: 47% (2406/5050) Resolving deltas: 48% (2463/5050) Resolving deltas: 49% (2499/5050) Resolving deltas: 50% (2537/5050) Resolving deltas: 51% (2585/5050) Resolving deltas: 52% (2635/5050) Resolving deltas: 53% (2681/5050) Resolving deltas: 54% (2735/5050) Resolving deltas: 55% (2778/5050) Resolving deltas: 56% (2842/5050) Resolving deltas: 57% (2886/5050) Resolving deltas: 58% (2952/5050) Resolving deltas: 60% (3072/5050) Resolving deltas: 61% (3081/5050) Resolving deltas: 62% (3175/5050) Resolving deltas: 63% (3184/5050) Resolving deltas: 64% (3232/5050) Resolving deltas: 65% (3286/5050) Resolving deltas: 66% (3357/5050) Resolving deltas: 67% (3390/5050) Resolving deltas: 68% (3449/5050) Resolving deltas: 69% (3486/5050) Resolving deltas: 70% (3540/5050) Resolving deltas: 71% (3602/5050) Resolving deltas: 72% (3639/5050) Resolving deltas: 73% (3687/5050) Resolving deltas: 74% (3739/5050) Resolving deltas: 75% (3796/5050) Resolving deltas: 76% (3851/5050) Resolving deltas: 77% (3904/5050) Resolving deltas: 78% (3963/5050) Resolving deltas: 80% (4044/5050) Resolving deltas: 81% (4097/5050) Resolving deltas: 82% (4141/5050) Resolving deltas: 83% (4225/5050) Resolving deltas: 84% (4242/5050) Resolving deltas: 85% (4294/5050) Resolving deltas: 86% (4344/5050) Resolving deltas: 87% (4394/5050) Resolving deltas: 88% (4482/5050) Resolving deltas: 89% (4501/5050) Resolving deltas: 90% (4552/5050) Resolving deltas: 91% (4645/5050) Resolving deltas: 92% (4652/5050) Resolving deltas: 93% (4731/5050) Resolving deltas: 94% (4754/5050) Resolving deltas: 95% (4799/5050) Resolving deltas: 96% (4851/5050) Resolving deltas: 97% (4899/5050) Resolving deltas: 98% (4957/5050) Resolving deltas: 99% (5015/5050) Resolving deltas: 100% (5050/5050) Resolving deltas: 100% (5050/5050), done. [2020-10-27T14:56:16.613Z] Note: checking out '2dd53791ab79e7b902d6ca90361961f61066a1a0'. [2020-10-27T14:56:16.613Z] [2020-10-27T14:56:16.613Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-27T14:56:16.613Z] changes and commit them, and you can discard any commits you make in this [2020-10-27T14:56:16.613Z] state without impacting any branches by performing another checkout. [2020-10-27T14:56:16.613Z] [2020-10-27T14:56:16.613Z] If you want to create a new branch to retain commits you create, you may [2020-10-27T14:56:16.613Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-27T14:56:16.613Z] [2020-10-27T14:56:16.613Z] git checkout -b [2020-10-27T14:56:16.613Z] [2020-10-27T14:56:18.793Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-27T14:56:18.793Z] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T14:56:18.793Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-27T14:56:18.793Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-27T14:56:19.058Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:23.529Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-10-27T14:56:23.798Z] 13% 100% [Working] Fetched 96.5 kB in 0s (0 B/s) [2020-10-27T14:56:23.798Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-common_190ubuntu0.1_all.deb [157 kB] [2020-10-27T14:56:24.371Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-10-27T14:56:24.371Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 init-system-helpers_1.51_all.deb [37.3 kB] [2020-10-27T14:56:24.640Z] 33% 100% [Working] Fetched 37.3 kB in 0s (0 B/s) [2020-10-27T14:56:24.640Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.1_amd64.deb [279 kB] [2020-10-27T14:56:25.213Z] 4% 100% [Working] Fetched 279 kB in 0s (0 B/s) [2020-10-27T14:56:25.213Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb [122 kB] [2020-10-27T14:56:25.788Z] 10% 100% [Working] Fetched 122 kB in 0s (0 B/s) [2020-10-27T14:56:25.788Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-10-27T14:56:25.788Z] 99% 100% [Working] Fetched 8848 B in 0s (0 B/s) [2020-10-27T14:56:26.050Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-10-27T14:56:26.312Z] 26% 100% [Working] Fetched 47.8 kB in 0s (0 B/s) [2020-10-27T14:56:26.312Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-10-27T14:56:26.574Z] 84% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) [2020-10-27T14:56:26.835Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb [155 kB] [2020-10-27T14:56:27.096Z] 8% 100% [Working] Fetched 155 kB in 0s (0 B/s) [2020-10-27T14:56:27.357Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [614 kB] [2020-10-27T14:56:27.930Z] 2% 100% [Working] Fetched 614 kB in 0s (0 B/s) [2020-10-27T14:56:27.930Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-10-27T14:56:28.191Z] 85% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) [2020-10-27T14:56:28.191Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-10-27T14:56:28.766Z] 2% 100% [Working] Fetched 499 kB in 0s (0 B/s) [2020-10-27T14:56:29.026Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libicu60_60.2-3ubuntu3.1_amd64.deb [8054 kB] [2020-10-27T14:56:29.861Z] 0% 8% 100% [Working] Fetched 8054 kB in 0s (0 B/s) [2020-10-27T14:56:30.121Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-10-27T14:56:30.383Z] 5% 100% [Working] Fetched 240 kB in 0s (0 B/s) [2020-10-27T14:56:30.645Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] [2020-10-27T14:56:30.645Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:30.908Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-10-27T14:56:30.908Z] 43% 100% [Working] Fetched 29.3 kB in 0s (0 B/s) [2020-10-27T14:56:31.169Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 netbase_5.4_all.deb [12.7 kB] [2020-10-27T14:56:31.170Z] 99% 100% [Working] Fetched 12.7 kB in 0s (0 B/s) [2020-10-27T14:56:31.431Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.1_amd64.deb [85.6 kB] [2020-10-27T14:56:31.692Z] 14% 100% [Working] Fetched 85.6 kB in 0s (0 B/s) [2020-10-27T14:56:31.959Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-10-27T14:56:31.959Z] 25% 100% [Working] Fetched 49.2 kB in 0s (0 B/s) [2020-10-27T14:56:32.223Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpq5_10.14-0ubuntu0.18.04.1_amd64.deb [107 kB] [2020-10-27T14:56:32.487Z] 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) [2020-10-27T14:56:32.750Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ssl-cert_1.0.39_all.deb [17.0 kB] [2020-10-27T14:56:33.019Z] 74% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) [2020-10-27T14:56:33.019Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] [2020-10-27T14:56:33.019Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:33.282Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-10_10.14-0ubuntu0.18.04.1_amd64.deb [3766 kB] [2020-10-27T14:56:34.115Z] 0% 19% 100% [Working] Fetched 3766 kB in 0s (0 B/s) [2020-10-27T14:56:34.377Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client_10+190ubuntu0.1_all.deb [5896 B] [2020-10-27T14:56:34.377Z] 100% [Working] Fetched 5896 B in 0s (0 B/s) [2020-10-27T14:56:34.640Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.1_amd64.deb [30.9 kB] [2020-10-27T14:56:34.640Z] 40% 100% [Working] Fetched 30.9 kB in 0s (0 B/s) [2020-10-27T14:56:34.909Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb [17.0 kB] [2020-10-27T14:56:34.909Z] 73% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) [2020-10-27T14:56:35.170Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql_10+190ubuntu0.1_all.deb [5884 B] [2020-10-27T14:56:35.170Z] 99% 100% [Working] Fetched 5884 B in 0s (0 B/s) [2020-10-27T14:56:35.170Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-10-27T14:56:35.170Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:35.431Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-10-27T14:56:35.693Z] 14% 100% [Working] Fetched 85.9 kB in 0s (0 B/s) [2020-10-27T14:56:35.955Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ucf_3.0038_all.deb [50.5 kB] [2020-10-27T14:56:36.222Z] 24% 100% [Working] Fetched 50.5 kB in 0s (0 B/s) [2020-10-27T14:56:36.222Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-10-27T14:56:36.222Z] 99% 100% [Working] Fetched 8720 B in 0s (0 B/s) [2020-10-27T14:56:36.483Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-contrib_10+190ubuntu0.1_all.deb [5896 B] [2020-10-27T14:56:36.483Z] 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) [2020-10-27T14:56:36.744Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-10-27T14:56:37.012Z] 10% 100% [Working] Fetched 137 kB in 0s (0 B/s) [2020-10-27T14:56:37.272Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-10-27T14:56:37.534Z] 11% 100% [Working] Fetched 109 kB in 0s (0 B/s) [2020-10-27T14:56:37.796Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb [663 kB] [2020-10-27T14:56:38.369Z] 1% 100% [Working] Fetched 663 kB in 0s (0 B/s) [2020-10-27T14:56:38.630Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-10-27T14:56:38.894Z] 1% 100% [Working] Fetched 645 kB in 0s (0 B/s) [2020-10-27T14:56:39.155Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libedit2_3.1-20170329-1_amd64.deb [76.9 kB] [2020-10-27T14:56:39.419Z] 16% 100% [Working] Fetched 76.9 kB in 0s (0 B/s) [2020-10-27T14:56:39.681Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-10-27T14:56:39.690Z] Removing intermediate container 0332ac27322a [2020-10-27T14:56:39.690Z] ---> bff0b013eb03 [2020-10-27T14:56:39.690Z] [2020-10-27T14:56:39.690Z] Step 10/21 : FROM scratch [2020-10-27T14:56:39.690Z] ---> [2020-10-27T14:56:39.690Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T14:56:39.690Z] ---> Running in 8484dc36ec22 [2020-10-27T14:56:39.943Z] 11% 100% [Working] Fetched 41.3 kB in 0s (0 B/s) [2020-10-27T14:56:39.944Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] [2020-10-27T14:56:39.944Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:40.206Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-10-27T14:56:40.206Z] 70% 100% [Working] Fetched 17.9 kB in 0s (0 B/s) [2020-10-27T14:56:40.293Z] Removing intermediate container 8484dc36ec22 [2020-10-27T14:56:40.293Z] ---> 2a3f3089e1dd [2020-10-27T14:56:40.293Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-27T14:56:40.293Z] ---> Running in 4ba6c8870679 [2020-10-27T14:56:40.467Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-10-27T14:56:40.896Z] Removing intermediate container 4ba6c8870679 [2020-10-27T14:56:40.896Z] ---> b81f2246f92b [2020-10-27T14:56:40.896Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-27T14:56:41.041Z] 3% 100% [Working] Fetched 368 kB in 0s (0 B/s) [2020-10-27T14:56:41.041Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-10-27T14:56:41.167Z] ---> Running in e92b0f4dabcb [2020-10-27T14:56:41.616Z] 6% 100% [Working] Fetched 187 kB in 0s (0 B/s) [2020-10-27T14:56:41.616Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-10-27T14:56:41.773Z] Removing intermediate container e92b0f4dabcb [2020-10-27T14:56:41.773Z] ---> 88680b9ab755 [2020-10-27T14:56:41.773Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-27T14:56:42.190Z] 7% 100% [Working] Fetched 175 kB in 0s (0 B/s) [2020-10-27T14:56:42.190Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-10-27T14:56:42.757Z] ---> 3f84bd0913b8 [2020-10-27T14:56:42.757Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-27T14:56:42.760Z] 6% 100% [Working] Fetched 206 kB in 0s (0 B/s) [2020-10-27T14:56:42.760Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-10-27T14:56:43.335Z] 0% 46% 100% [Working] Fetched 1301 kB in 0s (0 B/s) [2020-10-27T14:56:43.597Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-10-27T14:56:43.859Z] 34% 100% [Working] Fetched 36.2 kB in 0s (0 B/s) [2020-10-27T14:56:43.859Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-10-27T14:56:43.859Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:44.122Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-10-27T14:56:44.389Z] 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) [2020-10-27T14:56:44.650Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-10_10.14-0ubuntu0.18.04.1_amd64.deb [941 kB] [2020-10-27T14:56:44.744Z] ---> 2abd1a26b32b [2020-10-27T14:56:44.744Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-27T14:56:45.226Z] 1% 69% 100% [Working] Fetched 941 kB in 0s (0 B/s) [2020-10-27T14:56:45.488Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-10-27T14:56:45.488Z] 25% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) [2020-10-27T14:56:45.737Z] ---> c2c2a39c510e [2020-10-27T14:56:45.738Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-27T14:56:45.738Z] ---> Running in b24cae5ae860 [2020-10-27T14:56:45.749Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb [150 kB] [2020-10-27T14:56:46.009Z] 8% 100% [Working] Fetched 150 kB in 0s (0 B/s) [2020-10-27T14:56:46.273Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-common_190ubuntu0.1_all.deb [29.6 kB] [2020-10-27T14:56:46.343Z] Removing intermediate container b24cae5ae860 [2020-10-27T14:56:46.343Z] ---> 8fa94a9c1eff [2020-10-27T14:56:46.343Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:56:46.535Z] 42% 100% [Working] Fetched 29.6 kB in 0s (0 B/s) [2020-10-27T14:56:46.616Z] ---> Running in b952f7c166e2 [2020-10-27T14:56:47.214Z] Removing intermediate container b952f7c166e2 [2020-10-27T14:56:47.214Z] ---> b5b5de92cd1a [2020-10-27T14:56:47.214Z] Step 19/21 : LABEL arch=arm64 [2020-10-27T14:56:47.487Z] ---> Running in 244fdca41445 [2020-10-27T14:56:48.087Z] Removing intermediate container 244fdca41445 [2020-10-27T14:56:48.087Z] ---> 4b782fcbb7ba [2020-10-27T14:56:48.087Z] Step 20/21 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:56:48.360Z] ---> Running in 99570f1a96d2 [2020-10-27T14:56:48.961Z] Removing intermediate container 99570f1a96d2 [2020-10-27T14:56:48.961Z] ---> 205ccf3fd702 [2020-10-27T14:56:48.961Z] Step 21/21 : LABEL version=0.0.0 [2020-10-27T14:56:49.238Z] ---> Running in 4281f7932381 [2020-10-27T14:56:49.846Z] Removing intermediate container 4281f7932381 [2020-10-27T14:56:49.846Z] ---> 32e0a357e313 [2020-10-27T14:56:49.846Z] [2020-10-27T14:56:50.847Z] Successfully built 32e0a357e313 [2020-10-27T14:56:50.847Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-27T14:56:54.680Z] Pulling postgres  [2020-10-27T14:56:54.680Z] Pulling redis  [2020-10-27T14:56:54.941Z] Cloning into '/build/parts/redis/src'... [2020-10-27T14:56:55.193Z]  Building docker-support-scheduler-go ... done Removing intermediate container f2302392e3a1 [2020-10-27T14:56:55.193Z] ---> 7b59e7031e53 [2020-10-27T14:56:55.193Z] [2020-10-27T14:56:55.193Z] Step 10/22 : FROM scratch [2020-10-27T14:56:55.193Z] ---> [2020-10-27T14:56:55.193Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T14:56:55.471Z] Removing intermediate container fce2dad847e9 [2020-10-27T14:56:55.471Z] ---> 9716d5fd1381 [2020-10-27T14:56:55.471Z] [2020-10-27T14:56:55.471Z] Step 10/22 : FROM scratch [2020-10-27T14:56:55.471Z] ---> [2020-10-27T14:56:55.471Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-27T14:56:55.471Z] ---> Using cache [2020-10-27T14:56:55.471Z] ---> 2a3f3089e1dd [2020-10-27T14:56:55.471Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-27T14:56:55.471Z] ---> Using cache [2020-10-27T14:56:55.471Z] ---> 2a3f3089e1dd [2020-10-27T14:56:55.471Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-27T14:56:55.517Z] remote: Enumerating objects: 881, done. [2020-10-27T14:56:55.517Z] remote: Counting objects: 0% (1/881) remote: Counting objects: 1% (9/881) remote: Counting objects: 2% (18/881) remote: Counting objects: 3% (27/881) remote: Counting objects: 4% (36/881) remote: Counting objects: 5% (45/881) remote: Counting objects: 6% (53/881) remote: Counting objects: 7% (62/881) remote: Counting objects: 8% (71/881) remote: Counting objects: 9% (80/881) remote: Counting objects: 10% (89/881) remote: Counting objects: 11% (97/881) remote: Counting objects: 12% (106/881) remote: Counting objects: 13% (115/881) remote: Counting objects: 14% (124/881) remote: Counting objects: 15% (133/881) remote: Counting objects: 16% (141/881) remote: Counting objects: 17% (150/881) remote: Counting objects: 18% (159/881) remote: Counting objects: 19% (168/881) remote: Counting objects: 20% (177/881) remote: Counting objects: 21% (186/881) remote: Counting objects: 22% (194/881) remote: Counting objects: 23% (203/881) remote: Counting objects: 24% (212/881) remote: Counting objects: 25% (221/881) remote: Counting objects: 26% (230/881) remote: Counting objects: 27% (238/881) remote: Counting objects: 28% (247/881) remote: Counting objects: 29% (256/881) remote: Counting objects: 30% (265/881) remote: Counting objects: 31% (274/881) remote: Counting objects: 32% (282/881) remote: Counting objects: 33% (291/881) remote: Counting objects: 34% (300/881) remote: Counting objects: 35% (309/881) remote: Counting objects: 36% (318/881) remote: Counting objects: 37% (326/881) remote: Counting objects: 38% (335/881) remote: Counting objects: 39% (344/881) remote: Counting objects: 40% (353/881) remote: Counting objects: 41% (362/881) remote: Counting objects: 42% (371/881) remote: Counting objects: 43% (379/881) remote: Counting objects: 44% (388/881) remote: Counting objects: 45% (397/881) remote: Counting objects: 46% (406/881) remote: Counting objects: 47% (415/881) remote: Counting objects: 48% (423/881) remote: Counting objects: 49% (432/881) remote: Counting objects: 50% (441/881) remote: Counting objects: 51% (450/881) remote: Counting objects: 52% (459/881) remote: Counting objects: 53% (467/881) remote: Counting objects: 54% (476/881) remote: Counting objects: 55% (485/881) remote: Counting objects: 56% (494/881) remote: Counting objects: 57% (503/881) remote: Counting objects: 58% (511/881) remote: Counting objects: 59% (520/881) remote: Counting objects: 60% (529/881) remote: Counting objects: 61% (538/881) remote: Counting objects: 62% (547/881) remote: Counting objects: 63% (556/881) remote: Counting objects: 64% (564/881) remote: Counting objects: 65% (573/881) remote: Counting objects: 66% (582/881) remote: Counting objects: 67% (591/881) remote: Counting objects: 68% (600/881) remote: Counting objects: 69% (608/881) remote: Counting objects: 70% (617/881) remote: Counting objects: 71% (626/881) remote: Counting objects: 72% (635/881) remote: Counting objects: 73% (644/881) remote: Counting objects: 74% (652/881) remote: Counting objects: 75% (661/881) remote: Counting objects: 76% (670/881) remote: Counting objects: 77% (679/881) remote: Counting objects: 78% (688/881) remote: Counting objects: 79% (696/881) remote: Counting objects: 80% (705/881) remote: Counting objects: 81% (714/881) remote: Counting objects: 82% (723/881) remote: Counting objects: 83% (732/881) remote: Counting objects: 84% (741/881) remote: Counting objects: 85% (749/881) remote: Counting objects: 86% (758/881) remote: Counting objects: 87% (767/881) remote: Counting objects: 88% (776/881) remote: Counting objects: 89% (785/881) remote: Counting objects: 90% (793/881) remote: Counting objects: 91% (802/881) remote: Counting objects: 92% (811/881) remote: Counting objects: 93% (820/881) remote: Counting objects: 94% (829/881) remote: Counting objects: 95% (837/881) remote: Counting objects: 96% (846/881) remote: Counting objects: 97% (855/881) remote: Counting objects: 98% (864/881) remote: Counting objects: 99% (873/881) remote: Counting objects: 100% (881/881) remote: Counting objects: 100% (881/881), done. [2020-10-27T14:56:55.750Z] ---> Running in d98abe3a7c0a [2020-10-27T14:56:55.750Z] ---> Running in 03ed1cc72dd1 [2020-10-27T14:56:55.779Z] remote: Compressing objects: 0% (1/788) remote: Compressing objects: 1% (8/788) remote: Compressing objects: 2% (16/788) remote: Compressing objects: 3% (24/788) remote: Compressing objects: 4% (32/788) remote: Compressing objects: 5% (40/788) remote: Compressing objects: 6% (48/788) remote: Compressing objects: 7% (56/788) remote: Compressing objects: 8% (64/788) remote: Compressing objects: 9% (71/788) remote: Compressing objects: 10% (79/788) remote: Compressing objects: 11% (87/788) remote: Compressing objects: 12% (95/788) remote: Compressing objects: 13% (103/788) remote: Compressing objects: 14% (111/788) remote: Compressing objects: 15% (119/788) remote: Compressing objects: 16% (127/788) remote: Compressing objects: 17% (134/788) remote: Compressing objects: 18% (142/788) remote: Compressing objects: 19% (150/788) remote: Compressing objects: 20% (158/788) remote: Compressing objects: 21% (166/788) remote: Compressing objects: 22% (174/788) remote: Compressing objects: 23% (182/788) remote: Compressing objects: 24% (190/788) remote: Compressing objects: 25% (197/788) remote: Compressing objects: 26% (205/788) remote: Compressing objects: 27% (213/788) remote: Compressing objects: 28% (221/788) remote: Compressing objects: 29% (229/788) remote: Compressing objects: 30% (237/788) remote: Compressing objects: 31% (245/788) remote: Compressing objects: 32% (253/788) remote: Compressing objects: 33% (261/788) remote: Compressing objects: 34% (268/788) remote: Compressing objects: 35% (276/788) remote: Compressing objects: 36% (284/788) remote: Compressing objects: 37% (292/788) remote: Compressing objects: 38% (300/788) remote: Compressing objects: 39% (308/788) remote: Compressing objects: 40% (316/788) remote: Compressing objects: 41% (324/788) remote: Compressing objects: 42% (331/788) remote: Compressing objects: 43% (339/788) remote: Compressing objects: 44% (347/788) remote: Compressing objects: 45% (355/788) remote: Compressing objects: 46% (363/788) remote: Compressing objects: 47% (371/788) remote: Compressing objects: 48% (379/788) remote: Compressing objects: 49% (387/788) remote: Compressing objects: 50% (394/788) remote: Compressing objects: 51% (402/788) remote: Compressing objects: 52% (410/788) remote: Compressing objects: 53% (418/788) remote: Compressing objects: 54% (426/788) remote: Compressing objects: 55% (434/788) remote: Compressing objects: 56% (442/788) remote: Compressing objects: 57% (450/788) remote: Compressing objects: 58% (458/788) remote: Compressing objects: 59% (465/788) remote: Compressing objects: 60% (473/788) remote: Compressing objects: 61% (481/788) remote: Compressing objects: 62% (489/788) remote: Compressing objects: 63% (497/788) remote: Compressing objects: 64% (505/788) remote: Compressing objects: 65% (513/788) remote: Compressing objects: 66% (521/788) remote: Compressing objects: 67% (528/788) remote: Compressing objects: 68% (536/788) remote: Compressing objects: 69% (544/788) remote: Compressing objects: 70% (552/788) remote: Compressing objects: 71% (560/788) remote: Compressing objects: 72% (568/788) remote: Compressing objects: 73% (576/788) remote: Compressing objects: 74% (584/788) remote: Compressing objects: 75% (591/788) remote: Compressing objects: 76% (599/788) remote: Compressing objects: 77% (607/788) remote: Compressing objects: 78% (615/788) remote: Compressing objects: 79% (623/788) remote: Compressing objects: 80% (631/788) remote: Compressing objects: 81% (639/788) remote: Compressing objects: 82% (647/788) remote: Compressing objects: 83% (655/788) remote: Compressing objects: 84% (662/788) remote: Compressing objects: 85% (670/788) remote: Compressing objects: 86% (678/788) remote: Compressing objects: 87% (686/788) remote: Compressing objects: 88% (694/788) remote: Compressing objects: 89% (702/788) remote: Compressing objects: 90% (710/788) remote: Compressing objects: 91% (718/788) remote: Compressing objects: 92% (725/788) remote: Compressing objects: 93% (733/788) remote: Compressing objects: 94% (741/788) remote: Compressing objects: 95% (749/788) remote: Compressing objects: 96% (757/788) remote: Compressing objects: 97% (765/788) remote: Compressing objects: 98% (773/788) remote: Compressing objects: 99% (781/788) remote: Compressing objects: 100% (788/788) remote: Compressing objects: 100% (788/788), done. [2020-10-27T14:56:56.039Z] Receiving objects: 0% (1/881) Receiving objects: 1% (9/881) Receiving objects: 2% (18/881) Receiving objects: 3% (27/881) Receiving objects: 4% (36/881) Receiving objects: 5% (45/881) Receiving objects: 6% (53/881) Receiving objects: 7% (62/881) Receiving objects: 8% (71/881) Receiving objects: 9% (80/881) Receiving objects: 10% (89/881) Receiving objects: 11% (97/881) Receiving objects: 12% (106/881) Receiving objects: 13% (115/881) Receiving objects: 14% (124/881) Receiving objects: 15% (133/881) Receiving objects: 16% (141/881) Receiving objects: 17% (150/881) Receiving objects: 18% (159/881) Receiving objects: 19% (168/881) Receiving objects: 20% (177/881) Receiving objects: 21% (186/881) Receiving objects: 22% (194/881) Receiving objects: 23% (203/881) Receiving objects: 24% (212/881) Receiving objects: 25% (221/881) Receiving objects: 26% (230/881) Receiving objects: 27% (238/881) Receiving objects: 28% (247/881) Receiving objects: 29% (256/881) Receiving objects: 30% (265/881) Receiving objects: 31% (274/881) Receiving objects: 32% (282/881) Receiving objects: 33% (291/881) Receiving objects: 34% (300/881) Receiving objects: 35% (309/881) Receiving objects: 36% (318/881) Receiving objects: 37% (326/881) Receiving objects: 38% (335/881) Receiving objects: 39% (344/881) Receiving objects: 40% (353/881) Receiving objects: 41% (362/881) Receiving objects: 42% (371/881) Receiving objects: 43% (379/881) Receiving objects: 44% (388/881) Receiving objects: 45% (397/881) Receiving objects: 46% (406/881) Receiving objects: 47% (415/881) Receiving objects: 48% (423/881) Receiving objects: 49% (432/881) Receiving objects: 50% (441/881) Receiving objects: 51% (450/881) Receiving objects: 52% (459/881) Receiving objects: 53% (467/881) Receiving objects: 54% (476/881) Receiving objects: 55% (485/881) Receiving objects: 56% (494/881) Receiving objects: 57% (503/881) Receiving objects: 58% (511/881) Receiving objects: 59% (520/881) Receiving objects: 60% (529/881) Receiving objects: 61% (538/881) Receiving objects: 62% (547/881) Receiving objects: 63% (556/881) Receiving objects: 64% (564/881) Receiving objects: 65% (573/881) Receiving objects: 66% (582/881) Receiving objects: 67% (591/881) Receiving objects: 68% (600/881) Receiving objects: 69% (608/881) Receiving objects: 70% (617/881) Receiving objects: 71% (626/881) Receiving objects: 72% (635/881) Receiving objects: 73% (644/881) Receiving objects: 74% (652/881) Receiving objects: 75% (661/881) Receiving objects: 76% (670/881) Receiving objects: 77% (679/881) Receiving objects: 78% (688/881) Receiving objects: 79% (696/881) Receiving objects: 80% (705/881) Receiving objects: 81% (714/881) Receiving objects: 82% (723/881) Receiving objects: 83% (732/881) Receiving objects: 84% (741/881) Receiving objects: 85% (749/881) Receiving objects: 86% (758/881) Receiving objects: 87% (767/881) Receiving objects: 88% (776/881) Receiving objects: 89% (785/881) Receiving objects: 90% (793/881) Receiving objects: 91% (802/881) Receiving objects: 92% (811/881) Receiving objects: 93% (820/881) Receiving objects: 94% (829/881) Receiving objects: 95% (837/881) Receiving objects: 96% (846/881) Receiving objects: 97% (855/881) Receiving objects: 98% (864/881) remote: Total 881 (delta 102), reused 574 (delta 66), pack-reused 0 [2020-10-27T14:56:56.039Z] Receiving objects: 99% (873/881) Receiving objects: 100% (881/881) Receiving objects: 100% (881/881), 2.40 MiB | 9.77 MiB/s, done. [2020-10-27T14:56:56.039Z] Resolving deltas: 0% (0/102) Resolving deltas: 2% (3/102) Resolving deltas: 3% (4/102) Resolving deltas: 6% (7/102) Resolving deltas: 7% (8/102) Resolving deltas: 8% (9/102) Resolving deltas: 9% (10/102) Resolving deltas: 10% (11/102) Resolving deltas: 11% (12/102) Resolving deltas: 12% (13/102) Resolving deltas: 14% (15/102) Resolving deltas: 16% (17/102) Resolving deltas: 17% (18/102) Resolving deltas: 18% (19/102) Resolving deltas: 21% (22/102) Resolving deltas: 22% (23/102) Resolving deltas: 25% (26/102) Resolving deltas: 27% (28/102) Resolving deltas: 30% (31/102) Resolving deltas: 34% (35/102) Resolving deltas: 37% (38/102) Resolving deltas: 38% (39/102) Resolving deltas: 39% (40/102) Resolving deltas: 42% (43/102) Resolving deltas: 44% (45/102) Resolving deltas: 46% (47/102) Resolving deltas: 50% (52/102) Resolving deltas: 51% (53/102) Resolving deltas: 54% (56/102) Resolving deltas: 57% (59/102) Resolving deltas: 58% (60/102) Resolving deltas: 59% (61/102) Resolving deltas: 60% (62/102) Resolving deltas: 62% (64/102) Resolving deltas: 63% (65/102) Resolving deltas: 64% (66/102) Resolving deltas: 66% (68/102) Resolving deltas: 67% (69/102) Resolving deltas: 73% (75/102) Resolving deltas: 77% (79/102) Resolving deltas: 78% (80/102) Resolving deltas: 80% (82/102) Resolving deltas: 83% (85/102) Resolving deltas: 85% (87/102) Resolving deltas: 88% (90/102) Resolving deltas: 89% (91/102) Resolving deltas: 90% (92/102) Resolving deltas: 91% (93/102) Resolving deltas: 93% (95/102) Resolving deltas: 96% (98/102) Resolving deltas: 97% (99/102) Resolving deltas: 98% (100/102) Resolving deltas: 99% (101/102) Resolving deltas: 100% (102/102) Resolving deltas: 100% (102/102), done. [2020-10-27T14:56:56.039Z] Note: checking out '03b59cd5f0788a52039287daa83229d459641ff5'. [2020-10-27T14:56:56.039Z] [2020-10-27T14:56:56.039Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-27T14:56:56.039Z] changes and commit them, and you can discard any commits you make in this [2020-10-27T14:56:56.039Z] state without impacting any branches by performing another checkout. [2020-10-27T14:56:56.039Z] [2020-10-27T14:56:56.039Z] If you want to create a new branch to retain commits you create, you may [2020-10-27T14:56:56.039Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-27T14:56:56.039Z] [2020-10-27T14:56:56.039Z] git checkout -b [2020-10-27T14:56:56.039Z] [2020-10-27T14:56:56.354Z] Removing intermediate container 03ed1cc72dd1 [2020-10-27T14:56:56.354Z] ---> 70c022cc278e [2020-10-27T14:56:56.354Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T14:56:56.354Z] Removing intermediate container d98abe3a7c0a [2020-10-27T14:56:56.354Z] ---> 266cd050f93c [2020-10-27T14:56:56.354Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-27T14:56:56.629Z] ---> Running in 58b433cc6c1d [2020-10-27T14:56:56.629Z] ---> Running in 2f3ee06018b4 [2020-10-27T14:56:57.228Z] Removing intermediate container 58b433cc6c1d [2020-10-27T14:56:57.228Z] ---> 262969f6ba22 [2020-10-27T14:56:57.228Z] Step 14/22 : WORKDIR / [2020-10-27T14:56:57.228Z] ---> Running in 55b3785d45e8 [2020-10-27T14:56:57.503Z] Removing intermediate container 2f3ee06018b4 [2020-10-27T14:56:57.503Z] ---> 069de61d20dd [2020-10-27T14:56:57.503Z] Step 14/22 : WORKDIR / [2020-10-27T14:56:57.503Z] ---> Running in 0dbc0a8f53b7 [2020-10-27T14:56:58.109Z] Removing intermediate container 55b3785d45e8 [2020-10-27T14:56:58.109Z] ---> 861d8a446415 [2020-10-27T14:56:58.109Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-27T14:56:58.397Z] Removing intermediate container 0dbc0a8f53b7 [2020-10-27T14:56:58.397Z] ---> 46e37ccafb79 [2020-10-27T14:56:58.397Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-27T14:56:58.587Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T14:56:58.587Z] 0% [Working] 0% [Working] 0% Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-27T14:56:58.587Z] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-27T14:56:58.587Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-27T14:56:58.849Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:56:59.388Z] ---> ae553d0e4314 [2020-10-27T14:56:59.389Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-27T14:56:59.389Z] ---> 8d4d2c908c89 [2020-10-27T14:56:59.389Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-27T14:57:02.026Z] ---> 6b7ecc5fd79f [2020-10-27T14:57:02.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-27T14:57:02.026Z] ---> 0ec3f8df3419 [2020-10-27T14:57:02.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-27T14:57:02.424Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] [2020-10-27T14:57:02.998Z] 3% 100% [Working] Fetched 415 kB in 0s (0 B/s) [2020-10-27T14:57:02.998Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb [18.7 kB] [2020-10-27T14:57:03.015Z] ---> 13a2bcf36410 [2020-10-27T14:57:03.015Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-27T14:57:03.259Z] 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) [2020-10-27T14:57:03.259Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] [2020-10-27T14:57:03.289Z] ---> 00ebc0b5cbe8 [2020-10-27T14:57:03.289Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-27T14:57:03.289Z] ---> Running in 8d86aa0fa64e [2020-10-27T14:57:03.289Z] ---> Running in 9fea568ad238 [2020-10-27T14:57:03.521Z] 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) [2020-10-27T14:57:03.782Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.2_amd64.deb [2650 kB] [2020-10-27T14:57:04.277Z] Removing intermediate container 9fea568ad238 [2020-10-27T14:57:04.277Z] ---> 343e944becae [2020-10-27T14:57:04.277Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:57:04.277Z] Removing intermediate container 8d86aa0fa64e [2020-10-27T14:57:04.277Z] ---> 592c4d5802a5 [2020-10-27T14:57:04.277Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T14:57:04.277Z] ---> Running in e5eb8ec0c710 [2020-10-27T14:57:04.556Z] ---> Running in 7c9cb9d778e7 [2020-10-27T14:57:04.616Z] 0% 22% 100% [Working] Fetched 2650 kB in 0s (0 B/s) [2020-10-27T14:57:05.165Z] Removing intermediate container e5eb8ec0c710 [2020-10-27T14:57:05.165Z] ---> 26e8c6fc4201 [2020-10-27T14:57:05.165Z] Step 20/22 : LABEL arch=arm64 [2020-10-27T14:57:05.165Z] Removing intermediate container 7c9cb9d778e7 [2020-10-27T14:57:05.165Z] ---> 0804436090bb [2020-10-27T14:57:05.165Z] Step 20/22 : LABEL arch=arm64 [2020-10-27T14:57:05.190Z] Pulling snapcraft-preload  [2020-10-27T14:57:05.452Z] ---> Running in a18525a2983a [2020-10-27T14:57:05.452Z] ---> Running in ae648b676c4e [2020-10-27T14:57:05.765Z] Cloning into '/build/parts/snapcraft-preload/src'... [2020-10-27T14:57:06.067Z] Removing intermediate container a18525a2983a [2020-10-27T14:57:06.068Z] ---> d0139cc4a1b6 [2020-10-27T14:57:06.068Z] Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:57:06.337Z] remote: Enumerating objects: 187, done. [2020-10-27T14:57:06.337Z] Receiving objects: 0% (1/187) Receiving objects: 1% (2/187) Receiving objects: 2% (4/187) Receiving objects: 3% (6/187) Receiving objects: 4% (8/187) Receiving objects: 5% (10/187) Receiving objects: 6% (12/187) Receiving objects: 7% (14/187) Receiving objects: 8% (15/187) Receiving objects: 9% (17/187) Receiving objects: 10% (19/187) Receiving objects: 11% (21/187) Receiving objects: 12% (23/187) Receiving objects: 13% (25/187) Receiving objects: 14% (27/187) Receiving objects: 15% (29/187) Receiving objects: 16% (30/187) Receiving objects: 17% (32/187) Receiving objects: 18% (34/187) Receiving objects: 19% (36/187) Receiving objects: 20% (38/187) Receiving objects: 21% (40/187) Receiving objects: 22% (42/187) Receiving objects: 23% (44/187) Receiving objects: 24% (45/187) Receiving objects: 25% (47/187) Receiving objects: 26% (49/187) Receiving objects: 27% (51/187) Receiving objects: 28% (53/187) Receiving objects: 29% (55/187) Receiving objects: 30% (57/187) Receiving objects: 31% (58/187) Receiving objects: 32% (60/187) Receiving objects: 33% (62/187) Receiving objects: 34% (64/187) Receiving objects: 35% (66/187) Receiving objects: 36% (68/187) Receiving objects: 37% (70/187) Receiving objects: 38% (72/187) Receiving objects: 39% (73/187) Receiving objects: 40% (75/187) Receiving objects: 41% (77/187) Receiving objects: 42% (79/187) Receiving objects: 43% (81/187) Receiving objects: 44% (83/187) Receiving objects: 45% (85/187) Receiving objects: 46% (87/187) Receiving objects: 47% (88/187) Receiving objects: 48% (90/187) Receiving objects: 49% (92/187) Receiving objects: 50% (94/187) Receiving objects: 51% (96/187) Receiving objects: 52% (98/187) Receiving objects: 53% (100/187) Receiving objects: 54% (101/187) Receiving objects: 55% (103/187) Receiving objects: 56% (105/187) Receiving objects: 57% (107/187) Receiving objects: 58% (109/187) Receiving objects: 59% (111/187) Receiving objects: 60% (113/187) Receiving objects: 61% (115/187) Receiving objects: 62% (116/187) Receiving objects: 63% (118/187) Receiving objects: 64% (120/187) Receiving objects: 65% (122/187) Receiving objects: 66% (124/187) Receiving objects: 67% (126/187) Receiving objects: 68% (128/187) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 [2020-10-27T14:57:06.337Z] Receiving objects: 69% (130/187) Receiving objects: 70% (131/187) Receiving objects: 71% (133/187) Receiving objects: 72% (135/187) Receiving objects: 73% (137/187) Receiving objects: 74% (139/187) Receiving objects: 75% (141/187) Receiving objects: 76% (143/187) Receiving objects: 77% (144/187) Receiving objects: 78% (146/187) Receiving objects: 79% (148/187) Receiving objects: 80% (150/187) Receiving objects: 81% (152/187) Receiving objects: 82% (154/187) Receiving objects: 83% (156/187) Receiving objects: 84% (158/187) Receiving objects: 85% (159/187) Receiving objects: 86% (161/187) Receiving objects: 87% (163/187) Receiving objects: 88% (165/187) Receiving objects: 89% (167/187) Receiving objects: 90% (169/187) Receiving objects: 91% (171/187) Receiving objects: 92% (173/187) Receiving objects: 93% (174/187) Receiving objects: 94% (176/187) Receiving objects: 95% (178/187) Receiving objects: 96% (180/187) Receiving objects: 97% (182/187) Receiving objects: 98% (184/187) Receiving objects: 99% (186/187) Receiving objects: 100% (187/187) Receiving objects: 100% (187/187), 56.64 KiB | 3.78 MiB/s, done. [2020-10-27T14:57:06.337Z] Resolving deltas: 0% (0/112) Resolving deltas: 7% (8/112) Resolving deltas: 12% (14/112) Resolving deltas: 17% (20/112) Resolving deltas: 49% (55/112) Resolving deltas: 50% (57/112) Resolving deltas: 67% (76/112) Resolving deltas: 72% (81/112) Resolving deltas: 75% (84/112) Resolving deltas: 95% (107/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. [2020-10-27T14:57:06.353Z] ---> Running in 1e5137c4734f [2020-10-27T14:57:06.598Z] From https://github.com/sergiusens/snapcraft-preload [2020-10-27T14:57:06.598Z] * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD [2020-10-27T14:57:06.598Z] Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. [2020-10-27T14:57:06.598Z] [2020-10-27T14:57:06.598Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-27T14:57:06.598Z] changes and commit them, and you can discard any commits you make in this [2020-10-27T14:57:06.598Z] state without impacting any branches by performing another checkout. [2020-10-27T14:57:06.598Z] [2020-10-27T14:57:06.598Z] If you want to create a new branch to retain commits you create, you may [2020-10-27T14:57:06.598Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-27T14:57:06.598Z] [2020-10-27T14:57:06.598Z] git checkout -b [2020-10-27T14:57:06.598Z] [2020-10-27T14:57:06.598Z] HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) [2020-10-27T14:57:06.630Z] Removing intermediate container ae648b676c4e [2020-10-27T14:57:06.630Z] ---> d2a5106691d4 [2020-10-27T14:57:06.630Z] Step 21/22 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:57:06.630Z] ---> Running in a1d265741d92 [2020-10-27T14:57:07.231Z] Removing intermediate container 1e5137c4734f [2020-10-27T14:57:07.231Z] ---> a9ea81438af8 [2020-10-27T14:57:07.231Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T14:57:07.509Z] Removing intermediate container a1d265741d92 [2020-10-27T14:57:07.509Z] ---> a50833f80208 [2020-10-27T14:57:07.509Z] Step 22/22 : LABEL version=0.0.0 [2020-10-27T14:57:07.509Z] ---> Running in 071b115cf888 [2020-10-27T14:57:07.813Z] ---> Running in 605e207ea2e8 [2020-10-27T14:57:08.412Z] Removing intermediate container 071b115cf888 [2020-10-27T14:57:08.412Z] ---> 399a6ed510c3 [2020-10-27T14:57:08.412Z] [2020-10-27T14:57:08.412Z] Removing intermediate container 605e207ea2e8 [2020-10-27T14:57:08.412Z] ---> 6b30e8c8cc6f [2020-10-27T14:57:08.412Z] [2020-10-27T14:57:08.516Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-27T14:57:08.689Z] Successfully built 399a6ed510c3 [2020-10-27T14:57:08.689Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-27T14:57:08.778Z] 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T14:57:08.778Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-27T14:57:08.778Z] 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-27T14:57:08.965Z]  Building docker-core-metadata-go ... done Successfully built 6b30e8c8cc6f [2020-10-27T14:57:08.965Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-27T14:57:09.040Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:13.257Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-10-27T14:57:13.257Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:13.257Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.1_amd64.deb [279 kB] [2020-10-27T14:57:13.257Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:13.257Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb [122 kB] [2020-10-27T14:57:13.257Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:13.518Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-10-27T14:57:13.779Z] 16% 100% [Working] Fetched 77.8 kB in 0s (0 B/s) [2020-10-27T14:57:13.779Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-10-27T14:57:13.779Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:13.779Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-10-27T14:57:13.779Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:14.044Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-10-27T14:57:14.306Z] 27% 100% [Working] Fetched 45.6 kB in 0s (0 B/s) [2020-10-27T14:57:14.568Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-10-27T14:57:14.568Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:14.568Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] [2020-10-27T14:57:15.141Z] 5% 100% [Working] Fetched 214 kB in 0s (0 B/s) [2020-10-27T14:57:15.141Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb [155 kB] [2020-10-27T14:57:15.141Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:15.407Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-10-27T14:57:15.669Z] 24% 100% [Working] Fetched 50.6 kB in 0s (0 B/s) [2020-10-27T14:57:15.669Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-10-27T14:57:15.669Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:15.800Z]  Building docker-core-command-go ... done Removing intermediate container d14790008815 [2020-10-27T14:57:15.800Z] ---> 99e11d09a40c [2020-10-27T14:57:15.800Z] [2020-10-27T14:57:15.800Z] Step 9/29 : FROM alpine:latest [2020-10-27T14:57:15.800Z] ---> 2e77e061c27f [2020-10-27T14:57:15.800Z] 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-27T14:57:15.800Z] ---> Running in 868378c42aec [2020-10-27T14:57:15.800Z] Removing intermediate container 32144845487e [2020-10-27T14:57:15.800Z] ---> 36fdd6175c63 [2020-10-27T14:57:15.800Z] [2020-10-27T14:57:15.800Z] Step 10/24 : FROM scratch [2020-10-27T14:57:15.800Z] ---> [2020-10-27T14:57:15.800Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-27T14:57:15.800Z] ---> Using cache [2020-10-27T14:57:15.800Z] ---> 74718c106810 [2020-10-27T14:57:15.800Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-27T14:57:15.800Z] ---> Running in 71e29e34964d [2020-10-27T14:57:15.931Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-10-27T14:57:16.081Z] Removing intermediate container 868378c42aec [2020-10-27T14:57:16.081Z] ---> e92e14a1eb40 [2020-10-27T14:57:16.081Z] Step 11/29 : USER root [2020-10-27T14:57:16.081Z] ---> Running in c35f727e8a76 [2020-10-27T14:57:16.192Z] 30% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) [2020-10-27T14:57:16.192Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-10-27T14:57:16.192Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:16.376Z] Removing intermediate container 71e29e34964d [2020-10-27T14:57:16.376Z] ---> 3576ae709656 [2020-10-27T14:57:16.376Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-27T14:57:16.376Z] ---> Running in 217e44fe1976 [2020-10-27T14:57:16.453Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-10-27T14:57:16.659Z] Removing intermediate container c35f727e8a76 [2020-10-27T14:57:16.659Z] ---> fa00190d7a15 [2020-10-27T14:57:16.659Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-27T14:57:16.659Z] ---> Running in cca0d4f7743c [2020-10-27T14:57:16.714Z] 12% 100% [Working] Fetched 111 kB in 0s (0 B/s) [2020-10-27T14:57:16.934Z] Removing intermediate container 217e44fe1976 [2020-10-27T14:57:16.934Z] ---> d3a2bb021f5d [2020-10-27T14:57:16.934Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-27T14:57:16.975Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-10-27T14:57:16.975Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:16.975Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-10-27T14:57:16.975Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:17.239Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.1_amd64.deb [85.6 kB] [2020-10-27T14:57:17.239Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:17.501Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-10-27T14:57:17.501Z] 51% 100% [Working] Fetched 24.5 kB in 0s (0 B/s) [2020-10-27T14:57:17.501Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-10-27T14:57:17.501Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:17.763Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-10-27T14:57:17.909Z] ---> 4dd2ca1774f5 [2020-10-27T14:57:17.909Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-27T14:57:18.031Z] 23% 100% [Working] Fetched 54.2 kB in 0s (0 B/s) [2020-10-27T14:57:18.292Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.1_amd64.deb [30.9 kB] [2020-10-27T14:57:18.292Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:18.292Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb [17.0 kB] [2020-10-27T14:57:18.292Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:18.292Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-10-27T14:57:18.292Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:18.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T14:57:18.553Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-10-27T14:57:18.553Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:18.553Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-10-27T14:57:18.553Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:18.770Z] ---> 7937b88ed145 [2020-10-27T14:57:18.770Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-27T14:57:18.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T14:57:18.814Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-10-27T14:57:19.360Z] v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-27T14:57:19.360Z] v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-27T14:57:19.360Z] OK: 12615 distinct packages available [2020-10-27T14:57:19.390Z] 11% 100% [Working] Fetched 119 kB in 0s (0 B/s) [2020-10-27T14:57:19.390Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-10-27T14:57:19.390Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:19.651Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-10-27T14:57:19.651Z] 99% 100% [Working] Fetched 11.1 kB in 0s (0 B/s) [2020-10-27T14:57:19.651Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-10-27T14:57:19.651Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:19.912Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-10-27T14:57:19.912Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:19.912Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-10-27T14:57:19.912Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:19.954Z] ---> bd14f08f74ba [2020-10-27T14:57:19.955Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-27T14:57:19.955Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-27T14:57:20.176Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-10-27T14:57:20.176Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:20.176Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-10-27T14:57:20.176Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:20.228Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-27T14:57:20.228Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T14:57:20.229Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T14:57:20.229Z] OK: 6 MiB in 16 packages [2020-10-27T14:57:20.437Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-10-27T14:57:20.437Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:20.437Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-10-27T14:57:20.437Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:20.500Z] ---> 6376a3509451 [2020-10-27T14:57:20.500Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-27T14:57:20.697Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-10-27T14:57:20.697Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:20.697Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-10-27T14:57:20.697Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:20.957Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] [2020-10-27T14:57:21.219Z] 7% 100% [Working] Fetched 159 kB in 0s (0 B/s) [2020-10-27T14:57:21.480Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-10-27T14:57:21.480Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:21.480Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-10-27T14:57:21.480Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-27T14:57:21.927Z] ---> ef325eb666a7 [2020-10-27T14:57:21.927Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-27T14:57:21.927Z] Removing intermediate container cca0d4f7743c [2020-10-27T14:57:21.927Z] ---> af9088393741 [2020-10-27T14:57:21.927Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-27T14:57:21.927Z] ---> Running in 5a4e2345753d [2020-10-27T14:57:22.517Z] Removing intermediate container 5a4e2345753d [2020-10-27T14:57:22.517Z] ---> fa4cf1347c5a [2020-10-27T14:57:22.517Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-27T14:57:22.517Z] ---> 11aec6b58370 [2020-10-27T14:57:22.517Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-27T14:57:22.789Z] ---> Running in cdfe3014d826 [2020-10-27T14:57:22.789Z] ---> Running in fa602c5bb80b [2020-10-27T14:57:23.060Z] Removing intermediate container cdfe3014d826 [2020-10-27T14:57:23.060Z] Removing intermediate container fa602c5bb80b [2020-10-27T14:57:23.060Z] ---> 04f0b3db3386 [2020-10-27T14:57:23.060Z] ---> 3c4615272d39 [2020-10-27T14:57:23.060Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-27T14:57:23.060Z] [2020-10-27T14:57:23.333Z] ---> Running in 198dddc1a206 [2020-10-27T14:57:23.333Z] ---> Running in e2d08c29e395 [2020-10-27T14:57:23.404Z] Pulling static-packages  [2020-10-27T14:57:23.929Z] Removing intermediate container e2d08c29e395 [2020-10-27T14:57:23.929Z] ---> 60f758e269c0 [2020-10-27T14:57:23.929Z] Step 22/24 : LABEL arch=arm64 [2020-10-27T14:57:24.212Z] ---> Running in 716f76338a6e [2020-10-27T14:57:24.349Z] Pulling vault  [2020-10-27T14:57:24.485Z] Removing intermediate container 716f76338a6e [2020-10-27T14:57:24.485Z] ---> 761aafb63af7 [2020-10-27T14:57:24.485Z] Step 23/24 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:57:24.766Z] ---> Running in fdb11eb16bf5 [2020-10-27T14:57:25.293Z] Cloning into '/build/parts/vault/src'... [2020-10-27T14:57:25.365Z] Removing intermediate container fdb11eb16bf5 [2020-10-27T14:57:25.365Z] ---> caf8d690fa7a [2020-10-27T14:57:25.365Z] Step 24/24 : LABEL version=0.0.0 [2020-10-27T14:57:25.365Z] ---> Running in db40a519a99e [2020-10-27T14:57:25.555Z] remote: Enumerating objects: 12795, done. [2020-10-27T14:57:25.822Z] remote: Counting objects: 0% (1/12795) remote: Counting objects: 1% (128/12795) remote: Counting objects: 2% (256/12795) remote: Counting objects: 3% (384/12795) remote: Counting objects: 4% (512/12795) remote: Counting objects: 5% (640/12795) remote: Counting objects: 6% (768/12795) remote: Counting objects: 7% (896/12795) remote: Counting objects: 8% (1024/12795) remote: Counting objects: 9% (1152/12795) remote: Counting objects: 10% (1280/12795) remote: Counting objects: 11% (1408/12795) remote: Counting objects: 12% (1536/12795) remote: Counting objects: 13% (1664/12795) remote: Counting objects: 14% (1792/12795) remote: Counting objects: 15% (1920/12795) remote: Counting objects: 16% (2048/12795) remote: Counting objects: 17% (2176/12795) remote: Counting objects: 18% (2304/12795) remote: Counting objects: 19% (2432/12795) remote: Counting objects: 20% (2559/12795) remote: Counting objects: 21% (2687/12795) remote: Counting objects: 22% (2815/12795) remote: Counting objects: 23% (2943/12795) remote: Counting objects: 24% (3071/12795) remote: Counting objects: 25% (3199/12795) remote: Counting objects: 26% (3327/12795) remote: Counting objects: 27% (3455/12795) remote: Counting objects: 28% (3583/12795) remote: Counting objects: 29% (3711/12795) remote: Counting objects: 30% (3839/12795) remote: Counting objects: 31% (3967/12795) remote: Counting objects: 32% (4095/12795) remote: Counting objects: 33% (4223/12795) remote: Counting objects: 34% (4351/12795) remote: Counting objects: 35% (4479/12795) remote: Counting objects: 36% (4607/12795) remote: Counting objects: 37% (4735/12795) remote: Counting objects: 38% (4863/12795) remote: Counting objects: 39% (4991/12795) remote: Counting objects: 40% (5118/12795) remote: Counting objects: 41% (5246/12795) remote: Counting objects: 42% (5374/12795) remote: Counting objects: 43% (5502/12795) remote: Counting objects: 44% (5630/12795) remote: Counting objects: 45% (5758/12795) remote: Counting objects: 46% (5886/12795) remote: Counting objects: 47% (6014/12795) remote: Counting objects: 48% (6142/12795) remote: Counting objects: 49% (6270/12795) remote: Counting objects: 50% (6398/12795) remote: Counting objects: 51% (6526/12795) remote: Counting objects: 52% (6654/12795) remote: Counting objects: 53% (6782/12795) remote: Counting objects: 54% (6910/12795) remote: Counting objects: 55% (7038/12795) remote: Counting objects: 56% (7166/12795) remote: Counting objects: 57% (7294/12795) remote: Counting objects: 58% (7422/12795) remote: Counting objects: 59% (7550/12795) remote: Counting objects: 60% (7677/12795) remote: Counting objects: 61% (7805/12795) remote: Counting objects: 62% (7933/12795) remote: Counting objects: 63% (8061/12795) remote: Counting objects: 64% (8189/12795) remote: Counting objects: 65% (8317/12795) remote: Counting objects: 66% (8445/12795) remote: Counting objects: 67% (8573/12795) remote: Counting objects: 68% (8701/12795) remote: Counting objects: 69% (8829/12795) remote: Counting objects: 70% (8957/12795) remote: Counting objects: 71% (9085/12795) remote: Counting objects: 72% (9213/12795) remote: Counting objects: 73% (9341/12795) remote: Counting objects: 74% (9469/12795) remote: Counting objects: 75% (9597/12795) remote: Counting objects: 76% (9725/12795) remote: Counting objects: 77% (9853/12795) remote: Counting objects: 78% (9981/12795) remote: Counting objects: 79% (10109/12795) remote: Counting objects: 80% (10236/12795) remote: Counting objects: 81% (10364/12795) remote: Counting objects: 82% (10492/12795) remote: Counting objects: 83% (10620/12795) remote: Counting objects: 84% (10748/12795) remote: Counting objects: 85% (10876/12795) remote: Counting objects: 86% (11004/12795) remote: Counting objects: 87% (11132/12795) remote: Counting objects: 88% (11260/12795) remote: Counting objects: 89% (11388/12795) remote: Counting objects: 90% (11516/12795) remote: Counting objects: 91% (11644/12795) remote: Counting objects: 92% (11772/12795) remote: Counting objects: 93% (11900/12795) remote: Counting objects: 94% (12028/12795) remote: Counting objects: 95% (12156/12795) remote: Counting objects: 96% (12284/12795) remote: Counting objects: 97% (12412/12795) remote: Counting objects: 98% (12540/12795) remote: Counting objects: 99% (12668/12795) remote: Counting objects: 100% (12795/12795) remote: Counting objects: 100% (12795/12795), done. [2020-10-27T14:57:25.961Z] Removing intermediate container db40a519a99e [2020-10-27T14:57:25.961Z] ---> 07ab25974040 [2020-10-27T14:57:25.961Z] [2020-10-27T14:57:25.961Z] Removing intermediate container 198dddc1a206 [2020-10-27T14:57:25.961Z] ---> 91690d79055f [2020-10-27T14:57:25.961Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-27T14:57:26.248Z] Successfully built 07ab25974040 [2020-10-27T14:57:26.521Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-27T14:57:27.115Z]  Building docker-support-notifications-go ... done  ---> d22db02375eb [2020-10-27T14:57:27.115Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-27T14:57:27.130Z] remote: Compressing objects: 0% (1/10594) remote: Compressing objects: 1% (106/10594) remote: Compressing objects: 2% (212/10594) remote: Compressing objects: 3% (318/10594) remote: Compressing objects: 4% (424/10594) remote: Compressing objects: 5% (530/10594) remote: Compressing objects: 6% (636/10594) remote: Compressing objects: 7% (742/10594) remote: Compressing objects: 8% (848/10594) remote: Compressing objects: 9% (954/10594) remote: Compressing objects: 10% (1060/10594) remote: Compressing objects: 11% (1166/10594) remote: Compressing objects: 12% (1272/10594) remote: Compressing objects: 13% (1378/10594) remote: Compressing objects: 14% (1484/10594) remote: Compressing objects: 15% (1590/10594) remote: Compressing objects: 16% (1696/10594) remote: Compressing objects: 17% (1801/10594) remote: Compressing objects: 18% (1907/10594) remote: Compressing objects: 19% (2013/10594) remote: Compressing objects: 20% (2119/10594) remote: Compressing objects: 21% (2225/10594) remote: Compressing objects: 22% (2331/10594) remote: Compressing objects: 23% (2437/10594) remote: Compressing objects: 24% (2543/10594) remote: Compressing objects: 25% (2649/10594) remote: Compressing objects: 26% (2755/10594) remote: Compressing objects: 27% (2861/10594) remote: Compressing objects: 28% (2967/10594) remote: Compressing objects: 29% (3073/10594) remote: Compressing objects: 30% (3179/10594) remote: Compressing objects: 31% (3285/10594) remote: Compressing objects: 32% (3391/10594) remote: Compressing objects: 33% (3497/10594) remote: Compressing objects: 34% (3602/10594) remote: Compressing objects: 35% (3708/10594) remote: Compressing objects: 36% (3814/10594) remote: Compressing objects: 37% (3920/10594) remote: Compressing objects: 38% (4026/10594) remote: Compressing objects: 39% (4132/10594) remote: Compressing objects: 40% (4238/10594) remote: Compressing objects: 41% (4344/10594) remote: Compressing objects: 42% (4450/10594) remote: Compressing objects: 43% (4556/10594) remote: Compressing objects: 44% (4662/10594) remote: Compressing objects: 45% (4768/10594) remote: Compressing objects: 46% (4874/10594) remote: Compressing objects: 47% (4980/10594) remote: Compressing objects: 48% (5086/10594) remote: Compressing objects: 49% (5192/10594) remote: Compressing objects: 50% (5297/10594) remote: Compressing objects: 51% (5403/10594) remote: Compressing objects: 52% (5509/10594) remote: Compressing objects: 53% (5615/10594) remote: Compressing objects: 54% (5721/10594) remote: Compressing objects: 55% (5827/10594) remote: Compressing objects: 56% (5933/10594) remote: Compressing objects: 56% (5956/10594) remote: Compressing objects: 57% (6039/10594) remote: Compressing objects: 58% (6145/10594) remote: Compressing objects: 59% (6251/10594) remote: Compressing objects: 60% (6357/10594) remote: Compressing objects: 61% (6463/10594) remote: Compressing objects: 62% (6569/10594) remote: Compressing objects: 63% (6675/10594) remote: Compressing objects: 64% (6781/10594) remote: Compressing objects: 65% (6887/10594) remote: Compressing objects: 66% (6993/10594) remote: Compressing objects: 67% (7098/10594) remote: Compressing objects: 68% (7204/10594) remote: Compressing objects: 69% (7310/10594) remote: Compressing objects: 70% (7416/10594) remote: Compressing objects: 71% (7522/10594) remote: Compressing objects: 72% (7628/10594) remote: Compressing objects: 73% (7734/10594) remote: Compressing objects: 74% (7840/10594) remote: Compressing objects: 75% (7946/10594) remote: Compressing objects: 76% (8052/10594) remote: Compressing objects: 77% (8158/10594) remote: Compressing objects: 78% (8264/10594) remote: Compressing objects: 79% (8370/10594) remote: Compressing objects: 80% (8476/10594) remote: Compressing objects: 81% (8582/10594) remote: Compressing objects: 82% (8688/10594) remote: Compressing objects: 83% (8794/10594) remote: Compressing objects: 84% (8899/10594) remote: Compressing objects: 85% (9005/10594) remote: Compressing objects: 86% (9111/10594) remote: Compressing objects: 87% (9217/10594) remote: Compressing objects: 88% (9323/10594) remote: Compressing objects: 89% (9429/10594) remote: Compressing objects: 90% (9535/10594) remote: Compressing objects: 91% (9641/10594) remote: Compressing objects: 92% (9747/10594) remote: Compressing objects: 93% (9853/10594) remote: Compressing objects: 94% (9959/10594) remote: Compressing objects: 95% (10065/10594) remote: Compressing objects: 96% (10171/10594) remote: Compressing objects: 97% (10277/10594) remote: Compressing objects: 98% (10383/10594) remote: Compressing objects: 99% (10489/10594) remote: Compressing objects: 100% (10594/10594) remote: Compressing objects: 100% (10594/10594), done. [2020-10-27T14:57:28.092Z] ---> 7da8340f18df [2020-10-27T14:57:28.092Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-27T14:57:28.684Z] ---> 87b8afd48d2b [2020-10-27T14:57:28.684Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-27T14:57:29.280Z] ---> 57ec26cb9746 [2020-10-27T14:57:29.280Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-27T14:57:29.659Z] Receiving objects: 0% (1/12795) Receiving objects: 1% (128/12795) Receiving objects: 2% (256/12795) Receiving objects: 3% (384/12795) Receiving objects: 4% (512/12795) Receiving objects: 5% (640/12795) Receiving objects: 6% (768/12795) Receiving objects: 7% (896/12795) Receiving objects: 8% (1024/12795) Receiving objects: 9% (1152/12795) Receiving objects: 10% (1280/12795) Receiving objects: 11% (1408/12795) Receiving objects: 12% (1536/12795) Receiving objects: 13% (1664/12795) Receiving objects: 14% (1792/12795) Receiving objects: 15% (1920/12795) Receiving objects: 16% (2048/12795) Receiving objects: 17% (2176/12795) Receiving objects: 18% (2304/12795) Receiving objects: 19% (2432/12795) Receiving objects: 20% (2559/12795) Receiving objects: 21% (2687/12795) Receiving objects: 22% (2815/12795) Receiving objects: 23% (2943/12795) Receiving objects: 24% (3071/12795) Receiving objects: 25% (3199/12795) Receiving objects: 26% (3327/12795) Receiving objects: 27% (3455/12795) Receiving objects: 28% (3583/12795) Receiving objects: 29% (3711/12795) Receiving objects: 30% (3839/12795) Receiving objects: 31% (3967/12795) Receiving objects: 32% (4095/12795) Receiving objects: 33% (4223/12795) Receiving objects: 34% (4351/12795) Receiving objects: 35% (4479/12795) Receiving objects: 36% (4607/12795) Receiving objects: 37% (4735/12795) Receiving objects: 38% (4863/12795) Receiving objects: 39% (4991/12795) Receiving objects: 40% (5118/12795) Receiving objects: 41% (5246/12795) Receiving objects: 42% (5374/12795) Receiving objects: 43% (5502/12795) Receiving objects: 44% (5630/12795) Receiving objects: 45% (5758/12795) Receiving objects: 46% (5886/12795) Receiving objects: 47% (6014/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 48% (6142/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 49% (6270/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 50% (6398/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 51% (6526/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 52% (6654/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 53% (6782/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 54% (6910/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 55% (7038/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 56% (7166/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 57% (7294/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 58% (7422/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 59% (7550/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 60% (7677/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 61% (7805/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 62% (7933/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 63% (8061/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 64% (8189/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 65% (8317/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 66% (8445/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 67% (8573/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 68% (8701/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 69% (8829/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 70% (8957/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 71% (9085/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 72% (9213/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 73% (9341/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 74% (9469/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 75% (9597/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 76% (9725/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 77% (9853/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 78% (9981/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 79% (10109/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 80% (10236/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 81% (10364/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 82% (10492/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 83% (10620/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 83% (10737/12795), 6.96 MiB | 13.91 MiB/s Receiving objects: 84% (10748/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 85% (10876/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 86% (11004/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 87% (11132/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 88% (11260/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 89% (11388/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 90% (11516/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 91% (11644/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 92% (11772/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 93% (11900/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 94% (12028/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 95% (12156/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 96% (12284/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 97% (12412/12795), 14.29 MiB | 14.28 MiB/s Receiving objects: 98% (12540/12795), 19.38 MiB | 12.92 MiB/s Receiving objects: 99% (12668/12795), 19.38 MiB | 12.92 MiB/s Receiving objects: 99% (12710/12795), 27.25 MiB | 13.62 MiB/s remote: Total 12795 (delta 1910), reused 8480 (delta 1333), pack-reused 0 [2020-10-27T14:57:29.659Z] Receiving objects: 100% (12795/12795), 27.25 MiB | 13.62 MiB/s Receiving objects: 100% (12795/12795), 34.12 MiB | 14.19 MiB/s, done. [2020-10-27T14:57:29.659Z] Resolving deltas: 0% (0/1910) Resolving deltas: 1% (20/1910) Resolving deltas: 2% (39/1910) Resolving deltas: 3% (60/1910) Resolving deltas: 4% (78/1910) Resolving deltas: 5% (101/1910) Resolving deltas: 6% (117/1910) Resolving deltas: 7% (137/1910) Resolving deltas: 8% (159/1910) Resolving deltas: 9% (173/1910) Resolving deltas: 10% (192/1910) Resolving deltas: 11% (212/1910) Resolving deltas: 12% (230/1910) Resolving deltas: 13% (249/1910) Resolving deltas: 14% (268/1910) Resolving deltas: 15% (287/1910) Resolving deltas: 16% (306/1910) Resolving deltas: 17% (325/1910) Resolving deltas: 18% (344/1910) Resolving deltas: 19% (363/1910) Resolving deltas: 20% (382/1910) Resolving deltas: 21% (405/1910) Resolving deltas: 22% (424/1910) Resolving deltas: 23% (440/1910) Resolving deltas: 25% (485/1910) Resolving deltas: 26% (506/1910) Resolving deltas: 27% (518/1910) Resolving deltas: 28% (543/1910) Resolving deltas: 29% (560/1910) Resolving deltas: 31% (595/1910) Resolving deltas: 32% (615/1910) Resolving deltas: 33% (631/1910) Resolving deltas: 34% (656/1910) Resolving deltas: 35% (669/1910) Resolving deltas: 36% (688/1910) Resolving deltas: 37% (711/1910) Resolving deltas: 38% (743/1910) Resolving deltas: 39% (760/1910) Resolving deltas: 40% (765/1910) Resolving deltas: 41% (784/1910) Resolving deltas: 42% (808/1910) Resolving deltas: 43% (826/1910) Resolving deltas: 44% (841/1910) Resolving deltas: 45% (860/1910) Resolving deltas: 46% (879/1910) Resolving deltas: 47% (898/1910) Resolving deltas: 48% (917/1910) Resolving deltas: 49% (936/1910) Resolving deltas: 50% (955/1910) Resolving deltas: 51% (975/1910) Resolving deltas: 52% (994/1910) Resolving deltas: 53% (1014/1910) Resolving deltas: 54% (1032/1910) Resolving deltas: 55% (1051/1910) Resolving deltas: 56% (1071/1910) Resolving deltas: 57% (1090/1910) Resolving deltas: 58% (1109/1910) Resolving deltas: 59% (1130/1910) Resolving deltas: 60% (1146/1910) Resolving deltas: 61% (1170/1910) Resolving deltas: 62% (1185/1910) Resolving deltas: 63% (1204/1910) Resolving deltas: 64% (1223/1910) Resolving deltas: 65% (1249/1910) Resolving deltas: 67% (1281/1910) Resolving deltas: 69% (1328/1910) Resolving deltas: 71% (1360/1910) Resolving deltas: 72% (1393/1910) Resolving deltas: 73% (1408/1910) Resolving deltas: 74% (1422/1910) Resolving deltas: 75% (1435/1910) Resolving deltas: 76% (1453/1910) Resolving deltas: 78% (1492/1910) Resolving deltas: 79% (1517/1910) Resolving deltas: 80% (1533/1910) Resolving deltas: 81% (1548/1910) Resolving deltas: 82% (1567/1910) Resolving deltas: 83% (1586/1910) Resolving deltas: 84% (1605/1910) Resolving deltas: 85% (1625/1910) Resolving deltas: 86% (1643/1910) Resolving deltas: 87% (1662/1910) Resolving deltas: 88% (1681/1910) Resolving deltas: 89% (1703/1910) Resolving deltas: 90% (1724/1910) Resolving deltas: 91% (1739/1910) Resolving deltas: 92% (1758/1910) Resolving deltas: 93% (1780/1910) Resolving deltas: 94% (1796/1910) Resolving deltas: 95% (1815/1910) Resolving deltas: 96% (1834/1910) Resolving deltas: 97% (1853/1910) Resolving deltas: 98% (1872/1910) Resolving deltas: 99% (1891/1910) Resolving deltas: 100% (1910/1910) Resolving deltas: 100% (1910/1910), done. [2020-10-27T14:57:29.953Z] Note: checking out '1a730771ec70149293efe91e1d283b10d255c6d1'. [2020-10-27T14:57:29.953Z] [2020-10-27T14:57:29.953Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-27T14:57:29.953Z] changes and commit them, and you can discard any commits you make in this [2020-10-27T14:57:29.953Z] state without impacting any branches by performing another checkout. [2020-10-27T14:57:29.953Z] [2020-10-27T14:57:29.953Z] If you want to create a new branch to retain commits you create, you may [2020-10-27T14:57:29.953Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-27T14:57:29.953Z] [2020-10-27T14:57:29.953Z] git checkout -b [2020-10-27T14:57:29.953Z] [2020-10-27T14:57:30.253Z] ---> 123b02516eca [2020-10-27T14:57:30.253Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-27T14:57:30.253Z] ---> Running in 4c3d5942443e [2020-10-27T14:57:31.651Z] Checking out files: 71% (8008/11257) Checking out files: 72% (8106/11257) Checking out files: 73% (8218/11257) Checking out files: 74% (8331/11257) Checking out files: 75% (8443/11257) Checking out files: 76% (8556/11257) Checking out files: 77% (8668/11257) Checking out files: 78% (8781/11257) Checking out files: 79% (8894/11257) Checking out files: 80% (9006/11257) Checking out files: 81% (9119/11257) Checking out files: 82% (9231/11257) Checking out files: 83% (9344/11257) Checking out files: 84% (9456/11257) Checking out files: 85% (9569/11257) Checking out files: 86% (9682/11257) Checking out files: 87% (9794/11257) Checking out files: 88% (9907/11257) Checking out files: 89% (10019/11257) Checking out files: 90% (10132/11257) Checking out files: 91% (10244/11257) Checking out files: 92% (10357/11257) Checking out files: 93% (10470/11257) Checking out files: 94% (10582/11257) Checking out files: 95% (10695/11257) Checking out files: 96% (10807/11257) Checking out files: 97% (10920/11257) Checking out files: 98% (11032/11257) Checking out files: 99% (11145/11257) Checking out files: 100% (11257/11257) Checking out files: 100% (11257/11257), done. [2020-10-27T14:57:31.948Z] Pulling version  [2020-10-27T14:57:32.868Z] Removing intermediate container 4c3d5942443e [2020-10-27T14:57:32.868Z] ---> 318925c93400 [2020-10-27T14:57:32.868Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-27T14:57:32.995Z] Skipping build go-build-helper (already ran) [2020-10-27T14:57:32.995Z] Skipping build go115 (already ran) [2020-10-27T14:57:32.995Z] Building app-service-config  [2020-10-27T14:57:32.995Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-10-27T14:57:33.467Z] ---> 563eb80f4787 [2020-10-27T14:57:33.467Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-27T14:57:33.739Z] ---> Running in bc5f3e87480c [2020-10-27T14:57:34.384Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.45 [2020-10-27T14:57:34.664Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-10-27T14:57:34.664Z] go: downloading github.com/google/uuid v1.1.2 [2020-10-27T14:57:34.664Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.50 [2020-10-27T14:57:34.664Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.100 [2020-10-27T14:57:34.664Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.26 [2020-10-27T14:57:34.664Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-10-27T14:57:34.664Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-10-27T14:57:34.664Z] go: downloading github.com/x448/float16 v0.8.4 [2020-10-27T14:57:34.664Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.24 [2020-10-27T14:57:34.664Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-27T14:57:34.664Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.7 [2020-10-27T14:57:34.664Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-10-27T14:57:34.664Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.25 [2020-10-27T14:57:34.664Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-10-27T14:57:34.664Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-10-27T14:57:34.664Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-27T14:57:34.664Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-10-27T14:57:34.664Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-10-27T14:57:34.664Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-27T14:57:34.664Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-10-27T14:57:34.664Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-10-27T14:57:34.664Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-10-27T14:57:34.932Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-10-27T14:57:34.932Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-27T14:57:34.932Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T14:57:34.932Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-10-27T14:57:34.932Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-10-27T14:57:34.932Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-10-27T14:57:34.932Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-10-27T14:57:34.932Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-10-27T14:57:34.932Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-10-27T14:57:34.932Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-10-27T14:57:34.932Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-10-27T14:57:34.932Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-10-27T14:57:34.932Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-10-27T14:57:34.932Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-10-27T14:57:35.193Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-10-27T14:57:35.193Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-10-27T14:57:35.193Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-10-27T14:57:35.193Z] go: downloading github.com/golang/snappy v0.0.1 [2020-10-27T14:57:35.193Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-10-27T14:57:35.193Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-10-27T14:57:35.193Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-10-27T14:57:35.457Z] go: downloading golang.org/x/text v0.3.2 [2020-10-27T14:57:35.458Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-10-27T14:57:36.354Z] Removing intermediate container bc5f3e87480c [2020-10-27T14:57:36.354Z] ---> df176e765dc7 [2020-10-27T14:57:36.354Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-27T14:57:36.354Z] ---> Running in 9ae4ccdab7aa [2020-10-27T14:57:39.738Z] Removing intermediate container 9ae4ccdab7aa [2020-10-27T14:57:39.738Z] ---> 136970a9d8dd [2020-10-27T14:57:39.738Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-27T14:57:39.738Z] ---> Running in 3ec8fb4e8eaf [2020-10-27T14:57:39.738Z] Removing intermediate container 3ec8fb4e8eaf [2020-10-27T14:57:39.738Z] ---> 5ab42afa4a26 [2020-10-27T14:57:39.738Z] Step 26/29 : CMD [ "generate" ] [2020-10-27T14:57:40.010Z] ---> Running in a1f73434b88d [2020-10-27T14:57:40.281Z] Removing intermediate container a1f73434b88d [2020-10-27T14:57:40.281Z] ---> 580e16099cf9 [2020-10-27T14:57:40.281Z] Step 27/29 : LABEL arch=arm64 [2020-10-27T14:57:40.559Z] ---> Running in 85dcf337ade4 [2020-10-27T14:57:40.828Z] Removing intermediate container 85dcf337ade4 [2020-10-27T14:57:40.828Z] ---> 10c7753d2679 [2020-10-27T14:57:40.828Z] Step 28/29 : LABEL git_sha=75c894124bda8f900718f9d7dfec267e83cb5ab0 [2020-10-27T14:57:41.099Z] ---> Running in f656b6264b6d [2020-10-27T14:57:41.373Z] Removing intermediate container f656b6264b6d [2020-10-27T14:57:41.373Z] ---> 94da462722b8 [2020-10-27T14:57:41.373Z] Step 29/29 : LABEL version=0.0.0 [2020-10-27T14:57:41.644Z] ---> Running in 59c0e1886b69 [2020-10-27T14:57:41.917Z] Removing intermediate container 59c0e1886b69 [2020-10-27T14:57:41.917Z] ---> 4c0b21c99eb4 [2020-10-27T14:57:41.917Z] [2020-10-27T14:57:42.510Z] Successfully built 4c0b21c99eb4 [2020-10-27T14:57:42.510Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-27T14:57:42.795Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-27T14:57:42.812Z] $ docker stop --time=1 eb319edabb54e2a864ff5d180d84becde1a568fcbb76db9f9d57d463f17444b3 [2020-10-27T14:57:44.674Z] $ docker rm -f eb319edabb54e2a864ff5d180d84becde1a568fcbb76db9f9d57d463f17444b3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T14:57:45.403Z] + + grep dockerdocker [2020-10-27T14:57:45.403Z] images [2020-10-27T14:57:45.675Z] docker-security-secrets-setup-go-arm64 latest 4c0b21c99eb4 4 seconds ago 22.7MB [2020-10-27T14:57:45.675Z] docker-support-notifications-go-arm64 latest 07ab25974040 20 seconds ago 12.9MB [2020-10-27T14:57:45.675Z] docker-core-command-go-arm64 latest 6b30e8c8cc6f 37 seconds ago 11.4MB [2020-10-27T14:57:45.675Z] docker-core-metadata-go-arm64 latest 399a6ed510c3 38 seconds ago 13.5MB [2020-10-27T14:57:45.675Z] docker-support-scheduler-go-arm64 latest 32e0a357e313 56 seconds ago 11.5MB [2020-10-27T14:57:45.675Z] docker-sys-mgmt-agent-go-arm64 latest 301040aecf43 2 minutes ago 270MB [2020-10-27T14:57:45.675Z] docker-core-data-go-arm64 latest 29ff4db25cac 3 minutes ago 22.3MB [2020-10-27T14:57:45.675Z] docker-security-secretstore-setup-go-arm64 latest 77ed0cd8d087 3 minutes ago 30.8MB [2020-10-27T14:57:45.675Z] docker-support-logging-go-arm64 latest 242864673534 4 minutes ago 10.6MB [2020-10-27T14:57:45.675Z] docker-security-proxy-setup-go-arm64 latest b4c6e8d0420f 4 minutes ago 15.1MB [2020-10-27T14:57:45.675Z] docker latest 5d4db4dc0692 5 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] } [2020-10-27T14:57:47.757Z] Building config-common  [2020-10-27T14:57:50.303Z] Building consul  [2020-10-27T14:57:56.902Z] go: downloading github.com/kardianos/govendor v1.0.9 [2020-10-27T14:57:56.902Z] go: github.com/kardianos/govendor upgrade => v1.0.9 [2020-10-27T14:57:56.902Z] go: finding module for package github.com/Bowery/prompt [2020-10-27T14:57:56.902Z] go: downloading golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 [2020-10-27T14:57:56.902Z] go: finding module for package github.com/google/shlex [2020-10-27T14:57:56.902Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-27T14:57:56.903Z] go: finding module for package github.com/dchest/safefile [2020-10-27T14:57:56.903Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-27T14:57:56.903Z] go: downloading github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 [2020-10-27T14:57:56.903Z] go: downloading github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 [2020-10-27T14:57:56.903Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T14:57:57.165Z] go: found github.com/Bowery/prompt in github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 [2020-10-27T14:57:57.165Z] go: found github.com/google/shlex in github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-10-27T14:57:57.165Z] go: found github.com/dchest/safefile in github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 [2020-10-27T14:57:57.165Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2020-10-27T14:57:57.737Z] go: golang.org/x/tools upgrade => v0.0.0-20201026223136-e84cfc6dd5ca [2020-10-27T14:57:57.737Z] go: gopkg.in/yaml.v2 upgrade => v2.3.0 [2020-10-27T14:57:57.737Z] go: github.com/pkg/errors upgrade => v0.9.1 [2020-10-27T14:57:57.737Z] go: golang.org/x/sys upgrade => v0.0.0-20201027140754-0fcbb8f4928c [2020-10-27T14:57:58.001Z] go: downloading github.com/pkg/errors v0.9.1 [2020-10-27T14:57:58.001Z] go: downloading golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca [2020-10-27T14:57:58.001Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2020-10-27T14:57:58.001Z] go: downloading golang.org/x/sys v0.0.0-20201027140754-0fcbb8f4928c [2020-10-27T14:58:10.308Z] go: downloading github.com/mitchellh/cli v1.1.0 [2020-10-27T14:58:10.308Z] go: downloading github.com/kr/text v0.1.0 [2020-10-27T14:58:10.308Z] go: downloading github.com/armon/go-metrics v0.3.4 [2020-10-27T14:58:10.308Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/go-bexpr v0.1.2 [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-10-27T14:58:10.308Z] go: downloading github.com/ryanuber/columnize v2.1.0+incompatible [2020-10-27T14:58:10.308Z] go: downloading github.com/mitchellh/mapstructure v1.3.3 [2020-10-27T14:58:10.308Z] go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/raft v1.1.2 [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2020-10-27T14:58:10.308Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-27T14:58:10.308Z] go: downloading github.com/envoyproxy/go-control-plane v0.9.5 [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/serf v0.9.4 [2020-10-27T14:58:10.308Z] go: downloading github.com/docker/go-connections v0.3.0 [2020-10-27T14:58:10.308Z] go: downloading github.com/armon/go-radix v1.0.0 [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2020-10-27T14:58:10.308Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2020-10-27T14:58:10.308Z] go: downloading google.golang.org/grpc v1.25.1 [2020-10-27T14:58:10.574Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-27T14:58:10.574Z] go: downloading github.com/google/btree v1.0.0 [2020-10-27T14:58:10.574Z] go: downloading github.com/golang/protobuf v1.3.2 [2020-10-27T14:58:10.574Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-10-27T14:58:10.574Z] go: downloading github.com/hashicorp/go-memdb v1.0.3 [2020-10-27T14:58:10.574Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2020-10-27T14:58:10.574Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2020-10-27T14:58:10.574Z] go: downloading github.com/posener/complete v1.2.3 [2020-10-27T14:58:10.837Z] go: downloading github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-10-27T14:58:10.837Z] go: downloading golang.org/x/net v0.0.0-20201021035429-f5854403a974 [2020-10-27T14:58:10.837Z] go: downloading k8s.io/client-go v0.16.9 [2020-10-27T14:58:10.837Z] go: downloading google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 [2020-10-27T14:58:10.837Z] go: downloading github.com/hashicorp/go-syslog v1.0.0 [2020-10-27T14:58:10.837Z] go: downloading github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-10-27T14:58:10.837Z] go: downloading k8s.io/api v0.16.9 [2020-10-27T14:58:10.837Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2020-10-27T14:58:10.837Z] go: downloading github.com/hashicorp/go-immutable-radix v1.2.0 [2020-10-27T14:58:10.837Z] go: downloading github.com/prometheus/client_golang v1.4.0 [2020-10-27T14:58:11.100Z] go: downloading github.com/bgentry/speakeasy v0.1.0 [2020-10-27T14:58:11.100Z] go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-10-27T14:58:11.100Z] go: downloading github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d [2020-10-27T14:58:11.100Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-10-27T14:58:11.100Z] go: downloading github.com/mitchellh/go-testing-interface v1.14.0 [2020-10-27T14:58:11.100Z] go: downloading github.com/NYTimes/gziphandler v1.0.1 [2020-10-27T14:58:11.100Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.1.0 [2020-10-27T14:58:11.100Z] go: downloading k8s.io/apimachinery v0.16.9 [2020-10-27T14:58:11.100Z] go: downloading github.com/hashicorp/hcl v1.0.0 [2020-10-27T14:58:11.362Z] go: downloading github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-10-27T14:58:11.362Z] go: downloading github.com/prometheus/common v0.9.1 [2020-10-27T14:58:11.362Z] go: downloading k8s.io/klog v1.0.0 [2020-10-27T14:58:11.362Z] go: downloading github.com/hashicorp/go-discover v0.0.0-20200501174627-ad1e96bde088 [2020-10-27T14:58:11.626Z] go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-10-27T14:58:11.626Z] go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 [2020-10-27T14:58:11.889Z] go: downloading github.com/fatih/color v1.9.0 [2020-10-27T14:58:11.889Z] go: downloading github.com/hashicorp/go-msgpack v0.5.5 [2020-10-27T14:58:11.889Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2020-10-27T14:58:11.889Z] go: downloading github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-10-27T14:58:11.889Z] go: downloading github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-10-27T14:58:11.889Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2020-10-27T14:58:11.889Z] go: downloading github.com/miekg/dns v1.1.26 [2020-10-27T14:58:11.889Z] go: downloading github.com/hashicorp/go-connlimit v0.2.0 [2020-10-27T14:58:11.889Z] go: downloading github.com/spf13/pflag v1.0.5 [2020-10-27T14:58:11.889Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-10-27T14:58:11.889Z] go: downloading github.com/circonus-labs/circonusllhist v0.1.3 [2020-10-27T14:58:11.889Z] go: downloading github.com/census-instrumentation/opencensus-proto v0.2.1 [2020-10-27T14:58:11.889Z] go: downloading golang.org/x/text v0.3.3 [2020-10-27T14:58:11.889Z] go: downloading github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-10-27T14:58:11.889Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-10-27T14:58:11.889Z] go: downloading github.com/google/gofuzz v1.0.0 [2020-10-27T14:58:11.889Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2020-10-27T14:58:12.151Z] go: downloading github.com/aws/aws-sdk-go v1.25.41 [2020-10-27T14:58:12.151Z] go: downloading github.com/prometheus/client_model v0.2.0 [2020-10-27T14:58:12.151Z] go: downloading github.com/imdario/mergo v0.3.6 [2020-10-27T14:58:12.151Z] go: downloading google.golang.org/api v0.7.0 [2020-10-27T14:58:12.151Z] go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-10-27T14:58:12.151Z] go: downloading github.com/hashicorp/go-retryablehttp v0.5.4 [2020-10-27T14:58:12.151Z] go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-10-27T14:58:12.151Z] go: downloading github.com/modern-go/reflect2 v1.0.1 [2020-10-27T14:58:12.151Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2020-10-27T14:58:12.151Z] go: downloading k8s.io/utils v0.0.0-20190801114015-581e00157fb1 [2020-10-27T14:58:12.151Z] go: downloading github.com/Azure/go-autorest/autorest v0.10.0 [2020-10-27T14:58:12.151Z] go: downloading sigs.k8s.io/yaml v1.1.0 [2020-10-27T14:58:12.151Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-10-27T14:58:12.151Z] go: downloading github.com/linode/linodego v0.7.1 [2020-10-27T14:58:12.151Z] go: downloading github.com/hashicorp/go-raftchunking v0.6.1 [2020-10-27T14:58:12.151Z] go: downloading github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 [2020-10-27T14:58:12.151Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-10-27T14:58:12.151Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 [2020-10-27T14:58:12.151Z] go: downloading github.com/gophercloud/gophercloud v0.1.0 [2020-10-27T14:58:12.417Z] go: downloading github.com/vmware/govmomi v0.18.0 [2020-10-27T14:58:12.417Z] go: downloading github.com/coredns/coredns v1.1.2 [2020-10-27T14:58:12.417Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-10-27T14:58:12.680Z] go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-10-27T14:58:12.680Z] go: downloading github.com/googleapis/gnostic v0.2.0 [2020-10-27T14:58:12.680Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 [2020-10-27T14:58:12.680Z] go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-10-27T14:58:12.943Z] go: downloading github.com/prometheus/procfs v0.0.8 [2020-10-27T14:58:12.943Z] go: downloading github.com/json-iterator/go v1.1.9 [2020-10-27T14:58:12.943Z] go: downloading github.com/Azure/azure-sdk-for-go v40.3.0+incompatible [2020-10-27T14:58:12.943Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.8.2 [2020-10-27T14:58:12.943Z] go: downloading github.com/Azure/go-autorest/tracing v0.5.0 [2020-10-27T14:58:13.205Z] go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-10-27T14:58:13.205Z] go: downloading github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-10-27T14:58:13.205Z] go: downloading github.com/boltdb/bolt v1.3.1 [2020-10-27T14:58:13.205Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-10-27T14:58:13.205Z] go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f [2020-10-27T14:58:13.205Z] go: downloading github.com/cespare/xxhash v1.1.0 [2020-10-27T14:58:13.475Z] go: downloading github.com/cespare/xxhash/v2 v2.1.1 [2020-10-27T14:58:13.475Z] go: downloading github.com/dimchansky/utfbom v1.1.0 [2020-10-27T14:58:13.475Z] go: downloading cloud.google.com/go v0.38.0 [2020-10-27T14:58:13.475Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-10-27T14:58:13.475Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 [2020-10-27T14:58:13.475Z] go: downloading github.com/Azure/go-autorest/logger v0.1.0 [2020-10-27T14:58:13.475Z] go: downloading github.com/rboyer/safeio v0.2.1 [2020-10-27T14:58:13.475Z] go: downloading github.com/hashicorp/mdns v1.0.1 [2020-10-27T14:58:13.475Z] go: downloading gopkg.in/resty.v1 v1.12.0 [2020-10-27T14:58:13.475Z] go: downloading github.com/hashicorp/vault/api v1.0.4 [2020-10-27T14:58:13.740Z] go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible [2020-10-27T14:58:13.740Z] go: downloading github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-10-27T14:58:13.740Z] go: downloading github.com/beorn7/perks v1.0.1 [2020-10-27T14:58:13.740Z] go: downloading github.com/hashicorp/vault/sdk v0.1.13 [2020-10-27T14:58:14.005Z] go: downloading github.com/coreos/go-oidc v2.1.0+incompatible [2020-10-27T14:58:14.005Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2020-10-27T14:58:14.005Z] go: downloading github.com/pierrec/lz4 v2.0.5+incompatible [2020-10-27T14:58:14.005Z] go: downloading github.com/golang/snappy v0.0.1 [2020-10-27T14:58:14.269Z] go: downloading github.com/digitalocean/godo v1.10.0 [2020-10-27T14:58:14.269Z] go: downloading github.com/mitchellh/pointerstructure v1.0.0 [2020-10-27T14:58:14.269Z] go: downloading github.com/google/go-querystring v1.0.0 [2020-10-27T14:58:15.223Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-10-27T14:58:15.223Z] go: downloading github.com/sirupsen/logrus v1.4.2 [2020-10-27T14:58:15.223Z] go: downloading github.com/stretchr/objx v0.1.1 [2020-10-27T14:58:15.223Z] go: downloading github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 [2020-10-27T14:58:15.223Z] go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-10-27T14:58:15.223Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2020-10-27T14:58:15.223Z] go: downloading go.opencensus.io v0.22.0 [2020-10-27T14:58:23.387Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.2.0 [2020-10-27T14:58:23.387Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.3.0 [2020-10-27T14:59:19.877Z] go: creating new go.mod: module consul-tools [2020-10-27T14:59:19.878Z] cd .gotools && go get -v github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs@master github.com/hashicorp/go-bindata/go-bindata@master golang.org/x/tools/cmd/cover golang.org/x/tools/cmd/stringer github.com/gogo/protobuf/protoc-gen-gofast@v1.2.2-0.20190723190241-65acae22fc9d github.com/hashicorp/protoc-gen-go-binary github.com/vektra/mockery/cmd/mockery github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.6 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/golangci-lint v1.23.6 [2020-10-27T14:59:19.878Z] go: downloading github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-10-27T14:59:19.878Z] go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1 [2020-10-27T14:59:19.878Z] go: found golang.org/x/tools/cmd/stringer in golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca [2020-10-27T14:59:19.878Z] go: found golang.org/x/tools/cmd/cover in golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca [2020-10-27T14:59:19.878Z] go: found github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs in github.com/elazarl/go-bindata-assetfs v1.0.1 [2020-10-27T14:59:19.878Z] go: found github.com/gogo/protobuf/protoc-gen-gofast in github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d [2020-10-27T14:59:19.878Z] go: downloading github.com/vektra/mockery v1.1.2 [2020-10-27T14:59:19.878Z] go: downloading github.com/hashicorp/protoc-gen-go-binary v0.0.0-20200316174223-e4c249d51dbb [2020-10-27T14:59:19.878Z] go: found github.com/vektra/mockery/cmd/mockery in github.com/vektra/mockery v1.1.2 [2020-10-27T14:59:19.878Z] go: found github.com/hashicorp/go-bindata/go-bindata in github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-10-27T14:59:19.878Z] go: github.com/hashicorp/protoc-gen-go-binary upgrade => v0.0.0-20200316174223-e4c249d51dbb [2020-10-27T14:59:19.878Z] go: found github.com/golangci/golangci-lint/cmd/golangci-lint in github.com/golangci/golangci-lint v1.23.6 [2020-10-27T14:59:19.878Z] go: downloading github.com/spf13/viper v1.6.1 [2020-10-27T14:59:19.878Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.2 [2020-10-27T14:59:19.878Z] go: downloading github.com/mattn/go-colorable v0.1.4 [2020-10-27T14:59:19.878Z] go: downloading github.com/spf13/cobra v0.0.5 [2020-10-27T14:59:19.878Z] go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-10-27T14:59:19.878Z] go: downloading github.com/fatih/color v1.7.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-10-27T14:59:19.878Z] go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-10-27T14:59:19.878Z] go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-10-27T14:59:19.878Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-10-27T14:59:19.878Z] go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-10-27T14:59:19.878Z] go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-10-27T14:59:19.878Z] go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-10-27T14:59:19.878Z] go: downloading github.com/go-critic/go-critic v0.4.1 [2020-10-27T14:59:19.878Z] go: downloading github.com/magiconair/properties v1.8.1 [2020-10-27T14:59:19.878Z] go: downloading github.com/subosito/gotenv v1.2.0 [2020-10-27T14:59:19.878Z] go: downloading golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f [2020-10-27T14:59:19.878Z] go: downloading github.com/ghodss/yaml v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-10-27T14:59:19.878Z] go: downloading github.com/ultraware/funlen v0.0.2 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-10-27T14:59:19.878Z] go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-10-27T14:59:19.878Z] go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-10-27T14:59:19.878Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-10-27T14:59:19.878Z] go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-10-27T14:59:19.878Z] go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/ultraware/whitespace v0.0.4 [2020-10-27T14:59:19.878Z] go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/spf13/afero v1.1.2 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-10-27T14:59:19.878Z] go: downloading gopkg.in/ini.v1 v1.51.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-10-27T14:59:19.878Z] go: downloading github.com/uudashr/gocognit v1.0.1 [2020-10-27T14:59:19.878Z] go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-10-27T14:59:19.878Z] go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-10-27T14:59:19.878Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-27T14:59:19.878Z] go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-10-27T14:59:19.878Z] go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/kisielk/gotool v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/spf13/cast v1.3.0 [2020-10-27T14:59:19.878Z] go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-10-27T14:59:19.878Z] go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-10-27T14:59:19.878Z] go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/mattn/go-isatty v0.0.8 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-10-27T14:59:19.878Z] go: downloading golang.org/x/mod v0.3.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-10-27T14:59:19.878Z] go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-10-27T14:59:19.878Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2020-10-27T14:59:19.878Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-27T14:59:19.878Z] go: downloading github.com/stretchr/testify v1.4.0 [2020-10-27T14:59:19.878Z] go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-10-27T14:59:19.878Z] go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-10-27T14:59:19.878Z] go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-10-27T14:59:19.878Z] go: downloading github.com/gobwas/glob v0.2.3 [2020-10-27T14:59:19.878Z] go: downloading github.com/stretchr/objx v0.2.0 [2020-10-27T14:59:19.878Z] golang.org/x/xerrors/internal [2020-10-27T14:59:19.878Z] golang.org/x/mod/semver [2020-10-27T14:59:19.878Z] golang.org/x/sys/internal/unsafeheader [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/exitcodes [2020-10-27T14:59:19.878Z] github.com/gobwas/glob/util/runes [2020-10-27T14:59:19.878Z] github.com/nbutton23/zxcvbn-go/match [2020-10-27T14:59:19.878Z] github.com/gobwas/glob/util/strings [2020-10-27T14:59:19.878Z] golang.org/x/text/width [2020-10-27T14:59:19.878Z] github.com/nbutton23/zxcvbn-go/utils/math [2020-10-27T14:59:19.878Z] golang.org/x/sys/unix [2020-10-27T14:59:19.878Z] github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs [2020-10-27T14:59:19.878Z] github.com/hashicorp/go-bindata [2020-10-27T14:59:19.878Z] golang.org/x/tools/cover [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/event/label [2020-10-27T14:59:19.878Z] golang.org/x/xerrors [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/event/keys [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/internal/gcimporter [2020-10-27T14:59:19.878Z] golang.org/x/tools/cmd/cover [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/typesinternal [2020-10-27T14:59:19.878Z] github.com/hashicorp/go-bindata/go-bindata [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/vanity [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/event/core [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/protoc-gen-gogo/plugin [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/event [2020-10-27T14:59:19.878Z] github.com/golang/glog [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/gocommand [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/protoc-gen-gogo/generator [2020-10-27T14:59:19.878Z] github.com/golang/protobuf/protoc-gen-go/plugin [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/internal/packagesdriver [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/packagesinternal [2020-10-27T14:59:19.878Z] gopkg.in/yaml.v2 [2020-10-27T14:59:19.878Z] github.com/golang/protobuf/protoc-gen-go/generator/internal/remap [2020-10-27T14:59:19.878Z] github.com/grpc-ecosystem/grpc-gateway/utilities [2020-10-27T14:59:19.878Z] google.golang.org/genproto/googleapis/api/annotations [2020-10-27T14:59:19.878Z] github.com/grpc-ecosystem/grpc-gateway/codegenerator [2020-10-27T14:59:19.878Z] github.com/golang/protobuf/protoc-gen-go/generator [2020-10-27T14:59:19.878Z] github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule [2020-10-27T14:59:19.878Z] golang.org/x/mod/module [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/ast/astutil [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/gcexportdata [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/fastwalk [2020-10-27T14:59:19.878Z] github.com/mattn/go-isatty [2020-10-27T14:59:19.878Z] github.com/gofrs/flock [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/gopathwalk [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/packages [2020-10-27T14:59:19.878Z] github.com/mattn/go-colorable [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/internal/robustio [2020-10-27T14:59:19.878Z] github.com/fatih/color [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/internal/renameio [2020-10-27T14:59:19.878Z] github.com/pkg/errors [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/imports [2020-10-27T14:59:19.878Z] github.com/sirupsen/logrus [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/internal/cache [2020-10-27T14:59:19.878Z] github.com/stretchr/objx [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/testgen [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/defaultcheck [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/embedcheck [2020-10-27T14:59:19.878Z] golang.org/x/tools/cmd/stringer [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/enumstringer [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/marshalto [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/oneofcheck [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/populate [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/unmarshal [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/protoc-gen-gogo/grpc [2020-10-27T14:59:19.878Z] github.com/ghodss/yaml [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/compare [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/description [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/equal [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/face [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/gostring [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/size [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/stringer [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/plugin/union [2020-10-27T14:59:19.878Z] github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor [2020-10-27T14:59:19.878Z] golang.org/x/tools/imports [2020-10-27T14:59:19.878Z] github.com/stretchr/testify/assert [2020-10-27T14:59:19.878Z] github.com/vektra/mockery/mockery [2020-10-27T14:59:19.878Z] github.com/go-toolsmith/astequal [2020-10-27T14:59:19.878Z] github.com/go-toolsmith/astp [2020-10-27T14:59:19.878Z] github.com/go-toolsmith/typep [2020-10-27T14:59:19.878Z] github.com/go-toolsmith/astfmt [2020-10-27T14:59:19.878Z] github.com/go-toolsmith/astcast [2020-10-27T14:59:19.878Z] github.com/go-lintpack/lintpack [2020-10-27T14:59:19.878Z] github.com/go-toolsmith/astcopy [2020-10-27T14:59:19.878Z] github.com/go-critic/go-critic/checkers/internal/lintutil [2020-10-27T14:59:19.878Z] github.com/go-toolsmith/strparse [2020-10-27T14:59:19.878Z] github.com/hashicorp/protoc-gen-go-binary/gen [2020-10-27T14:59:19.878Z] github.com/go-lintpack/lintpack/astwalk [2020-10-27T14:59:19.878Z] github.com/vektra/mockery/cmd/mockery [2020-10-27T14:59:19.878Z] github.com/fsnotify/fsnotify [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/vanity/command [2020-10-27T14:59:19.878Z] github.com/magiconair/properties [2020-10-27T14:59:19.878Z] github.com/hashicorp/protoc-gen-go-binary [2020-10-27T14:59:19.878Z] github.com/mitchellh/mapstructure [2020-10-27T14:59:19.878Z] github.com/go-critic/go-critic/checkers [2020-10-27T14:59:19.878Z] github.com/pelletier/go-toml [2020-10-27T14:59:19.878Z] github.com/stretchr/testify/mock [2020-10-27T14:59:19.878Z] github.com/gogo/protobuf/protoc-gen-gofast [2020-10-27T14:59:19.878Z] github.com/spf13/afero/mem [2020-10-27T14:59:19.878Z] github.com/spf13/cast [2020-10-27T14:59:19.878Z] github.com/spf13/afero [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/logutils [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/timeutils [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/fsutils [2020-10-27T14:59:19.878Z] github.com/spf13/jwalterweatherman [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/internal/pkgcache [2020-10-27T14:59:19.878Z] github.com/subosito/gotenv [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load [2020-10-27T14:59:19.878Z] gopkg.in/ini.v1 [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/goutil [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/internal/errorutil [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/result [2020-10-27T14:59:19.878Z] github.com/gobwas/glob/match [2020-10-27T14:59:19.878Z] github.com/gobwas/glob/syntax/lexer [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/buildutil [2020-10-27T14:59:19.878Z] github.com/gobwas/glob/syntax/ast [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/internal/cgo [2020-10-27T14:59:19.878Z] github.com/bombsimon/wsl/v2 [2020-10-27T14:59:19.878Z] github.com/gobwas/glob/syntax [2020-10-27T14:59:19.878Z] github.com/golangci/dupl/suffixtree [2020-10-27T14:59:19.878Z] github.com/golangci/goconst [2020-10-27T14:59:19.878Z] github.com/golangci/gocyclo/pkg/gocyclo [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/loader [2020-10-27T14:59:19.878Z] github.com/gobwas/glob/compiler [2020-10-27T14:59:19.878Z] github.com/golangci/gofmt/gofmt [2020-10-27T14:59:19.878Z] github.com/golangci/gofmt/goimports [2020-10-27T14:59:19.878Z] github.com/golangci/dupl/syntax [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/packages [2020-10-27T14:59:19.878Z] github.com/spf13/viper [2020-10-27T14:59:19.878Z] github.com/gobwas/glob [2020-10-27T14:59:19.878Z] github.com/golangci/check/cmd/structcheck [2020-10-27T14:59:19.878Z] github.com/golangci/check/cmd/varcheck [2020-10-27T14:59:19.878Z] github.com/golangci/dupl/syntax/golang [2020-10-27T14:59:19.878Z] github.com/golangci/dupl/printer [2020-10-27T14:59:19.878Z] github.com/golangci/errcheck/internal/errcheck [2020-10-27T14:59:19.878Z] github.com/OpenPeeDeeP/depguard [2020-10-27T14:59:19.878Z] github.com/golangci/go-misc/deadcode [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/lsp/fuzzy [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/types/objectpath [2020-10-27T14:59:19.878Z] github.com/golangci/ineffassign [2020-10-27T14:59:19.878Z] github.com/golangci/errcheck/golangci [2020-10-27T14:59:19.878Z] github.com/golangci/lint-1 [2020-10-27T14:59:19.878Z] github.com/golangci/maligned [2020-10-27T14:59:19.878Z] golang.org/x/tools/internal/analysisinternal [2020-10-27T14:59:19.878Z] github.com/golangci/misspell [2020-10-27T14:59:19.878Z] github.com/golangci/prealloc [2020-10-27T14:59:19.878Z] github.com/golangci/dupl/job [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/config [2020-10-27T14:59:19.878Z] github.com/kisielk/gotool/internal/load [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/types/typeutil [2020-10-27T14:59:19.878Z] github.com/golangci/dupl [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/analysis [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/ast/inspector [2020-10-27T14:59:19.878Z] github.com/kisielk/gotool [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/ssa [2020-10-27T14:59:19.878Z] github.com/matoous/godox [2020-10-27T14:59:19.878Z] github.com/securego/gosec [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/lint/linter [2020-10-27T14:59:19.878Z] github.com/golangci/unconvert [2020-10-27T14:59:19.878Z] github.com/nbutton23/zxcvbn-go/data [2020-10-27T14:59:19.878Z] golang.org/x/tools/go/analysis/passes/inspect [2020-10-27T14:59:19.878Z] sourcegraph.com/sqs/pbtypes [2020-10-27T14:59:19.878Z] github.com/golangci/golangci-lint/pkg/golinters/goanalysis [2020-10-27T14:59:19.878Z] github.com/jirfag/go-printf-func-name/pkg/analyzer [2020-10-27T14:59:19.879Z] github.com/tommy-muehle/go-mnd/checks [2020-10-27T14:59:19.879Z] github.com/nbutton23/zxcvbn-go/adjacency [2020-10-27T14:59:19.879Z] github.com/nbutton23/zxcvbn-go/frequency [2020-10-27T14:59:19.879Z] github.com/sourcegraph/go-diff/diff [2020-10-27T14:59:19.879Z] github.com/nbutton23/zxcvbn-go/entropy [2020-10-27T14:59:19.879Z] github.com/tommy-muehle/go-mnd [2020-10-27T14:59:19.879Z] github.com/ultraware/funlen [2020-10-27T14:59:19.879Z] github.com/ultraware/whitespace [2020-10-27T14:59:19.879Z] github.com/nbutton23/zxcvbn-go/matching [2020-10-27T14:59:19.879Z] github.com/nbutton23/zxcvbn-go/scoring [2020-10-27T14:59:19.879Z] github.com/uudashr/gocognit [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/internal/analysisutil [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/composite [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/cfg [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/deepequalerrors [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/asmdecl [2020-10-27T14:59:19.879Z] github.com/nbutton23/zxcvbn-go [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/assign [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/atomic [2020-10-27T14:59:19.879Z] github.com/securego/gosec/rules [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/atomicalign [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/bools [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/buildtag [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/cgocall [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/copylock [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/ctrlflow [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/errorsas [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/findcall [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/httpresponse [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/loopclosure [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/nilfunc [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/pkgfact [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/lostcancel [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/printf [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/shadow [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/shift [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/sortslice [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/stdmethods [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/structtag [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/testinggoroutine [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/tests [2020-10-27T14:59:19.879Z] github.com/gostaticanalysis/analysisutil [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/buildssa [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/unmarshal [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/unreachable [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/unsafeptr [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/unusedresult [2020-10-27T14:59:19.879Z] honnef.co/go/tools/arg [2020-10-27T14:59:19.879Z] honnef.co/go/tools/ssa [2020-10-27T14:59:19.879Z] github.com/jingyugao/rowserrcheck/passes/rowserr [2020-10-27T14:59:19.879Z] github.com/timakin/bodyclose/passes/bodyclose [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/analysis/passes/nilness [2020-10-27T14:59:19.879Z] github.com/BurntSushi/toml [2020-10-27T14:59:19.879Z] honnef.co/go/tools/internal/renameio [2020-10-27T14:59:19.879Z] honnef.co/go/tools/loader [2020-10-27T14:59:19.879Z] honnef.co/go/tools/version [2020-10-27T14:59:19.879Z] honnef.co/go/tools/internal/cache [2020-10-27T14:59:19.879Z] honnef.co/go/tools/deprecated [2020-10-27T14:59:19.879Z] honnef.co/go/tools/printf [2020-10-27T14:59:19.879Z] honnef.co/go/tools/go/types/typeutil [2020-10-27T14:59:19.879Z] golang.org/x/tools/go/ssa/ssautil [2020-10-27T14:59:19.879Z] mvdan.cc/lint [2020-10-27T14:59:19.879Z] github.com/golangci/golangci-lint/pkg/report [2020-10-27T14:59:19.879Z] github.com/golangci/revgrep [2020-10-27T14:59:19.879Z] github.com/spf13/cobra [2020-10-27T14:59:19.879Z] github.com/golangci/golangci-lint/pkg/printers [2020-10-27T14:59:19.879Z] mvdan.cc/interfacer/check [2020-10-27T14:59:19.879Z] mvdan.cc/unparam/check [2020-10-27T14:59:20.142Z] honnef.co/go/tools/config [2020-10-27T14:59:20.404Z] honnef.co/go/tools/internal/passes/buildssa [2020-10-27T14:59:20.404Z] honnef.co/go/tools/functions [2020-10-27T14:59:20.404Z] honnef.co/go/tools/ssautil [2020-10-27T14:59:20.404Z] honnef.co/go/tools/facts [2020-10-27T14:59:20.404Z] honnef.co/go/tools/lint [2020-10-27T14:59:20.675Z] honnef.co/go/tools/lint/lintutil/format [2020-10-27T14:59:20.675Z] honnef.co/go/tools/lint/lintdsl [2020-10-27T14:59:20.675Z] honnef.co/go/tools/staticcheck/vrp [2020-10-27T14:59:20.675Z] honnef.co/go/tools/lint/lintutil [2020-10-27T14:59:20.675Z] honnef.co/go/tools/internal/sharedcheck [2020-10-27T14:59:20.675Z] honnef.co/go/tools/unused [2020-10-27T14:59:20.675Z] honnef.co/go/tools/stylecheck [2020-10-27T14:59:20.675Z] honnef.co/go/tools/simple [2020-10-27T14:59:20.938Z] honnef.co/go/tools/staticcheck [2020-10-27T14:59:21.200Z] github.com/golangci/golangci-lint/pkg/golinters [2020-10-27T14:59:21.466Z] github.com/golangci/golangci-lint/pkg/lint/lintersdb [2020-10-27T14:59:21.726Z] github.com/golangci/golangci-lint/pkg/result/processors [2020-10-27T14:59:21.726Z] github.com/golangci/golangci-lint/pkg/lint [2020-10-27T14:59:21.987Z] github.com/golangci/golangci-lint/pkg/commands [2020-10-27T14:59:21.987Z] github.com/golangci/golangci-lint/cmd/golangci-lint [2020-10-27T14:59:26.208Z] tput: No value for $TERM and no -T specified [2020-10-27T14:59:26.208Z] tput: No value for $TERM and no -T specified [2020-10-27T14:59:26.208Z] ==> Building Consul - OSes: linux, Architectures: amd64 [2020-10-27T14:59:26.208Z] tput: No value for $TERM and no -T specified [2020-10-27T14:59:26.208Z] tput: No value for $TERM and no -T specified [2020-10-27T14:59:26.208Z] tput: No value for $TERM and no -T specified [2020-10-27T14:59:26.208Z] Building sequentially with go install [2020-10-27T14:59:26.208Z] tput: No value for $TERM and no -T specified [2020-10-27T14:59:26.208Z] ---> linux/amd64 [2020-10-27T15:00:05.119Z] Building device-virtual-go  [2020-10-27T15:00:05.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1" -o cmd/device-virtual ./cmd [2020-10-27T15:00:05.120Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/ql v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-10-27T15:00:05.120Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-10-27T15:00:05.120Z] go: downloading github.com/google/uuid v1.1.0 [2020-10-27T15:00:05.120Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/golex v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/internal v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/strutil v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/mathutil v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/file v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/b v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/db v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-10-27T15:00:05.120Z] go: downloading github.com/edsrzf/mmap-go v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/lldb v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-27T15:00:05.120Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-10-27T15:00:05.120Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-10-27T15:00:05.120Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/fileutil v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-10-27T15:00:05.120Z] go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/sortutil v1.0.0 [2020-10-27T15:00:05.120Z] go: downloading modernc.org/zappy v1.0.0 [2020-10-27T15:00:10.438Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-27T15:00:14.655Z] Building edgex-go  [2020-10-27T15:00:14.917Z] 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-27T15:00:15.490Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.111 [2020-10-27T15:00:15.490Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.53 [2020-10-27T15:00:15.490Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2020-10-27T15:00:15.490Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.25 [2020-10-27T15:00:15.490Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-10-27T15:00:15.490Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-10-27T15:00:15.490Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-10-27T15:00:19.764Z] 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-27T15:00:19.764Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-10-27T15:00:19.764Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-10-27T15:00:25.085Z] 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-27T15:00:25.662Z] 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-27T15:00:27.058Z] 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-27T15:00:28.005Z] 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-27T15:00:28.578Z] 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-27T15:00:28.578Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-10-27T15:00:28.578Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-10-27T15:00:28.578Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-10-27T15:00:29.969Z] 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-27T15:00:29.969Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-10-27T15:00:29.969Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-10-27T15:00:31.362Z] 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-27T15:00:32.755Z] 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-27T15:00:32.755Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-10-27T15:00:33.715Z] 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-27T15:00:34.656Z] 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-27T15:00:35.600Z] 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-27T15:00:45.610Z] Building kong  [2020-10-27T15:00:45.610Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T15:00:45.610Z] Dload Upload Total Spent Left Speed [2020-10-27T15:00:45.610Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 [2020-10-27T15:00:46.184Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 [2020-10-27T15:00:46.758Z] 100 24.8M 100 24.8M 0 0 14.9M 0 0:00:01 0:00:01 --:--:-- 14.9M [2020-10-27T15:00:46.758Z] kong-2.0.5.xenial.amd64.deb: OK [2020-10-27T15:00:50.984Z] Building kuiper  [2020-10-27T15:00:51.928Z] go: downloading github.com/go-yaml/yaml v2.1.0+incompatible [2020-10-27T15:00:51.928Z] go: downloading github.com/sirupsen/logrus v1.4.2 [2020-10-27T15:00:51.928Z] go: downloading github.com/urfave/cli v1.22.0 [2020-10-27T15:00:51.928Z] go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible [2020-10-27T15:00:51.928Z] go: downloading github.com/benbjohnson/clock v1.0.0 [2020-10-27T15:00:51.928Z] go: downloading golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-10-27T15:00:51.928Z] go: downloading github.com/cpuguy83/go-md2man v1.0.10 [2020-10-27T15:00:51.928Z] go: downloading github.com/russross/blackfriday v1.5.2 [2020-10-27T15:00:53.856Z] go: downloading github.com/prometheus/client_golang v1.2.1 [2020-10-27T15:00:53.856Z] go: downloading github.com/gorilla/mux v1.7.3 [2020-10-27T15:00:53.856Z] go: downloading github.com/google/uuid v1.1.1 [2020-10-27T15:00:53.856Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.57 [2020-10-27T15:00:53.856Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.18 [2020-10-27T15:00:53.856Z] go: downloading github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e [2020-10-27T15:00:54.118Z] go: downloading github.com/prometheus/common v0.7.0 [2020-10-27T15:00:54.118Z] go: downloading github.com/prometheus/procfs v0.0.5 [2020-10-27T15:00:54.118Z] go: downloading github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 [2020-10-27T15:00:54.118Z] go: downloading github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 [2020-10-27T15:00:54.118Z] go: downloading github.com/cespare/xxhash/v2 v2.1.0 [2020-10-27T15:00:54.118Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-10-27T15:00:54.118Z] go: downloading github.com/beorn7/perks v1.0.1 [2020-10-27T15:00:54.118Z] go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6 [2020-10-27T15:00:54.118Z] go: downloading github.com/golang/protobuf v1.3.2 [2020-10-27T15:00:54.118Z] go: downloading github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 [2020-10-27T15:00:54.118Z] go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 [2020-10-27T15:00:58.373Z] Build successfully [2020-10-27T15:01:00.927Z] Package build success [2020-10-27T15:01:00.927Z] kuiper-0.4.1-linux-x86_64/bin/ [2020-10-27T15:01:00.927Z] kuiper-0.4.1-linux-x86_64/bin/cli [2020-10-27T15:01:00.927Z] kuiper-0.4.1-linux-x86_64/bin/server [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/ [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/sources/ [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/sources/edgex.yaml [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/sources/httppull.yaml [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/sources/random.yaml [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/sources/test.yaml [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/sources/zmq.yaml [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/sinks/ [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/client.yaml [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/kuiper.yaml [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/etc/mqtt_source.yaml [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/data/ [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/plugins/ [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/plugins/sources/ [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/plugins/sinks/ [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/plugins/functions/ [2020-10-27T15:01:01.189Z] kuiper-0.4.1-linux-x86_64/log/ [2020-10-27T15:01:11.207Z] Building postgres  [2020-10-27T15:01:15.425Z] Building redis  [2020-10-27T15:01:17.342Z] make -j8 [2020-10-27T15:01:17.342Z] cd src && make all [2020-10-27T15:01:17.342Z] make[1]: Entering directory '/build/parts/redis/build/src' [2020-10-27T15:01:17.342Z] CC Makefile.dep [2020-10-27T15:01:20.653Z] rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep dict-benchmark [2020-10-27T15:01:20.653Z] rm -f adlist.d quicklist.d ae.d anet.d dict.d server.d sds.d zmalloc.d lzf_c.d lzf_d.d pqsort.d zipmap.d sha1.d ziplist.d release.d networking.d util.d object.d db.d replication.d rdb.d t_string.d t_list.d t_set.d t_zset.d t_hash.d config.d aof.d pubsub.d multi.d debug.d sort.d intset.d syncio.d cluster.d crc16.d endianconv.d slowlog.d scripting.d bio.d rio.d rand.d memtest.d crcspeed.d crc64.d bitops.d sentinel.d notify.d setproctitle.d blocked.d hyperloglog.d latency.d sparkline.d redis-check-rdb.d redis-check-aof.d geo.d lazyfree.d module.d evict.d expire.d geohash.d geohash_helper.d childinfo.d defrag.d siphash.d rax.d t_stream.d listpack.d localtime.d lolwut.d lolwut5.d lolwut6.d acl.d gopher.d tracking.d connection.d tls.d sha256.d timeout.d setcpuaffinity.d anet.d adlist.d dict.d redis-cli.d zmalloc.d release.d ae.d crcspeed.d crc64.d siphash.d crc16.d ae.d anet.d redis-benchmark.d adlist.d dict.d zmalloc.d siphash.d [2020-10-27T15:01:20.653Z] (cd ../deps && make distclean) [2020-10-27T15:01:20.653Z] make[2]: Entering directory '/build/parts/redis/build/deps' [2020-10-27T15:01:20.653Z] (cd hiredis && make clean) > /dev/null || true [2020-10-27T15:01:20.653Z] (cd linenoise && make clean) > /dev/null || true [2020-10-27T15:01:20.653Z] (cd lua && make clean) > /dev/null || true [2020-10-27T15:01:20.653Z] (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true [2020-10-27T15:01:20.653Z] (rm -f .make-*) [2020-10-27T15:01:20.653Z] make[2]: Leaving directory '/build/parts/redis/build/deps' [2020-10-27T15:01:20.653Z] (rm -f .make-*) [2020-10-27T15:01:20.653Z] echo STD=-std=c11 -pedantic -DREDIS_STATIC='' >> .make-settings [2020-10-27T15:01:20.653Z] echo WARN=-Wall -W -Wno-missing-field-initializers >> .make-settings [2020-10-27T15:01:20.653Z] echo OPT=-O2 >> .make-settings [2020-10-27T15:01:20.653Z] echo MALLOC=jemalloc >> .make-settings [2020-10-27T15:01:20.653Z] echo BUILD_TLS= >> .make-settings [2020-10-27T15:01:20.653Z] echo USE_SYSTEMD= >> .make-settings [2020-10-27T15:01:20.653Z] echo CFLAGS= >> .make-settings [2020-10-27T15:01:20.653Z] echo LDFLAGS= >> .make-settings [2020-10-27T15:01:20.653Z] echo REDIS_CFLAGS= >> .make-settings [2020-10-27T15:01:20.653Z] echo REDIS_LDFLAGS= >> .make-settings [2020-10-27T15:01:20.653Z] echo PREV_FINAL_CFLAGS=-std=c11 -pedantic -DREDIS_STATIC='' -Wall -W -Wno-missing-field-initializers -O2 -g -ggdb -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -DUSE_JEMALLOC -I../deps/jemalloc/include >> .make-settings [2020-10-27T15:01:20.653Z] echo PREV_FINAL_LDFLAGS= -g -ggdb -rdynamic >> .make-settings [2020-10-27T15:01:20.653Z] (cd ../deps && make hiredis linenoise lua jemalloc) [2020-10-27T15:01:20.653Z] make[2]: Entering directory '/build/parts/redis/build/deps' [2020-10-27T15:01:20.653Z] (cd hiredis && make clean) > /dev/null || true [2020-10-27T15:01:20.653Z] (cd linenoise && make clean) > /dev/null || true [2020-10-27T15:01:20.653Z] (cd lua && make clean) > /dev/null || true [2020-10-27T15:01:20.653Z] (cd jemalloc && [ -f Makefile ] && make distclean) > /dev/null || true [2020-10-27T15:01:20.653Z] (rm -f .make-*) [2020-10-27T15:01:20.653Z] (echo "" > .make-cflags) [2020-10-27T15:01:20.653Z] (echo "" > .make-ldflags) [2020-10-27T15:01:20.653Z] MAKE hiredis [2020-10-27T15:01:20.653Z] cd hiredis && make static [2020-10-27T15:01:20.653Z] MAKE linenoise [2020-10-27T15:01:20.653Z] cd linenoise && make [2020-10-27T15:01:20.653Z] MAKE lua [2020-10-27T15:01:20.653Z] cd lua/src && make all CFLAGS="-O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' " MYLDFLAGS="" AR="ar rcu" [2020-10-27T15:01:20.653Z] MAKE jemalloc [2020-10-27T15:01:20.653Z] cd jemalloc && ./configure --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" [2020-10-27T15:01:20.653Z] make[3]: Entering directory '/build/parts/redis/build/deps/hiredis' [2020-10-27T15:01:20.653Z] make[3]: Entering directory '/build/parts/redis/build/deps/linenoise' [2020-10-27T15:01:20.653Z] cc -Wall -Os -g -c linenoise.c [2020-10-27T15:01:20.653Z] make[3]: Entering directory '/build/parts/redis/build/deps/lua/src' [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lapi.o lapi.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lcode.o lcode.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldebug.o ldebug.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldo.o ldo.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldump.o ldump.c [2020-10-27T15:01:20.653Z] cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb net.c [2020-10-27T15:01:20.653Z] ldo.c: In function ‘f_parser’: [2020-10-27T15:01:20.653Z] ldo.c:496:7: warning: unused variable ‘c’ [-Wunused-variable] [2020-10-27T15:01:20.653Z] int c = luaZ_lookahead(p->z); [2020-10-27T15:01:20.653Z] ^ [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lfunc.o lfunc.c [2020-10-27T15:01:20.653Z] configure: WARNING: unrecognized options: --enable-cc-silence [2020-10-27T15:01:20.653Z] cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb hiredis.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lgc.o lgc.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o llex.o llex.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lmem.o lmem.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lobject.o lobject.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lopcodes.o lopcodes.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lparser.o lparser.c [2020-10-27T15:01:20.653Z] checking for xsltproc... false [2020-10-27T15:01:20.653Z] checking for gcc... gcc [2020-10-27T15:01:20.653Z] make[3]: Leaving directory '/build/parts/redis/build/deps/linenoise' [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstate.o lstate.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstring.o lstring.c [2020-10-27T15:01:20.653Z] checking whether the C compiler works... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltable.o ltable.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltm.o ltm.c [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lundump.o lundump.c [2020-10-27T15:01:20.653Z] yes [2020-10-27T15:01:20.653Z] checking for C compiler default output file name... a.out [2020-10-27T15:01:20.653Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lvm.o lvm.c [2020-10-27T15:01:20.653Z] checking for suffix of executables... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lzio.o lzio.c [2020-10-27T15:01:20.927Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o strbuf.o strbuf.c [2020-10-27T15:01:20.927Z] cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sds.c [2020-10-27T15:01:20.927Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o fpconv.o fpconv.c [2020-10-27T15:01:20.927Z] cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb async.c [2020-10-27T15:01:20.927Z] [2020-10-27T15:01:20.927Z] checking whether we are cross compiling... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lauxlib.o lauxlib.c [2020-10-27T15:01:20.927Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lbaselib.o lbaselib.c [2020-10-27T15:01:20.927Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ldblib.o ldblib.c [2020-10-27T15:01:20.927Z] no [2020-10-27T15:01:20.927Z] lauxlib.c: In function ‘luaL_loadfile’: [2020-10-27T15:01:20.927Z] lauxlib.c:577:4: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] [2020-10-27T15:01:20.927Z] while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; [2020-10-27T15:01:20.927Z] ^~~~~ [2020-10-27T15:01:20.927Z] lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ [2020-10-27T15:01:20.928Z] lf.extraline = 0; [2020-10-27T15:01:20.928Z] ^~ [2020-10-27T15:01:20.928Z] checking for suffix of object files... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o liolib.o liolib.c [2020-10-27T15:01:20.928Z] o [2020-10-27T15:01:20.928Z] checking whether we are using the GNU C compiler... yes [2020-10-27T15:01:20.928Z] checking whether gcc accepts -g... yes [2020-10-27T15:01:21.199Z] checking for gcc option to accept ISO C89... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lmathlib.o lmathlib.c [2020-10-27T15:01:21.199Z] none needed [2020-10-27T15:01:21.199Z] checking whether compiler is cray... cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb read.c [2020-10-27T15:01:21.199Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o loslib.o loslib.c [2020-10-27T15:01:21.199Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o ltablib.o ltablib.c [2020-10-27T15:01:21.199Z] no [2020-10-27T15:01:21.199Z] checking whether compiler supports -std=gnu11... ltablib.c: In function ‘addfield’: [2020-10-27T15:01:21.199Z] ltablib.c:137:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] [2020-10-27T15:01:21.199Z] if (!lua_isstring(L, -1)) [2020-10-27T15:01:21.199Z] ^~ [2020-10-27T15:01:21.199Z] ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ [2020-10-27T15:01:21.199Z] luaL_addvalue(b); [2020-10-27T15:01:21.199Z] ^~~~~~~~~~~~~ [2020-10-27T15:01:21.199Z] yes [2020-10-27T15:01:21.199Z] checking whether compiler supports -Wall... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lstrlib.o lstrlib.c [2020-10-27T15:01:21.199Z] yes [2020-10-27T15:01:21.199Z] checking whether compiler supports -Wshorten-64-to-32... cc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -g -ggdb sockcompat.c [2020-10-27T15:01:21.199Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o loadlib.o loadlib.c [2020-10-27T15:01:21.199Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o linit.o linit.c [2020-10-27T15:01:21.199Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_cjson.o lua_cjson.c [2020-10-27T15:01:21.199Z] no [2020-10-27T15:01:21.199Z] checking whether compiler supports -Wsign-compare... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_struct.o lua_struct.c [2020-10-27T15:01:21.199Z] yes [2020-10-27T15:01:21.199Z] checking whether compiler supports -Wundef... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_cmsgpack.o lua_cmsgpack.c [2020-10-27T15:01:21.199Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua_bit.o lua_bit.c [2020-10-27T15:01:21.199Z] yes [2020-10-27T15:01:21.199Z] checking whether compiler supports -Wno-format-zero-length... yes [2020-10-27T15:01:21.464Z] checking whether compiler supports -pipe... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o lua.o lua.c [2020-10-27T15:01:21.464Z] cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o luac.o luac.c [2020-10-27T15:01:21.464Z] yes [2020-10-27T15:01:21.464Z] checking whether compiler supports -g3... cc -O2 -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -c -o print.o print.c [2020-10-27T15:01:21.464Z] yes [2020-10-27T15:01:21.464Z] checking how to run the C preprocessor... ar rcs libhiredis.a net.o hiredis.o sds.o async.o read.o sockcompat.o [2020-10-27T15:01:21.464Z] make[3]: Leaving directory '/build/parts/redis/build/deps/hiredis' [2020-10-27T15:01:21.464Z] gcc -E [2020-10-27T15:01:21.464Z] checking for g++... g++ [2020-10-27T15:01:21.464Z] checking whether we are using the GNU C++ compiler... ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object files [2020-10-27T15:01:21.464Z] ar: `u' modifier ignored since `D' is the default (see `U') [2020-10-27T15:01:21.464Z] ranlib liblua.a [2020-10-27T15:01:21.464Z] cc -o lua lua.o liblua.a -lm [2020-10-27T15:01:21.464Z] cc -o luac luac.o print.o liblua.a -lm [2020-10-27T15:01:21.728Z] liblua.a(loslib.o): In function `os_tmpname': [2020-10-27T15:01:21.728Z] loslib.c:(.text+0x290): warning: the use of `tmpnam' is dangerous, better use `mkstemp' [2020-10-27T15:01:21.728Z] make[3]: Leaving directory '/build/parts/redis/build/deps/lua/src' [2020-10-27T15:01:21.728Z] yes [2020-10-27T15:01:21.728Z] checking whether g++ accepts -g... yes [2020-10-27T15:01:21.728Z] checking whether g++ supports C++14 features by default... yes [2020-10-27T15:01:21.728Z] checking whether compiler supports -Wall... yes [2020-10-27T15:01:21.728Z] checking whether compiler supports -g3... yes [2020-10-27T15:01:21.990Z] checking whether libstdc++ linkage is compilable... yes [2020-10-27T15:01:21.990Z] checking for grep that handles long lines and -e... /bin/grep [2020-10-27T15:01:21.990Z] checking for egrep... /bin/grep -E [2020-10-27T15:01:21.990Z] checking for ANSI C header files... yes [2020-10-27T15:01:22.253Z] checking for sys/types.h... yes [2020-10-27T15:01:22.253Z] checking for sys/stat.h... yes [2020-10-27T15:01:22.253Z] checking for stdlib.h... yes [2020-10-27T15:01:22.253Z] checking for string.h... yes [2020-10-27T15:01:22.253Z] checking for memory.h... yes [2020-10-27T15:01:22.515Z] checking for strings.h... yes [2020-10-27T15:01:22.515Z] checking for inttypes.h... yes [2020-10-27T15:01:22.515Z] checking for stdint.h... yes [2020-10-27T15:01:22.515Z] checking for unistd.h... yes [2020-10-27T15:01:22.776Z] checking whether byte ordering is bigendian... no [2020-10-27T15:01:22.776Z] checking size of void *... 8 [2020-10-27T15:01:23.038Z] checking size of int... 4 [2020-10-27T15:01:23.038Z] checking size of long... 8 [2020-10-27T15:01:23.300Z] checking size of long long... 8 [2020-10-27T15:01:23.300Z] checking size of intmax_t... 8 [2020-10-27T15:01:23.300Z] checking build system type... x86_64-pc-linux-gnu [2020-10-27T15:01:23.300Z] checking host system type... x86_64-pc-linux-gnu [2020-10-27T15:01:23.562Z] checking whether pause instruction is compilable... yes [2020-10-27T15:01:23.562Z] checking number of significant virtual address bits... 48 [2020-10-27T15:01:23.562Z] checking for ar... ar [2020-10-27T15:01:23.562Z] checking for nm... nm [2020-10-27T15:01:23.562Z] checking for gawk... no [2020-10-27T15:01:23.562Z] checking for mawk... mawk [2020-10-27T15:01:23.562Z] checking malloc.h usability... yes [2020-10-27T15:01:23.562Z] checking malloc.h presence... yes [2020-10-27T15:01:23.562Z] checking for malloc.h... yes [2020-10-27T15:01:23.824Z] checking whether malloc_usable_size definition can use const argument... no [2020-10-27T15:01:23.824Z] checking for library containing log... -lm [2020-10-27T15:01:24.122Z] checking whether __attribute__ syntax is compilable... yes [2020-10-27T15:01:24.123Z] checking whether compiler supports -fvisibility=hidden... yes [2020-10-27T15:01:24.123Z] checking whether compiler supports -fvisibility=hidden... yes [2020-10-27T15:01:24.123Z] checking whether compiler supports -Werror... yes [2020-10-27T15:01:24.123Z] checking whether compiler supports -herror_on_warning... no [2020-10-27T15:01:24.123Z] checking whether tls_model attribute is compilable... yes [2020-10-27T15:01:24.123Z] checking whether compiler supports -Werror... yes [2020-10-27T15:01:24.123Z] checking whether compiler supports -herror_on_warning... no [2020-10-27T15:01:24.417Z] checking whether alloc_size attribute is compilable... yes [2020-10-27T15:01:24.417Z] checking whether compiler supports -Werror... yes [2020-10-27T15:01:24.417Z] checking whether compiler supports -herror_on_warning... no [2020-10-27T15:01:24.417Z] checking whether format(gnu_printf, ...) attribute is compilable... yes [2020-10-27T15:01:24.417Z] checking whether compiler supports -Werror... yes [2020-10-27T15:01:24.417Z] checking whether compiler supports -herror_on_warning... no [2020-10-27T15:01:24.690Z] checking whether format(printf, ...) attribute is compilable... yes [2020-10-27T15:01:24.690Z] checking for a BSD-compatible install... /usr/bin/install -c [2020-10-27T15:01:24.690Z] checking for ranlib... ranlib [2020-10-27T15:01:24.690Z] checking for ld... /usr/bin/ld [2020-10-27T15:01:24.690Z] checking for autoconf... false [2020-10-27T15:01:24.690Z] checking for memalign... yes [2020-10-27T15:01:24.962Z] checking for valloc... yes [2020-10-27T15:01:24.962Z] checking whether compiler supports -O3... yes [2020-10-27T15:01:24.962Z] checking whether compiler supports -O3... yes [2020-10-27T15:01:24.962Z] checking whether compiler supports -funroll-loops... yes [2020-10-27T15:01:24.962Z] checking configured backtracing method... N/A [2020-10-27T15:01:24.962Z] checking for sbrk... yes [2020-10-27T15:01:24.962Z] checking whether utrace(2) is compilable... no [2020-10-27T15:01:25.232Z] checking whether a program using __builtin_unreachable is compilable... yes [2020-10-27T15:01:25.232Z] checking whether a program using __builtin_ffsl is compilable... yes [2020-10-27T15:01:25.506Z] checking LG_PAGE... 12 [2020-10-27T15:01:25.507Z] checking pthread.h usability... yes [2020-10-27T15:01:25.507Z] checking pthread.h presence... yes [2020-10-27T15:01:25.507Z] checking for pthread.h... yes [2020-10-27T15:01:25.507Z] checking for pthread_create in -lpthread... yes [2020-10-27T15:01:25.776Z] checking dlfcn.h usability... yes [2020-10-27T15:01:25.776Z] checking dlfcn.h presence... yes [2020-10-27T15:01:25.776Z] checking for dlfcn.h... yes [2020-10-27T15:01:25.776Z] checking for dlsym... no [2020-10-27T15:01:25.776Z] checking for dlsym in -ldl... yes [2020-10-27T15:01:26.044Z] checking whether pthread_atfork(3) is compilable... yes [2020-10-27T15:01:26.045Z] checking whether pthread_setname_np(3) is compilable... yes [2020-10-27T15:01:26.045Z] checking for library containing clock_gettime... none required [2020-10-27T15:01:26.332Z] checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes [2020-10-27T15:01:26.332Z] checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes [2020-10-27T15:01:26.332Z] checking whether mach_absolute_time() is compilable... no [2020-10-27T15:01:26.332Z] checking whether compiler supports -Werror... yes [2020-10-27T15:01:26.611Z] checking whether syscall(2) is compilable... yes [2020-10-27T15:01:26.611Z] checking for secure_getenv... yes [2020-10-27T15:01:26.611Z] checking for sched_getcpu... yes [2020-10-27T15:01:26.932Z] checking for sched_setaffinity... yes [2020-10-27T15:01:26.932Z] checking for issetugid... no [2020-10-27T15:01:26.932Z] checking for _malloc_thread_cleanup... no [2020-10-27T15:01:27.199Z] checking for _pthread_mutex_init_calloc_cb... no [2020-10-27T15:01:27.199Z] checking for TLS... yes [2020-10-27T15:01:27.199Z] checking whether C11 atomics is compilable... no [2020-10-27T15:01:27.199Z] checking whether GCC __atomic atomics is compilable... yes [2020-10-27T15:01:27.199Z] checking whether GCC __sync atomics is compilable... yes [2020-10-27T15:01:27.199Z] checking whether Darwin OSAtomic*() is compilable... no [2020-10-27T15:01:27.462Z] checking whether madvise(2) is compilable... yes [2020-10-27T15:01:27.462Z] checking whether madvise(..., MADV_FREE) is compilable... yes [2020-10-27T15:01:27.462Z] checking whether madvise(..., MADV_DONTNEED) is compilable... yes [2020-10-27T15:01:27.725Z] checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes [2020-10-27T15:01:27.725Z] checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes [2020-10-27T15:01:27.725Z] checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no [2020-10-27T15:01:27.725Z] checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no [2020-10-27T15:01:27.988Z] checking for __builtin_clz... yes [2020-10-27T15:01:27.988Z] checking whether Darwin os_unfair_lock_*() is compilable... no [2020-10-27T15:01:27.988Z] checking whether Darwin OSSpin*() is compilable... no [2020-10-27T15:01:27.988Z] checking whether glibc malloc hook is compilable... yes [2020-10-27T15:01:27.988Z] checking whether glibc memalign hook is compilable... yes [2020-10-27T15:01:28.249Z] checking whether pthreads adaptive mutexes is compilable... yes [2020-10-27T15:01:28.249Z] checking whether compiler supports -D_GNU_SOURCE... yes [2020-10-27T15:01:28.249Z] checking whether compiler supports -Werror... yes [2020-10-27T15:01:28.249Z] checking whether compiler supports -herror_on_warning... no [2020-10-27T15:01:28.514Z] checking whether strerror_r returns char with gnu source is compilable... yes [2020-10-27T15:01:28.514Z] checking for stdbool.h that conforms to C99... yes [2020-10-27T15:01:28.514Z] checking for _Bool... yes [2020-10-27T15:01:28.514Z] configure: creating ./config.status [2020-10-27T15:01:28.776Z] config.status: creating Makefile [2020-10-27T15:01:28.776Z] config.status: creating jemalloc.pc [2020-10-27T15:01:28.776Z] config.status: creating doc/html.xsl [2020-10-27T15:01:28.776Z] config.status: creating doc/manpages.xsl [2020-10-27T15:01:28.776Z] config.status: creating doc/jemalloc.xml [2020-10-27T15:01:28.776Z] config.status: creating include/jemalloc/jemalloc_macros.h [2020-10-27T15:01:28.776Z] config.status: creating include/jemalloc/jemalloc_protos.h [2020-10-27T15:01:28.776Z] config.status: creating include/jemalloc/jemalloc_typedefs.h [2020-10-27T15:01:29.038Z] config.status: creating include/jemalloc/internal/jemalloc_preamble.h [2020-10-27T15:01:29.038Z] config.status: creating test/test.sh [2020-10-27T15:01:29.038Z] config.status: creating test/include/test/jemalloc_test.h [2020-10-27T15:01:29.038Z] config.status: creating config.stamp [2020-10-27T15:01:29.038Z] config.status: creating bin/jemalloc-config [2020-10-27T15:01:29.038Z] config.status: creating bin/jemalloc.sh [2020-10-27T15:01:29.038Z] config.status: creating bin/jeprof [2020-10-27T15:01:29.038Z] config.status: creating include/jemalloc/jemalloc_defs.h [2020-10-27T15:01:29.038Z] config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h [2020-10-27T15:01:29.038Z] config.status: creating test/include/test/jemalloc_test_defs.h [2020-10-27T15:01:29.038Z] config.status: executing include/jemalloc/internal/public_symbols.txt commands [2020-10-27T15:01:29.038Z] config.status: executing include/jemalloc/internal/private_symbols.awk commands [2020-10-27T15:01:29.299Z] config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands [2020-10-27T15:01:29.299Z] config.status: executing include/jemalloc/internal/public_namespace.h commands [2020-10-27T15:01:29.299Z] config.status: executing include/jemalloc/internal/public_unnamespace.h commands [2020-10-27T15:01:29.299Z] config.status: executing include/jemalloc/internal/size_classes.h commands [2020-10-27T15:01:29.561Z] config.status: executing include/jemalloc/jemalloc_protos_jet.h commands [2020-10-27T15:01:29.561Z] config.status: executing include/jemalloc/jemalloc_rename.h commands [2020-10-27T15:01:29.561Z] config.status: executing include/jemalloc/jemalloc_mangle.h commands [2020-10-27T15:01:29.561Z] config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands [2020-10-27T15:01:29.841Z] config.status: executing include/jemalloc/jemalloc.h commands [2020-10-27T15:01:29.841Z] configure: WARNING: unrecognized options: --enable-cc-silence [2020-10-27T15:01:29.841Z] =============================================================================== [2020-10-27T15:01:29.841Z] jemalloc version : 5.1.0-0-g0 [2020-10-27T15:01:29.841Z] library revision : 2 [2020-10-27T15:01:29.842Z] [2020-10-27T15:01:29.842Z] CONFIG : --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ --enable-cc-silence 'CFLAGS=-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops ' LDFLAGS= [2020-10-27T15:01:29.842Z] CC : gcc [2020-10-27T15:01:29.842Z] CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops [2020-10-27T15:01:29.842Z] SPECIFIED_CFLAGS : -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops [2020-10-27T15:01:29.842Z] EXTRA_CFLAGS : [2020-10-27T15:01:29.842Z] CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT [2020-10-27T15:01:29.842Z] CXX : g++ [2020-10-27T15:01:29.842Z] CONFIGURE_CXXFLAGS : -Wall -g3 -fvisibility=hidden -O3 [2020-10-27T15:01:29.842Z] SPECIFIED_CXXFLAGS : [2020-10-27T15:01:29.842Z] EXTRA_CXXFLAGS : [2020-10-27T15:01:29.842Z] LDFLAGS : [2020-10-27T15:01:29.842Z] EXTRA_LDFLAGS : [2020-10-27T15:01:29.842Z] DSO_LDFLAGS : -shared -Wl,-soname,$(@F) [2020-10-27T15:01:29.842Z] LIBS : -lm -lstdc++ -lpthread -ldl [2020-10-27T15:01:29.842Z] RPATH_EXTRA : [2020-10-27T15:01:29.842Z] [2020-10-27T15:01:29.842Z] XSLTPROC : false [2020-10-27T15:01:29.842Z] XSLROOT : [2020-10-27T15:01:29.842Z] [2020-10-27T15:01:29.842Z] PREFIX : /usr/local [2020-10-27T15:01:29.842Z] BINDIR : /usr/local/bin [2020-10-27T15:01:29.842Z] DATADIR : /usr/local/share [2020-10-27T15:01:29.842Z] INCLUDEDIR : /usr/local/include [2020-10-27T15:01:29.842Z] LIBDIR : /usr/local/lib [2020-10-27T15:01:29.842Z] MANDIR : /usr/local/share/man [2020-10-27T15:01:29.842Z] [2020-10-27T15:01:29.842Z] srcroot : [2020-10-27T15:01:29.842Z] abs_srcroot : /build/parts/redis/build/deps/jemalloc/ [2020-10-27T15:01:29.842Z] objroot : [2020-10-27T15:01:29.842Z] abs_objroot : /build/parts/redis/build/deps/jemalloc/ [2020-10-27T15:01:29.842Z] [2020-10-27T15:01:29.842Z] JEMALLOC_PREFIX : je_ [2020-10-27T15:01:29.842Z] JEMALLOC_PRIVATE_NAMESPACE [2020-10-27T15:01:29.842Z] : je_ [2020-10-27T15:01:29.842Z] install_suffix : [2020-10-27T15:01:29.842Z] malloc_conf : [2020-10-27T15:01:29.842Z] autogen : 0 [2020-10-27T15:01:29.842Z] debug : 0 [2020-10-27T15:01:29.842Z] stats : 1 [2020-10-27T15:01:29.842Z] prof : 0 [2020-10-27T15:01:29.842Z] prof-libunwind : 0 [2020-10-27T15:01:29.842Z] prof-libgcc : 0 [2020-10-27T15:01:29.842Z] prof-gcc : 0 [2020-10-27T15:01:29.842Z] fill : 1 [2020-10-27T15:01:29.842Z] utrace : 0 [2020-10-27T15:01:29.842Z] xmalloc : 0 [2020-10-27T15:01:29.842Z] log : 0 [2020-10-27T15:01:29.842Z] lazy_lock : 0 [2020-10-27T15:01:29.842Z] cache-oblivious : 1 [2020-10-27T15:01:29.842Z] cxx : 1 [2020-10-27T15:01:29.842Z] =============================================================================== [2020-10-27T15:01:29.842Z] cd jemalloc && make CFLAGS="-std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops " LDFLAGS="" lib/libjemalloc.a [2020-10-27T15:01:29.842Z] make[3]: Entering directory '/build/parts/redis/build/deps/jemalloc' [2020-10-27T15:01:29.842Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o src/jemalloc.c [2020-10-27T15:01:29.842Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o src/arena.c [2020-10-27T15:01:29.842Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o src/background_thread.c [2020-10-27T15:01:29.842Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o src/base.c [2020-10-27T15:01:29.842Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o src/bin.c [2020-10-27T15:01:29.842Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o src/bitmap.c [2020-10-27T15:01:29.842Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o src/ckh.c [2020-10-27T15:01:29.842Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o src/ctl.c [2020-10-27T15:01:30.134Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o src/div.c [2020-10-27T15:01:30.134Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o src/extent.c [2020-10-27T15:01:30.418Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o src/extent_dss.c [2020-10-27T15:01:30.418Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o src/extent_mmap.c [2020-10-27T15:01:30.705Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o src/hash.c [2020-10-27T15:01:30.705Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hooks.sym.o src/hooks.c [2020-10-27T15:01:30.705Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o src/large.c [2020-10-27T15:01:30.986Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o src/log.c [2020-10-27T15:01:30.986Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o src/malloc_io.c [2020-10-27T15:01:30.986Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o src/mutex.c [2020-10-27T15:01:31.262Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o src/mutex_pool.c [2020-10-27T15:01:31.262Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o src/nstime.c [2020-10-27T15:01:31.534Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o src/pages.c [2020-10-27T15:01:31.534Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o src/prng.c [2020-10-27T15:01:31.534Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o src/prof.c [2020-10-27T15:01:31.534Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o src/rtree.c [2020-10-27T15:01:31.818Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o src/stats.c [2020-10-27T15:01:31.818Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o src/sz.c [2020-10-27T15:01:31.818Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o src/tcache.c [2020-10-27T15:01:31.818Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o src/ticker.c [2020-10-27T15:01:31.818Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o src/tsd.c [2020-10-27T15:01:32.095Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o src/witness.c [2020-10-27T15:01:32.358Z] nm -a src/arena.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym [2020-10-27T15:01:32.358Z] nm -a src/background_thread.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym [2020-10-27T15:01:32.358Z] nm -a src/base.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym [2020-10-27T15:01:32.358Z] nm -a src/bin.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym [2020-10-27T15:01:32.358Z] nm -a src/bitmap.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym [2020-10-27T15:01:32.358Z] nm -a src/ckh.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym [2020-10-27T15:01:32.358Z] nm -a src/div.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym [2020-10-27T15:01:32.358Z] nm -a src/extent.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym [2020-10-27T15:01:32.358Z] nm -a src/extent_dss.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym [2020-10-27T15:01:32.358Z] nm -a src/extent_mmap.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym [2020-10-27T15:01:32.358Z] nm -a src/hash.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym [2020-10-27T15:01:32.358Z] nm -a src/hooks.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/hooks.sym [2020-10-27T15:01:32.358Z] nm -a src/large.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym [2020-10-27T15:01:32.358Z] nm -a src/log.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym [2020-10-27T15:01:32.358Z] nm -a src/malloc_io.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym [2020-10-27T15:01:32.358Z] nm -a src/mutex.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym [2020-10-27T15:01:32.358Z] nm -a src/mutex_pool.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym [2020-10-27T15:01:32.358Z] nm -a src/nstime.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym [2020-10-27T15:01:32.358Z] nm -a src/pages.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym [2020-10-27T15:01:32.358Z] nm -a src/prng.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym [2020-10-27T15:01:32.358Z] nm -a src/sz.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym [2020-10-27T15:01:32.358Z] nm -a src/rtree.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym [2020-10-27T15:01:32.358Z] nm -a src/tsd.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym [2020-10-27T15:01:32.358Z] nm -a src/ticker.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym [2020-10-27T15:01:32.358Z] nm -a src/witness.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym [2020-10-27T15:01:32.358Z] nm -a src/jemalloc.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym [2020-10-27T15:01:32.358Z] nm -a src/prof.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym [2020-10-27T15:01:32.931Z] nm -a src/tcache.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym [2020-10-27T15:01:34.860Z] nm -a src/ctl.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym [2020-10-27T15:01:34.860Z] nm -a src/stats.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym [2020-10-27T15:01:34.860Z] /bin/sh include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hooks.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/stats.sym src/sz.sym src/tcache.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h [2020-10-27T15:01:34.860Z] cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h [2020-10-27T15:01:34.860Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c [2020-10-27T15:01:34.860Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c [2020-10-27T15:01:34.860Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/background_thread.o src/background_thread.c [2020-10-27T15:01:34.860Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c [2020-10-27T15:01:34.860Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bin.o src/bin.c [2020-10-27T15:01:34.860Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c [2020-10-27T15:01:34.860Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c [2020-10-27T15:01:34.860Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c [2020-10-27T15:01:35.138Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/div.o src/div.c [2020-10-27T15:01:35.138Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c [2020-10-27T15:01:35.138Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_dss.o src/extent_dss.c [2020-10-27T15:01:35.411Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent_mmap.o src/extent_mmap.c [2020-10-27T15:01:35.686Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c [2020-10-27T15:01:35.686Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hooks.o src/hooks.c [2020-10-27T15:01:35.686Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/large.o src/large.c [2020-10-27T15:01:35.686Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/log.o src/log.c [2020-10-27T15:01:35.686Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/malloc_io.o src/malloc_io.c [2020-10-27T15:01:35.686Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c [2020-10-27T15:01:35.966Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex_pool.o src/mutex_pool.c [2020-10-27T15:01:35.966Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/nstime.o src/nstime.c [2020-10-27T15:01:36.244Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/pages.o src/pages.c [2020-10-27T15:01:36.244Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prng.o src/prng.c [2020-10-27T15:01:36.526Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c [2020-10-27T15:01:36.526Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c [2020-10-27T15:01:36.526Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c [2020-10-27T15:01:36.526Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/sz.o src/sz.c [2020-10-27T15:01:36.526Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c [2020-10-27T15:01:36.797Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ticker.o src/ticker.c [2020-10-27T15:01:36.797Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c [2020-10-27T15:01:36.797Z] gcc -std=gnu99 -Wall -pipe -g3 -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/witness.o src/witness.c [2020-10-27T15:01:37.068Z] g++ -Wall -g3 -fvisibility=hidden -O3 -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc_cpp.o src/jemalloc_cpp.cpp [2020-10-27T15:01:39.643Z] ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/background_thread.o src/base.o src/bin.o src/bitmap.o src/ckh.o src/ctl.o src/div.o src/extent.o src/extent_dss.o src/extent_mmap.o src/hash.o src/hooks.o src/large.o src/log.o src/malloc_io.o src/mutex.o src/mutex_pool.o src/nstime.o src/pages.o src/prng.o src/prof.o src/rtree.o src/stats.o src/sz.o src/tcache.o src/ticker.o src/tsd.o src/witness.o src/jemalloc_cpp.o [2020-10-27T15:01:39.643Z] ar: `u' modifier ignored since `D' is the default (see `U') [2020-10-27T15:01:39.643Z] make[3]: Leaving directory '/build/parts/redis/build/deps/jemalloc' [2020-10-27T15:01:39.643Z] make[2]: Leaving directory '/build/parts/redis/build/deps' [2020-10-27T15:01:39.643Z] CC adlist.o [2020-10-27T15:01:39.643Z] CC quicklist.o [2020-10-27T15:01:39.643Z] CC ae.o [2020-10-27T15:01:39.643Z] CC anet.o [2020-10-27T15:01:39.643Z] CC dict.o [2020-10-27T15:01:39.643Z] CC server.o [2020-10-27T15:01:39.643Z] CC sds.o [2020-10-27T15:01:39.643Z] CC zmalloc.o [2020-10-27T15:01:39.643Z] CC lzf_c.o [2020-10-27T15:01:39.912Z] CC lzf_d.o [2020-10-27T15:01:39.912Z] CC pqsort.o [2020-10-27T15:01:39.912Z] CC zipmap.o [2020-10-27T15:01:39.912Z] CC sha1.o [2020-10-27T15:01:39.912Z] CC ziplist.o [2020-10-27T15:01:39.913Z] CC release.o [2020-10-27T15:01:39.913Z] CC networking.o [2020-10-27T15:01:39.913Z] CC util.o [2020-10-27T15:01:39.913Z] CC object.o [2020-10-27T15:01:39.913Z] CC db.o [2020-10-27T15:01:40.195Z] CC replication.o [2020-10-27T15:01:40.195Z] CC rdb.o [2020-10-27T15:01:40.195Z] CC t_string.o [2020-10-27T15:01:40.195Z] CC t_list.o [2020-10-27T15:01:40.803Z] CC t_set.o [2020-10-27T15:01:40.803Z] CC t_zset.o [2020-10-27T15:01:40.803Z] CC t_hash.o [2020-10-27T15:01:40.803Z] CC config.o [2020-10-27T15:01:40.803Z] CC aof.o [2020-10-27T15:01:41.090Z] CC pubsub.o [2020-10-27T15:01:41.090Z] CC multi.o [2020-10-27T15:01:41.090Z] CC debug.o [2020-10-27T15:01:41.363Z] CC sort.o [2020-10-27T15:01:41.363Z] CC intset.o [2020-10-27T15:01:41.363Z] CC syncio.o [2020-10-27T15:01:41.363Z] CC cluster.o [2020-10-27T15:01:41.363Z] CC crc16.o [2020-10-27T15:01:41.363Z] CC endianconv.o [2020-10-27T15:01:41.363Z] CC slowlog.o [2020-10-27T15:01:41.363Z] CC scripting.o [2020-10-27T15:01:41.644Z] CC bio.o [2020-10-27T15:01:41.644Z] CC rio.o [2020-10-27T15:01:41.644Z] CC rand.o [2020-10-27T15:01:41.644Z] CC memtest.o [2020-10-27T15:01:41.644Z] CC crcspeed.o [2020-10-27T15:01:41.644Z] CC crc64.o [2020-10-27T15:01:41.644Z] CC bitops.o [2020-10-27T15:01:41.644Z] CC sentinel.o [2020-10-27T15:01:41.912Z] CC notify.o [2020-10-27T15:01:41.912Z] CC setproctitle.o [2020-10-27T15:01:41.912Z] CC blocked.o [2020-10-27T15:01:41.912Z] CC hyperloglog.o [2020-10-27T15:01:41.912Z] CC latency.o [2020-10-27T15:01:41.912Z] CC sparkline.o [2020-10-27T15:01:42.180Z] CC redis-check-rdb.o [2020-10-27T15:01:42.180Z] CC redis-check-aof.o [2020-10-27T15:01:42.180Z] CC geo.o [2020-10-27T15:01:42.180Z] CC lazyfree.o [2020-10-27T15:01:42.180Z] CC module.o [2020-10-27T15:01:42.180Z] CC evict.o [2020-10-27T15:01:42.453Z] CC expire.o [2020-10-27T15:01:42.453Z] CC geohash.o [2020-10-27T15:01:42.453Z] CC geohash_helper.o [2020-10-27T15:01:42.453Z] CC childinfo.o [2020-10-27T15:01:42.453Z] CC siphash.o [2020-10-27T15:01:42.453Z] CC defrag.o [2020-10-27T15:01:42.453Z] CC rax.o [2020-10-27T15:01:42.453Z] CC t_stream.o [2020-10-27T15:01:42.453Z] CC listpack.o [2020-10-27T15:01:42.721Z] CC localtime.o [2020-10-27T15:01:42.721Z] CC lolwut.o [2020-10-27T15:01:42.721Z] CC lolwut5.o [2020-10-27T15:01:42.721Z] CC lolwut6.o [2020-10-27T15:01:42.998Z] CC acl.o [2020-10-27T15:01:42.998Z] CC gopher.o [2020-10-27T15:01:42.998Z] CC tracking.o [2020-10-27T15:01:42.998Z] CC connection.o [2020-10-27T15:01:42.998Z] CC tls.o [2020-10-27T15:01:42.998Z] CC sha256.o [2020-10-27T15:01:43.264Z] CC timeout.o [2020-10-27T15:01:43.264Z] CC setcpuaffinity.o [2020-10-27T15:01:43.264Z] CC redis-cli.o [2020-10-27T15:01:43.264Z] CC redis-benchmark.o [2020-10-27T15:01:44.211Z] LINK redis-benchmark [2020-10-27T15:01:44.211Z] LINK redis-server [2020-10-27T15:01:44.474Z] INSTALL redis-sentinel [2020-10-27T15:01:44.474Z] INSTALL redis-check-aof [2020-10-27T15:01:44.474Z] INSTALL redis-check-rdb [2020-10-27T15:01:45.867Z] LINK redis-cli [2020-10-27T15:01:46.130Z] [2020-10-27T15:01:46.130Z] Hint: It's a good idea to run 'make test' ;) [2020-10-27T15:01:46.130Z] [2020-10-27T15:01:46.130Z] make[1]: Leaving directory '/build/parts/redis/build/src' [2020-10-27T15:01:46.130Z] make install PREFIX=/build/parts/redis/install [2020-10-27T15:01:46.130Z] cd src && make install [2020-10-27T15:01:46.131Z] make[1]: Entering directory '/build/parts/redis/build/src' [2020-10-27T15:01:46.393Z] CC Makefile.dep [2020-10-27T15:01:48.951Z] [2020-10-27T15:01:48.951Z] Hint: It's a good idea to run 'make test' ;) [2020-10-27T15:01:48.951Z] [2020-10-27T15:01:48.951Z] INSTALL install [2020-10-27T15:01:48.951Z] INSTALL install [2020-10-27T15:01:48.951Z] INSTALL install [2020-10-27T15:01:48.951Z] INSTALL install [2020-10-27T15:01:48.951Z] INSTALL install [2020-10-27T15:01:48.951Z] make[1]: Leaving directory '/build/parts/redis/build/src' [2020-10-27T15:01:53.172Z] Building snapcraft-preload  [2020-10-27T15:01:53.172Z] cmake /build/parts/snapcraft-preload/src -DCMAKE_INSTALL_PREFIX= [2020-10-27T15:01:53.434Z] -- The C compiler identification is GNU 7.5.0 [2020-10-27T15:01:53.434Z] -- The CXX compiler identification is GNU 7.5.0 [2020-10-27T15:01:53.434Z] -- Check for working C compiler: /usr/bin/cc [2020-10-27T15:01:53.696Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-27T15:01:53.696Z] -- Detecting C compiler ABI info [2020-10-27T15:01:53.696Z] -- Detecting C compiler ABI info - done [2020-10-27T15:01:53.696Z] -- Detecting C compile features [2020-10-27T15:01:54.271Z] -- Detecting C compile features - done [2020-10-27T15:01:54.271Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-10-27T15:01:54.272Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-10-27T15:01:54.272Z] -- Detecting CXX compiler ABI info [2020-10-27T15:01:54.532Z] -- Detecting CXX compiler ABI info - done [2020-10-27T15:01:54.532Z] -- Detecting CXX compile features [2020-10-27T15:01:55.104Z] -- Detecting CXX compile features - done [2020-10-27T15:01:55.104Z] -- Configuring done [2020-10-27T15:01:55.366Z] -- Generating done [2020-10-27T15:01:55.366Z] -- Build files have been written to: /build/parts/snapcraft-preload/build [2020-10-27T15:01:55.366Z] cmake --build . -- -j8 [2020-10-27T15:01:55.366Z] Scanning dependencies of target snapcraft-preload32 [2020-10-27T15:01:55.366Z] Scanning dependencies of target snapcraft-preload [2020-10-27T15:01:55.366Z] [ 25%] Building CXX object CMakeFiles/snapcraft-preload32.dir/preload.cpp.o [2020-10-27T15:01:55.366Z] [ 50%] Building CXX object CMakeFiles/snapcraft-preload.dir/preload.cpp.o [2020-10-27T15:01:58.672Z] [ 75%] Linking CXX shared library libsnapcraft-preload.so [2020-10-27T15:01:58.672Z] [ 75%] Built target snapcraft-preload [2020-10-27T15:01:58.935Z] [100%] Linking CXX shared library libsnapcraft-preload32.so [2020-10-27T15:01:58.935Z] [100%] Built target snapcraft-preload32 [2020-10-27T15:01:58.935Z] cmake --build . --target install [2020-10-27T15:01:59.198Z] [ 50%] Built target snapcraft-preload32 [2020-10-27T15:01:59.198Z] [100%] Built target snapcraft-preload [2020-10-27T15:01:59.198Z] Install the project... [2020-10-27T15:01:59.198Z] -- Install configuration: "Release" [2020-10-27T15:01:59.198Z] -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload.so [2020-10-27T15:01:59.198Z] -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload32.so [2020-10-27T15:01:59.198Z] -- Installing: /build/parts/snapcraft-preload/install/bin/snapcraft-preload [2020-10-27T15:02:04.495Z] Building static-packages  [2020-10-27T15:02:07.803Z] Building vault  [2020-10-27T15:02:22.732Z] Installing/Updating github.com/elazarl/go-bindata-assetfs/... [2020-10-27T15:02:23.305Z] Installing/Updating github.com/hashicorp/go-bindata/... [2020-10-27T15:02:24.249Z] Installing/Updating github.com/mitchellh/gox [2020-10-27T15:02:25.636Z] Installing/Updating golang.org/x/tools/cmd/goimports [2020-10-27T15:02:26.586Z] # cd .; git clone -- https://go.googlesource.com/tools /build/parts/vault/build/.gopath/src/golang.org/x/tools [2020-10-27T15:02:26.586Z] Cloning into '/build/parts/vault/build/.gopath/src/golang.org/x/tools'... [2020-10-27T15:02:26.586Z] error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. [2020-10-27T15:02:26.586Z] fatal: The remote end hung up unexpectedly [2020-10-27T15:02:26.586Z] fatal: early EOF [2020-10-27T15:02:26.586Z] fatal: index-pack failed [2020-10-27T15:02:26.586Z] package golang.org/x/tools/cmd/goimports: exit status 128 [2020-10-27T15:02:26.586Z] Makefile:134: recipe for target 'ci-bootstrap' failed [2020-10-27T15:02:26.586Z] make: *** [ci-bootstrap] Error 1 [2020-10-27T15:02:26.847Z] Failed to run 'override-build': Exit code was 2. [Pipeline] } [2020-10-27T15:02:33.460Z] 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-27T15:02:34.681Z] Failed in branch amd64 [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-27T15:02:37.495Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T15:02:38.502Z] ---> package-listing.sh [2020-10-27T15:02:38.502Z] ++ facter osfamily [2020-10-27T15:02:38.502Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T15:02:38.502Z] + OS_FAMILY=redhat [2020-10-27T15:02:38.502Z] + workspace=/w/workspace/edgex-go/6 [2020-10-27T15:02:38.502Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T15:02:38.502Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T15:02:38.502Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T15:02:38.502Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T15:02:38.502Z] + '[' /w/workspace/edgex-go/6 ']' [2020-10-27T15:02:38.502Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T15:02:38.502Z] + case "${OS_FAMILY}" in [2020-10-27T15:02:38.502Z] + rpm -qa [2020-10-27T15:02:38.502Z] + sort [2020-10-27T15:02:43.910Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T15:02:43.910Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T15:02:43.910Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T15:02:43.910Z] + '[' /w/workspace/edgex-go/6 ']' [2020-10-27T15:02:43.910Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-10-27T15:02:43.910Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2020-10-27T15:02:43.939Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-27T15:02:44.311Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T15:02:44.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T15:02:45.187Z] [2020-10-27T15:02:45.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T15:02:45.619Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T15:02:45.619Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T15:02:45.619Z] df20fa9351a1: Already exists [2020-10-27T15:02:45.896Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T15:02:45.896Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T15:02:45.896Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T15:02:45.896Z] 93b61091891f: Pulling fs layer [2020-10-27T15:02:45.896Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T15:02:45.896Z] 5e14af77c1be: Pulling fs layer [2020-10-27T15:02:45.896Z] 01666e4c0597: Pulling fs layer [2020-10-27T15:02:45.896Z] aa168da1d23b: Pulling fs layer [2020-10-27T15:02:45.896Z] 93b61091891f: Waiting [2020-10-27T15:02:45.896Z] 93b9cdb0e59b: Waiting [2020-10-27T15:02:45.896Z] 5e14af77c1be: Waiting [2020-10-27T15:02:45.896Z] 01666e4c0597: Waiting [2020-10-27T15:02:45.896Z] aa168da1d23b: Waiting [2020-10-27T15:02:45.896Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T15:02:45.896Z] 46f8f816bc3b: Download complete [2020-10-27T15:02:45.896Z] 36b3adc4ff6f: Verifying Checksum [2020-10-27T15:02:45.896Z] 36b3adc4ff6f: Download complete [2020-10-27T15:02:45.896Z] 93b9cdb0e59b: Verifying Checksum [2020-10-27T15:02:45.896Z] 93b9cdb0e59b: Download complete [2020-10-27T15:02:45.896Z] 5e14af77c1be: Verifying Checksum [2020-10-27T15:02:45.896Z] 5e14af77c1be: Download complete [2020-10-27T15:02:45.896Z] 01666e4c0597: Verifying Checksum [2020-10-27T15:02:45.896Z] 01666e4c0597: Download complete [2020-10-27T15:02:46.591Z] 36b3adc4ff6f: Pull complete [2020-10-27T15:02:46.885Z] 93b61091891f: Download complete [2020-10-27T15:02:47.220Z] 8ad3a11d3b57: Verifying Checksum [2020-10-27T15:02:47.220Z] 8ad3a11d3b57: Download complete [2020-10-27T15:02:48.781Z] 8ad3a11d3b57: Pull complete [2020-10-27T15:02:49.092Z] 46f8f816bc3b: Pull complete [2020-10-27T15:02:50.135Z] 93b61091891f: Pull complete [2020-10-27T15:02:50.536Z] 93b9cdb0e59b: Pull complete [2020-10-27T15:02:50.839Z] 5e14af77c1be: Pull complete [2020-10-27T15:02:51.133Z] 01666e4c0597: Pull complete [2020-10-27T15:02:52.573Z] aa168da1d23b: Verifying Checksum [2020-10-27T15:02:52.573Z] aa168da1d23b: Download complete [2020-10-27T15:03:05.096Z] aa168da1d23b: Pull complete [2020-10-27T15:03:05.096Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T15:03:05.096Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T15:03:05.096Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T15:03:05.452Z] prd-centos7-docker-4c-2g-9136 does not seem to be running inside a container [2020-10-27T15:03:05.544Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-lftools-log-publisher:alpine cat [2020-10-27T15:03:10.369Z] $ docker top b82701364cd52e8220f29022123e3703182d6ba1cc997d3f3979c6b8b735b8f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T15:03:10.932Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T15:03:11.327Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T15:03:11.691Z] + ls /var/log/sa-host [2020-10-27T15:03:11.691Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T15:03:11.691Z] file_magic: OK [2020-10-27T15:03:11.691Z] HZ: Using current value: 100 [2020-10-27T15:03:11.691Z] file_header: OK [2020-10-27T15:03:11.691Z] 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-27T15:03:11.691Z] Statistics: [2020-10-27T15:03:11.691Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T15:03:11.691Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T15:03:11.691Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T15:03:11.691Z] file_magic: OK [2020-10-27T15:03:11.691Z] HZ: Using current value: 100 [2020-10-27T15:03:11.691Z] file_header: OK [2020-10-27T15:03:11.691Z] 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-27T15:03:11.691Z] Statistics: [2020-10-27T15:03:11.968Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T15:03:11.968Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T15:03:12.808Z] provisioning config files... [2020-10-27T15:03:12.867Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config2155371941778450173tmp [Pipeline] { [Pipeline] echo [2020-10-27T15:03:12.976Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T15:03:13.323Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T15:03:13.339Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T15:03:13.446Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T15:03:13.784Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T15:03:13.796Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T15:03:14.475Z] ---> sudo-logs.sh [2020-10-27T15:03:14.475Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T15:03:14.514Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T15:03:14.899Z] ---> job-cost.sh [2020-10-27T15:03:14.899Z] lf-activate-venv: SKIPPING [2020-10-27T15:03:14.899Z] INFO: No Stack... [2020-10-27T15:03:15.896Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T15:03:16.913Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T15:03:16.936Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T15:03:17.274Z] ---> logs-deploy.sh [2020-10-27T15:03:17.274Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2848/6 [2020-10-27T15:03:17.274Z] INFO: archiving workspace using pattern(s): [2020-10-27T15:03:20.150Z] Archives upload complete. [2020-10-27T15:03:20.150Z] INFO: archiving logs to Nexus [2020-10-27T15:03:21.704Z] ---> uname -a: [2020-10-27T15:03:21.704Z] Linux prd-centos7-docker-4c-2g-9136.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-27T15:03:21.704Z] [2020-10-27T15:03:21.704Z] [2020-10-27T15:03:21.704Z] ---> lscpu: [2020-10-27T15:03:21.705Z] Architecture: x86_64 [2020-10-27T15:03:21.705Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-27T15:03:21.705Z] Byte Order: Little Endian [2020-10-27T15:03:21.705Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-27T15:03:21.705Z] CPU(s): 4 [2020-10-27T15:03:21.705Z] On-line CPU(s) list: 0-3 [2020-10-27T15:03:21.705Z] Thread(s) per core: 1 [2020-10-27T15:03:21.705Z] Core(s) per socket: 1 [2020-10-27T15:03:21.705Z] Socket(s): 4 [2020-10-27T15:03:21.705Z] NUMA node(s): 1 [2020-10-27T15:03:21.705Z] Vendor ID: GenuineIntel [2020-10-27T15:03:21.705Z] CPU family: 6 [2020-10-27T15:03:21.705Z] Model: 44 [2020-10-27T15:03:21.705Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-27T15:03:21.705Z] Stepping: 1 [2020-10-27T15:03:21.705Z] CPU MHz: 2933.438 [2020-10-27T15:03:21.705Z] BogoMIPS: 5866.87 [2020-10-27T15:03:21.705Z] Virtualization: VT-x [2020-10-27T15:03:21.705Z] Hypervisor vendor: KVM [2020-10-27T15:03:21.705Z] Virtualization type: full [2020-10-27T15:03:21.705Z] L1d cache: 128 KiB [2020-10-27T15:03:21.705Z] L1i cache: 128 KiB [2020-10-27T15:03:21.705Z] L2 cache: 16 MiB [2020-10-27T15:03:21.705Z] L3 cache: 64 MiB [2020-10-27T15:03:21.705Z] NUMA node0 CPU(s): 0-3 [2020-10-27T15:03:21.705Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-27T15:03:21.705Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-27T15:03:21.705Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-27T15:03:21.705Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-27T15:03:21.705Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-27T15:03:21.705Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-27T15:03:21.705Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-27T15:03:21.705Z] Vulnerability Tsx async abort: Not affected [2020-10-27T15:03:21.705Z] 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-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] ---> nproc: [2020-10-27T15:03:21.705Z] 4 [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] ---> df -h: [2020-10-27T15:03:21.705Z] Filesystem Size Used Available Use% Mounted on [2020-10-27T15:03:21.705Z] overlay 50.0G 12.7G 37.3G 25% / [2020-10-27T15:03:21.705Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-27T15:03:21.705Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-27T15:03:21.705Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-27T15:03:21.705Z] /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os [2020-10-27T15:03:21.705Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf [2020-10-27T15:03:21.705Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname [2020-10-27T15:03:21.705Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts [2020-10-27T15:03:21.705Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log [2020-10-27T15:03:21.705Z] /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json [2020-10-27T15:03:21.705Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host [2020-10-27T15:03:21.705Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure [2020-10-27T15:03:21.705Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/6 [2020-10-27T15:03:21.705Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/6@tmp [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] ---> free -m: [2020-10-27T15:03:21.705Z] total used free shared buff/cache available [2020-10-27T15:03:21.705Z] Mem: 1837 656 128 0 1051 1098 [2020-10-27T15:03:21.705Z] Swap: 1023 87 936 [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] ---> ip addr: [2020-10-27T15:03:21.705Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-27T15:03:21.705Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-27T15:03:21.705Z] inet 127.0.0.1/8 scope host lo [2020-10-27T15:03:21.705Z] valid_lft forever preferred_lft forever [2020-10-27T15:03:21.705Z] inet6 ::1/128 scope host [2020-10-27T15:03:21.705Z] valid_lft forever preferred_lft forever [2020-10-27T15:03:21.705Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-27T15:03:21.705Z] link/ether fa:16:3e:c9:c6:3e brd ff:ff:ff:ff:ff:ff [2020-10-27T15:03:21.705Z] inet 10.30.122.39/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-27T15:03:21.705Z] valid_lft 84950sec preferred_lft 84950sec [2020-10-27T15:03:21.705Z] inet6 fe80::f816:3eff:fec9:c63e/64 scope link [2020-10-27T15:03:21.705Z] valid_lft forever preferred_lft forever [2020-10-27T15:03:21.705Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-27T15:03:21.705Z] link/ether 02:42:90:63:b8:67 brd ff:ff:ff:ff:ff:ff [2020-10-27T15:03:21.705Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-27T15:03:21.705Z] valid_lft forever preferred_lft forever [2020-10-27T15:03:21.705Z] inet6 fe80::42:90ff:fe63:b867/64 scope link [2020-10-27T15:03:21.705Z] valid_lft forever preferred_lft forever [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] ---> sar -b -r -n DEV: [2020-10-27T15:03:21.705Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] 14:38:52 LINUX RESTART (4 CPU) [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] 14:40:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-27T15:03:21.705Z] 14:41:01 57.33 12.88 44.46 0.00 4918.41 11829.74 0.00 [2020-10-27T15:03:21.705Z] 14:42:01 204.34 79.85 124.49 0.00 6415.91 43975.90 0.00 [2020-10-27T15:03:21.705Z] 14:43:01 268.14 128.85 139.29 0.00 6740.77 26583.25 0.00 [2020-10-27T15:03:21.705Z] 14:44:02 127.13 59.99 67.15 0.00 2471.61 6798.31 0.00 [2020-10-27T15:03:21.705Z] 14:45:01 59.48 30.32 29.16 0.00 1277.89 5411.09 0.00 [2020-10-27T15:03:21.705Z] 14:46:02 223.15 78.28 144.87 0.00 25628.59 93781.61 0.00 [2020-10-27T15:03:21.705Z] 14:47:05 1647.48 1417.96 229.52 0.00 122732.06 127053.35 0.00 [2020-10-27T15:03:21.705Z] 14:48:02 1737.74 1522.06 215.67 0.00 91151.68 99936.67 0.00 [2020-10-27T15:03:21.705Z] 14:49:02 326.44 131.34 195.10 0.00 21338.79 35243.56 0.00 [2020-10-27T15:03:21.705Z] 14:50:02 2169.31 1822.76 346.55 0.00 138804.59 179337.05 0.00 [2020-10-27T15:03:21.705Z] 14:51:02 1299.98 1046.66 253.32 0.00 75400.37 74878.50 0.00 [2020-10-27T15:03:21.705Z] 14:52:01 269.64 71.16 198.48 0.00 3323.07 20211.17 0.00 [2020-10-27T15:03:21.705Z] 14:53:01 37.41 19.66 17.75 0.00 3244.58 552.11 0.00 [2020-10-27T15:03:21.705Z] 14:54:01 2.51 2.20 0.32 0.00 60.18 4.84 0.00 [2020-10-27T15:03:21.705Z] 14:55:01 0.82 0.08 0.73 0.00 2.66 14.49 0.00 [2020-10-27T15:03:21.705Z] 14:56:01 0.30 0.02 0.28 0.00 0.53 3.26 0.00 [2020-10-27T15:03:21.705Z] 14:57:01 0.27 0.02 0.25 0.00 0.53 2.56 0.00 [2020-10-27T15:03:21.705Z] 14:58:01 0.17 0.00 0.17 0.00 0.00 1.90 0.00 [2020-10-27T15:03:21.705Z] 14:59:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 [2020-10-27T15:03:21.705Z] 15:00:01 1.03 0.70 0.33 0.00 163.62 2.96 0.00 [2020-10-27T15:03:21.705Z] 15:01:01 0.35 0.07 0.28 0.00 1.73 3.56 0.00 [2020-10-27T15:03:21.705Z] 15:02:01 0.74 0.37 0.37 0.00 23.95 6.56 0.00 [2020-10-27T15:03:21.705Z] 15:03:01 104.25 48.90 55.35 0.00 5039.12 13776.82 0.00 [2020-10-27T15:03:21.705Z] Average: 371.25 281.44 89.81 0.00 22210.87 32315.22 0.00 [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] 14:40:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-27T15:03:21.705Z] 14:41:01 83524 0 726448 38.61 2620 1068964 1485296 50.69 653008 981104 19948 [2020-10-27T15:03:21.705Z] 14:42:01 107252 0 647084 34.39 2096 1125124 1378604 47.05 635852 935236 60 [2020-10-27T15:03:21.705Z] 14:43:01 130196 0 722408 38.39 1504 1027448 1654976 56.48 720768 791676 53632 [2020-10-27T15:03:21.705Z] 14:44:02 266820 0 773508 41.11 1256 839972 1792072 61.16 708476 663064 4136 [2020-10-27T15:03:21.705Z] 14:45:01 213116 0 725792 38.57 1216 941432 1449784 49.48 687076 739096 18436 [2020-10-27T15:03:21.705Z] 14:46:02 66700 0 827876 44.00 64 986916 2274096 77.61 775628 859256 29480 [2020-10-27T15:03:21.705Z] 14:47:05 66896 0 817760 43.46 12 996888 2347888 80.13 752664 891864 84664 [2020-10-27T15:03:21.705Z] 14:48:02 92164 0 1176612 62.53 12 612768 3876508 132.30 896376 668408 45692 [2020-10-27T15:03:21.705Z] 14:49:02 56508 0 732560 38.93 12 1092476 2014556 68.75 631604 981844 100480 [2020-10-27T15:03:21.705Z] 14:50:02 355700 0 667692 35.49 12 858152 1803940 61.57 579788 771544 120 [2020-10-27T15:03:21.705Z] 14:51:02 264876 0 759664 40.37 12 857004 2679268 91.44 635596 781592 560 [2020-10-27T15:03:21.705Z] 14:52:01 360704 0 617704 32.83 12 903136 1364908 46.58 611540 707104 0 [2020-10-27T15:03:21.705Z] 14:53:01 316600 0 575184 30.57 12 989760 1215728 41.49 606704 760380 16 [2020-10-27T15:03:21.705Z] 14:54:01 318532 0 572456 30.42 12 990556 1176676 40.16 604516 760748 16 [2020-10-27T15:03:21.705Z] 14:55:01 319276 0 571696 30.38 12 990572 1176400 40.15 603836 760788 12 [2020-10-27T15:03:21.705Z] 14:56:01 319700 0 571276 30.36 12 990568 1176280 40.14 603880 760788 12 [2020-10-27T15:03:21.705Z] 14:57:01 319772 0 571200 30.36 12 990572 1176244 40.14 603868 760804 12 [2020-10-27T15:03:21.705Z] 14:58:01 319904 0 571044 30.35 12 990596 1176244 40.14 603860 760820 8 [2020-10-27T15:03:21.705Z] 14:59:01 320060 0 570880 30.34 12 990604 1176244 40.14 603864 760820 8 [2020-10-27T15:03:21.705Z] 15:00:01 314956 0 571204 30.36 12 995384 1176544 40.15 606728 763044 16 [2020-10-27T15:03:21.705Z] 15:01:01 313920 0 572248 30.41 12 995376 1178588 40.22 607112 763044 16 [2020-10-27T15:03:21.705Z] 15:02:01 313856 0 571616 30.38 12 996072 1176788 40.16 606808 763624 16 [2020-10-27T15:03:21.705Z] 15:03:01 116512 0 668920 35.55 12 1096112 1607308 54.85 705680 834604 73128 [2020-10-27T15:03:21.705Z] Average: 232937 0 677514 36.01 390 970715 1631954 55.70 654141 792228 18716 [2020-10-27T15:03:21.705Z] [2020-10-27T15:03:21.705Z] 14:40:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-27T15:03:21.705Z] 14:41:01 eth0 847.88 792.97 3709.79 109.31 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:41:01 vethe5b1df6 672.05 671.77 71.07 2736.92 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:41:01 docker0 672.05 671.63 61.88 2736.91 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:42:01 eth0 363.13 272.64 3191.92 50.65 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:42:01 docker0 36.03 72.07 2.27 359.37 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:43:01 vethe1d3f39 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:43:01 eth0 244.92 128.15 1604.06 22.98 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:43:01 docker0 76.25 94.67 6.25 469.13 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:44:02 vethe1d3f39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:44:02 eth0 40.83 35.49 24.60 86.87 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:45:01 vethe1d3f39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:45:01 eth0 31.39 22.94 25.43 13.80 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:46:02 veth51ff05f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:46:02 eth0 181.32 145.53 1655.02 71.53 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.705Z] 14:47:05 veth51ff05f 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:47:05 eth0 43.04 28.05 159.24 10.10 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:47:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:47:05 docker0 10.66 20.47 0.56 140.18 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:48:02 veth489ed3c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:48:02 veth50c8445 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:48:02 veth4313980 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:48:02 veth51ff05f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:49:02 veth95f9ad9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:49:02 veth76341e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:49:02 veth51ff05f 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:49:02 eth0 2356.61 1739.14 13340.01 437.17 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:50:02 veth51ff05f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:50:02 vethc776f0e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:50:02 vethfcdc59b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:50:02 eth0 70.96 52.73 134.57 86.04 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:51:02 veth3377309 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:51:02 veth51ff05f 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:51:02 eth0 48.81 37.02 91.39 74.52 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:51:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:52:01 veth51ff05f 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:52:01 eth0 133.32 84.43 409.07 23.64 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:52:01 docker0 864.04 987.56 74.54 4301.26 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:53:01 eth0 14.29 11.36 42.73 20.57 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:53:01 docker0 2.58 4.67 0.14 35.70 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:54:01 eth0 1.83 1.80 0.37 6.76 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:55:01 eth0 3.64 3.66 0.30 6.89 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:56:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:57:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:58:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:59:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 14:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:00:01 eth0 1.63 1.78 0.17 6.58 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:01:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:02:01 eth0 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:03:01 eth0 205.18 160.69 2118.90 38.74 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] 15:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] Average: eth0 99.41 78.62 577.82 28.09 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] Average: docker0 37.16 42.55 3.20 185.97 0.00 0.00 0.00 0.00 [2020-10-27T15:03:21.706Z] [2020-10-27T15:03:21.706Z] [2020-10-27T15:03:21.706Z] ---> sar -P ALL: [2020-10-27T15:03:21.706Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/27/20 _x86_64_ (4 CPU) [2020-10-27T15:03:21.706Z] [2020-10-27T15:03:21.706Z] 14:38:52 LINUX RESTART (4 CPU) [2020-10-27T15:03:21.706Z] [2020-10-27T15:03:21.706Z] 14:40:03 CPU %user %nice %system %iowait %steal %idle [2020-10-27T15:03:21.706Z] 14:41:01 all 7.35 0.00 3.05 1.21 17.01 71.38 [2020-10-27T15:03:21.706Z] 14:41:01 0 7.48 0.00 3.71 0.59 19.70 68.52 [2020-10-27T15:03:21.706Z] 14:41:01 1 4.67 0.00 2.64 1.82 17.29 73.57 [2020-10-27T15:03:21.706Z] 14:41:01 2 8.61 0.00 3.16 1.44 17.00 69.79 [2020-10-27T15:03:21.706Z] 14:41:01 3 8.77 0.00 2.71 0.97 14.02 73.53 [2020-10-27T15:03:21.706Z] 14:42:01 all 7.37 0.00 3.98 1.25 14.08 73.32 [2020-10-27T15:03:21.706Z] 14:42:01 0 7.00 0.00 3.86 0.84 15.54 72.76 [2020-10-27T15:03:21.706Z] 14:42:01 1 5.52 0.00 3.53 1.31 14.20 75.44 [2020-10-27T15:03:21.706Z] 14:42:01 2 7.53 0.00 4.76 0.92 13.33 73.45 [2020-10-27T15:03:21.706Z] 14:42:01 3 9.47 0.00 3.78 1.93 13.21 71.60 [2020-10-27T15:03:21.706Z] 14:43:01 all 16.84 0.00 7.97 4.87 16.21 54.11 [2020-10-27T15:03:21.706Z] 14:43:01 0 15.34 0.00 8.16 4.09 16.55 55.86 [2020-10-27T15:03:21.706Z] 14:43:01 1 16.08 0.00 8.57 6.22 16.97 52.17 [2020-10-27T15:03:21.706Z] 14:43:01 2 17.19 0.00 7.77 5.56 15.65 53.83 [2020-10-27T15:03:21.706Z] 14:43:01 3 18.75 0.00 7.40 3.57 15.67 54.60 [2020-10-27T15:03:21.706Z] 14:44:02 all 40.83 0.00 12.48 3.19 24.31 19.19 [2020-10-27T15:03:21.706Z] 14:44:02 0 36.74 0.00 12.51 4.74 25.87 20.15 [2020-10-27T15:03:21.706Z] 14:44:02 1 37.62 0.00 11.84 2.56 25.55 22.43 [2020-10-27T15:03:21.706Z] 14:44:02 2 41.13 0.00 12.21 3.43 24.16 19.08 [2020-10-27T15:03:21.706Z] 14:44:02 3 48.26 0.00 13.42 1.97 21.49 14.86 [2020-10-27T15:03:21.706Z] 14:45:01 all 20.43 0.00 9.15 1.18 24.49 44.75 [2020-10-27T15:03:21.706Z] 14:45:01 0 18.53 0.00 8.85 0.78 24.48 47.35 [2020-10-27T15:03:21.706Z] 14:45:01 1 18.46 0.00 8.37 1.17 25.57 46.43 [2020-10-27T15:03:21.706Z] 14:45:01 2 21.14 0.00 9.59 1.95 23.40 43.92 [2020-10-27T15:03:21.706Z] 14:45:01 3 23.73 0.00 9.81 0.83 24.48 41.15 [2020-10-27T15:03:21.706Z] 14:46:02 all 7.52 0.00 8.03 4.64 23.57 56.23 [2020-10-27T15:03:21.706Z] 14:46:02 0 6.24 0.00 7.30 4.59 24.05 57.82 [2020-10-27T15:03:21.706Z] 14:46:02 1 8.37 0.00 7.63 4.42 22.95 56.63 [2020-10-27T15:03:21.706Z] 14:46:02 2 6.99 0.00 8.62 4.52 24.27 55.60 [2020-10-27T15:03:21.706Z] 14:46:02 3 8.51 0.00 8.56 5.04 23.03 54.86 [2020-10-27T15:03:21.706Z] 14:47:05 all 13.11 0.00 13.67 22.37 23.33 27.52 [2020-10-27T15:03:21.706Z] 14:47:05 0 14.09 0.00 13.37 21.51 25.36 25.67 [2020-10-27T15:03:21.706Z] 14:47:05 1 11.55 0.00 13.01 21.29 21.88 32.26 [2020-10-27T15:03:21.706Z] 14:47:05 2 13.95 0.00 14.09 22.96 22.68 26.32 [2020-10-27T15:03:21.706Z] 14:47:05 3 12.87 0.00 14.24 23.76 23.41 25.72 [2020-10-27T15:03:21.706Z] 14:48:02 all 29.16 0.00 12.84 20.68 20.95 16.37 [2020-10-27T15:03:21.706Z] 14:48:02 0 27.79 0.00 12.61 20.35 21.04 18.21 [2020-10-27T15:03:21.706Z] 14:48:02 1 30.16 0.00 12.84 21.55 20.54 14.91 [2020-10-27T15:03:21.706Z] 14:48:02 2 29.10 0.00 12.84 21.83 20.83 15.40 [2020-10-27T15:03:21.706Z] 14:48:02 3 29.54 0.00 13.06 18.99 21.41 16.99 [2020-10-27T15:03:21.706Z] 14:49:02 all 49.82 0.00 13.60 8.11 16.64 11.83 [2020-10-27T15:03:21.706Z] 14:49:02 0 48.16 0.00 13.75 10.18 16.95 10.96 [2020-10-27T15:03:21.706Z] 14:49:02 1 50.08 0.00 13.65 9.10 16.95 10.22 [2020-10-27T15:03:21.706Z] 14:49:02 2 49.98 0.00 13.32 5.99 17.09 13.62 [2020-10-27T15:03:21.706Z] 14:49:02 3 51.09 0.00 13.67 7.16 15.53 12.55 [2020-10-27T15:03:21.706Z] 14:50:02 all 15.28 0.00 16.56 18.55 24.59 25.01 [2020-10-27T15:03:21.706Z] 14:50:02 0 13.59 0.00 15.53 20.04 26.23 24.61 [2020-10-27T15:03:21.706Z] 14:50:02 1 14.64 0.00 15.97 17.01 24.44 27.94 [2020-10-27T15:03:21.706Z] 14:50:02 2 15.15 0.00 15.29 18.26 23.53 27.77 [2020-10-27T15:03:21.706Z] 14:50:02 3 17.88 0.00 19.59 18.91 24.15 19.48 [2020-10-27T15:03:21.706Z] 14:51:02 all 50.31 0.00 18.60 9.94 16.45 4.71 [2020-10-27T15:03:21.706Z] 14:51:02 0 51.96 0.00 17.29 9.64 16.07 5.04 [2020-10-27T15:03:21.706Z] 14:51:02 1 47.87 0.00 18.32 10.26 17.17 6.38 [2020-10-27T15:03:21.706Z] 14:51:02 2 48.68 0.00 16.74 11.25 18.09 5.23 [2020-10-27T15:03:21.706Z] 14:51:02 3 52.77 0.00 22.00 8.60 14.46 2.17 [2020-10-27T15:03:21.706Z] [2020-10-27T15:03:21.706Z] 14:51:02 CPU %user %nice %system %iowait %steal %idle [2020-10-27T15:03:21.706Z] 14:52:01 all 23.82 0.00 9.52 6.91 11.29 48.46 [2020-10-27T15:03:21.706Z] 14:52:01 0 23.38 0.00 10.05 6.15 12.73 47.70 [2020-10-27T15:03:21.706Z] 14:52:01 1 23.63 0.00 9.02 8.00 10.29 49.07 [2020-10-27T15:03:21.706Z] 14:52:01 2 24.52 0.00 8.83 5.81 10.94 49.90 [2020-10-27T15:03:21.706Z] 14:52:01 3 23.76 0.00 10.21 7.69 11.24 47.10 [2020-10-27T15:03:21.706Z] 14:53:01 all 0.67 0.00 0.71 0.82 0.71 97.09 [2020-10-27T15:03:21.706Z] 14:53:01 0 0.53 0.00 0.45 0.85 0.63 97.53 [2020-10-27T15:03:21.706Z] 14:53:01 1 0.58 0.00 0.93 0.45 0.60 97.43 [2020-10-27T15:03:21.706Z] 14:53:01 2 0.82 0.00 0.70 1.76 0.85 95.87 [2020-10-27T15:03:21.706Z] 14:53:01 3 0.75 0.00 0.75 0.20 0.77 97.53 [2020-10-27T15:03:21.706Z] 14:54:01 all 0.07 0.00 0.07 0.04 0.32 99.51 [2020-10-27T15:03:21.706Z] 14:54:01 0 0.08 0.00 0.03 0.02 0.10 99.77 [2020-10-27T15:03:21.706Z] 14:54:01 1 0.08 0.00 0.07 0.05 0.37 99.43 [2020-10-27T15:03:21.706Z] 14:54:01 2 0.03 0.00 0.05 0.02 0.20 99.70 [2020-10-27T15:03:21.706Z] 14:54:01 3 0.07 0.00 0.12 0.08 0.60 99.14 [2020-10-27T15:03:21.706Z] 14:55:01 all 0.06 0.00 0.04 0.00 0.21 99.68 [2020-10-27T15:03:21.706Z] 14:55:01 0 0.03 0.00 0.03 0.00 0.10 99.83 [2020-10-27T15:03:21.706Z] 14:55:01 1 0.03 0.00 0.02 0.00 0.07 99.88 [2020-10-27T15:03:21.706Z] 14:55:01 2 0.07 0.00 0.05 0.00 0.37 99.52 [2020-10-27T15:03:21.706Z] 14:55:01 3 0.12 0.00 0.07 0.02 0.32 99.48 [2020-10-27T15:03:21.706Z] 14:56:01 all 0.02 0.00 0.03 0.00 0.17 99.77 [2020-10-27T15:03:21.706Z] 14:56:01 0 0.00 0.00 0.02 0.00 0.07 99.92 [2020-10-27T15:03:21.706Z] 14:56:01 1 0.03 0.00 0.03 0.00 0.08 99.85 [2020-10-27T15:03:21.706Z] 14:56:01 2 0.02 0.00 0.03 0.00 0.13 99.82 [2020-10-27T15:03:21.706Z] 14:56:01 3 0.05 0.00 0.05 0.02 0.40 99.48 [2020-10-27T15:03:21.706Z] 14:57:01 all 0.02 0.00 0.02 0.00 0.16 99.79 [2020-10-27T15:03:21.706Z] 14:57:01 0 0.00 0.00 0.02 0.00 0.10 99.88 [2020-10-27T15:03:21.706Z] 14:57:01 1 0.05 0.00 0.02 0.00 0.18 99.75 [2020-10-27T15:03:21.706Z] 14:57:01 2 0.03 0.00 0.03 0.00 0.07 99.87 [2020-10-27T15:03:21.706Z] 14:57:01 3 0.02 0.00 0.02 0.00 0.30 99.67 [2020-10-27T15:03:21.706Z] 14:58:01 all 0.02 0.00 0.01 0.00 0.28 99.68 [2020-10-27T15:03:21.706Z] 14:58:01 0 0.02 0.00 0.00 0.00 0.07 99.92 [2020-10-27T15:03:21.707Z] 14:58:01 1 0.02 0.00 0.02 0.00 0.13 99.83 [2020-10-27T15:03:21.707Z] 14:58:01 2 0.03 0.00 0.02 0.00 0.48 99.47 [2020-10-27T15:03:21.707Z] 14:58:01 3 0.03 0.00 0.02 0.00 0.45 99.50 [2020-10-27T15:03:21.707Z] 14:59:01 all 0.02 0.00 0.02 0.00 0.29 99.67 [2020-10-27T15:03:21.707Z] 14:59:01 0 0.02 0.00 0.02 0.00 0.15 99.82 [2020-10-27T15:03:21.707Z] 14:59:01 1 0.02 0.00 0.03 0.00 0.22 99.73 [2020-10-27T15:03:21.707Z] 14:59:01 2 0.02 0.00 0.02 0.00 0.51 99.45 [2020-10-27T15:03:21.707Z] 14:59:01 3 0.03 0.00 0.02 0.00 0.27 99.68 [2020-10-27T15:03:21.707Z] 15:00:01 all 0.04 0.00 0.04 0.02 0.27 99.63 [2020-10-27T15:03:21.707Z] 15:00:01 0 0.00 0.00 0.05 0.00 0.08 99.87 [2020-10-27T15:03:21.707Z] 15:00:01 1 0.07 0.00 0.02 0.03 0.17 99.72 [2020-10-27T15:03:21.707Z] 15:00:01 2 0.05 0.00 0.03 0.00 0.25 99.67 [2020-10-27T15:03:21.707Z] 15:00:01 3 0.03 0.00 0.07 0.05 0.58 99.27 [2020-10-27T15:03:21.707Z] 15:01:01 all 0.03 0.00 0.03 0.00 0.19 99.75 [2020-10-27T15:03:21.707Z] 15:01:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2020-10-27T15:03:21.707Z] 15:01:01 1 0.02 0.00 0.02 0.00 0.07 99.90 [2020-10-27T15:03:21.707Z] 15:01:01 2 0.05 0.00 0.07 0.00 0.30 99.58 [2020-10-27T15:03:21.707Z] 15:01:01 3 0.02 0.00 0.02 0.00 0.35 99.62 [2020-10-27T15:03:21.707Z] 15:02:01 all 0.03 0.00 0.03 0.00 0.18 99.76 [2020-10-27T15:03:21.707Z] 15:02:01 0 0.02 0.00 0.02 0.00 0.10 99.86 [2020-10-27T15:03:21.707Z] 15:02:01 1 0.02 0.00 0.02 0.02 0.07 99.88 [2020-10-27T15:03:21.707Z] 15:02:01 2 0.03 0.00 0.02 0.00 0.12 99.83 [2020-10-27T15:03:21.707Z] 15:02:01 3 0.05 0.00 0.05 0.00 0.44 99.46 [2020-10-27T15:03:21.707Z] [2020-10-27T15:03:21.707Z] 15:02:01 CPU %user %nice %system %iowait %steal %idle [2020-10-27T15:03:21.707Z] 15:03:01 all 3.47 0.00 2.24 1.38 8.21 84.71 [2020-10-27T15:03:21.707Z] 15:03:01 0 3.41 0.00 2.73 0.62 8.22 85.02 [2020-10-27T15:03:21.707Z] 15:03:01 1 4.65 0.00 2.01 2.21 8.17 82.97 [2020-10-27T15:03:21.707Z] 15:03:01 2 3.20 0.00 2.79 2.42 8.22 83.37 [2020-10-27T15:03:21.707Z] 15:03:01 3 2.61 0.00 1.45 0.29 8.22 87.42 [2020-10-27T15:03:21.707Z] Average: all 11.58 0.00 5.50 4.38 10.37 68.17 [2020-10-27T15:03:21.707Z] Average: 0 11.10 0.00 5.42 4.36 10.84 68.28 [2020-10-27T15:03:21.707Z] Average: 1 11.15 0.00 5.36 4.50 10.43 68.57 [2020-10-27T15:03:21.707Z] Average: 2 11.68 0.00 5.45 4.51 10.28 68.08 [2020-10-27T15:03:21.707Z] Average: 3 12.41 0.00 5.78 4.15 9.91 67.74 [2020-10-27T15:03:21.707Z] [2020-10-27T15:03:21.707Z] [2020-10-27T15:03:21.707Z]