Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 622be9903e2b823eb60e10c73808f1f674e4d0d9+0d0448aa1bb13b12920e2a3260a06e62bf327a94 (5806f0d87d9bbcb710ccb95b7fafbe1b08f038ea) 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14210 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0d0448aa1bb13b12920e2a3260a06e62bf327a94 into PR head commit 622be9903e2b823eb60e10c73808f1f674e4d0d9 Merge succeeded, producing 088d54081145fc69fa167f33e5557a2f43e6d3bb Checking out Revision 088d54081145fc69fa167f33e5557a2f43e6d3bb (PR-2913) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 622be9903e2b823eb60e10c73808f1f674e4d0d9 # 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 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 088d54081145fc69fa167f33e5557a2f43e6d3bb # timeout=10 Commit message: "Merge commit '0d0448aa1bb13b12920e2a3260a06e62bf327a94' into HEAD" > git rev-list --no-walk 622be9903e2b823eb60e10c73808f1f674e4d0d9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T00:30:35.173Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-03T00:30:35.416Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T00:30:35.517Z] ========================================================= [2020-12-03T00:30:35.517Z] EdgeX Global Pipelines Version Info [2020-12-03T00:30:35.517Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:30:38.015Z] ------------------- [2020-12-03T00:30:38.015Z] stable info: [2020-12-03T00:30:38.015Z] ------------------- [2020-12-03T00:30:38.015Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T00:30:38.015Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T00:30:38.016Z] Message: update stable to v1.0.169 [2020-12-03T00:30:39.539Z] ------------------- [2020-12-03T00:30:39.539Z] experimental info: [2020-12-03T00:30:39.539Z] ------------------- [2020-12-03T00:30:39.539Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T00:30:39.539Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T00:30:39.539Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T00:30:39.872Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-03T00:30:39.960Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-03T00:30:40.073Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T00:30:40.210Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T00:30:40.315Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T00:30:40.410Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T00:30:40.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T00:30:40.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-03T00:30:40.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-03T00:30:40.979Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-03T00:30:41.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T00:30:41.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T00:30:41.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T00:30:41.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T00:30:41.434Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T00:30:41.518Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T00:30:41.602Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-03T00:30:41.689Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T00:30:41.783Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-03T00:30:41.868Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-03T00:30:41.955Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-03T00:30:42.040Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T00:30:42.125Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo [2020-12-03T00:30:42.217Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo [2020-12-03T00:30:42.308Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo [2020-12-03T00:30:42.398Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 088d54081145fc69fa167f33e5557a2f43e6d3bb [Pipeline] echo [2020-12-03T00:30:42.489Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 088d540 [Pipeline] echo [2020-12-03T00:30:42.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T00:30:42.766Z] provisioning config files... [2020-12-03T00:30:42.813Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4460790443000792158tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:30:43.293Z] ---> docker-login.sh [2020-12-03T00:30:43.293Z] nexus3.edgexfoundry.org:10001 [2020-12-03T00:30:43.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:30:43.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:30:43.885Z] Configure a credential helper to remove this warning. See [2020-12-03T00:30:43.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:30:43.885Z] [2020-12-03T00:30:43.885Z] Login Succeeded [2020-12-03T00:30:43.885Z] nexus3.edgexfoundry.org:10002 [2020-12-03T00:30:44.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:30:44.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:30:44.438Z] Configure a credential helper to remove this warning. See [2020-12-03T00:30:44.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:30:44.438Z] [2020-12-03T00:30:44.438Z] Login Succeeded [2020-12-03T00:30:44.438Z] nexus3.edgexfoundry.org:10003 [2020-12-03T00:30:44.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:30:44.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:30:44.727Z] Configure a credential helper to remove this warning. See [2020-12-03T00:30:44.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:30:44.727Z] [2020-12-03T00:30:44.727Z] Login Succeeded [2020-12-03T00:30:44.727Z] nexus3.edgexfoundry.org:10004 [2020-12-03T00:30:45.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:30:45.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:30:45.011Z] Configure a credential helper to remove this warning. See [2020-12-03T00:30:45.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:30:45.011Z] [2020-12-03T00:30:45.011Z] Login Succeeded [2020-12-03T00:30:45.011Z] docker.io [2020-12-03T00:30:45.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:30:45.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:30:45.551Z] Configure a credential helper to remove this warning. See [2020-12-03T00:30:45.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:30:45.551Z] [2020-12-03T00:30:45.551Z] Login Succeeded [2020-12-03T00:30:45.551Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T00:30:45.567Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T00:30:46.073Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-03T00:30:46.073Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:30:46.073Z] ++ dirname cmd/core-command/Dockerfile [2020-12-03T00:30:46.073Z] ++ cut -d/ -f2 [2020-12-03T00:30:46.073Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-03T00:30:46.073Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:30:46.073Z] ++ dirname cmd/core-data/Dockerfile [2020-12-03T00:30:46.073Z] ++ cut -d/ -f2 [2020-12-03T00:30:46.073Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-03T00:30:46.073Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:30:46.073Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-03T00:30:46.073Z] ++ cut -d/ -f2 [2020-12-03T00:30:46.073Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-03T00:30:46.073Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:30:46.073Z] ++ cut -d/ -f2 [2020-12-03T00:30:46.073Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-03T00:30:46.073Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-03T00:30:46.073Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:30:46.073Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-03T00:30:46.073Z] ++ cut -d/ -f2 [2020-12-03T00:30:46.073Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-03T00:30:46.073Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:30:46.073Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-03T00:30:46.073Z] ++ cut -d/ -f2 [2020-12-03T00:30:46.073Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-03T00:30:46.073Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:30:46.073Z] ++ dirname cmd/support-logging/Dockerfile [2020-12-03T00:30:46.073Z] ++ cut -d/ -f2 [2020-12-03T00:30:46.073Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-12-03T00:30:46.073Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:30:46.073Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-03T00:30:46.073Z] ++ cut -d/ -f2 [2020-12-03T00:30:46.073Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-03T00:30:46.073Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:30:46.073Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-03T00:30:46.073Z] ++ cut -d/ -f2 [2020-12-03T00:30:46.073Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-03T00:30:46.073Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:30:46.073Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-03T00:30:46.073Z] ++ cut -d/ -f2 [2020-12-03T00:30:46.073Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T00:30:46.185Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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-12-03T00:30:47.200Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T00:30:47.200Z] [2020-12-03T00:30:47.200Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:30:47.806Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T00:30:48.119Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T00:30:48.119Z] 31603596830f: Pulling fs layer [2020-12-03T00:30:48.119Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T00:30:48.119Z] 6ca5941a6612: Pulling fs layer [2020-12-03T00:30:48.119Z] ecc8261a40a4: Pulling fs layer [2020-12-03T00:30:48.119Z] ecc8261a40a4: Waiting [2020-12-03T00:30:48.119Z] 2a8b12db71e7: Download complete [2020-12-03T00:30:48.432Z] 31603596830f: Download complete [2020-12-03T00:30:48.727Z] ecc8261a40a4: Verifying Checksum [2020-12-03T00:30:48.727Z] ecc8261a40a4: Download complete [2020-12-03T00:30:49.040Z] 6ca5941a6612: Verifying Checksum [2020-12-03T00:30:49.040Z] 6ca5941a6612: Download complete [2020-12-03T00:30:49.339Z] 31603596830f: Pull complete [2020-12-03T00:30:49.623Z] 2a8b12db71e7: Pull complete [2020-12-03T00:30:51.647Z] 6ca5941a6612: Pull complete [2020-12-03T00:30:52.738Z] ecc8261a40a4: Pull complete [2020-12-03T00:30:52.738Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T00:30:52.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T00:30:52.738Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T00:30:53.209Z] prd-centos7-docker-4c-2g-14210 does not seem to be running inside a container [2020-12-03T00:30:53.311Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T00:30:57.088Z] $ docker top 6be57535533a43b1a85d8d9c8d55d60586dab3f1ff7928b0d6e69e38baa25aa9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T00:30:57.889Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T00:30:57.889Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T00:30:58.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T00:30:58.457Z] $ docker exec 6be57535533a43b1a85d8d9c8d55d60586dab3f1ff7928b0d6e69e38baa25aa9 ssh-agent [2020-12-03T00:30:58.725Z] SSH_AUTH_SOCK=/tmp/ssh-L5x8SIrK9fgt/agent.11 [2020-12-03T00:30:58.725Z] SSH_AGENT_PID=17 [2020-12-03T00:30:58.762Z] Running ssh-add (command line suppressed) [2020-12-03T00:30:58.981Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7821319552714730198.key (/w/workspace/edgex-go/2@tmp/private_key_7821319552714730198.key) [2020-12-03T00:30:59.103Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T00:30:59.563Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T00:30:59.670Z] $ docker exec --env ******** --env ******** 6be57535533a43b1a85d8d9c8d55d60586dab3f1ff7928b0d6e69e38baa25aa9 ssh-agent -k [2020-12-03T00:30:59.892Z] unset SSH_AUTH_SOCK; [2020-12-03T00:30:59.893Z] unset SSH_AGENT_PID; [2020-12-03T00:30:59.893Z] echo Agent pid 17 killed; [2020-12-03T00:30:59.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T00:31:00.158Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T00:31:00.158Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T00:31:00.836Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T00:31:00.845Z] $ docker exec 6be57535533a43b1a85d8d9c8d55d60586dab3f1ff7928b0d6e69e38baa25aa9 ssh-agent [2020-12-03T00:31:01.234Z] SSH_AUTH_SOCK=/tmp/ssh-US9ZeyLFz4vO/agent.46 [2020-12-03T00:31:01.234Z] SSH_AGENT_PID=51 [2020-12-03T00:31:01.245Z] Running ssh-add (command line suppressed) [2020-12-03T00:31:01.467Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3614927820849397916.key (/w/workspace/edgex-go/2@tmp/private_key_3614927820849397916.key) [2020-12-03T00:31:01.608Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T00:31:02.318Z] + git semver init [2020-12-03T00:31:02.318Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T00:31:02.318Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-12-03T00:31:02.318Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-12-03T00:31:02.318Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T00:31:02.318Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T00:31:02.318Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T00:31:02.318Z] # $SEMVER_BRANCH = PR-2913 [2020-12-03T00:31:02.318Z] # $SEMVER_TEMP = /tmp/semver-038440273 [2020-12-03T00:31:02.318Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-03T00:31:49.894Z] # '/tmp/semver-038440273' -> '/w/workspace/edgex-go/2/.semver' [2020-12-03T00:31:49.894Z] # -> Force: false [2020-12-03T00:31:49.894Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-12-03T00:31:49.928Z] $ docker exec --env ******** --env ******** 6be57535533a43b1a85d8d9c8d55d60586dab3f1ff7928b0d6e69e38baa25aa9 ssh-agent -k [2020-12-03T00:31:50.440Z] unset SSH_AUTH_SOCK; [2020-12-03T00:31:50.441Z] unset SSH_AGENT_PID; [2020-12-03T00:31:50.441Z] echo Agent pid 51 killed; [2020-12-03T00:31:50.554Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T00:31:51.073Z] + git semver [Pipeline] } [2020-12-03T00:31:51.095Z] $ docker stop --time=1 6be57535533a43b1a85d8d9c8d55d60586dab3f1ff7928b0d6e69e38baa25aa9 [2020-12-03T00:31:53.221Z] $ docker rm -f 6be57535533a43b1a85d8d9c8d55d60586dab3f1ff7928b0d6e69e38baa25aa9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T00:31:53.911Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T00:31:54.926Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T00:31:54.929Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T00:31:55.920Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T00:31:56.325Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T00:31:56.731Z] + true [2020-12-03T00:31:56.731Z] + sudo service docker restart [2020-12-03T00:31:56.731Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-03T00:31:58.235Z] ========================================================= [2020-12-03T00:31:58.235Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T00:31:58.235Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:31:58.695Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-03T00:32:05.591Z] Sending build context to Docker daemon 325.9MB [2020-12-03T00:32:05.591Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T00:32:05.591Z] Step 2/7 : FROM ${BASE} [2020-12-03T00:32:05.591Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T00:32:05.591Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T00:32:05.591Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T00:32:05.591Z] de9db76c5a1d: Pulling fs layer [2020-12-03T00:32:05.591Z] bca2f99d35d6: Pulling fs layer [2020-12-03T00:32:05.591Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T00:32:05.591Z] 7c6f9722023f: Pulling fs layer [2020-12-03T00:32:05.591Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T00:32:05.591Z] 93359f2a8cfa: Waiting [2020-12-03T00:32:05.591Z] 7c6f9722023f: Waiting [2020-12-03T00:32:05.591Z] a35cf1a2eb13: Waiting [2020-12-03T00:32:05.591Z] bca2f99d35d6: Waiting [2020-12-03T00:32:05.591Z] de9db76c5a1d: Verifying Checksum [2020-12-03T00:32:05.591Z] de9db76c5a1d: Download complete [2020-12-03T00:32:05.591Z] 0ef7d3d256c8: Verifying Checksum [2020-12-03T00:32:05.591Z] 0ef7d3d256c8: Download complete [2020-12-03T00:32:05.591Z] 93359f2a8cfa: Download complete [2020-12-03T00:32:05.591Z] 7c6f9722023f: Verifying Checksum [2020-12-03T00:32:05.591Z] 7c6f9722023f: Download complete [2020-12-03T00:32:05.591Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T00:32:05.591Z] 188c0c94c7c5: Download complete [2020-12-03T00:32:06.224Z] 188c0c94c7c5: Pull complete [2020-12-03T00:32:06.863Z] 0ef7d3d256c8: Pull complete [2020-12-03T00:32:06.863Z] de9db76c5a1d: Pull complete [2020-12-03T00:32:10.338Z] Still waiting to schedule task [2020-12-03T00:32:10.338Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-03T00:32:11.876Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T00:32:11.876Z] a35cf1a2eb13: Download complete [2020-12-03T00:32:12.872Z] bca2f99d35d6: Verifying Checksum [2020-12-03T00:32:12.872Z] bca2f99d35d6: Download complete [2020-12-03T00:32:21.209Z] bca2f99d35d6: Pull complete [2020-12-03T00:32:21.210Z] 93359f2a8cfa: Pull complete [2020-12-03T00:32:21.210Z] 7c6f9722023f: Pull complete [2020-12-03T00:32:26.670Z] a35cf1a2eb13: Pull complete [2020-12-03T00:32:26.670Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T00:32:26.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T00:32:26.670Z] ---> a62c8e92a672 [2020-12-03T00:32:26.670Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-03T00:32:26.670Z] ---> Running in de23cdfe05b4 [2020-12-03T00:32:27.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:32:27.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:32:28.459Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T00:32:28.781Z] (2/12) Installing file (5.38-r0) [2020-12-03T00:32:28.781Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T00:32:29.051Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T00:32:33.337Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T00:32:33.337Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T00:32:33.613Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T00:32:33.613Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T00:32:33.613Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T00:32:33.891Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T00:32:33.891Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T00:32:34.505Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T00:32:34.505Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:32:34.505Z] OK: 233 MiB in 51 packages [2020-12-03T00:32:38.793Z] Removing intermediate container de23cdfe05b4 [2020-12-03T00:32:38.793Z] ---> 7468e14565a0 [2020-12-03T00:32:38.793Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T00:32:38.793Z] ---> Running in 35e794204975 [2020-12-03T00:32:38.793Z] Removing intermediate container 35e794204975 [2020-12-03T00:32:38.793Z] ---> 1479b73d703c [2020-12-03T00:32:38.793Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T00:32:39.376Z] latest: Pulling from library/docker [2020-12-03T00:32:39.671Z] 188c0c94c7c5: Already exists [2020-12-03T00:32:39.671Z] 0c7c675703d6: Pulling fs layer [2020-12-03T00:32:39.671Z] cc8c12a437cb: Pulling fs layer [2020-12-03T00:32:39.671Z] f092543453df: Pulling fs layer [2020-12-03T00:32:39.671Z] 65b6bc45957d: Pulling fs layer [2020-12-03T00:32:39.671Z] 4de832df471b: Pulling fs layer [2020-12-03T00:32:39.671Z] 79aa7fa92271: Pulling fs layer [2020-12-03T00:32:39.671Z] 65b6bc45957d: Waiting [2020-12-03T00:32:39.671Z] 4de832df471b: Waiting [2020-12-03T00:32:39.671Z] 79aa7fa92271: Waiting [2020-12-03T00:32:39.671Z] cc8c12a437cb: Verifying Checksum [2020-12-03T00:32:39.671Z] cc8c12a437cb: Download complete [2020-12-03T00:32:39.966Z] 0c7c675703d6: Verifying Checksum [2020-12-03T00:32:39.966Z] 0c7c675703d6: Download complete [2020-12-03T00:32:39.966Z] 65b6bc45957d: Verifying Checksum [2020-12-03T00:32:39.966Z] 65b6bc45957d: Download complete [2020-12-03T00:32:39.966Z] 4de832df471b: Verifying Checksum [2020-12-03T00:32:39.966Z] 4de832df471b: Download complete [2020-12-03T00:32:40.277Z] 79aa7fa92271: Verifying Checksum [2020-12-03T00:32:40.277Z] 79aa7fa92271: Download complete [2020-12-03T00:32:41.003Z] 0c7c675703d6: Pull complete [2020-12-03T00:32:41.280Z] cc8c12a437cb: Pull complete [2020-12-03T00:32:41.280Z] f092543453df: Verifying Checksum [2020-12-03T00:32:41.280Z] f092543453df: Download complete [2020-12-03T00:32:45.600Z] f092543453df: Pull complete [2020-12-03T00:32:45.600Z] 65b6bc45957d: Pull complete [2020-12-03T00:32:45.600Z] 4de832df471b: Pull complete [2020-12-03T00:32:45.600Z] 79aa7fa92271: Pull complete [2020-12-03T00:32:45.600Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T00:32:45.600Z] Status: Downloaded newer image for docker:latest [2020-12-03T00:32:47.569Z] ---> 46bd92680dd2 [2020-12-03T00:32:47.569Z] Step 6/7 : COPY go.mod . [2020-12-03T00:32:48.164Z] ---> 1854ea938f8e [2020-12-03T00:32:48.164Z] Step 7/7 : RUN go mod download [2020-12-03T00:32:48.164Z] ---> Running in 1327b6a05d88 [2020-12-03T00:33:14.959Z] Removing intermediate container 1327b6a05d88 [2020-12-03T00:33:14.959Z] ---> f009744382bc [2020-12-03T00:33:14.959Z] Successfully built f009744382bc [2020-12-03T00:33:14.959Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:33:15.903Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T00:33:15.903Z] . [Pipeline] withDockerContainer [2020-12-03T00:33:16.653Z] prd-centos7-docker-4c-2g-14210 does not seem to be running inside a container [2020-12-03T00:33:17.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-03T00:33:18.464Z] $ docker top 8d00d7f5178893736f3ca3d98107d8abbd3a5cc58dc60acaa79e54593038769e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T00:33:19.125Z] + go version [2020-12-03T00:33:19.125Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T00:33:19.190Z] $ docker stop --time=1 8d00d7f5178893736f3ca3d98107d8abbd3a5cc58dc60acaa79e54593038769e [2020-12-03T00:33:20.901Z] $ docker rm -f 8d00d7f5178893736f3ca3d98107d8abbd3a5cc58dc60acaa79e54593038769e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:33:21.879Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T00:33:21.879Z] . [Pipeline] withDockerContainer [2020-12-03T00:33:22.026Z] prd-centos7-docker-4c-2g-14210 does not seem to be running inside a container [2020-12-03T00:33:22.092Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-03T00:33:23.412Z] $ docker top 18fa3e26827ff9f6f996fd0da6acd21e063ff72aac308589bdca05f21d95c7a0 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T00:33:23.638Z] ========================================================= [2020-12-03T00:33:23.638Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T00:33:23.638Z] ========================================================= [Pipeline] sh [2020-12-03T00:33:23.967Z] + make test [2020-12-03T00:33:23.967Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T00:33:42.467Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T00:34:05.031Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T00:34:17.734Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T00:34:17.734Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T00:34:17.734Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T00:34:17.734Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T00:34:17.734Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T00:34:17.734Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T00:34:18.028Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-03T00:34:19.044Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T00:34:20.108Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T00:34:20.755Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T00:34:20.755Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T00:34:20.755Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T00:34:24.309Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements [2020-12-03T00:34:24.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T00:34:24.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T00:34:24.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T00:34:24.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T00:34:24.309Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T00:34:28.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.380s coverage: 27.1% of statements [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T00:34:28.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T00:34:28.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T00:34:28.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.159s coverage: 65.5% of statements [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T00:34:28.822Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.421s coverage: 82.7% of statements [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T00:34:28.822Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T00:34:32.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.632s coverage: 28.6% of statements [2020-12-03T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T00:34:32.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements [2020-12-03T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T00:34:32.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2020-12-03T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T00:34:32.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.194s coverage: 86.7% of statements [2020-12-03T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T00:34:32.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.164s coverage: 97.5% of statements [2020-12-03T00:34:32.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T00:34:32.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2020-12-03T00:34:32.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T00:34:32.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T00:34:32.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T00:34:32.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T00:34:35.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.461s coverage: 95.2% of statements [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T00:34:35.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T00:34:35.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T00:34:35.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T00:34:35.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T00:34:35.616Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2020-12-03T00:34:35.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T00:34:35.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T00:34:35.616Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.087s coverage: 0.0% of statements [no tests to run] [2020-12-03T00:34:35.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T00:34:35.616Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T00:34:35.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.387s coverage: 63.5% of statements [2020-12-03T00:34:35.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T00:34:35.616Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T00:34:35.616Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.109s coverage: 100.0% of statements [2020-12-03T00:34:35.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.056s coverage: 91.3% of statements [2020-12-03T00:34:35.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements [2020-12-03T00:34:36.547Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2020-12-03T00:34:36.844Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2020-12-03T00:34:39.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.783s coverage: 55.9% of statements [2020-12-03T00:34:39.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T00:34:39.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T00:34:39.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T00:34:39.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T00:34:39.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T00:34:40.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.223s coverage: 37.1% of statements [2020-12-03T00:34:40.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T00:34:40.027Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T00:34:40.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.603s coverage: 84.0% of statements [2020-12-03T00:34:40.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.251s coverage: 100.0% of statements [2020-12-03T00:34:41.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.060s coverage: 42.9% of statements [2020-12-03T00:34:41.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-03T00:34:41.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-03T00:34:41.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.083s coverage: 100.0% of statements [2020-12-03T00:34:41.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-03T00:34:41.183Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.061s coverage: 83.8% of statements [2020-12-03T00:34:41.183Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-03T00:34:45.899Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.328s coverage: 47.1% of statements [2020-12-03T00:34:45.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T00:34:45.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T00:34:45.899Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.070s coverage: 100.0% of statements [2020-12-03T00:34:45.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T00:34:45.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T00:34:45.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T00:34:45.899Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2020-12-03T00:34:45.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T00:34:45.899Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.169s coverage: 100.0% of statements [2020-12-03T00:34:45.899Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T00:34:48.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.210s coverage: 29.1% of statements [2020-12-03T00:34:48.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T00:34:48.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T00:34:48.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T00:34:48.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T00:34:48.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T00:34:48.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.315s coverage: 99.0% of statements [2020-12-03T00:34:48.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T00:34:48.162Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2020-12-03T00:34:48.162Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T00:34:48.162Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.094s coverage: 0.0% of statements [2020-12-03T00:34:48.162Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T00:34:48.943Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.097s coverage: 100.0% of statements [2020-12-03T00:34:48.943Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T00:34:48.943Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T00:34:48.943Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T00:34:48.943Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T00:34:49.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements [2020-12-03T00:34:49.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T00:34:49.624Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T00:34:49.624Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.099s coverage: 100.0% of statements [2020-12-03T00:34:50.274Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.073s coverage: 32.1% of statements [2020-12-03T00:34:50.553Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2020-12-03T00:34:51.180Z] GO111MODULE=on go vet ./... [2020-12-03T00:35:04.418Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14222 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws [2020-12-03T00:35:04.478Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-03T00:35:09.877Z] using credential edgex-jenkins-ssh [2020-12-03T00:35:09.933Z] Cloning the remote Git repository [2020-12-03T00:35:09.994Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T00:35:10.109Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-03T00:35:10.200Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T00:35:10.201Z] > git --version # timeout=10 [2020-12-03T00:35:10.221Z] > git --version # 'git version 2.17.1' [2020-12-03T00:35:10.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T00:35:10.289Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T00:35:28.133Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T00:35:28.154Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T00:35:28.189Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T00:35:28.225Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T00:35:28.226Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T00:35:28.239Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T00:35:29.137Z] Merging remotes/origin/master commit 0d0448aa1bb13b12920e2a3260a06e62bf327a94 into PR head commit 622be9903e2b823eb60e10c73808f1f674e4d0d9 [2020-12-03T00:35:30.010Z] Merge succeeded, producing c3a7ff847624770fd873e489d56ee192596b3879 [2020-12-03T00:35:30.010Z] Checking out Revision c3a7ff847624770fd873e489d56ee192596b3879 (PR-2913) [2020-12-03T00:35:29.159Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T00:35:29.181Z] > git checkout -f 622be9903e2b823eb60e10c73808f1f674e4d0d9 # timeout=10 [2020-12-03T00:35:29.530Z] > git remote # timeout=10 [2020-12-03T00:35:29.571Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T00:35:29.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T00:35:29.605Z] > git merge 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 [2020-12-03T00:35:29.984Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T00:35:30.019Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T00:35:30.034Z] > git checkout -f c3a7ff847624770fd873e489d56ee192596b3879 # timeout=10 [2020-12-03T00:35:35.295Z] Commit message: "Merge commit '0d0448aa1bb13b12920e2a3260a06e62bf327a94' into HEAD" [2020-12-03T00:35:35.305Z] > git rev-list --no-walk 622be9903e2b823eb60e10c73808f1f674e4d0d9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T00:35:36.964Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-03T00:35:37.429Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T00:35:37.817Z] + true [2020-12-03T00:35:37.817Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T00:35:39.872Z] provisioning config files... [2020-12-03T00:35:39.911Z] gofmt -l . [2020-12-03T00:35:39.911Z] [ "`gofmt -l .`" = "" ] [2020-12-03T00:35:39.911Z] ./bin/test-go-mod-tidy.sh [2020-12-03T00:35:39.911Z] ./bin/test-attribution-txt.sh [2020-12-03T00:35:39.912Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4699541656116578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:35:40.319Z] ---> docker-login.sh [2020-12-03T00:35:40.319Z] nexus3.edgexfoundry.org:10001 [2020-12-03T00:35:40.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2020-12-03T00:35:41.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:35:41.526Z] Configure a credential helper to remove this warning. See [2020-12-03T00:35:41.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:35:41.526Z] [2020-12-03T00:35:41.526Z] Login Succeeded [2020-12-03T00:35:41.526Z] nexus3.edgexfoundry.org:10002 [2020-12-03T00:35:41.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:35:42.062Z] + ls -al . [2020-12-03T00:35:42.062Z] total 612 [2020-12-03T00:35:42.062Z] drwxrwxr-x 10 1001 1001 4096 Dec 3 00:35 . [2020-12-03T00:35:42.062Z] drwxr-xr-x 4 root root 28 Dec 3 00:33 .. [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 00:30 .dockerignore [2020-12-03T00:35:42.062Z] drwxrwxr-x 8 1001 1001 179 Dec 3 00:30 .git [2020-12-03T00:35:42.062Z] drwxrwxr-x 3 1001 1001 125 Dec 3 00:30 .github [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 790 Dec 3 00:30 .gitignore [2020-12-03T00:35:42.062Z] drwx------ 3 1001 1001 47 Dec 3 00:31 .semver [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 00:30 .sonarcloud.properties [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 00:30 CONTRIBUTING.md [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 00:30 Dockerfile.build [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 863 Dec 3 00:30 Jenkinsfile [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 00:30 LICENSE [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 6019 Dec 3 00:30 Makefile [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 6663 Dec 3 00:30 README.md [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 00:30 SECURITY.md [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 5 Dec 3 00:31 VERSION [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 00:30 ZMQWindows.md [2020-12-03T00:35:42.062Z] drwxrwxr-x 2 1001 1001 117 Dec 3 00:30 bin [2020-12-03T00:35:42.062Z] drwxrwxr-x 14 1001 1001 4096 Dec 3 00:30 cmd [2020-12-03T00:35:42.062Z] -rw-r--r-- 1 root root 519692 Dec 3 00:34 coverage.out [2020-12-03T00:35:42.062Z] -rw-r--r-- 1 root root 1041 Dec 3 00:35 go.mod [2020-12-03T00:35:42.062Z] -rw-r--r-- 1 root root 18856 Dec 3 00:35 go.sum [2020-12-03T00:35:42.062Z] drwxrwxr-x 8 1001 1001 127 Dec 3 00:30 internal [2020-12-03T00:35:42.062Z] drwxrwxr-x 4 1001 1001 26 Dec 3 00:30 openapi [2020-12-03T00:35:42.062Z] drwxrwxr-x 4 1001 1001 71 Dec 3 00:30 snap [2020-12-03T00:35:42.062Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 00:30 version.go [2020-12-03T00:35:42.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:35:42.084Z] Configure a credential helper to remove this warning. See [2020-12-03T00:35:42.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:35:42.084Z] [2020-12-03T00:35:42.084Z] Login Succeeded [2020-12-03T00:35:42.084Z] nexus3.edgexfoundry.org:10003 [Pipeline] sh [2020-12-03T00:35:42.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:35:42.439Z] + '[' -e coverage.out ] [2020-12-03T00:35:42.439Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T00:35:42.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:35:42.631Z] Configure a credential helper to remove this warning. See [2020-12-03T00:35:42.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:35:42.631Z] [2020-12-03T00:35:42.631Z] Login Succeeded [2020-12-03T00:35:42.631Z] nexus3.edgexfoundry.org:10004 [2020-12-03T00:35:42.891Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T00:35:42.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:35:43.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:35:43.184Z] Configure a credential helper to remove this warning. See [2020-12-03T00:35:43.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:35:43.184Z] [2020-12-03T00:35:43.184Z] Login Succeeded [2020-12-03T00:35:43.184Z] docker.io [2020-12-03T00:35:43.213Z] + make build [2020-12-03T00:35:43.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T00:35:43.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:35:43.732Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:35:43.733Z] Configure a credential helper to remove this warning. See [2020-12-03T00:35:43.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:35:43.733Z] [2020-12-03T00:35:43.733Z] Login Succeeded [2020-12-03T00:35:43.733Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T00:35:43.750Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-03T00:35:44.296Z] ========================================================= [2020-12-03T00:35:44.296Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T00:35:44.296Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:35:44.756Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-03T00:35:46.754Z] Sending build context to Docker daemon 165.3MB [2020-12-03T00:35:47.028Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T00:35:47.028Z] Step 2/7 : FROM ${BASE} [2020-12-03T00:35:47.028Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T00:35:47.028Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T00:35:47.028Z] a4357932f1b6: Pulling fs layer [2020-12-03T00:35:47.028Z] 18c013af1878: Pulling fs layer [2020-12-03T00:35:47.028Z] 00ac8860ef70: Pulling fs layer [2020-12-03T00:35:47.028Z] 63d7cb157983: Pulling fs layer [2020-12-03T00:35:47.028Z] b116817d02f9: Pulling fs layer [2020-12-03T00:35:47.028Z] 745a02a5169b: Pulling fs layer [2020-12-03T00:35:47.028Z] 00ac8860ef70: Waiting [2020-12-03T00:35:47.028Z] 745a02a5169b: Waiting [2020-12-03T00:35:47.028Z] 63d7cb157983: Waiting [2020-12-03T00:35:47.028Z] b116817d02f9: Waiting [2020-12-03T00:35:47.028Z] 18c013af1878: Verifying Checksum [2020-12-03T00:35:47.028Z] 18c013af1878: Download complete [2020-12-03T00:35:47.028Z] a4357932f1b6: Download complete [2020-12-03T00:35:47.626Z] 63d7cb157983: Verifying Checksum [2020-12-03T00:35:47.626Z] 63d7cb157983: Download complete [2020-12-03T00:35:47.626Z] b116817d02f9: Verifying Checksum [2020-12-03T00:35:47.626Z] b116817d02f9: Download complete [2020-12-03T00:35:48.223Z] 5f621e34cdf4: Verifying Checksum [2020-12-03T00:35:48.223Z] 5f621e34cdf4: Download complete [2020-12-03T00:35:48.827Z] 5f621e34cdf4: Pull complete [2020-12-03T00:35:49.441Z] a4357932f1b6: Pull complete [2020-12-03T00:35:49.715Z] 18c013af1878: Pull complete [2020-12-03T00:35:51.153Z] 745a02a5169b: Verifying Checksum [2020-12-03T00:35:51.153Z] 745a02a5169b: Download complete [2020-12-03T00:35:52.594Z] 00ac8860ef70: Verifying Checksum [2020-12-03T00:35:52.594Z] 00ac8860ef70: Download complete [2020-12-03T00:36:02.797Z] 00ac8860ef70: Pull complete [2020-12-03T00:36:02.797Z] 63d7cb157983: Pull complete [2020-12-03T00:36:03.395Z] b116817d02f9: Pull complete [2020-12-03T00:36:07.723Z] 745a02a5169b: Pull complete [2020-12-03T00:36:07.723Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T00:36:07.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T00:36:07.723Z] ---> b7e6874047d6 [2020-12-03T00:36:07.723Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-03T00:36:10.371Z] ---> Running in e36c25c99fa4 [2020-12-03T00:36:10.701Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T00:36:11.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:36:13.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:36:14.733Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T00:36:15.004Z] (2/12) Installing file (5.38-r0) [2020-12-03T00:36:15.274Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T00:36:15.274Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T00:36:17.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T00:36:22.219Z] 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-12-03T00:36:24.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T00:36:27.645Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T00:36:27.645Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T00:36:27.645Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T00:36:27.645Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T00:36:27.645Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T00:36:27.920Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T00:36:27.920Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T00:36:28.194Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T00:36:28.194Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:36:28.194Z] OK: 217 MiB in 51 packages [2020-12-03T00:36:30.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T00:36:32.114Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T00:36:32.527Z] Removing intermediate container e36c25c99fa4 [2020-12-03T00:36:32.527Z] ---> 2cfd804b007f [2020-12-03T00:36:32.527Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T00:36:32.801Z] ---> Running in c86d110665c2 [2020-12-03T00:36:33.395Z] Removing intermediate container c86d110665c2 [2020-12-03T00:36:33.395Z] ---> 0c144c4dd7fb [2020-12-03T00:36:33.395Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T00:36:33.989Z] latest: Pulling from library/docker [2020-12-03T00:36:34.587Z] 5f621e34cdf4: Already exists [2020-12-03T00:36:34.587Z] 85db56a05063: Pulling fs layer [2020-12-03T00:36:34.587Z] ccb67d6aeaaa: Pulling fs layer [2020-12-03T00:36:34.587Z] de930078acea: Pulling fs layer [2020-12-03T00:36:34.587Z] d5a9d88a4785: Pulling fs layer [2020-12-03T00:36:34.587Z] e7f15c1544d5: Pulling fs layer [2020-12-03T00:36:34.587Z] 877c515997d3: Pulling fs layer [2020-12-03T00:36:34.587Z] d5a9d88a4785: Waiting [2020-12-03T00:36:34.587Z] 877c515997d3: Waiting [2020-12-03T00:36:34.587Z] e7f15c1544d5: Waiting [2020-12-03T00:36:34.865Z] ccb67d6aeaaa: Download complete [2020-12-03T00:36:34.865Z] 85db56a05063: Download complete [2020-12-03T00:36:34.865Z] d5a9d88a4785: Verifying Checksum [2020-12-03T00:36:34.865Z] d5a9d88a4785: Download complete [2020-12-03T00:36:34.865Z] e7f15c1544d5: Verifying Checksum [2020-12-03T00:36:34.865Z] e7f15c1544d5: Download complete [2020-12-03T00:36:35.142Z] 877c515997d3: Verifying Checksum [2020-12-03T00:36:35.142Z] 877c515997d3: Download complete [2020-12-03T00:36:35.742Z] 85db56a05063: Pull complete [2020-12-03T00:36:36.014Z] ccb67d6aeaaa: Pull complete [2020-12-03T00:36:36.288Z] de930078acea: Verifying Checksum [2020-12-03T00:36:36.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T00:36:39.676Z] de930078acea: Pull complete [2020-12-03T00:36:39.949Z] d5a9d88a4785: Pull complete [2020-12-03T00:36:40.241Z] e7f15c1544d5: Pull complete [2020-12-03T00:36:40.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T00:36:40.516Z] 877c515997d3: Pull complete [2020-12-03T00:36:40.516Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T00:36:40.516Z] Status: Downloaded newer image for docker:latest [2020-12-03T00:36:42.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T00:36:43.902Z] ---> 6d9f3b40dc08 [2020-12-03T00:36:43.902Z] Step 6/7 : COPY go.mod . [2020-12-03T00:36:44.497Z] ---> f10e45a7cced [2020-12-03T00:36:44.497Z] Step 7/7 : RUN go mod download [2020-12-03T00:36:44.497Z] ---> Running in ebf35d4d0087 [2020-12-03T00:36:46.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T00:36:49.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } [2020-12-03T00:36:52.276Z] $ docker stop --time=1 18fa3e26827ff9f6f996fd0da6acd21e063ff72aac308589bdca05f21d95c7a0 [2020-12-03T00:36:54.887Z] $ docker rm -f 18fa3e26827ff9f6f996fd0da6acd21e063ff72aac308589bdca05f21d95c7a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:36:56.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T00:36:57.201Z] [2020-12-03T00:36:57.201Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:36:57.650Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T00:36:57.962Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-03T00:36:57.962Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-03T00:36:57.962Z] ca9280d653b3: Pulling fs layer [2020-12-03T00:36:57.962Z] 7e9c9ca2126c: Pulling fs layer [2020-12-03T00:36:58.269Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-03T00:36:58.269Z] cbdbe7a5bc2a: Download complete [2020-12-03T00:36:59.753Z] cbdbe7a5bc2a: Pull complete [2020-12-03T00:36:59.753Z] ca9280d653b3: Verifying Checksum [2020-12-03T00:36:59.753Z] ca9280d653b3: Download complete [2020-12-03T00:37:03.305Z] ca9280d653b3: Pull complete [2020-12-03T00:37:03.305Z] 7e9c9ca2126c: Verifying Checksum [2020-12-03T00:37:03.305Z] 7e9c9ca2126c: Download complete [2020-12-03T00:37:11.788Z] Removing intermediate container ebf35d4d0087 [2020-12-03T00:37:11.788Z] ---> 7f23160ba877 [2020-12-03T00:37:11.788Z] Successfully built 7f23160ba877 [2020-12-03T00:37:11.788Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:37:12.134Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T00:37:12.134Z] . [Pipeline] withDockerContainer [2020-12-03T00:37:12.416Z] prd-ubuntu18.04-docker-arm64-4c-16g-14222 does not seem to be running inside a container [2020-12-03T00:37:12.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-03T00:37:13.887Z] $ docker top e1c3c0dd7248b2f475c5d785edc354f1fc562cae34edc7f0bcd77facd69fb790 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T00:37:14.890Z] + go version [2020-12-03T00:37:14.890Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T00:37:14.912Z] $ docker stop --time=1 e1c3c0dd7248b2f475c5d785edc354f1fc562cae34edc7f0bcd77facd69fb790 [2020-12-03T00:37:16.098Z] 7e9c9ca2126c: Pull complete [2020-12-03T00:37:16.098Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-03T00:37:16.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T00:37:16.394Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T00:37:16.741Z] $ docker rm -f e1c3c0dd7248b2f475c5d785edc354f1fc562cae34edc7f0bcd77facd69fb790 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2020-12-03T00:37:17.249Z] prd-centos7-docker-4c-2g-14210 does not seem to be running inside a container [2020-12-03T00:37:17.682Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-03T00:37:20.608Z] $ docker top 2590083f61f898133b68d3ebc167bf76941a2c2b72c4e896faf27f26ac98df41 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-12-03T00:37:21.523Z] + docker-compose build --help [2020-12-03T00:37:21.523Z] + grep parallel [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:37:21.913Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T00:37:21.913Z] . [Pipeline] withDockerContainer [2020-12-03T00:37:22.140Z] prd-ubuntu18.04-docker-arm64-4c-16g-14222 does not seem to be running inside a container [2020-12-03T00:37:22.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-03T00:37:22.937Z] --parallel Build images in parallel. [2020-12-03T00:37:23.552Z] $ docker top 1f7b321cea81a3c5914293844b8f266029aa80a1b18aed618a4d97f1ef5ae74b -eo pid,comm [Pipeline] { [Pipeline] } [2020-12-03T00:37:23.903Z] $ docker stop --time=1 2590083f61f898133b68d3ebc167bf76941a2c2b72c4e896faf27f26ac98df41 [2020-12-03T00:37:25.669Z] $ docker rm -f 2590083f61f898133b68d3ebc167bf76941a2c2b72c4e896faf27f26ac98df41 [Pipeline] // withDockerContainer [Pipeline] echo [2020-12-03T00:37:26.019Z] ========================================================= [2020-12-03T00:37:26.019Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T00:37:26.019Z] ========================================================= [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:37:26.335Z] + make test [2020-12-03T00:37:26.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T00:37:26.587Z] . [Pipeline] withDockerContainer [2020-12-03T00:37:26.611Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T00:37:26.804Z] prd-centos7-docker-4c-2g-14210 does not seem to be running inside a container [2020-12-03T00:37:26.920Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-03T00:37:28.195Z] $ docker top e3f0200ed7594125fa1f8fb69ee2f0447282ba46d43cf18f6bf085d099c743c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T00:37:28.928Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T00:37:30.362Z] Building docker-core-command-go ... [2020-12-03T00:37:30.362Z] Building docker-core-data-go ... [2020-12-03T00:37:30.362Z] Building docker-core-metadata-go ... [2020-12-03T00:37:30.362Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T00:37:30.362Z] Building docker-security-proxy-setup-go ... [2020-12-03T00:37:30.362Z] Building docker-security-secretstore-setup-go ... [2020-12-03T00:37:30.362Z] Building docker-support-logging-go ... [2020-12-03T00:37:30.362Z] Building docker-support-notifications-go ... [2020-12-03T00:37:30.362Z] Building docker-support-scheduler-go ... [2020-12-03T00:37:30.362Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T00:37:30.362Z] Building docker-core-metadata-go [2020-12-03T00:37:30.362Z] Building docker-support-scheduler-go [2020-12-03T00:37:30.362Z] Building docker-sys-mgmt-agent-go [2020-12-03T00:37:30.362Z] Building docker-core-data-go [2020-12-03T00:37:30.683Z] Building docker-support-notifications-go [2020-12-03T00:37:48.960Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T00:38:27.927Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:38:27.927Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:38:27.927Z] ---> f009744382bc [2020-12-03T00:38:27.927Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T00:38:27.927Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:38:27.927Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:38:27.927Z] ---> f009744382bc [2020-12-03T00:38:27.927Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T00:38:27.927Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:38:27.927Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:38:27.927Z] ---> f009744382bc [2020-12-03T00:38:27.927Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T00:38:27.927Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:38:27.927Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:38:27.927Z] ---> f009744382bc [2020-12-03T00:38:27.927Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T00:38:27.927Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:38:27.927Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:38:27.927Z] ---> f009744382bc [2020-12-03T00:38:27.927Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T00:38:27.927Z] ---> Running in ad1e4469f819 [2020-12-03T00:38:27.927Z] ---> Running in 915ca37d627f [2020-12-03T00:38:27.927Z] ---> Running in 7279438a4203 [2020-12-03T00:38:27.927Z] ---> Running in 3c967a469744 [2020-12-03T00:38:27.927Z] ---> Running in a08d12fcec57 [2020-12-03T00:38:27.927Z] Removing intermediate container 7279438a4203 [2020-12-03T00:38:27.927Z] ---> cbcff2a582ff [2020-12-03T00:38:27.927Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:38:27.928Z] Removing intermediate container 915ca37d627f [2020-12-03T00:38:27.928Z] ---> 7ae6e15b34a5 [2020-12-03T00:38:27.928Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:38:27.928Z] Removing intermediate container ad1e4469f819 [2020-12-03T00:38:27.928Z] ---> 308df79bc35a [2020-12-03T00:38:27.928Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:38:27.928Z] Removing intermediate container a08d12fcec57 [2020-12-03T00:38:27.928Z] ---> 2453d68364ad [2020-12-03T00:38:27.928Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:38:27.928Z] Removing intermediate container 3c967a469744 [2020-12-03T00:38:27.928Z] ---> f2a9ddf91301 [2020-12-03T00:38:27.928Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:38:27.928Z] ---> Running in 68c5a3c2c0ba [2020-12-03T00:38:27.928Z] ---> Running in 2fe8c73e068e [2020-12-03T00:38:27.928Z] ---> Running in c9253047258e [2020-12-03T00:38:27.928Z] ---> Running in 4f8d51e89417 [2020-12-03T00:38:27.928Z] ---> Running in 7e6e2368e708 [2020-12-03T00:38:28.226Z] Removing intermediate container 68c5a3c2c0ba [2020-12-03T00:38:28.226Z] ---> 1efef6c0d3ce [2020-12-03T00:38:28.226Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T00:38:28.226Z] ---> Running in 4b6114d433d0 [2020-12-03T00:38:28.226Z] Removing intermediate container 7e6e2368e708 [2020-12-03T00:38:28.226Z] ---> db92df547e6f [2020-12-03T00:38:28.226Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T00:38:28.226Z] Removing intermediate container 2fe8c73e068e [2020-12-03T00:38:28.226Z] ---> 000527179864 [2020-12-03T00:38:28.226Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T00:38:28.603Z] ---> Running in 65fa00135544 [2020-12-03T00:38:28.603Z] ---> Running in b83dc5b86b45 [2020-12-03T00:38:28.603Z] Removing intermediate container 4f8d51e89417 [2020-12-03T00:38:28.603Z] ---> a1a28c88fce4 [2020-12-03T00:38:28.603Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T00:38:28.917Z] Removing intermediate container c9253047258e [2020-12-03T00:38:28.917Z] ---> 70fff955f48c [2020-12-03T00:38:28.917Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T00:38:28.917Z] ---> Running in fd30e8be5251 [2020-12-03T00:38:29.189Z] ---> Running in a0a0b341d0e0 [2020-12-03T00:38:29.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:38:30.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:38:31.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:38:31.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:38:31.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:38:31.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:38:31.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:38:32.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:38:32.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:38:32.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:38:32.285Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:38:32.285Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:38:32.285Z] OK: 12745 distinct packages available [2020-12-03T00:38:32.625Z] OK: 233 MiB in 51 packages [2020-12-03T00:38:32.995Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:38:32.995Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:38:32.995Z] OK: 12745 distinct packages available [2020-12-03T00:38:33.370Z] OK: 233 MiB in 51 packages [2020-12-03T00:38:33.370Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:38:33.370Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:38:33.370Z] OK: 12745 distinct packages available [2020-12-03T00:38:33.370Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:38:33.370Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:38:33.370Z] OK: 12745 distinct packages available [2020-12-03T00:38:33.688Z] OK: 233 MiB in 51 packages [2020-12-03T00:38:33.689Z] OK: 233 MiB in 51 packages [2020-12-03T00:38:34.093Z] Removing intermediate container 4b6114d433d0 [2020-12-03T00:38:34.093Z] ---> 98566dc560d6 [2020-12-03T00:38:34.093Z] Step 6/27 : COPY go.mod . [2020-12-03T00:38:35.099Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:38:35.099Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:38:35.099Z] OK: 12745 distinct packages available [2020-12-03T00:38:35.099Z] Removing intermediate container fd30e8be5251 [2020-12-03T00:38:35.099Z] ---> ac1ed138718d [2020-12-03T00:38:35.099Z] Step 6/22 : COPY go.mod . [2020-12-03T00:38:35.099Z] ---> ae0400f626e9 [2020-12-03T00:38:35.099Z] Step 7/27 : RUN go mod download [2020-12-03T00:38:35.099Z] Removing intermediate container 65fa00135544 [2020-12-03T00:38:35.099Z] ---> 42c6752be143 [2020-12-03T00:38:35.099Z] Step 6/24 : COPY go.mod . [2020-12-03T00:38:35.476Z] ---> Running in f221a86974fb [2020-12-03T00:38:35.476Z] OK: 233 MiB in 51 packages [2020-12-03T00:38:35.476Z] Removing intermediate container a0a0b341d0e0 [2020-12-03T00:38:35.476Z] ---> 4953b9b0210d [2020-12-03T00:38:35.476Z] Step 6/21 : COPY go.mod . [2020-12-03T00:38:35.814Z] ---> 0e60aeef002e [2020-12-03T00:38:35.814Z] Step 7/22 : RUN go mod download [2020-12-03T00:38:35.956Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T00:38:36.124Z] ---> Running in 1e3185773746 [2020-12-03T00:38:36.124Z] ---> 9221e5bfd061 [2020-12-03T00:38:36.124Z] Step 7/24 : RUN go mod download [2020-12-03T00:38:36.732Z] ---> Running in 20384c5a8859 [2020-12-03T00:38:36.732Z] ---> 59d2bad4fb0c [2020-12-03T00:38:36.732Z] Step 7/21 : RUN go mod download [2020-12-03T00:38:37.032Z] ---> Running in 4881f575177b [2020-12-03T00:38:37.344Z] Removing intermediate container b83dc5b86b45 [2020-12-03T00:38:37.344Z] ---> 1d6d2f287187 [2020-12-03T00:38:37.344Z] Step 6/23 : COPY go.mod . [2020-12-03T00:38:37.959Z] ---> 5ca2099113ef [2020-12-03T00:38:37.959Z] Step 7/23 : RUN go mod download [2020-12-03T00:38:37.959Z] ---> Running in 96c4eed0f431 [2020-12-03T00:38:39.424Z] Removing intermediate container f221a86974fb [2020-12-03T00:38:39.424Z] ---> 15c0aceb6283 [2020-12-03T00:38:39.424Z] Step 8/27 : COPY . . [2020-12-03T00:38:39.692Z] Removing intermediate container 4881f575177b [2020-12-03T00:38:39.692Z] ---> 63617e098e0c [2020-12-03T00:38:39.692Z] Step 8/21 : COPY . . [2020-12-03T00:38:41.154Z] Removing intermediate container 1e3185773746 [2020-12-03T00:38:41.155Z] ---> f346fe6a8864 [2020-12-03T00:38:41.155Z] Step 8/22 : COPY . . [2020-12-03T00:38:44.089Z] Removing intermediate container 20384c5a8859 [2020-12-03T00:38:44.089Z] ---> 46974609e67d [2020-12-03T00:38:44.089Z] Step 8/24 : COPY . . [2020-12-03T00:38:44.460Z] Removing intermediate container 96c4eed0f431 [2020-12-03T00:38:44.460Z] ---> 400a9045c3f8 [2020-12-03T00:38:44.460Z] Step 8/23 : COPY . . [2020-12-03T00:38:54.282Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T00:38:54.282Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T00:38:54.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T00:38:54.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T00:38:54.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T00:38:54.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T00:38:54.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-03T00:38:54.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T00:38:54.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T00:38:56.934Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T00:38:56.934Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T00:38:56.934Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T00:39:05.237Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.236s coverage: 46.6% of statements [2020-12-03T00:39:05.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T00:39:05.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T00:39:05.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T00:39:05.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T00:39:05.237Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T00:39:11.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.514s coverage: 27.1% of statements [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T00:39:11.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T00:39:11.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T00:39:11.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.514s coverage: 66.4% of statements [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T00:39:11.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.319s coverage: 82.7% of statements [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T00:39:11.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T00:39:19.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.137s coverage: 28.6% of statements [2020-12-03T00:39:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T00:39:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T00:39:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T00:39:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T00:39:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T00:39:19.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements [2020-12-03T00:39:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T00:39:19.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2020-12-03T00:39:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T00:39:19.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements [2020-12-03T00:39:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T00:39:19.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.380s coverage: 97.5% of statements [2020-12-03T00:39:19.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T00:39:20.023Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements [2020-12-03T00:39:20.023Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T00:39:20.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T00:39:20.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T00:39:20.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T00:39:26.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.081s coverage: 95.2% of statements [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T00:39:26.791Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.088s coverage: 58.8% of statements [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T00:39:26.791Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T00:39:26.792Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.193s coverage: 0.0% of statements [no tests to run] [2020-12-03T00:39:26.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T00:39:26.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T00:39:28.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.665s coverage: 63.5% of statements [2020-12-03T00:39:28.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T00:39:28.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T00:39:28.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2020-12-03T00:39:28.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements [2020-12-03T00:39:28.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2020-12-03T00:39:28.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2020-12-03T00:39:29.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2020-12-03T00:39:34.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.925s coverage: 55.9% of statements [2020-12-03T00:39:34.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T00:39:34.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T00:39:34.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T00:39:34.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T00:39:34.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T00:39:35.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.510s coverage: 37.1% of statements [2020-12-03T00:39:35.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T00:39:35.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T00:39:35.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.698s coverage: 84.0% of statements [2020-12-03T00:39:35.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements [2020-12-03T00:39:37.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.119s coverage: 42.9% of statements [2020-12-03T00:39:37.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-03T00:39:37.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-03T00:39:37.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.082s coverage: 100.0% of statements [2020-12-03T00:39:37.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-03T00:39:37.467Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.095s coverage: 83.8% of statements [2020-12-03T00:39:37.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-03T00:39:42.020Z] ---> fd86fbc6753e [2020-12-03T00:39:42.021Z] ---> c8e02f2880c9 [2020-12-03T00:39:42.021Z] Step 9/21 : RUN make cmd/support-scheduler/support-schedulerStep 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T00:39:42.021Z] [2020-12-03T00:39:42.021Z] ---> ff9068a17052 [2020-12-03T00:39:42.021Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T00:39:42.021Z] ---> 76ca86f44f13 [2020-12-03T00:39:42.021Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T00:39:42.021Z] ---> Running in 543aba84c963 [2020-12-03T00:39:42.021Z] ---> Running in 5a1c5a007e90 [2020-12-03T00:39:42.021Z] ---> Running in 09a00628a12c [2020-12-03T00:39:42.021Z] ---> Running in 053184e196a3 [2020-12-03T00:39:42.021Z] ---> c12aa275e92a [2020-12-03T00:39:42.021Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T00:39:42.021Z] ---> Running in 48767e559be6 [2020-12-03T00:39:42.021Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T00:39:42.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T00:39:42.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T00:39:42.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T00:39:42.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.364s coverage: 47.1% of statements [2020-12-03T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements [2020-12-03T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements [2020-12-03T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T00:39:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2020-12-03T00:39:44.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T00:39:50.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.028s coverage: 29.1% of statements [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T00:39:50.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T00:39:50.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T00:39:50.906Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T00:39:50.906Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T00:39:50.906Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T00:39:50.906Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T00:39:50.906Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2020-12-03T00:39:50.906Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2020-12-03T00:39:51.499Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2020-12-03T00:39:52.472Z] GO111MODULE=on go vet ./... [2020-12-03T00:40:38.958Z] Removing intermediate container 09a00628a12c [2020-12-03T00:40:38.958Z] ---> ca3ed36a4a02 [2020-12-03T00:40:38.958Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T00:40:38.958Z] ---> Running in 01d31be828fa [2020-12-03T00:40:38.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T00:40:38.958Z] Removing intermediate container 053184e196a3 [2020-12-03T00:40:38.958Z] ---> 9ce048aa2fdb [2020-12-03T00:40:38.958Z] [2020-12-03T00:40:38.958Z] Step 10/21 : FROM scratch [2020-12-03T00:40:38.958Z] ---> [2020-12-03T00:40:38.958Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T00:40:38.958Z] Removing intermediate container 48767e559be6 [2020-12-03T00:40:38.958Z] ---> dc8563fe4d37 [2020-12-03T00:40:38.958Z] [2020-12-03T00:40:38.959Z] Step 10/24 : FROM scratch [2020-12-03T00:40:38.959Z] ---> [2020-12-03T00:40:38.959Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T00:40:38.959Z] ---> Running in 1b72819eac31 [2020-12-03T00:40:38.959Z] ---> Running in 1958c8a2fe01 [2020-12-03T00:40:39.470Z] Removing intermediate container 1958c8a2fe01 [2020-12-03T00:40:39.470Z] ---> 8b89c5b4b178 [2020-12-03T00:40:39.470Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T00:40:39.470Z] Removing intermediate container 1b72819eac31 [2020-12-03T00:40:39.470Z] ---> bc93c510c57d [2020-12-03T00:40:39.470Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T00:40:39.470Z] ---> Running in f113de651db2 [2020-12-03T00:40:39.470Z] ---> Running in 7b99d6098f07 [2020-12-03T00:40:40.282Z] Removing intermediate container f113de651db2 [2020-12-03T00:40:40.282Z] ---> 511c69f508bd [2020-12-03T00:40:40.282Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T00:40:40.688Z] Removing intermediate container 7b99d6098f07 [2020-12-03T00:40:40.688Z] ---> 085bd45ca7fc [2020-12-03T00:40:40.688Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T00:40:40.688Z] ---> Running in c335165c4dfd [2020-12-03T00:40:40.688Z] ---> Running in 43a23bd308fb [2020-12-03T00:40:41.452Z] Removing intermediate container 01d31be828fa [2020-12-03T00:40:41.452Z] ---> f4520e09c7af [2020-12-03T00:40:41.452Z] [2020-12-03T00:40:41.452Z] Step 11/27 : FROM docker:latest [2020-12-03T00:40:41.452Z] ---> b0757c55a1fd [2020-12-03T00:40:41.452Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T00:40:43.330Z] Removing intermediate container c335165c4dfd [2020-12-03T00:40:43.330Z] ---> a8a9c01e02ba [2020-12-03T00:40:43.330Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T00:40:43.330Z] ---> Running in c3c241e2fe90 [2020-12-03T00:40:43.330Z] Removing intermediate container 43a23bd308fb [2020-12-03T00:40:43.330Z] ---> 71367e39da0e [2020-12-03T00:40:43.330Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T00:40:45.360Z] ---> 5ef61c069815 [2020-12-03T00:40:45.360Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T00:40:45.645Z] ---> 9bca0cd93aeb [2020-12-03T00:40:45.645Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T00:40:45.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:40:45.946Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:40:45.946Z] Removing intermediate container 5a1c5a007e90 [2020-12-03T00:40:45.946Z] ---> 297061005430 [2020-12-03T00:40:45.946Z] [2020-12-03T00:40:45.946Z] Step 10/22 : FROM scratch [2020-12-03T00:40:45.946Z] ---> [2020-12-03T00:40:45.946Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T00:40:45.946Z] ---> Using cache [2020-12-03T00:40:45.946Z] ---> bc93c510c57d [2020-12-03T00:40:45.946Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T00:40:46.245Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T00:40:46.245Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T00:40:46.245Z] Executing bash-5.0.17-r0.post-install [2020-12-03T00:40:46.245Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:40:46.245Z] ---> Running in eb52201c2bbe [2020-12-03T00:40:46.245Z] OK: 12 MiB in 22 packages [2020-12-03T00:40:47.248Z] ---> d38677932034 [2020-12-03T00:40:47.248Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T00:40:47.248Z] ---> 3569c4992742 [2020-12-03T00:40:47.248Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T00:40:47.248Z] Removing intermediate container eb52201c2bbe [2020-12-03T00:40:47.248Z] ---> 2791c9ef51af [2020-12-03T00:40:47.248Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T00:40:47.533Z] ---> Running in b1af62b342ba [2020-12-03T00:40:48.159Z] ---> 8c56a5f20840 [2020-12-03T00:40:48.159Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T00:40:49.616Z] ---> Running in a7e6ed80d5f2 [2020-12-03T00:40:49.887Z] Removing intermediate container b1af62b342ba [2020-12-03T00:40:49.887Z] ---> 63824d810ea0 [2020-12-03T00:40:49.887Z] Step 14/22 : WORKDIR / [2020-12-03T00:40:50.165Z] Removing intermediate container c3c241e2fe90 [2020-12-03T00:40:50.165Z] ---> cb079016e68f [2020-12-03T00:40:50.165Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T00:40:50.458Z] ---> df39504230a0 [2020-12-03T00:40:50.458Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T00:40:50.458Z] ---> Running in 2021085404f1 [2020-12-03T00:40:50.458Z] ---> Running in 81dea22dc917 [2020-12-03T00:40:50.761Z] Removing intermediate container a7e6ed80d5f2 [2020-12-03T00:40:50.761Z] ---> f1178c8ea388 [2020-12-03T00:40:50.761Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:40:50.761Z] Removing intermediate container 543aba84c963 [2020-12-03T00:40:50.761Z] ---> 3cd772719397 [2020-12-03T00:40:50.761Z] [2020-12-03T00:40:50.761Z] Step 10/23 : FROM alpine [2020-12-03T00:40:50.761Z] ---> Running in bbda71355391 [2020-12-03T00:40:51.040Z] latest: Pulling from library/alpine [2020-12-03T00:40:51.040Z] Removing intermediate container 2021085404f1 [2020-12-03T00:40:51.040Z] ---> fbb5d71057fe [2020-12-03T00:40:51.040Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T00:40:51.040Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T00:40:51.040Z] ---> 80e5d668fc43 [2020-12-03T00:40:51.040Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T00:40:51.040Z] Status: Downloaded newer image for alpine:latest [2020-12-03T00:40:51.040Z] ---> d6e46aa2470d [2020-12-03T00:40:51.040Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T00:40:51.391Z] ---> Running in 872bb4669bc8 [2020-12-03T00:40:51.391Z] Removing intermediate container bbda71355391 [2020-12-03T00:40:51.391Z] ---> e247adbf88a9 [2020-12-03T00:40:51.391Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T00:40:51.391Z] ---> Running in 6de691595ab2 [2020-12-03T00:40:51.674Z] Removing intermediate container 872bb4669bc8 [2020-12-03T00:40:51.674Z] ---> ee58402d76a2 [2020-12-03T00:40:51.674Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T00:40:51.674Z] ---> ca573fdd20a1 [2020-12-03T00:40:51.674Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T00:40:51.674Z] ---> Running in bebeb3f65387 [2020-12-03T00:40:51.958Z] Removing intermediate container 6de691595ab2 [2020-12-03T00:40:51.958Z] ---> fbca41ba9eba [2020-12-03T00:40:51.958Z] Step 20/21 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:40:52.223Z] ---> Running in e7e19102a250 [2020-12-03T00:40:52.223Z] ---> 43ad4c49add7 [2020-12-03T00:40:52.223Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T00:40:52.223Z] Removing intermediate container bebeb3f65387 [2020-12-03T00:40:52.223Z] ---> 8b7df6e6cdeb [2020-12-03T00:40:52.223Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T00:40:52.508Z] ---> Running in 70f2064aa7ad [2020-12-03T00:40:52.508Z] Removing intermediate container 81dea22dc917 [2020-12-03T00:40:52.508Z] ---> 28ee015f551a [2020-12-03T00:40:52.508Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T00:40:52.508Z] ---> ba174d06e3e0 [2020-12-03T00:40:52.508Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T00:40:52.508Z] Removing intermediate container e7e19102a250 [2020-12-03T00:40:52.508Z] ---> b434c548cf04 [2020-12-03T00:40:52.508Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T00:40:52.786Z] ---> Running in 524460371d41 [2020-12-03T00:40:52.786Z] ---> Running in 0cac45a7e633 [2020-12-03T00:40:52.786Z] ---> c68fc7e9c79c [2020-12-03T00:40:52.786Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T00:40:52.786Z] Removing intermediate container 70f2064aa7ad [2020-12-03T00:40:52.786Z] ---> 672fef25d3f9 [2020-12-03T00:40:52.786Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:40:52.786Z] ---> Running in 467e2c3c47b6 [2020-12-03T00:40:53.074Z] ---> Running in 132f7503a481 [2020-12-03T00:40:53.075Z] ---> b41ed749c2da [2020-12-03T00:40:53.075Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T00:40:53.075Z] Removing intermediate container 0cac45a7e633 [2020-12-03T00:40:53.075Z] ---> b5873c2e91f9 [2020-12-03T00:40:53.075Z] [2020-12-03T00:40:53.342Z] Removing intermediate container 524460371d41 [2020-12-03T00:40:53.342Z] ---> d3292f33f195 [2020-12-03T00:40:53.342Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T00:40:53.342Z] ---> Running in 40d77eed7892 [2020-12-03T00:40:53.626Z] Removing intermediate container 467e2c3c47b6 [2020-12-03T00:40:53.626Z] ---> 1ffb1461ccbc [2020-12-03T00:40:53.626Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:40:53.626Z] ---> Running in 6e89375d1856 [2020-12-03T00:40:53.626Z] ---> Running in 513cce5247f5 [2020-12-03T00:40:53.626Z] Successfully built b5873c2e91f9 [2020-12-03T00:40:53.902Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-03T00:40:53.903Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-12-03T00:40:53.903Z] Removing intermediate container 40d77eed7892 [2020-12-03T00:40:53.903Z] ---> 5279e4b7840c [2020-12-03T00:40:53.903Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:40:54.179Z] Removing intermediate container 6e89375d1856 [2020-12-03T00:40:54.179Z] ---> 75a94f144144 [2020-12-03T00:40:54.179Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T00:40:54.801Z] ---> Running in 9ad9c31e5401 [2020-12-03T00:40:54.801Z] Removing intermediate container 513cce5247f5 [2020-12-03T00:40:54.801Z] ---> 71d4e7e28d90 [2020-12-03T00:40:54.801Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T00:40:55.072Z] ---> Running in 656c6324206d [2020-12-03T00:40:55.382Z] ---> Running in ab427fb44afe [2020-12-03T00:40:55.681Z] Removing intermediate container 9ad9c31e5401 [2020-12-03T00:40:55.681Z] ---> 199d6785234c [2020-12-03T00:40:55.681Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T00:40:55.984Z] ---> Running in a3e81c9feb0f [2020-12-03T00:40:55.984Z] Removing intermediate container 656c6324206d [2020-12-03T00:40:55.984Z] ---> 019aaf880bb4 [2020-12-03T00:40:55.984Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T00:40:55.984Z] Removing intermediate container ab427fb44afe [2020-12-03T00:40:55.984Z] ---> e2107c976f07 [2020-12-03T00:40:55.984Z] Step 23/24 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:40:55.984Z] Removing intermediate container 132f7503a481 [2020-12-03T00:40:55.984Z] ---> 00b6a6cb60bb [2020-12-03T00:40:55.984Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T00:40:56.297Z] ---> Running in 9ecc0bb85134 [2020-12-03T00:40:56.297Z] ---> Running in ed5a580d2e5d [2020-12-03T00:40:57.830Z] Removing intermediate container a3e81c9feb0f [2020-12-03T00:40:57.830Z] ---> ad525d3e998a [2020-12-03T00:40:57.830Z] Step 21/22 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:40:57.830Z] Removing intermediate container ed5a580d2e5d [2020-12-03T00:40:57.830Z] ---> 2df1ebd96283 [2020-12-03T00:40:57.830Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T00:40:58.102Z] ---> 1df4e0023db0 [2020-12-03T00:40:58.102Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T00:40:58.102Z] ---> Running in 19826b3c318c [2020-12-03T00:40:58.846Z] ---> Running in cb4d77800a6c [2020-12-03T00:40:59.186Z] Removing intermediate container 19826b3c318c [2020-12-03T00:40:59.186Z] ---> df5840bf02f2 [2020-12-03T00:40:59.186Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T00:40:59.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:40:59.817Z] ---> b5bbbc693330 [2020-12-03T00:40:59.817Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T00:40:59.817Z] ---> Running in 473fba5b4aaf [2020-12-03T00:41:00.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:41:00.408Z] Removing intermediate container cb4d77800a6c [2020-12-03T00:41:00.408Z] ---> e82988a2301d [2020-12-03T00:41:00.408Z] [2020-12-03T00:41:00.408Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T00:41:00.517Z] gofmt -l . [2020-12-03T00:41:00.714Z] Removing intermediate container 473fba5b4aaf [2020-12-03T00:41:00.715Z] ---> 92496330f0f2 [2020-12-03T00:41:00.715Z] [2020-12-03T00:41:00.715Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T00:41:00.715Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T00:41:00.715Z] Successfully built e82988a2301d [2020-12-03T00:41:01.037Z] Successfully tagged docker-support-notifications-go:latest [2020-12-03T00:41:01.037Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-12-03T00:41:01.037Z] Successfully built 92496330f0f2 [2020-12-03T00:41:01.037Z] Successfully tagged docker-core-metadata-go:latest [2020-12-03T00:41:01.037Z] Building docker-core-command-go [2020-12-03T00:41:01.037Z] ---> 445cb1e23d8f [2020-12-03T00:41:01.037Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T00:41:01.311Z]  Building docker-core-metadata-go ... done (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T00:41:01.311Z] ---> Running in 1d0bba2937f7 [2020-12-03T00:41:01.311Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T00:41:01.311Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:41:01.311Z] OK: 8 MiB in 19 packages [2020-12-03T00:41:02.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:41:02.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:41:03.208Z] [ "`gofmt -l .`" = "" ] [2020-12-03T00:41:03.512Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T00:41:03.512Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T00:41:03.512Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T00:41:03.512Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T00:41:03.512Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T00:41:03.831Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T00:41:03.831Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T00:41:05.830Z] ./bin/test-go-mod-tidy.sh [2020-12-03T00:41:06.817Z] ./bin/test-attribution-txt.sh [2020-12-03T00:41:07.523Z] Removing intermediate container 9ecc0bb85134 [2020-12-03T00:41:07.524Z] ---> 01ff89bf903b [2020-12-03T00:41:07.524Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T00:41:08.127Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T00:41:08.127Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T00:41:08.427Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T00:41:08.427Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T00:41:08.726Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T00:41:09.334Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T00:41:09.335Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T00:41:09.940Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T00:41:09.940Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T00:41:09.940Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T00:41:10.546Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T00:41:10.818Z] (19/33) Installing py3-msgpack (1.0.0-r0) [Pipeline] sh [2020-12-03T00:41:11.178Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T00:41:11.178Z] ---> 3e20545d7f51 [2020-12-03T00:41:11.178Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T00:41:11.178Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T00:41:11.471Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T00:41:11.825Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T00:41:11.871Z] + ls -al . [2020-12-03T00:41:11.871Z] total 640 [2020-12-03T00:41:11.871Z] drwxrwxr-x 9 1001 1001 4096 Dec 3 00:41 . [2020-12-03T00:41:11.871Z] drwxr-xr-x 4 root root 4096 Dec 3 00:37 .. [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 00:35 .dockerignore [2020-12-03T00:41:11.871Z] drwxrwxr-x 8 1001 1001 4096 Dec 3 00:35 .git [2020-12-03T00:41:11.871Z] drwxrwxr-x 3 1001 1001 4096 Dec 3 00:35 .github [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 790 Dec 3 00:35 .gitignore [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 00:35 .sonarcloud.properties [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 00:35 CONTRIBUTING.md [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 00:35 Dockerfile.build [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 863 Dec 3 00:35 Jenkinsfile [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 00:35 LICENSE [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 6019 Dec 3 00:35 Makefile [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 6663 Dec 3 00:35 README.md [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 00:35 SECURITY.md [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 5 Dec 3 00:31 VERSION [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 00:35 ZMQWindows.md [2020-12-03T00:41:11.871Z] drwxrwxr-x 2 1001 1001 4096 Dec 3 00:35 bin [2020-12-03T00:41:11.871Z] drwxrwxr-x 14 1001 1001 4096 Dec 3 00:35 cmd [2020-12-03T00:41:11.871Z] -rw-r--r-- 1 root root 519692 Dec 3 00:39 coverage.out [2020-12-03T00:41:11.871Z] -rw-r--r-- 1 root root 1041 Dec 3 00:41 go.mod [2020-12-03T00:41:11.871Z] -rw-r--r-- 1 root root 18856 Dec 3 00:41 go.sum [2020-12-03T00:41:11.871Z] drwxrwxr-x 8 1001 1001 4096 Dec 3 00:35 internal [2020-12-03T00:41:11.871Z] drwxrwxr-x 4 1001 1001 4096 Dec 3 00:35 openapi [2020-12-03T00:41:11.871Z] drwxrwxr-x 4 1001 1001 4096 Dec 3 00:35 snap [2020-12-03T00:41:11.871Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 00:35 version.go [Pipeline] sh [2020-12-03T00:41:12.137Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T00:41:12.576Z] + '[' -e coverage.out ] [2020-12-03T00:41:12.576Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T00:41:12.650Z] Warning: overwriting stash ‘coverage-report’ [2020-12-03T00:41:12.838Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T00:41:12.838Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T00:41:12.838Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T00:41:13.143Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T00:41:13.143Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T00:41:13.143Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T00:41:13.739Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T00:41:13.739Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T00:41:13.739Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T00:41:14.065Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T00:41:14.370Z] ---> 8b3a3cf7056b [2020-12-03T00:41:14.370Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T00:41:14.370Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:41:14.370Z] OK: 71 MiB in 55 packages [2020-12-03T00:41:14.717Z] + make build [2020-12-03T00:41:14.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T00:41:15.455Z] ---> d4331c5ef9e1 [2020-12-03T00:41:15.455Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T00:41:16.231Z] ---> Running in a4806051d483 [2020-12-03T00:41:17.330Z] Removing intermediate container a4806051d483 [2020-12-03T00:41:17.330Z] ---> 07dd9a1f3a06 [2020-12-03T00:41:17.330Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:41:17.330Z] ---> Running in 9a78c3aa42c0 [2020-12-03T00:41:18.866Z] Removing intermediate container 9a78c3aa42c0 [2020-12-03T00:41:18.867Z] ---> a60595e893cb [2020-12-03T00:41:18.867Z] Step 21/23 : LABEL arch=x86_64 [2020-12-03T00:41:19.516Z] ---> Running in 3dd464220813 [2020-12-03T00:41:20.590Z] Removing intermediate container 3dd464220813 [2020-12-03T00:41:20.590Z] ---> dc68fbe7b415 [2020-12-03T00:41:20.590Z] Step 22/23 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:41:21.206Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:41:21.206Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:41:21.206Z] ---> f009744382bc [2020-12-03T00:41:21.206Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T00:41:21.206Z] ---> Using cache [2020-12-03T00:41:21.206Z] ---> f2a9ddf91301 [2020-12-03T00:41:21.206Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:41:21.206Z] ---> Using cache [2020-12-03T00:41:21.206Z] ---> db92df547e6f [2020-12-03T00:41:21.206Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-03T00:41:22.255Z] ---> Running in a356aad9b71e [2020-12-03T00:41:22.557Z] ---> Running in 7b7f5f54c274 [2020-12-03T00:41:24.299Z] Removing intermediate container a356aad9b71e [2020-12-03T00:41:24.299Z] ---> e5c645226f81 [2020-12-03T00:41:24.299Z] Step 23/23 : LABEL version=0.0.0 [2020-12-03T00:41:24.958Z] ---> Running in ddf49bab89a7 [2020-12-03T00:41:25.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:41:26.329Z] Removing intermediate container ddf49bab89a7 [2020-12-03T00:41:26.329Z] ---> b5bd8aa65b17 [2020-12-03T00:41:26.330Z] [2020-12-03T00:41:26.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:41:26.963Z] Successfully built b5bd8aa65b17 [2020-12-03T00:41:26.963Z] Successfully tagged docker-core-data-go:latest [2020-12-03T00:41:26.963Z] Building docker-security-bootstrap-redis-go [2020-12-03T00:41:27.279Z]  Building docker-core-data-go ... done v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:41:27.279Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:41:27.279Z] OK: 12745 distinct packages available [2020-12-03T00:41:27.930Z] OK: 233 MiB in 51 packages [2020-12-03T00:41:28.229Z] OK: 233 MiB in 51 packages [2020-12-03T00:41:30.979Z] Removing intermediate container 7b7f5f54c274 [2020-12-03T00:41:30.979Z] ---> b6dead385cf2 [2020-12-03T00:41:30.979Z] Step 6/22 : COPY go.mod . [2020-12-03T00:41:32.479Z] ---> 2703c05a81db [2020-12-03T00:41:32.479Z] Step 7/22 : RUN go mod download [2020-12-03T00:41:33.126Z] ---> Running in 9dbccd3ad990 [2020-12-03T00:41:39.347Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:41:39.347Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:41:39.347Z] ---> f009744382bc [2020-12-03T00:41:39.347Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T00:41:39.347Z] ---> Using cache [2020-12-03T00:41:39.347Z] ---> f2a9ddf91301 [2020-12-03T00:41:39.347Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:41:39.347Z] ---> Using cache [2020-12-03T00:41:39.347Z] ---> db92df547e6f [2020-12-03T00:41:39.347Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T00:41:39.347Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:41:39.347Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:41:39.347Z] ---> f009744382bc [2020-12-03T00:41:39.347Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T00:41:39.347Z] ---> Using cache [2020-12-03T00:41:39.347Z] ---> f2a9ddf91301 [2020-12-03T00:41:39.347Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:41:39.347Z] ---> Using cache [2020-12-03T00:41:39.347Z] ---> db92df547e6f [2020-12-03T00:41:39.347Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T00:41:40.331Z] ---> Running in 54d9bc1af2db [2020-12-03T00:41:40.331Z] ---> Running in c54fff22ce5a [2020-12-03T00:41:41.347Z] Removing intermediate container 9dbccd3ad990 [2020-12-03T00:41:41.347Z] ---> 46c7797949d1 [2020-12-03T00:41:41.347Z] Step 8/22 : COPY . . [2020-12-03T00:41:41.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:41:41.524Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T00:41:41.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:41:42.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:41:42.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:41:43.708Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:41:43.708Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:41:43.708Z] OK: 12745 distinct packages available [2020-12-03T00:41:43.708Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:41:43.708Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:41:43.708Z] OK: 12745 distinct packages available [2020-12-03T00:41:44.031Z] OK: 233 MiB in 51 packages [2020-12-03T00:41:44.368Z] OK: 233 MiB in 51 packages [2020-12-03T00:41:47.084Z] Removing intermediate container 54d9bc1af2db [2020-12-03T00:41:47.084Z] ---> 5df61ce63b4b [2020-12-03T00:41:47.084Z] Step 6/22 : COPY go.mod . [2020-12-03T00:41:47.084Z] Removing intermediate container c54fff22ce5a [2020-12-03T00:41:47.084Z] ---> b90ec2b38932 [2020-12-03T00:41:47.084Z] Step 6/24 : COPY go.mod . [2020-12-03T00:41:48.547Z] ---> 201d7804ffc6 [2020-12-03T00:41:48.547Z] Step 7/22 : RUN go mod download [2020-12-03T00:41:48.830Z] ---> e0f76a3b71b7 [2020-12-03T00:41:48.830Z] Step 7/24 : RUN go mod download [2020-12-03T00:41:49.121Z] ---> Running in 243b0648248c [2020-12-03T00:41:49.397Z] ---> Running in 02f820342909 [2020-12-03T00:41:49.693Z] Removing intermediate container 1d0bba2937f7 [2020-12-03T00:41:49.693Z] ---> 795aded48d3b [2020-12-03T00:41:49.693Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T00:41:51.737Z] ---> Running in 724c051b8110 [2020-12-03T00:41:53.269Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:41:53.269Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:41:53.269Z] ---> f009744382bc [2020-12-03T00:41:53.269Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T00:41:53.269Z] ---> Using cache [2020-12-03T00:41:53.269Z] ---> f2a9ddf91301 [2020-12-03T00:41:53.269Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:41:53.269Z] ---> Using cache [2020-12-03T00:41:53.269Z] ---> db92df547e6f [2020-12-03T00:41:53.269Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T00:41:53.269Z] ---> Using cache [2020-12-03T00:41:53.269Z] ---> b90ec2b38932 [2020-12-03T00:41:53.269Z] Step 6/22 : COPY go.mod . [2020-12-03T00:41:53.269Z] ---> Using cache [2020-12-03T00:41:53.269Z] ---> e0f76a3b71b7 [2020-12-03T00:41:53.269Z] Step 7/22 : RUN go mod download [2020-12-03T00:41:53.938Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T00:41:54.278Z] ---> Running in f1fbc04d5c7a [2020-12-03T00:41:55.391Z] Removing intermediate container 243b0648248c [2020-12-03T00:41:55.391Z] ---> 56a2a2c592e2 [2020-12-03T00:41:55.391Z] Step 8/22 : COPY . . [2020-12-03T00:41:55.687Z] Removing intermediate container 02f820342909 [2020-12-03T00:41:55.687Z] ---> b9282fc31eb3 [2020-12-03T00:41:55.687Z] Step 8/24 : COPY . . [2020-12-03T00:42:00.651Z] 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-12-03T00:42:02.453Z] Removing intermediate container f1fbc04d5c7a [2020-12-03T00:42:02.453Z] ---> 15b187dfd207 [2020-12-03T00:42:02.453Z] Step 8/22 : COPY . . [2020-12-03T00:42:04.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T00:42:08.302Z] Collecting docker-compose==1.23.2 [2020-12-03T00:42:08.302Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T00:42:09.498Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T00:42:09.498Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T00:42:10.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T00:42:11.778Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T00:42:16.619Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-03T00:42:17.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T00:42:19.447Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T00:42:19.447Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T00:42:21.040Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T00:42:21.040Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T00:42:22.995Z] Collecting PyYAML<4,>=3.10 [2020-12-03T00:42:22.995Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T00:42:23.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T00:42:25.059Z] ---> cf89c6144c19 [2020-12-03T00:42:25.060Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-03T00:42:27.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T00:42:27.319Z] ---> Running in eabc37a91166 [2020-12-03T00:42:31.353Z] 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-12-03T00:42:31.709Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T00:42:31.709Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T00:42:31.996Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T00:42:31.996Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T00:42:32.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T00:42:37.048Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T00:42:40.669Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T00:42:40.669Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T00:42:40.965Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T00:42:40.965Z] Downloading docopt-0.6.2.tar.gz (25 kB) [Pipeline] } [2020-12-03T00:42:43.781Z] $ docker stop --time=1 1f7b321cea81a3c5914293844b8f266029aa80a1b18aed618a4d97f1ef5ae74b [2020-12-03T00:42:43.940Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T00:42:43.940Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T00:42:43.940Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-03T00:42:44.230Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T00:42:44.230Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T00:42:45.216Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-03T00:42:45.516Z] Collecting idna<2.8,>=2.5 [2020-12-03T00:42:45.516Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T00:42:45.801Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T00:42:45.802Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T00:42:46.262Z] $ docker rm -f 1f7b321cea81a3c5914293844b8f266029aa80a1b18aed618a4d97f1ef5ae74b [2020-12-03T00:42:46.447Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T00:42:46.447Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T00:42:46.447Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T00:42:46.447Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T00:42:46.758Z] Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, PyYAML, cached-property, texttable, jsonschema, docopt, docker-pycreds, docker, docker-compose [2020-12-03T00:42:46.758Z] Running setup.py install for dockerpty: started [2020-12-03T00:42:47.089Z] ---> 122245686818 [2020-12-03T00:42:47.089Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T00:42:47.089Z] ---> fa63b76c9e09 [2020-12-03T00:42:47.089Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-03T00:42:47.757Z] ---> Running in ccb78a487c5f [2020-12-03T00:42:47.758Z] ---> Running in 31cfa21fab97 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:42:48.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T00:42:48.528Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T00:42:48.617Z] [2020-12-03T00:42:48.617Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:42:48.929Z] Attempting uninstall: urllib3 [2020-12-03T00:42:48.929Z] Found existing installation: urllib3 1.25.9 [2020-12-03T00:42:48.929Z] Uninstalling urllib3-1.25.9: [2020-12-03T00:42:49.004Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T00:42:49.278Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-03T00:42:49.278Z] 29e5d40040c1: Pulling fs layer [2020-12-03T00:42:49.278Z] 1ce36da41761: Pulling fs layer [2020-12-03T00:42:49.278Z] 25b303627fd3: Pulling fs layer [2020-12-03T00:42:49.278Z] 29e5d40040c1: Verifying Checksum [2020-12-03T00:42:49.278Z] 29e5d40040c1: Download complete [2020-12-03T00:42:50.264Z] 29e5d40040c1: Pull complete [2020-12-03T00:42:50.264Z] 1ce36da41761: Download complete [2020-12-03T00:42:50.538Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T00:42:51.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T00:42:51.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T00:42:51.700Z] 1ce36da41761: Pull complete [2020-12-03T00:42:51.700Z] 25b303627fd3: Verifying Checksum [2020-12-03T00:42:51.700Z] 25b303627fd3: Download complete [2020-12-03T00:42:51.772Z] ---> 3961f9e40898 [2020-12-03T00:42:51.772Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T00:42:52.055Z] Attempting uninstall: idna [2020-12-03T00:42:52.055Z] Found existing installation: idna 2.9 [2020-12-03T00:42:52.055Z] Uninstalling idna-2.9: [2020-12-03T00:42:52.055Z] Successfully uninstalled idna-2.9 [2020-12-03T00:42:52.055Z] ---> Running in 8d93cc3336e0 [2020-12-03T00:42:52.357Z] Attempting uninstall: requests [2020-12-03T00:42:52.357Z] Found existing installation: requests 2.23.0 [2020-12-03T00:42:52.357Z] Uninstalling requests-2.23.0: [2020-12-03T00:42:52.649Z] Successfully uninstalled requests-2.23.0 [2020-12-03T00:42:53.162Z] Running setup.py install for PyYAML: started [2020-12-03T00:42:53.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T00:42:54.647Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T00:42:54.647Z] Running setup.py install for texttable: started [2020-12-03T00:42:55.660Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T00:42:55.933Z] Running setup.py install for docopt: started [2020-12-03T00:42:57.963Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T00:42:58.559Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-03T00:43:01.898Z] 25b303627fd3: Pull complete [2020-12-03T00:43:01.898Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-03T00:43:01.898Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T00:43:01.898Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-03T00:43:02.170Z] prd-ubuntu18.04-docker-arm64-4c-16g-14222 does not seem to be running inside a container [2020-12-03T00:43:02.244Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-03T00:43:05.402Z] $ docker top 21b395aa0e84bcf2b23b3abe662aff6de1c35efae67f31d92d4df1619d9083ad -eo pid,comm [2020-12-03T00:43:05.480Z] Removing intermediate container 724c051b8110 [2020-12-03T00:43:05.481Z] ---> 7cc2a0c0e7fb [2020-12-03T00:43:05.481Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T00:43:05.481Z] ---> Running in 4781865c275d [Pipeline] { [Pipeline] sh [2020-12-03T00:43:06.444Z] + docker-compose build --help [2020-12-03T00:43:06.444Z] + grep parallel [2020-12-03T00:43:07.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:43:08.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:43:08.694Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T00:43:08.694Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T00:43:08.694Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T00:43:08.694Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:43:08.694Z] OK: 72 MiB in 58 packages [2020-12-03T00:43:10.633Z] Removing intermediate container 4781865c275d [2020-12-03T00:43:10.633Z] ---> be49653bce29 [2020-12-03T00:43:10.633Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T00:43:10.633Z] ---> Running in 4168ffec6295 [2020-12-03T00:43:10.747Z] --parallel Build images in parallel. [2020-12-03T00:43:11.302Z] Removing intermediate container 4168ffec6295 [2020-12-03T00:43:11.302Z] ---> 011b5d869b72 [2020-12-03T00:43:11.302Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [2020-12-03T00:43:11.348Z] $ docker stop --time=1 21b395aa0e84bcf2b23b3abe662aff6de1c35efae67f31d92d4df1619d9083ad [2020-12-03T00:43:11.613Z] ---> Running in ab63b0bf4edf [2020-12-03T00:43:12.295Z] Removing intermediate container ab63b0bf4edf [2020-12-03T00:43:12.295Z] ---> 7c555c62db5b [2020-12-03T00:43:12.295Z] Step 25/27 : LABEL arch=x86_64 [2020-12-03T00:43:12.295Z] ---> Running in 29654ae748b0 [2020-12-03T00:43:13.376Z] $ docker rm -f 21b395aa0e84bcf2b23b3abe662aff6de1c35efae67f31d92d4df1619d9083ad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:43:14.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T00:43:14.242Z] . [Pipeline] withDockerContainer [2020-12-03T00:43:14.477Z] prd-ubuntu18.04-docker-arm64-4c-16g-14222 does not seem to be running inside a container [2020-12-03T00:43:14.521Z] Removing intermediate container 29654ae748b0 [2020-12-03T00:43:14.521Z] ---> 8b03eda91abf [2020-12-03T00:43:14.521Z] Step 26/27 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:43:14.521Z] ---> Running in 8f6c0aa5d599 [2020-12-03T00:43:14.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-03T00:43:15.250Z] Removing intermediate container 8f6c0aa5d599 [2020-12-03T00:43:15.250Z] ---> 09de50b4f990 [2020-12-03T00:43:15.250Z] Step 27/27 : LABEL version=0.0.0 [2020-12-03T00:43:15.612Z] ---> Running in fda43be567ab [2020-12-03T00:43:15.983Z] $ docker top d20b27914d84c9efa6156b37a355d2e1ca6ce824bc46b10c2d6bf5cb747a9ed5 -eo pid,comm [2020-12-03T00:43:16.287Z] Removing intermediate container fda43be567ab [2020-12-03T00:43:16.287Z] ---> 0fe6645e3d83 [2020-12-03T00:43:16.287Z] [Pipeline] { [Pipeline] sh [2020-12-03T00:43:17.024Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T00:43:17.358Z] Successfully built 0fe6645e3d83 [2020-12-03T00:43:17.761Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-03T00:43:17.761Z] Building docker-security-proxy-setup-go [2020-12-03T00:43:22.510Z] Building docker-core-command-go ... [2020-12-03T00:43:22.510Z] Building docker-core-data-go ... [2020-12-03T00:43:22.510Z] Building docker-core-metadata-go ... [2020-12-03T00:43:22.510Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T00:43:22.510Z] Building docker-security-proxy-setup-go ... [2020-12-03T00:43:22.510Z] Building docker-security-secretstore-setup-go ... [2020-12-03T00:43:22.510Z] Building docker-support-logging-go ... [2020-12-03T00:43:22.510Z] Building docker-support-notifications-go ... [2020-12-03T00:43:22.510Z] Building docker-support-scheduler-go ... [2020-12-03T00:43:22.510Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T00:43:22.510Z] Building docker-core-data-go [2020-12-03T00:43:22.510Z] Building docker-core-command-go [2020-12-03T00:43:22.510Z] Building docker-security-proxy-setup-go [2020-12-03T00:43:22.510Z] Building docker-security-bootstrap-redis-go [2020-12-03T00:43:22.510Z] Building docker-core-metadata-go [2020-12-03T00:43:24.932Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container eabc37a91166 [2020-12-03T00:43:24.932Z] ---> 172860f183df [2020-12-03T00:43:24.932Z] [2020-12-03T00:43:24.932Z] Step 10/22 : FROM scratch [2020-12-03T00:43:24.932Z] ---> [2020-12-03T00:43:24.932Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T00:43:26.378Z] ---> Using cache [2020-12-03T00:43:26.378Z] ---> 8b89c5b4b178 [2020-12-03T00:43:26.378Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-03T00:43:28.392Z] ---> Running in ef164740b80d [2020-12-03T00:43:29.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T00:43:29.682Z] Removing intermediate container ef164740b80d [2020-12-03T00:43:29.682Z] ---> a3d70bc031e6 [2020-12-03T00:43:29.682Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T00:43:29.682Z] ---> Running in 853175e78d62 [2020-12-03T00:43:30.752Z] Removing intermediate container 853175e78d62 [2020-12-03T00:43:30.752Z] ---> 46bdaa2f2f33 [2020-12-03T00:43:30.752Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-03T00:43:31.381Z] ---> 46933bf5c269 [2020-12-03T00:43:31.381Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-03T00:43:33.223Z] ---> 154b86dca341 [2020-12-03T00:43:33.224Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-03T00:43:37.815Z] ---> cfd569e11689 [2020-12-03T00:43:37.816Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-03T00:43:39.375Z] Removing intermediate container 8d93cc3336e0 [2020-12-03T00:43:39.375Z] ---> 645986189eed [2020-12-03T00:43:39.375Z] [2020-12-03T00:43:39.375Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T00:43:39.375Z] ---> 96d8bfd06db4 [2020-12-03T00:43:39.375Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-03T00:43:39.667Z] 3.10: Pulling from library/alpine [2020-12-03T00:43:40.701Z] ---> Running in ca09ce336508 [2020-12-03T00:43:43.551Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T00:43:43.551Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T00:43:43.551Z] ---> be4e4bea2c2e [2020-12-03T00:43:43.551Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T00:43:44.577Z] Removing intermediate container ca09ce336508 [2020-12-03T00:43:44.577Z] ---> adea617c872d [2020-12-03T00:43:44.577Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:43:44.577Z] ---> Running in 87f85e5c7bb8 [2020-12-03T00:43:44.577Z] ---> Running in 025a184efcd9 [2020-12-03T00:43:44.863Z] Removing intermediate container ccb78a487c5f [2020-12-03T00:43:44.864Z] ---> 7ded2ced10ad [2020-12-03T00:43:44.864Z] [2020-12-03T00:43:44.864Z] Step 10/22 : FROM scratch [2020-12-03T00:43:44.864Z] ---> [2020-12-03T00:43:44.864Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T00:43:46.388Z] ---> Using cache [2020-12-03T00:43:46.388Z] ---> bc93c510c57d [2020-12-03T00:43:46.388Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T00:43:46.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:43:46.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:43:46.705Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T00:43:46.705Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T00:43:46.705Z] OK: 10348 distinct packages available [2020-12-03T00:43:46.986Z] Removing intermediate container 025a184efcd9 [2020-12-03T00:43:46.986Z] ---> 0a6686fb057f [2020-12-03T00:43:46.986Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T00:43:46.986Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T00:43:47.584Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T00:43:47.584Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T00:43:47.851Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T00:43:47.851Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T00:43:47.851Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T00:43:47.851Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T00:43:48.118Z] OK: 7 MiB in 19 packages [2020-12-03T00:43:48.400Z] ---> Running in df4e09a3defd [2020-12-03T00:43:48.679Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:43:48.679Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:43:48.679Z] ---> f009744382bc [2020-12-03T00:43:48.679Z] Step 3/20 : WORKDIR /edgex-go [2020-12-03T00:43:48.679Z] ---> Using cache [2020-12-03T00:43:48.679Z] ---> f2a9ddf91301 [2020-12-03T00:43:48.679Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:43:48.679Z] ---> Using cache [2020-12-03T00:43:48.679Z] ---> db92df547e6f [2020-12-03T00:43:48.679Z] Step 5/20 : RUN apk update && apk add make git [2020-12-03T00:43:48.679Z] ---> Using cache [2020-12-03T00:43:48.679Z] ---> b90ec2b38932 [2020-12-03T00:43:48.679Z] Step 6/20 : COPY go.mod . [2020-12-03T00:43:48.679Z] ---> Using cache [2020-12-03T00:43:48.943Z] ---> e0f76a3b71b7 [2020-12-03T00:43:48.943Z] Step 7/20 : RUN go mod download [2020-12-03T00:43:48.943Z] ---> Using cache [2020-12-03T00:43:48.943Z] ---> 15b187dfd207 [2020-12-03T00:43:48.943Z] Step 8/20 : COPY . . [2020-12-03T00:43:48.943Z] ---> Using cache [2020-12-03T00:43:48.943Z] ---> 3961f9e40898 [2020-12-03T00:43:48.943Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-12-03T00:43:50.941Z] ---> Running in f35a61a18b65 [2020-12-03T00:43:50.941Z] ---> Running in ee77d251d348 [2020-12-03T00:43:50.941Z] Removing intermediate container df4e09a3defd [2020-12-03T00:43:50.941Z] ---> d93442b3ef6f [2020-12-03T00:43:50.941Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T00:43:51.207Z] Removing intermediate container 31cfa21fab97 [2020-12-03T00:43:51.207Z] ---> e7ef087a64e5 [2020-12-03T00:43:51.207Z] [2020-12-03T00:43:51.207Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T00:43:51.207Z] ---> be4e4bea2c2e [2020-12-03T00:43:51.207Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T00:43:51.207Z] ---> Running in 24ad88bbedc9 [2020-12-03T00:43:51.501Z] ---> Running in 05daa67cf509 [2020-12-03T00:43:51.780Z] Removing intermediate container f35a61a18b65 [2020-12-03T00:43:51.780Z] ---> a67d80c12d52 [2020-12-03T00:43:51.780Z] Step 21/22 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:43:51.780Z] Removing intermediate container 87f85e5c7bb8 [2020-12-03T00:43:51.780Z] ---> 49b53df50fea [2020-12-03T00:43:51.780Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T00:43:51.780Z] Removing intermediate container 24ad88bbedc9 [2020-12-03T00:43:51.780Z] ---> 3cb9eaf4eac8 [2020-12-03T00:43:51.780Z] Step 14/22 : WORKDIR / [2020-12-03T00:43:52.058Z] ---> Running in a25c1cbbeb86 [2020-12-03T00:43:52.058Z] ---> Running in ae9e40953acd [2020-12-03T00:43:52.058Z] ---> Running in 220aecf2229a [2020-12-03T00:43:52.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T00:43:52.345Z] Removing intermediate container a25c1cbbeb86 [2020-12-03T00:43:52.345Z] ---> b5f868c8bef1 [2020-12-03T00:43:52.345Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T00:43:52.630Z] Removing intermediate container ae9e40953acd [2020-12-03T00:43:52.630Z] ---> c8fe7e8b1f87 [2020-12-03T00:43:52.631Z] Step 13/22 : WORKDIR / [2020-12-03T00:43:52.631Z] Removing intermediate container 220aecf2229a [2020-12-03T00:43:52.631Z] ---> 458ec5e1c99a [2020-12-03T00:43:52.631Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T00:43:52.631Z] ---> Running in 151cb4102109 [2020-12-03T00:43:52.631Z] ---> Running in 3dbc33cfaa31 [2020-12-03T00:43:52.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:43:53.312Z] Removing intermediate container 151cb4102109 [2020-12-03T00:43:53.312Z] ---> 65ba1a6f2ac3 [2020-12-03T00:43:53.312Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T00:43:53.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:43:53.312Z] Removing intermediate container 3dbc33cfaa31 [2020-12-03T00:43:53.312Z] ---> 0dcb55d7bd0e [2020-12-03T00:43:53.312Z] [2020-12-03T00:43:53.312Z] ---> 856dbb396811 [2020-12-03T00:43:53.312Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T00:43:53.596Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T00:43:53.596Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T00:43:53.596Z] OK: 10348 distinct packages available [2020-12-03T00:43:53.885Z] Successfully built 0dcb55d7bd0e [2020-12-03T00:43:53.885Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T00:43:53.885Z] Successfully tagged docker-support-logging-go:latest [2020-12-03T00:43:53.885Z]  Building docker-support-logging-go ... done  ---> 3a49a0da777f [2020-12-03T00:43:53.885Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T00:43:54.165Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T00:43:54.165Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T00:43:54.165Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T00:43:54.165Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T00:43:54.165Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T00:43:54.165Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T00:43:54.445Z] OK: 7 MiB in 19 packages [2020-12-03T00:43:54.733Z] ---> 2a9ce13390c0 [2020-12-03T00:43:54.733Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T00:43:55.789Z] ---> 6c43f92d019c [2020-12-03T00:43:55.789Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T00:43:56.104Z] ---> 87fd4589aed9 [2020-12-03T00:43:56.104Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T00:43:56.392Z] ---> Running in 52949fa43eae [2020-12-03T00:43:56.724Z] Removing intermediate container 05daa67cf509 [2020-12-03T00:43:56.724Z] ---> 3a839422f7a2 [2020-12-03T00:43:56.724Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T00:43:56.724Z] ---> 37ab438ecb76 [2020-12-03T00:43:56.724Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T00:43:56.724Z] ---> Running in 1477c15edea4 [2020-12-03T00:43:57.004Z] Removing intermediate container 52949fa43eae [2020-12-03T00:43:57.004Z] ---> 4fab42ac00ba [2020-12-03T00:43:57.004Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:43:57.340Z] ---> Running in 32849772e58c [2020-12-03T00:43:57.631Z] Removing intermediate container 1477c15edea4 [2020-12-03T00:43:57.631Z] ---> b7d59afc603d [2020-12-03T00:43:57.631Z] Step 13/24 : WORKDIR / [2020-12-03T00:43:57.906Z] ---> Running in a3b587225ba6 [2020-12-03T00:43:58.190Z] ---> af3899b5e364 [2020-12-03T00:43:58.190Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T00:43:58.190Z] Removing intermediate container 32849772e58c [2020-12-03T00:43:58.190Z] ---> 47ce250669fa [2020-12-03T00:43:58.190Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T00:43:58.190Z] ---> Running in a416e47e55c0 [2020-12-03T00:43:58.190Z] ---> Running in 1d99fe328298 [2020-12-03T00:43:58.826Z] Removing intermediate container a3b587225ba6 [2020-12-03T00:43:58.826Z] ---> cef4dbc8356e [2020-12-03T00:43:58.826Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-03T00:43:58.826Z] Removing intermediate container 1d99fe328298 [2020-12-03T00:43:58.826Z] ---> 15eda72d71e1 [2020-12-03T00:43:58.826Z] Step 21/22 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:43:58.826Z] ---> Running in e6fd8f67374b [2020-12-03T00:43:59.579Z] ---> 4bf525084e69 [2020-12-03T00:43:59.579Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-03T00:43:59.579Z] Removing intermediate container e6fd8f67374b [2020-12-03T00:43:59.579Z] ---> c59150513590 [2020-12-03T00:43:59.579Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T00:43:59.579Z] ---> Running in 31baaaccc200 [2020-12-03T00:44:00.212Z] ---> d4e8b7e7f723 [2020-12-03T00:44:00.212Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T00:44:00.212Z] Removing intermediate container 31baaaccc200 [2020-12-03T00:44:00.212Z] ---> 804c0b9ec1f9 [2020-12-03T00:44:00.212Z] [2020-12-03T00:44:00.881Z] Successfully built 804c0b9ec1f9 [2020-12-03T00:44:00.881Z] ---> b086f2193e84 [2020-12-03T00:44:00.881Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T00:44:00.881Z] Successfully tagged docker-core-command-go:latest [2020-12-03T00:44:01.206Z]  Building docker-core-command-go ... done Removing intermediate container a416e47e55c0 [2020-12-03T00:44:01.207Z] ---> 1f26c525233c [2020-12-03T00:44:01.207Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T00:44:01.207Z] ---> Running in 6bcbcc48bf6e [2020-12-03T00:44:01.928Z] Removing intermediate container 6bcbcc48bf6e [2020-12-03T00:44:01.928Z] ---> 92a80c81aa58 [2020-12-03T00:44:01.928Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T00:44:02.787Z] ---> Running in 57669deeaad3 [2020-12-03T00:44:03.066Z] ---> b497a92939c7 [2020-12-03T00:44:03.066Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T00:44:03.366Z] Removing intermediate container 57669deeaad3 [2020-12-03T00:44:03.366Z] ---> 634e48fa8df1 [2020-12-03T00:44:03.366Z] Step 21/22 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:44:03.366Z] ---> Running in f1aebd6d6a41 [2020-12-03T00:44:04.030Z] Removing intermediate container f1aebd6d6a41 [2020-12-03T00:44:04.030Z] ---> 69187819c991 [2020-12-03T00:44:04.030Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T00:44:04.361Z] ---> cfe4e8700f83 [2020-12-03T00:44:04.361Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T00:44:04.361Z] ---> Running in 8f5ee0fa44ab [2020-12-03T00:44:05.080Z] Removing intermediate container 8f5ee0fa44ab [2020-12-03T00:44:05.080Z] ---> c7a9ead34866 [2020-12-03T00:44:05.080Z] [2020-12-03T00:44:05.392Z] ---> 50d0e8042695 [2020-12-03T00:44:05.392Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T00:44:05.686Z] Successfully built c7a9ead34866 [2020-12-03T00:44:05.687Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-03T00:44:05.687Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 0099d9e500f0 [2020-12-03T00:44:07.731Z] Removing intermediate container 0099d9e500f0 [2020-12-03T00:44:07.731Z] ---> 0b878aad1b7e [2020-12-03T00:44:07.731Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T00:44:07.731Z] ---> Running in 54e92f3fddd3 [2020-12-03T00:44:08.019Z] Removing intermediate container 54e92f3fddd3 [2020-12-03T00:44:08.019Z] ---> 7b5a259272a5 [2020-12-03T00:44:08.019Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T00:44:08.307Z] ---> Running in f63564c966b8 [2020-12-03T00:44:08.607Z] Removing intermediate container f63564c966b8 [2020-12-03T00:44:08.607Z] ---> 77ab5ab04a00 [2020-12-03T00:44:08.607Z] Step 23/24 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:44:08.607Z] ---> Running in a02c1ff8e6d6 [2020-12-03T00:44:08.935Z] Removing intermediate container a02c1ff8e6d6 [2020-12-03T00:44:08.935Z] ---> 17ed78f30f0d [2020-12-03T00:44:08.935Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T00:44:08.935Z] ---> Running in bf951efc8176 [2020-12-03T00:44:09.362Z] Removing intermediate container bf951efc8176 [2020-12-03T00:44:09.362Z] ---> 30c6ab2048e8 [2020-12-03T00:44:09.362Z] [2020-12-03T00:44:09.735Z] Successfully built 30c6ab2048e8 [2020-12-03T00:44:09.735Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-03T00:44:12.466Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ee77d251d348 [2020-12-03T00:44:12.466Z] ---> 5dcda125d9fc [2020-12-03T00:44:12.466Z] [2020-12-03T00:44:12.466Z] Step 10/20 : FROM alpine [2020-12-03T00:44:12.466Z] ---> d6e46aa2470d [2020-12-03T00:44:12.466Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T00:44:12.466Z] ---> Running in a1d0bce8d9af [2020-12-03T00:44:13.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:44:13.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:44:13.609Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:44:13.609Z] v3.12.1-70-ge9f0a0ac97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:44:13.609Z] OK: 12746 distinct packages available [2020-12-03T00:44:13.884Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T00:44:13.884Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T00:44:14.178Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T00:44:14.178Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T00:44:14.178Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:44:14.178Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T00:44:14.178Z] OK: 7 MiB in 18 packages [2020-12-03T00:44:15.195Z] Removing intermediate container a1d0bce8d9af [2020-12-03T00:44:15.195Z] ---> e95b393741f8 [2020-12-03T00:44:15.195Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T00:44:15.195Z] ---> Running in 558c1322c654 [2020-12-03T00:44:15.469Z] Removing intermediate container 558c1322c654 [2020-12-03T00:44:15.469Z] ---> 2150a0c6281e [2020-12-03T00:44:15.469Z] Step 13/20 : WORKDIR /edgex [2020-12-03T00:44:15.747Z] ---> Running in 6b65bf1ee028 [2020-12-03T00:44:16.015Z] Removing intermediate container 6b65bf1ee028 [2020-12-03T00:44:16.015Z] ---> 273596fa5be0 [2020-12-03T00:44:16.015Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T00:44:16.296Z] ---> b8586d3f17fc [2020-12-03T00:44:16.296Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T00:44:17.298Z] ---> 6d68ce82040d [2020-12-03T00:44:17.298Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T00:44:17.298Z] ---> Running in 59acede42187 [2020-12-03T00:44:17.583Z] Removing intermediate container 59acede42187 [2020-12-03T00:44:17.583Z] ---> 756826fad175 [2020-12-03T00:44:17.583Z] Step 17/20 : CMD ["--init=true"] [2020-12-03T00:44:17.860Z] ---> Running in ae086a12729b [2020-12-03T00:44:17.860Z] Removing intermediate container ae086a12729b [2020-12-03T00:44:17.860Z] ---> 41b113edaf40 [2020-12-03T00:44:17.860Z] Step 18/20 : LABEL arch=x86_64 [2020-12-03T00:44:18.138Z] ---> Running in 56e62df1bdc1 [2020-12-03T00:44:18.449Z] Removing intermediate container 56e62df1bdc1 [2020-12-03T00:44:18.449Z] ---> 5fbab45077ad [2020-12-03T00:44:18.449Z] Step 19/20 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:44:18.449Z] ---> Running in 4c38259e9416 [2020-12-03T00:44:19.058Z] Removing intermediate container 4c38259e9416 [2020-12-03T00:44:19.058Z] ---> 1655cf13b84f [2020-12-03T00:44:19.058Z] Step 20/20 : LABEL version=0.0.0 [2020-12-03T00:44:19.058Z] ---> Running in 4ae2465fe0c0 [2020-12-03T00:44:19.385Z] Removing intermediate container 4ae2465fe0c0 [2020-12-03T00:44:19.385Z] ---> 88498ab48271 [2020-12-03T00:44:19.385Z] [2020-12-03T00:44:19.692Z] Successfully built 88498ab48271 [2020-12-03T00:44:19.692Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-03T00:44:21.156Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-12-03T00:44:21.171Z] $ docker stop --time=1 e3f0200ed7594125fa1f8fb69ee2f0447282ba46d43cf18f6bf085d099c743c4 [2020-12-03T00:44:23.527Z] $ docker rm -f e3f0200ed7594125fa1f8fb69ee2f0447282ba46d43cf18f6bf085d099c743c4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T00:44:24.236Z] + grep docker [2020-12-03T00:44:24.237Z] + docker images [2020-12-03T00:44:24.507Z] docker-security-proxy-setup-go latest 88498ab48271 5 seconds ago 15.8MB [2020-12-03T00:44:24.507Z] docker-security-secretstore-setup-go latest 30c6ab2048e8 15 seconds ago 24.7MB [2020-12-03T00:44:24.507Z] docker-security-bootstrap-redis-go latest c7a9ead34866 20 seconds ago 15.8MB [2020-12-03T00:44:24.507Z] docker-core-command-go latest 804c0b9ec1f9 25 seconds ago 12.2MB [2020-12-03T00:44:24.507Z] docker-support-logging-go latest 0dcb55d7bd0e 32 seconds ago 11.1MB [2020-12-03T00:44:24.507Z] docker-sys-mgmt-agent-go latest 0fe6645e3d83 About a minute ago 293MB [2020-12-03T00:44:24.507Z] docker-core-data-go latest b5bd8aa65b17 2 minutes ago 23.7MB [2020-12-03T00:44:24.507Z] docker-core-metadata-go latest 92496330f0f2 3 minutes ago 14.5MB [2020-12-03T00:44:24.507Z] docker-support-notifications-go latest e82988a2301d 3 minutes ago 13.6MB [2020-12-03T00:44:24.507Z] docker-support-scheduler-go latest b5873c2e91f9 3 minutes ago 12.3MB [2020-12-03T00:44:24.507Z] docker latest b0757c55a1fd 23 hours ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-03T00:44:30.547Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:44:30.547Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:44:30.547Z] ---> 7f23160ba877 [2020-12-03T00:44:30.547Z] Step 3/20 : WORKDIR /edgex-go [2020-12-03T00:44:30.547Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:44:30.547Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:44:30.547Z] ---> 7f23160ba877 [2020-12-03T00:44:30.547Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T00:44:30.547Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:44:30.547Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:44:30.547Z] ---> 7f23160ba877 [2020-12-03T00:44:30.547Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T00:44:30.547Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:44:30.547Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:44:30.547Z] ---> 7f23160ba877 [2020-12-03T00:44:30.547Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T00:44:30.547Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:44:30.547Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:44:30.547Z] ---> 7f23160ba877 [2020-12-03T00:44:30.547Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T00:44:33.927Z] ---> Running in 42a3fb9b55fa [2020-12-03T00:44:33.927Z] ---> Running in dc110656346f [2020-12-03T00:44:33.927Z] ---> Running in 1f2851574cf3 [2020-12-03T00:44:33.927Z] ---> Running in 9a8bcb62befc [2020-12-03T00:44:33.927Z] ---> Running in 33c2309387f8 [2020-12-03T00:44:34.525Z] Removing intermediate container 9a8bcb62befc [2020-12-03T00:44:34.525Z] ---> da020c565e61 [2020-12-03T00:44:34.525Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:44:34.525Z] Removing intermediate container 33c2309387f8 [2020-12-03T00:44:34.525Z] ---> 8758f8dfd15b [2020-12-03T00:44:34.525Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:44:34.809Z] Removing intermediate container 1f2851574cf3 [2020-12-03T00:44:34.809Z] ---> 33e347eaa588 [2020-12-03T00:44:34.809Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:44:34.809Z] Removing intermediate container dc110656346f [2020-12-03T00:44:34.809Z] ---> e38bb5529df0 [2020-12-03T00:44:34.809Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:44:34.809Z] Removing intermediate container 42a3fb9b55fa [2020-12-03T00:44:34.809Z] ---> 207477998cf0 [2020-12-03T00:44:34.809Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:44:34.809Z] ---> Running in 231529bdac29 [2020-12-03T00:44:34.809Z] ---> Running in 6310609549e3 [2020-12-03T00:44:35.402Z] ---> Running in e6a691b107f3 [2020-12-03T00:44:35.402Z] ---> Running in 52eaa488f96c [2020-12-03T00:44:35.402Z] ---> Running in 6c6f0be2adb2 [2020-12-03T00:44:40.230Z] Still waiting to schedule task [2020-12-03T00:44:40.230Z] ‘prd-centos7-docker-4c-2g-14212’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-centos7-docker-4c-2g-14218’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-centos7-docker-8c-8g-14237’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-14233’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14229’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14230’ doesn’t have label ‘centos7-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14231’ doesn’t have label ‘centos7-docker-8c-8g’ [2020-12-03T00:44:40.816Z] Removing intermediate container 231529bdac29 [2020-12-03T00:44:40.816Z] ---> d984a2c0d3d8 [2020-12-03T00:44:40.816Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T00:44:40.816Z] Removing intermediate container e6a691b107f3 [2020-12-03T00:44:40.816Z] ---> 43f2cc8fdfbf [2020-12-03T00:44:40.816Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T00:44:40.816Z] ---> Running in 6862311fb296 [2020-12-03T00:44:41.090Z] ---> Running in 3dbdfaf09d2d [2020-12-03T00:44:42.075Z] Removing intermediate container 6310609549e3 [2020-12-03T00:44:42.075Z] ---> 27e3d90be4ee [2020-12-03T00:44:42.075Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T00:44:42.075Z] Removing intermediate container 6c6f0be2adb2 [2020-12-03T00:44:42.075Z] ---> 611ca3efe7cc [2020-12-03T00:44:42.075Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T00:44:42.075Z] Removing intermediate container 52eaa488f96c [2020-12-03T00:44:42.075Z] ---> a2bb50a40d61 [2020-12-03T00:44:42.075Z] Step 5/20 : RUN apk update && apk add make git [2020-12-03T00:44:42.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:44:42.674Z] ---> Running in a92dcfeabbb7 [2020-12-03T00:44:42.674Z] ---> Running in ae5be7b8feef [2020-12-03T00:44:42.674Z] ---> Running in b2f7d38bfaa9 [2020-12-03T00:44:43.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:44:43.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:44:44.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:44:44.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:44:44.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:44:44.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:44:44.911Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:44:44.911Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:44:44.911Z] OK: 12616 distinct packages available [2020-12-03T00:44:45.505Z] OK: 217 MiB in 51 packages [2020-12-03T00:44:45.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:44:45.505Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:44:45.505Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:44:45.505Z] OK: 12616 distinct packages available [2020-12-03T00:44:45.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:44:45.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:44:46.377Z] OK: 217 MiB in 51 packages [2020-12-03T00:44:47.378Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:44:47.378Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:44:47.378Z] OK: 12616 distinct packages available [2020-12-03T00:44:47.378Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:44:47.378Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:44:47.378Z] OK: 12616 distinct packages available [2020-12-03T00:44:47.987Z] Removing intermediate container 6862311fb296 [2020-12-03T00:44:47.987Z] ---> 6270a61e5706 [2020-12-03T00:44:47.987Z] Step 6/22 : COPY go.mod . [2020-12-03T00:44:47.987Z] OK: 217 MiB in 51 packages [2020-12-03T00:44:47.987Z] OK: 217 MiB in 51 packages [2020-12-03T00:44:48.266Z] Removing intermediate container 3dbdfaf09d2d [2020-12-03T00:44:48.266Z] ---> 8fc0e3cf1d96 [2020-12-03T00:44:48.266Z] Step 6/22 : COPY go.mod . [2020-12-03T00:44:48.502Z] Running on prd-centos7-docker-8c-8g-14237 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws [2020-12-03T00:44:48.556Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-03T00:44:49.273Z] ---> 755c20103c3a [2020-12-03T00:44:49.274Z] Step 7/22 : RUN go mod download [2020-12-03T00:44:49.274Z] ---> e1310006dd3e [2020-12-03T00:44:49.274Z] Step 7/22 : RUN go mod download [2020-12-03T00:44:49.574Z] ---> Running in 65d3365f7836 [2020-12-03T00:44:49.574Z] ---> Running in 28ea1d364e24 [2020-12-03T00:44:49.861Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:44:49.861Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:44:49.861Z] OK: 12616 distinct packages available [2020-12-03T00:44:50.456Z] Removing intermediate container b2f7d38bfaa9 [2020-12-03T00:44:50.456Z] ---> ebf9e05ab022 [2020-12-03T00:44:50.456Z] Step 6/20 : COPY go.mod . [2020-12-03T00:44:50.456Z] OK: 217 MiB in 51 packages [2020-12-03T00:44:50.731Z] Removing intermediate container ae5be7b8feef [2020-12-03T00:44:50.731Z] ---> ccc4676924e6 [2020-12-03T00:44:50.731Z] Step 6/23 : COPY go.mod . [2020-12-03T00:44:51.439Z] using credential edgex-jenkins-ssh [2020-12-03T00:44:51.490Z] Cloning the remote Git repository [2020-12-03T00:44:52.172Z] ---> 7c5fa1a83cbe [2020-12-03T00:44:52.172Z] Step 7/20 : RUN go mod download [2020-12-03T00:44:52.172Z] ---> 8c83b271f2d5 [2020-12-03T00:44:52.172Z] Step 7/23 : RUN go mod download [2020-12-03T00:44:52.505Z] ---> Running in a8cd48b4ddb9 [2020-12-03T00:44:52.505Z] ---> Running in 9592ecde2fcd [2020-12-03T00:44:52.505Z] Removing intermediate container a92dcfeabbb7 [2020-12-03T00:44:52.505Z] ---> abe4f2bf07f0 [2020-12-03T00:44:52.505Z] Step 6/22 : COPY go.mod . [2020-12-03T00:44:51.187Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T00:44:51.249Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-03T00:44:51.276Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T00:44:51.276Z] > git --version # timeout=10 [2020-12-03T00:44:51.282Z] > git --version # 'git version 2.24.3' [2020-12-03T00:44:51.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T00:44:51.307Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T00:44:54.489Z] ---> 7a139a2e26c7 [2020-12-03T00:44:54.490Z] Step 7/22 : RUN go mod download [2020-12-03T00:44:54.763Z] ---> Running in 849a039d7fbd [2020-12-03T00:44:54.763Z] Removing intermediate container 28ea1d364e24 [2020-12-03T00:44:54.763Z] ---> 107481aff7a8 [2020-12-03T00:44:54.763Z] Step 8/22 : COPY . . [2020-12-03T00:44:56.202Z] Removing intermediate container 65d3365f7836 [2020-12-03T00:44:56.202Z] ---> 2b1bc6bbb2fe [2020-12-03T00:44:56.202Z] Step 8/22 : COPY . . [2020-12-03T00:45:00.511Z] Removing intermediate container 9592ecde2fcd [2020-12-03T00:45:00.511Z] ---> f93ad024c359 [2020-12-03T00:45:00.511Z] Step 8/20 : COPY . . [2020-12-03T00:45:00.511Z] Removing intermediate container a8cd48b4ddb9 [2020-12-03T00:45:00.511Z] ---> c7b9ca3a297c [2020-12-03T00:45:00.511Z] Step 8/23 : COPY . . [2020-12-03T00:45:00.511Z] Removing intermediate container 849a039d7fbd [2020-12-03T00:45:00.511Z] ---> 6925cbfde2d7 [2020-12-03T00:45:00.511Z] Step 8/22 : COPY . . [2020-12-03T00:45:22.705Z] ---> 0458353ed3f8 [2020-12-03T00:45:22.705Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T00:45:22.705Z] ---> 447340b15337 [2020-12-03T00:45:22.705Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T00:45:22.705Z] ---> df89ffb1b130 [2020-12-03T00:45:22.705Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T00:45:22.705Z] ---> 4b157398703b [2020-12-03T00:45:22.705Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-12-03T00:45:22.705Z] ---> f5ee5ae2245d [2020-12-03T00:45:22.705Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T00:45:22.705Z] ---> Running in a1d99a9d4318 [2020-12-03T00:45:22.705Z] ---> Running in 192d9e600ac1 [2020-12-03T00:45:22.705Z] ---> Running in b09da0250e4a [2020-12-03T00:45:22.705Z] ---> Running in c084326f4752 [2020-12-03T00:45:22.705Z] ---> Running in 8805b378de55 [2020-12-03T00:45:23.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T00:45:23.585Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T00:45:23.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T00:45:23.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T00:45:24.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T00:45:24.424Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T00:45:24.430Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T00:45:24.439Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T00:45:24.451Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T00:45:24.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T00:45:24.456Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T00:45:24.982Z] Merging remotes/origin/master commit 0d0448aa1bb13b12920e2a3260a06e62bf327a94 into PR head commit 622be9903e2b823eb60e10c73808f1f674e4d0d9 [2020-12-03T00:45:25.201Z] Merge succeeded, producing af0e37086f96ea1074297f30f58bd015f6acec9f [2020-12-03T00:45:25.202Z] Checking out Revision af0e37086f96ea1074297f30f58bd015f6acec9f (PR-2913) [2020-12-03T00:45:24.998Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T00:45:25.004Z] > git checkout -f 622be9903e2b823eb60e10c73808f1f674e4d0d9 # timeout=10 [2020-12-03T00:45:25.096Z] > git remote # timeout=10 [2020-12-03T00:45:25.103Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T00:45:25.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T00:45:25.113Z] > git merge 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 [2020-12-03T00:45:25.201Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T00:45:25.211Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T00:45:25.214Z] > git checkout -f af0e37086f96ea1074297f30f58bd015f6acec9f # timeout=10 [2020-12-03T00:45:28.800Z] Commit message: "Merge commit '0d0448aa1bb13b12920e2a3260a06e62bf327a94' into HEAD" [2020-12-03T00:45:28.811Z] > git rev-list --no-walk 622be9903e2b823eb60e10c73808f1f674e4d0d9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-03T00:45:30.027Z] ++ find /w/workspace/edgex-go/2 [2020-12-03T00:45:30.027Z] ++ grep snapcraft.yaml [2020-12-03T00:45:30.027Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T00:45:30.198Z] provisioning config files... [2020-12-03T00:45:30.212Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/2@tmp/config7675098084773290069tmp [Pipeline] { [Pipeline] sh [2020-12-03T00:45:30.584Z] + cp /w/workspace/edgex-go/2@tmp/config7675098084773290069tmp /w/workspace/edgex-go/2/edgex-snap-store-login [Pipeline] sh [2020-12-03T00:45:30.884Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-12-03T00:45:30.884Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-12-03T00:45:30.884Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-12-03T00:45:30.884Z] f08d8e2a3ba1: Pulling fs layer [2020-12-03T00:45:30.884Z] 3baa9cb2483b: Pulling fs layer [2020-12-03T00:45:30.884Z] 94e5ff4c0b15: Pulling fs layer [2020-12-03T00:45:30.884Z] 1860925334f9: Pulling fs layer [2020-12-03T00:45:30.884Z] 2daf38717194: Pulling fs layer [2020-12-03T00:45:30.884Z] 309017e8d7a4: Pulling fs layer [2020-12-03T00:45:30.884Z] f7790dc9fd0f: Pulling fs layer [2020-12-03T00:45:30.884Z] cac0ae9282c2: Pulling fs layer [2020-12-03T00:45:30.884Z] 1f4cadf9a1ed: Pulling fs layer [2020-12-03T00:45:30.884Z] 309017e8d7a4: Waiting [2020-12-03T00:45:30.884Z] f7790dc9fd0f: Waiting [2020-12-03T00:45:30.884Z] cac0ae9282c2: Waiting [2020-12-03T00:45:30.884Z] 1f4cadf9a1ed: Waiting [2020-12-03T00:45:30.884Z] 1860925334f9: Waiting [2020-12-03T00:45:30.884Z] 2daf38717194: Waiting [2020-12-03T00:45:30.884Z] 94e5ff4c0b15: Verifying Checksum [2020-12-03T00:45:30.884Z] 94e5ff4c0b15: Download complete [2020-12-03T00:45:30.884Z] 3baa9cb2483b: Verifying Checksum [2020-12-03T00:45:30.884Z] 3baa9cb2483b: Download complete [2020-12-03T00:45:31.143Z] 1860925334f9: Verifying Checksum [2020-12-03T00:45:31.143Z] 1860925334f9: Download complete [2020-12-03T00:45:31.143Z] 309017e8d7a4: Download complete [2020-12-03T00:45:31.143Z] f7790dc9fd0f: Verifying Checksum [2020-12-03T00:45:31.143Z] f7790dc9fd0f: Download complete [2020-12-03T00:45:31.143Z] cac0ae9282c2: Verifying Checksum [2020-12-03T00:45:31.143Z] cac0ae9282c2: Download complete [2020-12-03T00:45:31.143Z] 1f4cadf9a1ed: Verifying Checksum [2020-12-03T00:45:31.143Z] 1f4cadf9a1ed: Download complete [2020-12-03T00:45:33.057Z] f08d8e2a3ba1: Verifying Checksum [2020-12-03T00:45:33.057Z] f08d8e2a3ba1: Download complete [2020-12-03T00:45:33.629Z] f08d8e2a3ba1: Pull complete [2020-12-03T00:45:33.890Z] 3baa9cb2483b: Pull complete [2020-12-03T00:45:33.890Z] 94e5ff4c0b15: Pull complete [2020-12-03T00:45:34.197Z] 1860925334f9: Pull complete [2020-12-03T00:45:37.492Z] 2daf38717194: Verifying Checksum [2020-12-03T00:45:37.492Z] 2daf38717194: Download complete [2020-12-03T00:45:49.733Z] 2daf38717194: Pull complete [2020-12-03T00:45:49.733Z] 309017e8d7a4: Pull complete [2020-12-03T00:45:49.733Z] f7790dc9fd0f: Pull complete [2020-12-03T00:45:49.733Z] cac0ae9282c2: Pull complete [2020-12-03T00:45:49.733Z] 1f4cadf9a1ed: Pull complete [2020-12-03T00:45:49.733Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-12-03T00:45:49.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-12-03T00:45:51.660Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T00:45:51.660Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-03T00:45:51.921Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-03T00:45:52.181Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-12-03T00:45:52.181Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] [2020-12-03T00:45:52.181Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] [2020-12-03T00:45:52.181Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [236 kB] [2020-12-03T00:45:52.442Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [265 kB] [2020-12-03T00:45:52.442Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1369 kB] [2020-12-03T00:45:52.442Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2244 kB] [2020-12-03T00:45:52.703Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1815 kB] [2020-12-03T00:45:52.703Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2134 kB] [2020-12-03T00:45:52.703Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-12-03T00:45:52.703Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-12-03T00:45:53.275Z] Fetched 8409 kB in 2s (5354 kB/s) [2020-12-03T00:45:53.849Z] Reading package lists... [2020-12-03T00:45:55.237Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-03T00:45:55.237Z] - README.md [2020-12-03T00:45:55.237Z] [2020-12-03T00:45:55.237Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-03T00:45:56.444Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T00:45:56.444Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T00:45:56.444Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T00:45:56.444Z] 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T00:45:57.498Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 82% 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... 91% Reading package lists... 91% 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-12-03T00:45:58.886Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6 libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip [2020-12-03T00:45:59.721Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 82% 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... 91% Reading package lists... 91% 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... 99% Reading package lists... Done [2020-12-03T00:45:59.721Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-12-03T00:45:59.721Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-12-03T00:45:59.983Z] The following packages were automatically installed and are no longer required: [2020-12-03T00:45:59.983Z] libjq1 libonig4 [2020-12-03T00:45:59.983Z] Use 'sudo apt autoremove' to remove them. [2020-12-03T00:45:59.983Z] Suggested packages: [2020-12-03T00:45:59.983Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-12-03T00:45:59.983Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-12-03T00:45:59.983Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-12-03T00:45:59.983Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-12-03T00:45:59.983Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-12-03T00:45:59.983Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-12-03T00:45:59.983Z] git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc [2020-12-03T00:45:59.983Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-12-03T00:45:59.983Z] | libterm-readline-perl-perl [2020-12-03T00:46:00.245Z] The following NEW packages will be installed: [2020-12-03T00:46:00.245Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-12-03T00:46:00.245Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-12-03T00:46:00.245Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-12-03T00:46:00.245Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-12-03T00:46:00.245Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-12-03T00:46:00.245Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-12-03T00:46:00.245Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-12-03T00:46:00.245Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-12-03T00:46:00.245Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-12-03T00:46:00.245Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-12-03T00:46:00.245Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-12-03T00:46:00.245Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-12-03T00:46:00.245Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-12-03T00:46:00.245Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-12-03T00:46:00.245Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-12-03T00:46:00.245Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-12-03T00:46:00.245Z] perl perl-modules-5.26 pkg-config unzip zip [2020-12-03T00:46:00.245Z] The following packages will be upgraded: [2020-12-03T00:46:00.245Z] libc6 perl-base [2020-12-03T00:46:00.245Z] 2 upgraded, 101 newly installed, 0 to remove and 49 not upgraded. [2020-12-03T00:46:00.245Z] Need to get 84.4 MB of archives. [2020-12-03T00:46:00.245Z] After this operation, 369 MB of additional disk space will be used. [2020-12-03T00:46:00.245Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-03T00:46:01.079Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 676 kB/1391 kB 49%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-03T00:46:01.079Z] 2% [2 libc6 35.8 kB/2831 kB 1%] 4% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-12-03T00:46:01.079Z] 4% [3 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-03T00:46:01.341Z] 5% [4 perl-modules-5.26 20.2 kB/2762 kB 1%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-12-03T00:46:01.341Z] 7% [5 libgdbm5 26.0 kB/26.0 kB 100%] 8% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-12-03T00:46:01.341Z] 8% [6 libgdbm-compat4 6084 B/6084 B 100%] 8% [Working] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-03T00:46:01.341Z] 8% [7 libperl5.26 42.9 kB/3534 kB 1%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-03T00:46:01.341Z] 11% [8 perl 47.9 kB/201 kB 24%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-12-03T00:46:01.341Z] 12% [9 less 42.7 kB/112 kB 38%] 12% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-12-03T00:46:01.341Z] 12% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-12-03T00:46:01.603Z] 12% [11 manpages 49.0 kB/1234 kB 4%] 14% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-03T00:46:01.603Z] 14% [12 binutils-common 60.3 kB/196 kB 31%] 14% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-03T00:46:01.603Z] 14% [13 libbinutils 60.1 kB/488 kB 12%] 15% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-03T00:46:01.603Z] 15% [14 binutils-x86-64-linux-gnu 31.0 kB/1839 kB 2%] 17% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-03T00:46:01.603Z] 17% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-03T00:46:01.603Z] 17% [16 libc-dev-bin 7318 B/71.8 kB 10%] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] [2020-12-03T00:46:01.603Z] 17% [17 linux-libc-dev 65.5 kB/989 kB 7%] 18% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-03T00:46:01.865Z] 18% [18 libc6-dev 65.5 kB/2586 kB 3%] 21% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-03T00:46:01.865Z] 21% [19 gcc-7-base 18.3 kB/18.3 kB 100%] 21% [Working] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-12-03T00:46:01.865Z] 21% [20 libisl19 0 B/551 kB 0%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-12-03T00:46:01.865Z] 22% [21 libmpfr6 64.3 kB/243 kB 27%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-12-03T00:46:01.865Z] 22% [22 libmpc3 18.1 kB/40.8 kB 44%] 22% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-03T00:46:02.436Z] 22% [23 cpp-7 42.5 kB/8591 kB 0%] 31% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-03T00:46:02.436Z] 31% [24 cpp 27.7 kB/27.7 kB 100%] 31% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-03T00:46:02.436Z] 31% [25 libcc1-0 39.4 kB/39.4 kB 100%] 31% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-03T00:46:02.436Z] 31% [26 libgomp1 34.3 kB/76.5 kB 45%] 31% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-03T00:46:02.436Z] 32% [27 libitm1 23.1 kB/27.9 kB 83%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-03T00:46:02.436Z] 32% [28 libatomic1 9192 B/9192 B 100%] 32% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-03T00:46:02.436Z] 32% [29 libasan4 51.0 kB/358 kB 14%] 32% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-03T00:46:02.436Z] 32% [30 liblsan0 20.0 kB/133 kB 15%] 33% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-03T00:46:02.436Z] 33% [31 libtsan0 18.1 kB/288 kB 6%] 33% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-03T00:46:02.436Z] 33% [32 libubsan0 57.4 kB/126 kB 45%] 34% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-03T00:46:02.436Z] 34% [33 libcilkrts5 42.5 kB/42.5 kB 100%] 34% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-03T00:46:02.436Z] 34% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-03T00:46:02.436Z] 34% [35 libquadmath0 8192 B/134 kB 6%] 34% [Working] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-03T00:46:02.436Z] 34% [36 libgcc-7-dev 4502 B/2378 kB 0%] 37% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-03T00:46:02.700Z] 37% [37 gcc-7 14.3 kB/9381 kB 0%] 46% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-03T00:46:02.700Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-03T00:46:02.960Z] 46% [39 libstdc++-7-dev 22.0 kB/1471 kB 1%] 48% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-03T00:46:03.221Z] 48% [40 g++-7 18.8 kB/9697 kB 0%] 57% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-03T00:46:03.221Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-12-03T00:46:03.221Z] 57% [42 make 20.5 kB/154 kB 13%] 58% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-03T00:46:03.221Z] 58% [43 libdpkg-perl 11.8 kB/211 kB 6%] 58% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-03T00:46:03.221Z] 58% [44 patch 12.9 kB/102 kB 13%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-03T00:46:03.221Z] 58% [45 dpkg-dev 11.3 kB/607 kB 2%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-12-03T00:46:03.221Z] 59% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-12-03T00:46:03.221Z] 59% [47 cmake-data 6935 B/1332 kB 1%] 61% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-12-03T00:46:03.221Z] 61% [48 libarchive13 18.5 kB/288 kB 6%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-12-03T00:46:03.221Z] 61% [49 libjsoncpp1 13.2 kB/73.6 kB 18%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-12-03T00:46:03.221Z] 61% [50 librhash0 0 B/78.1 kB 0%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-12-03T00:46:03.496Z] 62% [51 libuv1 21.8 kB/64.4 kB 34%] 62% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-12-03T00:46:03.496Z] 62% [52 cmake 0 B/3152 kB 0%] 65% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-12-03T00:46:03.496Z] 65% [53 curl 31.5 kB/159 kB 20%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-12-03T00:46:03.496Z] 65% [54 libfakeroot 25.9 kB/25.9 kB 100%] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-12-03T00:46:03.496Z] 66% [55 fakeroot 43.0 kB/62.3 kB 69%] 66% [Working] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] [2020-12-03T00:46:03.755Z] 66% [56 libc6-i386 45.9 kB/2652 kB 2%] 69% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.3 [1817 kB] [2020-12-03T00:46:03.755Z] 69% [57 libc6-dev-i386 15.3 kB/1817 kB 1%] 71% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.3 [2847 kB] [2020-12-03T00:46:04.016Z] 71% [58 libc6-x32 33.5 kB/2847 kB 1%] 73% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.3 [2016 kB] [2020-12-03T00:46:04.016Z] 73% [59 libc6-dev-x32 17.2 kB/2016 kB 1%] 76% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-12-03T00:46:04.016Z] 76% [60 lib32gcc1 18.9 kB/48.1 kB 39%] 76% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-12-03T00:46:04.016Z] 76% [61 libx32gcc1 0 B/40.5 kB 0%] 76% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-12-03T00:46:04.016Z] 76% [62 lib32gomp1 0 B/83.7 kB 0%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-12-03T00:46:04.016Z] 76% [63 libx32gomp1 0 B/77.8 kB 0%] 77% [Working] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-12-03T00:46:04.016Z] 77% [64 lib32itm1 0 B/30.0 kB 0%] 77% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-12-03T00:46:04.016Z] 77% [65 libx32itm1 0 B/28.1 kB 0%] 77% [Waiting for headers] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-12-03T00:46:04.016Z] 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-12-03T00:46:04.016Z] 77% [67 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-12-03T00:46:04.016Z] 77% [68 lib32asan4 18.3 kB/362 kB 5%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-12-03T00:46:04.278Z] 78% [69 libx32asan4 35.8 kB/351 kB 10%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-12-03T00:46:04.278Z] 79% [70 lib32stdc++6 25.7 kB/415 kB 6%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-12-03T00:46:04.278Z] 79% [71 lib32ubsan0 21.0 kB/140 kB 15%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-12-03T00:46:04.278Z] 79% [72 libx32stdc++6 16.3 kB/387 kB 4%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-12-03T00:46:04.278Z] 80% [73 libx32ubsan0 9909 B/127 kB 8%] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-12-03T00:46:04.278Z] 80% [74 lib32cilkrts5 47.2 kB/47.2 kB 100%] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-12-03T00:46:04.278Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-12-03T00:46:04.278Z] 81% [76 lib32mpx2 12.9 kB/12.9 kB 100%] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-12-03T00:46:04.278Z] 81% [77 lib32quadmath0 31.0 kB/208 kB 15%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-12-03T00:46:04.278Z] 81% [78 libx32quadmath0 8192 B/135 kB 6%] 82% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-12-03T00:46:04.278Z] 82% [79 lib32gcc-7-dev 15.0 kB/2211 kB 1%] 84% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-12-03T00:46:04.539Z] 84% [80 libx32gcc-7-dev 28.2 kB/1999 kB 1%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-12-03T00:46:04.539Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-12-03T00:46:04.539Z] 86% [82 lib32stdc++-7-dev 63.3 kB/626 kB 10%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-12-03T00:46:04.539Z] 87% [83 libx32stdc++-7-dev 26.6 kB/582 kB 5%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-12-03T00:46:04.539Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-12-03T00:46:04.539Z] 88% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-12-03T00:46:04.539Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-12-03T00:46:04.539Z] 88% [87 libcurl3-gnutls 65.5 kB/213 kB 31%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-03T00:46:04.539Z] 89% [88 liberror-perl 22.8 kB/22.8 kB 100%] 89% [Working] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-03T00:46:04.539Z] 89% [89 git-man 56.1 kB/804 kB 7%] 90% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-03T00:46:04.799Z] 90% [90 git 35.8 kB/3915 kB 1%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-12-03T00:46:04.799Z] 94% [91 libalgorithm-diff-perl 47.6 kB/47.6 kB 100%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-12-03T00:46:04.799Z] 94% [92 libalgorithm-diff-xs-perl 0 B/11.1 kB 0%] 94% [Waiting for headers] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-12-03T00:46:04.799Z] 94% [93 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-12-03T00:46:04.799Z] 95% [94 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 95% [Working] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-03T00:46:04.799Z] 95% [95 libnorm1 16.2 kB/224 kB 7%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-03T00:46:04.799Z] 95% [96 libpgm-5.2-0 20.6 kB/157 kB 13%] 95% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-03T00:46:04.799Z] 95% [97 libsodium23 15.3 kB/143 kB 11%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-03T00:46:04.799Z] 96% [98 libzmq5 13.7 kB/221 kB 6%] 96% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-03T00:46:04.799Z] 96% [99 libzmq3-dev 49.7 kB/400 kB 12%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-12-03T00:46:05.060Z] 97% [100 manpages-dev 12.3 kB/2217 kB 1%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-03T00:46:05.060Z] 99% [101 pkg-config 39.6 kB/45.0 kB 88%] 99% [Connecting to archive.ubuntu.com (91.189.88.142)] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-12-03T00:46:05.632Z] 99% [102 unzip 12.6 kB/167 kB 8%] 100% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-03T00:46:05.632Z] 100% [103 zip 4869 B/167 kB 3%] 100% [Working] Fetched 84.4 MB in 5s (15.6 MB/s) [2020-12-03T00:46:05.632Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T00:46:05.892Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-12-03T00:46:05.892Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T00:46:05.892Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-12-03T00:46:08.438Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-03T00:46:08.698Z] (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-12-03T00:46:08.698Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T00:46:08.698Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... [2020-12-03T00:46:10.617Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:12.005Z] Selecting previously unselected package liblocale-gettext-perl. [2020-12-03T00:46:12.005Z] (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-12-03T00:46:12.005Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-12-03T00:46:12.005Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-12-03T00:46:12.005Z] Selecting previously unselected package perl-modules-5.26. [2020-12-03T00:46:12.005Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-03T00:46:12.005Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-03T00:46:12.576Z] Selecting previously unselected package libgdbm5:amd64. [2020-12-03T00:46:12.576Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-12-03T00:46:12.576Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-12-03T00:46:12.838Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-12-03T00:46:12.838Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-12-03T00:46:12.838Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-12-03T00:46:12.838Z] Selecting previously unselected package libperl5.26:amd64. [2020-12-03T00:46:12.838Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T00:46:12.838Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-03T00:46:13.408Z] Selecting previously unselected package perl. [2020-12-03T00:46:13.408Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T00:46:13.408Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-12-03T00:46:13.408Z] Selecting previously unselected package less. [2020-12-03T00:46:13.408Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-12-03T00:46:13.408Z] Unpacking less (487-0.1) ... [2020-12-03T00:46:13.408Z] Selecting previously unselected package netbase. [2020-12-03T00:46:13.408Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-12-03T00:46:13.408Z] Unpacking netbase (5.4) ... [2020-12-03T00:46:13.408Z] Selecting previously unselected package manpages. [2020-12-03T00:46:13.408Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-12-03T00:46:13.408Z] Unpacking manpages (4.15-1) ... [2020-12-03T00:46:13.669Z] Selecting previously unselected package binutils-common:amd64. [2020-12-03T00:46:13.669Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T00:46:13.669Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T00:46:13.669Z] Selecting previously unselected package libbinutils:amd64. [2020-12-03T00:46:13.669Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T00:46:13.669Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T00:46:13.930Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-12-03T00:46:13.930Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T00:46:13.930Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-03T00:46:14.192Z] Selecting previously unselected package binutils. [2020-12-03T00:46:14.193Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T00:46:14.193Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-03T00:46:14.193Z] Selecting previously unselected package libc-dev-bin. [2020-12-03T00:46:14.193Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T00:46:14.193Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-03T00:46:14.193Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-12-03T00:46:14.193Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-126.129_amd64.deb ... [2020-12-03T00:46:14.193Z] Unpacking linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-03T00:46:14.457Z] Selecting previously unselected package libc6-dev:amd64. [2020-12-03T00:46:14.457Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T00:46:14.457Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:15.031Z] Selecting previously unselected package gcc-7-base:amd64. [2020-12-03T00:46:15.031Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:15.031Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:15.031Z] Selecting previously unselected package libisl19:amd64. [2020-12-03T00:46:15.031Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-12-03T00:46:15.031Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-12-03T00:46:15.031Z] Selecting previously unselected package libmpfr6:amd64. [2020-12-03T00:46:15.031Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-12-03T00:46:15.031Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-12-03T00:46:15.292Z] Selecting previously unselected package libmpc3:amd64. [2020-12-03T00:46:15.292Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-12-03T00:46:15.292Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-12-03T00:46:15.292Z] Selecting previously unselected package cpp-7. [2020-12-03T00:46:15.292Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:15.292Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:15.863Z] Selecting previously unselected package cpp. [2020-12-03T00:46:15.863Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T00:46:15.863Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-03T00:46:16.124Z] Selecting previously unselected package libcc1-0:amd64. [2020-12-03T00:46:16.124Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.124Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:16.124Z] Selecting previously unselected package libgomp1:amd64. [2020-12-03T00:46:16.124Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.124Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:16.124Z] Selecting previously unselected package libitm1:amd64. [2020-12-03T00:46:16.124Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.124Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:16.385Z] Selecting previously unselected package libatomic1:amd64. [2020-12-03T00:46:16.385Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.385Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:16.385Z] Selecting previously unselected package libasan4:amd64. [2020-12-03T00:46:16.385Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.385Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:16.385Z] Selecting previously unselected package liblsan0:amd64. [2020-12-03T00:46:16.385Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.385Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:16.386Z] Selecting previously unselected package libtsan0:amd64. [2020-12-03T00:46:16.386Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.386Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:16.647Z] Selecting previously unselected package libubsan0:amd64. [2020-12-03T00:46:16.647Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.647Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:16.647Z] Selecting previously unselected package libcilkrts5:amd64. [2020-12-03T00:46:16.647Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.647Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:16.647Z] Selecting previously unselected package libmpx2:amd64. [2020-12-03T00:46:16.647Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.647Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:16.909Z] Selecting previously unselected package libquadmath0:amd64. [2020-12-03T00:46:16.910Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.910Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:16.910Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-12-03T00:46:16.910Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:16.910Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:17.170Z] Selecting previously unselected package gcc-7. [2020-12-03T00:46:17.170Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:17.170Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:18.112Z] Selecting previously unselected package gcc. [2020-12-03T00:46:18.112Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T00:46:18.112Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-03T00:46:18.112Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-12-03T00:46:18.112Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:18.112Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:18.683Z] Selecting previously unselected package g++-7. [2020-12-03T00:46:18.684Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:18.684Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:19.255Z] Selecting previously unselected package g++. [2020-12-03T00:46:19.255Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T00:46:19.255Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-03T00:46:19.256Z] Selecting previously unselected package make. [2020-12-03T00:46:19.256Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-12-03T00:46:19.256Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-12-03T00:46:19.518Z] Selecting previously unselected package libdpkg-perl. [2020-12-03T00:46:19.518Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T00:46:19.518Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-03T00:46:19.518Z] Selecting previously unselected package patch. [2020-12-03T00:46:19.518Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-03T00:46:19.518Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-12-03T00:46:19.518Z] Selecting previously unselected package dpkg-dev. [2020-12-03T00:46:19.518Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T00:46:19.518Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-03T00:46:19.778Z] Selecting previously unselected package build-essential. [2020-12-03T00:46:19.778Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-12-03T00:46:19.778Z] Unpacking build-essential (12.4ubuntu1) ... [2020-12-03T00:46:19.778Z] Selecting previously unselected package cmake-data. [2020-12-03T00:46:19.778Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-12-03T00:46:19.778Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-12-03T00:46:20.349Z] Selecting previously unselected package libarchive13:amd64. [2020-12-03T00:46:20.349Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-12-03T00:46:20.349Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-12-03T00:46:20.611Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-12-03T00:46:20.611Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-12-03T00:46:20.611Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-03T00:46:20.611Z] Selecting previously unselected package librhash0:amd64. [2020-12-03T00:46:20.611Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-12-03T00:46:20.611Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-12-03T00:46:20.611Z] Selecting previously unselected package libuv1:amd64. [2020-12-03T00:46:20.611Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-12-03T00:46:20.611Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-12-03T00:46:20.872Z] Selecting previously unselected package cmake. [2020-12-03T00:46:20.872Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-12-03T00:46:20.872Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-12-03T00:46:21.132Z] Selecting previously unselected package curl. [2020-12-03T00:46:21.132Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-03T00:46:21.132Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-12-03T00:46:21.132Z] Selecting previously unselected package libfakeroot:amd64. [2020-12-03T00:46:21.132Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-12-03T00:46:21.132Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-12-03T00:46:21.394Z] Selecting previously unselected package fakeroot. [2020-12-03T00:46:21.394Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-12-03T00:46:21.394Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-12-03T00:46:21.394Z] Selecting previously unselected package libc6-i386. [2020-12-03T00:46:21.394Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T00:46:21.394Z] Unpacking libc6-i386 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:21.654Z] Selecting previously unselected package libc6-dev-i386. [2020-12-03T00:46:21.654Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T00:46:21.654Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:21.914Z] Selecting previously unselected package libc6-x32. [2020-12-03T00:46:21.914Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T00:46:21.914Z] Unpacking libc6-x32 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:22.483Z] Selecting previously unselected package libc6-dev-x32. [2020-12-03T00:46:22.483Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T00:46:22.483Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:22.744Z] Selecting previously unselected package lib32gcc1. [2020-12-03T00:46:22.744Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:22.744Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:22.744Z] Selecting previously unselected package libx32gcc1. [2020-12-03T00:46:22.744Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:22.744Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:22.744Z] Selecting previously unselected package lib32gomp1. [2020-12-03T00:46:22.744Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:22.744Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:23.005Z] Selecting previously unselected package libx32gomp1. [2020-12-03T00:46:23.005Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.005Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:23.005Z] Selecting previously unselected package lib32itm1. [2020-12-03T00:46:23.005Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.005Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:23.005Z] Selecting previously unselected package libx32itm1. [2020-12-03T00:46:23.005Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.005Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:23.005Z] Selecting previously unselected package lib32atomic1. [2020-12-03T00:46:23.005Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.005Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:23.005Z] Selecting previously unselected package libx32atomic1. [2020-12-03T00:46:23.005Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.265Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:23.266Z] Selecting previously unselected package lib32asan4. [2020-12-03T00:46:23.266Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.266Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:23.266Z] Selecting previously unselected package libx32asan4. [2020-12-03T00:46:23.266Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.266Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:23.526Z] Selecting previously unselected package lib32stdc++6. [2020-12-03T00:46:23.527Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.527Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:23.527Z] Selecting previously unselected package lib32ubsan0. [2020-12-03T00:46:23.527Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.527Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:23.527Z] Selecting previously unselected package libx32stdc++6. [2020-12-03T00:46:23.527Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.527Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:23.788Z] Selecting previously unselected package libx32ubsan0. [2020-12-03T00:46:23.788Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.788Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:23.788Z] Selecting previously unselected package lib32cilkrts5. [2020-12-03T00:46:23.788Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.788Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:23.788Z] Selecting previously unselected package libx32cilkrts5. [2020-12-03T00:46:23.788Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:23.788Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:24.049Z] Selecting previously unselected package lib32mpx2. [2020-12-03T00:46:24.049Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:24.049Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:24.049Z] Selecting previously unselected package lib32quadmath0. [2020-12-03T00:46:24.049Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:24.049Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:24.049Z] Selecting previously unselected package libx32quadmath0. [2020-12-03T00:46:24.049Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:24.049Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:24.049Z] Selecting previously unselected package lib32gcc-7-dev. [2020-12-03T00:46:24.049Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:24.049Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:24.310Z] Selecting previously unselected package libx32gcc-7-dev. [2020-12-03T00:46:24.310Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:24.310Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:24.571Z] Selecting previously unselected package gcc-7-multilib. [2020-12-03T00:46:24.571Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:24.571Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:24.571Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-12-03T00:46:24.571Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:24.571Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:24.831Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-12-03T00:46:24.831Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:24.831Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:24.831Z] Selecting previously unselected package g++-7-multilib. [2020-12-03T00:46:24.831Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T00:46:24.831Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:25.091Z] Selecting previously unselected package gcc-multilib. [2020-12-03T00:46:25.091Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T00:46:25.091Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-03T00:46:25.091Z] Selecting previously unselected package g++-multilib. [2020-12-03T00:46:25.091Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T00:46:25.091Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-03T00:46:25.091Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-03T00:46:25.091Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-03T00:46:25.091Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-03T00:46:25.353Z] Selecting previously unselected package liberror-perl. [2020-12-03T00:46:25.353Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-12-03T00:46:25.353Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-03T00:46:25.353Z] Selecting previously unselected package git-man. [2020-12-03T00:46:25.353Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-03T00:46:25.353Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T00:46:25.353Z] Selecting previously unselected package git. [2020-12-03T00:46:25.353Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-03T00:46:25.353Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T00:46:25.925Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-12-03T00:46:25.925Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-12-03T00:46:25.925Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-12-03T00:46:25.925Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-12-03T00:46:25.925Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-12-03T00:46:25.925Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-12-03T00:46:25.925Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-12-03T00:46:25.925Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-12-03T00:46:25.925Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-12-03T00:46:26.186Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-12-03T00:46:26.186Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-12-03T00:46:26.186Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-12-03T00:46:26.186Z] Selecting previously unselected package libnorm1:amd64. [2020-12-03T00:46:26.187Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-03T00:46:26.187Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-03T00:46:26.447Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-03T00:46:26.447Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-03T00:46:26.447Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-03T00:46:26.447Z] Selecting previously unselected package libsodium23:amd64. [2020-12-03T00:46:26.447Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-12-03T00:46:26.447Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-03T00:46:26.447Z] Selecting previously unselected package libzmq5:amd64. [2020-12-03T00:46:26.447Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-03T00:46:26.447Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T00:46:26.447Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-03T00:46:26.447Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-03T00:46:26.447Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T00:46:26.707Z] Selecting previously unselected package manpages-dev. [2020-12-03T00:46:26.707Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-12-03T00:46:26.707Z] Unpacking manpages-dev (4.15-1) ... [2020-12-03T00:46:26.967Z] Selecting previously unselected package pkg-config. [2020-12-03T00:46:26.967Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-03T00:46:26.967Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T00:46:26.967Z] Selecting previously unselected package unzip. [2020-12-03T00:46:26.967Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-12-03T00:46:26.967Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-12-03T00:46:27.227Z] Selecting previously unselected package zip. [2020-12-03T00:46:27.227Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-12-03T00:46:27.227Z] Unpacking zip (3.0-11build1) ... [2020-12-03T00:46:27.227Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:27.227Z] Setting up libc6-x32 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:27.227Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:27.227Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-03T00:46:27.227Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:27.227Z] Setting up manpages (4.15-1) ... [2020-12-03T00:46:27.227Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T00:46:27.227Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:27.488Z] Setting up less (487-0.1) ... [2020-12-03T00:46:27.488Z] Setting up make (4.1-9.1ubuntu1) ... [2020-12-03T00:46:27.488Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:27.488Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-12-03T00:46:27.488Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-12-03T00:46:27.488Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-12-03T00:46:27.488Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-03T00:46:27.488Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:27.748Z] Setting up unzip (6.0-21ubuntu1) ... [2020-12-03T00:46:27.748Z] Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-03T00:46:27.748Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-12-03T00:46:27.748Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-12-03T00:46:27.748Z] Setting up libc6-i386 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:27.749Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-03T00:46:27.749Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-12-03T00:46:27.749Z] Setting up zip (3.0-11build1) ... [2020-12-03T00:46:27.749Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:27.749Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:27.749Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.008Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-12-03T00:46:28.008Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.008Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-03T00:46:28.008Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.008Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.008Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T00:46:28.008Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-03T00:46:28.008Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.008Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-03T00:46:28.008Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-12-03T00:46:28.008Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.008Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-12-03T00:46:28.008Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-12-03T00:46:28.008Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-03T00:46:28.269Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-12-03T00:46:28.269Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.269Z] Setting up manpages-dev (4.15-1) ... [2020-12-03T00:46:28.269Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:28.269Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.269Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.269Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.269Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.269Z] Setting up netbase (5.4) ... [2020-12-03T00:46:28.269Z] Setting up libisl19:amd64 (0.19-1) ... [2020-12-03T00:46:28.269Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-03T00:46:28.269Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.269Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T00:46:28.530Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.530Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.530Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T00:46:28.530Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.530Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.530Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.530Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.530Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.530Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.530Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T00:46:28.530Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-12-03T00:46:28.530Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-12-03T00:46:28.530Z] 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-12-03T00:46:28.530Z] 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-12-03T00:46:28.530Z] 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-12-03T00:46:28.530Z] 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-12-03T00:46:28.530Z] 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-12-03T00:46:28.530Z] 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-12-03T00:46:28.530Z] 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-12-03T00:46:28.530Z] 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-12-03T00:46:28.530Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.530Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.530Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.791Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-03T00:46:28.791Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T00:46:28.791Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.791Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-12-03T00:46:28.791Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.791Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:28.791Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-12-03T00:46:28.791Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-03T00:46:28.791Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-03T00:46:28.791Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:28.791Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-03T00:46:29.052Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-12-03T00:46:29.052Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-12-03T00:46:29.052Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:29.052Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-03T00:46:29.052Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:29.052Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:29.052Z] Setting up liberror-perl (0.17025-1) ... [2020-12-03T00:46:29.052Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:29.052Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-03T00:46:29.052Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:29.052Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-03T00:46:29.052Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:29.312Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-03T00:46:29.312Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-12-03T00:46:29.312Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-03T00:46:29.312Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-12-03T00:46:29.312Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-03T00:46:29.312Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-12-03T00:46:29.312Z] 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-12-03T00:46:29.312Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T00:46:29.312Z] Setting up build-essential (12.4ubuntu1) ... [2020-12-03T00:46:29.312Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-03T00:46:29.312Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T00:46:29.573Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-03T00:46:29.573Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-03T00:46:29.573Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-12-03T00:46:30.957Z] binutils set to automatically installed. [2020-12-03T00:46:30.957Z] binutils-common set to automatically installed. [2020-12-03T00:46:30.957Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-12-03T00:46:30.957Z] build-essential set to automatically installed. [2020-12-03T00:46:30.957Z] cmake set to automatically installed. [2020-12-03T00:46:30.957Z] cmake-data set to automatically installed. [2020-12-03T00:46:30.957Z] cpp set to automatically installed. [2020-12-03T00:46:30.957Z] cpp-7 set to automatically installed. [2020-12-03T00:46:30.957Z] curl set to automatically installed. [2020-12-03T00:46:30.957Z] dpkg-dev set to automatically installed. [2020-12-03T00:46:30.957Z] fakeroot set to automatically installed. [2020-12-03T00:46:30.957Z] g++ set to automatically installed. [2020-12-03T00:46:30.957Z] g++-7 set to automatically installed. [2020-12-03T00:46:30.957Z] g++-7-multilib set to automatically installed. [2020-12-03T00:46:30.957Z] g++-multilib set to automatically installed. [2020-12-03T00:46:30.957Z] gcc set to automatically installed. [2020-12-03T00:46:30.957Z] gcc-7 set to automatically installed. [2020-12-03T00:46:30.957Z] gcc-7-base set to automatically installed. [2020-12-03T00:46:30.957Z] gcc-7-multilib set to automatically installed. [2020-12-03T00:46:30.957Z] gcc-multilib set to automatically installed. [2020-12-03T00:46:30.957Z] git set to automatically installed. [2020-12-03T00:46:30.957Z] git-man set to automatically installed. [2020-12-03T00:46:30.957Z] less set to automatically installed. [2020-12-03T00:46:30.957Z] lib32asan4 set to automatically installed. [2020-12-03T00:46:30.957Z] lib32atomic1 set to automatically installed. [2020-12-03T00:46:30.957Z] lib32cilkrts5 set to automatically installed. [2020-12-03T00:46:30.957Z] lib32gcc-7-dev set to automatically installed. [2020-12-03T00:46:30.957Z] lib32gcc1 set to automatically installed. [2020-12-03T00:46:30.957Z] lib32gomp1 set to automatically installed. [2020-12-03T00:46:30.957Z] lib32itm1 set to automatically installed. [2020-12-03T00:46:30.957Z] lib32mpx2 set to automatically installed. [2020-12-03T00:46:30.957Z] lib32quadmath0 set to automatically installed. [2020-12-03T00:46:30.957Z] lib32stdc++-7-dev set to automatically installed. [2020-12-03T00:46:30.957Z] lib32stdc++6 set to automatically installed. [2020-12-03T00:46:30.957Z] lib32ubsan0 set to automatically installed. [2020-12-03T00:46:30.957Z] libalgorithm-diff-perl set to automatically installed. [2020-12-03T00:46:30.957Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-12-03T00:46:30.957Z] libalgorithm-merge-perl set to automatically installed. [2020-12-03T00:46:30.957Z] libarchive13 set to automatically installed. [2020-12-03T00:46:30.957Z] libasan4 set to automatically installed. [2020-12-03T00:46:30.957Z] libatomic1 set to automatically installed. [2020-12-03T00:46:30.957Z] libbinutils set to automatically installed. [2020-12-03T00:46:30.957Z] libc-dev-bin set to automatically installed. [2020-12-03T00:46:30.957Z] libc6 set to automatically installed. [2020-12-03T00:46:30.957Z] libc6-dev set to automatically installed. [2020-12-03T00:46:30.957Z] libc6-dev-i386 set to automatically installed. [2020-12-03T00:46:30.957Z] libc6-dev-x32 set to automatically installed. [2020-12-03T00:46:30.957Z] libc6-i386 set to automatically installed. [2020-12-03T00:46:30.957Z] libc6-x32 set to automatically installed. [2020-12-03T00:46:30.957Z] libcc1-0 set to automatically installed. [2020-12-03T00:46:30.957Z] libcilkrts5 set to automatically installed. [2020-12-03T00:46:30.957Z] libcurl3-gnutls set to automatically installed. [2020-12-03T00:46:30.957Z] libdpkg-perl set to automatically installed. [2020-12-03T00:46:30.957Z] liberror-perl set to automatically installed. [2020-12-03T00:46:30.957Z] libfakeroot set to automatically installed. [2020-12-03T00:46:30.957Z] libfile-fcntllock-perl set to automatically installed. [2020-12-03T00:46:30.957Z] libgcc-7-dev set to automatically installed. [2020-12-03T00:46:30.957Z] libgdbm-compat4 set to automatically installed. [2020-12-03T00:46:30.957Z] libgdbm5 set to automatically installed. [2020-12-03T00:46:30.957Z] libgomp1 set to automatically installed. [2020-12-03T00:46:30.957Z] libisl19 set to automatically installed. [2020-12-03T00:46:30.957Z] libitm1 set to automatically installed. [2020-12-03T00:46:30.957Z] libjsoncpp1 set to automatically installed. [2020-12-03T00:46:30.957Z] liblocale-gettext-perl set to automatically installed. [2020-12-03T00:46:30.957Z] liblsan0 set to automatically installed. [2020-12-03T00:46:30.957Z] libmpc3 set to automatically installed. [2020-12-03T00:46:30.957Z] libmpfr6 set to automatically installed. [2020-12-03T00:46:30.957Z] libmpx2 set to automatically installed. [2020-12-03T00:46:30.957Z] libnorm1 set to automatically installed. [2020-12-03T00:46:30.957Z] libperl5.26 set to automatically installed. [2020-12-03T00:46:30.957Z] libpgm-5.2-0 set to automatically installed. [2020-12-03T00:46:30.957Z] libquadmath0 set to automatically installed. [2020-12-03T00:46:30.957Z] librhash0 set to automatically installed. [2020-12-03T00:46:30.957Z] libsodium23 set to automatically installed. [2020-12-03T00:46:30.957Z] libstdc++-7-dev set to automatically installed. [2020-12-03T00:46:30.957Z] libtsan0 set to automatically installed. [2020-12-03T00:46:30.957Z] libubsan0 set to automatically installed. [2020-12-03T00:46:30.957Z] libuv1 set to automatically installed. [2020-12-03T00:46:30.957Z] libx32asan4 set to automatically installed. [2020-12-03T00:46:30.957Z] libx32atomic1 set to automatically installed. [2020-12-03T00:46:31.218Z] libx32cilkrts5 set to automatically installed. [2020-12-03T00:46:31.218Z] libx32gcc-7-dev set to automatically installed. [2020-12-03T00:46:31.218Z] libx32gcc1 set to automatically installed. [2020-12-03T00:46:31.218Z] libx32gomp1 set to automatically installed. [2020-12-03T00:46:31.218Z] libx32itm1 set to automatically installed. [2020-12-03T00:46:31.218Z] libx32quadmath0 set to automatically installed. [2020-12-03T00:46:31.218Z] libx32stdc++-7-dev set to automatically installed. [2020-12-03T00:46:31.218Z] libx32stdc++6 set to automatically installed. [2020-12-03T00:46:31.218Z] libx32ubsan0 set to automatically installed. [2020-12-03T00:46:31.218Z] libzmq3-dev set to automatically installed. [2020-12-03T00:46:31.218Z] libzmq5 set to automatically installed. [2020-12-03T00:46:31.218Z] linux-libc-dev set to automatically installed. [2020-12-03T00:46:31.218Z] make set to automatically installed. [2020-12-03T00:46:31.218Z] manpages set to automatically installed. [2020-12-03T00:46:31.218Z] manpages-dev set to automatically installed. [2020-12-03T00:46:31.218Z] netbase set to automatically installed. [2020-12-03T00:46:31.218Z] patch set to automatically installed. [2020-12-03T00:46:31.218Z] perl set to automatically installed. [2020-12-03T00:46:31.218Z] perl-base set to automatically installed. [2020-12-03T00:46:31.218Z] perl-modules-5.26 set to automatically installed. [2020-12-03T00:46:31.218Z] pkg-config set to automatically installed. [2020-12-03T00:46:31.218Z] unzip set to automatically installed. [2020-12-03T00:46:31.218Z] zip set to automatically installed. [2020-12-03T00:46:31.218Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-12-03T00:46:31.218Z] Please ensure the environment is properly setup before continuing. [2020-12-03T00:46:31.218Z] Ignore this message if the appropriate measures have already been taken [2020-12-03T00:46:31.790Z] Pulling go-build-helper  [2020-12-03T00:46:32.360Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-12-03T00:46:32.360Z] Skipping pull go-build-helper (already ran) [2020-12-03T00:46:32.360Z] Building go-build-helper  [2020-12-03T00:46:34.904Z] Staging go-build-helper  [2020-12-03T00:46:35.166Z] Pulling go115  [2020-12-03T00:46:35.736Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-12-03T00:46:35.736Z] Skipping pull go115 (already ran) [2020-12-03T00:46:35.736Z] Building go115  [2020-12-03T00:46:35.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T00:46:35.736Z] Dload Upload Total Spent Left Speed [2020-12-03T00:46:37.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 27.8M 0 0 46.4M 0 0:00:02 --:--:-- 0:00:02 46.4M 77 115M 77 89.6M 0 0 55.4M 0 0:00:02 0:00:01 0:00:01 55.3M 100 115M 100 115M 0 0 57.9M 0 0:00:01 0:00:01 --:--:-- 57.9M [2020-12-03T00:46:38.457Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-03T00:46:43.739Z] Staging go115  [2020-12-03T00:46:43.739Z] 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-12-03T00:46:43.739Z] 14% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-03T00:46:44.264Z] 7% 53% 53% 53% 7% 7% 7% 8% [Working] 8% [Working] 8% Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1815 kB] [2020-12-03T00:46:44.264Z] 8% Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-03T00:46:44.264Z] 9% 13% 13% 3% [Working] 3% [Working] 3% Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-12-03T00:46:44.264Z] 3% 4% 4% 4% 3% [Working] 3% [Working] 3% Get:6 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-12-03T00:46:44.530Z] 4% 5% 6% [Working] Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-12-03T00:46:44.530Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-12-03T00:46:44.530Z] 7% 7% 8% 8% 8% 8% 13% 13% 13% 13% Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1369 kB] [2020-12-03T00:46:44.530Z] 17% 23% 25% 25% Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [236 kB] [2020-12-03T00:46:44.530Z] 25% Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] [2020-12-03T00:46:45.368Z] 27% 27% 33% 33% 33% 35% 35% 35% 35% 71% [Working] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-12-03T00:46:45.368Z] 72% 72% 78% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [265 kB] [2020-12-03T00:46:45.368Z] 78% 79% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2134 kB] [2020-12-03T00:46:45.368Z] 79% 89% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2244 kB] [2020-12-03T00:46:45.634Z] 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] [2020-12-03T00:46:45.634Z] 99% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-12-03T00:46:45.634Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-12-03T00:46:45.957Z] Removing intermediate container 8805b378de55 [2020-12-03T00:46:45.957Z] ---> 6a7cc73799ea [2020-12-03T00:46:45.957Z] [2020-12-03T00:46:45.957Z] Step 10/20 : FROM alpine [2020-12-03T00:46:45.957Z] latest: Pulling from library/alpine [2020-12-03T00:46:45.957Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T00:46:45.957Z] Status: Downloaded newer image for alpine:latest [2020-12-03T00:46:45.957Z] ---> 2e77e061c27f [2020-12-03T00:46:45.957Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T00:46:45.957Z] ---> Running in 30638f9deec8 [2020-12-03T00:46:45.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:46:46.156Z] 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% 100% [Working] Fetched 21.5 MB in 0s (0 B/s) [2020-12-03T00:46:46.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:46:47.210Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:46:47.210Z] v3.12.1-70-ge9f0a0ac97 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:46:47.210Z] OK: 12617 distinct packages available [2020-12-03T00:46:48.195Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T00:46:48.196Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T00:46:48.196Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T00:46:48.196Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T00:46:48.196Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:46:48.196Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T00:46:48.698Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-03T00:46:48.698Z] 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-12-03T00:46:48.799Z] OK: 7 MiB in 18 packages [2020-12-03T00:46:48.959Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-03T00:46:49.219Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-12-03T00:46:49.481Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-03T00:46:50.053Z] 0% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-12-03T00:46:50.053Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-03T00:46:50.314Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-12-03T00:46:50.579Z] Pulling app-service-config  [2020-12-03T00:46:51.151Z] Cloning into '/build/parts/app-service-config/src'... [2020-12-03T00:46:51.412Z] remote: Enumerating objects: 14, done. [2020-12-03T00:46:51.412Z] remote: Counting objects: 7% (1/14) remote: Counting objects: 14% (2/14) remote: Counting objects: 21% (3/14) remote: Counting objects: 28% (4/14) remote: Counting objects: 35% (5/14) remote: Counting objects: 42% (6/14) remote: Counting objects: 50% (7/14) remote: Counting objects: 57% (8/14) remote: Counting objects: 64% (9/14) remote: Counting objects: 71% (10/14) remote: Counting objects: 78% (11/14) remote: Counting objects: 85% (12/14) remote: Counting objects: 92% (13/14) remote: Counting objects: 100% (14/14) remote: Counting objects: 100% (14/14), done. [2020-12-03T00:46:51.412Z] remote: Compressing objects: 12% (1/8) remote: Compressing objects: 25% (2/8) remote: Compressing objects: 37% (3/8) remote: Compressing objects: 50% (4/8) remote: Compressing objects: 62% (5/8) remote: Compressing objects: 75% (6/8) remote: Compressing objects: 87% (7/8) remote: Compressing objects: 100% (8/8) remote: Compressing objects: 100% (8/8), done. [2020-12-03T00:46:51.412Z] Receiving objects: 0% (1/878) Receiving objects: 1% (9/878) Receiving objects: 2% (18/878) Receiving objects: 3% (27/878) Receiving objects: 4% (36/878) Receiving objects: 5% (44/878) Receiving objects: 6% (53/878) Receiving objects: 7% (62/878) Receiving objects: 8% (71/878) Receiving objects: 9% (80/878) Receiving objects: 10% (88/878) Receiving objects: 11% (97/878) Receiving objects: 12% (106/878) Receiving objects: 13% (115/878) Receiving objects: 14% (123/878) Receiving objects: 15% (132/878) Receiving objects: 16% (141/878) Receiving objects: 17% (150/878) Receiving objects: 18% (159/878) Receiving objects: 19% (167/878) Receiving objects: 20% (176/878) Receiving objects: 21% (185/878) Receiving objects: 22% (194/878) Receiving objects: 23% (202/878) Receiving objects: 24% (211/878) Receiving objects: 25% (220/878) Receiving objects: 26% (229/878) Receiving objects: 27% (238/878) Receiving objects: 28% (246/878) Receiving objects: 29% (255/878) Receiving objects: 30% (264/878) Receiving objects: 31% (273/878) Receiving objects: 32% (281/878) Receiving objects: 33% (290/878) Receiving objects: 34% (299/878) Receiving objects: 35% (308/878) Receiving objects: 36% (317/878) Receiving objects: 37% (325/878) Receiving objects: 38% (334/878) Receiving objects: 39% (343/878) remote: Total 878 (delta 0), reused 13 (delta 0), pack-reused 864 [2020-12-03T00:46:51.412Z] Receiving objects: 40% (352/878) Receiving objects: 41% (360/878) Receiving objects: 42% (369/878) Receiving objects: 43% (378/878) Receiving objects: 44% (387/878) Receiving objects: 45% (396/878) Receiving objects: 46% (404/878) Receiving objects: 47% (413/878) Receiving objects: 48% (422/878) Receiving objects: 49% (431/878) Receiving objects: 50% (439/878) Receiving objects: 51% (448/878) Receiving objects: 52% (457/878) Receiving objects: 53% (466/878) Receiving objects: 54% (475/878) Receiving objects: 55% (483/878) Receiving objects: 56% (492/878) Receiving objects: 57% (501/878) Receiving objects: 58% (510/878) Receiving objects: 59% (519/878) Receiving objects: 60% (527/878) Receiving objects: 61% (536/878) Receiving objects: 62% (545/878) Receiving objects: 63% (554/878) Receiving objects: 64% (562/878) Receiving objects: 65% (571/878) Receiving objects: 66% (580/878) Receiving objects: 67% (589/878) Receiving objects: 68% (598/878) Receiving objects: 69% (606/878) Receiving objects: 70% (615/878) Receiving objects: 71% (624/878) Receiving objects: 72% (633/878) Receiving objects: 73% (641/878) Receiving objects: 74% (650/878) Receiving objects: 75% (659/878) Receiving objects: 76% (668/878) Receiving objects: 77% (677/878) Receiving objects: 78% (685/878) Receiving objects: 79% (694/878) Receiving objects: 80% (703/878) Receiving objects: 81% (712/878) Receiving objects: 82% (720/878) Receiving objects: 83% (729/878) Receiving objects: 84% (738/878) Receiving objects: 85% (747/878) Receiving objects: 86% (756/878) Receiving objects: 87% (764/878) Receiving objects: 88% (773/878) Receiving objects: 89% (782/878) Receiving objects: 90% (791/878) Receiving objects: 91% (799/878) Receiving objects: 92% (808/878) Receiving objects: 93% (817/878) Receiving objects: 94% (826/878) Receiving objects: 95% (835/878) Receiving objects: 96% (843/878) Receiving objects: 97% (852/878) Receiving objects: 98% (861/878) Receiving objects: 99% (870/878) Receiving objects: 100% (878/878) Receiving objects: 100% (878/878), 190.22 KiB | 4.75 MiB/s, done. [2020-12-03T00:46:51.412Z] Resolving deltas: 0% (0/326) Resolving deltas: 1% (5/326) Resolving deltas: 2% (7/326) Resolving deltas: 3% (11/326) Resolving deltas: 4% (15/326) Resolving deltas: 9% (32/326) Resolving deltas: 10% (34/326) Resolving deltas: 11% (36/326) Resolving deltas: 13% (43/326) Resolving deltas: 14% (48/326) Resolving deltas: 15% (49/326) Resolving deltas: 18% (59/326) Resolving deltas: 19% (63/326) Resolving deltas: 30% (100/326) Resolving deltas: 31% (103/326) Resolving deltas: 33% (108/326) Resolving deltas: 34% (111/326) Resolving deltas: 37% (123/326) Resolving deltas: 61% (199/326) Resolving deltas: 73% (238/326) Resolving deltas: 74% (244/326) Resolving deltas: 75% (245/326) Resolving deltas: 76% (248/326) Resolving deltas: 79% (260/326) Resolving deltas: 80% (261/326) Resolving deltas: 85% (280/326) Resolving deltas: 88% (288/326) Resolving deltas: 92% (300/326) Resolving deltas: 93% (305/326) Resolving deltas: 98% (322/326) Resolving deltas: 99% (323/326) Resolving deltas: 100% (326/326) Resolving deltas: 100% (326/326), done. [2020-12-03T00:46:51.673Z] Pulling config-common  [2020-12-03T00:46:52.224Z] Removing intermediate container 30638f9deec8 [2020-12-03T00:46:52.224Z] ---> ac3f952ad8eb [2020-12-03T00:46:52.224Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T00:46:52.243Z] Pulling consul  [2020-12-03T00:46:52.504Z] ---> Running in 7a22e60c7351 [2020-12-03T00:46:52.820Z] Cloning into '/build/parts/consul/src'... [2020-12-03T00:46:53.082Z] remote: Enumerating objects: 9433, done. [2020-12-03T00:46:53.082Z] 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-12-03T00:46:53.120Z] Removing intermediate container c084326f4752 [2020-12-03T00:46:53.120Z] ---> e0fa201e0b1d [2020-12-03T00:46:53.120Z] [2020-12-03T00:46:53.120Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T00:46:53.120Z] 3.10: Pulling from library/alpine [2020-12-03T00:46:53.397Z] Removing intermediate container 7a22e60c7351 [2020-12-03T00:46:53.397Z] ---> e4a062a4dcf9 [2020-12-03T00:46:53.397Z] Step 13/20 : WORKDIR /edgex [2020-12-03T00:46:53.677Z] ---> Running in b7d5f860f41c [2020-12-03T00:46:54.387Z] remote: Compressing objects: 0% (1/7555) remote: Compressing objects: 1% (76/7555) remote: Compressing objects: 2% (152/7555) remote: Compressing objects: 3% (227/7555) remote: Compressing objects: 4% (303/7555) remote: Compressing objects: 5% (378/7555) remote: Compressing objects: 6% (454/7555) remote: Compressing objects: 7% (529/7555) remote: Compressing objects: 8% (605/7555) remote: Compressing objects: 9% (680/7555) remote: Compressing objects: 10% (756/7555) remote: Compressing objects: 11% (832/7555) remote: Compressing objects: 12% (907/7555) remote: Compressing objects: 13% (983/7555) remote: Compressing objects: 14% (1058/7555) remote: Compressing objects: 15% (1134/7555) remote: Compressing objects: 16% (1209/7555) remote: Compressing objects: 17% (1285/7555) remote: Compressing objects: 18% (1360/7555) remote: Compressing objects: 19% (1436/7555) remote: Compressing objects: 20% (1511/7555) remote: Compressing objects: 21% (1587/7555) remote: Compressing objects: 22% (1663/7555) remote: Compressing objects: 23% (1738/7555) remote: Compressing objects: 24% (1814/7555) remote: Compressing objects: 25% (1889/7555) remote: Compressing objects: 26% (1965/7555) remote: Compressing objects: 27% (2040/7555) remote: Compressing objects: 28% (2116/7555) remote: Compressing objects: 29% (2191/7555) remote: Compressing objects: 30% (2267/7555) remote: Compressing objects: 31% (2343/7555) remote: Compressing objects: 32% (2418/7555) remote: Compressing objects: 33% (2494/7555) remote: Compressing objects: 34% (2569/7555) remote: Compressing objects: 35% (2645/7555) remote: Compressing objects: 36% (2720/7555) remote: Compressing objects: 37% (2796/7555) remote: Compressing objects: 38% (2871/7555) remote: Compressing objects: 39% (2947/7555) remote: Compressing objects: 40% (3022/7555) remote: Compressing objects: 41% (3098/7555) remote: Compressing objects: 42% (3174/7555) remote: Compressing objects: 43% (3249/7555) remote: Compressing objects: 44% (3325/7555) remote: Compressing objects: 45% (3400/7555) remote: Compressing objects: 46% (3476/7555) remote: Compressing objects: 47% (3551/7555) remote: Compressing objects: 48% (3627/7555) remote: Compressing objects: 49% (3702/7555) remote: Compressing objects: 50% (3778/7555) remote: Compressing objects: 51% (3854/7555) remote: Compressing objects: 52% (3929/7555) remote: Compressing objects: 53% (4005/7555) remote: Compressing objects: 54% (4080/7555) remote: Compressing objects: 55% (4156/7555) remote: Compressing objects: 56% (4231/7555) remote: Compressing objects: 57% (4307/7555) remote: Compressing objects: 58% (4382/7555) remote: Compressing objects: 59% (4458/7555) remote: Compressing objects: 60% (4533/7555) remote: Compressing objects: 61% (4609/7555) remote: Compressing objects: 62% (4685/7555) remote: Compressing objects: 63% (4760/7555) remote: Compressing objects: 64% (4836/7555) remote: Compressing objects: 64% (4876/7555) remote: Compressing objects: 65% (4911/7555) remote: Compressing objects: 66% (4987/7555) remote: Compressing objects: 67% (5062/7555) remote: Compressing objects: 68% (5138/7555) remote: Compressing objects: 69% (5213/7555) remote: Compressing objects: 70% (5289/7555) remote: Compressing objects: 71% (5365/7555) remote: Compressing objects: 72% (5440/7555) remote: Compressing objects: 73% (5516/7555) remote: Compressing objects: 74% (5591/7555) remote: Compressing objects: 75% (5667/7555) remote: Compressing objects: 76% (5742/7555) remote: Compressing objects: 77% (5818/7555) remote: Compressing objects: 78% (5893/7555) remote: Compressing objects: 79% (5969/7555) remote: Compressing objects: 80% (6044/7555) remote: Compressing objects: 81% (6120/7555) remote: Compressing objects: 82% (6196/7555) remote: Compressing objects: 83% (6271/7555) remote: Compressing objects: 84% (6347/7555) remote: Compressing objects: 85% (6422/7555) remote: Compressing objects: 86% (6498/7555) remote: Compressing objects: 87% (6573/7555) remote: Compressing objects: 88% (6649/7555) remote: Compressing objects: 89% (6724/7555) remote: Compressing objects: 90% (6800/7555) remote: Compressing objects: 91% (6876/7555) remote: Compressing objects: 92% (6951/7555) remote: Compressing objects: 93% (7027/7555) remote: Compressing objects: 94% (7102/7555) remote: Compressing objects: 95% (7178/7555) remote: Compressing objects: 96% (7253/7555) remote: Compressing objects: 97% (7329/7555) remote: Compressing objects: 98% (7404/7555) remote: Compressing objects: 99% (7480/7555) remote: Compressing objects: 100% (7555/7555) remote: Compressing objects: 100% (7555/7555), done. [2020-12-03T00:46:54.680Z] Removing intermediate container b7d5f860f41c [2020-12-03T00:46:54.680Z] ---> 2e2441b3940d [2020-12-03T00:46:54.680Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T00:46:54.680Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T00:46:54.680Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T00:46:54.680Z] ---> 536a684cf733 [2020-12-03T00:46:54.680Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T00:46:54.958Z] ---> Running in 031be9aebbca [2020-12-03T00:46:55.941Z] ---> 34771adbfcda [2020-12-03T00:46:55.941Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T00:46:57.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:46:57.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:46:58.112Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T00:46:58.112Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T00:46:58.112Z] OK: 10169 distinct packages available [2020-12-03T00:46:58.425Z] ---> 4cd082d9b45d [2020-12-03T00:46:58.425Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T00:46:58.425Z] ---> Running in c8272c0bebc7 [2020-12-03T00:46:59.077Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T00:46:59.077Z] Removing intermediate container c8272c0bebc7 [2020-12-03T00:46:59.077Z] ---> 6e1b91081276 [2020-12-03T00:46:59.077Z] Step 17/20 : CMD ["--init=true"] [2020-12-03T00:46:59.390Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T00:46:59.390Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T00:46:59.390Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T00:46:59.390Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T00:46:59.390Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T00:46:59.390Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T00:46:59.390Z] ---> Running in fafca09e7a73 [2020-12-03T00:46:59.670Z] OK: 7 MiB in 19 packages [2020-12-03T00:46:59.741Z] 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 | 738.00 KiB/s Receiving objects: 20% (1887/9433), 612.00 KiB | 738.00 KiB/s Receiving objects: 21% (1981/9433), 612.00 KiB | 738.00 KiB/s Receiving objects: 22% (2076/9433), 612.00 KiB | 738.00 KiB/s Receiving objects: 23% (2170/9433), 612.00 KiB | 738.00 KiB/s Receiving objects: 24% (2264/9433), 612.00 KiB | 738.00 KiB/s Receiving objects: 25% (2359/9433), 612.00 KiB | 738.00 KiB/s Receiving objects: 26% (2453/9433), 612.00 KiB | 738.00 KiB/s Receiving objects: 27% (2547/9433), 612.00 KiB | 738.00 KiB/s Receiving objects: 28% (2642/9433), 612.00 KiB | 738.00 KiB/s Receiving objects: 29% (2736/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 30% (2830/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 31% (2925/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 32% (3019/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 33% (3113/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 34% (3208/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 35% (3302/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 36% (3396/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 37% (3491/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 38% (3585/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 39% (3679/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 40% (3774/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 41% (3868/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 42% (3962/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 43% (4057/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 44% (4151/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 45% (4245/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 46% (4340/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 47% (4434/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 48% (4528/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 49% (4623/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 50% (4717/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 51% (4811/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 52% (4906/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 53% (5000/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 54% (5094/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 55% (5189/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 56% (5283/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 57% (5377/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 58% (5472/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 59% (5566/9433), 4.29 MiB | 3.24 MiB/s Receiving objects: 60% (5660/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 61% (5755/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 62% (5849/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 63% (5943/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 64% (6038/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 65% (6132/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 66% (6226/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 67% (6321/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 68% (6415/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 68% (6478/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 69% (6509/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 70% (6604/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 71% (6698/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 72% (6792/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 73% (6887/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 74% (6981/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 75% (7075/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 76% (7170/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 77% (7264/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 78% (7358/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 79% (7453/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 80% (7547/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 81% (7641/9433), 7.81 MiB | 4.28 MiB/s Receiving objects: 82% (7736/9433), 11.85 MiB | 5.10 MiB/s Receiving objects: 83% (7830/9433), 11.85 MiB | 5.10 MiB/s Receiving objects: 84% (7924/9433), 11.85 MiB | 5.10 MiB/s Receiving objects: 85% (8019/9433), 11.85 MiB | 5.10 MiB/s Receiving objects: 86% (8113/9433), 11.85 MiB | 5.10 MiB/s Receiving objects: 87% (8207/9433), 11.85 MiB | 5.10 MiB/s Receiving objects: 88% (8302/9433), 11.85 MiB | 5.10 MiB/s Receiving objects: 89% (8396/9433), 11.85 MiB | 5.10 MiB/s Receiving objects: 90% (8490/9433), 11.85 MiB | 5.10 MiB/s Receiving objects: 91% (8585/9433), 14.64 MiB | 5.18 MiB/s Receiving objects: 92% (8679/9433), 14.64 MiB | 5.18 MiB/s Receiving objects: 93% (8773/9433), 14.64 MiB | 5.18 MiB/s Receiving objects: 94% (8868/9433), 14.64 MiB | 5.18 MiB/s Receiving objects: 95% (8962/9433), 14.64 MiB | 5.18 MiB/s Receiving objects: 96% (9056/9433), 14.64 MiB | 5.18 MiB/s Receiving objects: 96% (9073/9433), 14.64 MiB | 5.18 MiB/s Receiving objects: 97% (9151/9433), 14.64 MiB | 5.18 MiB/s Receiving objects: 98% (9245/9433), 14.64 MiB | 5.18 MiB/s Receiving objects: 98% (9320/9433), 19.31 MiB | 5.03 MiB/s Receiving objects: 99% (9339/9433), 19.31 MiB | 5.03 MiB/s Receiving objects: 99% (9424/9433), 24.27 MiB | 5.00 MiB/s remote: Total 9433 (delta 1882), reused 6084 (delta 1371), pack-reused 0 [2020-12-03T00:46:59.741Z] Receiving objects: 100% (9433/9433), 27.54 MiB | 5.95 MiB/s Receiving objects: 100% (9433/9433), 27.62 MiB | 5.15 MiB/s, done. [2020-12-03T00:46:59.741Z] Resolving deltas: 0% (0/1882) Resolving deltas: 1% (19/1882) Resolving deltas: 2% (39/1882) Resolving deltas: 6% (117/1882) Resolving deltas: 7% (132/1882) Resolving deltas: 8% (155/1882) Resolving deltas: 9% (170/1882) Resolving deltas: 10% (190/1882) Resolving deltas: 11% (208/1882) Resolving deltas: 12% (226/1882) Resolving deltas: 13% (245/1882) Resolving deltas: 14% (264/1882) Resolving deltas: 15% (287/1882) Resolving deltas: 16% (313/1882) Resolving deltas: 17% (322/1882) Resolving deltas: 18% (341/1882) Resolving deltas: 19% (358/1882) Resolving deltas: 20% (377/1882) Resolving deltas: 21% (396/1882) Resolving deltas: 22% (415/1882) Resolving deltas: 23% (435/1882) Resolving deltas: 24% (456/1882) Resolving deltas: 25% (471/1882) Resolving deltas: 26% (492/1882) Resolving deltas: 27% (510/1882) Resolving deltas: 28% (542/1882) Resolving deltas: 29% (548/1882) Resolving deltas: 30% (565/1882) Resolving deltas: 31% (588/1882) Resolving deltas: 32% (604/1882) Resolving deltas: 33% (624/1882) Resolving deltas: 34% (647/1882) Resolving deltas: 35% (660/1882) Resolving deltas: 36% (678/1882) Resolving deltas: 37% (697/1882) Resolving deltas: 38% (717/1882) Resolving deltas: 39% (734/1882) Resolving deltas: 40% (753/1882) Resolving deltas: 41% (773/1882) Resolving deltas: 42% (798/1882) Resolving deltas: 43% (815/1882) Resolving deltas: 44% (829/1882) Resolving deltas: 46% (883/1882) Resolving deltas: 47% (885/1882) Resolving deltas: 48% (905/1882) Resolving deltas: 49% (923/1882) Resolving deltas: 50% (946/1882) Resolving deltas: 51% (960/1882) Resolving deltas: 52% (979/1882) Resolving deltas: 53% (999/1882) Resolving deltas: 54% (1017/1882) Resolving deltas: 55% (1036/1882) Resolving deltas: 57% (1079/1882) Resolving deltas: 58% (1107/1882) Resolving deltas: 59% (1111/1882) Resolving deltas: 60% (1139/1882) Resolving deltas: 61% (1151/1882) Resolving deltas: 62% (1167/1882) Resolving deltas: 63% (1186/1882) Resolving deltas: 64% (1206/1882) Resolving deltas: 65% (1229/1882) Resolving deltas: 66% (1244/1882) Resolving deltas: 67% (1261/1882) Resolving deltas: 68% (1280/1882) Resolving deltas: 69% (1303/1882) Resolving deltas: 70% (1320/1882) Resolving deltas: 71% (1337/1882) Resolving deltas: 72% (1360/1882) Resolving deltas: 73% (1375/1882) Resolving deltas: 74% (1393/1882) Resolving deltas: 75% (1413/1882) Resolving deltas: 76% (1432/1882) Resolving deltas: 77% (1456/1882) Resolving deltas: 79% (1494/1882) Resolving deltas: 80% (1516/1882) Resolving deltas: 81% (1537/1882) Resolving deltas: 82% (1548/1882) Resolving deltas: 83% (1564/1882) Resolving deltas: 84% (1581/1882) Resolving deltas: 85% (1603/1882) Resolving deltas: 86% (1624/1882) Resolving deltas: 87% (1643/1882) Resolving deltas: 90% (1694/1882) Resolving deltas: 91% (1728/1882) Resolving deltas: 92% (1734/1882) Resolving deltas: 93% (1753/1882) Resolving deltas: 94% (1772/1882) Resolving deltas: 95% (1788/1882) Resolving deltas: 96% (1807/1882) Resolving deltas: 97% (1826/1882) Resolving deltas: 98% (1845/1882) Resolving deltas: 99% (1865/1882) Resolving deltas: 100% (1882/1882) Resolving deltas: 100% (1882/1882), done. [2020-12-03T00:47:00.002Z] Note: checking out '12b16df320052414244659e4dadda078f67849ed'. [2020-12-03T00:47:00.002Z] [2020-12-03T00:47:00.002Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T00:47:00.002Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T00:47:00.002Z] state without impacting any branches by performing another checkout. [2020-12-03T00:47:00.002Z] [2020-12-03T00:47:00.002Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T00:47:00.002Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T00:47:00.002Z] [2020-12-03T00:47:00.002Z] git checkout -b [2020-12-03T00:47:00.002Z] [2020-12-03T00:47:00.269Z] Removing intermediate container fafca09e7a73 [2020-12-03T00:47:00.269Z] ---> 9e8be2d5790d [2020-12-03T00:47:00.269Z] Step 18/20 : LABEL arch=arm64 [2020-12-03T00:47:00.550Z] ---> Running in 4547afc364d3 [2020-12-03T00:47:00.943Z] Pulling device-virtual-go  [2020-12-03T00:47:01.207Z] Cloning into '/build/parts/device-virtual-go/src'... [2020-12-03T00:47:01.551Z] Removing intermediate container 4547afc364d3 [2020-12-03T00:47:01.552Z] ---> 1f6a82bf929c [2020-12-03T00:47:01.552Z] Step 19/20 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:47:01.780Z] remote: Enumerating objects: 39, done. [2020-12-03T00:47:01.780Z] 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-12-03T00:47:01.780Z] 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-12-03T00:47:01.780Z] remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 [2020-12-03T00:47:01.780Z] 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-12-03T00:47:01.780Z] Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. [2020-12-03T00:47:01.780Z] [2020-12-03T00:47:01.780Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T00:47:01.780Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T00:47:01.780Z] state without impacting any branches by performing another checkout. [2020-12-03T00:47:01.780Z] [2020-12-03T00:47:01.780Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T00:47:01.780Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T00:47:01.780Z] [2020-12-03T00:47:01.780Z] git checkout -b [2020-12-03T00:47:01.780Z] [2020-12-03T00:47:01.831Z] ---> Running in 6d3f69baec3a [2020-12-03T00:47:02.823Z] Removing intermediate container 031be9aebbca [2020-12-03T00:47:02.823Z] ---> db96a08ca8dd [2020-12-03T00:47:02.823Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T00:47:02.823Z] Removing intermediate container 6d3f69baec3a [2020-12-03T00:47:02.823Z] ---> 4aee8b88f157 [2020-12-03T00:47:02.823Z] Step 20/20 : LABEL version=0.0.0 [2020-12-03T00:47:02.823Z] ---> Running in 743fb556d228 [2020-12-03T00:47:03.098Z] ---> Running in d08a9c38552d [2020-12-03T00:47:03.424Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T00:47:03.424Z] 0% [Working] 0% [Working] 0% Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T00:47:03.424Z] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T00:47:03.424Z] 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T00:47:03.685Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:03.698Z] Removing intermediate container 743fb556d228 [2020-12-03T00:47:03.698Z] ---> 073d57ebd78a [2020-12-03T00:47:03.698Z] Step 13/22 : WORKDIR / [2020-12-03T00:47:03.972Z] Removing intermediate container d08a9c38552d [2020-12-03T00:47:03.972Z] ---> be14c3ab6c77 [2020-12-03T00:47:03.972Z] [2020-12-03T00:47:04.251Z] ---> Running in 9804c3849c10 [2020-12-03T00:47:04.852Z] Successfully built be14c3ab6c77 [2020-12-03T00:47:04.852Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-03T00:47:04.852Z] Building docker-support-scheduler-go [2020-12-03T00:47:05.128Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9804c3849c10 [2020-12-03T00:47:05.128Z] ---> 827c1f6e6cfd [2020-12-03T00:47:05.128Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T00:47:06.231Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-03T00:47:06.231Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:06.231Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-03T00:47:06.231Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:06.231Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-03T00:47:06.231Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:06.231Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-03T00:47:06.231Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:06.491Z] Pulling edgex-go  [2020-12-03T00:47:06.570Z] ---> 5d3b4026b5e6 [2020-12-03T00:47:06.570Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T00:47:08.403Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T00:47:08.403Z] 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T00:47:08.403Z] 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T00:47:08.668Z] 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T00:47:08.668Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:09.219Z] ---> cf1ac5c861a0 [2020-12-03T00:47:09.219Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T00:47:10.668Z] ---> 3b9febfe6690 [2020-12-03T00:47:10.668Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T00:47:11.251Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-126.129_amd64.deb [989 kB] [2020-12-03T00:47:11.512Z] 1% 46% 100% [Working] Fetched 989 kB in 0s (0 B/s) [2020-12-03T00:47:11.773Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.3_amd64.deb [2586 kB] [2020-12-03T00:47:12.122Z] ---> bb40eaf210ce [2020-12-03T00:47:12.122Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T00:47:12.408Z] ---> Running in 03cf83f6ca4f [2020-12-03T00:47:12.606Z] 0% 23% 100% [Working] Fetched 2586 kB in 0s (0 B/s) [2020-12-03T00:47:12.869Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] [2020-12-03T00:47:13.440Z] 0% 23% 100% [Working] Fetched 2762 kB in 0s (0 B/s) [2020-12-03T00:47:13.701Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zlib1g-dev_1.2.11.dfsg-0ubuntu2_amd64.deb [176 kB] [2020-12-03T00:47:13.961Z] 7% 100% [Working] Fetched 176 kB in 0s (0 B/s) [2020-12-03T00:47:14.223Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] [2020-12-03T00:47:15.053Z] 0% 19% 100% [Working] Fetched 3534 kB in 0s (0 B/s) [2020-12-03T00:47:15.053Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpcre3_8.39-9_amd64.deb [229 kB] [2020-12-03T00:47:15.623Z] 5% 100% [Working] Fetched 229 kB in 0s (0 B/s) [2020-12-03T00:47:15.623Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-12-03T00:47:15.882Z] 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) [2020-12-03T00:47:15.882Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.3_amd64.deb [71.8 kB] [2020-12-03T00:47:16.142Z] 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) [2020-12-03T00:47:16.402Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] [2020-12-03T00:47:16.662Z] 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) [2020-12-03T00:47:16.923Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-12-03T00:47:16.923Z] 100% [Working] Fetched 6084 B in 0s (0 B/s) [2020-12-03T00:47:17.834Z] Removing intermediate container 03cf83f6ca4f [2020-12-03T00:47:17.834Z] ---> 973b4a1e739c [2020-12-03T00:47:17.834Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T00:47:17.834Z] ---> Running in dc6d99ec70b4 [2020-12-03T00:47:19.276Z] Removing intermediate container dc6d99ec70b4 [2020-12-03T00:47:19.276Z] ---> 8ae125fc8759 [2020-12-03T00:47:19.276Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T00:47:19.464Z] Copying needed target link from the system /lib/x86_64-linux-gnu/libz.so.1.2.11 [2020-12-03T00:47:19.726Z] Pulling kong  [2020-12-03T00:47:20.258Z] ---> Running in 2c5dc61fc944 [2020-12-03T00:47:21.638Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T00:47:21.638Z] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T00:47:21.699Z] Removing intermediate container 2c5dc61fc944 [2020-12-03T00:47:21.699Z] ---> 878c254fce02 [2020-12-03T00:47:21.699Z] Step 21/22 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:47:21.900Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T00:47:21.900Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T00:47:22.162Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:22.308Z] ---> Running in ad286f67c52f [2020-12-03T00:47:22.308Z] Removing intermediate container a1d99a9d4318 [2020-12-03T00:47:22.308Z] ---> 369d7422245a [2020-12-03T00:47:22.308Z] [2020-12-03T00:47:22.308Z] Step 10/22 : FROM scratch [2020-12-03T00:47:22.308Z] ---> [2020-12-03T00:47:22.308Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T00:47:22.908Z] ---> Running in 476a40fc54c7 [2020-12-03T00:47:23.183Z] Removing intermediate container ad286f67c52f [2020-12-03T00:47:23.183Z] ---> b4b88ab10430 [2020-12-03T00:47:23.183Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T00:47:23.788Z] ---> Running in eba334c62781 [2020-12-03T00:47:23.788Z] Removing intermediate container 476a40fc54c7 [2020-12-03T00:47:23.788Z] ---> a52836abb958 [2020-12-03T00:47:23.788Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T00:47:24.062Z] ---> Running in 19da83b22b5e [2020-12-03T00:47:24.660Z] Removing intermediate container eba334c62781 [2020-12-03T00:47:24.660Z] ---> f48f099eec27 [2020-12-03T00:47:24.660Z] [2020-12-03T00:47:24.716Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-03T00:47:24.716Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:24.716Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-03T00:47:24.716Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:24.951Z] Removing intermediate container 19da83b22b5e [2020-12-03T00:47:24.952Z] ---> 84040f7ea7f9 [2020-12-03T00:47:24.952Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T00:47:24.975Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-03T00:47:24.975Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:24.975Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-03T00:47:24.975Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:25.229Z] ---> Running in 08d81820daba [2020-12-03T00:47:25.235Z] Pulling kuiper  [2020-12-03T00:47:25.504Z] Successfully built f48f099eec27 [2020-12-03T00:47:25.504Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-03T00:47:25.504Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2020-12-03T00:47:25.805Z] Cloning into '/build/parts/kuiper/src'... [2020-12-03T00:47:26.067Z] remote: Enumerating objects: 83, done. [2020-12-03T00:47:26.067Z] remote: Counting objects: 1% (1/83) remote: Counting objects: 2% (2/83) remote: Counting objects: 3% (3/83) remote: Counting objects: 4% (4/83) remote: Counting objects: 6% (5/83) remote: Counting objects: 7% (6/83) remote: Counting objects: 8% (7/83) remote: Counting objects: 9% (8/83) remote: Counting objects: 10% (9/83) remote: Counting objects: 12% (10/83) remote: Counting objects: 13% (11/83) remote: Counting objects: 14% (12/83) remote: Counting objects: 15% (13/83) remote: Counting objects: 16% (14/83) remote: Counting objects: 18% (15/83) remote: Counting objects: 19% (16/83) remote: Counting objects: 20% (17/83) remote: Counting objects: 21% (18/83) remote: Counting objects: 22% (19/83) remote: Counting objects: 24% (20/83) remote: Counting objects: 25% (21/83) remote: Counting objects: 26% (22/83) remote: Counting objects: 27% (23/83) remote: Counting objects: 28% (24/83) remote: Counting objects: 30% (25/83) remote: Counting objects: 31% (26/83) remote: Counting objects: 32% (27/83) remote: Counting objects: 33% (28/83) remote: Counting objects: 34% (29/83) remote: Counting objects: 36% (30/83) remote: Counting objects: 37% (31/83) remote: Counting objects: 38% (32/83) remote: Counting objects: 39% (33/83) remote: Counting objects: 40% (34/83) remote: Counting objects: 42% (35/83) remote: Counting objects: 43% (36/83) remote: Counting objects: 44% (37/83) remote: Counting objects: 45% (38/83) remote: Counting objects: 46% (39/83) remote: Counting objects: 48% (40/83) remote: Counting objects: 49% (41/83) remote: Counting objects: 50% (42/83) remote: Counting objects: 51% (43/83) remote: Counting objects: 53% (44/83) remote: Counting objects: 54% (45/83) remote: Counting objects: 55% (46/83) remote: Counting objects: 56% (47/83) remote: Counting objects: 57% (48/83) remote: Counting objects: 59% (49/83) remote: Counting objects: 60% (50/83) remote: Counting objects: 61% (51/83) remote: Counting objects: 62% (52/83) remote: Counting objects: 63% (53/83) remote: Counting objects: 65% (54/83) remote: Counting objects: 66% (55/83) remote: Counting objects: 67% (56/83) remote: Counting objects: 68% (57/83) remote: Counting objects: 69% (58/83) remote: Counting objects: 71% (59/83) remote: Counting objects: 72% (60/83) remote: Counting objects: 73% (61/83) remote: Counting objects: 74% (62/83) remote: Counting objects: 75% (63/83) remote: Counting objects: 77% (64/83) remote: Counting objects: 78% (65/83) remote: Counting objects: 79% (66/83) remote: Counting objects: 80% (67/83) remote: Counting objects: 81% (68/83) remote: Counting objects: 83% (69/83) remote: Counting objects: 84% (70/83) remote: Counting objects: 85% (71/83) remote: Counting objects: 86% (72/83) remote: Counting objects: 87% (73/83) remote: Counting objects: 89% (74/83) remote: Counting objects: 90% (75/83) remote: Counting objects: 91% (76/83) remote: Counting objects: 92% (77/83) remote: Counting objects: 93% (78/83) remote: Counting objects: 95% (79/83) remote: Counting objects: 96% (80/83) remote: Counting objects: 97% (81/83) remote: Counting objects: 98% (82/83) remote: Counting objects: 100% (83/83) remote: Counting objects: 100% (83/83), done. [2020-12-03T00:47:26.067Z] remote: Compressing objects: 1% (1/76) remote: Compressing objects: 2% (2/76) remote: Compressing objects: 3% (3/76) remote: Compressing objects: 5% (4/76) remote: Compressing objects: 6% (5/76) remote: Compressing objects: 7% (6/76) remote: Compressing objects: 9% (7/76) remote: Compressing objects: 10% (8/76) remote: Compressing objects: 11% (9/76) remote: Compressing objects: 13% (10/76) remote: Compressing objects: 14% (11/76) remote: Compressing objects: 15% (12/76) remote: Compressing objects: 17% (13/76) remote: Compressing objects: 18% (14/76) remote: Compressing objects: 19% (15/76) remote: Compressing objects: 21% (16/76) remote: Compressing objects: 22% (17/76) remote: Compressing objects: 23% (18/76) remote: Compressing objects: 25% (19/76) remote: Compressing objects: 26% (20/76) remote: Compressing objects: 27% (21/76) remote: Compressing objects: 28% (22/76) remote: Compressing objects: 30% (23/76) remote: Compressing objects: 31% (24/76) remote: Compressing objects: 32% (25/76) remote: Compressing objects: 34% (26/76) remote: Compressing objects: 35% (27/76) remote: Compressing objects: 36% (28/76) remote: Compressing objects: 38% (29/76) remote: Compressing objects: 39% (30/76) remote: Compressing objects: 40% (31/76) remote: Compressing objects: 42% (32/76) remote: Compressing objects: 43% (33/76) remote: Compressing objects: 44% (34/76) remote: Compressing objects: 46% (35/76) remote: Compressing objects: 47% (36/76) remote: Compressing objects: 48% (37/76) remote: Compressing objects: 50% (38/76) remote: Compressing objects: 51% (39/76) remote: Compressing objects: 52% (40/76) remote: Compressing objects: 53% (41/76) remote: Compressing objects: 55% (42/76) remote: Compressing objects: 56% (43/76) remote: Compressing objects: 57% (44/76) remote: Compressing objects: 59% (45/76) remote: Compressing objects: 60% (46/76) remote: Compressing objects: 61% (47/76) remote: Compressing objects: 63% (48/76) remote: Compressing objects: 64% (49/76) remote: Compressing objects: 65% (50/76) remote: Compressing objects: 67% (51/76) remote: Compressing objects: 68% (52/76) remote: Compressing objects: 69% (53/76) remote: Compressing objects: 71% (54/76) remote: Compressing objects: 72% (55/76) remote: Compressing objects: 73% (56/76) remote: Compressing objects: 75% (57/76) remote: Compressing objects: 76% (58/76) remote: Compressing objects: 77% (59/76) remote: Compressing objects: 78% (60/76) remote: Compressing objects: 80% (61/76) remote: Compressing objects: 81% (62/76) remote: Compressing objects: 82% (63/76) remote: Compressing objects: 84% (64/76) remote: Compressing objects: 85% (65/76) remote: Compressing objects: 86% (66/76) remote: Compressing objects: 88% (67/76) remote: Compressing objects: 89% (68/76) remote: Compressing objects: 90% (69/76) remote: Compressing objects: 92% (70/76) remote: Compressing objects: 93% (71/76) remote: Compressing objects: 94% (72/76) remote: Compressing objects: 96% (73/76) remote: Compressing objects: 97% (74/76) remote: Compressing objects: 98% (75/76) remote: Compressing objects: 100% (76/76) remote: Compressing objects: 100% (76/76), done. [2020-12-03T00:47:26.106Z] Removing intermediate container 08d81820daba [2020-12-03T00:47:26.106Z] ---> 44edc4b7d778 [2020-12-03T00:47:26.106Z] Step 14/22 : WORKDIR / [2020-12-03T00:47:26.389Z] ---> Running in 705d95b6954d [2020-12-03T00:47:26.991Z] Removing intermediate container 705d95b6954d [2020-12-03T00:47:26.991Z] ---> 3448e238c8b8 [2020-12-03T00:47:26.991Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T00:47:29.011Z] ---> b7cdcda4db75 [2020-12-03T00:47:29.011Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T00:47:29.833Z] Receiving objects: 0% (1/8174) Receiving objects: 1% (82/8174) Receiving objects: 2% (164/8174) Receiving objects: 3% (246/8174) Receiving objects: 4% (327/8174) Receiving objects: 5% (409/8174) Receiving objects: 6% (491/8174) Receiving objects: 7% (573/8174) Receiving objects: 8% (654/8174) Receiving objects: 9% (736/8174) Receiving objects: 10% (818/8174) Receiving objects: 11% (900/8174) Receiving objects: 12% (981/8174) Receiving objects: 13% (1063/8174) Receiving objects: 14% (1145/8174) Receiving objects: 15% (1227/8174) Receiving objects: 16% (1308/8174) Receiving objects: 17% (1390/8174) Receiving objects: 18% (1472/8174) Receiving objects: 19% (1554/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 20% (1635/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 21% (1717/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 22% (1799/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 23% (1881/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 24% (1962/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 25% (2044/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 26% (2126/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 27% (2207/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 28% (2289/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 29% (2371/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 30% (2453/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 31% (2534/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 32% (2616/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 33% (2698/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 34% (2780/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 35% (2861/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 36% (2943/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 37% (3025/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 38% (3107/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 39% (3188/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 40% (3270/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 41% (3352/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 41% (3429/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 42% (3434/8174), 2.18 MiB | 4.35 MiB/s Receiving objects: 43% (3515/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 44% (3597/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 45% (3679/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 46% (3761/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 47% (3842/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 48% (3924/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 49% (4006/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 50% (4087/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 51% (4169/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 52% (4251/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 53% (4333/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 54% (4414/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 55% (4496/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 56% (4578/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 57% (4660/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 58% (4741/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 59% (4823/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 60% (4905/8174), 3.83 MiB | 3.82 MiB/s Receiving objects: 61% (4987/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 62% (5068/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 63% (5150/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 64% (5232/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 65% (5314/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 66% (5395/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 67% (5477/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 68% (5559/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 69% (5641/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 70% (5722/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 71% (5804/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 72% (5886/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 73% (5968/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 74% (6049/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 75% (6131/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 76% (6213/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 77% (6294/8174), 5.22 MiB | 3.48 MiB/s Receiving objects: 77% (6339/8174), 7.46 MiB | 3.73 MiB/s Receiving objects: 77% (6340/8174), 13.63 MiB | 4.53 MiB/s Receiving objects: 78% (6376/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 79% (6458/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 80% (6540/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 81% (6621/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 82% (6703/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 83% (6785/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 84% (6867/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 85% (6948/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 86% (7030/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 87% (7112/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 88% (7194/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 89% (7275/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 90% (7357/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 91% (7439/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 92% (7521/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 93% (7602/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 94% (7684/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 95% (7766/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 96% (7848/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 97% (7929/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 98% (8011/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 99% (8093/8174), 17.51 MiB | 4.98 MiB/s remote: Total 8174 (delta 12), reused 29 (delta 7), pack-reused 8091 [2020-12-03T00:47:29.833Z] Receiving objects: 100% (8174/8174), 17.51 MiB | 4.98 MiB/s Receiving objects: 100% (8174/8174), 19.30 MiB | 5.19 MiB/s, done. [2020-12-03T00:47:29.833Z] Resolving deltas: 0% (0/5236) Resolving deltas: 1% (55/5236) Resolving deltas: 2% (105/5236) Resolving deltas: 3% (171/5236) Resolving deltas: 5% (265/5236) Resolving deltas: 6% (327/5236) Resolving deltas: 7% (367/5236) Resolving deltas: 8% (420/5236) Resolving deltas: 9% (473/5236) Resolving deltas: 10% (524/5236) Resolving deltas: 11% (578/5236) Resolving deltas: 12% (636/5236) Resolving deltas: 13% (690/5236) Resolving deltas: 14% (742/5236) Resolving deltas: 15% (787/5236) Resolving deltas: 16% (849/5236) Resolving deltas: 17% (932/5236) Resolving deltas: 18% (952/5236) Resolving deltas: 19% (1001/5236) Resolving deltas: 20% (1051/5236) Resolving deltas: 21% (1109/5236) Resolving deltas: 22% (1156/5236) Resolving deltas: 23% (1210/5236) Resolving deltas: 24% (1267/5236) Resolving deltas: 25% (1314/5236) Resolving deltas: 26% (1369/5236) Resolving deltas: 27% (1463/5236) Resolving deltas: 28% (1472/5236) Resolving deltas: 29% (1525/5236) Resolving deltas: 30% (1584/5236) Resolving deltas: 31% (1637/5236) Resolving deltas: 32% (1685/5236) Resolving deltas: 33% (1739/5236) Resolving deltas: 34% (1800/5236) Resolving deltas: 36% (1897/5236) Resolving deltas: 37% (1968/5236) Resolving deltas: 38% (1999/5236) Resolving deltas: 39% (2052/5236) Resolving deltas: 40% (2103/5236) Resolving deltas: 41% (2156/5236) Resolving deltas: 42% (2209/5236) Resolving deltas: 43% (2258/5236) Resolving deltas: 44% (2319/5236) Resolving deltas: 45% (2361/5236) Resolving deltas: 46% (2409/5236) Resolving deltas: 47% (2478/5236) Resolving deltas: 48% (2514/5236) Resolving deltas: 49% (2576/5236) Resolving deltas: 50% (2638/5236) Resolving deltas: 51% (2682/5236) Resolving deltas: 52% (2747/5236) Resolving deltas: 53% (2779/5236) Resolving deltas: 54% (2829/5236) Resolving deltas: 56% (2937/5236) Resolving deltas: 57% (3034/5236) Resolving deltas: 58% (3040/5236) Resolving deltas: 59% (3093/5236) Resolving deltas: 60% (3143/5236) Resolving deltas: 62% (3263/5236) Resolving deltas: 63% (3316/5236) Resolving deltas: 64% (3353/5236) Resolving deltas: 65% (3423/5236) Resolving deltas: 66% (3457/5236) Resolving deltas: 67% (3546/5236) Resolving deltas: 68% (3587/5236) Resolving deltas: 69% (3617/5236) Resolving deltas: 70% (3667/5236) Resolving deltas: 71% (3728/5236) Resolving deltas: 72% (3770/5236) Resolving deltas: 73% (3835/5236) Resolving deltas: 74% (3920/5236) Resolving deltas: 75% (3942/5236) Resolving deltas: 76% (4021/5236) Resolving deltas: 77% (4036/5236) Resolving deltas: 79% (4137/5236) Resolving deltas: 80% (4202/5236) Resolving deltas: 81% (4242/5236) Resolving deltas: 82% (4336/5236) Resolving deltas: 83% (4346/5236) Resolving deltas: 84% (4406/5236) Resolving deltas: 85% (4456/5236) Resolving deltas: 86% (4514/5236) Resolving deltas: 87% (4556/5236) Resolving deltas: 88% (4609/5236) Resolving deltas: 89% (4694/5236) Resolving deltas: 90% (4729/5236) Resolving deltas: 91% (4792/5236) Resolving deltas: 92% (4861/5236) Resolving deltas: 93% (4871/5236) Resolving deltas: 94% (4929/5236) Resolving deltas: 95% (4977/5236) Resolving deltas: 96% (5045/5236) Resolving deltas: 97% (5090/5236) Resolving deltas: 98% (5152/5236) Resolving deltas: 99% (5200/5236) Resolving deltas: 100% (5236/5236) Resolving deltas: 100% (5236/5236), done. [2020-12-03T00:47:29.833Z] Note: checking out '2dd53791ab79e7b902d6ca90361961f61066a1a0'. [2020-12-03T00:47:29.833Z] [2020-12-03T00:47:29.834Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T00:47:29.834Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T00:47:29.834Z] state without impacting any branches by performing another checkout. [2020-12-03T00:47:29.834Z] [2020-12-03T00:47:29.834Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T00:47:29.834Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T00:47:29.834Z] [2020-12-03T00:47:29.834Z] git checkout -b [2020-12-03T00:47:29.834Z] [2020-12-03T00:47:30.004Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:47:30.005Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:47:30.005Z] ---> 7f23160ba877 [2020-12-03T00:47:30.005Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T00:47:30.005Z] ---> Using cache [2020-12-03T00:47:30.005Z] ---> 207477998cf0 [2020-12-03T00:47:30.005Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:47:30.005Z] ---> Using cache [2020-12-03T00:47:30.005Z] ---> 43f2cc8fdfbf [2020-12-03T00:47:30.005Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T00:47:30.005Z] ---> Using cache [2020-12-03T00:47:30.005Z] ---> 8fc0e3cf1d96 [2020-12-03T00:47:30.005Z] Step 6/21 : COPY go.mod . [2020-12-03T00:47:30.005Z] ---> Using cache [2020-12-03T00:47:30.005Z] ---> 755c20103c3a [2020-12-03T00:47:30.005Z] Step 7/21 : RUN go mod download [2020-12-03T00:47:30.005Z] ---> Using cache [2020-12-03T00:47:30.005Z] ---> 2b1bc6bbb2fe [2020-12-03T00:47:30.005Z] Step 8/21 : COPY . . [2020-12-03T00:47:30.005Z] ---> Using cache [2020-12-03T00:47:30.005Z] ---> 0458353ed3f8 [2020-12-03T00:47:30.005Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T00:47:31.448Z] ---> Running in 41b8cf026232 [2020-12-03T00:47:31.479Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T00:47:31.479Z] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T00:47:31.479Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T00:47:31.479Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T00:47:32.000Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:32.047Z] ---> e21324d1a971 [2020-12-03T00:47:32.048Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T00:47:34.024Z] ---> 070cc591c82e [2020-12-03T00:47:34.024Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T00:47:34.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T00:47:34.024Z] ---> Running in 2da1c2358246 [2020-12-03T00:47:34.544Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-03T00:47:34.804Z] 13% 100% [Working] Fetched 96.5 kB in 0s (0 B/s) [2020-12-03T00:47:35.021Z] Removing intermediate container 2da1c2358246 [2020-12-03T00:47:35.021Z] ---> a5c093faa8c5 [2020-12-03T00:47:35.021Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:47:35.064Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-common_190ubuntu0.1_all.deb [157 kB] [2020-12-03T00:47:35.325Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-12-03T00:47:35.585Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 init-system-helpers_1.51_all.deb [37.3 kB] [2020-12-03T00:47:35.585Z] 33% 100% [Working] Fetched 37.3 kB in 0s (0 B/s) [2020-12-03T00:47:35.630Z] ---> Running in 5735a0e82255 [2020-12-03T00:47:35.845Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-03T00:47:36.418Z] 4% 100% [Working] Fetched 279 kB in 0s (0 B/s) [2020-12-03T00:47:36.418Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-03T00:47:36.636Z] Removing intermediate container 5735a0e82255 [2020-12-03T00:47:36.637Z] ---> 7da8d1f00d7f [2020-12-03T00:47:36.637Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T00:47:36.679Z] 10% 100% [Working] Fetched 122 kB in 0s (0 B/s) [2020-12-03T00:47:36.939Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-03T00:47:36.939Z] 100% [Working] Fetched 8848 B in 0s (0 B/s) [2020-12-03T00:47:37.200Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-03T00:47:37.241Z] ---> Running in 90e22c02eb4d [2020-12-03T00:47:37.460Z] 26% 100% [Working] Fetched 47.8 kB in 0s (0 B/s) [2020-12-03T00:47:37.460Z] 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-12-03T00:47:37.721Z] 84% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) [2020-12-03T00:47:37.982Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-03T00:47:38.243Z] 8% 100% [Working] Fetched 155 kB in 0s (0 B/s) [2020-12-03T00:47:38.502Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [614 kB] [2020-12-03T00:47:38.696Z] Removing intermediate container 90e22c02eb4d [2020-12-03T00:47:38.696Z] ---> 7acd3c710a8a [2020-12-03T00:47:38.696Z] Step 21/22 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:47:38.764Z] 2% 100% [Working] Fetched 614 kB in 0s (0 B/s) [2020-12-03T00:47:39.025Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-03T00:47:39.286Z] 93% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) [2020-12-03T00:47:39.286Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-03T00:47:39.701Z] ---> Running in 12f07de2d097 [2020-12-03T00:47:39.855Z] 2% 100% [Working] Fetched 499 kB in 0s (0 B/s) [2020-12-03T00:47:40.116Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libicu60_60.2-3ubuntu3.1_amd64.deb [8054 kB] [2020-12-03T00:47:40.713Z] Removing intermediate container 192d9e600ac1 [2020-12-03T00:47:40.713Z] ---> 1409eb272282 [2020-12-03T00:47:40.713Z] [2020-12-03T00:47:40.713Z] Step 10/22 : FROM scratch [2020-12-03T00:47:40.713Z] ---> [2020-12-03T00:47:40.713Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T00:47:40.713Z] ---> Using cache [2020-12-03T00:47:40.713Z] ---> a52836abb958 [2020-12-03T00:47:40.713Z] Removing intermediate container 12f07de2d097 [2020-12-03T00:47:40.713Z] ---> 7e3ba1cd26fd [2020-12-03T00:47:40.713Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T00:47:40.713Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T00:47:40.948Z] 0% 8% 100% [Working] Fetched 8054 kB in 0s (0 B/s) [2020-12-03T00:47:41.208Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-03T00:47:41.310Z] ---> Running in 32ab1946443f [2020-12-03T00:47:41.467Z] 5% 100% [Working] Fetched 240 kB in 0s (0 B/s) [2020-12-03T00:47:41.585Z] ---> Running in aa109f43a9ae [2020-12-03T00:47:41.726Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] [2020-12-03T00:47:41.726Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:41.989Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-03T00:47:41.989Z] 43% 100% [Working] Fetched 29.3 kB in 0s (0 B/s) [2020-12-03T00:47:42.191Z] Removing intermediate container 32ab1946443f [2020-12-03T00:47:42.192Z] ---> e3bef43803b0 [2020-12-03T00:47:42.192Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T00:47:42.192Z] ---> Running in 6f218adac25f [2020-12-03T00:47:42.253Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 netbase_5.4_all.deb [12.7 kB] [2020-12-03T00:47:42.253Z] 99% 100% [Working] Fetched 12.7 kB in 0s (0 B/s) [2020-12-03T00:47:42.471Z] Removing intermediate container aa109f43a9ae [2020-12-03T00:47:42.471Z] ---> 552a50844a96 [2020-12-03T00:47:42.471Z] [2020-12-03T00:47:42.513Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-03T00:47:42.774Z] 14% 100% [Working] Fetched 85.5 kB in 0s (0 B/s) [2020-12-03T00:47:42.774Z] 0% [Working] 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-12-03T00:47:43.033Z] 25% 100% [Working] Fetched 49.2 kB in 0s (0 B/s) [2020-12-03T00:47:43.109Z] Removing intermediate container 6f218adac25f [2020-12-03T00:47:43.110Z] ---> 0c4f5f0323f7 [2020-12-03T00:47:43.110Z] Step 14/22 : WORKDIR / [2020-12-03T00:47:43.293Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpq5_10.15-0ubuntu0.18.04.1_amd64.deb [108 kB] [2020-12-03T00:47:43.386Z] Successfully built 552a50844a96 [2020-12-03T00:47:43.386Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-03T00:47:43.386Z] Building docker-support-logging-go [2020-12-03T00:47:43.386Z] ---> Running in 0229f90ce0b2 [2020-12-03T00:47:43.552Z] 11% 100% [Working] Fetched 108 kB in 0s (0 B/s) [2020-12-03T00:47:43.812Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ssl-cert_1.0.39_all.deb [17.0 kB] [2020-12-03T00:47:43.812Z] 74% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) [2020-12-03T00:47:44.072Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] [2020-12-03T00:47:44.072Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:44.332Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-10_10.15-0ubuntu0.18.04.1_amd64.deb [3766 kB] [2020-12-03T00:47:44.825Z]  Building docker-core-command-go ... done Removing intermediate container 0229f90ce0b2 [2020-12-03T00:47:44.825Z] ---> 5a2fc2a2c290 [2020-12-03T00:47:44.825Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T00:47:44.902Z] 0% 17% 100% [Working] Fetched 3766 kB in 0s (0 B/s) [2020-12-03T00:47:45.165Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client_10+190ubuntu0.1_all.deb [5896 B] [2020-12-03T00:47:45.165Z] 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) [2020-12-03T00:47:45.425Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-03T00:47:45.425Z] 40% 100% [Working] Fetched 30.8 kB in 0s (0 B/s) [2020-12-03T00:47:45.686Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-03T00:47:45.686Z] 73% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) [2020-12-03T00:47:45.946Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql_10+190ubuntu0.1_all.deb [5884 B] [2020-12-03T00:47:45.946Z] 100% [Working] Fetched 5884 B in 0s (0 B/s) [2020-12-03T00:47:46.208Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-12-03T00:47:46.208Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:46.208Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-03T00:47:46.267Z] ---> 9650535c7740 [2020-12-03T00:47:46.267Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T00:47:46.468Z] 16% 100% [Working] Fetched 85.9 kB in 0s (0 B/s) [2020-12-03T00:47:46.729Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ucf_3.0038_all.deb [50.5 kB] [2020-12-03T00:47:46.989Z] 24% 100% [Working] Fetched 50.5 kB in 0s (0 B/s) [2020-12-03T00:47:47.250Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-03T00:47:47.250Z] 100% [Working] Fetched 8720 B in 0s (0 B/s) [2020-12-03T00:47:47.250Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-contrib_10+190ubuntu0.1_all.deb [5896 B] [2020-12-03T00:47:47.250Z] 100% [Working] Fetched 5896 B in 0s (0 B/s) [2020-12-03T00:47:47.510Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-03T00:47:47.770Z] 9% 100% [Working] Fetched 137 kB in 0s (0 B/s) [2020-12-03T00:47:48.032Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-03T00:47:48.294Z] 11% 100% [Working] Fetched 109 kB in 0s (0 B/s) [2020-12-03T00:47:48.553Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb [663 kB] [2020-12-03T00:47:49.132Z] 1% 97% 100% [Working] Fetched 663 kB in 0s (0 B/s) [2020-12-03T00:47:49.392Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-03T00:47:49.653Z] 1% 99% 100% [Working] Fetched 645 kB in 0s (0 B/s) [2020-12-03T00:47:49.922Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libedit2_3.1-20170329-1_amd64.deb [76.9 kB] [2020-12-03T00:47:50.183Z] 16% 100% [Working] Fetched 76.9 kB in 0s (0 B/s) [2020-12-03T00:47:50.443Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-03T00:47:50.705Z] 30% 100% [Working] Fetched 41.3 kB in 0s (0 B/s) [2020-12-03T00:47:50.705Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] [2020-12-03T00:47:50.705Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:50.965Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-03T00:47:50.965Z] 70% 100% [Working] Fetched 17.9 kB in 0s (0 B/s) [2020-12-03T00:47:51.226Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-03T00:47:51.674Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:47:51.674Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:47:51.674Z] ---> 7f23160ba877 [2020-12-03T00:47:51.674Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T00:47:51.674Z] ---> Using cache [2020-12-03T00:47:51.674Z] ---> 207477998cf0 [2020-12-03T00:47:51.674Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:47:51.674Z] ---> Using cache [2020-12-03T00:47:51.674Z] ---> 43f2cc8fdfbf [2020-12-03T00:47:51.674Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T00:47:51.797Z] 3% 72% 100% [Working] Fetched 368 kB in 0s (0 B/s) [2020-12-03T00:47:52.057Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-03T00:47:52.629Z] 6% 100% [Working] Fetched 187 kB in 0s (0 B/s) [2020-12-03T00:47:52.629Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-03T00:47:52.657Z] ---> 6d9962af7d83 [2020-12-03T00:47:52.657Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T00:47:52.657Z] ---> Running in 4e0f913035f8 [2020-12-03T00:47:52.889Z] 7% 100% [Working] Fetched 175 kB in 0s (0 B/s) [2020-12-03T00:47:53.150Z] 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-12-03T00:47:53.637Z] Removing intermediate container b09da0250e4a [2020-12-03T00:47:53.637Z] ---> 87cbd576ffa9 [2020-12-03T00:47:53.637Z] [2020-12-03T00:47:53.637Z] Step 10/23 : FROM alpine [2020-12-03T00:47:53.637Z] ---> 2e77e061c27f [2020-12-03T00:47:53.637Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T00:47:53.720Z] 3% 100% [Working] Fetched 206 kB in 0s (0 B/s) [2020-12-03T00:47:53.720Z] 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-12-03T00:47:53.909Z] ---> Running in f9b1e6dfec5c [2020-12-03T00:47:54.291Z] 0% 50% 100% [Working] Fetched 1301 kB in 0s (0 B/s) [2020-12-03T00:47:54.551Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-03T00:47:54.551Z] 34% 100% [Working] Fetched 36.2 kB in 0s (0 B/s) [2020-12-03T00:47:54.812Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-12-03T00:47:54.812Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:47:54.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:47:54.895Z] ---> dac3c99cce3f [2020-12-03T00:47:54.895Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T00:47:55.072Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-03T00:47:55.168Z] Removing intermediate container f9b1e6dfec5c [2020-12-03T00:47:55.168Z] ---> 712c26cef1fe [2020-12-03T00:47:55.168Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T00:47:55.333Z] 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) [2020-12-03T00:47:55.441Z] ---> Running in 52b034755c56 [2020-12-03T00:47:55.593Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-10_10.15-0ubuntu0.18.04.1_amd64.deb [939 kB] [2020-12-03T00:47:55.719Z] ---> Running in 47e7d8581521 [2020-12-03T00:47:55.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:47:56.163Z] 1% 69% 100% [Working] Fetched 939 kB in 0s (0 B/s) [2020-12-03T00:47:56.163Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-03T00:47:56.422Z] 25% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) [2020-12-03T00:47:56.682Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb [150 kB] [2020-12-03T00:47:56.701Z] Removing intermediate container 52b034755c56 [2020-12-03T00:47:56.701Z] ---> 591bfeddb582 [2020-12-03T00:47:56.701Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:47:56.942Z] 8% 100% [Working] Fetched 150 kB in 0s (0 B/s) [2020-12-03T00:47:56.977Z] Removing intermediate container 47e7d8581521 [2020-12-03T00:47:56.977Z] ---> 3e15e3e63f00 [2020-12-03T00:47:56.977Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T00:47:56.977Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:47:56.977Z] v3.12.1-70-ge9f0a0ac97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:47:56.977Z] OK: 12616 distinct packages available [2020-12-03T00:47:56.977Z] ---> Running in 9f5608321726 [2020-12-03T00:47:57.203Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-common_190ubuntu0.1_all.deb [29.6 kB] [2020-12-03T00:47:57.203Z] 42% 100% [Working] Fetched 29.6 kB in 0s (0 B/s) [2020-12-03T00:47:57.253Z] ---> Running in 004d0bdafae0 [2020-12-03T00:47:57.852Z] OK: 217 MiB in 51 packages [2020-12-03T00:47:58.126Z] Removing intermediate container 9f5608321726 [2020-12-03T00:47:58.126Z] ---> 286ccc35c712 [2020-12-03T00:47:58.126Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T00:47:58.740Z] Removing intermediate container 004d0bdafae0 [2020-12-03T00:47:58.740Z] ---> 095d25bd4244 [2020-12-03T00:47:58.740Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:47:58.740Z] ---> Running in f3e5277e7a6c [2020-12-03T00:47:59.016Z] ---> Running in 85ec2ee4eaf3 [2020-12-03T00:47:59.614Z] Removing intermediate container f3e5277e7a6c [2020-12-03T00:47:59.614Z] ---> 2df8442f5c8b [2020-12-03T00:47:59.614Z] Step 21/22 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:48:00.219Z] ---> Running in 573cff2f92c3 [2020-12-03T00:48:00.498Z] Removing intermediate container 4e0f913035f8 [2020-12-03T00:48:00.498Z] ---> 2fba40e2b154 [2020-12-03T00:48:00.498Z] Step 6/24 : COPY go.mod . [2020-12-03T00:48:01.707Z] Removing intermediate container 573cff2f92c3 [2020-12-03T00:48:01.707Z] ---> 9e489f1bd379 [2020-12-03T00:48:01.707Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T00:48:01.707Z] ---> Running in f358fad58a05 [2020-12-03T00:48:02.488Z] Pulling postgres  [2020-12-03T00:48:02.829Z] ---> 7a8a972c85f3 [2020-12-03T00:48:02.829Z] Step 7/24 : RUN go mod download [2020-12-03T00:48:03.057Z] Pulling redis  [2020-12-03T00:48:03.171Z] Removing intermediate container f358fad58a05 [2020-12-03T00:48:03.171Z] ---> de66a7f6e388 [2020-12-03T00:48:03.171Z] [2020-12-03T00:48:03.171Z] ---> Running in 77b837d7eb89 [2020-12-03T00:48:03.318Z] Cloning into '/build/parts/redis/src'... [2020-12-03T00:48:03.768Z] Removing intermediate container 85ec2ee4eaf3 [2020-12-03T00:48:03.768Z] ---> 1c646c131bd3 [2020-12-03T00:48:03.768Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T00:48:03.891Z] remote: Enumerating objects: 881, done. [2020-12-03T00:48:04.154Z] 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-12-03T00:48:04.154Z] 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-12-03T00:48:04.374Z] Successfully built de66a7f6e388 [2020-12-03T00:48:04.374Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-03T00:48:04.374Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2020-12-03T00:48:04.374Z] ---> Running in 545d4ab49aa7 [2020-12-03T00:48:04.423Z] 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) remote: Total 881 (delta 101), reused 578 (delta 66), pack-reused 0 [2020-12-03T00:48:04.423Z] Receiving objects: 98% (864/881) Receiving objects: 99% (873/881) Receiving objects: 100% (881/881) Receiving objects: 100% (881/881), 2.41 MiB | 10.99 MiB/s, done. [2020-12-03T00:48:04.423Z] Resolving deltas: 0% (0/101) Resolving deltas: 1% (2/101) Resolving deltas: 2% (3/101) Resolving deltas: 6% (7/101) Resolving deltas: 7% (8/101) Resolving deltas: 8% (9/101) Resolving deltas: 9% (10/101) Resolving deltas: 10% (11/101) Resolving deltas: 11% (12/101) Resolving deltas: 12% (13/101) Resolving deltas: 13% (14/101) Resolving deltas: 15% (16/101) Resolving deltas: 16% (17/101) Resolving deltas: 17% (18/101) Resolving deltas: 18% (19/101) Resolving deltas: 21% (22/101) Resolving deltas: 27% (28/101) Resolving deltas: 29% (30/101) Resolving deltas: 32% (33/101) Resolving deltas: 37% (38/101) Resolving deltas: 39% (40/101) Resolving deltas: 42% (43/101) Resolving deltas: 43% (44/101) Resolving deltas: 44% (45/101) Resolving deltas: 46% (47/101) Resolving deltas: 49% (50/101) Resolving deltas: 55% (56/101) Resolving deltas: 56% (57/101) Resolving deltas: 59% (60/101) Resolving deltas: 61% (62/101) Resolving deltas: 62% (63/101) Resolving deltas: 63% (64/101) Resolving deltas: 65% (66/101) Resolving deltas: 66% (67/101) Resolving deltas: 67% (68/101) Resolving deltas: 69% (70/101) Resolving deltas: 70% (71/101) Resolving deltas: 71% (72/101) Resolving deltas: 75% (76/101) Resolving deltas: 78% (79/101) Resolving deltas: 80% (81/101) Resolving deltas: 84% (85/101) Resolving deltas: 85% (86/101) Resolving deltas: 86% (87/101) Resolving deltas: 87% (88/101) Resolving deltas: 89% (90/101) Resolving deltas: 90% (91/101) Resolving deltas: 91% (92/101) Resolving deltas: 92% (93/101) Resolving deltas: 93% (94/101) Resolving deltas: 95% (96/101) Resolving deltas: 96% (97/101) Resolving deltas: 97% (98/101) Resolving deltas: 100% (101/101) Resolving deltas: 100% (101/101), done. [2020-12-03T00:48:04.423Z] Note: checking out '03b59cd5f0788a52039287daa83229d459641ff5'. [2020-12-03T00:48:04.423Z] [2020-12-03T00:48:04.423Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T00:48:04.423Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T00:48:04.423Z] state without impacting any branches by performing another checkout. [2020-12-03T00:48:04.423Z] [2020-12-03T00:48:04.423Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T00:48:04.423Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T00:48:04.423Z] [2020-12-03T00:48:04.423Z] git checkout -b [2020-12-03T00:48:04.423Z] [2020-12-03T00:48:06.068Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T00:48:06.068Z] 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T00:48:06.068Z] 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T00:48:06.329Z] 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T00:48:06.329Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:06.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:48:07.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:48:08.697Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T00:48:08.884Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] [2020-12-03T00:48:08.984Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T00:48:08.984Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T00:48:09.147Z] 3% 100% [Working] Fetched 415 kB in 0s (0 B/s) [2020-12-03T00:48:09.407Z] 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-12-03T00:48:09.407Z] 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) [2020-12-03T00:48:09.584Z] Removing intermediate container 77b837d7eb89 [2020-12-03T00:48:09.584Z] ---> b8a3d8bcacfd [2020-12-03T00:48:09.584Z] Step 8/24 : COPY . . [2020-12-03T00:48:09.584Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T00:48:09.671Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] [2020-12-03T00:48:09.671Z] 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) [2020-12-03T00:48:09.859Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T00:48:09.859Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:48:09.859Z] OK: 8 MiB in 19 packages [2020-12-03T00:48:09.931Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.3_amd64.deb [2652 kB] [2020-12-03T00:48:10.143Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:48:10.143Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:48:10.143Z] ---> 7f23160ba877 [2020-12-03T00:48:10.143Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T00:48:10.143Z] ---> Using cache [2020-12-03T00:48:10.143Z] ---> 207477998cf0 [2020-12-03T00:48:10.143Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:48:10.143Z] ---> Using cache [2020-12-03T00:48:10.143Z] ---> 43f2cc8fdfbf [2020-12-03T00:48:10.143Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-03T00:48:10.418Z] ---> Running in 267191d68f2b [2020-12-03T00:48:10.764Z] 0% 26% 100% [Working] Fetched 2652 kB in 0s (0 B/s) [2020-12-03T00:48:11.335Z] Pulling snapcraft-preload  [2020-12-03T00:48:11.596Z] Cloning into '/build/parts/snapcraft-preload/src'... [2020-12-03T00:48:11.857Z] remote: Enumerating objects: 187, done. [2020-12-03T00:48:11.857Z] 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) 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) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 [2020-12-03T00:48:11.857Z] 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 | 2.10 MiB/s, done. [2020-12-03T00:48:11.857Z] Resolving deltas: 0% (0/112) Resolving deltas: 8% (9/112) Resolving deltas: 11% (13/112) Resolving deltas: 17% (20/112) Resolving deltas: 37% (42/112) Resolving deltas: 50% (56/112) Resolving deltas: 52% (59/112) Resolving deltas: 58% (66/112) Resolving deltas: 61% (69/112) Resolving deltas: 77% (87/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. [2020-12-03T00:48:12.118Z] From https://github.com/sergiusens/snapcraft-preload [2020-12-03T00:48:12.118Z] * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD [2020-12-03T00:48:12.118Z] Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. [2020-12-03T00:48:12.118Z] [2020-12-03T00:48:12.118Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T00:48:12.118Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T00:48:12.118Z] state without impacting any branches by performing another checkout. [2020-12-03T00:48:12.118Z] [2020-12-03T00:48:12.118Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T00:48:12.118Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T00:48:12.118Z] [2020-12-03T00:48:12.118Z] git checkout -b [2020-12-03T00:48:12.118Z] [2020-12-03T00:48:12.118Z] HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) [2020-12-03T00:48:13.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:48:13.500Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T00:48:13.500Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T00:48:13.760Z] 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T00:48:13.760Z] 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T00:48:14.020Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:14.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:48:14.074Z] Removing intermediate container 545d4ab49aa7 [2020-12-03T00:48:14.074Z] ---> 0cd63e7a98fc [2020-12-03T00:48:14.074Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T00:48:15.134Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:48:15.134Z] v3.12.1-70-ge9f0a0ac97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:48:15.134Z] OK: 12616 distinct packages available [2020-12-03T00:48:16.149Z] OK: 217 MiB in 51 packages [2020-12-03T00:48:16.149Z] ---> a3e32be88704 [2020-12-03T00:48:16.149Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T00:48:16.563Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-03T00:48:16.563Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:16.563Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-03T00:48:16.563Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:16.753Z] OK: 217 MiB in 51 packages [2020-12-03T00:48:16.824Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-03T00:48:16.824Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:16.824Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-03T00:48:17.084Z] 16% 100% [Working] Fetched 77.8 kB in 0s (0 B/s) [2020-12-03T00:48:17.345Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-03T00:48:17.345Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:17.345Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-03T00:48:17.345Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:17.606Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-03T00:48:17.868Z] 27% 100% [Working] Fetched 45.6 kB in 0s (0 B/s) [2020-12-03T00:48:17.868Z] 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-12-03T00:48:17.868Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:18.387Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] [2020-12-03T00:48:18.958Z] 5% 100% [Working] Fetched 214 kB in 0s (0 B/s) [2020-12-03T00:48:18.958Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-03T00:48:18.958Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:19.218Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-03T00:48:19.218Z] 24% 100% [Working] Fetched 50.6 kB in 0s (0 B/s) [2020-12-03T00:48:19.479Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-03T00:48:19.479Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:19.739Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-03T00:48:19.739Z] 30% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) [2020-12-03T00:48:19.999Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-03T00:48:19.999Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:20.260Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-03T00:48:20.523Z] 11% 100% [Working] Fetched 111 kB in 0s (0 B/s) [2020-12-03T00:48:20.784Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-03T00:48:20.784Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:20.784Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-03T00:48:20.784Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:21.046Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-03T00:48:21.046Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:21.046Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-03T00:48:21.085Z] Removing intermediate container 267191d68f2b [2020-12-03T00:48:21.085Z] ---> b4904d1c70e9 [2020-12-03T00:48:21.085Z] Step 6/22 : COPY go.mod . [2020-12-03T00:48:21.085Z] ---> eaf59b61476f [2020-12-03T00:48:21.085Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T00:48:21.306Z] 51% 100% [Working] Fetched 24.5 kB in 0s (0 B/s) [2020-12-03T00:48:21.306Z] 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-12-03T00:48:21.306Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:21.567Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-03T00:48:21.829Z] 23% 100% [Working] Fetched 54.2 kB in 0s (0 B/s) [2020-12-03T00:48:21.829Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-03T00:48:21.829Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:22.090Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-03T00:48:22.090Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:22.090Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-03T00:48:22.090Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:22.351Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-03T00:48:22.351Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:22.351Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-03T00:48:22.351Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:22.533Z] ---> 9ea11145d3f6 [2020-12-03T00:48:22.533Z] Step 7/22 : RUN go mod download [2020-12-03T00:48:22.613Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-03T00:48:22.874Z] 10% 100% [Working] Fetched 119 kB in 0s (0 B/s) [2020-12-03T00:48:23.133Z] ---> 40e9a89ac815 [2020-12-03T00:48:23.133Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T00:48:23.134Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-03T00:48:23.134Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:23.399Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-03T00:48:23.399Z] 99% 100% [Working] Fetched 11.1 kB in 0s (0 B/s) [2020-12-03T00:48:23.399Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-03T00:48:23.399Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:23.408Z] ---> Running in d12a6dc81b35 [2020-12-03T00:48:23.667Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-03T00:48:23.667Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:23.667Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-03T00:48:23.667Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:23.693Z] ---> Running in 59975f59e8d4 [2020-12-03T00:48:23.939Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-03T00:48:23.939Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:23.939Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-03T00:48:23.939Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:24.210Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-03T00:48:24.210Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:24.211Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-03T00:48:24.211Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:24.472Z] 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-12-03T00:48:24.472Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:24.472Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-03T00:48:24.472Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:24.733Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] [2020-12-03T00:48:24.993Z] 7% 100% [Working] Fetched 159 kB in 0s (0 B/s) [2020-12-03T00:48:25.141Z] Removing intermediate container 59975f59e8d4 [2020-12-03T00:48:25.141Z] ---> c1f2965ea717 [2020-12-03T00:48:25.141Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:48:25.254Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-03T00:48:25.254Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:25.254Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-03T00:48:25.254Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T00:48:25.421Z] ---> Running in 6ebed28d918d [2020-12-03T00:48:26.857Z] Removing intermediate container 6ebed28d918d [2020-12-03T00:48:26.857Z] ---> 1c12fc2e72b1 [2020-12-03T00:48:26.857Z] Step 21/23 : LABEL arch=arm64 [2020-12-03T00:48:27.132Z] ---> Running in add0ddee0c56 [2020-12-03T00:48:27.172Z] Pulling static-packages  [2020-12-03T00:48:27.742Z] Pulling vault  [2020-12-03T00:48:28.002Z] Cloning into '/build/parts/vault/src'... [2020-12-03T00:48:28.572Z] remote: Enumerating objects: 12795, done. [2020-12-03T00:48:28.572Z] 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-12-03T00:48:28.576Z] Removing intermediate container add0ddee0c56 [2020-12-03T00:48:28.576Z] ---> d40cdd920631 [2020-12-03T00:48:28.576Z] Step 22/23 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:48:28.576Z] Removing intermediate container d12a6dc81b35 [2020-12-03T00:48:28.576Z] ---> 8cff390515f6 [2020-12-03T00:48:28.576Z] Step 8/22 : COPY . . [2020-12-03T00:48:29.188Z] ---> Running in 05fa204c3543 [2020-12-03T00:48:30.142Z] 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% (5957/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-12-03T00:48:30.622Z] Removing intermediate container 05fa204c3543 [2020-12-03T00:48:30.623Z] ---> 937ac9639c8b [2020-12-03T00:48:30.623Z] Step 23/23 : LABEL version=0.0.0 [2020-12-03T00:48:30.895Z] ---> Running in ed23eafc676a [2020-12-03T00:48:31.497Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:48:31.497Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:48:31.497Z] ---> 7f23160ba877 [2020-12-03T00:48:31.497Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T00:48:31.497Z] ---> Using cache [2020-12-03T00:48:31.497Z] ---> 207477998cf0 [2020-12-03T00:48:31.497Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:48:31.497Z] ---> Using cache [2020-12-03T00:48:31.497Z] ---> 43f2cc8fdfbf [2020-12-03T00:48:31.497Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T00:48:32.277Z] 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.87 MiB | 13.76 MiB/s Receiving objects: 48% (6142/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 49% (6270/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 50% (6398/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 51% (6526/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 52% (6654/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 53% (6782/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 54% (6910/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 55% (7038/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 56% (7166/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 57% (7294/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 58% (7422/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 59% (7550/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 60% (7677/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 61% (7805/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 62% (7933/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 63% (8061/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 64% (8189/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 65% (8317/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 66% (8445/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 67% (8573/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 68% (8701/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 69% (8829/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 70% (8957/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 71% (9085/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 72% (9213/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 73% (9341/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 74% (9469/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 75% (9597/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 76% (9725/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 77% (9853/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 78% (9981/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 79% (10109/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 80% (10236/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 81% (10364/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 82% (10492/12795), 6.87 MiB | 13.76 MiB/s Receiving objects: 82% (10572/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 83% (10620/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 84% (10748/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 85% (10876/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 86% (11004/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 87% (11132/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 88% (11260/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 89% (11388/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 90% (11516/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 91% (11644/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 92% (11772/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 93% (11900/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 94% (12028/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 95% (12156/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 96% (12284/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 97% (12412/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 98% (12540/12795), 13.96 MiB | 13.97 MiB/s Receiving objects: 99% (12668/12795), 20.75 MiB | 13.85 MiB/s remote: Total 12795 (delta 1909), reused 8499 (delta 1333), pack-reused 0 [2020-12-03T00:48:32.277Z] Receiving objects: 99% (12794/12795), 20.75 MiB | 13.85 MiB/s Receiving objects: 100% (12795/12795), 34.13 MiB | 17.08 MiB/s Receiving objects: 100% (12795/12795), 34.13 MiB | 17.06 MiB/s, done. [2020-12-03T00:48:32.277Z] Resolving deltas: 0% (0/1909) Resolving deltas: 1% (20/1909) Resolving deltas: 2% (56/1909) Resolving deltas: 3% (61/1909) Resolving deltas: 4% (77/1909) Resolving deltas: 5% (98/1909) Resolving deltas: 6% (115/1909) Resolving deltas: 7% (136/1909) Resolving deltas: 8% (153/1909) Resolving deltas: 9% (172/1909) Resolving deltas: 10% (192/1909) Resolving deltas: 11% (215/1909) Resolving deltas: 12% (230/1909) Resolving deltas: 13% (249/1909) Resolving deltas: 14% (268/1909) Resolving deltas: 15% (288/1909) Resolving deltas: 16% (309/1909) Resolving deltas: 17% (325/1909) Resolving deltas: 18% (345/1909) Resolving deltas: 19% (363/1909) Resolving deltas: 20% (382/1909) Resolving deltas: 21% (403/1909) Resolving deltas: 22% (429/1909) Resolving deltas: 23% (444/1909) Resolving deltas: 24% (460/1909) Resolving deltas: 25% (483/1909) Resolving deltas: 26% (497/1909) Resolving deltas: 27% (517/1909) Resolving deltas: 28% (545/1909) Resolving deltas: 29% (554/1909) Resolving deltas: 30% (577/1909) Resolving deltas: 31% (595/1909) Resolving deltas: 32% (611/1909) Resolving deltas: 33% (633/1909) Resolving deltas: 34% (653/1909) Resolving deltas: 35% (671/1909) Resolving deltas: 36% (695/1909) Resolving deltas: 37% (712/1909) Resolving deltas: 38% (730/1909) Resolving deltas: 39% (751/1909) Resolving deltas: 40% (769/1909) Resolving deltas: 41% (790/1909) Resolving deltas: 42% (802/1909) Resolving deltas: 43% (822/1909) Resolving deltas: 44% (842/1909) Resolving deltas: 45% (860/1909) Resolving deltas: 46% (879/1909) Resolving deltas: 47% (899/1909) Resolving deltas: 48% (917/1909) Resolving deltas: 49% (941/1909) Resolving deltas: 50% (955/1909) Resolving deltas: 51% (974/1909) Resolving deltas: 52% (993/1909) Resolving deltas: 53% (1012/1909) Resolving deltas: 54% (1031/1909) Resolving deltas: 55% (1050/1909) Resolving deltas: 56% (1070/1909) Resolving deltas: 57% (1090/1909) Resolving deltas: 58% (1109/1909) Resolving deltas: 59% (1127/1909) Resolving deltas: 60% (1146/1909) Resolving deltas: 61% (1172/1909) Resolving deltas: 62% (1185/1909) Resolving deltas: 63% (1204/1909) Resolving deltas: 64% (1224/1909) Resolving deltas: 66% (1265/1909) Resolving deltas: 67% (1285/1909) Resolving deltas: 68% (1306/1909) Resolving deltas: 69% (1326/1909) Resolving deltas: 70% (1354/1909) Resolving deltas: 71% (1360/1909) Resolving deltas: 73% (1397/1909) Resolving deltas: 74% (1417/1909) Resolving deltas: 75% (1439/1909) Resolving deltas: 76% (1451/1909) Resolving deltas: 77% (1472/1909) Resolving deltas: 78% (1490/1909) Resolving deltas: 79% (1509/1909) Resolving deltas: 80% (1528/1909) Resolving deltas: 81% (1547/1909) Resolving deltas: 82% (1566/1909) Resolving deltas: 83% (1596/1909) Resolving deltas: 84% (1604/1909) Resolving deltas: 85% (1623/1909) Resolving deltas: 86% (1654/1909) Resolving deltas: 87% (1661/1909) Resolving deltas: 88% (1680/1909) Resolving deltas: 89% (1702/1909) Resolving deltas: 90% (1721/1909) Resolving deltas: 91% (1738/1909) Resolving deltas: 92% (1757/1909) Resolving deltas: 93% (1777/1909) Resolving deltas: 94% (1795/1909) Resolving deltas: 95% (1814/1909) Resolving deltas: 96% (1833/1909) Resolving deltas: 97% (1852/1909) Resolving deltas: 98% (1871/1909) Resolving deltas: 99% (1890/1909) Resolving deltas: 100% (1909/1909) Resolving deltas: 100% (1909/1909), done. [2020-12-03T00:48:32.277Z] Note: checking out '1a730771ec70149293efe91e1d283b10d255c6d1'. [2020-12-03T00:48:32.277Z] [2020-12-03T00:48:32.277Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T00:48:32.277Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T00:48:32.277Z] state without impacting any branches by performing another checkout. [2020-12-03T00:48:32.277Z] [2020-12-03T00:48:32.277Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T00:48:32.277Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T00:48:32.277Z] [2020-12-03T00:48:32.277Z] git checkout -b [2020-12-03T00:48:32.277Z] [2020-12-03T00:48:32.476Z] ---> Running in c1928c250991 [2020-12-03T00:48:32.750Z] Removing intermediate container ed23eafc676a [2020-12-03T00:48:32.750Z] ---> 11d05900f706 [2020-12-03T00:48:32.750Z] [2020-12-03T00:48:33.354Z] Successfully built 11d05900f706 [2020-12-03T00:48:33.354Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-03T00:48:33.354Z] Building docker-security-secretstore-setup-go [2020-12-03T00:48:33.661Z] Pulling version  [2020-12-03T00:48:33.921Z] Skipping build go-build-helper (already ran) [2020-12-03T00:48:33.921Z] Skipping build go115 (already ran) [2020-12-03T00:48:34.181Z] Building app-service-config  [2020-12-03T00:48:34.181Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-12-03T00:48:35.121Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.3.0 [2020-12-03T00:48:35.121Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.57 [2020-12-03T00:48:35.121Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.112 [2020-12-03T00:48:35.121Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-03T00:48:35.121Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-03T00:48:35.339Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:48:35.382Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-03T00:48:35.382Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-03T00:48:35.382Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-03T00:48:35.382Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-03T00:48:35.382Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-03T00:48:35.382Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-03T00:48:35.382Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-03T00:48:35.382Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-03T00:48:35.382Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-03T00:48:35.382Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-03T00:48:35.382Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-03T00:48:35.382Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-03T00:48:35.382Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-12-03T00:48:35.382Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-03T00:48:35.382Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-03T00:48:35.382Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-03T00:48:35.382Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-03T00:48:35.382Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-03T00:48:35.382Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-03T00:48:35.382Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-03T00:48:35.382Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-03T00:48:35.382Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-12-03T00:48:35.643Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-03T00:48:35.643Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-03T00:48:35.643Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-03T00:48:35.643Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-03T00:48:35.643Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-03T00:48:35.643Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-03T00:48:35.643Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-03T00:48:35.643Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-03T00:48:35.643Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-03T00:48:35.643Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-03T00:48:35.643Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-03T00:48:35.904Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-03T00:48:35.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:48:36.476Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-12-03T00:48:36.476Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-12-03T00:48:36.476Z] go: downloading github.com/golang/snappy v0.0.1 [2020-12-03T00:48:36.476Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-12-03T00:48:36.476Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-12-03T00:48:36.476Z] go: downloading golang.org/x/text v0.3.2 [2020-12-03T00:48:36.737Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-03T00:48:37.385Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T00:48:37.386Z] v3.12.1-70-ge9f0a0ac97 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T00:48:37.386Z] OK: 12616 distinct packages available [2020-12-03T00:48:37.986Z] ---> 9ea3e2f874a9 [2020-12-03T00:48:37.986Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T00:48:37.986Z] OK: 217 MiB in 51 packages [2020-12-03T00:48:38.588Z] Removing intermediate container 41b8cf026232 [2020-12-03T00:48:38.588Z] ---> 21c4063babef [2020-12-03T00:48:38.588Z] [2020-12-03T00:48:38.588Z] Step 10/21 : FROM scratch [2020-12-03T00:48:38.588Z] ---> [2020-12-03T00:48:38.588Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T00:48:38.866Z] ---> Using cache [2020-12-03T00:48:38.866Z] ---> a52836abb958 [2020-12-03T00:48:38.866Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T00:48:38.866Z] ---> Running in 65c22657f1dd [2020-12-03T00:48:39.140Z] ---> Running in bc8984d0d83e [2020-12-03T00:48:40.116Z] Removing intermediate container bc8984d0d83e [2020-12-03T00:48:40.116Z] ---> 1e4b90ce6ae5 [2020-12-03T00:48:40.116Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T00:48:40.385Z] ---> Running in 173c545fb1e9 [2020-12-03T00:48:40.657Z] Removing intermediate container c1928c250991 [2020-12-03T00:48:40.657Z] ---> 5c1698cc246b [2020-12-03T00:48:40.657Z] Step 6/27 : COPY go.mod . [2020-12-03T00:48:40.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T00:48:41.207Z] Removing intermediate container 173c545fb1e9 [2020-12-03T00:48:41.207Z] ---> bae343bc3066 [2020-12-03T00:48:41.207Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T00:48:42.190Z] ---> 9ca3601d4a0e [2020-12-03T00:48:42.190Z] Step 7/27 : RUN go mod download [2020-12-03T00:48:42.801Z] ---> 931d5d3c6d54 [2020-12-03T00:48:42.801Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T00:48:42.801Z] ---> Running in 66efdf7b714c [2020-12-03T00:48:44.933Z] Building config-common  [2020-12-03T00:48:47.480Z] Building consul  [2020-12-03T00:48:48.220Z] ---> 774998b571cf [2020-12-03T00:48:48.220Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T00:48:49.657Z] Removing intermediate container 66efdf7b714c [2020-12-03T00:48:49.657Z] ---> a269dcd4a781 [2020-12-03T00:48:49.657Z] Step 8/27 : COPY . . [2020-12-03T00:48:50.258Z] ---> 54f0ea887c11 [2020-12-03T00:48:50.258Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T00:48:50.536Z] ---> Running in b4ca81ad18a0 [2020-12-03T00:48:51.017Z] go: downloading github.com/kardianos/govendor v1.0.9 [2020-12-03T00:48:51.017Z] go: github.com/kardianos/govendor upgrade => v1.0.9 [2020-12-03T00:48:51.017Z] go: finding module for package github.com/Bowery/prompt [2020-12-03T00:48:51.017Z] go: finding module for package github.com/google/shlex [2020-12-03T00:48:51.017Z] go: downloading golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 [2020-12-03T00:48:51.017Z] go: finding module for package github.com/dchest/safefile [2020-12-03T00:48:51.017Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-03T00:48:51.017Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-12-03T00:48:51.017Z] go: downloading github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 [2020-12-03T00:48:51.017Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-03T00:48:51.017Z] go: downloading github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 [2020-12-03T00:48:51.340Z] go: found github.com/Bowery/prompt in github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 [2020-12-03T00:48:51.340Z] go: found github.com/google/shlex in github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-03T00:48:51.340Z] go: found github.com/dchest/safefile in github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 [2020-12-03T00:48:51.630Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2020-12-03T00:48:51.905Z] go: golang.org/x/sys upgrade => v0.0.0-20201202213521-69691e467435 [2020-12-03T00:48:51.905Z] go: golang.org/x/tools upgrade => v0.0.0-20201202200335-bef1c476418a [2020-12-03T00:48:51.905Z] go: gopkg.in/yaml.v2 upgrade => v2.4.0 [2020-12-03T00:48:51.905Z] go: github.com/pkg/errors upgrade => v0.9.1 [2020-12-03T00:48:52.178Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-03T00:48:52.178Z] go: downloading golang.org/x/sys v0.0.0-20201202213521-69691e467435 [2020-12-03T00:48:52.178Z] go: downloading github.com/pkg/errors v0.9.1 [2020-12-03T00:48:52.178Z] go: downloading golang.org/x/tools v0.0.0-20201202200335-bef1c476418a [2020-12-03T00:48:52.540Z] Removing intermediate container b4ca81ad18a0 [2020-12-03T00:48:52.540Z] ---> e9614da23958 [2020-12-03T00:48:52.540Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:48:53.143Z] ---> Running in e99de6fbdf50 [2020-12-03T00:48:54.129Z] Removing intermediate container e99de6fbdf50 [2020-12-03T00:48:54.129Z] ---> 6bf886f3174e [2020-12-03T00:48:54.129Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T00:48:54.405Z] ---> c3bf83e961ad [2020-12-03T00:48:54.405Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-03T00:48:55.009Z] ---> Running in cc1c12912394 [2020-12-03T00:48:55.009Z] ---> Running in f2934f48dca0 [2020-12-03T00:48:57.660Z] Removing intermediate container f2934f48dca0 [2020-12-03T00:48:57.660Z] ---> 0e9619048eb1 [2020-12-03T00:48:57.660Z] Step 20/21 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:48:57.660Z] 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-12-03T00:48:57.940Z] ---> Running in 5e0c3ffe2d62 [2020-12-03T00:48:58.555Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T00:48:58.555Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T00:48:58.555Z] ---> 7f23160ba877 [2020-12-03T00:48:58.555Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T00:48:58.555Z] ---> Using cache [2020-12-03T00:48:58.555Z] ---> 207477998cf0 [2020-12-03T00:48:58.555Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T00:48:58.555Z] ---> Using cache [2020-12-03T00:48:58.555Z] ---> 43f2cc8fdfbf [2020-12-03T00:48:58.555Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T00:48:58.555Z] ---> Using cache [2020-12-03T00:48:58.555Z] ---> 8fc0e3cf1d96 [2020-12-03T00:48:58.555Z] Step 6/24 : COPY go.mod . [2020-12-03T00:48:58.555Z] ---> Using cache [2020-12-03T00:48:58.555Z] ---> 755c20103c3a [2020-12-03T00:48:58.555Z] Step 7/24 : RUN go mod download [2020-12-03T00:48:58.555Z] ---> Using cache [2020-12-03T00:48:58.555Z] ---> 2b1bc6bbb2fe [2020-12-03T00:48:58.555Z] Step 8/24 : COPY . . [2020-12-03T00:48:58.838Z] ---> Using cache [2020-12-03T00:48:58.838Z] ---> 0458353ed3f8 [2020-12-03T00:48:58.838Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T00:48:59.126Z] Removing intermediate container 5e0c3ffe2d62 [2020-12-03T00:48:59.126Z] ---> b372cdc08587 [2020-12-03T00:48:59.126Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T00:48:59.425Z] ---> Running in 54be463eb4d4 [2020-12-03T00:48:59.698Z] ---> Running in 27488a7b616c [2020-12-03T00:49:01.138Z] Removing intermediate container 27488a7b616c [2020-12-03T00:49:01.138Z] ---> cc05e434cc2c [2020-12-03T00:49:01.138Z] [2020-12-03T00:49:02.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T00:49:02.140Z] Successfully built cc05e434cc2c [2020-12-03T00:49:02.140Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-03T00:49:02.502Z] go: downloading github.com/mitchellh/cli v1.1.0 [2020-12-03T00:49:02.502Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2020-12-03T00:49:02.502Z] go: downloading github.com/armon/go-metrics v0.3.4 [2020-12-03T00:49:02.502Z] go: downloading github.com/mitchellh/mapstructure v1.3.3 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/serf v0.9.4 [2020-12-03T00:49:02.502Z] go: downloading github.com/kr/text v0.1.0 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-12-03T00:49:02.502Z] go: downloading github.com/rboyer/safeio v0.2.1 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/go-bexpr v0.1.2 [2020-12-03T00:49:02.502Z] go: downloading github.com/golang/protobuf v1.3.2 [2020-12-03T00:49:02.502Z] go: downloading github.com/envoyproxy/go-control-plane v0.9.5 [2020-12-03T00:49:02.502Z] go: downloading github.com/posener/complete v1.2.3 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/go-memdb v1.0.3 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2020-12-03T00:49:02.502Z] go: downloading google.golang.org/grpc v1.25.1 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2020-12-03T00:49:02.502Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2020-12-03T00:49:02.502Z] go: downloading github.com/mitchellh/go-testing-interface v1.14.0 [2020-12-03T00:49:02.502Z] go: downloading k8s.io/client-go v0.16.9 [2020-12-03T00:49:02.502Z] go: downloading github.com/hashicorp/go-raftchunking v0.6.1 [2020-12-03T00:49:02.502Z] go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-12-03T00:49:02.502Z] go: downloading github.com/fatih/color v1.9.0 [2020-12-03T00:49:02.502Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-03T00:49:02.502Z] go: downloading google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 [2020-12-03T00:49:02.762Z] go: downloading k8s.io/apimachinery v0.16.9 [2020-12-03T00:49:02.762Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-03T00:49:02.762Z] go: downloading github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-12-03T00:49:02.762Z] go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-03T00:49:02.762Z] go: downloading github.com/prometheus/client_golang v1.4.0 [2020-12-03T00:49:02.762Z] go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 [2020-12-03T00:49:02.762Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-03T00:49:02.762Z] go: downloading github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d [2020-12-03T00:49:02.762Z] go: downloading github.com/hashicorp/go-immutable-radix v1.2.0 [2020-12-03T00:49:02.762Z] go: downloading github.com/circonus-labs/circonusllhist v0.1.3 [2020-12-03T00:49:02.762Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2020-12-03T00:49:03.022Z] go: downloading github.com/hashicorp/go-msgpack v0.5.5 [2020-12-03T00:49:03.022Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-03T00:49:03.022Z] go: downloading k8s.io/api v0.16.9 [2020-12-03T00:49:03.283Z] go: downloading github.com/hashicorp/go-connlimit v0.2.0 [2020-12-03T00:49:03.283Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2020-12-03T00:49:03.546Z] go: downloading github.com/prometheus/procfs v0.0.8 [2020-12-03T00:49:03.546Z] go: downloading github.com/cespare/xxhash v1.1.0 [2020-12-03T00:49:03.546Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2020-12-03T00:49:03.546Z] go: downloading github.com/prometheus/common v0.9.1 [2020-12-03T00:49:03.546Z] go: downloading github.com/hashicorp/raft v1.1.2 [2020-12-03T00:49:03.546Z] go: downloading github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-12-03T00:49:03.546Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2020-12-03T00:49:03.546Z] go: downloading golang.org/x/net v0.0.0-20201021035429-f5854403a974 [2020-12-03T00:49:03.546Z] go: downloading github.com/hashicorp/go-retryablehttp v0.5.4 [2020-12-03T00:49:03.546Z] go: downloading github.com/boltdb/bolt v1.3.1 [2020-12-03T00:49:03.546Z] go: downloading github.com/cespare/xxhash/v2 v2.1.1 [2020-12-03T00:49:03.546Z] go: downloading github.com/armon/go-radix v1.0.0 [2020-12-03T00:49:03.546Z] go: downloading github.com/ryanuber/columnize v2.1.0+incompatible [2020-12-03T00:49:03.546Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2020-12-03T00:49:03.546Z] go: downloading k8s.io/klog v1.0.0 [2020-12-03T00:49:03.810Z] go: downloading github.com/googleapis/gnostic v0.2.0 [2020-12-03T00:49:03.810Z] go: downloading github.com/google/btree v1.0.0 [2020-12-03T00:49:03.810Z] go: downloading github.com/docker/go-connections v0.3.0 [2020-12-03T00:49:03.810Z] go: downloading github.com/beorn7/perks v1.0.1 [2020-12-03T00:49:03.810Z] go: downloading github.com/coredns/coredns v1.1.2 [2020-12-03T00:49:03.810Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2020-12-03T00:49:03.810Z] go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-12-03T00:49:03.810Z] go: downloading github.com/aws/aws-sdk-go v1.25.41 [2020-12-03T00:49:03.810Z] go: downloading github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-12-03T00:49:03.810Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-03T00:49:03.810Z] go: downloading github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-12-03T00:49:03.810Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2020-12-03T00:49:03.810Z] go: downloading github.com/hashicorp/go-discover v0.0.0-20200501174627-ad1e96bde088 [2020-12-03T00:49:03.810Z] go: downloading github.com/miekg/dns v1.1.26 [2020-12-03T00:49:03.810Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.1.0 [2020-12-03T00:49:03.810Z] go: downloading github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 [2020-12-03T00:49:03.810Z] go: downloading github.com/google/gofuzz v1.0.0 [2020-12-03T00:49:03.810Z] go: downloading github.com/hashicorp/go-syslog v1.0.0 [2020-12-03T00:49:03.810Z] go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 [2020-12-03T00:49:03.810Z] go: downloading github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-12-03T00:49:04.072Z] go: downloading github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-12-03T00:49:04.072Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-03T00:49:04.072Z] go: downloading github.com/stretchr/objx v0.1.1 [2020-12-03T00:49:04.072Z] go: downloading github.com/bgentry/speakeasy v0.1.0 [2020-12-03T00:49:04.072Z] go: downloading github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-12-03T00:49:04.072Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-12-03T00:49:04.072Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-03T00:49:04.072Z] go: downloading github.com/NYTimes/gziphandler v1.0.1 [2020-12-03T00:49:04.072Z] go: downloading github.com/mitchellh/pointerstructure v1.0.0 [2020-12-03T00:49:04.072Z] go: downloading golang.org/x/text v0.3.3 [2020-12-03T00:49:04.072Z] go: downloading github.com/Azure/go-autorest/autorest v0.10.0 [2020-12-03T00:49:04.072Z] go: downloading github.com/prometheus/client_model v0.2.0 [2020-12-03T00:49:04.072Z] go: downloading github.com/hashicorp/vault/api v1.0.4 [2020-12-03T00:49:04.072Z] go: downloading github.com/coreos/go-oidc v2.1.0+incompatible [2020-12-03T00:49:04.072Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.8.2 [2020-12-03T00:49:04.332Z] go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-12-03T00:49:04.332Z] go: downloading github.com/gophercloud/gophercloud v0.1.0 [2020-12-03T00:49:04.332Z] go: downloading github.com/Azure/go-autorest/tracing v0.5.0 [2020-12-03T00:49:04.332Z] go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-12-03T00:49:04.332Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-03T00:49:04.332Z] go: downloading sigs.k8s.io/yaml v1.1.0 [2020-12-03T00:49:04.332Z] go: downloading github.com/hashicorp/vault/sdk v0.1.13 [2020-12-03T00:49:04.332Z] go: downloading github.com/hashicorp/mdns v1.0.1 [2020-12-03T00:49:04.332Z] go: downloading github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-12-03T00:49:04.332Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-12-03T00:49:04.332Z] go: downloading k8s.io/utils v0.0.0-20190801114015-581e00157fb1 [2020-12-03T00:49:04.332Z] go: downloading github.com/vmware/govmomi v0.18.0 [2020-12-03T00:49:04.592Z] go: downloading github.com/json-iterator/go v1.1.9 [2020-12-03T00:49:04.592Z] go: downloading github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 [2020-12-03T00:49:04.856Z] go: downloading github.com/census-instrumentation/opencensus-proto v0.2.1 [2020-12-03T00:49:04.856Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2020-12-03T00:49:04.856Z] go: downloading github.com/imdario/mergo v0.3.6 [2020-12-03T00:49:04.856Z] go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-12-03T00:49:04.856Z] go: downloading github.com/modern-go/reflect2 v1.0.1 [2020-12-03T00:49:04.856Z] go: downloading cloud.google.com/go v0.38.0 [2020-12-03T00:49:04.856Z] go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f [2020-12-03T00:49:04.856Z] go: downloading github.com/Azure/go-autorest/logger v0.1.0 [2020-12-03T00:49:04.856Z] go: downloading google.golang.org/api v0.7.0 [2020-12-03T00:49:05.120Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 [2020-12-03T00:49:05.120Z] go: downloading github.com/Azure/azure-sdk-for-go v40.3.0+incompatible [2020-12-03T00:49:05.120Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 [2020-12-03T00:49:05.120Z] go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible [2020-12-03T00:49:05.120Z] go: downloading github.com/linode/linodego v0.7.1 [2020-12-03T00:49:05.120Z] go: downloading github.com/spf13/pflag v1.0.5 [2020-12-03T00:49:05.379Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 [2020-12-03T00:49:05.379Z] go: downloading gopkg.in/resty.v1 v1.12.0 [2020-12-03T00:49:05.379Z] go: downloading github.com/dimchansky/utfbom v1.1.0 [2020-12-03T00:49:05.379Z] go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-12-03T00:49:05.953Z] go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-12-03T00:49:05.953Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-03T00:49:05.953Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-12-03T00:49:05.953Z] go: downloading github.com/golang/snappy v0.0.1 [2020-12-03T00:49:05.953Z] go: downloading github.com/pierrec/lz4 v2.0.5+incompatible [2020-12-03T00:49:06.214Z] go: downloading github.com/digitalocean/godo v1.10.0 [2020-12-03T00:49:06.214Z] go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-12-03T00:49:06.214Z] go: downloading github.com/google/go-querystring v1.0.0 [2020-12-03T00:49:06.214Z] go: downloading github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-12-03T00:49:06.475Z] go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-03T00:49:07.045Z] go: downloading go.opencensus.io v0.22.0 [2020-12-03T00:49:11.254Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.2.0 [2020-12-03T00:49:11.254Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.3.0 [2020-12-03T00:49:17.384Z]  Building docker-support-scheduler-go ... done  ---> dc42a357cc62 [2020-12-03T00:49:17.384Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T00:49:17.384Z] ---> Running in ae5b940a2fdf [2020-12-03T00:49:17.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T00:49:44.179Z] go: creating new go.mod: module consul-tools [2020-12-03T00:49:44.179Z] 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-12-03T00:49:44.179Z] go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1 [2020-12-03T00:49:44.179Z] go: downloading github.com/golangci/golangci-lint v1.23.6 [2020-12-03T00:49:44.179Z] go: downloading github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-12-03T00:49:44.179Z] go: downloading github.com/vektra/mockery v1.1.2 [2020-12-03T00:49:44.179Z] go: found github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs in github.com/elazarl/go-bindata-assetfs v1.0.1 [2020-12-03T00:49:44.179Z] go: found golang.org/x/tools/cmd/cover in golang.org/x/tools v0.0.0-20201202200335-bef1c476418a [2020-12-03T00:49:44.179Z] go: found github.com/gogo/protobuf/protoc-gen-gofast in github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d [2020-12-03T00:49:44.179Z] go: found golang.org/x/tools/cmd/stringer in golang.org/x/tools v0.0.0-20201202200335-bef1c476418a [2020-12-03T00:49:44.179Z] go: found github.com/hashicorp/go-bindata/go-bindata in github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-12-03T00:49:44.179Z] go: found github.com/vektra/mockery/cmd/mockery in github.com/vektra/mockery v1.1.2 [2020-12-03T00:49:44.179Z] go: downloading github.com/hashicorp/protoc-gen-go-binary v0.0.0-20200316174223-e4c249d51dbb [2020-12-03T00:49:44.179Z] go: github.com/hashicorp/protoc-gen-go-binary upgrade => v0.0.0-20200316174223-e4c249d51dbb [2020-12-03T00:49:44.179Z] go: found github.com/golangci/golangci-lint/cmd/golangci-lint in github.com/golangci/golangci-lint v1.23.6 [2020-12-03T00:49:44.179Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.2 [2020-12-03T00:49:44.179Z] go: downloading github.com/spf13/viper v1.6.1 [2020-12-03T00:49:44.179Z] go: downloading github.com/spf13/cobra v0.0.5 [2020-12-03T00:49:44.179Z] go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-03T00:49:44.179Z] go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-03T00:49:44.179Z] go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-03T00:49:44.179Z] go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-03T00:49:44.179Z] go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-03T00:49:44.179Z] go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-03T00:49:44.179Z] go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-03T00:49:44.179Z] go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-03T00:49:44.179Z] go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-03T00:49:44.179Z] go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-03T00:49:44.179Z] go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-03T00:49:44.179Z] go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-03T00:49:44.179Z] go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-03T00:49:44.179Z] go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-03T00:49:44.179Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2020-12-03T00:49:44.179Z] go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-03T00:49:44.179Z] go: downloading golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f [2020-12-03T00:49:44.179Z] go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-03T00:49:44.179Z] go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-03T00:49:44.179Z] go: downloading golang.org/x/mod v0.3.0 [2020-12-03T00:49:44.180Z] go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-03T00:49:44.180Z] go: downloading github.com/spf13/afero v1.1.2 [2020-12-03T00:49:44.180Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-03T00:49:44.180Z] go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-03T00:49:44.439Z] go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-03T00:49:44.439Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/magiconair/properties v1.8.1 [2020-12-03T00:49:44.439Z] go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-03T00:49:44.439Z] go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-03T00:49:44.439Z] go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-03T00:49:44.439Z] go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-03T00:49:44.439Z] go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-03T00:49:44.439Z] go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-03T00:49:44.439Z] go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-03T00:49:44.439Z] go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-03T00:49:44.439Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-03T00:49:44.439Z] go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-03T00:49:44.439Z] go: downloading github.com/stretchr/testify v1.4.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-03T00:49:44.439Z] go: downloading github.com/spf13/cast v1.3.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-03T00:49:44.439Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-03T00:49:44.439Z] go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-03T00:49:44.439Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-03T00:49:44.439Z] go: downloading github.com/fatih/color v1.7.0 [2020-12-03T00:49:44.439Z] go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-03T00:49:44.439Z] go: downloading github.com/gobwas/glob v0.2.3 [2020-12-03T00:49:44.439Z] go: downloading github.com/ghodss/yaml v1.0.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-03T00:49:44.439Z] go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-03T00:49:44.439Z] go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-03T00:49:44.439Z] go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-03T00:49:44.439Z] go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-12-03T00:49:44.439Z] go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-12-03T00:49:44.439Z] go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-03T00:49:44.439Z] go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-03T00:49:44.439Z] go: downloading github.com/stretchr/objx v0.2.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-03T00:49:44.439Z] go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-03T00:49:44.439Z] go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-03T00:49:44.699Z] go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-03T00:49:44.699Z] go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-03T00:49:45.271Z] golang.org/x/mod/semver [2020-12-03T00:49:45.271Z] golang.org/x/xerrors/internal [2020-12-03T00:49:45.271Z] golang.org/x/sys/internal/unsafeheader [2020-12-03T00:49:45.271Z] github.com/golangci/golangci-lint/pkg/exitcodes [2020-12-03T00:49:45.271Z] github.com/gobwas/glob/util/runes [2020-12-03T00:49:45.271Z] github.com/nbutton23/zxcvbn-go/match [2020-12-03T00:49:45.271Z] github.com/nbutton23/zxcvbn-go/utils/math [2020-12-03T00:49:45.271Z] github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs [2020-12-03T00:49:45.271Z] golang.org/x/tools/cover [2020-12-03T00:49:45.271Z] github.com/hashicorp/go-bindata [2020-12-03T00:49:45.271Z] golang.org/x/tools/internal/event/label [2020-12-03T00:49:45.271Z] golang.org/x/xerrors [2020-12-03T00:49:45.271Z] github.com/gogo/protobuf/vanity [2020-12-03T00:49:45.271Z] golang.org/x/tools/internal/event/keys [2020-12-03T00:49:45.271Z] golang.org/x/tools/cmd/cover [2020-12-03T00:49:45.271Z] github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap [2020-12-03T00:49:45.531Z] github.com/gogo/protobuf/protoc-gen-gogo/plugin [2020-12-03T00:49:45.531Z] github.com/golang/glog [2020-12-03T00:49:45.531Z] github.com/hashicorp/go-bindata/go-bindata [2020-12-03T00:49:45.531Z] golang.org/x/tools/go/internal/gcimporter [2020-12-03T00:49:45.531Z] golang.org/x/tools/internal/typesinternal [2020-12-03T00:49:45.531Z] github.com/golang/protobuf/protoc-gen-go/plugin [2020-12-03T00:49:45.531Z] golang.org/x/tools/internal/event/core [2020-12-03T00:49:45.531Z] github.com/gogo/protobuf/protoc-gen-gogo/generator [2020-12-03T00:49:45.531Z] gopkg.in/yaml.v2 [2020-12-03T00:49:45.531Z] github.com/grpc-ecosystem/grpc-gateway/codegenerator [2020-12-03T00:49:45.531Z] golang.org/x/tools/internal/event [2020-12-03T00:49:45.531Z] github.com/golang/protobuf/protoc-gen-go/generator/internal/remap [2020-12-03T00:49:45.531Z] golang.org/x/tools/internal/gocommand [2020-12-03T00:49:45.531Z] github.com/golang/protobuf/protoc-gen-go/generator [2020-12-03T00:49:45.800Z] github.com/grpc-ecosystem/grpc-gateway/utilities [2020-12-03T00:49:45.800Z] google.golang.org/genproto/googleapis/api/annotations [2020-12-03T00:49:45.800Z] golang.org/x/tools/go/internal/packagesdriver [2020-12-03T00:49:45.800Z] golang.org/x/tools/internal/packagesinternal [2020-12-03T00:49:45.800Z] github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule [2020-12-03T00:49:45.800Z] golang.org/x/mod/module [2020-12-03T00:49:45.800Z] golang.org/x/tools/go/ast/astutil [2020-12-03T00:49:45.800Z] golang.org/x/tools/internal/fastwalk [2020-12-03T00:49:46.070Z] golang.org/x/sys/unix [2020-12-03T00:49:46.070Z] golang.org/x/tools/internal/gopathwalk [2020-12-03T00:49:46.070Z] github.com/gogo/protobuf/plugin/testgen [2020-12-03T00:49:46.070Z] github.com/gogo/protobuf/plugin/defaultcheck [2020-12-03T00:49:46.070Z] github.com/gogo/protobuf/plugin/embedcheck [2020-12-03T00:49:46.070Z] github.com/gogo/protobuf/plugin/enumstringer [2020-12-03T00:49:46.070Z] github.com/gogo/protobuf/plugin/marshalto [2020-12-03T00:49:46.070Z] github.com/gogo/protobuf/plugin/oneofcheck [2020-12-03T00:49:46.070Z] golang.org/x/tools/go/gcexportdata [2020-12-03T00:49:46.335Z] github.com/gogo/protobuf/plugin/populate [2020-12-03T00:49:46.335Z] github.com/gogo/protobuf/plugin/unmarshal [2020-12-03T00:49:46.335Z] github.com/gogo/protobuf/protoc-gen-gogo/grpc [2020-12-03T00:49:46.335Z] golang.org/x/tools/go/packages [2020-12-03T00:49:46.335Z] github.com/ghodss/yaml [2020-12-03T00:49:46.335Z] github.com/gogo/protobuf/plugin/compare [2020-12-03T00:49:46.335Z] github.com/gogo/protobuf/plugin/description [2020-12-03T00:49:46.596Z] github.com/gogo/protobuf/plugin/equal [2020-12-03T00:49:46.596Z] github.com/gogo/protobuf/plugin/face [2020-12-03T00:49:46.596Z] github.com/gogo/protobuf/plugin/gostring [2020-12-03T00:49:46.596Z] github.com/gogo/protobuf/plugin/size [2020-12-03T00:49:46.596Z] golang.org/x/tools/cmd/stringer [2020-12-03T00:49:46.596Z] github.com/gogo/protobuf/plugin/stringer [2020-12-03T00:49:46.596Z] github.com/gogo/protobuf/plugin/union [2020-12-03T00:49:46.596Z] github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor [2020-12-03T00:49:46.862Z] golang.org/x/tools/internal/imports [2020-12-03T00:49:46.862Z] github.com/mattn/go-isatty [2020-12-03T00:49:46.862Z] github.com/gofrs/flock [2020-12-03T00:49:46.862Z] github.com/golangci/golangci-lint/internal/robustio [2020-12-03T00:49:46.862Z] github.com/pkg/errors [2020-12-03T00:49:46.862Z] github.com/mattn/go-colorable [2020-12-03T00:49:46.862Z] github.com/golangci/golangci-lint/internal/renameio [2020-12-03T00:49:46.862Z] github.com/sirupsen/logrus [2020-12-03T00:49:46.862Z] github.com/gogo/protobuf/vanity/command [2020-12-03T00:49:46.862Z] github.com/stretchr/objx [2020-12-03T00:49:46.862Z] github.com/fatih/color [2020-12-03T00:49:46.862Z] github.com/golangci/golangci-lint/internal/cache [2020-12-03T00:49:46.862Z] github.com/gogo/protobuf/protoc-gen-gofast [2020-12-03T00:49:46.862Z] github.com/hashicorp/protoc-gen-go-binary/gen [2020-12-03T00:49:47.127Z] github.com/stretchr/testify/assert [2020-12-03T00:49:47.127Z] github.com/go-toolsmith/astequal [2020-12-03T00:49:47.127Z] github.com/hashicorp/protoc-gen-go-binary [2020-12-03T00:49:47.127Z] github.com/go-toolsmith/astp [2020-12-03T00:49:47.127Z] github.com/go-toolsmith/typep [2020-12-03T00:49:47.127Z] golang.org/x/tools/imports [2020-12-03T00:49:47.127Z] github.com/go-toolsmith/astfmt [2020-12-03T00:49:47.127Z] github.com/vektra/mockery/mockery [2020-12-03T00:49:47.127Z] github.com/go-lintpack/lintpack [2020-12-03T00:49:47.127Z] github.com/go-toolsmith/astcast [2020-12-03T00:49:47.127Z] github.com/go-toolsmith/astcopy [2020-12-03T00:49:47.127Z] github.com/go-critic/go-critic/checkers/internal/lintutil [2020-12-03T00:49:47.394Z] github.com/go-lintpack/lintpack/astwalk [2020-12-03T00:49:47.394Z] github.com/stretchr/testify/mock [2020-12-03T00:49:47.394Z] github.com/go-toolsmith/strparse [2020-12-03T00:49:47.394Z] github.com/fsnotify/fsnotify [2020-12-03T00:49:47.394Z] github.com/magiconair/properties [2020-12-03T00:49:47.394Z] github.com/mitchellh/mapstructure [2020-12-03T00:49:47.394Z] github.com/vektra/mockery/cmd/mockery [2020-12-03T00:49:47.394Z] github.com/go-critic/go-critic/checkers [2020-12-03T00:49:47.394Z] github.com/golangci/golangci-lint/pkg/logutils [2020-12-03T00:49:47.394Z] github.com/pelletier/go-toml [2020-12-03T00:49:47.394Z] github.com/golangci/golangci-lint/pkg/timeutils [2020-12-03T00:49:47.658Z] github.com/golangci/golangci-lint/pkg/fsutils [2020-12-03T00:49:47.658Z] github.com/spf13/afero/mem [2020-12-03T00:49:47.658Z] github.com/golangci/golangci-lint/internal/pkgcache [2020-12-03T00:49:47.658Z] github.com/spf13/afero [2020-12-03T00:49:47.658Z] github.com/spf13/cast [2020-12-03T00:49:47.658Z] github.com/spf13/jwalterweatherman [2020-12-03T00:49:47.658Z] github.com/subosito/gotenv [2020-12-03T00:49:47.658Z] gopkg.in/ini.v1 [2020-12-03T00:49:47.658Z] github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load [2020-12-03T00:49:47.927Z] github.com/golangci/golangci-lint/pkg/goutil [2020-12-03T00:49:47.927Z] github.com/golangci/golangci-lint/internal/errorutil [2020-12-03T00:49:47.927Z] github.com/golangci/golangci-lint/pkg/result [2020-12-03T00:49:47.927Z] github.com/gobwas/glob/util/strings [2020-12-03T00:49:47.927Z] github.com/gobwas/glob/syntax/lexer [2020-12-03T00:49:47.927Z] golang.org/x/tools/go/buildutil [2020-12-03T00:49:47.927Z] golang.org/x/tools/go/internal/cgo [2020-12-03T00:49:47.927Z] github.com/gobwas/glob/match [2020-12-03T00:49:47.927Z] github.com/bombsimon/wsl/v2 [2020-12-03T00:49:47.927Z] github.com/golangci/dupl/suffixtree [2020-12-03T00:49:47.927Z] github.com/golangci/goconst [2020-12-03T00:49:47.927Z] github.com/gobwas/glob/syntax/ast [2020-12-03T00:49:47.927Z] github.com/golangci/gocyclo/pkg/gocyclo [2020-12-03T00:49:47.927Z] github.com/golangci/gofmt/gofmt [2020-12-03T00:49:47.927Z] github.com/gobwas/glob/syntax [2020-12-03T00:49:47.927Z] golang.org/x/tools/go/loader [2020-12-03T00:49:47.927Z] github.com/golangci/dupl/syntax [2020-12-03T00:49:47.927Z] github.com/spf13/viper [2020-12-03T00:49:47.927Z] github.com/golangci/gofmt/goimports [2020-12-03T00:49:47.927Z] github.com/golangci/golangci-lint/pkg/packages [2020-12-03T00:49:47.927Z] github.com/gobwas/glob/compiler [2020-12-03T00:49:47.927Z] golang.org/x/tools/internal/lsp/fuzzy [2020-12-03T00:49:48.195Z] github.com/golangci/dupl/syntax/golang [2020-12-03T00:49:48.195Z] github.com/golangci/dupl/printer [2020-12-03T00:49:48.195Z] golang.org/x/tools/internal/analysisinternal [2020-12-03T00:49:48.195Z] golang.org/x/tools/go/types/objectpath [2020-12-03T00:49:48.195Z] github.com/golangci/ineffassign [2020-12-03T00:49:48.195Z] github.com/gobwas/glob [2020-12-03T00:49:48.195Z] github.com/golangci/check/cmd/structcheck [2020-12-03T00:49:48.195Z] github.com/golangci/check/cmd/varcheck [2020-12-03T00:49:48.195Z] github.com/OpenPeeDeeP/depguard [2020-12-03T00:49:48.195Z] github.com/golangci/errcheck/internal/errcheck [2020-12-03T00:49:48.195Z] github.com/golangci/dupl/job [2020-12-03T00:49:48.195Z] github.com/golangci/go-misc/deadcode [2020-12-03T00:49:48.195Z] github.com/golangci/dupl [2020-12-03T00:49:48.195Z] golang.org/x/tools/go/analysis [2020-12-03T00:49:48.195Z] github.com/golangci/lint-1 [2020-12-03T00:49:48.195Z] github.com/golangci/maligned [2020-12-03T00:49:48.195Z] github.com/golangci/prealloc [2020-12-03T00:49:48.195Z] github.com/golangci/misspell [2020-12-03T00:49:48.195Z] github.com/golangci/golangci-lint/pkg/config [2020-12-03T00:49:48.195Z] github.com/kisielk/gotool/internal/load [2020-12-03T00:49:48.195Z] github.com/golangci/errcheck/golangci [2020-12-03T00:49:48.195Z] golang.org/x/text/width [2020-12-03T00:49:48.195Z] golang.org/x/tools/go/types/typeutil [2020-12-03T00:49:48.195Z] golang.org/x/tools/go/ast/inspector [2020-12-03T00:49:48.460Z] github.com/kisielk/gotool [2020-12-03T00:49:48.460Z] github.com/matoous/godox [2020-12-03T00:49:48.460Z] github.com/golangci/unconvert [2020-12-03T00:49:48.460Z] golang.org/x/tools/go/analysis/passes/inspect [2020-12-03T00:49:48.460Z] github.com/securego/gosec [2020-12-03T00:49:48.460Z] golang.org/x/tools/go/ssa [2020-12-03T00:49:48.460Z] github.com/golangci/golangci-lint/pkg/lint/linter [2020-12-03T00:49:48.460Z] github.com/jirfag/go-printf-func-name/pkg/analyzer [2020-12-03T00:49:48.460Z] github.com/nbutton23/zxcvbn-go/data [2020-12-03T00:49:48.460Z] sourcegraph.com/sqs/pbtypes [2020-12-03T00:49:48.460Z] github.com/golangci/golangci-lint/pkg/golinters/goanalysis [2020-12-03T00:49:48.460Z] github.com/tommy-muehle/go-mnd/checks [2020-12-03T00:49:48.460Z] github.com/ultraware/funlen [2020-12-03T00:49:48.460Z] github.com/ultraware/whitespace [2020-12-03T00:49:48.460Z] github.com/nbutton23/zxcvbn-go/adjacency [2020-12-03T00:49:48.460Z] github.com/nbutton23/zxcvbn-go/frequency [2020-12-03T00:49:48.460Z] github.com/sourcegraph/go-diff/diff [2020-12-03T00:49:48.460Z] github.com/uudashr/gocognit [2020-12-03T00:49:48.460Z] github.com/nbutton23/zxcvbn-go/entropy [2020-12-03T00:49:48.460Z] golang.org/x/tools/go/analysis/passes/internal/analysisutil [2020-12-03T00:49:48.724Z] github.com/tommy-muehle/go-mnd [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/composite [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/cfg [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/asmdecl [2020-12-03T00:49:48.724Z] github.com/nbutton23/zxcvbn-go/matching [2020-12-03T00:49:48.724Z] github.com/nbutton23/zxcvbn-go/scoring [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/assign [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/atomic [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/atomicalign [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/bools [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/buildtag [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/cgocall [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/copylock [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/ctrlflow [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/deepequalerrors [2020-12-03T00:49:48.724Z] github.com/nbutton23/zxcvbn-go [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/errorsas [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/findcall [2020-12-03T00:49:48.724Z] github.com/securego/gosec/rules [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/httpresponse [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/loopclosure [2020-12-03T00:49:48.724Z] golang.org/x/tools/go/analysis/passes/nilfunc [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/lostcancel [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/pkgfact [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/printf [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/shadow [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/shift [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/sortslice [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/stdmethods [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/structtag [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/testinggoroutine [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/tests [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/unmarshal [2020-12-03T00:49:48.989Z] github.com/gostaticanalysis/analysisutil [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/buildssa [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/unreachable [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/unsafeptr [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/unusedresult [2020-12-03T00:49:48.989Z] honnef.co/go/tools/arg [2020-12-03T00:49:48.989Z] honnef.co/go/tools/ssa [2020-12-03T00:49:48.989Z] github.com/BurntSushi/toml [2020-12-03T00:49:48.989Z] honnef.co/go/tools/internal/renameio [2020-12-03T00:49:48.989Z] honnef.co/go/tools/loader [2020-12-03T00:49:48.989Z] github.com/jingyugao/rowserrcheck/passes/rowserr [2020-12-03T00:49:48.989Z] github.com/timakin/bodyclose/passes/bodyclose [2020-12-03T00:49:48.989Z] golang.org/x/tools/go/analysis/passes/nilness [2020-12-03T00:49:48.989Z] honnef.co/go/tools/internal/cache [2020-12-03T00:49:48.989Z] honnef.co/go/tools/version [2020-12-03T00:49:49.253Z] honnef.co/go/tools/deprecated [2020-12-03T00:49:49.254Z] honnef.co/go/tools/printf [2020-12-03T00:49:49.254Z] honnef.co/go/tools/go/types/typeutil [2020-12-03T00:49:49.254Z] golang.org/x/tools/go/ssa/ssautil [2020-12-03T00:49:49.254Z] mvdan.cc/lint [2020-12-03T00:49:49.254Z] github.com/golangci/golangci-lint/pkg/report [2020-12-03T00:49:49.254Z] github.com/golangci/revgrep [2020-12-03T00:49:49.254Z] github.com/spf13/cobra [2020-12-03T00:49:49.254Z] mvdan.cc/interfacer/check [2020-12-03T00:49:49.254Z] github.com/golangci/golangci-lint/pkg/printers [2020-12-03T00:49:49.254Z] mvdan.cc/unparam/check [2020-12-03T00:49:49.254Z] honnef.co/go/tools/config [2020-12-03T00:49:49.514Z] honnef.co/go/tools/functions [2020-12-03T00:49:49.514Z] honnef.co/go/tools/internal/passes/buildssa [2020-12-03T00:49:49.514Z] honnef.co/go/tools/ssautil [2020-12-03T00:49:49.514Z] honnef.co/go/tools/facts [2020-12-03T00:49:49.779Z] honnef.co/go/tools/lint [2020-12-03T00:49:49.779Z] honnef.co/go/tools/lint/lintdsl [2020-12-03T00:49:49.779Z] honnef.co/go/tools/lint/lintutil/format [2020-12-03T00:49:49.779Z] honnef.co/go/tools/staticcheck/vrp [2020-12-03T00:49:49.779Z] honnef.co/go/tools/lint/lintutil [2020-12-03T00:49:49.779Z] honnef.co/go/tools/internal/sharedcheck [2020-12-03T00:49:49.779Z] honnef.co/go/tools/unused [2020-12-03T00:49:49.779Z] honnef.co/go/tools/stylecheck [2020-12-03T00:49:50.037Z] honnef.co/go/tools/simple [2020-12-03T00:49:50.037Z] honnef.co/go/tools/staticcheck [2020-12-03T00:49:50.297Z] github.com/golangci/golangci-lint/pkg/golinters [2020-12-03T00:49:50.557Z] github.com/golangci/golangci-lint/pkg/lint/lintersdb [2020-12-03T00:49:50.557Z] github.com/golangci/golangci-lint/pkg/result/processors [2020-12-03T00:49:50.826Z] github.com/golangci/golangci-lint/pkg/lint [2020-12-03T00:49:50.826Z] github.com/golangci/golangci-lint/pkg/commands [2020-12-03T00:49:51.086Z] github.com/golangci/golangci-lint/cmd/golangci-lint [2020-12-03T00:49:54.383Z] tput: No value for $TERM and no -T specified [2020-12-03T00:49:54.383Z] tput: No value for $TERM and no -T specified [2020-12-03T00:49:54.383Z] ==> Building Consul - OSes: linux, Architectures: amd64 [2020-12-03T00:49:54.383Z] tput: No value for $TERM and no -T specified [2020-12-03T00:49:54.383Z] tput: No value for $TERM and no -T specified [2020-12-03T00:49:54.383Z] tput: No value for $TERM and no -T specified [2020-12-03T00:49:54.383Z] Building sequentially with go install [2020-12-03T00:49:54.383Z] tput: No value for $TERM and no -T specified [2020-12-03T00:49:54.383Z] ---> linux/amd64 [2020-12-03T00:50:04.655Z] Removing intermediate container 65c22657f1dd [2020-12-03T00:50:04.655Z] ---> f5e8b08dc358 [2020-12-03T00:50:04.655Z] [2020-12-03T00:50:04.655Z] Step 10/24 : FROM scratch [2020-12-03T00:50:04.655Z] ---> [2020-12-03T00:50:04.655Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T00:50:04.655Z] ---> Running in 5b22ed09218b [2020-12-03T00:50:04.655Z] Removing intermediate container 5b22ed09218b [2020-12-03T00:50:04.655Z] ---> 18c00fc1e04a [2020-12-03T00:50:04.655Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T00:50:04.655Z] ---> Running in ca2168e09b82 [2020-12-03T00:50:04.655Z] Removing intermediate container ca2168e09b82 [2020-12-03T00:50:04.655Z] ---> 5dcf453feff9 [2020-12-03T00:50:04.655Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T00:50:04.655Z] ---> Running in 84227e185093 [2020-12-03T00:50:04.655Z] Removing intermediate container 84227e185093 [2020-12-03T00:50:04.655Z] ---> b7d8f0c4f521 [2020-12-03T00:50:04.655Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T00:50:04.655Z] ---> 9b31bf71465f [2020-12-03T00:50:04.655Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T00:50:04.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T00:50:04.655Z] ---> acdf894545a1 [2020-12-03T00:50:04.655Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T00:50:05.256Z] ---> 73d94e0b8ed2 [2020-12-03T00:50:05.256Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T00:50:06.247Z] ---> a9999cbc6053 [2020-12-03T00:50:06.247Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T00:50:08.890Z] ---> 69e75e7be59c [2020-12-03T00:50:08.890Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T00:50:09.888Z] ---> 3be742b33e68 [2020-12-03T00:50:09.888Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T00:50:10.163Z] ---> Running in 063058ddc477 [2020-12-03T00:50:11.163Z] Removing intermediate container 063058ddc477 [2020-12-03T00:50:11.163Z] ---> 797abc6f921f [2020-12-03T00:50:11.163Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:50:11.770Z] ---> Running in 2d05ad34b09e [2020-12-03T00:50:12.409Z] Removing intermediate container cc1c12912394 [2020-12-03T00:50:12.409Z] ---> de7ad92767eb [2020-12-03T00:50:12.409Z] [2020-12-03T00:50:12.409Z] Step 10/22 : FROM scratch [2020-12-03T00:50:12.409Z] ---> [2020-12-03T00:50:12.409Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T00:50:12.409Z] ---> Using cache [2020-12-03T00:50:12.409Z] ---> 18c00fc1e04a [2020-12-03T00:50:12.409Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-03T00:50:12.681Z] Removing intermediate container 2d05ad34b09e [2020-12-03T00:50:12.681Z] ---> 4600bd3a3225 [2020-12-03T00:50:12.681Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T00:50:12.681Z] ---> Running in 2c833c1b3ba9 [2020-12-03T00:50:12.953Z] ---> Running in 6abd71e7979e [2020-12-03T00:50:13.550Z] Removing intermediate container 2c833c1b3ba9 [2020-12-03T00:50:13.550Z] ---> 62755d2081ce [2020-12-03T00:50:13.550Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T00:50:13.550Z] Removing intermediate container 6abd71e7979e [2020-12-03T00:50:13.550Z] ---> f1d1117be1a5 [2020-12-03T00:50:13.550Z] Step 23/24 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:50:13.828Z] ---> Running in b80540f9f217 [2020-12-03T00:50:13.828Z] ---> Running in a700210504c1 [2020-12-03T00:50:14.428Z] Removing intermediate container b80540f9f217 [2020-12-03T00:50:14.428Z] ---> 80562c17e6e3 [2020-12-03T00:50:14.428Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-03T00:50:14.704Z] Removing intermediate container a700210504c1 [2020-12-03T00:50:14.704Z] ---> cadaab2f3db1 [2020-12-03T00:50:14.704Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T00:50:15.311Z] ---> Running in e0649cc0d29c [2020-12-03T00:50:15.586Z] ---> b2f2792e9edf [2020-12-03T00:50:15.587Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-03T00:50:15.861Z] Removing intermediate container e0649cc0d29c [2020-12-03T00:50:15.861Z] ---> dfab22212673 [2020-12-03T00:50:15.861Z] [2020-12-03T00:50:16.473Z] Successfully built dfab22212673 [2020-12-03T00:50:16.473Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-03T00:50:16.748Z]  Building docker-support-notifications-go ... done  ---> 319840c63e2d [2020-12-03T00:50:16.748Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-03T00:50:16.748Z] Removing intermediate container 54be463eb4d4 [2020-12-03T00:50:16.748Z] ---> 3f580180372b [2020-12-03T00:50:16.748Z] [2020-12-03T00:50:16.748Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T00:50:16.748Z] ---> 536a684cf733 [2020-12-03T00:50:16.748Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T00:50:16.748Z] ---> Using cache [2020-12-03T00:50:16.748Z] ---> db96a08ca8dd [2020-12-03T00:50:16.748Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T00:50:17.021Z] ---> Running in c85e7030092b [2020-12-03T00:50:17.627Z] Removing intermediate container c85e7030092b [2020-12-03T00:50:17.627Z] ---> 86a1103a586d [2020-12-03T00:50:17.627Z] Step 13/24 : WORKDIR / [2020-12-03T00:50:18.231Z] ---> Running in 40c8f84f22a5 [2020-12-03T00:50:18.231Z] ---> 1f16bd0c50ac [2020-12-03T00:50:18.231Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-03T00:50:18.826Z] Removing intermediate container 40c8f84f22a5 [2020-12-03T00:50:18.826Z] ---> 7611d4d3511e [2020-12-03T00:50:18.826Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-03T00:50:19.100Z] ---> efffb25d1d73 [2020-12-03T00:50:19.100Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-03T00:50:19.100Z] ---> Running in 3f4fb3aa086d [2020-12-03T00:50:19.695Z] ---> 31fa966c1139 [2020-12-03T00:50:19.695Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-03T00:50:19.970Z] Removing intermediate container 3f4fb3aa086d [2020-12-03T00:50:19.970Z] ---> 363cbee160ae [2020-12-03T00:50:19.970Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:50:20.243Z] ---> Running in 5508f577f106 [2020-12-03T00:50:20.841Z] ---> 87bb90dbe302 [2020-12-03T00:50:20.841Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T00:50:20.841Z] Removing intermediate container 5508f577f106 [2020-12-03T00:50:20.841Z] ---> 5c4f32762084 [2020-12-03T00:50:20.841Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T00:50:21.011Z] Building device-virtual-go  [2020-12-03T00:50:21.011Z] 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-12-03T00:50:21.011Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/ql v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-12-03T00:50:21.011Z] go: downloading github.com/google/uuid v1.1.0 [2020-12-03T00:50:21.011Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-12-03T00:50:21.011Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-12-03T00:50:21.011Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-12-03T00:50:21.011Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-12-03T00:50:21.011Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-03T00:50:21.011Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-12-03T00:50:21.011Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-12-03T00:50:21.011Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/strutil v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/db v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/golex v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/lldb v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/file v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/mathutil v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/b v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/internal v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading github.com/edsrzf/mmap-go v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/fileutil v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/sortutil v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading modernc.org/zappy v1.0.0 [2020-12-03T00:50:21.011Z] go: downloading golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-12-03T00:50:21.011Z] go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-12-03T00:50:21.111Z] Removing intermediate container ae5b940a2fdf [2020-12-03T00:50:21.111Z] ---> abb7b0f5ee97 [2020-12-03T00:50:21.111Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T00:50:21.111Z] ---> Running in 3224495ac7a3 [2020-12-03T00:50:21.383Z] ---> Running in 0703af331951 [2020-12-03T00:50:21.656Z] ---> 8d681da74362 [2020-12-03T00:50:21.656Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T00:50:21.928Z] Removing intermediate container 3224495ac7a3 [2020-12-03T00:50:21.928Z] ---> 7870e3d3d6dd [2020-12-03T00:50:21.928Z] Step 21/22 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:50:21.928Z] ---> Running in 967f18f00e39 [2020-12-03T00:50:22.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-03T00:50:22.523Z] Removing intermediate container 967f18f00e39 [2020-12-03T00:50:22.523Z] ---> 5acf43876269 [2020-12-03T00:50:22.523Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T00:50:22.799Z] ---> Running in e6d75d6528c6 [2020-12-03T00:50:23.077Z] ---> 798e7dfb7eb0 [2020-12-03T00:50:23.077Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T00:50:23.565Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-03T00:50:23.677Z] Removing intermediate container e6d75d6528c6 [2020-12-03T00:50:23.678Z] ---> 4720ec078de9 [2020-12-03T00:50:23.678Z] [2020-12-03T00:50:23.951Z] Successfully built 4720ec078de9 [2020-12-03T00:50:23.951Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-12-03T00:50:24.543Z]  Building docker-support-logging-go ... done  ---> 0e4c94e4dbdb [2020-12-03T00:50:24.543Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T00:50:25.139Z] ---> d4d4b1ffe237 [2020-12-03T00:50:25.139Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T00:50:25.417Z] ---> Running in 781c48fd433d [2020-12-03T00:50:25.417Z] Removing intermediate container 0703af331951 [2020-12-03T00:50:25.417Z] ---> fe4dd8792b95 [2020-12-03T00:50:25.417Z] [2020-12-03T00:50:25.417Z] Step 11/27 : FROM docker:latest [2020-12-03T00:50:25.417Z] ---> 84e3a507c27b [2020-12-03T00:50:25.417Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T00:50:25.692Z] ---> Running in bc963c0f7049 [2020-12-03T00:50:26.862Z] Building edgex-go  [2020-12-03T00:50:26.862Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-03T00:50:27.123Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-03T00:50:27.123Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.119 [2020-12-03T00:50:27.123Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-03T00:50:27.123Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-03T00:50:27.123Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-03T00:50:27.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:50:27.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:50:27.734Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T00:50:27.734Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T00:50:27.734Z] Executing bash-5.0.17-r0.post-install [2020-12-03T00:50:27.734Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:50:27.734Z] OK: 12 MiB in 22 packages [2020-12-03T00:50:27.734Z] Removing intermediate container 781c48fd433d [2020-12-03T00:50:27.734Z] ---> 42b3aaadffe2 [2020-12-03T00:50:27.734Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T00:50:28.005Z] ---> Running in ba3fc09d534b [2020-12-03T00:50:28.599Z] Removing intermediate container ba3fc09d534b [2020-12-03T00:50:28.599Z] ---> 2ad5e9b471a4 [2020-12-03T00:50:28.599Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T00:50:28.599Z] ---> Running in 79270eb0faad [2020-12-03T00:50:28.871Z] Removing intermediate container bc963c0f7049 [2020-12-03T00:50:28.871Z] ---> e297792f032a [2020-12-03T00:50:28.871Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T00:50:28.871Z] ---> Running in 79f2bd1712dd [2020-12-03T00:50:29.143Z] Removing intermediate container 79270eb0faad [2020-12-03T00:50:29.143Z] ---> 27222402554f [2020-12-03T00:50:29.143Z] Step 23/24 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:50:29.411Z] ---> Running in 5f2de2627e90 [2020-12-03T00:50:29.999Z] Removing intermediate container 5f2de2627e90 [2020-12-03T00:50:29.999Z] ---> c6bfb16cef9a [2020-12-03T00:50:29.999Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T00:50:29.999Z] ---> Running in da3788811f9f [2020-12-03T00:50:30.431Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T00:50:30.431Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-03T00:50:30.592Z] Removing intermediate container da3788811f9f [2020-12-03T00:50:30.592Z] ---> 0e4661f9935a [2020-12-03T00:50:30.592Z] [2020-12-03T00:50:30.863Z] Successfully built 0e4661f9935a [2020-12-03T00:50:30.863Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-03T00:50:31.457Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 79f2bd1712dd [2020-12-03T00:50:31.457Z] ---> 41a5a4c314f2 [2020-12-03T00:50:31.457Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T00:50:31.457Z] ---> Running in 40efdfb1deda [2020-12-03T00:50:32.049Z] Removing intermediate container 40efdfb1deda [2020-12-03T00:50:32.049Z] ---> f69b07140f6d [2020-12-03T00:50:32.049Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T00:50:32.049Z] ---> Running in 7564b8cc3ceb [2020-12-03T00:50:32.642Z] Removing intermediate container 7564b8cc3ceb [2020-12-03T00:50:32.642Z] ---> 630635b0008d [2020-12-03T00:50:32.642Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T00:50:32.642Z] ---> Running in db4a6763bb9c [2020-12-03T00:50:33.230Z] Removing intermediate container db4a6763bb9c [2020-12-03T00:50:33.230Z] ---> a2bbc139d128 [2020-12-03T00:50:33.230Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T00:50:33.732Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-03T00:50:34.200Z] ---> 0f2078fbeb64 [2020-12-03T00:50:34.200Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T00:50:35.118Z] 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-12-03T00:50:35.185Z] ---> cc9a8f7f810b [2020-12-03T00:50:35.185Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T00:50:35.792Z] ---> a8831a652bd3 [2020-12-03T00:50:35.792Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T00:50:36.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-03T00:50:36.065Z] ---> Running in 5275dc5cc0c1 [2020-12-03T00:50:37.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-12-03T00:50:37.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:50:37.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:50:37.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-03T00:50:37.574Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-03T00:50:37.574Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-03T00:50:37.574Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-03T00:50:37.894Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T00:50:37.894Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T00:50:37.894Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T00:50:37.894Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T00:50:37.894Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T00:50:37.894Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T00:50:37.894Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T00:50:38.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-03T00:50:38.982Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-03T00:50:38.982Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-03T00:50:39.866Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T00:50:39.866Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T00:50:39.866Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T00:50:39.866Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T00:50:39.866Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T00:50:39.866Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T00:50:39.866Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T00:50:39.866Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T00:50:39.866Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T00:50:39.866Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T00:50:39.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-03T00:50:39.923Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-03T00:50:40.136Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T00:50:40.136Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T00:50:40.136Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T00:50:40.136Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T00:50:40.136Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T00:50:40.136Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T00:50:40.136Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T00:50:40.136Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T00:50:40.136Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T00:50:40.136Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T00:50:40.411Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T00:50:40.411Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T00:50:40.411Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T00:50:40.411Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T00:50:40.411Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T00:50:40.411Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T00:50:40.411Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:50:40.411Z] OK: 71 MiB in 55 packages [2020-12-03T00:50:40.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-03T00:50:41.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-03T00:50:42.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T00:50:43.324Z] install: cannot stat './cmd/security-secrets-setup/security-secrets-setup': No such file or directory [2020-12-03T00:50:43.585Z] Failed to run 'override-build': Exit code was 1. [Pipeline] } [2020-12-03T00:50:45.511Z] 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] } [2020-12-03T00:50:47.105Z] Removing intermediate container 5275dc5cc0c1 [2020-12-03T00:50:47.105Z] ---> 7c38e85cdf14 [2020-12-03T00:50:47.105Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T00:50:47.105Z] ---> Running in 529178581aec [Pipeline] // stage [Pipeline] } [2020-12-03T00:50:50.062Z] Failed in branch amd64 [2020-12-03T00:50:51.381Z] Collecting docker-compose==1.23.2 [2020-12-03T00:50:51.381Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T00:50:51.972Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T00:50:51.972Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T00:50:54.617Z] Collecting PyYAML<4,>=3.10 [2020-12-03T00:50:54.617Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T00:50:58.000Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T00:50:58.000Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T00:51:00.603Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T00:51:00.603Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T00:51:00.603Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T00:51:00.603Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T00:51:02.579Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T00:51:02.579Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T00:51:03.171Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T00:51:03.171Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T00:51:03.442Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T00:51:03.442Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T00:51:04.412Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T00:51:04.412Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T00:51:04.682Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-03T00:51:04.951Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T00:51:04.951Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T00:51:05.540Z] Collecting idna<2.8,>=2.5 [2020-12-03T00:51:05.540Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T00:51:05.540Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-03T00:51:05.540Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-03T00:51:05.811Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T00:51:05.811Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T00:51:05.811Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T00:51:05.811Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T00:51:05.811Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T00:51:05.811Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T00:51:06.778Z] Installing collected packages: docopt, PyYAML, texttable, urllib3, idna, requests, dockerpty, cached-property, websocket-client, jsonschema, docker-pycreds, docker, docker-compose [2020-12-03T00:51:06.778Z] Running setup.py install for docopt: started [2020-12-03T00:51:08.743Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T00:51:08.743Z] Running setup.py install for PyYAML: started [2020-12-03T00:51:10.701Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T00:51:10.701Z] Running setup.py install for texttable: started [2020-12-03T00:51:12.659Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T00:51:12.659Z] Attempting uninstall: urllib3 [2020-12-03T00:51:12.659Z] Found existing installation: urllib3 1.25.9 [2020-12-03T00:51:12.659Z] Uninstalling urllib3-1.25.9: [2020-12-03T00:51:12.659Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T00:51:12.929Z] Attempting uninstall: idna [2020-12-03T00:51:12.929Z] Found existing installation: idna 2.9 [2020-12-03T00:51:12.929Z] Uninstalling idna-2.9: [2020-12-03T00:51:13.201Z] Successfully uninstalled idna-2.9 [2020-12-03T00:51:13.791Z] Attempting uninstall: requests [2020-12-03T00:51:13.791Z] Found existing installation: requests 2.23.0 [2020-12-03T00:51:13.791Z] Uninstalling requests-2.23.0: [2020-12-03T00:51:13.791Z] Successfully uninstalled requests-2.23.0 [2020-12-03T00:51:14.064Z] Running setup.py install for dockerpty: started [2020-12-03T00:51:16.028Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T00:51:18.626Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-03T00:51:21.998Z] Removing intermediate container 529178581aec [2020-12-03T00:51:21.998Z] ---> 1dd160acac84 [2020-12-03T00:51:21.998Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T00:51:21.998Z] ---> Running in 668d676fa214 [2020-12-03T00:51:22.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T00:51:23.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T00:51:23.513Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T00:51:23.513Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T00:51:23.783Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T00:51:23.783Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:51:23.783Z] OK: 71 MiB in 58 packages [2020-12-03T00:51:24.756Z] Removing intermediate container 668d676fa214 [2020-12-03T00:51:24.756Z] ---> 4215bd06dd5c [2020-12-03T00:51:24.756Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T00:51:25.028Z] ---> Running in fdd34d00ea1a [2020-12-03T00:51:25.301Z] Removing intermediate container fdd34d00ea1a [2020-12-03T00:51:25.301Z] ---> 4379552f49f2 [2020-12-03T00:51:25.301Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T00:51:25.574Z] ---> Running in c54908087d4d [2020-12-03T00:51:25.846Z] Removing intermediate container c54908087d4d [2020-12-03T00:51:25.846Z] ---> 3aefabb44ee7 [2020-12-03T00:51:25.846Z] Step 25/27 : LABEL arch=arm64 [2020-12-03T00:51:26.119Z] ---> Running in ea2c76875752 [2020-12-03T00:51:26.390Z] Removing intermediate container ea2c76875752 [2020-12-03T00:51:26.390Z] ---> 65d689671960 [2020-12-03T00:51:26.390Z] Step 26/27 : LABEL git_sha=088d54081145fc69fa167f33e5557a2f43e6d3bb [2020-12-03T00:51:26.662Z] ---> Running in dd219cb32fc3 [2020-12-03T00:51:27.253Z] Removing intermediate container dd219cb32fc3 [2020-12-03T00:51:27.253Z] ---> 1008e0c72548 [2020-12-03T00:51:27.253Z] Step 27/27 : LABEL version=0.0.0 [2020-12-03T00:51:27.253Z] ---> Running in 0cfc7db20edf [2020-12-03T00:51:27.847Z] Removing intermediate container 0cfc7db20edf [2020-12-03T00:51:27.847Z] ---> c6bd727eb0d5 [2020-12-03T00:51:27.847Z] [2020-12-03T00:51:28.118Z] Successfully built c6bd727eb0d5 [2020-12-03T00:51:28.118Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-03T00:51:28.404Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-03T00:51:28.389Z] $ docker stop --time=1 d20b27914d84c9efa6156b37a355d2e1ca6ce824bc46b10c2d6bf5cb747a9ed5 [2020-12-03T00:51:30.343Z] $ docker rm -f d20b27914d84c9efa6156b37a355d2e1ca6ce824bc46b10c2d6bf5cb747a9ed5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T00:51:31.036Z] + + docker imagesgrep [2020-12-03T00:51:31.036Z] docker [2020-12-03T00:51:31.306Z] docker-sys-mgmt-agent-go-arm64 latest c6bd727eb0d5 4 seconds ago 273MB [2020-12-03T00:51:31.306Z] docker-security-secretstore-setup-go-arm64 latest 0e4661f9935a About a minute ago 23.5MB [2020-12-03T00:51:31.306Z] docker-support-logging-go-arm64 latest 4720ec078de9 About a minute ago 10.6MB [2020-12-03T00:51:31.306Z] docker-support-notifications-go-arm64 latest dfab22212673 About a minute ago 12.9MB [2020-12-03T00:51:31.306Z] docker-support-scheduler-go-arm64 latest cc05e434cc2c 2 minutes ago 11.5MB [2020-12-03T00:51:31.306Z] docker-core-data-go-arm64 latest 11d05900f706 3 minutes ago 22.3MB [2020-12-03T00:51:31.306Z] docker-core-metadata-go-arm64 latest de66a7f6e388 3 minutes ago 13.6MB [2020-12-03T00:51:31.306Z] docker-core-command-go-arm64 latest 552a50844a96 3 minutes ago 11.4MB [2020-12-03T00:51:31.306Z] docker-security-bootstrap-redis-go-arm64 latest f48f099eec27 4 minutes ago 15.2MB [2020-12-03T00:51:31.306Z] docker-security-proxy-setup-go-arm64 latest be14c3ab6c77 4 minutes ago 15.1MB [2020-12-03T00:51:31.306Z] docker latest 84e3a507c27b 24 hours ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:51:35.057Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:51:36.412Z] ---> package-listing.sh [2020-12-03T00:51:36.412Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T00:51:36.412Z] ++ facter osfamily [2020-12-03T00:51:36.412Z] + OS_FAMILY=redhat [2020-12-03T00:51:36.412Z] + workspace=/w/workspace/edgex-go/2 [2020-12-03T00:51:36.412Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T00:51:36.412Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T00:51:36.412Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T00:51:36.412Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T00:51:36.412Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-03T00:51:36.412Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T00:51:36.412Z] + case "${OS_FAMILY}" in [2020-12-03T00:51:36.412Z] + rpm -qa [2020-12-03T00:51:36.412Z] + sort [2020-12-03T00:51:41.789Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T00:51:41.789Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T00:51:41.789Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T00:51:41.789Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-03T00:51:41.789Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-12-03T00:51:41.789Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-12-03T00:51:41.805Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-03T00:51:42.132Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:51:42.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T00:51:42.719Z] [2020-12-03T00:51:42.719Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:51:43.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T00:51:43.140Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T00:51:43.140Z] df20fa9351a1: Pulling fs layer [2020-12-03T00:51:43.140Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T00:51:43.140Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T00:51:43.140Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T00:51:43.140Z] 93b61091891f: Pulling fs layer [2020-12-03T00:51:43.140Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T00:51:43.140Z] 5e14af77c1be: Pulling fs layer [2020-12-03T00:51:43.140Z] 01666e4c0597: Pulling fs layer [2020-12-03T00:51:43.140Z] aa168da1d23b: Pulling fs layer [2020-12-03T00:51:43.140Z] 93b9cdb0e59b: Waiting [2020-12-03T00:51:43.140Z] 46f8f816bc3b: Waiting [2020-12-03T00:51:43.140Z] 93b61091891f: Waiting [2020-12-03T00:51:43.140Z] 5e14af77c1be: Waiting [2020-12-03T00:51:43.140Z] aa168da1d23b: Waiting [2020-12-03T00:51:43.140Z] 36b3adc4ff6f: Download complete [2020-12-03T00:51:43.412Z] 46f8f816bc3b: Verifying Checksum [2020-12-03T00:51:43.412Z] 46f8f816bc3b: Download complete [2020-12-03T00:51:43.412Z] df20fa9351a1: Verifying Checksum [2020-12-03T00:51:43.412Z] df20fa9351a1: Download complete [2020-12-03T00:51:43.412Z] 93b9cdb0e59b: Verifying Checksum [2020-12-03T00:51:43.412Z] 93b9cdb0e59b: Download complete [2020-12-03T00:51:43.689Z] 93b61091891f: Verifying Checksum [2020-12-03T00:51:43.689Z] 93b61091891f: Download complete [2020-12-03T00:51:43.689Z] 5e14af77c1be: Verifying Checksum [2020-12-03T00:51:43.689Z] 5e14af77c1be: Download complete [2020-12-03T00:51:43.689Z] 01666e4c0597: Verifying Checksum [2020-12-03T00:51:43.689Z] 01666e4c0597: Download complete [2020-12-03T00:51:44.309Z] df20fa9351a1: Pull complete [2020-12-03T00:51:44.606Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T00:51:44.606Z] 8ad3a11d3b57: Download complete [2020-12-03T00:51:44.877Z] 36b3adc4ff6f: Pull complete [2020-12-03T00:51:46.336Z] 8ad3a11d3b57: Pull complete [2020-12-03T00:51:46.616Z] 46f8f816bc3b: Pull complete [2020-12-03T00:51:47.244Z] 93b61091891f: Pull complete [2020-12-03T00:51:47.521Z] 93b9cdb0e59b: Pull complete [2020-12-03T00:51:47.801Z] 5e14af77c1be: Pull complete [2020-12-03T00:51:48.089Z] 01666e4c0597: Pull complete [2020-12-03T00:51:50.763Z] aa168da1d23b: Download complete [2020-12-03T00:52:00.962Z] aa168da1d23b: Pull complete [2020-12-03T00:52:00.962Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T00:52:00.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T00:52:00.962Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T00:52:01.227Z] prd-centos7-docker-4c-2g-14210 does not seem to be running inside a container [2020-12-03T00:52:01.291Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-03T00:52:05.798Z] $ docker top 286c3c7def1e6066fc80fa5c69de57a644386cfff6cd80de14905c7671f171bb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T00:52:07.413Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T00:52:08.117Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T00:52:08.747Z] + ls /var/log/sa-host [2020-12-03T00:52:08.747Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T00:52:08.747Z] file_magic: OK [2020-12-03T00:52:08.747Z] HZ: Using current value: 100 [2020-12-03T00:52:08.747Z] file_header: OK [2020-12-03T00:52:08.747Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-03T00:52:08.747Z] Statistics: [2020-12-03T00:52:08.747Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-03T00:52:08.747Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T00:52:08.747Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T00:52:08.747Z] file_magic: OK [2020-12-03T00:52:08.747Z] HZ: Using current value: 100 [2020-12-03T00:52:08.747Z] file_header: OK [2020-12-03T00:52:08.747Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-03T00:52:08.747Z] Statistics: [2020-12-03T00:52:08.747Z] Hnuu...uuuununununu... [2020-12-03T00:52:08.747Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T00:52:08.993Z] provisioning config files... [2020-12-03T00:52:09.017Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2273592773139002268tmp [Pipeline] { [Pipeline] echo [2020-12-03T00:52:09.094Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:52:09.453Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T00:52:09.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T00:52:09.579Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:52:09.885Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T00:52:09.897Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:52:10.201Z] ---> sudo-logs.sh [2020-12-03T00:52:10.201Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T00:52:10.212Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:52:10.523Z] ---> job-cost.sh [2020-12-03T00:52:10.523Z] lf-activate-venv: SKIPPING [2020-12-03T00:52:10.523Z] INFO: No Stack... [2020-12-03T00:52:11.472Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T00:52:12.050Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T00:52:12.064Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:52:12.367Z] ---> logs-deploy.sh [2020-12-03T00:52:12.367Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/2 [2020-12-03T00:52:12.367Z] INFO: archiving workspace using pattern(s): [2020-12-03T00:52:14.957Z] Archives upload complete. [2020-12-03T00:52:14.957Z] INFO: archiving logs to Nexus