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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at f155a7c6506425abdabefc4c4caef6dce7961eb8 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f155a7c6506425abdabefc4c4caef6dce7961eb8 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-14592 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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 f155a7c6506425abdabefc4c4caef6dce7961eb8 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 f155a7c6506425abdabefc4c4caef6dce7961eb8 # timeout=10 Merge succeeded, producing 8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a Checking out Revision 8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a # timeout=10 Commit message: "Merge commit 'f155a7c6506425abdabefc4c4caef6dce7961eb8' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-05T00:31:52.163Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-05T00:31:52.391Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-05T00:31:52.480Z] ========================================================= [2020-12-05T00:31:52.480Z] EdgeX Global Pipelines Version Info [2020-12-05T00:31:52.480Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0726d5fc3b88c4bb9eaeda8cf158dafe9a28f071 # timeout=10 [2020-12-05T00:31:55.627Z] ------------------- [2020-12-05T00:31:55.627Z] stable info: [2020-12-05T00:31:55.627Z] ------------------- [2020-12-05T00:31:55.627Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-05T00:31:55.627Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-05T00:31:55.627Z] Message: update stable to v1.0.169 [2020-12-05T00:31:56.605Z] ------------------- [2020-12-05T00:31:56.605Z] experimental info: [2020-12-05T00:31:56.605Z] ------------------- [2020-12-05T00:31:56.605Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-05T00:31:56.605Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-05T00:31:56.605Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-05T00:31:56.876Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-05T00:31:56.964Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-05T00:31:57.049Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-05T00:31:57.166Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-05T00:31:57.257Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-05T00:31:57.362Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-05T00:31:57.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-05T00:31:57.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-05T00:31:57.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-05T00:31:57.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-05T00:31:57.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-05T00:31:57.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-05T00:31:58.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-05T00:31:58.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-05T00:31:58.338Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-05T00:31:58.456Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-05T00:31:58.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-05T00:31:58.625Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-05T00:31:58.711Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-05T00:31:58.799Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-05T00:31:58.883Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-05T00:31:58.974Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-05T00:31:59.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2020-12-05T00:31:59.157Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2020-12-05T00:31:59.241Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2020-12-05T00:31:59.324Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [Pipeline] echo [2020-12-05T00:31:59.413Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8bd3d73 [Pipeline] echo [2020-12-05T00:31:59.522Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-05T00:31:59.696Z] provisioning config files... [2020-12-05T00:31:59.742Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config1970047527082280023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-05T00:32:00.157Z] ---> docker-login.sh [2020-12-05T00:32:00.157Z] nexus3.edgexfoundry.org:10001 [2020-12-05T00:32:01.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T00:32:01.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T00:32:01.451Z] Configure a credential helper to remove this warning. See [2020-12-05T00:32:01.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T00:32:01.451Z] [2020-12-05T00:32:01.451Z] Login Succeeded [2020-12-05T00:32:01.451Z] nexus3.edgexfoundry.org:10002 [2020-12-05T00:32:01.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T00:32:02.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T00:32:02.089Z] Configure a credential helper to remove this warning. See [2020-12-05T00:32:02.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T00:32:02.089Z] [2020-12-05T00:32:02.089Z] Login Succeeded [2020-12-05T00:32:02.089Z] nexus3.edgexfoundry.org:10003 [2020-12-05T00:32:02.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T00:32:02.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T00:32:02.364Z] Configure a credential helper to remove this warning. See [2020-12-05T00:32:02.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T00:32:02.364Z] [2020-12-05T00:32:02.364Z] Login Succeeded [2020-12-05T00:32:02.364Z] nexus3.edgexfoundry.org:10004 [2020-12-05T00:32:02.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T00:32:02.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T00:32:02.675Z] Configure a credential helper to remove this warning. See [2020-12-05T00:32:02.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T00:32:02.675Z] [2020-12-05T00:32:02.675Z] Login Succeeded [2020-12-05T00:32:02.675Z] docker.io [2020-12-05T00:32:02.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T00:32:03.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T00:32:03.237Z] Configure a credential helper to remove this warning. See [2020-12-05T00:32:03.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T00:32:03.237Z] [2020-12-05T00:32:03.237Z] Login Succeeded [2020-12-05T00:32:03.237Z] ---> docker-login.sh ends [Pipeline] } [2020-12-05T00:32:03.264Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-05T00:32:03.787Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-05T00:32:03.787Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T00:32:03.787Z] ++ dirname cmd/core-command/Dockerfile [2020-12-05T00:32:03.787Z] ++ cut -d/ -f2 [2020-12-05T00:32:03.787Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-05T00:32:03.787Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T00:32:03.787Z] ++ cut -d/ -f2 [2020-12-05T00:32:03.787Z] ++ dirname cmd/core-data/Dockerfile [2020-12-05T00:32:03.787Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-05T00:32:03.787Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T00:32:03.787Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-05T00:32:03.787Z] ++ cut -d/ -f2 [2020-12-05T00:32:03.787Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-05T00:32:03.787Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T00:32:03.787Z] ++ cut -d/ -f2 [2020-12-05T00:32:03.787Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-05T00:32:03.787Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-05T00:32:03.787Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T00:32:03.787Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-05T00:32:03.787Z] ++ cut -d/ -f2 [2020-12-05T00:32:03.787Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-05T00:32:03.787Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T00:32:03.787Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-05T00:32:03.787Z] ++ cut -d/ -f2 [2020-12-05T00:32:03.787Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-05T00:32:03.787Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T00:32:03.787Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-05T00:32:03.787Z] ++ cut -d/ -f2 [2020-12-05T00:32:03.787Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-05T00:32:03.787Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T00:32:03.787Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-05T00:32:03.787Z] ++ cut -d/ -f2 [2020-12-05T00:32:03.787Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-05T00:32:03.788Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T00:32:03.788Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-05T00:32:03.788Z] ++ cut -d/ -f2 [2020-12-05T00:32:03.788Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-05T00:32:03.788Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-05T00:32:03.788Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-05T00:32:03.788Z] ++ cut -d/ -f2 [2020-12-05T00:32:03.788Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-05T00:32:03.913Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-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-05T00:32:04.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-05T00:32:04.909Z] [2020-12-05T00:32:04.909Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:32:05.421Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-05T00:32:05.722Z] latest: Pulling from edgex-devops/git-semver [2020-12-05T00:32:05.722Z] 31603596830f: Pulling fs layer [2020-12-05T00:32:05.722Z] 2a8b12db71e7: Pulling fs layer [2020-12-05T00:32:05.722Z] 6ca5941a6612: Pulling fs layer [2020-12-05T00:32:05.722Z] ecc8261a40a4: Pulling fs layer [2020-12-05T00:32:05.722Z] ecc8261a40a4: Waiting [2020-12-05T00:32:05.722Z] 2a8b12db71e7: Verifying Checksum [2020-12-05T00:32:05.722Z] 2a8b12db71e7: Download complete [2020-12-05T00:32:06.012Z] 31603596830f: Verifying Checksum [2020-12-05T00:32:06.012Z] 31603596830f: Download complete [2020-12-05T00:32:06.607Z] 6ca5941a6612: Verifying Checksum [2020-12-05T00:32:06.607Z] 6ca5941a6612: Download complete [2020-12-05T00:32:06.607Z] ecc8261a40a4: Verifying Checksum [2020-12-05T00:32:06.607Z] ecc8261a40a4: Download complete [2020-12-05T00:32:06.913Z] 31603596830f: Pull complete [2020-12-05T00:32:07.184Z] 2a8b12db71e7: Pull complete [2020-12-05T00:32:08.800Z] 6ca5941a6612: Pull complete [2020-12-05T00:32:09.396Z] ecc8261a40a4: Pull complete [2020-12-05T00:32:09.396Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-05T00:32:09.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-05T00:32:09.396Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-05T00:32:09.685Z] prd-centos7-docker-4c-2g-14592 does not seem to be running inside a container [2020-12-05T00:32:09.824Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-05T00:32:13.318Z] $ docker top 3e10d119c8b15f5202a6333af4f68fbb39c47e7fc6fb206b941110960cf0a8c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-05T00:32:14.093Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-05T00:32:14.093Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-05T00:32:14.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-05T00:32:14.939Z] $ docker exec 3e10d119c8b15f5202a6333af4f68fbb39c47e7fc6fb206b941110960cf0a8c8 ssh-agent [2020-12-05T00:32:15.336Z] SSH_AUTH_SOCK=/tmp/ssh-PGUuVuSH3SiW/agent.11 [2020-12-05T00:32:15.336Z] SSH_AGENT_PID=16 [2020-12-05T00:32:15.369Z] Running ssh-add (command line suppressed) [2020-12-05T00:32:15.615Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_7173902292619322213.key (/w/workspace/edgex-go/19@tmp/private_key_7173902292619322213.key) [2020-12-05T00:32:15.731Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-05T00:32:16.117Z] + git tag --points-at HEAD [Pipeline] } [2020-12-05T00:32:16.432Z] $ docker exec --env ******** --env ******** 3e10d119c8b15f5202a6333af4f68fbb39c47e7fc6fb206b941110960cf0a8c8 ssh-agent -k [2020-12-05T00:32:16.646Z] unset SSH_AUTH_SOCK; [2020-12-05T00:32:16.647Z] unset SSH_AGENT_PID; [2020-12-05T00:32:16.647Z] echo Agent pid 16 killed; [2020-12-05T00:32:16.776Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-05T00:32:16.925Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-05T00:32:16.925Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-05T00:32:17.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-05T00:32:17.300Z] $ docker exec 3e10d119c8b15f5202a6333af4f68fbb39c47e7fc6fb206b941110960cf0a8c8 ssh-agent [2020-12-05T00:32:17.670Z] SSH_AUTH_SOCK=/tmp/ssh-f1rbe5xKSUFU/agent.46 [2020-12-05T00:32:17.670Z] SSH_AGENT_PID=51 [2020-12-05T00:32:17.678Z] Running ssh-add (command line suppressed) [2020-12-05T00:32:17.942Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_4160092217801303445.key (/w/workspace/edgex-go/19@tmp/private_key_4160092217801303445.key) [2020-12-05T00:32:18.095Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-05T00:32:18.498Z] + git semver init [2020-12-05T00:32:18.499Z] # -> Open(): unable to determine branch for HEAD [2020-12-05T00:32:18.499Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2020-12-05T00:32:18.499Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2020-12-05T00:32:18.499Z] # $SEMVER_REMOTE_NAME = origin [2020-12-05T00:32:18.499Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-05T00:32:18.499Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-05T00:32:18.499Z] # $SEMVER_BRANCH = PR-2858 [2020-12-05T00:32:18.499Z] # $SEMVER_TEMP = /tmp/semver-979316458 [2020-12-05T00:32:18.499Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-05T00:32:58.084Z] # '/tmp/semver-979316458' -> '/w/workspace/edgex-go/19/.semver' [2020-12-05T00:32:58.084Z] # -> Force: false [2020-12-05T00:32:58.084Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2020-12-05T00:32:58.104Z] $ docker exec --env ******** --env ******** 3e10d119c8b15f5202a6333af4f68fbb39c47e7fc6fb206b941110960cf0a8c8 ssh-agent -k [2020-12-05T00:32:58.579Z] unset SSH_AUTH_SOCK; [2020-12-05T00:32:58.581Z] unset SSH_AGENT_PID; [2020-12-05T00:32:58.581Z] echo Agent pid 51 killed; [2020-12-05T00:32:58.726Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-05T00:32:59.317Z] + git semver [Pipeline] } [2020-12-05T00:32:59.384Z] $ docker stop --time=1 3e10d119c8b15f5202a6333af4f68fbb39c47e7fc6fb206b941110960cf0a8c8 [2020-12-05T00:33:01.343Z] $ docker rm -f 3e10d119c8b15f5202a6333af4f68fbb39c47e7fc6fb206b941110960cf0a8c8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-05T00:33:02.284Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-05T00:33:03.195Z] Stashed 1 file(s) [Pipeline] echo [2020-12-05T00:33:03.198Z] [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-05T00:33:04.188Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-05T00:33:04.564Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-05T00:33:04.924Z] + sudo service docker restart [2020-12-05T00:33:04.924Z] + true [2020-12-05T00:33:04.924Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-05T00:33:05.954Z] ========================================================= [2020-12-05T00:33:05.954Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-05T00:33:05.954Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:33:06.338Z] + 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-05T00:33:14.733Z] Sending build context to Docker daemon 326.3MB [2020-12-05T00:33:14.733Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-05T00:33:14.733Z] Step 2/7 : FROM ${BASE} [2020-12-05T00:33:14.733Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-05T00:33:14.733Z] 188c0c94c7c5: Pulling fs layer [2020-12-05T00:33:14.733Z] 0ef7d3d256c8: Pulling fs layer [2020-12-05T00:33:14.733Z] de9db76c5a1d: Pulling fs layer [2020-12-05T00:33:14.733Z] bca2f99d35d6: Pulling fs layer [2020-12-05T00:33:14.733Z] 93359f2a8cfa: Pulling fs layer [2020-12-05T00:33:14.733Z] bca2f99d35d6: Waiting [2020-12-05T00:33:14.733Z] 7c6f9722023f: Pulling fs layer [2020-12-05T00:33:14.733Z] a35cf1a2eb13: Pulling fs layer [2020-12-05T00:33:14.733Z] 93359f2a8cfa: Waiting [2020-12-05T00:33:14.733Z] 7c6f9722023f: Waiting [2020-12-05T00:33:14.733Z] a35cf1a2eb13: Waiting [2020-12-05T00:33:14.733Z] de9db76c5a1d: Verifying Checksum [2020-12-05T00:33:14.733Z] de9db76c5a1d: Download complete [2020-12-05T00:33:14.733Z] 0ef7d3d256c8: Verifying Checksum [2020-12-05T00:33:14.733Z] 0ef7d3d256c8: Download complete [2020-12-05T00:33:14.733Z] 93359f2a8cfa: Download complete [2020-12-05T00:33:14.733Z] 7c6f9722023f: Verifying Checksum [2020-12-05T00:33:14.733Z] 7c6f9722023f: Download complete [2020-12-05T00:33:14.733Z] 188c0c94c7c5: Verifying Checksum [2020-12-05T00:33:14.733Z] 188c0c94c7c5: Download complete [2020-12-05T00:33:14.733Z] 188c0c94c7c5: Pull complete [2020-12-05T00:33:15.401Z] 0ef7d3d256c8: Pull complete [2020-12-05T00:33:15.687Z] de9db76c5a1d: Pull complete [2020-12-05T00:33:18.441Z] a35cf1a2eb13: Verifying Checksum [2020-12-05T00:33:18.441Z] a35cf1a2eb13: Download complete [2020-12-05T00:33:18.605Z] Still waiting to schedule task [2020-12-05T00:33:18.606Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-05T00:33:19.983Z] bca2f99d35d6: Verifying Checksum [2020-12-05T00:33:19.983Z] bca2f99d35d6: Download complete [2020-12-05T00:33:32.722Z] bca2f99d35d6: Pull complete [2020-12-05T00:33:32.722Z] 93359f2a8cfa: Pull complete [2020-12-05T00:33:32.722Z] 7c6f9722023f: Pull complete [2020-12-05T00:33:39.549Z] a35cf1a2eb13: Pull complete [2020-12-05T00:33:39.549Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-05T00:33:39.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-05T00:33:39.549Z] ---> a62c8e92a672 [2020-12-05T00:33:39.549Z] 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-05T00:33:39.549Z] ---> Running in 25ecc1bfb765 [2020-12-05T00:33:41.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:33:41.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:33:42.674Z] (1/12) Installing libmagic (5.38-r0) [2020-12-05T00:33:42.944Z] (2/12) Installing file (5.38-r0) [2020-12-05T00:33:42.944Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-05T00:33:42.944Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-05T00:33:53.388Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-05T00:33:53.388Z] (6/12) Installing patch (2.7.6-r6) [2020-12-05T00:33:53.388Z] (7/12) Installing build-base (0.5-r2) [2020-12-05T00:33:53.388Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-05T00:33:53.388Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-05T00:33:53.388Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-05T00:33:53.388Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-05T00:33:53.388Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-05T00:33:53.388Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:33:53.388Z] OK: 233 MiB in 51 packages [2020-12-05T00:33:57.942Z] Removing intermediate container 25ecc1bfb765 [2020-12-05T00:33:57.942Z] ---> 1fe25e85f47b [2020-12-05T00:33:57.942Z] Step 4/7 : WORKDIR /edgex-go [2020-12-05T00:33:57.942Z] ---> Running in 10a7ef90bcf5 [2020-12-05T00:33:57.942Z] Removing intermediate container 10a7ef90bcf5 [2020-12-05T00:33:57.942Z] ---> 034ded4d3146 [2020-12-05T00:33:57.942Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-05T00:33:58.609Z] latest: Pulling from library/docker [2020-12-05T00:33:58.609Z] 188c0c94c7c5: Already exists [2020-12-05T00:33:58.609Z] 0c7c675703d6: Pulling fs layer [2020-12-05T00:33:58.609Z] cc8c12a437cb: Pulling fs layer [2020-12-05T00:33:58.609Z] f092543453df: Pulling fs layer [2020-12-05T00:33:58.609Z] 65b6bc45957d: Pulling fs layer [2020-12-05T00:33:58.609Z] 4de832df471b: Pulling fs layer [2020-12-05T00:33:58.609Z] 79aa7fa92271: Pulling fs layer [2020-12-05T00:33:58.609Z] 65b6bc45957d: Waiting [2020-12-05T00:33:58.609Z] 4de832df471b: Waiting [2020-12-05T00:33:58.609Z] 79aa7fa92271: Waiting [2020-12-05T00:33:59.068Z] cc8c12a437cb: Verifying Checksum [2020-12-05T00:33:59.068Z] cc8c12a437cb: Download complete [2020-12-05T00:33:59.068Z] 0c7c675703d6: Verifying Checksum [2020-12-05T00:33:59.068Z] 0c7c675703d6: Download complete [2020-12-05T00:33:59.391Z] 65b6bc45957d: Verifying Checksum [2020-12-05T00:33:59.391Z] 65b6bc45957d: Download complete [2020-12-05T00:33:59.391Z] 4de832df471b: Verifying Checksum [2020-12-05T00:33:59.391Z] 4de832df471b: Download complete [2020-12-05T00:33:59.391Z] 79aa7fa92271: Verifying Checksum [2020-12-05T00:33:59.391Z] 79aa7fa92271: Download complete [2020-12-05T00:33:59.691Z] 0c7c675703d6: Pull complete [2020-12-05T00:33:59.989Z] cc8c12a437cb: Pull complete [2020-12-05T00:34:00.267Z] f092543453df: Verifying Checksum [2020-12-05T00:34:00.267Z] f092543453df: Download complete [2020-12-05T00:34:08.189Z] f092543453df: Pull complete [2020-12-05T00:34:08.189Z] 65b6bc45957d: Pull complete [2020-12-05T00:34:08.189Z] 4de832df471b: Pull complete [2020-12-05T00:34:08.189Z] 79aa7fa92271: Pull complete [2020-12-05T00:34:08.189Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-05T00:34:08.189Z] Status: Downloaded newer image for docker:latest [2020-12-05T00:34:10.976Z] ---> 678edcd34986 [2020-12-05T00:34:10.976Z] Step 6/7 : COPY go.mod . [2020-12-05T00:34:11.241Z] ---> c6409531d2ef [2020-12-05T00:34:11.241Z] Step 7/7 : RUN go mod download [2020-12-05T00:34:11.241Z] ---> Running in 5a7e846500fb [2020-12-05T00:34:43.940Z] Removing intermediate container 5a7e846500fb [2020-12-05T00:34:43.940Z] ---> 4f1a955f4bd8 [2020-12-05T00:34:43.940Z] Successfully built 4f1a955f4bd8 [2020-12-05T00:34:43.940Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:34:44.310Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-05T00:34:44.601Z] . [Pipeline] withDockerContainer [2020-12-05T00:34:44.817Z] prd-centos7-docker-4c-2g-14592 does not seem to be running inside a container [2020-12-05T00:34:44.975Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-05T00:34:46.576Z] $ docker top 59d75cb3963de56e4745b955e1c56678f0a98704917dd312e91e9d2893afa50b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T00:34:47.728Z] + go version [2020-12-05T00:34:47.728Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-05T00:34:47.761Z] $ docker stop --time=1 59d75cb3963de56e4745b955e1c56678f0a98704917dd312e91e9d2893afa50b [2020-12-05T00:34:49.768Z] $ docker rm -f 59d75cb3963de56e4745b955e1c56678f0a98704917dd312e91e9d2893afa50b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:34:51.014Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-05T00:34:51.014Z] . [Pipeline] withDockerContainer [2020-12-05T00:34:51.196Z] prd-centos7-docker-4c-2g-14592 does not seem to be running inside a container [2020-12-05T00:34:51.345Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-05T00:34:52.627Z] $ docker top 2c8ac8c934e2949897da2959c1c7c82a4f7190e96cdd99dc4c2b7844249bd106 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-05T00:34:52.932Z] ========================================================= [2020-12-05T00:34:52.932Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-05T00:34:52.932Z] ========================================================= [Pipeline] sh [2020-12-05T00:34:54.223Z] + make test [2020-12-05T00:34:54.223Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-05T00:35:12.896Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-05T00:35:40.179Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-05T00:35:52.775Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-05T00:35:52.775Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-05T00:35:52.775Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-05T00:35:52.775Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-05T00:35:52.775Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-05T00:35:54.445Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-05T00:35:57.991Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s [2020-12-05T00:35:57.991Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-05T00:35:57.991Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-05T00:36:00.162Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-05T00:36:00.162Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-05T00:36:00.162Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-05T00:36:00.162Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-05T00:36:07.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.337s coverage: 46.6% of statements [2020-12-05T00:36:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-05T00:36:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-05T00:36:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-05T00:36:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-05T00:36:07.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-05T00:36:12.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.360s coverage: 27.1% of statements [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-05T00:36:12.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-05T00:36:12.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-05T00:36:12.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.183s coverage: 65.5% of statements [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-05T00:36:12.373Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.570s coverage: 82.7% of statements [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-05T00:36:12.373Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-05T00:36:18.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.569s coverage: 28.6% of statements [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-05T00:36:18.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-05T00:36:18.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-05T00:36:18.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.202s coverage: 86.7% of statements [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-05T00:36:18.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-05T00:36:18.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-05T00:36:18.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-05T00:36:22.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.987s coverage: 94.7% of statements [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-05T00:36:22.967Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-05T00:36:22.967Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.121s coverage: 0.0% of statements [no tests to run] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-05T00:36:22.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.093s coverage: 100.0% of statements [2020-12-05T00:36:22.967Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-05T00:36:22.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.147s coverage: 75.5% of statements [2020-12-05T00:36:22.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.048s coverage: 80.8% of statements [2020-12-05T00:36:22.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements [2020-12-05T00:36:22.967Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.2% of statements [2020-12-05T00:36:23.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.043s coverage: 100.0% of statements [2020-12-05T00:36:23.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-05T00:36:26.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.652s coverage: 63.5% of statements [2020-12-05T00:36:26.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-05T00:36:26.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-05T00:36:26.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements [2020-12-05T00:36:26.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.059s coverage: 91.3% of statements [2020-12-05T00:36:26.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2020-12-05T00:36:26.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.137s coverage: 73.7% of statements [2020-12-05T00:36:27.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.099s coverage: 100.0% of statements [2020-12-05T00:36:29.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.861s coverage: 55.9% of statements [2020-12-05T00:36:29.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-05T00:36:29.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-05T00:36:29.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-05T00:36:29.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-05T00:36:29.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-05T00:36:29.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-05T00:36:33.687Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14601 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2020-12-05T00:36:33.744Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2020-12-05T00:36:38.703Z] using credential edgex-jenkins-ssh [2020-12-05T00:36:38.757Z] Cloning the remote Git repository [2020-12-05T00:36:38.825Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-05T00:36:38.930Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2020-12-05T00:36:39.002Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-05T00:36:39.002Z] > git --version # timeout=10 [2020-12-05T00:36:39.027Z] > git --version # 'git version 2.17.1' [2020-12-05T00:36:39.029Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-05T00:36:39.113Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.231s coverage: 86.3% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.335s coverage: 72.2% of statements [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.925s coverage: 72.1% of statements [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.182s coverage: 82.4% of statements [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.133s coverage: 48.4% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.049s coverage: 28.8% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.111s coverage: 96.8% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.137s coverage: 37.2% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.469s coverage: 84.0% of statements [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.063s coverage: 100.0% of statements [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.165s coverage: 47.1% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.051s coverage: 100.0% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.098s coverage: 100.0% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.421s coverage: 29.1% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.136s coverage: 99.0% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.121s coverage: 100.0% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.076s coverage: 0.0% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-05T00:36:49.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.086s coverage: 100.0% of statements [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements [2020-12-05T00:36:49.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.093s coverage: 100.0% of statements [2020-12-05T00:36:49.758Z] GO111MODULE=on go vet ./... [2020-12-05T00:37:01.751Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-05T00:37:01.779Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-05T00:37:01.803Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-05T00:37:01.840Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-05T00:37:01.841Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-05T00:37:01.857Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-05T00:37:02.726Z] Merging remotes/origin/master commit f155a7c6506425abdabefc4c4caef6dce7961eb8 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2020-12-05T00:37:03.419Z] Merge succeeded, producing 421e5f1d440498a7311a085962f8916dec25cdfd [2020-12-05T00:37:03.420Z] Checking out Revision 421e5f1d440498a7311a085962f8916dec25cdfd (PR-2858) [2020-12-05T00:37:02.749Z] > git config core.sparsecheckout # timeout=10 [2020-12-05T00:37:02.763Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2020-12-05T00:37:03.097Z] > git remote # timeout=10 [2020-12-05T00:37:03.118Z] > git config --get remote.origin.url # timeout=10 [2020-12-05T00:37:03.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-05T00:37:03.150Z] > git merge f155a7c6506425abdabefc4c4caef6dce7961eb8 # timeout=10 [2020-12-05T00:37:03.406Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-05T00:37:03.430Z] > git config core.sparsecheckout # timeout=10 [2020-12-05T00:37:03.453Z] > git checkout -f 421e5f1d440498a7311a085962f8916dec25cdfd # timeout=10 [2020-12-05T00:37:08.075Z] Commit message: "Merge commit 'f155a7c6506425abdabefc4c4caef6dce7961eb8' into HEAD" [2020-12-05T00:37:08.102Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-05T00:37:09.771Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-05T00:37:08.089Z] > git rev-list --no-walk 0726d5fc3b88c4bb9eaeda8cf158dafe9a28f071 # timeout=10 [2020-12-05T00:37:10.243Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-05T00:37:10.591Z] + sudo service docker restart [2020-12-05T00:37:10.591Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-05T00:37:13.301Z] provisioning config files... [2020-12-05T00:37:13.359Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config2301387564992221710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-05T00:37:13.796Z] ---> docker-login.sh [2020-12-05T00:37:13.796Z] nexus3.edgexfoundry.org:10001 [2020-12-05T00:37:14.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T00:37:15.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T00:37:15.062Z] Configure a credential helper to remove this warning. See [2020-12-05T00:37:15.062Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T00:37:15.062Z] [2020-12-05T00:37:15.062Z] Login Succeeded [2020-12-05T00:37:15.336Z] nexus3.edgexfoundry.org:10002 [2020-12-05T00:37:15.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T00:37:15.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T00:37:15.890Z] Configure a credential helper to remove this warning. See [2020-12-05T00:37:15.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T00:37:15.890Z] [2020-12-05T00:37:15.890Z] Login Succeeded [2020-12-05T00:37:15.890Z] nexus3.edgexfoundry.org:10003 [2020-12-05T00:37:16.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T00:37:16.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T00:37:16.440Z] Configure a credential helper to remove this warning. See [2020-12-05T00:37:16.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T00:37:16.440Z] [2020-12-05T00:37:16.440Z] Login Succeeded [2020-12-05T00:37:16.440Z] nexus3.edgexfoundry.org:10004 [2020-12-05T00:37:17.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T00:37:17.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T00:37:17.040Z] Configure a credential helper to remove this warning. See [2020-12-05T00:37:17.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T00:37:17.040Z] [2020-12-05T00:37:17.040Z] Login Succeeded [2020-12-05T00:37:17.040Z] docker.io [2020-12-05T00:37:17.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-05T00:37:17.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-05T00:37:17.916Z] Configure a credential helper to remove this warning. See [2020-12-05T00:37:17.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-05T00:37:17.916Z] [2020-12-05T00:37:17.916Z] Login Succeeded [2020-12-05T00:37:17.916Z] ---> docker-login.sh ends [Pipeline] } [2020-12-05T00:37:17.935Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-05T00:37:18.405Z] ========================================================= [2020-12-05T00:37:18.406Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-05T00:37:18.406Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:37:18.805Z] + 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-05T00:37:21.490Z] Sending build context to Docker daemon 165.6MB [2020-12-05T00:37:21.490Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-05T00:37:21.490Z] Step 2/7 : FROM ${BASE} [2020-12-05T00:37:21.490Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-05T00:37:21.490Z] 5f621e34cdf4: Pulling fs layer [2020-12-05T00:37:21.490Z] a4357932f1b6: Pulling fs layer [2020-12-05T00:37:21.490Z] 18c013af1878: Pulling fs layer [2020-12-05T00:37:21.490Z] 00ac8860ef70: Pulling fs layer [2020-12-05T00:37:21.490Z] 63d7cb157983: Pulling fs layer [2020-12-05T00:37:21.490Z] b116817d02f9: Pulling fs layer [2020-12-05T00:37:21.490Z] 745a02a5169b: Pulling fs layer [2020-12-05T00:37:21.490Z] 00ac8860ef70: Waiting [2020-12-05T00:37:21.491Z] 63d7cb157983: Waiting [2020-12-05T00:37:21.491Z] b116817d02f9: Waiting [2020-12-05T00:37:21.491Z] 745a02a5169b: Waiting [2020-12-05T00:37:21.491Z] 18c013af1878: Verifying Checksum [2020-12-05T00:37:21.491Z] 18c013af1878: Download complete [2020-12-05T00:37:21.491Z] a4357932f1b6: Verifying Checksum [2020-12-05T00:37:21.491Z] a4357932f1b6: Download complete [2020-12-05T00:37:21.491Z] 63d7cb157983: Verifying Checksum [2020-12-05T00:37:21.491Z] 63d7cb157983: Download complete [2020-12-05T00:37:21.491Z] b116817d02f9: Verifying Checksum [2020-12-05T00:37:21.491Z] b116817d02f9: Download complete [2020-12-05T00:37:21.491Z] 5f621e34cdf4: Verifying Checksum [2020-12-05T00:37:21.491Z] 5f621e34cdf4: Download complete [2020-12-05T00:37:22.478Z] 5f621e34cdf4: Pull complete [2020-12-05T00:37:23.082Z] a4357932f1b6: Pull complete [2020-12-05T00:37:23.359Z] 18c013af1878: Pull complete [2020-12-05T00:37:23.974Z] 745a02a5169b: Verifying Checksum [2020-12-05T00:37:23.974Z] 745a02a5169b: Download complete [2020-12-05T00:37:25.423Z] 00ac8860ef70: Verifying Checksum [2020-12-05T00:37:25.423Z] 00ac8860ef70: Download complete [2020-12-05T00:37:35.625Z] 00ac8860ef70: Pull complete [2020-12-05T00:37:35.625Z] 63d7cb157983: Pull complete [2020-12-05T00:37:35.625Z] b116817d02f9: Pull complete [2020-12-05T00:37:39.955Z] 745a02a5169b: Pull complete [2020-12-05T00:37:39.955Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-05T00:37:39.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-05T00:37:39.955Z] ---> b7e6874047d6 [2020-12-05T00:37:39.955Z] 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-05T00:37:43.397Z] ---> Running in 6355af95a717 [2020-12-05T00:37:44.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:37:45.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:37:46.803Z] (1/12) Installing libmagic (5.38-r0) [2020-12-05T00:37:46.814Z] gofmt -l . [2020-12-05T00:37:46.814Z] [ "`gofmt -l .`" = "" ] [2020-12-05T00:37:46.814Z] ./bin/test-go-mod-tidy.sh [2020-12-05T00:37:46.814Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-05T00:37:47.077Z] (2/12) Installing file (5.38-r0) [2020-12-05T00:37:47.077Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-05T00:37:47.077Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-05T00:37:47.491Z] + ls -al . [2020-12-05T00:37:47.491Z] total 648 [2020-12-05T00:37:47.491Z] drwxrwxr-x 10 1001 1001 4096 Dec 5 00:37 . [2020-12-05T00:37:47.491Z] drwxr-xr-x 4 root root 30 Dec 5 00:34 .. [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 11 Dec 5 00:31 .dockerignore [2020-12-05T00:37:47.491Z] drwxrwxr-x 8 1001 1001 179 Dec 5 00:31 .git [2020-12-05T00:37:47.491Z] drwxrwxr-x 3 1001 1001 125 Dec 5 00:31 .github [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 971 Dec 5 00:31 .gitignore [2020-12-05T00:37:47.491Z] drwx------ 3 1001 1001 47 Dec 5 00:32 .semver [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 166 Dec 5 00:31 .sonarcloud.properties [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 3804 Dec 5 00:31 CONTRIBUTING.md [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 1035 Dec 5 00:31 Dockerfile.build [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 863 Dec 5 00:31 Jenkinsfile [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 10775 Dec 5 00:31 LICENSE [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 6318 Dec 5 00:31 Makefile [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 6447 Dec 5 00:31 README.md [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 259 Dec 5 00:31 SECURITY.md [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 5 Dec 5 00:33 VERSION [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 4131 Dec 5 00:31 ZMQWindows.md [2020-12-05T00:37:47.491Z] drwxrwxr-x 2 1001 1001 117 Dec 5 00:31 bin [2020-12-05T00:37:47.491Z] drwxrwxr-x 15 1001 1001 4096 Dec 5 00:31 cmd [2020-12-05T00:37:47.491Z] -rw-r--r-- 1 root root 554771 Dec 5 00:36 coverage.out [2020-12-05T00:37:47.491Z] -rw-r--r-- 1 root root 1041 Dec 5 00:37 go.mod [2020-12-05T00:37:47.491Z] -rw-r--r-- 1 root root 18856 Dec 5 00:37 go.sum [2020-12-05T00:37:47.491Z] drwxrwxr-x 8 1001 1001 127 Dec 5 00:31 internal [2020-12-05T00:37:47.491Z] drwxrwxr-x 4 1001 1001 26 Dec 5 00:31 openapi [2020-12-05T00:37:47.491Z] drwxrwxr-x 4 1001 1001 71 Dec 5 00:31 snap [2020-12-05T00:37:47.491Z] -rw-rw-r-- 1 1001 1001 168 Dec 5 00:31 version.go [Pipeline] sh [2020-12-05T00:37:48.208Z] + '[' -e coverage.out ] [2020-12-05T00:37:48.209Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-05T00:37:48.552Z] Stashed 1 file(s) [Pipeline] sh [2020-12-05T00:37:49.238Z] + make build [2020-12-05T00:37:49.238Z] 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-05T00:37:55.352Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-05T00:37:55.352Z] (6/12) Installing patch (2.7.6-r6) [2020-12-05T00:37:55.352Z] (7/12) Installing build-base (0.5-r2) [2020-12-05T00:37:55.352Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-05T00:37:55.626Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-05T00:37:55.626Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-05T00:37:55.626Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-05T00:37:55.901Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-05T00:37:55.901Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:37:56.001Z] 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-05T00:37:56.176Z] OK: 217 MiB in 51 packages [2020-12-05T00:38:00.608Z] Removing intermediate container 6355af95a717 [2020-12-05T00:38:00.608Z] ---> 9317697f51ca [2020-12-05T00:38:00.608Z] Step 4/7 : WORKDIR /edgex-go [2020-12-05T00:38:00.608Z] ---> Running in 5901a01f6a32 [2020-12-05T00:38:01.215Z] Removing intermediate container 5901a01f6a32 [2020-12-05T00:38:01.215Z] ---> 93702bdd38e0 [2020-12-05T00:38:01.215Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-05T00:38:02.199Z] latest: Pulling from library/docker [2020-12-05T00:38:02.480Z] 5f621e34cdf4: Already exists [2020-12-05T00:38:02.480Z] 85db56a05063: Pulling fs layer [2020-12-05T00:38:02.480Z] ccb67d6aeaaa: Pulling fs layer [2020-12-05T00:38:02.480Z] de930078acea: Pulling fs layer [2020-12-05T00:38:02.481Z] d5a9d88a4785: Pulling fs layer [2020-12-05T00:38:02.481Z] e7f15c1544d5: Pulling fs layer [2020-12-05T00:38:02.481Z] 877c515997d3: Pulling fs layer [2020-12-05T00:38:02.481Z] d5a9d88a4785: Waiting [2020-12-05T00:38:02.481Z] e7f15c1544d5: Waiting [2020-12-05T00:38:02.481Z] 877c515997d3: Waiting [2020-12-05T00:38:02.763Z] 85db56a05063: Download complete [2020-12-05T00:38:02.763Z] ccb67d6aeaaa: Verifying Checksum [2020-12-05T00:38:02.763Z] ccb67d6aeaaa: Download complete [2020-12-05T00:38:02.763Z] d5a9d88a4785: Verifying Checksum [2020-12-05T00:38:02.763Z] d5a9d88a4785: Download complete [2020-12-05T00:38:02.763Z] e7f15c1544d5: Verifying Checksum [2020-12-05T00:38:02.763Z] e7f15c1544d5: Download complete [2020-12-05T00:38:03.046Z] 877c515997d3: Verifying Checksum [2020-12-05T00:38:03.046Z] 877c515997d3: Download complete [2020-12-05T00:38:03.326Z] 85db56a05063: Pull complete [2020-12-05T00:38:03.945Z] ccb67d6aeaaa: Pull complete [2020-12-05T00:38:03.945Z] de930078acea: Verifying Checksum [2020-12-05T00:38:03.945Z] de930078acea: Download complete [2020-12-05T00:38:07.343Z] de930078acea: Pull complete [2020-12-05T00:38:07.343Z] d5a9d88a4785: Pull complete [2020-12-05T00:38:07.617Z] e7f15c1544d5: Pull complete [2020-12-05T00:38:08.211Z] 877c515997d3: Pull complete [2020-12-05T00:38:08.211Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-05T00:38:08.211Z] Status: Downloaded newer image for docker:latest [2020-12-05T00:38:11.219Z] 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-05T00:38:11.602Z] ---> 27a9ff766c32 [2020-12-05T00:38:11.602Z] Step 6/7 : COPY go.mod . [2020-12-05T00:38:12.198Z] ---> aff864936a3d [2020-12-05T00:38:12.198Z] Step 7/7 : RUN go mod download [2020-12-05T00:38:12.474Z] ---> Running in d5ef2d08b00b [2020-12-05T00:38:13.940Z] 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-05T00:38:16.580Z] 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-05T00:38:17.576Z] 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-05T00:38:22.008Z] 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-05T00:38:24.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-05T00:38:27.306Z] 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-05T00:38:29.388Z] 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-05T00:38:33.877Z] 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-05T00:38:36.679Z] 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-05T00:38:38.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-05T00:38:39.275Z] Removing intermediate container d5ef2d08b00b [2020-12-05T00:38:39.275Z] ---> 4af8276b4c83 [2020-12-05T00:38:39.275Z] Successfully built 4af8276b4c83 [2020-12-05T00:38:39.275Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:38:39.626Z] + docker inspect -f . ci-base-image-arm64 [2020-12-05T00:38:39.626Z] . [Pipeline] withDockerContainer [2020-12-05T00:38:39.945Z] prd-ubuntu18.04-docker-arm64-4c-16g-14601 does not seem to be running inside a container [2020-12-05T00:38:40.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-arm64 cat [2020-12-05T00:38:41.821Z] $ docker top bde5ec0a6e56e1c48fc0c323240a5387146119b0c48b576179eaf19dc76ebb38 -eo pid,comm [Pipeline] { [Pipeline] } [2020-12-05T00:38:42.292Z] $ docker stop --time=1 2c8ac8c934e2949897da2959c1c7c82a4f7190e96cdd99dc4c2b7844249bd106 [2020-12-05T00:38:44.620Z] $ docker rm -f 2c8ac8c934e2949897da2959c1c7c82a4f7190e96cdd99dc4c2b7844249bd106 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-05T00:38:46.120Z] + go version [2020-12-05T00:38:46.120Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-05T00:38:46.543Z] $ docker stop --time=1 bde5ec0a6e56e1c48fc0c323240a5387146119b0c48b576179eaf19dc76ebb38 [2020-12-05T00:38:48.578Z] $ docker rm -f bde5ec0a6e56e1c48fc0c323240a5387146119b0c48b576179eaf19dc76ebb38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:38:49.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-05T00:38:49.683Z] + docker inspect -f . ci-base-image-arm64 [2020-12-05T00:38:49.683Z] . [Pipeline] withDockerContainer [2020-12-05T00:38:49.730Z] [2020-12-05T00:38:49.730Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-05T00:38:49.995Z] prd-ubuntu18.04-docker-arm64-4c-16g-14601 does not seem to be running inside a container [2020-12-05T00:38:50.090Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-arm64 cat [2020-12-05T00:38:51.641Z] $ docker top 95b18b60c6526a3b03185f3d37cb9b1583c6eb2b89aa47e7674f6d979234ca4a -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-05T00:38:52.053Z] ========================================================= [2020-12-05T00:38:52.053Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-05T00:38:52.053Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:38:52.488Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-05T00:38:52.488Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-05T00:38:52.488Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-05T00:38:52.488Z] ca9280d653b3: Pulling fs layer [2020-12-05T00:38:52.488Z] 7e9c9ca2126c: Pulling fs layer [2020-12-05T00:38:52.704Z] + make test [2020-12-05T00:38:52.704Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-05T00:38:52.762Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-05T00:38:52.762Z] cbdbe7a5bc2a: Download complete [2020-12-05T00:38:53.921Z] cbdbe7a5bc2a: Pull complete [2020-12-05T00:38:54.800Z] ca9280d653b3: Verifying Checksum [2020-12-05T00:38:54.800Z] ca9280d653b3: Download complete [2020-12-05T00:38:58.306Z] ca9280d653b3: Pull complete [2020-12-05T00:38:58.306Z] 7e9c9ca2126c: Verifying Checksum [2020-12-05T00:38:58.306Z] 7e9c9ca2126c: Download complete [2020-12-05T00:39:10.888Z] 7e9c9ca2126c: Pull complete [2020-12-05T00:39:10.888Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-05T00:39:10.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-05T00:39:10.888Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-05T00:39:11.196Z] prd-centos7-docker-4c-2g-14592 does not seem to be running inside a container [2020-12-05T00:39:11.335Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-05T00:39:13.589Z] $ docker top ca986611721b02085287fe6d0c23347f4381bf889af879bb3be9364177e9d6d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T00:39:14.844Z] + docker-compose build --help [2020-12-05T00:39:14.844Z] + grep parallel [2020-12-05T00:39:16.804Z] --parallel Build images in parallel. [Pipeline] } [2020-12-05T00:39:16.822Z] $ docker stop --time=1 ca986611721b02085287fe6d0c23347f4381bf889af879bb3be9364177e9d6d2 [2020-12-05T00:39:18.536Z] $ docker rm -f ca986611721b02085287fe6d0c23347f4381bf889af879bb3be9364177e9d6d2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:39:19.303Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-05T00:39:19.303Z] . [Pipeline] withDockerContainer [2020-12-05T00:39:19.556Z] prd-centos7-docker-4c-2g-14592 does not seem to be running inside a container [2020-12-05T00:39:19.669Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-05T00:39:20.279Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-05T00:39:21.324Z] $ docker top a25de187f55bc5ad59ef467f10441c58a1ddd8492d03b5c973639bb251034b97 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T00:39:22.309Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-05T00:39:23.727Z] Building docker-core-command-go ... [2020-12-05T00:39:23.727Z] Building docker-core-data-go ... [2020-12-05T00:39:23.727Z] Building docker-core-metadata-go ... [2020-12-05T00:39:23.727Z] Building docker-security-bootstrap-redis-go ... [2020-12-05T00:39:23.727Z] Building docker-security-proxy-setup-go ... [2020-12-05T00:39:23.727Z] Building docker-security-secrets-setup-go ... [2020-12-05T00:39:23.727Z] Building docker-security-secretstore-setup-go ... [2020-12-05T00:39:23.727Z] Building docker-support-notifications-go ... [2020-12-05T00:39:23.727Z] Building docker-support-scheduler-go ... [2020-12-05T00:39:23.727Z] Building docker-sys-mgmt-agent-go ... [2020-12-05T00:39:23.727Z] Building docker-core-command-go [2020-12-05T00:39:23.727Z] Building docker-support-notifications-go [2020-12-05T00:39:23.727Z] Building docker-core-metadata-go [2020-12-05T00:39:23.727Z] Building docker-sys-mgmt-agent-go [2020-12-05T00:39:23.727Z] Building docker-security-secretstore-setup-go [2020-12-05T00:40:07.313Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-05T00:40:21.145Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:40:21.146Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:40:21.146Z] ---> 4f1a955f4bd8 [2020-12-05T00:40:21.146Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T00:40:21.146Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:40:21.146Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:40:21.146Z] ---> 4f1a955f4bd8 [2020-12-05T00:40:21.146Z] Step 3/24 : WORKDIR /edgex-go [2020-12-05T00:40:21.146Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:40:21.146Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:40:21.146Z] ---> 4f1a955f4bd8 [2020-12-05T00:40:21.146Z] Step 3/24 : WORKDIR /edgex-go [2020-12-05T00:40:21.146Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:40:21.146Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:40:21.146Z] ---> 4f1a955f4bd8 [2020-12-05T00:40:21.146Z] Step 3/27 : WORKDIR /edgex-go [2020-12-05T00:40:21.146Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:40:21.146Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:40:21.146Z] ---> 4f1a955f4bd8 [2020-12-05T00:40:21.146Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T00:40:21.146Z] ---> Running in 0b50a6bae3cb [2020-12-05T00:40:21.146Z] ---> Running in dca3f013d7b8 [2020-12-05T00:40:21.146Z] ---> Running in bcf62e36afbd [2020-12-05T00:40:21.146Z] ---> Running in 2b33f3be5541 [2020-12-05T00:40:21.146Z] ---> Running in af39a5db439c [2020-12-05T00:40:21.146Z] Removing intermediate container 0b50a6bae3cb [2020-12-05T00:40:21.146Z] ---> e8ad3cb5ebad [2020-12-05T00:40:21.146Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:40:21.146Z] Removing intermediate container 2b33f3be5541 [2020-12-05T00:40:21.146Z] ---> 5909994cca8e [2020-12-05T00:40:21.146Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:40:21.425Z] Removing intermediate container af39a5db439c [2020-12-05T00:40:21.425Z] ---> 160e4db70f0b [2020-12-05T00:40:21.425Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:40:21.425Z] Removing intermediate container dca3f013d7b8 [2020-12-05T00:40:21.425Z] ---> f539680004dc [2020-12-05T00:40:21.425Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:40:21.425Z] Removing intermediate container bcf62e36afbd [2020-12-05T00:40:21.425Z] ---> c3d4137e3642 [2020-12-05T00:40:21.425Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:40:21.425Z] ---> Running in b8b72db8c7f5 [2020-12-05T00:40:21.425Z] ---> Running in 79ae8b9a2b04 [2020-12-05T00:40:21.425Z] ---> Running in 7509f20f380a [2020-12-05T00:40:21.731Z] ---> Running in 1b0e97a1ac03 [2020-12-05T00:40:21.731Z] ---> Running in 00a3ef34a276 [2020-12-05T00:40:26.111Z] Removing intermediate container 00a3ef34a276 [2020-12-05T00:40:26.111Z] ---> 7b4d59c8071c [2020-12-05T00:40:26.111Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T00:40:26.111Z] Removing intermediate container 1b0e97a1ac03 [2020-12-05T00:40:26.111Z] ---> ee8ce2ac0292 [2020-12-05T00:40:26.111Z] Step 5/24 : RUN apk update && apk add make git [2020-12-05T00:40:26.111Z] Removing intermediate container b8b72db8c7f5 [2020-12-05T00:40:26.111Z] ---> dcb45aaf10ad [2020-12-05T00:40:26.111Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-05T00:40:26.111Z] ---> Running in e92e04bffacf [2020-12-05T00:40:26.111Z] ---> Running in 835db986e4e2 [2020-12-05T00:40:26.111Z] Removing intermediate container 7509f20f380a [2020-12-05T00:40:26.111Z] ---> 4a207117c9b6 [2020-12-05T00:40:26.111Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-05T00:40:26.111Z] Removing intermediate container 79ae8b9a2b04 [2020-12-05T00:40:26.111Z] ---> 370f903e2fb9 [2020-12-05T00:40:26.111Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T00:40:26.111Z] ---> Running in 37cbc902ea61 [2020-12-05T00:40:26.111Z] ---> Running in ade18022da7f [2020-12-05T00:40:26.111Z] ---> Running in 455d060e59ef [2020-12-05T00:40:27.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:40:27.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:40:27.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:40:27.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:40:27.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:40:28.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:40:28.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:40:28.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:40:28.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:40:28.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:40:29.553Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:40:29.553Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:40:29.553Z] OK: 12745 distinct packages available [2020-12-05T00:40:29.553Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:40:29.553Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:40:29.553Z] OK: 12745 distinct packages available [2020-12-05T00:40:29.553Z] OK: 233 MiB in 51 packages [2020-12-05T00:40:29.553Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:40:29.553Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:40:29.553Z] OK: 12745 distinct packages available [2020-12-05T00:40:29.553Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:40:29.553Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:40:29.553Z] OK: 12745 distinct packages available [2020-12-05T00:40:29.557Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-05T00:40:29.557Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-05T00:40:29.557Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-05T00:40:29.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-05T00:40:29.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-05T00:40:29.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-05T00:40:29.909Z] OK: 233 MiB in 51 packages [2020-12-05T00:40:29.909Z] OK: 233 MiB in 51 packages [2020-12-05T00:40:29.909Z] OK: 233 MiB in 51 packages [2020-12-05T00:40:29.909Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:40:29.909Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:40:29.910Z] OK: 12745 distinct packages available [2020-12-05T00:40:30.551Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.119s [2020-12-05T00:40:30.551Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-05T00:40:30.581Z] OK: 233 MiB in 51 packages [2020-12-05T00:40:30.866Z] Removing intermediate container 835db986e4e2 [2020-12-05T00:40:30.866Z] ---> 8e6655af9bcc [2020-12-05T00:40:30.866Z] Step 6/24 : COPY go.mod . [2020-12-05T00:40:31.506Z] Removing intermediate container 455d060e59ef [2020-12-05T00:40:31.506Z] ---> 405caecf7cf0 [2020-12-05T00:40:31.506Z] Step 6/22 : COPY go.mod . [2020-12-05T00:40:31.506Z] Removing intermediate container e92e04bffacf [2020-12-05T00:40:31.506Z] ---> a4c016219070 [2020-12-05T00:40:31.506Z] Step 6/22 : COPY go.mod . [2020-12-05T00:40:31.506Z] ---> 7746e921c299 [2020-12-05T00:40:31.506Z] Step 7/24 : RUN go mod download [2020-12-05T00:40:31.506Z] Removing intermediate container 37cbc902ea61 [2020-12-05T00:40:31.506Z] ---> b3704b2b85e2 [2020-12-05T00:40:31.506Z] Step 6/27 : COPY go.mod . [2020-12-05T00:40:32.183Z] Removing intermediate container ade18022da7f [2020-12-05T00:40:32.183Z] ---> 98fbc34d7339 [2020-12-05T00:40:32.183Z] Step 6/24 : COPY go.mod . [2020-12-05T00:40:32.458Z] ---> Running in d4d9f793420b [2020-12-05T00:40:32.458Z] ---> 43dde3912aaf [2020-12-05T00:40:32.458Z] Step 7/22 : RUN go mod download [2020-12-05T00:40:32.458Z] ---> c97853e73094 [2020-12-05T00:40:32.458Z] Step 7/27 : RUN go mod download [2020-12-05T00:40:32.558Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-05T00:40:32.740Z] ---> fd721ca83b1c [2020-12-05T00:40:32.740Z] Step 7/22 : RUN go mod download [2020-12-05T00:40:32.740Z] ---> Running in 3c5e04a44b77 [2020-12-05T00:40:32.740Z] ---> Running in 16c2cc3e7bf9 [2020-12-05T00:40:32.740Z] ---> Running in f545ee9d8554 [2020-12-05T00:40:32.740Z] ---> 969a00bd97cd [2020-12-05T00:40:32.740Z] Step 7/24 : RUN go mod download [2020-12-05T00:40:33.034Z] ---> Running in 5d492f365b8a [2020-12-05T00:40:33.540Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-05T00:40:33.540Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-05T00:40:33.540Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-05T00:40:33.540Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-05T00:40:36.496Z] Removing intermediate container 16c2cc3e7bf9 [2020-12-05T00:40:36.496Z] ---> 2758be01a22a [2020-12-05T00:40:36.496Z] Step 8/22 : COPY . . [2020-12-05T00:40:36.856Z] Removing intermediate container 5d492f365b8a [2020-12-05T00:40:36.856Z] ---> c52fa1cd37af [2020-12-05T00:40:36.856Z] Step 8/24 : COPY . . [2020-12-05T00:40:36.856Z] Removing intermediate container f545ee9d8554 [2020-12-05T00:40:36.856Z] ---> 3ebfb77eaa5c [2020-12-05T00:40:36.856Z] Step 8/22 : COPY . . [2020-12-05T00:40:36.856Z] Removing intermediate container d4d9f793420b [2020-12-05T00:40:36.856Z] ---> ce48a3e1c3bd [2020-12-05T00:40:36.856Z] Step 8/24 : COPY . . [2020-12-05T00:40:37.166Z] Removing intermediate container 3c5e04a44b77 [2020-12-05T00:40:37.166Z] ---> 79557ce17335 [2020-12-05T00:40:37.166Z] Step 8/27 : COPY . . [2020-12-05T00:40:43.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.259s coverage: 46.6% of statements [2020-12-05T00:40:43.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-05T00:40:43.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-05T00:40:43.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-05T00:40:43.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-05T00:40:43.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-05T00:40:50.720Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.541s coverage: 27.1% of statements [2020-12-05T00:40:50.720Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-05T00:40:50.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-05T00:40:50.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-05T00:40:50.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.607s coverage: 66.4% of statements [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-05T00:40:50.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.391s coverage: 82.7% of statements [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-05T00:40:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-05T00:41:00.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.295s coverage: 28.6% of statements [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-05T00:41:00.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.170s coverage: 100.0% of statements [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-05T00:41:00.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-05T00:41:00.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.334s coverage: 86.7% of statements [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-05T00:41:00.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.375s coverage: 97.5% of statements [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-05T00:41:00.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-05T00:41:00.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-05T00:41:07.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.031s coverage: 94.7% of statements [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-05T00:41:07.698Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-05T00:41:07.698Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.171s coverage: 0.0% of statements [no tests to run] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-05T00:41:07.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2020-12-05T00:41:07.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-05T00:41:07.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2020-12-05T00:41:07.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2020-12-05T00:41:07.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements [2020-12-05T00:41:08.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.184s coverage: 84.2% of statements [2020-12-05T00:41:08.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 100.0% of statements [2020-12-05T00:41:08.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-05T00:41:13.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.680s coverage: 63.5% of statements [2020-12-05T00:41:13.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-05T00:41:13.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-05T00:41:13.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2020-12-05T00:41:13.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2020-12-05T00:41:13.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2020-12-05T00:41:13.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2020-12-05T00:41:14.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2020-12-05T00:41:19.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.870s coverage: 55.9% of statements [2020-12-05T00:41:19.658Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-05T00:41:19.658Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-05T00:41:19.658Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-05T00:41:19.658Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-05T00:41:19.658Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-05T00:41:19.658Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-05T00:41:34.734Z] ---> 5af3af22ae10 [2020-12-05T00:41:34.734Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-05T00:41:34.734Z] ---> 7a9795aae131 [2020-12-05T00:41:34.734Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-05T00:41:34.734Z] ---> 595241047fea [2020-12-05T00:41:34.734Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-05T00:41:34.734Z] ---> f92badf90eab [2020-12-05T00:41:34.734Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-05T00:41:34.734Z] ---> 0971355a6133 [2020-12-05T00:41:34.734Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-05T00:41:34.734Z] ---> Running in 2fbd147443ce [2020-12-05T00:41:34.734Z] ---> Running in 13c74ab67789 [2020-12-05T00:41:34.734Z] ---> Running in d7e59c4ef5ca [2020-12-05T00:41:34.734Z] ---> Running in c67f4a326bfa [2020-12-05T00:41:34.734Z] ---> Running in 637cd8ad1d08 [2020-12-05T00:41:36.966Z] 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-05T00:41:36.966Z] 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-05T00:41:36.966Z] 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-05T00:41:36.966Z] 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-05T00:41:36.966Z] 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-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 31.721s coverage: 86.3% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.945s coverage: 72.2% of statements [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.653s coverage: 72.1% of statements [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.085s coverage: 82.4% of statements [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.069s coverage: 48.4% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.059s coverage: 28.8% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.082s coverage: 96.8% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.336s coverage: 37.2% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.526s coverage: 84.0% of statements [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.385s coverage: 47.1% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.054s coverage: 100.0% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.550s coverage: 29.1% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-05T00:41:52.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2020-12-05T00:41:52.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2020-12-05T00:41:52.058Z] GO111MODULE=on go vet ./... [2020-12-05T00:42:24.678Z] 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-05T00:42:33.242Z] Removing intermediate container 637cd8ad1d08 [2020-12-05T00:42:33.242Z] ---> f0d0033a6777 [2020-12-05T00:42:33.242Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-05T00:42:33.242Z] ---> Running in 52b497c5c921 [2020-12-05T00:42:34.330Z] 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-05T00:42:37.962Z] Removing intermediate container c67f4a326bfa [2020-12-05T00:42:37.962Z] ---> cdc86964c0c0 [2020-12-05T00:42:37.962Z] [2020-12-05T00:42:37.962Z] Step 10/24 : FROM alpine:3.10 [2020-12-05T00:42:38.248Z] 3.10: Pulling from library/alpine [2020-12-05T00:42:39.333Z] Removing intermediate container 2fbd147443ce [2020-12-05T00:42:39.333Z] ---> dd54ead8951e [2020-12-05T00:42:39.333Z] [2020-12-05T00:42:39.333Z] Step 10/22 : FROM scratch [2020-12-05T00:42:39.333Z] ---> [2020-12-05T00:42:39.333Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T00:42:39.333Z] Removing intermediate container 13c74ab67789 [2020-12-05T00:42:39.333Z] ---> c562bfaced18 [2020-12-05T00:42:39.333Z] [2020-12-05T00:42:39.333Z] Step 10/24 : FROM scratch [2020-12-05T00:42:39.333Z] ---> [2020-12-05T00:42:39.333Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-05T00:42:39.623Z] ---> Running in dc932def9738 [2020-12-05T00:42:39.623Z] ---> Running in ca89e89c7f59 [2020-12-05T00:42:39.623Z] Removing intermediate container 52b497c5c921 [2020-12-05T00:42:39.623Z] ---> 92be5b29d4f1 [2020-12-05T00:42:39.623Z] [2020-12-05T00:42:39.623Z] Step 11/27 : FROM docker:latest [2020-12-05T00:42:39.623Z] ---> b0757c55a1fd [2020-12-05T00:42:39.623Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-05T00:42:39.623Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-05T00:42:39.623Z] Status: Downloaded newer image for alpine:3.10 [2020-12-05T00:42:39.623Z] ---> be4e4bea2c2e [2020-12-05T00:42:39.623Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-05T00:42:39.927Z] ---> Running in 03cd52212a69 [2020-12-05T00:42:39.927Z] ---> Running in fe73326ab837 [2020-12-05T00:42:41.353Z] Removing intermediate container dc932def9738 [2020-12-05T00:42:41.353Z] ---> 2204c6b29191 [2020-12-05T00:42:41.353Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-05T00:42:42.352Z] Removing intermediate container ca89e89c7f59 [2020-12-05T00:42:42.352Z] ---> 0a7fb4b19b26 [2020-12-05T00:42:42.352Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-05T00:42:42.352Z] ---> Running in dc258c10972a [2020-12-05T00:42:43.000Z] ---> Running in bf2315227e76 [2020-12-05T00:42:43.294Z] Removing intermediate container dc258c10972a [2020-12-05T00:42:43.294Z] ---> d3a8c655f329 [2020-12-05T00:42:43.294Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-05T00:42:43.574Z] ---> Running in 444dfd0843dc [2020-12-05T00:42:43.574Z] Removing intermediate container d7e59c4ef5ca [2020-12-05T00:42:43.574Z] ---> a980238f993e [2020-12-05T00:42:43.574Z] [2020-12-05T00:42:43.574Z] Step 10/22 : FROM scratch [2020-12-05T00:42:43.574Z] ---> [2020-12-05T00:42:43.574Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T00:42:43.574Z] Removing intermediate container bf2315227e76 [2020-12-05T00:42:43.574Z] ---> e2517919303d [2020-12-05T00:42:43.574Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-05T00:42:43.873Z] ---> Using cache [2020-12-05T00:42:43.873Z] ---> 0a7fb4b19b26 [2020-12-05T00:42:43.873Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-05T00:42:43.873Z] ---> Running in 0a5d7614cf3e [2020-12-05T00:42:43.873Z] ---> Running in 59d6c58392fb [2020-12-05T00:42:43.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:42:43.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:42:43.873Z] Removing intermediate container 444dfd0843dc [2020-12-05T00:42:43.873Z] ---> 871fae13952a [2020-12-05T00:42:43.873Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-05T00:42:43.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:42:44.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:42:44.161Z] Removing intermediate container 0a5d7614cf3e [2020-12-05T00:42:44.161Z] ---> 078fd939ae2a [2020-12-05T00:42:44.161Z] Step 14/22 : WORKDIR / [2020-12-05T00:42:44.471Z] Removing intermediate container 59d6c58392fb [2020-12-05T00:42:44.471Z] ---> 39a50ec64f3d [2020-12-05T00:42:44.471Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-05T00:42:44.471Z] ---> Running in cc8e82811d04 [2020-12-05T00:42:44.471Z] (1/2) Installing readline (8.0.4-r0) [2020-12-05T00:42:44.471Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-05T00:42:44.471Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-05T00:42:44.471Z] OK: 10348 distinct packages available [2020-12-05T00:42:44.471Z] ---> Running in 282f819cb9f8 [2020-12-05T00:42:44.471Z] (2/2) Installing bash (5.0.17-r0) [2020-12-05T00:42:44.471Z] ---> 11096d9460fb [2020-12-05T00:42:44.471Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-05T00:42:44.471Z] Executing bash-5.0.17-r0.post-install [2020-12-05T00:42:44.471Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:42:44.804Z] OK: 12 MiB in 22 packages [2020-12-05T00:42:44.804Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-05T00:42:44.804Z] Removing intermediate container cc8e82811d04 [2020-12-05T00:42:44.804Z] ---> 2964fdb2ad12 [2020-12-05T00:42:44.804Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-05T00:42:44.804Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-05T00:42:44.804Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-05T00:42:45.108Z] Removing intermediate container 282f819cb9f8 [2020-12-05T00:42:45.108Z] ---> 2853971d5f49 [2020-12-05T00:42:45.108Z] Step 14/22 : WORKDIR / [2020-12-05T00:42:45.108Z] (4/5) Installing curl (7.66.0-r1) [2020-12-05T00:42:45.108Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-05T00:42:45.108Z] Executing busybox-1.30.1-r3.trigger [2020-12-05T00:42:45.108Z] Executing ca-certificates-20191127-r2.trigger [2020-12-05T00:42:45.394Z] ---> Running in 73ab060c0f23 [2020-12-05T00:42:45.394Z] OK: 7 MiB in 19 packages [2020-12-05T00:42:45.666Z] ---> f471bedf6d6b [2020-12-05T00:42:45.666Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-05T00:42:45.951Z] Removing intermediate container 73ab060c0f23 [2020-12-05T00:42:45.951Z] ---> 3f2f1c258750 [2020-12-05T00:42:45.951Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-05T00:42:46.224Z] ---> 89c4046dffdc [2020-12-05T00:42:46.224Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-05T00:42:46.224Z] Removing intermediate container 03cd52212a69 [2020-12-05T00:42:46.224Z] ---> 6a04bc3254a5 [2020-12-05T00:42:46.224Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-05T00:42:46.530Z] ---> e6155e78543d [2020-12-05T00:42:46.530Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-05T00:42:46.530Z] ---> Running in efb4a32733cc [2020-12-05T00:42:48.283Z] ---> 14bba1e7e7fe [2020-12-05T00:42:48.283Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-05T00:42:48.283Z] Removing intermediate container fe73326ab837 [2020-12-05T00:42:48.283Z] ---> 2d7ada17e68f [2020-12-05T00:42:48.284Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-05T00:42:48.284Z] ---> b4ad27d226f1 [2020-12-05T00:42:48.284Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-05T00:42:48.284Z] ---> Running in d5a1176d38ef [2020-12-05T00:42:48.284Z] ---> 7907aad22d73 [2020-12-05T00:42:48.284Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-05T00:42:48.284Z] ---> 55891b9f6f38 [2020-12-05T00:42:48.284Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-05T00:42:48.284Z] Removing intermediate container d5a1176d38ef [2020-12-05T00:42:48.284Z] ---> d9a3a77517ca [2020-12-05T00:42:48.284Z] Step 13/24 : WORKDIR / [2020-12-05T00:42:48.284Z] ---> Running in cb92baca5dc1 [2020-12-05T00:42:48.284Z] ---> Running in 8ccf808e0eb8 [2020-12-05T00:42:48.284Z] ---> 271ff6055fc8 [2020-12-05T00:42:48.284Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-05T00:42:49.772Z] ---> 4dc8a4373a1c [2020-12-05T00:42:49.772Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-05T00:42:50.451Z] Removing intermediate container cb92baca5dc1 [2020-12-05T00:42:50.451Z] ---> be6c66ca2ff9 [2020-12-05T00:42:50.451Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:42:50.451Z] Removing intermediate container 8ccf808e0eb8 [2020-12-05T00:42:50.451Z] ---> 0054b9fb0c3d [2020-12-05T00:42:50.451Z] 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-05T00:42:50.451Z] ---> Running in ff227fd852e0 [2020-12-05T00:42:51.122Z] ---> Running in d5a2291b1c15 [2020-12-05T00:42:51.122Z] Removing intermediate container efb4a32733cc [2020-12-05T00:42:51.122Z] ---> 0ffe99dedf21 [2020-12-05T00:42:51.122Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-05T00:42:51.122Z] ---> 47372040a0dd [2020-12-05T00:42:51.122Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-05T00:42:51.401Z] Removing intermediate container ff227fd852e0 [2020-12-05T00:42:51.401Z] ---> cea9cb896d80 [2020-12-05T00:42:51.401Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:42:51.401Z] ---> 203c90706b37 [2020-12-05T00:42:51.401Z] 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-05T00:42:51.401Z] ---> Running in f03225dafd9c [2020-12-05T00:42:51.401Z] Removing intermediate container d5a2291b1c15 [2020-12-05T00:42:51.401Z] ---> 2ada39f63a7e [2020-12-05T00:42:51.401Z] Step 20/22 : LABEL arch=x86_64 [2020-12-05T00:42:51.675Z] ---> Running in ff07f8720bd0 [2020-12-05T00:42:51.966Z] ---> Running in d3092455d184 [2020-12-05T00:42:51.966Z] Removing intermediate container f03225dafd9c [2020-12-05T00:42:51.966Z] ---> 50212ea05d12 [2020-12-05T00:42:51.966Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-05T00:42:51.966Z] ---> 92c1d7573518 [2020-12-05T00:42:51.966Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-05T00:42:51.966Z] ---> bf1548dd69c0 [2020-12-05T00:42:51.966Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-05T00:42:52.261Z] ---> Running in 116c6ea8ac15 [2020-12-05T00:42:52.261Z] Removing intermediate container ff07f8720bd0 [2020-12-05T00:42:52.261Z] ---> 4ed9a02542d5 [2020-12-05T00:42:52.261Z] Step 20/22 : LABEL arch=x86_64 [2020-12-05T00:42:52.261Z] ---> Running in cc166ff477bd [2020-12-05T00:42:52.261Z] Removing intermediate container d3092455d184 [2020-12-05T00:42:52.261Z] ---> fea6a60a56c4 [2020-12-05T00:42:52.261Z] Step 21/22 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:42:52.261Z] ---> Running in 678864e242cf [2020-12-05T00:42:52.576Z] ---> Running in 50101eda247e [2020-12-05T00:42:52.576Z] Removing intermediate container 116c6ea8ac15 [2020-12-05T00:42:52.576Z] ---> 2796eaf93af9 [2020-12-05T00:42:52.576Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-05T00:42:52.576Z] Removing intermediate container cc166ff477bd [2020-12-05T00:42:52.576Z] ---> fdc9e4fccc43 [2020-12-05T00:42:52.576Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:42:52.880Z] ---> 5d1756cb77fa [2020-12-05T00:42:52.880Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-05T00:42:52.880Z] ---> Running in f8496eb7ad21 [2020-12-05T00:42:52.880Z] ---> Running in 70896e96019a [2020-12-05T00:42:52.880Z] Removing intermediate container 678864e242cf [2020-12-05T00:42:52.880Z] ---> b5413c8ce81c [2020-12-05T00:42:52.880Z] Step 21/22 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:42:53.233Z] Removing intermediate container 50101eda247e [2020-12-05T00:42:53.233Z] ---> 5155a5a4845b [2020-12-05T00:42:53.233Z] Step 22/22 : LABEL version=0.0.0 [2020-12-05T00:42:53.233Z] ---> Running in 783e942c0fa4 [2020-12-05T00:42:53.233Z] ---> Running in 5e85ffe97ebc [2020-12-05T00:42:53.541Z] Removing intermediate container 70896e96019a [2020-12-05T00:42:53.541Z] ---> 422a424ac28a [2020-12-05T00:42:53.541Z] Step 22/24 : LABEL arch=x86_64 [2020-12-05T00:42:53.541Z] Removing intermediate container f8496eb7ad21 [2020-12-05T00:42:53.541Z] ---> 71042030c006 [2020-12-05T00:42:53.541Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-05T00:42:53.821Z] ---> Running in 98b7e91a45ec [2020-12-05T00:42:53.821Z] Removing intermediate container 783e942c0fa4 [2020-12-05T00:42:53.821Z] ---> a3dd9c532769 [2020-12-05T00:42:53.821Z] Step 22/22 : LABEL version=0.0.0 [2020-12-05T00:42:54.135Z] Removing intermediate container 5e85ffe97ebc [2020-12-05T00:42:54.135Z] ---> 8f0e91119958 [2020-12-05T00:42:54.135Z] [2020-12-05T00:42:54.135Z] ---> 2480caa23b0f [2020-12-05T00:42:54.135Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-05T00:42:54.135Z] ---> Running in d63ce12ed14b [2020-12-05T00:42:54.848Z] Removing intermediate container 98b7e91a45ec [2020-12-05T00:42:54.848Z] ---> d11aec0ef273 [2020-12-05T00:42:54.848Z] Step 23/24 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:42:55.126Z] Successfully built 8f0e91119958 [2020-12-05T00:42:55.126Z] ---> Running in cd6749bbab27 [2020-12-05T00:42:55.126Z] Removing intermediate container d63ce12ed14b [2020-12-05T00:42:55.126Z] ---> 767d794f48fc [2020-12-05T00:42:55.126Z] [2020-12-05T00:42:55.126Z] Successfully tagged docker-core-command-go:latest [2020-12-05T00:42:55.126Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2020-12-05T00:42:55.404Z] ---> 8fdd55fbda6f [2020-12-05T00:42:55.404Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-05T00:42:55.404Z] Successfully built 767d794f48fc [2020-12-05T00:42:55.728Z] Successfully tagged docker-core-metadata-go:latest [2020-12-05T00:42:55.728Z] Building docker-security-secrets-setup-go [2020-12-05T00:42:55.728Z]  Building docker-core-metadata-go ... done  ---> 4a7b6172f9a0 [2020-12-05T00:42:55.728Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-05T00:42:55.728Z] Removing intermediate container cd6749bbab27 [2020-12-05T00:42:55.728Z] ---> 4caa3990d488 [2020-12-05T00:42:55.728Z] Step 24/24 : LABEL version=0.0.0 [2020-12-05T00:42:56.014Z] ---> Running in 624f147016c0 [2020-12-05T00:42:56.014Z] ---> d2dacae4bed4 [2020-12-05T00:42:56.014Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-05T00:42:56.300Z] Removing intermediate container 624f147016c0 [2020-12-05T00:42:56.300Z] ---> 819ec29338c3 [2020-12-05T00:42:56.300Z] [2020-12-05T00:42:56.300Z] ---> d86ca9bd9fa5 [2020-12-05T00:42:56.300Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-05T00:42:56.579Z] ---> Running in 09feec31323a [2020-12-05T00:42:56.579Z] Successfully built 819ec29338c3 [2020-12-05T00:42:56.579Z] Successfully tagged docker-support-notifications-go:latest [2020-12-05T00:42:56.579Z] Building docker-support-scheduler-go [2020-12-05T00:42:56.890Z]  Building docker-support-notifications-go ... done  ---> 068ef18a19ea [2020-12-05T00:42:56.890Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-05T00:42:57.180Z] ---> Running in 7e44903cf20a [2020-12-05T00:42:59.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:42:59.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:43:00.007Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-05T00:43:00.007Z] (2/33) Installing expat (2.2.9-r1) [2020-12-05T00:43:00.007Z] (3/33) Installing libffi (3.3-r2) [2020-12-05T00:43:00.007Z] (4/33) Installing gdbm (1.13-r1) [2020-12-05T00:43:00.007Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-05T00:43:00.007Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-05T00:43:00.007Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-05T00:43:04.574Z] Removing intermediate container 09feec31323a [2020-12-05T00:43:04.574Z] ---> 0631d4cc1d93 [2020-12-05T00:43:04.574Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-05T00:43:04.574Z] ---> Running in ab984f3190c3 [2020-12-05T00:43:04.574Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-05T00:43:04.574Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-05T00:43:04.574Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-05T00:43:04.574Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-05T00:43:04.574Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-05T00:43:04.574Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-05T00:43:04.574Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-05T00:43:04.859Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-05T00:43:04.859Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-05T00:43:05.144Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-05T00:43:05.775Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-05T00:43:05.775Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-05T00:43:06.365Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-05T00:43:06.637Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-05T00:43:06.637Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-05T00:43:07.242Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-05T00:43:07.542Z] Removing intermediate container ab984f3190c3 [2020-12-05T00:43:07.542Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-05T00:43:07.542Z] ---> 1da07939c35c [2020-12-05T00:43:07.542Z] Step 22/24 : LABEL arch=x86_64 [2020-12-05T00:43:07.542Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-05T00:43:07.542Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-05T00:43:08.134Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-05T00:43:08.134Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-05T00:43:08.134Z] ---> Running in a4d135ff0ae8 [2020-12-05T00:43:08.134Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-05T00:43:08.134Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-05T00:43:08.134Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-05T00:43:08.134Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-05T00:43:08.415Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-05T00:43:08.685Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:43:08.685Z] OK: 71 MiB in 55 packages [2020-12-05T00:43:09.291Z] Removing intermediate container a4d135ff0ae8 [2020-12-05T00:43:09.291Z] ---> 42e129697ebf [2020-12-05T00:43:09.291Z] Step 23/24 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:43:09.563Z] ---> Running in db8d5d27b387 [2020-12-05T00:43:10.547Z] Removing intermediate container db8d5d27b387 [2020-12-05T00:43:10.547Z] ---> b1940c7aebbd [2020-12-05T00:43:10.547Z] Step 24/24 : LABEL version=0.0.0 [2020-12-05T00:43:10.547Z] ---> Running in 3d71d6a5e6bf [2020-12-05T00:43:13.251Z] Removing intermediate container 3d71d6a5e6bf [2020-12-05T00:43:13.251Z] ---> 4dee5e10a6fa [2020-12-05T00:43:13.251Z] [2020-12-05T00:43:13.937Z] gofmt -l . [2020-12-05T00:43:13.937Z] [ "`gofmt -l .`" = "" ] [2020-12-05T00:43:13.937Z] ./bin/test-go-mod-tidy.sh [2020-12-05T00:43:13.937Z] ./bin/test-attribution-txt.sh [2020-12-05T00:43:13.953Z] Successfully built 4dee5e10a6fa [2020-12-05T00:43:13.953Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-05T00:43:13.953Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [Pipeline] sh [2020-12-05T00:43:14.648Z] + ls -al . [2020-12-05T00:43:14.648Z] total 676 [2020-12-05T00:43:14.648Z] drwxrwxr-x 9 1001 1001 4096 Dec 5 00:43 . [2020-12-05T00:43:14.648Z] drwxr-xr-x 4 root root 4096 Dec 5 00:38 .. [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 11 Dec 5 00:37 .dockerignore [2020-12-05T00:43:14.648Z] drwxrwxr-x 8 1001 1001 4096 Dec 5 00:37 .git [2020-12-05T00:43:14.648Z] drwxrwxr-x 3 1001 1001 4096 Dec 5 00:37 .github [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 971 Dec 5 00:37 .gitignore [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 166 Dec 5 00:37 .sonarcloud.properties [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 3804 Dec 5 00:37 CONTRIBUTING.md [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 1035 Dec 5 00:37 Dockerfile.build [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 863 Dec 5 00:37 Jenkinsfile [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 10775 Dec 5 00:37 LICENSE [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 6318 Dec 5 00:37 Makefile [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 6447 Dec 5 00:37 README.md [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 259 Dec 5 00:37 SECURITY.md [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 5 Dec 5 00:33 VERSION [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 4131 Dec 5 00:37 ZMQWindows.md [2020-12-05T00:43:14.648Z] drwxrwxr-x 2 1001 1001 4096 Dec 5 00:37 bin [2020-12-05T00:43:14.648Z] drwxrwxr-x 15 1001 1001 4096 Dec 5 00:37 cmd [2020-12-05T00:43:14.648Z] -rw-r--r-- 1 root root 554771 Dec 5 00:41 coverage.out [2020-12-05T00:43:14.648Z] -rw-r--r-- 1 root root 1041 Dec 5 00:43 go.mod [2020-12-05T00:43:14.648Z] -rw-r--r-- 1 root root 18856 Dec 5 00:43 go.sum [2020-12-05T00:43:14.648Z] drwxrwxr-x 8 1001 1001 4096 Dec 5 00:37 internal [2020-12-05T00:43:14.648Z] drwxrwxr-x 4 1001 1001 4096 Dec 5 00:37 openapi [2020-12-05T00:43:14.648Z] drwxrwxr-x 4 1001 1001 4096 Dec 5 00:37 snap [2020-12-05T00:43:14.648Z] -rw-rw-r-- 1 1001 1001 168 Dec 5 00:37 version.go [Pipeline] sh [2020-12-05T00:43:15.340Z] + '[' -e coverage.out ] [2020-12-05T00:43:15.340Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-05T00:43:15.401Z] Warning: overwriting stash ‘coverage-report’ [2020-12-05T00:43:16.505Z] Stashed 1 file(s) [Pipeline] sh [2020-12-05T00:43:17.152Z] + make build [2020-12-05T00:43:17.152Z] 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-05T00:43:29.593Z] 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-05T00:43:36.586Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:43:36.586Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:43:36.586Z] ---> 4f1a955f4bd8 [2020-12-05T00:43:36.586Z] Step 3/21 : WORKDIR /edgex-go [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> c3d4137e3642 [2020-12-05T00:43:36.586Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> 7b4d59c8071c [2020-12-05T00:43:36.586Z] Step 5/21 : RUN apk update && apk add make git [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> a4c016219070 [2020-12-05T00:43:36.586Z] Step 6/21 : COPY go.mod . [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> fd721ca83b1c [2020-12-05T00:43:36.586Z] Step 7/21 : RUN go mod download [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> 3ebfb77eaa5c [2020-12-05T00:43:36.586Z] Step 8/21 : COPY . . [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> 595241047fea [2020-12-05T00:43:36.586Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-05T00:43:36.586Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:43:36.586Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-05T00:43:36.586Z] ---> 4f1a955f4bd8 [2020-12-05T00:43:36.586Z] Step 3/29 : WORKDIR /edgex-go [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> c3d4137e3642 [2020-12-05T00:43:36.586Z] Step 4/29 : RUN apk update && apk add make git [2020-12-05T00:43:36.586Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:43:36.586Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:43:36.586Z] ---> 4f1a955f4bd8 [2020-12-05T00:43:36.586Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> c3d4137e3642 [2020-12-05T00:43:36.586Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> 7b4d59c8071c [2020-12-05T00:43:36.586Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> a4c016219070 [2020-12-05T00:43:36.586Z] Step 6/22 : COPY go.mod . [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> fd721ca83b1c [2020-12-05T00:43:36.586Z] Step 7/22 : RUN go mod download [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> 3ebfb77eaa5c [2020-12-05T00:43:36.586Z] Step 8/22 : COPY . . [2020-12-05T00:43:36.586Z] ---> Using cache [2020-12-05T00:43:36.586Z] ---> 595241047fea [2020-12-05T00:43:36.586Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-05T00:43:36.880Z] ---> Running in 3332ccec38b6 [2020-12-05T00:43:36.880Z] ---> Running in 5f87a568b5ab [2020-12-05T00:43:36.880Z] ---> Running in 32b734fbce9f [2020-12-05T00:43:40.924Z] 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-05T00:43:40.924Z] 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-05T00:43:40.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:43:40.924Z] Removing intermediate container 7e44903cf20a [2020-12-05T00:43:40.924Z] ---> 923ca1479df2 [2020-12-05T00:43:40.924Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-05T00:43:41.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:43:42.388Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:43:42.388Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:43:42.388Z] OK: 12745 distinct packages available [2020-12-05T00:43:42.388Z] ---> Running in 1dd53c507f3f [2020-12-05T00:43:42.719Z] OK: 233 MiB in 51 packages [2020-12-05T00:43:45.487Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:43:45.487Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:43:45.487Z] ---> 4f1a955f4bd8 [2020-12-05T00:43:45.487Z] Step 3/21 : WORKDIR /edgex-go [2020-12-05T00:43:45.487Z] ---> Using cache [2020-12-05T00:43:45.487Z] ---> c3d4137e3642 [2020-12-05T00:43:45.487Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:43:45.487Z] ---> Using cache [2020-12-05T00:43:45.487Z] ---> 7b4d59c8071c [2020-12-05T00:43:45.487Z] Step 5/21 : RUN apk update && apk add make git [2020-12-05T00:43:45.487Z] ---> Using cache [2020-12-05T00:43:45.487Z] ---> a4c016219070 [2020-12-05T00:43:45.487Z] Step 6/21 : COPY go.mod . [2020-12-05T00:43:45.487Z] ---> Using cache [2020-12-05T00:43:45.487Z] ---> fd721ca83b1c [2020-12-05T00:43:45.487Z] Step 7/21 : RUN go mod download [2020-12-05T00:43:45.487Z] ---> Using cache [2020-12-05T00:43:45.487Z] ---> 3ebfb77eaa5c [2020-12-05T00:43:45.487Z] Step 8/21 : COPY . . [2020-12-05T00:43:45.487Z] ---> Using cache [2020-12-05T00:43:45.487Z] ---> 595241047fea [2020-12-05T00:43:45.487Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-05T00:43:46.478Z] ---> Running in 374d9df8e2f1 [2020-12-05T00:43:46.478Z] Removing intermediate container 3332ccec38b6 [2020-12-05T00:43:46.478Z] ---> 05451b8bd7ff [2020-12-05T00:43:46.478Z] Step 5/29 : COPY go.mod . [2020-12-05T00:43:47.550Z] ---> 9f351b2555fd [2020-12-05T00:43:47.550Z] Step 6/29 : RUN go mod download [2020-12-05T00:43:47.832Z] ---> Running in ddd0c011e246 [2020-12-05T00:43:47.832Z] 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-05T00:43:52.525Z] Removing intermediate container ddd0c011e246 [2020-12-05T00:43:52.525Z] ---> a259ff68678b [2020-12-05T00:43:52.525Z] Step 7/29 : COPY . . [2020-12-05T00:43:52.809Z] Collecting docker-compose==1.23.2 [2020-12-05T00:43:52.809Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-05T00:43:53.594Z] 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-05T00:43:53.895Z] Collecting jsonschema<3,>=2.5.1 [2020-12-05T00:43:53.895Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-05T00:43:55.034Z] Collecting texttable<0.10,>=0.9.0 [2020-12-05T00:43:55.034Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-05T00:44:00.799Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-05T00:44:00.799Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-05T00:44:01.439Z] Collecting PyYAML<4,>=3.10 [2020-12-05T00:44:01.439Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-05T00:44:01.953Z] 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-05T00:44:03.389Z] 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-05T00:44:04.810Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-05T00:44:04.810Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-05T00:44:05.124Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-05T00:44:05.124Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-05T00:44:06.738Z] Collecting cached-property<2,>=1.2.0 [2020-12-05T00:44:06.738Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-05T00:44:07.132Z] Collecting docker<4.0,>=3.6.0 [2020-12-05T00:44:07.456Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-05T00:44:08.091Z] Collecting docopt<0.7,>=0.6.1 [2020-12-05T00:44:08.091Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-05T00:44:09.334Z] 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-05T00:44:09.334Z] Collecting idna<2.8,>=2.5 [2020-12-05T00:44:09.334Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-05T00:44:09.638Z] 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-05T00:44:09.954Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-05T00:44:09.954Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-05T00:44:10.104Z] 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-05T00:44:10.263Z] Collecting docker-pycreds>=0.4.0 [2020-12-05T00:44:10.596Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-05T00:44:10.596Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-05T00:44:10.596Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-05T00:44:10.596Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-05T00:44:10.596Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-05T00:44:11.091Z] 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-05T00:44:11.455Z] Installing collected packages: jsonschema, texttable, idna, urllib3, requests, PyYAML, websocket-client, dockerpty, cached-property, docker-pycreds, docker, docopt, docker-compose [2020-12-05T00:44:12.121Z] Running setup.py install for texttable: started [2020-12-05T00:44:15.228Z] Running setup.py install for texttable: finished with status 'done' [2020-12-05T00:44:15.228Z] Attempting uninstall: idna [2020-12-05T00:44:15.228Z] Found existing installation: idna 2.9 [2020-12-05T00:44:15.228Z] Uninstalling idna-2.9: [2020-12-05T00:44:15.228Z] Successfully uninstalled idna-2.9 [2020-12-05T00:44:16.856Z] Attempting uninstall: urllib3 [2020-12-05T00:44:16.856Z] Found existing installation: urllib3 1.25.9 [2020-12-05T00:44:16.856Z] Uninstalling urllib3-1.25.9: [2020-12-05T00:44:17.170Z] Successfully uninstalled urllib3-1.25.9 [2020-12-05T00:44:17.791Z] Attempting uninstall: requests [2020-12-05T00:44:17.791Z] Found existing installation: requests 2.23.0 [2020-12-05T00:44:17.791Z] Uninstalling requests-2.23.0: [2020-12-05T00:44:17.816Z] 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-05T00:44:18.482Z] Successfully uninstalled requests-2.23.0 [2020-12-05T00:44:18.773Z] Running setup.py install for PyYAML: started [2020-12-05T00:44:20.880Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-05T00:44:22.526Z] Running setup.py install for dockerpty: started [2020-12-05T00:44:23.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-05T00:44:24.170Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-05T00:44:25.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-05T00:44:25.238Z] Running setup.py install for docopt: started [2020-12-05T00:44:26.323Z] Running setup.py install for docopt: finished with status 'done' [2020-12-05T00:44:27.807Z] 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-05T00:44:29.906Z] 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-05T00:44:32.299Z] Removing intermediate container 5f87a568b5ab [2020-12-05T00:44:32.299Z] ---> 3a54e5aaff41 [2020-12-05T00:44:32.299Z] [2020-12-05T00:44:32.299Z] Step 10/22 : FROM alpine:3.10 [2020-12-05T00:44:32.299Z] ---> be4e4bea2c2e [2020-12-05T00:44:32.299Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-05T00:44:32.299Z] ---> Using cache [2020-12-05T00:44:32.299Z] ---> 2d7ada17e68f [2020-12-05T00:44:32.299Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-05T00:44:35.312Z] 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-05T00:44:35.778Z] ---> 4db32bb50289 [2020-12-05T00:44:35.778Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-05T00:44:36.057Z] ---> Running in 6fab69563741 [2020-12-05T00:44:36.057Z] ---> Running in 7326554d6ab4 [2020-12-05T00:44:36.352Z] Removing intermediate container 1dd53c507f3f [2020-12-05T00:44:36.352Z] ---> f5fb792edd1a [2020-12-05T00:44:36.352Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-05T00:44:36.352Z] Removing intermediate container 32b734fbce9f [2020-12-05T00:44:36.352Z] ---> f30c5a5add5b [2020-12-05T00:44:36.352Z] [2020-12-05T00:44:36.352Z] Step 10/21 : FROM scratch [2020-12-05T00:44:36.352Z] ---> [2020-12-05T00:44:36.352Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T00:44:36.639Z] ---> Running in 9ab5c1cf0d67 [2020-12-05T00:44:37.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-05T00:44:37.262Z] ---> Using cache [2020-12-05T00:44:37.262Z] ---> 0a7fb4b19b26 [2020-12-05T00:44:37.262Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-05T00:44:37.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:44:37.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:44:37.996Z] Removing intermediate container 6fab69563741 [2020-12-05T00:44:37.996Z] ---> 4e7a2d7330a9 [2020-12-05T00:44:37.996Z] Step 13/22 : WORKDIR / [2020-12-05T00:44:37.996Z] ---> Running in 3c4f1c12acfc [2020-12-05T00:44:38.300Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-05T00:44:38.300Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-05T00:44:38.300Z] (3/3) Installing curl (7.69.1-r1) [2020-12-05T00:44:38.300Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:44:38.300Z] OK: 72 MiB in 58 packages [2020-12-05T00:44:38.605Z] ---> Running in e145a254b7f7 [2020-12-05T00:44:38.605Z] Removing intermediate container 3c4f1c12acfc [2020-12-05T00:44:38.605Z] ---> b6383ef3d0b5 [2020-12-05T00:44:38.605Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-05T00:44:39.274Z] Removing intermediate container 374d9df8e2f1 [2020-12-05T00:44:39.274Z] ---> 152c6c4507d3 [2020-12-05T00:44:39.274Z] [2020-12-05T00:44:39.274Z] Step 10/21 : FROM alpine [2020-12-05T00:44:39.274Z] ---> Running in c46bb2b81404 [2020-12-05T00:44:39.274Z] latest: Pulling from library/alpine [2020-12-05T00:44:39.916Z] Removing intermediate container e145a254b7f7 [2020-12-05T00:44:39.916Z] ---> 0420c2009eda [2020-12-05T00:44:39.916Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-05T00:44:39.916Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-05T00:44:39.916Z] Removing intermediate container c46bb2b81404 [2020-12-05T00:44:39.916Z] ---> 6baf481f8431 [2020-12-05T00:44:39.916Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-05T00:44:39.916Z] Status: Downloaded newer image for alpine:latest [2020-12-05T00:44:39.916Z] ---> d6e46aa2470d [2020-12-05T00:44:39.916Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-05T00:44:40.247Z] Removing intermediate container 9ab5c1cf0d67 [2020-12-05T00:44:40.247Z] ---> f273d71d876f [2020-12-05T00:44:40.247Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-05T00:44:40.247Z] ---> Running in e4127bef7103 [2020-12-05T00:44:40.713Z] 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-05T00:44:41.754Z] ---> Running in 013497517e54 [2020-12-05T00:44:41.754Z] ---> eebf9cc8a7bf [2020-12-05T00:44:41.754Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-05T00:44:42.043Z] ---> 765ee4646e4e [2020-12-05T00:44:42.044Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-05T00:44:42.361Z] Removing intermediate container 013497517e54 [2020-12-05T00:44:42.361Z] ---> 21539aaad5e7 [2020-12-05T00:44:42.361Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:44:42.692Z] ---> Running in 1bed767a6939 [2020-12-05T00:44:42.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:44:42.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:44:43.281Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:44:43.281Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:44:43.281Z] OK: 12746 distinct packages available [2020-12-05T00:44:43.281Z] Removing intermediate container 1bed767a6939 [2020-12-05T00:44:43.281Z] ---> ecfeadbcda62 [2020-12-05T00:44:43.281Z] Step 25/27 : LABEL arch=x86_64 [2020-12-05T00:44:43.565Z] ---> 9b93c4da478c [2020-12-05T00:44:43.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-05T00:44:43.565Z] ---> 70feb27c2f62 [2020-12-05T00:44:43.565Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-05T00:44:43.566Z] ---> Running in eb4b22d0c15e [2020-12-05T00:44:43.566Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-05T00:44:43.850Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-05T00:44:43.850Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-05T00:44:43.850Z] (4/4) Installing curl (7.69.1-r1) [2020-12-05T00:44:43.850Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:44:43.850Z] Executing ca-certificates-20191127-r4.trigger [2020-12-05T00:44:43.850Z] OK: 7 MiB in 18 packages [2020-12-05T00:44:44.162Z] Removing intermediate container eb4b22d0c15e [2020-12-05T00:44:44.162Z] ---> de43078eb33b [2020-12-05T00:44:44.162Z] Step 26/27 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:44:44.467Z] ---> fe3222d602cc [2020-12-05T00:44:44.467Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-05T00:44:44.467Z] ---> b7a47f9e74ad [2020-12-05T00:44:44.467Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-05T00:44:44.467Z] ---> Running in cfdbc12e4d76 [2020-12-05T00:44:44.758Z] ---> Running in e2851c25bb68 [2020-12-05T00:44:45.012Z] 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-05T00:44:45.049Z] ---> e99f63f7c606 [2020-12-05T00:44:45.049Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-05T00:44:45.354Z] Removing intermediate container cfdbc12e4d76 [2020-12-05T00:44:45.354Z] ---> 2622543e5b4e [2020-12-05T00:44:45.354Z] Step 27/27 : LABEL version=0.0.0 [2020-12-05T00:44:45.354Z] Removing intermediate container e2851c25bb68 [2020-12-05T00:44:45.354Z] ---> d073e8d57788 [2020-12-05T00:44:45.354Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:44:45.354Z] ---> Running in bdd843f2f48c [2020-12-05T00:44:45.354Z] ---> Running in 85de9223569e [2020-12-05T00:44:45.639Z] ---> Running in e0d3f7d357e0 [2020-12-05T00:44:45.639Z] Removing intermediate container e4127bef7103 [2020-12-05T00:44:45.639Z] ---> 7d078b3d969b [2020-12-05T00:44:45.639Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-05T00:44:45.928Z] ---> Running in e737bf9ff704 [2020-12-05T00:44:45.928Z] Removing intermediate container 85de9223569e [2020-12-05T00:44:45.928Z] ---> b4bc94d30897 [2020-12-05T00:44:45.928Z] [2020-12-05T00:44:45.928Z] Removing intermediate container e0d3f7d357e0 [2020-12-05T00:44:45.928Z] ---> 20477aa8d7d2 [2020-12-05T00:44:45.928Z] Step 19/21 : LABEL arch=x86_64 [2020-12-05T00:44:46.230Z] ---> Running in d344fff75a00 [2020-12-05T00:44:46.555Z] Removing intermediate container e737bf9ff704 [2020-12-05T00:44:46.555Z] ---> cf7bb4f6d0a6 [2020-12-05T00:44:46.555Z] Step 13/21 : WORKDIR /edgex [2020-12-05T00:44:46.555Z] Successfully built b4bc94d30897 [2020-12-05T00:44:46.555Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-05T00:44:46.555Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-12-05T00:44:46.842Z] ---> Running in 1fd4dfdfa968 [2020-12-05T00:44:46.842Z] Removing intermediate container d344fff75a00 [2020-12-05T00:44:46.842Z] ---> aff439f14d6d [2020-12-05T00:44:46.842Z] Step 20/21 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:44:46.842Z] ---> Running in d2ba0fa924b7 [2020-12-05T00:44:47.476Z] Removing intermediate container 1fd4dfdfa968 [2020-12-05T00:44:47.476Z] ---> 4d8660814385 [2020-12-05T00:44:47.476Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-05T00:44:47.476Z] Removing intermediate container d2ba0fa924b7 [2020-12-05T00:44:47.476Z] ---> 71312d2abf82 [2020-12-05T00:44:47.476Z] Step 21/21 : LABEL version=0.0.0 [2020-12-05T00:44:47.769Z] ---> Running in 15873b1b09fe [2020-12-05T00:44:48.389Z] Removing intermediate container bdd843f2f48c [2020-12-05T00:44:48.389Z] ---> 8782f5a77f89 [2020-12-05T00:44:48.389Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-05T00:44:48.688Z] ---> 538ca402e000 [2020-12-05T00:44:48.688Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-05T00:44:49.709Z] Removing intermediate container 15873b1b09fe [2020-12-05T00:44:49.709Z] ---> 8815985bac8a [2020-12-05T00:44:49.709Z] [2020-12-05T00:44:50.002Z] ---> Running in 8abd56d81d6a [2020-12-05T00:44:50.301Z] ---> 204403259010 [2020-12-05T00:44:50.302Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-05T00:44:50.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-05T00:44:52.364Z] Successfully built 8815985bac8a [2020-12-05T00:44:52.364Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-05T00:44:52.661Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8abd56d81d6a [2020-12-05T00:44:52.661Z] ---> 3f8205fdf41d [2020-12-05T00:44:52.661Z] Step 20/22 : LABEL arch=x86_64 [2020-12-05T00:44:52.954Z] ---> ce4920c6fe4a [2020-12-05T00:44:52.954Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-05T00:44:52.954Z] ---> Running in e835b584a46b [2020-12-05T00:44:52.954Z] ---> Running in 24ee389404d0 [2020-12-05T00:44:54.836Z] Removing intermediate container e835b584a46b [2020-12-05T00:44:54.836Z] ---> 62b2d06b6ae0 [2020-12-05T00:44:54.836Z] Step 21/22 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:44:55.274Z] Removing intermediate container 24ee389404d0 [2020-12-05T00:44:55.274Z] ---> 26f7d93ead90 [2020-12-05T00:44:55.274Z] Step 18/21 : CMD ["--init=true"] [2020-12-05T00:44:55.629Z] ---> Running in 8f72a473aa47 [Pipeline] } [2020-12-05T00:44:55.875Z] $ docker stop --time=1 95b18b60c6526a3b03185f3d37cb9b1583c6eb2b89aa47e7674f6d979234ca4a [2020-12-05T00:44:56.284Z] ---> Running in d576b5a95e42 [2020-12-05T00:44:56.550Z] Removing intermediate container 8f72a473aa47 [2020-12-05T00:44:56.550Z] ---> 5b07dc6bb01d [2020-12-05T00:44:56.550Z] Step 22/22 : LABEL version=0.0.0 [2020-12-05T00:44:56.550Z] Removing intermediate container d576b5a95e42 [2020-12-05T00:44:56.550Z] ---> ef2ea7e4fa67 [2020-12-05T00:44:56.550Z] Step 19/21 : LABEL arch=x86_64 [2020-12-05T00:44:56.550Z] ---> Running in 06d8752e6b6e [2020-12-05T00:44:56.550Z] ---> Running in 75da505047cd [2020-12-05T00:44:56.813Z] Removing intermediate container 06d8752e6b6e [2020-12-05T00:44:56.813Z] ---> d7d31f1204d8 [2020-12-05T00:44:56.813Z] [2020-12-05T00:44:57.408Z] Removing intermediate container 75da505047cd [2020-12-05T00:44:57.408Z] ---> d7d076353d0a [2020-12-05T00:44:57.408Z] Step 20/21 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:44:57.408Z] Successfully built d7d31f1204d8 [2020-12-05T00:44:57.408Z] ---> Running in cd4b70182d1e [2020-12-05T00:44:57.408Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-05T00:44:58.624Z] $ docker rm -f 95b18b60c6526a3b03185f3d37cb9b1583c6eb2b89aa47e7674f6d979234ca4a [2020-12-05T00:44:58.874Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container cd4b70182d1e [2020-12-05T00:44:58.874Z] ---> 51726f19256b [2020-12-05T00:44:58.874Z] Step 21/21 : LABEL version=0.0.0 [2020-12-05T00:44:58.874Z] ---> Running in 3eadc322dd4b [2020-12-05T00:44:59.463Z] Removing intermediate container 3eadc322dd4b [2020-12-05T00:44:59.463Z] ---> bd4ef86629c4 [2020-12-05T00:44:59.463Z] [2020-12-05T00:44:59.738Z] Successfully built bd4ef86629c4 [2020-12-05T00:44:59.739Z] Successfully tagged docker-security-proxy-setup-go:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:45:01.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-05T00:45:01.417Z] [2020-12-05T00:45:01.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:45:01.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-05T00:45:02.106Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-05T00:45:02.106Z] 29e5d40040c1: Pulling fs layer [2020-12-05T00:45:02.106Z] 1ce36da41761: Pulling fs layer [2020-12-05T00:45:02.106Z] 25b303627fd3: Pulling fs layer [2020-12-05T00:45:02.718Z] 29e5d40040c1: Verifying Checksum [2020-12-05T00:45:02.718Z] 29e5d40040c1: Download complete [2020-12-05T00:45:03.360Z] 1ce36da41761: Verifying Checksum [2020-12-05T00:45:03.360Z] 1ce36da41761: Download complete [2020-12-05T00:45:03.360Z] 29e5d40040c1: Pull complete [2020-12-05T00:45:04.153Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7326554d6ab4 [2020-12-05T00:45:04.153Z] ---> 43e5a677fd98 [2020-12-05T00:45:04.153Z] [2020-12-05T00:45:04.153Z] Step 9/29 : FROM alpine:latest [2020-12-05T00:45:04.153Z] ---> d6e46aa2470d [2020-12-05T00:45:04.153Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-05T00:45:04.153Z] ---> Running in 41c3b7d8c6b5 [2020-12-05T00:45:04.813Z] 1ce36da41761: Pull complete [2020-12-05T00:45:05.086Z] 25b303627fd3: Verifying Checksum [2020-12-05T00:45:05.086Z] 25b303627fd3: Download complete [2020-12-05T00:45:05.158Z] Removing intermediate container 41c3b7d8c6b5 [2020-12-05T00:45:05.158Z] ---> 58017f3cfac0 [2020-12-05T00:45:05.158Z] Step 11/29 : USER root [2020-12-05T00:45:05.462Z] ---> Running in 143dff3f9c75 [2020-12-05T00:45:06.074Z] Removing intermediate container 143dff3f9c75 [2020-12-05T00:45:06.074Z] ---> 7d2c291e8a7f [2020-12-05T00:45:06.074Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-05T00:45:06.362Z] ---> Running in 3608c1cbf550 [2020-12-05T00:45:08.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:45:08.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:45:08.989Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:45:08.989Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:45:08.989Z] OK: 12746 distinct packages available [2020-12-05T00:45:09.278Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-05T00:45:09.278Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-05T00:45:09.278Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:45:09.278Z] Executing ca-certificates-20191127-r4.trigger [2020-12-05T00:45:09.553Z] OK: 6 MiB in 16 packages [2020-12-05T00:45:11.546Z] Removing intermediate container 3608c1cbf550 [2020-12-05T00:45:11.546Z] ---> f4c110241d7d [2020-12-05T00:45:11.546Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-05T00:45:11.816Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:45:11.816Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:45:11.816Z] ---> 4f1a955f4bd8 [2020-12-05T00:45:11.816Z] Step 3/23 : WORKDIR /edgex-go [2020-12-05T00:45:11.816Z] ---> Using cache [2020-12-05T00:45:11.816Z] ---> c3d4137e3642 [2020-12-05T00:45:11.816Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:45:11.816Z] ---> Using cache [2020-12-05T00:45:11.816Z] ---> 7b4d59c8071c [2020-12-05T00:45:11.816Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-05T00:45:12.794Z] ---> Running in 1b5d31336c55 [2020-12-05T00:45:12.794Z] ---> Running in e0fa50058fde [2020-12-05T00:45:13.078Z] Removing intermediate container e0fa50058fde [2020-12-05T00:45:13.078Z] ---> 9296e81afb0a [2020-12-05T00:45:13.078Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-05T00:45:13.078Z] ---> Running in 721d9fa4dca5 [2020-12-05T00:45:13.393Z] Removing intermediate container 721d9fa4dca5 [2020-12-05T00:45:13.393Z] ---> 1ea04f3e1d2b [2020-12-05T00:45:13.393Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-05T00:45:13.393Z] ---> Running in 3491ccf82ce1 [2020-12-05T00:45:13.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:45:14.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:45:15.236Z] 25b303627fd3: Pull complete [2020-12-05T00:45:15.236Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-05T00:45:15.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-05T00:45:15.236Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-05T00:45:15.416Z] Removing intermediate container 3491ccf82ce1 [2020-12-05T00:45:15.416Z] ---> 126d8b476994 [2020-12-05T00:45:15.416Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-05T00:45:15.416Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:45:15.416Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:45:15.416Z] OK: 12745 distinct packages available [2020-12-05T00:45:15.535Z] prd-ubuntu18.04-docker-arm64-4c-16g-14601 does not seem to be running inside a container [2020-12-05T00:45:15.616Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-05T00:45:15.716Z] OK: 233 MiB in 51 packages [2020-12-05T00:45:16.011Z] ---> 87ca2676a63d [2020-12-05T00:45:16.011Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-05T00:45:16.615Z] ---> c69d2c4cf35b [2020-12-05T00:45:16.615Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-05T00:45:16.615Z] Removing intermediate container 1b5d31336c55 [2020-12-05T00:45:16.615Z] ---> 6604b0813ec4 [2020-12-05T00:45:16.615Z] Step 6/23 : COPY go.mod . [2020-12-05T00:45:16.882Z] ---> bfa05273d572 [2020-12-05T00:45:16.882Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-05T00:45:16.882Z] ---> d98b905bb9d3 [2020-12-05T00:45:17.165Z] Step 7/23 : RUN go mod download [2020-12-05T00:45:17.165Z] ---> Running in a897ac9391e1 [2020-12-05T00:45:17.165Z] ---> 59c9e5b3f3ab [2020-12-05T00:45:17.165Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-05T00:45:17.760Z] ---> 491db28351f7 [2020-12-05T00:45:17.760Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-05T00:45:17.760Z] ---> Running in a3de98e2ba67 [2020-12-05T00:45:19.084Z] $ docker top 97b88f6ce23f71507446752e1c28860f42abfd8454072e930d30f6be1a50cc0a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T00:45:19.888Z] Removing intermediate container a897ac9391e1 [2020-12-05T00:45:19.888Z] ---> 629713669e0b [2020-12-05T00:45:19.888Z] Step 8/23 : COPY . . [2020-12-05T00:45:19.888Z] Removing intermediate container a3de98e2ba67 [2020-12-05T00:45:19.888Z] ---> 730811999366 [2020-12-05T00:45:19.888Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-05T00:45:20.287Z] + docker-compose build --help [2020-12-05T00:45:20.287Z] + grep parallel [2020-12-05T00:45:21.948Z] ---> cdda3432aab7 [2020-12-05T00:45:21.948Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-05T00:45:22.558Z] ---> Running in 8c5b3ea1f469 [2020-12-05T00:45:26.942Z] Removing intermediate container 8c5b3ea1f469 [2020-12-05T00:45:26.942Z] ---> eeb9009cfe40 [2020-12-05T00:45:26.942Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-05T00:45:26.993Z] --parallel Build images in parallel. [Pipeline] } [2020-12-05T00:45:27.009Z] $ docker stop --time=1 97b88f6ce23f71507446752e1c28860f42abfd8454072e930d30f6be1a50cc0a [2020-12-05T00:45:27.214Z] ---> Running in d8f1fb2b4a55 [2020-12-05T00:45:29.130Z] $ docker rm -f 97b88f6ce23f71507446752e1c28860f42abfd8454072e930d30f6be1a50cc0a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:45:30.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-05T00:45:30.106Z] . [Pipeline] withDockerContainer [2020-12-05T00:45:30.394Z] prd-ubuntu18.04-docker-arm64-4c-16g-14601 does not seem to be running inside a container [2020-12-05T00:45:30.473Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-05T00:45:31.976Z] $ docker top 71face0cfd6fbb89f36937c0b4ea163dfaaf6e02e0ba4fd8d6ae3a46cd418c6b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T00:45:32.635Z] Removing intermediate container d8f1fb2b4a55 [2020-12-05T00:45:32.635Z] ---> 357c3b33c76f [2020-12-05T00:45:32.635Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-05T00:45:32.635Z] ---> Running in e262a03b6e78 [2020-12-05T00:45:32.920Z] Removing intermediate container e262a03b6e78 [2020-12-05T00:45:32.920Z] ---> 72d07a27bf20 [2020-12-05T00:45:32.920Z] Step 26/29 : CMD [ "generate" ] [2020-12-05T00:45:32.989Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-05T00:45:33.930Z] ---> Running in 78aad0769d7f [2020-12-05T00:45:34.527Z] Removing intermediate container 78aad0769d7f [2020-12-05T00:45:34.527Z] ---> 41acb328c8b7 [2020-12-05T00:45:34.527Z] Step 27/29 : LABEL arch=x86_64 [2020-12-05T00:45:35.117Z] ---> Running in 878e11af2c77 [2020-12-05T00:45:35.732Z] Removing intermediate container 878e11af2c77 [2020-12-05T00:45:35.732Z] ---> 2b9ccb8c2e77 [2020-12-05T00:45:35.732Z] Step 28/29 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:45:36.026Z] ---> Running in 5525e23f3ab7 [2020-12-05T00:45:36.321Z] Removing intermediate container 5525e23f3ab7 [2020-12-05T00:45:36.321Z] ---> 60a05a036de0 [2020-12-05T00:45:36.321Z] Step 29/29 : LABEL version=0.0.0 [2020-12-05T00:45:36.622Z] ---> Running in 7d80ae017044 [2020-12-05T00:45:37.620Z] Removing intermediate container 7d80ae017044 [2020-12-05T00:45:37.620Z] ---> f62dc7984a78 [2020-12-05T00:45:37.620Z] [2020-12-05T00:45:37.891Z] Successfully built f62dc7984a78 [2020-12-05T00:45:37.891Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-05T00:45:38.381Z] Building docker-core-command-go ... [2020-12-05T00:45:38.382Z] Building docker-core-data-go ... [2020-12-05T00:45:38.382Z] Building docker-core-metadata-go ... [2020-12-05T00:45:38.382Z] Building docker-security-bootstrap-redis-go ... [2020-12-05T00:45:38.382Z] Building docker-security-proxy-setup-go ... [2020-12-05T00:45:38.382Z] Building docker-security-secrets-setup-go ... [2020-12-05T00:45:38.382Z] Building docker-security-secretstore-setup-go ... [2020-12-05T00:45:38.382Z] Building docker-support-notifications-go ... [2020-12-05T00:45:38.382Z] Building docker-support-scheduler-go ... [2020-12-05T00:45:38.382Z] Building docker-sys-mgmt-agent-go ... [2020-12-05T00:45:38.382Z] Building docker-core-data-go [2020-12-05T00:45:38.382Z] Building docker-security-proxy-setup-go [2020-12-05T00:45:38.382Z] Building docker-core-metadata-go [2020-12-05T00:45:38.382Z] Building docker-security-secrets-setup-go [2020-12-05T00:45:38.382Z] Building docker-support-notifications-go [2020-12-05T00:45:42.262Z]  Building docker-security-secrets-setup-go ... done  ---> 902ff2dbaea3 [2020-12-05T00:45:42.262Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-05T00:45:42.262Z] ---> Running in c0dfa0805096 [2020-12-05T00:45:43.240Z] 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-05T00:46:16.231Z] Removing intermediate container c0dfa0805096 [2020-12-05T00:46:16.231Z] ---> 2c76c09b7052 [2020-12-05T00:46:16.231Z] [2020-12-05T00:46:16.231Z] Step 10/23 : FROM alpine [2020-12-05T00:46:16.231Z] ---> d6e46aa2470d [2020-12-05T00:46:16.231Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T00:46:16.231Z] ---> Running in c3de786222a6 [2020-12-05T00:46:16.231Z] Removing intermediate container c3de786222a6 [2020-12-05T00:46:16.231Z] ---> 15c31e077548 [2020-12-05T00:46:16.231Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-05T00:46:16.231Z] ---> Running in a86b0691f3d6 [2020-12-05T00:46:16.231Z] Removing intermediate container a86b0691f3d6 [2020-12-05T00:46:16.231Z] ---> aacfe88f1f33 [2020-12-05T00:46:16.231Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-05T00:46:16.231Z] ---> Running in 3acb461a95fe [2020-12-05T00:46:16.231Z] Removing intermediate container 3acb461a95fe [2020-12-05T00:46:16.231Z] ---> d5598c64e175 [2020-12-05T00:46:16.231Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:46:16.231Z] ---> Running in 7883b386a773 [2020-12-05T00:46:18.220Z] Removing intermediate container 7883b386a773 [2020-12-05T00:46:18.220Z] ---> cd5241eb11e5 [2020-12-05T00:46:18.220Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-05T00:46:18.220Z] ---> Running in a5b4287b2381 [2020-12-05T00:46:19.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-05T00:46:20.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-05T00:46:20.899Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-05T00:46:21.165Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-05T00:46:21.165Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-05T00:46:21.431Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-05T00:46:21.729Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-05T00:46:21.729Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:46:21.729Z] OK: 8 MiB in 19 packages [2020-12-05T00:46:23.189Z] Removing intermediate container a5b4287b2381 [2020-12-05T00:46:23.189Z] ---> a66a261f6e81 [2020-12-05T00:46:23.189Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-05T00:46:23.816Z] ---> 91f6ea1a36ae [2020-12-05T00:46:23.816Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-05T00:46:25.355Z] ---> 7b422814bc1b [2020-12-05T00:46:25.355Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-05T00:46:26.346Z] ---> 90dbcf1d52f9 [2020-12-05T00:46:26.346Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-05T00:46:26.346Z] ---> Running in 826fd4b91836 [2020-12-05T00:46:26.635Z] Removing intermediate container 826fd4b91836 [2020-12-05T00:46:26.635Z] ---> 04300e5fd5cc [2020-12-05T00:46:26.635Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:46:26.917Z] ---> Running in 65d1a70f0f76 [2020-12-05T00:46:27.203Z] Removing intermediate container 65d1a70f0f76 [2020-12-05T00:46:27.203Z] ---> 6573ec8e0a89 [2020-12-05T00:46:27.203Z] Step 21/23 : LABEL arch=x86_64 [2020-12-05T00:46:27.486Z] ---> Running in 784d385618c4 [2020-12-05T00:46:27.793Z] Removing intermediate container 784d385618c4 [2020-12-05T00:46:27.793Z] ---> 872de653e21f [2020-12-05T00:46:27.793Z] Step 22/23 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:46:27.793Z] ---> Running in 6541fbafb63b [2020-12-05T00:46:28.408Z] Removing intermediate container 6541fbafb63b [2020-12-05T00:46:28.408Z] ---> 387759f322f3 [2020-12-05T00:46:28.408Z] Step 23/23 : LABEL version=0.0.0 [2020-12-05T00:46:28.408Z] ---> Running in 89497df65d01 [2020-12-05T00:46:29.012Z] Removing intermediate container 89497df65d01 [2020-12-05T00:46:29.012Z] ---> 86da4bc419de [2020-12-05T00:46:29.012Z] [2020-12-05T00:46:29.662Z] Successfully built 86da4bc419de [2020-12-05T00:46:29.663Z] Successfully tagged docker-core-data-go:latest [2020-12-05T00:46:30.027Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-05T00:46:30.046Z] $ docker stop --time=1 a25de187f55bc5ad59ef467f10441c58a1ddd8492d03b5c973639bb251034b97 [2020-12-05T00:46:32.763Z] $ docker rm -f a25de187f55bc5ad59ef467f10441c58a1ddd8492d03b5c973639bb251034b97 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-05T00:46:33.747Z] + docker images [2020-12-05T00:46:33.747Z] + grep docker [2020-12-05T00:46:34.775Z] docker-core-data-go latest 86da4bc419de 6 seconds ago 23.7MB [2020-12-05T00:46:34.775Z] docker-security-secrets-setup-go latest f62dc7984a78 57 seconds ago 23.9MB [2020-12-05T00:46:34.775Z] docker-security-proxy-setup-go latest bd4ef86629c4 About a minute ago 24.6MB [2020-12-05T00:46:34.775Z] docker-security-bootstrap-redis-go latest d7d31f1204d8 About a minute ago 15.8MB [2020-12-05T00:46:34.775Z] docker-support-scheduler-go latest 8815985bac8a About a minute ago 12.3MB [2020-12-05T00:46:34.775Z] docker-sys-mgmt-agent-go latest b4bc94d30897 About a minute ago 293MB [2020-12-05T00:46:34.775Z] docker-security-secretstore-setup-go latest 4dee5e10a6fa 3 minutes ago 24.7MB [2020-12-05T00:46:34.775Z] docker-support-notifications-go latest 819ec29338c3 3 minutes ago 13.6MB [2020-12-05T00:46:34.775Z] docker-core-metadata-go latest 767d794f48fc 3 minutes ago 14.5MB [2020-12-05T00:46:34.775Z] docker-core-command-go latest 8f0e91119958 3 minutes ago 12.2MB [2020-12-05T00:46:34.775Z] docker latest b0757c55a1fd 2 days 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-05T00:46:50.787Z] Still waiting to schedule task [2020-12-05T00:46:50.788Z] Waiting for next available executor on ‘centos7-docker-8c-8g’ [2020-12-05T00:47:00.138Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:47:00.138Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:47:00.138Z] ---> 4af8276b4c83 [2020-12-05T00:47:00.138Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T00:47:00.138Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:47:00.138Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:47:00.138Z] ---> 4af8276b4c83 [2020-12-05T00:47:00.138Z] Step 3/23 : WORKDIR /edgex-go [2020-12-05T00:47:00.138Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:47:00.138Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:47:00.138Z] ---> 4af8276b4c83 [2020-12-05T00:47:00.138Z] Step 3/24 : WORKDIR /edgex-go [2020-12-05T00:47:00.138Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:47:00.138Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:47:00.138Z] ---> 4af8276b4c83 [2020-12-05T00:47:00.138Z] Step 3/21 : WORKDIR /edgex-go [2020-12-05T00:47:00.138Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:47:00.138Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-05T00:47:00.138Z] ---> 4af8276b4c83 [2020-12-05T00:47:00.138Z] Step 3/29 : WORKDIR /edgex-go [2020-12-05T00:47:00.138Z] ---> Running in 82a1d1359903 [2020-12-05T00:47:00.138Z] ---> Running in 745475711d62 [2020-12-05T00:47:00.138Z] ---> Running in 4ff9d6c8df83 [2020-12-05T00:47:00.138Z] ---> Running in a75f6fe67527 [2020-12-05T00:47:00.138Z] ---> Running in dd90efd09205 [2020-12-05T00:47:00.138Z] Removing intermediate container 82a1d1359903 [2020-12-05T00:47:00.138Z] ---> 3fcb1eaf819a [2020-12-05T00:47:00.138Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:47:00.138Z] Removing intermediate container a75f6fe67527 [2020-12-05T00:47:00.138Z] ---> fe3892f1b9d2 [2020-12-05T00:47:00.138Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:47:00.138Z] Removing intermediate container dd90efd09205 [2020-12-05T00:47:00.138Z] ---> fde00cc6d5e0 [2020-12-05T00:47:00.138Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:47:00.138Z] Removing intermediate container 4ff9d6c8df83 [2020-12-05T00:47:00.138Z] ---> 5dd290154a22 [2020-12-05T00:47:00.138Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 745475711d62 [2020-12-05T00:47:00.138Z] ---> 442451ef743a [2020-12-05T00:47:00.138Z] Step 4/29 : RUN apk update && apk add make git [2020-12-05T00:47:00.138Z] [2020-12-05T00:47:00.138Z] ---> Running in 54057c43efd4 [2020-12-05T00:47:00.138Z] ---> Running in 3db9a2d303fc [2020-12-05T00:47:00.138Z] ---> Running in 63e9e065dc7e [2020-12-05T00:47:00.138Z] ---> Running in 5473b6781562 [2020-12-05T00:47:00.138Z] ---> Running in 373b804c6563 [2020-12-05T00:47:00.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:47:00.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:47:00.138Z] Removing intermediate container 54057c43efd4 [2020-12-05T00:47:00.138Z] ---> da9e4c77d92a [2020-12-05T00:47:00.138Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-05T00:47:00.138Z] ---> Running in 379f31f46e4a [2020-12-05T00:47:00.138Z] Removing intermediate container 3db9a2d303fc [2020-12-05T00:47:00.138Z] Removing intermediate container 63e9e065dc7e [2020-12-05T00:47:00.138Z] ---> 0da0d0a05602 [2020-12-05T00:47:00.138Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-05T00:47:00.138Z] ---> c180923f912c [2020-12-05T00:47:00.138Z] Step 5/21 : RUN apk update && apk add make git [2020-12-05T00:47:00.138Z] ---> Running in e06285856f82 [2020-12-05T00:47:00.138Z] ---> Running in 9a77bea22d79 [2020-12-05T00:47:00.138Z] Removing intermediate container 373b804c6563 [2020-12-05T00:47:00.138Z] ---> 3c96ad3153b8 [2020-12-05T00:47:00.138Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T00:47:00.138Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:47:00.138Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:47:00.138Z] OK: 12616 distinct packages available [2020-12-05T00:47:00.138Z] ---> Running in 96faa29f450a [2020-12-05T00:47:00.427Z] OK: 217 MiB in 51 packages [2020-12-05T00:47:00.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:47:01.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:47:01.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:47:01.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:47:01.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:47:01.864Z] Removing intermediate container 5473b6781562 [2020-12-05T00:47:01.864Z] ---> a6afe2630dcc [2020-12-05T00:47:01.864Z] Step 5/29 : COPY go.mod . [2020-12-05T00:47:02.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:47:02.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:47:02.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:47:02.711Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:47:02.711Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:47:02.711Z] OK: 12616 distinct packages available [2020-12-05T00:47:02.711Z] ---> 55fcc87ed402 [2020-12-05T00:47:02.711Z] Step 6/29 : RUN go mod download [2020-12-05T00:47:02.983Z] ---> Running in 70b307b51d23 [2020-12-05T00:47:03.976Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:47:03.976Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:47:03.976Z] OK: 12616 distinct packages available [2020-12-05T00:47:03.976Z] OK: 217 MiB in 51 packages [2020-12-05T00:47:03.976Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:47:03.976Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:47:03.976Z] OK: 12616 distinct packages available [2020-12-05T00:47:03.976Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:47:03.976Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:47:03.976Z] OK: 12616 distinct packages available [2020-12-05T00:47:04.964Z] OK: 217 MiB in 51 packages [2020-12-05T00:47:05.238Z] OK: 217 MiB in 51 packages [2020-12-05T00:47:05.238Z] OK: 217 MiB in 51 packages [2020-12-05T00:47:06.232Z] Removing intermediate container 379f31f46e4a [2020-12-05T00:47:06.232Z] ---> 7232f813f626 [2020-12-05T00:47:06.232Z] Step 6/23 : COPY go.mod . [2020-12-05T00:47:07.231Z] Removing intermediate container 96faa29f450a [2020-12-05T00:47:07.231Z] ---> 79fcbb3e35d9 [2020-12-05T00:47:07.231Z] Step 6/22 : COPY go.mod . [2020-12-05T00:47:07.566Z] ---> d8bb2a48cb26 [2020-12-05T00:47:07.566Z] Step 7/23 : RUN go mod download [2020-12-05T00:47:07.566Z] Removing intermediate container e06285856f82 [2020-12-05T00:47:07.566Z] ---> 9d16e99cb9b1 [2020-12-05T00:47:07.566Z] Step 6/24 : COPY go.mod . [2020-12-05T00:47:07.566Z] Removing intermediate container 9a77bea22d79 [2020-12-05T00:47:07.566Z] ---> 4c273a17c821 [2020-12-05T00:47:07.566Z] Step 6/21 : COPY go.mod . [2020-12-05T00:47:07.884Z] ---> Running in 2ca128943d73 [2020-12-05T00:47:07.884Z] Removing intermediate container 70b307b51d23 [2020-12-05T00:47:07.884Z] ---> eb3707042458 [2020-12-05T00:47:07.884Z] Step 7/29 : COPY . . [2020-12-05T00:47:08.884Z] ---> e853c3fae292 [2020-12-05T00:47:08.884Z] Step 7/22 : RUN go mod download [2020-12-05T00:47:09.162Z] ---> Running in cae1ade998f6 [2020-12-05T00:47:09.162Z] ---> f3f7b4fa2c8c [2020-12-05T00:47:09.162Z] Step 7/24 : RUN go mod download [2020-12-05T00:47:09.447Z] ---> 9088497fd856 [2020-12-05T00:47:09.447Z] Step 7/21 : RUN go mod download [2020-12-05T00:47:10.052Z] ---> Running in d2d48698df9f [2020-12-05T00:47:10.340Z] ---> Running in 02cbad0f12a5 [2020-12-05T00:47:12.984Z] Removing intermediate container 2ca128943d73 [2020-12-05T00:47:12.984Z] ---> 15c0b40f34a1 [2020-12-05T00:47:12.984Z] Step 8/23 : COPY . . [2020-12-05T00:47:14.970Z] Removing intermediate container cae1ade998f6 [2020-12-05T00:47:14.970Z] ---> 090293d68015 [2020-12-05T00:47:14.970Z] Step 8/22 : COPY . . [2020-12-05T00:47:15.587Z] Removing intermediate container 02cbad0f12a5 [2020-12-05T00:47:15.587Z] ---> 69da0ce648c8 [2020-12-05T00:47:15.587Z] Step 8/21 : COPY . . [2020-12-05T00:47:15.863Z] Removing intermediate container d2d48698df9f [2020-12-05T00:47:15.863Z] ---> 023e56ed9d6d [2020-12-05T00:47:15.863Z] Step 8/24 : COPY . . [2020-12-05T00:47:38.117Z] ---> 898ef393175b [2020-12-05T00:47:38.117Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-05T00:47:38.723Z] ---> Running in 52e40631cfb5 [2020-12-05T00:47:38.999Z] ---> 1d4b89e2e5df [2020-12-05T00:47:38.999Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-05T00:47:38.999Z] ---> aebe86fc1b19 [2020-12-05T00:47:38.999Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-05T00:47:38.999Z] ---> 39ba216f7cc4 [2020-12-05T00:47:38.999Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-05T00:47:39.274Z] ---> d0cc5dc4dc85 [2020-12-05T00:47:39.274Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-05T00:47:39.274Z] ---> Running in 174691573ae5 [2020-12-05T00:47:39.274Z] ---> Running in b8017536c4c8 [2020-12-05T00:47:39.554Z] ---> Running in 3e97f3dbb248 [2020-12-05T00:47:39.554Z] ---> Running in 46821f732865 [2020-12-05T00:47:40.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-05T00:47:41.542Z] 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-05T00:47:42.147Z] 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-05T00:47:42.147Z] 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-05T00:47:42.424Z] 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-05T00:49:19.290Z] Removing intermediate container 52e40631cfb5 [2020-12-05T00:49:19.290Z] ---> ee6a6b0772e3 [2020-12-05T00:49:19.290Z] [2020-12-05T00:49:19.290Z] Step 9/29 : FROM alpine:latest [2020-12-05T00:49:19.290Z] latest: Pulling from library/alpine [2020-12-05T00:49:19.290Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-05T00:49:19.290Z] Status: Downloaded newer image for alpine:latest [2020-12-05T00:49:19.290Z] ---> 2e77e061c27f [2020-12-05T00:49:19.290Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-05T00:49:19.290Z] ---> Running in a28a8678b5b4 [2020-12-05T00:49:19.290Z] Removing intermediate container a28a8678b5b4 [2020-12-05T00:49:19.290Z] ---> 3cd61599d8d7 [2020-12-05T00:49:19.290Z] Step 11/29 : USER root [2020-12-05T00:49:19.290Z] ---> Running in 35f9c12a230a [2020-12-05T00:49:19.290Z] Removing intermediate container 35f9c12a230a [2020-12-05T00:49:19.290Z] ---> fd4bf31d850b [2020-12-05T00:49:19.290Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-05T00:49:19.290Z] ---> Running in 6c26351538c9 [2020-12-05T00:49:19.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-05T00:49:19.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:49:20.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:49:20.779Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:49:20.779Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:49:20.779Z] OK: 12617 distinct packages available [2020-12-05T00:49:21.763Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-05T00:49:22.040Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-05T00:49:22.040Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:49:22.040Z] Executing ca-certificates-20191127-r4.trigger [2020-12-05T00:49:22.642Z] OK: 6 MiB in 16 packages [2020-12-05T00:49:25.686Z] Removing intermediate container 6c26351538c9 [2020-12-05T00:49:25.686Z] ---> 0749a7bc392a [2020-12-05T00:49:25.686Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-05T00:49:25.995Z] ---> Running in c6fc47e146b4 [2020-12-05T00:49:26.614Z] Removing intermediate container c6fc47e146b4 [2020-12-05T00:49:26.614Z] ---> f28b7867b55a [2020-12-05T00:49:26.614Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-05T00:49:26.903Z] ---> Running in 5fc87b4f3cfa [2020-12-05T00:49:27.513Z] Removing intermediate container 5fc87b4f3cfa [2020-12-05T00:49:27.514Z] ---> da0edf26c574 [2020-12-05T00:49:27.514Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-05T00:49:27.795Z] ---> Running in e5300fdf3adc [2020-12-05T00:49:32.136Z] Removing intermediate container e5300fdf3adc [2020-12-05T00:49:32.136Z] ---> 3dc99b40ca6a [2020-12-05T00:49:32.136Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-05T00:49:33.589Z] ---> 4963e993d670 [2020-12-05T00:49:33.589Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-05T00:49:35.062Z] ---> 5f0bf5ab627e [2020-12-05T00:49:35.062Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-05T00:49:36.530Z] ---> ab9830f1ff6c [2020-12-05T00:49:36.530Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-05T00:49:39.210Z] ---> 9032d04fdbd3 [2020-12-05T00:49:39.210Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-05T00:49:40.202Z] Removing intermediate container 46821f732865 [2020-12-05T00:49:40.202Z] ---> e3b2eebb8fb3 [2020-12-05T00:49:40.202Z] [2020-12-05T00:49:40.202Z] Step 10/21 : FROM alpine [2020-12-05T00:49:40.202Z] ---> 2e77e061c27f [2020-12-05T00:49:40.202Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-05T00:49:40.478Z] ---> Running in ec36dee5e9f1 [2020-12-05T00:49:40.757Z] ---> e7a6de94184d [2020-12-05T00:49:40.757Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-05T00:49:41.043Z] ---> Running in f22261da3a3a [2020-12-05T00:49:43.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:49:43.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:49:44.780Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:49:44.780Z] v3.12.1-77-g2535715f9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:49:44.780Z] OK: 12617 distinct packages available [2020-12-05T00:49:45.395Z] Removing intermediate container f22261da3a3a [2020-12-05T00:49:45.395Z] ---> 42812017aa2a [2020-12-05T00:49:45.395Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-05T00:49:45.676Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-05T00:49:45.676Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-05T00:49:45.676Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-05T00:49:45.966Z] (4/4) Installing curl (7.69.1-r1) [2020-12-05T00:49:45.966Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:49:45.966Z] Executing ca-certificates-20191127-r4.trigger [2020-12-05T00:49:46.245Z] OK: 7 MiB in 18 packages [2020-12-05T00:49:47.243Z] ---> 9826ed6924b3 [2020-12-05T00:49:47.243Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-05T00:49:47.243Z] ---> Running in c9d05085330b [2020-12-05T00:49:49.899Z] Removing intermediate container ec36dee5e9f1 [2020-12-05T00:49:49.899Z] ---> dd30b2dd1f6f [2020-12-05T00:49:49.899Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-05T00:49:50.181Z] ---> Running in 94844ccd5a4f [2020-12-05T00:49:50.805Z] Removing intermediate container 94844ccd5a4f [2020-12-05T00:49:50.806Z] ---> 14085668335c [2020-12-05T00:49:50.806Z] Step 13/21 : WORKDIR /edgex [2020-12-05T00:49:51.120Z] ---> Running in e2a498895653 [2020-12-05T00:49:52.119Z] Removing intermediate container c9d05085330b [2020-12-05T00:49:52.119Z] ---> 39fd3f3826e2 [2020-12-05T00:49:52.119Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-05T00:49:52.119Z] Removing intermediate container e2a498895653 [2020-12-05T00:49:52.119Z] ---> fc399c46efbf [2020-12-05T00:49:52.119Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-05T00:49:52.410Z] ---> Running in 5516cbf64b38 [2020-12-05T00:49:54.416Z] ---> bd1bcbc59a73 [2020-12-05T00:49:54.416Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-05T00:49:57.970Z] ---> 11f65e16916b [2020-12-05T00:49:57.970Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-05T00:49:58.992Z] Removing intermediate container 5516cbf64b38 [2020-12-05T00:49:58.992Z] ---> 0bf9ef0a1c1d [2020-12-05T00:49:58.992Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-05T00:49:58.992Z] ---> Running in 2201815432bb [2020-12-05T00:49:59.995Z] Removing intermediate container 174691573ae5 [2020-12-05T00:49:59.995Z] ---> 70cf84a390ba [2020-12-05T00:49:59.995Z] [2020-12-05T00:49:59.995Z] Step 10/24 : FROM scratch [2020-12-05T00:49:59.995Z] ---> [2020-12-05T00:49:59.995Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-05T00:50:00.601Z] ---> Running in a5e4a2d5ddda [2020-12-05T00:50:00.601Z] Removing intermediate container 2201815432bb [2020-12-05T00:50:00.601Z] ---> 39c424709498 [2020-12-05T00:50:00.601Z] Step 26/29 : CMD [ "generate" ] [2020-12-05T00:50:00.877Z] ---> f23d7f50e91d [2020-12-05T00:50:00.877Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-05T00:50:00.877Z] ---> Running in 0daa3b93d8a3 [2020-12-05T00:50:01.162Z] ---> Running in bb1ea014cdd4 [2020-12-05T00:50:01.438Z] Removing intermediate container a5e4a2d5ddda [2020-12-05T00:50:01.438Z] ---> 6fda0f3bb659 [2020-12-05T00:50:01.438Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-05T00:50:01.717Z] ---> Running in fd1965c253ab [2020-12-05T00:50:01.993Z] Removing intermediate container 0daa3b93d8a3 [2020-12-05T00:50:01.993Z] ---> 28a12a28f2b0 [2020-12-05T00:50:01.993Z] Step 27/29 : LABEL arch=arm64 [2020-12-05T00:50:02.268Z] Removing intermediate container bb1ea014cdd4 [2020-12-05T00:50:02.268Z] ---> 756aa22fdf27 [2020-12-05T00:50:02.268Z] Step 18/21 : CMD ["--init=true"] [2020-12-05T00:50:02.268Z] ---> Running in 9ad6748d1c6e [2020-12-05T00:50:02.545Z] ---> Running in 811b41044ef1 [2020-12-05T00:50:02.545Z] Removing intermediate container fd1965c253ab [2020-12-05T00:50:02.545Z] ---> a7bc8054ce88 [2020-12-05T00:50:02.545Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-05T00:50:02.822Z] ---> Running in 59f1733f3481 [2020-12-05T00:50:03.105Z] Removing intermediate container 9ad6748d1c6e [2020-12-05T00:50:03.105Z] ---> ed715bd522e7 [2020-12-05T00:50:03.105Z] Step 28/29 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:50:03.390Z] ---> Running in 322a4e0db184 [2020-12-05T00:50:03.666Z] Removing intermediate container 811b41044ef1 [2020-12-05T00:50:03.666Z] ---> 527f4ecab0a8 [2020-12-05T00:50:03.666Z] Step 19/21 : LABEL arch=arm64 [2020-12-05T00:50:03.950Z] ---> Running in ef24b2fcb0b7 [2020-12-05T00:50:03.950Z] Removing intermediate container 59f1733f3481 [2020-12-05T00:50:03.950Z] ---> 493df082192b [2020-12-05T00:50:03.950Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-05T00:50:04.559Z] Removing intermediate container 322a4e0db184 [2020-12-05T00:50:04.559Z] ---> 56dd8c7c36e4 [2020-12-05T00:50:04.559Z] Step 29/29 : LABEL version=0.0.0 [2020-12-05T00:50:04.843Z] ---> Running in 788d9816e83f [2020-12-05T00:50:05.126Z] Removing intermediate container ef24b2fcb0b7 [2020-12-05T00:50:05.126Z] ---> bd8bf45d2143 [2020-12-05T00:50:05.126Z] Step 20/21 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:50:05.404Z] ---> Running in 99d25966c505 [2020-12-05T00:50:05.680Z] ---> 6c7090131ee8 [2020-12-05T00:50:05.680Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-05T00:50:05.959Z] Removing intermediate container 788d9816e83f [2020-12-05T00:50:05.959Z] ---> 4996020e3c8e [2020-12-05T00:50:05.959Z] [2020-12-05T00:50:06.238Z] Removing intermediate container 99d25966c505 [2020-12-05T00:50:06.238Z] ---> 3eb1c67020ae [2020-12-05T00:50:06.238Z] Step 21/21 : LABEL version=0.0.0 [2020-12-05T00:50:06.844Z] ---> Running in 4ea534f7ec12 [2020-12-05T00:50:07.120Z] Successfully built 4996020e3c8e [2020-12-05T00:50:07.120Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-05T00:50:07.120Z] Building docker-support-scheduler-go [2020-12-05T00:50:07.738Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 4ea534f7ec12 [2020-12-05T00:50:07.738Z] ---> 0146b6cee9a3 [2020-12-05T00:50:07.739Z] [2020-12-05T00:50:07.739Z] ---> 41b435a87421 [2020-12-05T00:50:07.739Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-05T00:50:08.349Z] Successfully built 0146b6cee9a3 [2020-12-05T00:50:08.349Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-05T00:50:08.633Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-05T00:50:10.089Z] ---> 516666533396 [2020-12-05T00:50:10.089Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-05T00:50:12.140Z] ---> 6fadacefc7e7 [2020-12-05T00:50:12.140Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-05T00:50:15.558Z] ---> 775583f1e9c8 [2020-12-05T00:50:15.558Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-05T00:50:16.553Z] ---> 31c377fc0ae1 [2020-12-05T00:50:16.553Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-05T00:50:16.829Z] ---> Running in 4b2d371860dc [2020-12-05T00:50:18.264Z] Removing intermediate container 4b2d371860dc [2020-12-05T00:50:18.264Z] ---> f2ea31a91565 [2020-12-05T00:50:18.264Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:50:18.924Z] ---> Running in 68c1e6200708 [2020-12-05T00:50:19.531Z] Removing intermediate container b8017536c4c8 [2020-12-05T00:50:19.531Z] ---> afbdd51a8bf5 [2020-12-05T00:50:19.531Z] [2020-12-05T00:50:19.531Z] Step 10/22 : FROM scratch [2020-12-05T00:50:19.531Z] ---> [2020-12-05T00:50:19.531Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T00:50:19.531Z] Removing intermediate container 68c1e6200708 [2020-12-05T00:50:19.531Z] ---> dc212f56a8d5 [2020-12-05T00:50:19.531Z] Step 22/24 : LABEL arch=arm64 [2020-12-05T00:50:19.808Z] ---> Running in 632cff682d7b [2020-12-05T00:50:19.808Z] ---> Running in 11ad181875de [2020-12-05T00:50:20.792Z] Removing intermediate container 11ad181875de [2020-12-05T00:50:20.792Z] ---> 08f56bc27482 [2020-12-05T00:50:20.792Z] Step 23/24 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:50:20.792Z] Removing intermediate container 632cff682d7b [2020-12-05T00:50:20.792Z] ---> 6cf32b65a15a [2020-12-05T00:50:20.792Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-05T00:50:21.065Z] ---> Running in 999064fee1da [2020-12-05T00:50:21.065Z] ---> Running in 0d96af357f74 [2020-12-05T00:50:21.673Z] Removing intermediate container 999064fee1da [2020-12-05T00:50:21.673Z] ---> c2a11b12ede1 [2020-12-05T00:50:21.673Z] Step 24/24 : LABEL version=0.0.0 [2020-12-05T00:50:21.944Z] Removing intermediate container 0d96af357f74 [2020-12-05T00:50:21.944Z] ---> b27c9fb05ca5 [2020-12-05T00:50:21.944Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-05T00:50:21.944Z] ---> Running in bcb8af86c39a [2020-12-05T00:50:21.944Z] ---> Running in b25df4d18b94 [2020-12-05T00:50:22.548Z] Removing intermediate container bcb8af86c39a [2020-12-05T00:50:22.548Z] ---> f2ff93d11a66 [2020-12-05T00:50:22.548Z] [2020-12-05T00:50:22.831Z] Removing intermediate container b25df4d18b94 [2020-12-05T00:50:22.831Z] ---> 6052402dc7c0 [2020-12-05T00:50:22.831Z] Step 14/22 : WORKDIR / [2020-12-05T00:50:22.831Z] ---> Running in d75dd4444822 [2020-12-05T00:50:23.115Z] Successfully built f2ff93d11a66 [2020-12-05T00:50:23.116Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-05T00:50:23.116Z] Building docker-core-command-go [2020-12-05T00:50:23.724Z]  Building docker-support-notifications-go ... done Removing intermediate container d75dd4444822 [2020-12-05T00:50:23.724Z] ---> e9f29c32f0a1 [2020-12-05T00:50:23.724Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-05T00:50:24.323Z] ---> 4340cf733f8e [2020-12-05T00:50:24.323Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-05T00:50:26.455Z] ---> 91dd56d876ec [2020-12-05T00:50:26.455Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-05T00:50:28.434Z] ---> 686a5ab89353 [2020-12-05T00:50:28.434Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-05T00:50:28.705Z] ---> Running in 5de112a39605 [2020-12-05T00:50:29.692Z] Removing intermediate container 5de112a39605 [2020-12-05T00:50:29.692Z] ---> a4136320de14 [2020-12-05T00:50:29.692Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:50:30.291Z] ---> Running in 03b92150864a [2020-12-05T00:50:31.737Z] Removing intermediate container 03b92150864a [2020-12-05T00:50:31.737Z] ---> fd10716847c0 [2020-12-05T00:50:31.737Z] Step 20/22 : LABEL arch=arm64 [2020-12-05T00:50:32.008Z] ---> Running in a4d6b3af9c60 [2020-12-05T00:50:32.008Z] Removing intermediate container 3e97f3dbb248 [2020-12-05T00:50:32.008Z] ---> c5f51eb709dc [2020-12-05T00:50:32.008Z] [2020-12-05T00:50:32.008Z] Step 10/23 : FROM alpine [2020-12-05T00:50:32.008Z] ---> 2e77e061c27f [2020-12-05T00:50:32.008Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T00:50:32.605Z] ---> Running in 9bf0a637e292 [2020-12-05T00:50:32.877Z] Removing intermediate container a4d6b3af9c60 [2020-12-05T00:50:32.877Z] ---> 828a5df6fa8e [2020-12-05T00:50:32.877Z] Step 21/22 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:50:33.161Z] ---> Running in 8a01f0770c4d [2020-12-05T00:50:33.161Z] Removing intermediate container 9bf0a637e292 [2020-12-05T00:50:33.161Z] ---> 343682208174 [2020-12-05T00:50:33.161Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-05T00:50:33.436Z] ---> Running in 9c2f0118d833 [2020-12-05T00:50:33.717Z] Removing intermediate container 8a01f0770c4d [2020-12-05T00:50:33.717Z] ---> 0e72a57cd694 [2020-12-05T00:50:33.717Z] Step 22/22 : LABEL version=0.0.0 [2020-12-05T00:50:33.990Z] ---> Running in b8be5566632e [2020-12-05T00:50:33.990Z] Removing intermediate container 9c2f0118d833 [2020-12-05T00:50:33.990Z] ---> e102bdf84c7c [2020-12-05T00:50:33.990Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-05T00:50:34.601Z] ---> Running in 55d2428bf24b [2020-12-05T00:50:34.880Z] Removing intermediate container b8be5566632e [2020-12-05T00:50:34.880Z] ---> 2c76a5c7177e [2020-12-05T00:50:34.880Z] [2020-12-05T00:50:35.158Z] Removing intermediate container 55d2428bf24b [2020-12-05T00:50:35.158Z] ---> 10e9530ecb12 [2020-12-05T00:50:36.629Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesSuccessfully built 2c76a5c7177e [2020-12-05T00:50:36.629Z] [2020-12-05T00:50:36.629Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-05T00:50:36.629Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-12-05T00:50:36.629Z] ---> Running in 368efd75f0d1 [2020-12-05T00:50:37.376Z] Running on prd-centos7-docker-8c-8g-14611 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2020-12-05T00:50:37.442Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2020-12-05T00:50:38.618Z] Removing intermediate container 368efd75f0d1 [2020-12-05T00:50:38.618Z] ---> 86ce60c5ca77 [2020-12-05T00:50:38.618Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-05T00:50:38.892Z] ---> Running in c55082db3cf6 [2020-12-05T00:50:39.568Z] using credential edgex-jenkins-ssh [2020-12-05T00:50:39.624Z] Cloning the remote Git repository [2020-12-05T00:50:38.842Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-05T00:50:38.909Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2020-12-05T00:50:38.935Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-05T00:50:38.935Z] > git --version # timeout=10 [2020-12-05T00:50:38.942Z] > git --version # 'git version 2.24.3' [2020-12-05T00:50:38.942Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-05T00:50:38.967Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-05T00:50:40.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:50:40.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:50:41.916Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-05T00:50:41.916Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-05T00:50:42.188Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-05T00:50:42.461Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-05T00:50:42.461Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-05T00:50:42.731Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:50:42.731Z] OK: 8 MiB in 19 packages [2020-12-05T00:50:45.353Z] Removing intermediate container c55082db3cf6 [2020-12-05T00:50:45.353Z] ---> 65610d756ce0 [2020-12-05T00:50:45.353Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-05T00:50:46.329Z] ---> f789799fa104 [2020-12-05T00:50:46.329Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-05T00:50:48.305Z] ---> bec6e90e203b [2020-12-05T00:50:48.305Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-05T00:50:49.749Z] ---> cd9bb4294cd9 [2020-12-05T00:50:49.749Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-05T00:50:50.346Z] ---> Running in ef5da06b506a [2020-12-05T00:50:50.953Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:50:50.953Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:50:50.953Z] ---> 4af8276b4c83 [2020-12-05T00:50:50.953Z] Step 3/21 : WORKDIR /edgex-go [2020-12-05T00:50:50.953Z] ---> Using cache [2020-12-05T00:50:50.953Z] ---> 5dd290154a22 [2020-12-05T00:50:50.953Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:50:50.953Z] ---> Using cache [2020-12-05T00:50:50.953Z] ---> 3c96ad3153b8 [2020-12-05T00:50:50.953Z] Step 5/21 : RUN apk update && apk add make git [2020-12-05T00:50:50.953Z] ---> Using cache [2020-12-05T00:50:50.953Z] ---> 79fcbb3e35d9 [2020-12-05T00:50:50.953Z] Step 6/21 : COPY go.mod . [2020-12-05T00:50:50.953Z] ---> Using cache [2020-12-05T00:50:50.953Z] ---> e853c3fae292 [2020-12-05T00:50:50.953Z] Step 7/21 : RUN go mod download [2020-12-05T00:50:50.953Z] ---> Using cache [2020-12-05T00:50:50.953Z] ---> 090293d68015 [2020-12-05T00:50:50.953Z] Step 8/21 : COPY . . [2020-12-05T00:50:50.953Z] Removing intermediate container ef5da06b506a [2020-12-05T00:50:50.953Z] ---> 27b7456edf21 [2020-12-05T00:50:50.953Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:50:50.953Z] ---> Using cache [2020-12-05T00:50:50.953Z] ---> 39ba216f7cc4 [2020-12-05T00:50:50.953Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-05T00:50:51.561Z] ---> Running in 600e9d881647 [2020-12-05T00:50:51.561Z] ---> Running in fce9872fb168 [2020-12-05T00:50:52.543Z] Removing intermediate container 600e9d881647 [2020-12-05T00:50:52.543Z] ---> 92d504b75a0b [2020-12-05T00:50:52.543Z] Step 21/23 : LABEL arch=arm64 [2020-12-05T00:50:53.149Z] 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-05T00:50:53.149Z] ---> Running in ea53550d4dc6 [2020-12-05T00:50:53.704Z] Merging remotes/origin/master commit f155a7c6506425abdabefc4c4caef6dce7961eb8 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2020-12-05T00:50:53.972Z] Merge succeeded, producing c2fe460beebb6ac44597b157106a483485d7668d [2020-12-05T00:50:53.973Z] Checking out Revision c2fe460beebb6ac44597b157106a483485d7668d (PR-2858) [2020-12-05T00:50:53.194Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-05T00:50:53.202Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-05T00:50:53.210Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-05T00:50:53.224Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-05T00:50:53.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-05T00:50:53.230Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-05T00:50:53.715Z] > git config core.sparsecheckout # timeout=10 [2020-12-05T00:50:53.721Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2020-12-05T00:50:53.813Z] > git remote # timeout=10 [2020-12-05T00:50:53.818Z] > git config --get remote.origin.url # timeout=10 [2020-12-05T00:50:53.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-05T00:50:53.827Z] > git merge f155a7c6506425abdabefc4c4caef6dce7961eb8 # timeout=10 [2020-12-05T00:50:53.968Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-05T00:50:53.978Z] > git config core.sparsecheckout # timeout=10 [2020-12-05T00:50:53.984Z] > git checkout -f c2fe460beebb6ac44597b157106a483485d7668d # timeout=10 [2020-12-05T00:50:55.178Z] Removing intermediate container ea53550d4dc6 [2020-12-05T00:50:55.178Z] ---> f225afb370b6 [2020-12-05T00:50:55.178Z] Step 22/23 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:50:55.178Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:50:55.178Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:50:55.178Z] ---> 4af8276b4c83 [2020-12-05T00:50:55.178Z] Step 3/27 : WORKDIR /edgex-go [2020-12-05T00:50:55.178Z] ---> Using cache [2020-12-05T00:50:55.178Z] ---> 5dd290154a22 [2020-12-05T00:50:55.178Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:50:55.178Z] ---> Using cache [2020-12-05T00:50:55.178Z] ---> 3c96ad3153b8 [2020-12-05T00:50:55.178Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-05T00:50:55.178Z] ---> Running in 3f68ae4a5ec6 [2020-12-05T00:50:55.491Z] ---> Running in 3c82c65be7ba [2020-12-05T00:50:56.984Z] Removing intermediate container 3c82c65be7ba [2020-12-05T00:50:56.984Z] ---> e3f43fcfac42 [2020-12-05T00:50:56.984Z] Step 23/23 : LABEL version=0.0.0 [2020-12-05T00:50:57.260Z] ---> Running in 1c05c4941d62 [2020-12-05T00:50:57.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:50:57.573Z] Commit message: "Merge commit 'f155a7c6506425abdabefc4c4caef6dce7961eb8' into HEAD" [2020-12-05T00:50:57.581Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-05T00:50:58.530Z] Removing intermediate container 1c05c4941d62 [2020-12-05T00:50:58.530Z] ---> ad7c902d243e [2020-12-05T00:50:58.530Z] [2020-12-05T00:50:58.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:50:57.578Z] > git rev-list --no-walk 0726d5fc3b88c4bb9eaeda8cf158dafe9a28f071 # timeout=10 [2020-12-05T00:50:59.057Z] ++ find /w/workspace/edgex-go/19 [2020-12-05T00:50:59.057Z] ++ grep snapcraft.yaml [2020-12-05T00:50:59.057Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/19/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [2020-12-05T00:50:59.166Z] Successfully built ad7c902d243e [2020-12-05T00:50:59.166Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-05T00:50:59.166Z]  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go [Pipeline] configFileProvider [2020-12-05T00:50:59.219Z] provisioning config files... [2020-12-05T00:50:59.232Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/19@tmp/config451459740385322143tmp [Pipeline] { [Pipeline] sh [2020-12-05T00:50:59.629Z] + cp /w/workspace/edgex-go/19@tmp/config451459740385322143tmp /w/workspace/edgex-go/19/edgex-snap-store-login [Pipeline] sh [2020-12-05T00:50:59.770Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-05T00:50:59.770Z] v3.12.1-77-g2535715f9a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-05T00:50:59.770Z] OK: 12616 distinct packages available [2020-12-05T00:50:59.933Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/19:/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-05T00:50:59.933Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-12-05T00:51:00.202Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-12-05T00:51:00.202Z] f08d8e2a3ba1: Pulling fs layer [2020-12-05T00:51:00.202Z] 3baa9cb2483b: Pulling fs layer [2020-12-05T00:51:00.202Z] 94e5ff4c0b15: Pulling fs layer [2020-12-05T00:51:00.202Z] 1860925334f9: Pulling fs layer [2020-12-05T00:51:00.202Z] 2daf38717194: Pulling fs layer [2020-12-05T00:51:00.202Z] 309017e8d7a4: Pulling fs layer [2020-12-05T00:51:00.202Z] f7790dc9fd0f: Pulling fs layer [2020-12-05T00:51:00.202Z] cac0ae9282c2: Pulling fs layer [2020-12-05T00:51:00.202Z] 1f4cadf9a1ed: Pulling fs layer [2020-12-05T00:51:00.202Z] 2daf38717194: Waiting [2020-12-05T00:51:00.202Z] 309017e8d7a4: Waiting [2020-12-05T00:51:00.202Z] f7790dc9fd0f: Waiting [2020-12-05T00:51:00.202Z] cac0ae9282c2: Waiting [2020-12-05T00:51:00.202Z] 1f4cadf9a1ed: Waiting [2020-12-05T00:51:00.202Z] 1860925334f9: Waiting [2020-12-05T00:51:00.202Z] 3baa9cb2483b: Download complete [2020-12-05T00:51:00.202Z] 94e5ff4c0b15: Verifying Checksum [2020-12-05T00:51:00.202Z] 94e5ff4c0b15: Download complete [2020-12-05T00:51:00.202Z] 1860925334f9: Verifying Checksum [2020-12-05T00:51:00.202Z] 1860925334f9: Download complete [2020-12-05T00:51:00.202Z] 309017e8d7a4: Verifying Checksum [2020-12-05T00:51:00.202Z] 309017e8d7a4: Download complete [2020-12-05T00:51:00.369Z] OK: 217 MiB in 51 packages [2020-12-05T00:51:02.756Z] f7790dc9fd0f: Verifying Checksum [2020-12-05T00:51:02.756Z] f7790dc9fd0f: Download complete [2020-12-05T00:51:02.756Z] cac0ae9282c2: Verifying Checksum [2020-12-05T00:51:03.031Z] 1f4cadf9a1ed: Verifying Checksum [2020-12-05T00:51:03.031Z] 1f4cadf9a1ed: Download complete [2020-12-05T00:51:03.054Z] Removing intermediate container 3f68ae4a5ec6 [2020-12-05T00:51:03.054Z] ---> 42db58de402a [2020-12-05T00:51:03.054Z] Step 6/27 : COPY go.mod . [2020-12-05T00:51:03.301Z] f08d8e2a3ba1: Verifying Checksum [2020-12-05T00:51:03.301Z] f08d8e2a3ba1: Download complete [2020-12-05T00:51:04.250Z] f08d8e2a3ba1: Pull complete [2020-12-05T00:51:04.250Z] 3baa9cb2483b: Pull complete [2020-12-05T00:51:04.502Z] ---> 9d337d9b0356 [2020-12-05T00:51:04.502Z] Step 7/27 : RUN go mod download [2020-12-05T00:51:04.511Z] 94e5ff4c0b15: Pull complete [2020-12-05T00:51:04.511Z] 1860925334f9: Pull complete [2020-12-05T00:51:05.104Z] ---> Running in b56c8fa5fbb1 [2020-12-05T00:51:07.810Z] 2daf38717194: Verifying Checksum [2020-12-05T00:51:07.810Z] 2daf38717194: Download complete [2020-12-05T00:51:10.579Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:51:10.579Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:51:10.579Z] ---> 4af8276b4c83 [2020-12-05T00:51:10.579Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T00:51:10.579Z] ---> Using cache [2020-12-05T00:51:10.579Z] ---> 5dd290154a22 [2020-12-05T00:51:10.579Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:51:10.579Z] ---> Using cache [2020-12-05T00:51:10.579Z] ---> 3c96ad3153b8 [2020-12-05T00:51:10.579Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T00:51:10.579Z] ---> Using cache [2020-12-05T00:51:10.579Z] ---> 79fcbb3e35d9 [2020-12-05T00:51:10.579Z] Step 6/22 : COPY go.mod . [2020-12-05T00:51:10.579Z] ---> Using cache [2020-12-05T00:51:10.579Z] ---> e853c3fae292 [2020-12-05T00:51:10.579Z] Step 7/22 : RUN go mod download [2020-12-05T00:51:10.579Z] ---> Using cache [2020-12-05T00:51:10.579Z] ---> 090293d68015 [2020-12-05T00:51:10.579Z] Step 8/22 : COPY . . [2020-12-05T00:51:10.579Z] ---> Using cache [2020-12-05T00:51:10.579Z] ---> 39ba216f7cc4 [2020-12-05T00:51:10.579Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-05T00:51:10.579Z] ---> Running in 9e73edc5102d [2020-12-05T00:51:11.593Z] Removing intermediate container b56c8fa5fbb1 [2020-12-05T00:51:11.593Z] ---> 629c9868260d [2020-12-05T00:51:11.593Z] Step 8/27 : COPY . . [2020-12-05T00:51:12.604Z] 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-05T00:51:22.747Z] 2daf38717194: Pull complete [2020-12-05T00:51:22.748Z] 309017e8d7a4: Pull complete [2020-12-05T00:51:22.748Z] f7790dc9fd0f: Pull complete [2020-12-05T00:51:22.748Z] cac0ae9282c2: Pull complete [2020-12-05T00:51:22.748Z] 1f4cadf9a1ed: Pull complete [2020-12-05T00:51:22.748Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-12-05T00:51:22.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-12-05T00:51:22.784Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:51:22.784Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:51:22.784Z] ---> 4af8276b4c83 [2020-12-05T00:51:22.784Z] Step 3/24 : WORKDIR /edgex-go [2020-12-05T00:51:22.784Z] ---> Using cache [2020-12-05T00:51:22.784Z] ---> 5dd290154a22 [2020-12-05T00:51:22.784Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:51:22.784Z] ---> Using cache [2020-12-05T00:51:22.784Z] ---> 3c96ad3153b8 [2020-12-05T00:51:22.784Z] Step 5/24 : RUN apk update && apk add make git [2020-12-05T00:51:22.784Z] ---> Using cache [2020-12-05T00:51:22.784Z] ---> 79fcbb3e35d9 [2020-12-05T00:51:22.784Z] Step 6/24 : COPY go.mod . [2020-12-05T00:51:22.784Z] ---> Using cache [2020-12-05T00:51:22.784Z] ---> e853c3fae292 [2020-12-05T00:51:22.784Z] Step 7/24 : RUN go mod download [2020-12-05T00:51:22.784Z] ---> Using cache [2020-12-05T00:51:22.784Z] ---> 090293d68015 [2020-12-05T00:51:22.784Z] Step 8/24 : COPY . . [2020-12-05T00:51:22.784Z] ---> Using cache [2020-12-05T00:51:22.784Z] ---> 39ba216f7cc4 [2020-12-05T00:51:22.784Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-05T00:51:24.665Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-05T00:51:24.665Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-05T00:51:24.665Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-05T00:51:24.665Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [236 kB] [2020-12-05T00:51:24.665Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] [2020-12-05T00:51:24.665Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1370 kB] [2020-12-05T00:51:24.665Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1815 kB] [2020-12-05T00:51:24.927Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-12-05T00:51:25.187Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2134 kB] [2020-12-05T00:51:25.409Z] ---> Running in 0e2d7bbcda41 [2020-12-05T00:51:25.760Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] [2020-12-05T00:51:25.760Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [265 kB] [2020-12-05T00:51:25.760Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2243 kB] [2020-12-05T00:51:25.760Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-12-05T00:51:25.760Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-12-05T00:51:26.022Z] Fetched 8409 kB in 2s (5006 kB/s) [2020-12-05T00:51:26.966Z] Reading package lists... [2020-12-05T00:51:27.909Z] 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-05T00:51:27.909Z] - README.md [2020-12-05T00:51:27.909Z] [2020-12-05T00:51:27.909Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-05T00:51:28.034Z] 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-05T00:51:29.303Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-05T00:51:29.303Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-05T00:51:29.566Z] 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-05T00:51:29.566Z] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 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-05T00:51:30.666Z] 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... 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-05T00:51:32.058Z] 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-05T00:51:32.898Z] 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... 85% 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-05T00:51:33.162Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-12-05T00:51:33.162Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-12-05T00:51:33.424Z] The following packages were automatically installed and are no longer required: [2020-12-05T00:51:33.424Z] libjq1 libonig4 [2020-12-05T00:51:33.424Z] Use 'sudo apt autoremove' to remove them. [2020-12-05T00:51:33.424Z] Suggested packages: [2020-12-05T00:51:33.424Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-12-05T00:51:33.424Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-12-05T00:51:33.424Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-12-05T00:51:33.424Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-12-05T00:51:33.424Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-12-05T00:51:33.424Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-12-05T00:51:33.424Z] git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc [2020-12-05T00:51:33.424Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-12-05T00:51:33.424Z] | libterm-readline-perl-perl [2020-12-05T00:51:33.684Z] The following NEW packages will be installed: [2020-12-05T00:51:33.684Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-12-05T00:51:33.684Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-12-05T00:51:33.684Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-12-05T00:51:33.684Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-12-05T00:51:33.684Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-12-05T00:51:33.684Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-12-05T00:51:33.684Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-12-05T00:51:33.684Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-12-05T00:51:33.684Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-12-05T00:51:33.684Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-12-05T00:51:33.684Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-12-05T00:51:33.684Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-12-05T00:51:33.684Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-12-05T00:51:33.684Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-12-05T00:51:33.684Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-12-05T00:51:33.684Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-12-05T00:51:33.684Z] perl perl-modules-5.26 pkg-config unzip zip [2020-12-05T00:51:33.684Z] The following packages will be upgraded: [2020-12-05T00:51:33.684Z] libc6 perl-base [2020-12-05T00:51:33.684Z] 2 upgraded, 101 newly installed, 0 to remove and 49 not upgraded. [2020-12-05T00:51:33.684Z] Need to get 84.4 MB of archives. [2020-12-05T00:51:33.684Z] After this operation, 369 MB of additional disk space will be used. [2020-12-05T00:51:33.947Z] 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-05T00:51:34.781Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 537 kB/1391 kB 39%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-05T00:51:35.042Z] 2% [2 libc6 19.0 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-05T00:51:35.042Z] 4% [3 liblocale-gettext-perl 16.6 kB/16.6 kB 100%] 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-05T00:51:35.042Z] 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-05T00:51:35.042Z] 7% [5 libgdbm5 26.0 kB/26.0 kB 100%] 8% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-12-05T00:51:35.042Z] 8% [6 libgdbm-compat4 6084 B/6084 B 100%] 8% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-05T00:51:35.616Z] 8% [7 libperl5.26 26.3 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-05T00:51:35.616Z] 11% [8 perl 47.7 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-05T00:51:35.617Z] 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-05T00:51:35.617Z] 12% [10 netbase 12.7 kB/12.7 kB 100%] 12% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-12-05T00:51:35.617Z] 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-05T00:51:35.617Z] 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-05T00:51:35.617Z] 14% [13 libbinutils 13.3 kB/488 kB 3%] 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-05T00:51:35.617Z] 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-05T00:51:35.617Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-05T00:51:35.617Z] 17% [16 libc-dev-bin 22.8 kB/71.8 kB 32%] 17% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] [2020-12-05T00:51:35.877Z] 17% [17 linux-libc-dev 16.2 kB/989 kB 2%] 18% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-05T00:51:35.877Z] 18% [18 libc6-dev 63.7 kB/2586 kB 2%] 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-05T00:51:35.877Z] 21% [19 gcc-7-base 15.7 kB/18.3 kB 86%] 21% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-12-05T00:51:35.877Z] 21% [20 libisl19 22.9 kB/551 kB 4%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-12-05T00:51:35.877Z] 22% [21 libmpfr6 58.5 kB/243 kB 24%] 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-05T00:51:35.877Z] 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-05T00:51:36.449Z] 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-05T00:51:36.449Z] 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-05T00:51:36.449Z] 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-05T00:51:36.449Z] 31% [26 libgomp1 7930 B/76.5 kB 10%] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-05T00:51:36.449Z] 32% [27 libitm1 23.1 kB/27.9 kB 83%] 32% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-05T00:51:36.449Z] 32% [28 libatomic1 9192 B/9192 B 100%] 32% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-05T00:51:36.449Z] 32% [29 libasan4 0 B/358 kB 0%] 32% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-05T00:51:36.449Z] 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-05T00:51:36.449Z] 33% [31 libtsan0 0 B/288 kB 0%] 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-05T00:51:36.449Z] 33% [32 libubsan0 7389 B/126 kB 6%] 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-05T00:51:36.449Z] 34% [33 libcilkrts5 30.6 kB/42.5 kB 72%] 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-05T00:51:36.449Z] 34% [34 libmpx2 11.6 kB/11.6 kB 100%] 34% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-05T00:51:36.713Z] 34% [35 libquadmath0 7315 B/134 kB 5%] 34% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-05T00:51:36.713Z] 34% [36 libgcc-7-dev 37.1 kB/2378 kB 2%] 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-05T00:51:37.288Z] 37% [37 gcc-7 65.5 kB/9381 kB 1%] 43% [37 gcc-7 6232 kB/9381 kB 66%] 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-05T00:51:37.288Z] 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-05T00:51:37.288Z] 46% [39 libstdc++-7-dev 42.6 kB/1471 kB 3%] 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-05T00:51:38.126Z] 48% [40 g++-7 29.1 kB/9697 kB 0%] 56% [40 g++-7 8316 kB/9697 kB 86%] 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-05T00:51:38.126Z] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-12-05T00:51:38.126Z] 57% [42 make 65.5 kB/154 kB 43%] 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-05T00:51:38.126Z] 58% [43 libdpkg-perl 47.9 kB/211 kB 23%] 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-05T00:51:38.126Z] 58% [44 patch 33.1 kB/102 kB 33%] 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-05T00:51:38.126Z] 58% [45 dpkg-dev 62.0 kB/607 kB 10%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-12-05T00:51:38.126Z] 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-05T00:51:38.126Z] 59% [47 cmake-data 39.6 kB/1332 kB 3%] 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-05T00:51:38.126Z] 61% [48 libarchive13 20.1 kB/288 kB 7%] 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-05T00:51:38.126Z] 61% [49 libjsoncpp1 47.9 kB/73.6 kB 65%] 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-05T00:51:38.126Z] 61% [50 librhash0 50.1 kB/78.1 kB 64%] 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-05T00:51:38.126Z] 62% [51 libuv1 37.3 kB/64.4 kB 58%] 62% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-12-05T00:51:38.224Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-05T00:51:38.224Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-05T00:51:38.224Z] ---> 4af8276b4c83 [2020-12-05T00:51:38.225Z] Step 3/22 : WORKDIR /edgex-go [2020-12-05T00:51:38.225Z] ---> Using cache [2020-12-05T00:51:38.225Z] ---> 5dd290154a22 [2020-12-05T00:51:38.225Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-05T00:51:38.225Z] ---> Using cache [2020-12-05T00:51:38.225Z] ---> 3c96ad3153b8 [2020-12-05T00:51:38.225Z] Step 5/22 : RUN apk update && apk add make git [2020-12-05T00:51:38.225Z] ---> Using cache [2020-12-05T00:51:38.225Z] ---> 79fcbb3e35d9 [2020-12-05T00:51:38.225Z] Step 6/22 : COPY go.mod . [2020-12-05T00:51:38.225Z] ---> Using cache [2020-12-05T00:51:38.225Z] ---> e853c3fae292 [2020-12-05T00:51:38.225Z] Step 7/22 : RUN go mod download [2020-12-05T00:51:38.225Z] ---> Using cache [2020-12-05T00:51:38.225Z] ---> 090293d68015 [2020-12-05T00:51:38.225Z] Step 8/22 : COPY . . [2020-12-05T00:51:38.225Z] ---> Using cache [2020-12-05T00:51:38.225Z] ---> 39ba216f7cc4 [2020-12-05T00:51:38.225Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-05T00:51:38.697Z] 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-05T00:51:38.697Z] 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-05T00:51:38.697Z] 65% [54 libfakeroot 25.9 kB/25.9 kB 100%] 66% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-12-05T00:51:38.698Z] 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-05T00:51:38.698Z] 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-05T00:51:38.698Z] 69% [57 libc6-dev-i386 37.3 kB/1817 kB 2%] 71% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.3 [2847 kB] [2020-12-05T00:51:38.958Z] 71% [58 libc6-x32 12.0 kB/2847 kB 0%] 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-05T00:51:39.221Z] 74% [59 libc6-dev-x32 65.5 kB/2016 kB 3%] 76% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-12-05T00:51:39.221Z] 76% [60 lib32gcc1 48.1 kB/48.1 kB 100%] 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-05T00:51:39.221Z] 76% [61 libx32gcc1 36.0 kB/40.5 kB 89%] 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-05T00:51:39.221Z] 76% [62 lib32gomp1 60.8 kB/83.7 kB 73%] 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-05T00:51:39.221Z] 76% [63 libx32gomp1 42.3 kB/77.8 kB 54%] 77% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-12-05T00:51:39.221Z] 77% [64 lib32itm1 29.8 kB/30.0 kB 99%] 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-05T00:51:39.221Z] 77% [65 libx32itm1 28.1 kB/28.1 kB 100%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-12-05T00:51:39.221Z] 77% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-12-05T00:51:39.221Z] 77% [Waiting for headers] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-12-05T00:51:39.221Z] 77% [68 lib32asan4 61.6 kB/362 kB 17%] 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-05T00:51:39.221Z] 78% [69 libx32asan4 84.7 kB/351 kB 24%] 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-05T00:51:39.221Z] 79% [70 lib32stdc++6 28.7 kB/415 kB 7%] 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-05T00:51:39.221Z] 79% [71 lib32ubsan0 33.9 kB/140 kB 24%] 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-05T00:51:39.483Z] 79% [72 libx32stdc++6 13.8 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-05T00:51:39.483Z] 80% [73 libx32ubsan0 34.4 kB/127 kB 27%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-12-05T00:51:39.483Z] 80% [74 lib32cilkrts5 26.7 kB/47.2 kB 56%] 81% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-12-05T00:51:39.483Z] 81% [75 libx32cilkrts5 43.0 kB/43.0 kB 100%] 81% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-12-05T00:51:39.483Z] 81% [76 lib32mpx2 12.9 kB/12.9 kB 100%] 81% [Working] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-12-05T00:51:39.483Z] 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-05T00:51:39.483Z] 81% [78 libx32quadmath0 19.6 kB/135 kB 14%] 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-05T00:51:39.744Z] 82% [79 lib32gcc-7-dev 25.5 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-05T00:51:40.005Z] 84% [80 libx32gcc-7-dev 32.3 kB/1999 kB 2%] 86% [Waiting for headers] 12.1 MB/s 0s 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-05T00:51:40.005Z] 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-05T00:51:40.005Z] 86% [82 lib32stdc++-7-dev 63.3 kB/626 kB 10%] 12.1 MB/s 0s 87% [Waiting for headers] 12.1 MB/s 0s 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-05T00:51:40.914Z] ---> Running in ffe25aa1d5f4 [2020-12-05T00:51:41.188Z] ---> 9ec84debeca8 [2020-12-05T00:51:41.188Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-05T00:51:41.785Z] ---> Running in 54ad0f0934e9 [2020-12-05T00:51:41.991Z] 87% [83 libx32stdc++-7-dev 12.6 kB/582 kB 2%] 12.1 MB/s 0s 87% [83 libx32stdc++-7-dev 274 kB/582 kB 47%] 12.1 MB/s 0s 88% [83 libx32stdc++-7-dev 548 kB/582 kB 94%] 12.1 MB/s 0s 88% [83 libx32stdc++-7-dev 548 kB/582 kB 94%] 12.1 MB/s 0s 88% [Waiting for headers] 12.1 MB/s 0s 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-05T00:51:41.991Z] 88% [Waiting for headers] 12.1 MB/s 0s Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-12-05T00:51:42.253Z] 88% [Waiting for headers] 12.1 MB/s 0s Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-12-05T00:51:42.253Z] 88% [86 g++-multilib 1020 B/1020 B 100%] 12.1 MB/s 0s 88% [Waiting for headers] 12.1 MB/s 0s Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-12-05T00:51:42.253Z] 88% [87 libcurl3-gnutls 4869 B/213 kB 2%] 12.1 MB/s 0s 89% [Waiting for headers] 12.1 MB/s 0s Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-05T00:51:42.515Z] 89% [88 liberror-perl 4871 B/22.8 kB 21%] 12.1 MB/s 0s 89% [Working] 12.1 MB/s 0s Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-05T00:51:42.777Z] 89% [89 git-man 2293 B/804 kB 0%] 12.1 MB/s 0s 90% [Working] 12.1 MB/s 0s Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-05T00:51:42.789Z] 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-05T00:51:43.613Z] 90% [90 git 7443 B/3915 kB 0%] 12.1 MB/s 0s 92% [90 git 2381 kB/3915 kB 61%] 12.1 MB/s 0s 94% [Working] 12.1 MB/s 0s Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-12-05T00:51:43.874Z] 94% [91 libalgorithm-diff-perl 7447 B/47.6 kB 16%] 12.1 MB/s 0s 94% [Waiting for headers] 12.1 MB/s 0s Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-12-05T00:51:43.874Z] 94% [92 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 12.1 MB/s 0s 94% [Working] 12.1 MB/s 0s Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-12-05T00:51:44.135Z] 94% [Waiting for headers] 12.1 MB/s 0s Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-12-05T00:51:44.135Z] 94% [94 libfile-fcntllock-perl 7447 B/33.2 kB 22%] 12.1 MB/s 0s 95% [Waiting for headers] 12.1 MB/s 0s Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-05T00:51:44.136Z] 95% [95 libnorm1 15.2 kB/224 kB 7%] 12.1 MB/s 0s 95% [Working] 12.1 MB/s 0s Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-05T00:51:44.233Z] 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-05T00:51:44.397Z] 95% [96 libpgm-5.2-0 0 B/157 kB 0%] 12.1 MB/s 0s 95% [Working] 12.1 MB/s 0s Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-05T00:51:44.397Z] 95% [97 libsodium23 15.2 kB/143 kB 11%] 12.1 MB/s 0s 96% [Working] 12.1 MB/s 0s Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-05T00:51:44.658Z] 96% [98 libzmq5 7445 B/221 kB 3%] 12.1 MB/s 0s 96% [Working] 12.1 MB/s 0s Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-05T00:51:44.658Z] 96% [99 libzmq3-dev 15.2 kB/400 kB 4%] 12.1 MB/s 0s 97% [Working] 12.1 MB/s 0s Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-12-05T00:51:45.181Z] 97% [100 manpages-dev 15.2 kB/2217 kB 1%] 12.1 MB/s 0s 99% [Waiting for headers] 12.1 MB/s 0s Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-05T00:51:45.181Z] 99% [101 pkg-config 8735 B/45.0 kB 19%] 12.1 MB/s 0s 99% [Working] 12.1 MB/s 0s Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-12-05T00:51:45.182Z] 99% [102 unzip 10.0 kB/167 kB 6%] 12.1 MB/s 0s 100% [Waiting for headers] 12.1 MB/s 0s Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-05T00:51:45.182Z] 100% [103 zip 11.3 kB/167 kB 7%] 12.1 MB/s 0s 100% [Working] 12.1 MB/s 0s Fetched 84.4 MB in 12s (7300 kB/s) [2020-12-05T00:51:45.444Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-05T00:51:45.444Z] (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-05T00:51:45.444Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-05T00:51:45.444Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-12-05T00:51:48.765Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-05T00:51:48.765Z] (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-05T00:51:48.765Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-05T00:51:48.765Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... [2020-12-05T00:51:50.686Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-05T00:51:52.073Z] Selecting previously unselected package liblocale-gettext-perl. [2020-12-05T00:51:52.073Z] (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-05T00:51:52.073Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-12-05T00:51:52.073Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-12-05T00:51:52.073Z] Selecting previously unselected package perl-modules-5.26. [2020-12-05T00:51:52.073Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-05T00:51:52.073Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-05T00:51:53.019Z] Selecting previously unselected package libgdbm5:amd64. [2020-12-05T00:51:53.019Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-12-05T00:51:53.019Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-12-05T00:51:53.019Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-12-05T00:51:53.019Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-12-05T00:51:53.019Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-12-05T00:51:53.019Z] Selecting previously unselected package libperl5.26:amd64. [2020-12-05T00:51:53.019Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-05T00:51:53.019Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-05T00:51:53.591Z] Selecting previously unselected package perl. [2020-12-05T00:51:53.591Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-05T00:51:53.591Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-12-05T00:51:53.591Z] Selecting previously unselected package less. [2020-12-05T00:51:53.591Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-12-05T00:51:53.591Z] Unpacking less (487-0.1) ... [2020-12-05T00:51:53.591Z] Selecting previously unselected package netbase. [2020-12-05T00:51:53.591Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-12-05T00:51:53.591Z] Unpacking netbase (5.4) ... [2020-12-05T00:51:53.852Z] Selecting previously unselected package manpages. [2020-12-05T00:51:53.852Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-12-05T00:51:53.852Z] Unpacking manpages (4.15-1) ... [2020-12-05T00:51:53.852Z] Selecting previously unselected package binutils-common:amd64. [2020-12-05T00:51:53.852Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-05T00:51:53.852Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-05T00:51:53.852Z] Selecting previously unselected package libbinutils:amd64. [2020-12-05T00:51:53.852Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-05T00:51:53.852Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-05T00:51:54.112Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-12-05T00:51:54.112Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-05T00:51:54.112Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-05T00:51:54.374Z] Selecting previously unselected package binutils. [2020-12-05T00:51:54.374Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-05T00:51:54.374Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-05T00:51:54.374Z] Selecting previously unselected package libc-dev-bin. [2020-12-05T00:51:54.374Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-05T00:51:54.374Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-05T00:51:54.374Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-12-05T00:51:54.374Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-126.129_amd64.deb ... [2020-12-05T00:51:54.374Z] Unpacking linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-05T00:51:54.947Z] Selecting previously unselected package libc6-dev:amd64. [2020-12-05T00:51:54.947Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-05T00:51:54.947Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-05T00:51:55.209Z] Selecting previously unselected package gcc-7-base:amd64. [2020-12-05T00:51:55.209Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:55.209Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:51:55.209Z] Selecting previously unselected package libisl19:amd64. [2020-12-05T00:51:55.209Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-12-05T00:51:55.209Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-12-05T00:51:55.470Z] Selecting previously unselected package libmpfr6:amd64. [2020-12-05T00:51:55.470Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-12-05T00:51:55.470Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-12-05T00:51:55.470Z] Selecting previously unselected package libmpc3:amd64. [2020-12-05T00:51:55.470Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-12-05T00:51:55.470Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-12-05T00:51:55.470Z] Selecting previously unselected package cpp-7. [2020-12-05T00:51:55.470Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:55.470Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:51:56.416Z] Selecting previously unselected package cpp. [2020-12-05T00:51:56.416Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-05T00:51:56.416Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-05T00:51:56.416Z] Selecting previously unselected package libcc1-0:amd64. [2020-12-05T00:51:56.416Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:56.416Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:51:56.416Z] Selecting previously unselected package libgomp1:amd64. [2020-12-05T00:51:56.416Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:56.416Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:51:56.677Z] Selecting previously unselected package libitm1:amd64. [2020-12-05T00:51:56.677Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:56.677Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:51:56.677Z] Selecting previously unselected package libatomic1:amd64. [2020-12-05T00:51:56.677Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:56.677Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:51:56.677Z] Selecting previously unselected package libasan4:amd64. [2020-12-05T00:51:56.677Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:56.677Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:51:56.941Z] Selecting previously unselected package liblsan0:amd64. [2020-12-05T00:51:56.941Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:56.941Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:51:56.941Z] Selecting previously unselected package libtsan0:amd64. [2020-12-05T00:51:56.941Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:56.941Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:51:56.941Z] Selecting previously unselected package libubsan0:amd64. [2020-12-05T00:51:56.941Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:56.941Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:51:57.209Z] Selecting previously unselected package libcilkrts5:amd64. [2020-12-05T00:51:57.209Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:57.209Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:51:57.209Z] Selecting previously unselected package libmpx2:amd64. [2020-12-05T00:51:57.209Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:57.209Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:51:57.209Z] Selecting previously unselected package libquadmath0:amd64. [2020-12-05T00:51:57.209Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:57.209Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:51:57.209Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-12-05T00:51:57.209Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:57.209Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:51:57.781Z] Selecting previously unselected package gcc-7. [2020-12-05T00:51:57.781Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:57.781Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:51:58.355Z] Selecting previously unselected package gcc. [2020-12-05T00:51:58.355Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-05T00:51:58.355Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-05T00:51:58.616Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-12-05T00:51:58.616Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:58.616Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:51:59.190Z] Selecting previously unselected package g++-7. [2020-12-05T00:51:59.190Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:51:59.190Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:00.134Z] Selecting previously unselected package g++. [2020-12-05T00:52:00.134Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-05T00:52:00.134Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-05T00:52:00.134Z] Selecting previously unselected package make. [2020-12-05T00:52:00.134Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-12-05T00:52:00.134Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-12-05T00:52:00.134Z] Selecting previously unselected package libdpkg-perl. [2020-12-05T00:52:00.134Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-05T00:52:00.134Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-05T00:52:00.134Z] Selecting previously unselected package patch. [2020-12-05T00:52:00.134Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-05T00:52:00.134Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-12-05T00:52:00.134Z] Selecting previously unselected package dpkg-dev. [2020-12-05T00:52:00.134Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-05T00:52:00.134Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-05T00:52:00.395Z] Selecting previously unselected package build-essential. [2020-12-05T00:52:00.395Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-12-05T00:52:00.395Z] Unpacking build-essential (12.4ubuntu1) ... [2020-12-05T00:52:00.395Z] Selecting previously unselected package cmake-data. [2020-12-05T00:52:00.395Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-12-05T00:52:00.395Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-12-05T00:52:01.343Z] Selecting previously unselected package libarchive13:amd64. [2020-12-05T00:52:01.343Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-12-05T00:52:01.343Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-12-05T00:52:01.343Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-12-05T00:52:01.343Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-12-05T00:52:01.343Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-05T00:52:01.343Z] Selecting previously unselected package librhash0:amd64. [2020-12-05T00:52:01.343Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-12-05T00:52:01.343Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-12-05T00:52:01.605Z] Selecting previously unselected package libuv1:amd64. [2020-12-05T00:52:01.605Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-12-05T00:52:01.605Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-12-05T00:52:01.605Z] Selecting previously unselected package cmake. [2020-12-05T00:52:01.605Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-12-05T00:52:01.605Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-12-05T00:52:01.867Z] Selecting previously unselected package curl. [2020-12-05T00:52:01.867Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-05T00:52:01.867Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-12-05T00:52:02.129Z] Selecting previously unselected package libfakeroot:amd64. [2020-12-05T00:52:02.129Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-12-05T00:52:02.129Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-12-05T00:52:02.129Z] Selecting previously unselected package fakeroot. [2020-12-05T00:52:02.129Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-12-05T00:52:02.129Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-12-05T00:52:02.129Z] Selecting previously unselected package libc6-i386. [2020-12-05T00:52:02.129Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-12-05T00:52:02.129Z] Unpacking libc6-i386 (2.27-3ubuntu1.3) ... [2020-12-05T00:52:02.703Z] Selecting previously unselected package libc6-dev-i386. [2020-12-05T00:52:02.703Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-12-05T00:52:02.703Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-12-05T00:52:02.964Z] Selecting previously unselected package libc6-x32. [2020-12-05T00:52:02.964Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-12-05T00:52:02.964Z] Unpacking libc6-x32 (2.27-3ubuntu1.3) ... [2020-12-05T00:52:03.227Z] Selecting previously unselected package libc6-dev-x32. [2020-12-05T00:52:03.227Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-12-05T00:52:03.227Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-12-05T00:52:03.490Z] Selecting previously unselected package lib32gcc1. [2020-12-05T00:52:03.490Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:03.490Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:03.751Z] Selecting previously unselected package libx32gcc1. [2020-12-05T00:52:03.751Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:03.751Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:03.751Z] Selecting previously unselected package lib32gomp1. [2020-12-05T00:52:03.751Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:03.751Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:03.751Z] Selecting previously unselected package libx32gomp1. [2020-12-05T00:52:03.751Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:03.751Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:04.012Z] Selecting previously unselected package lib32itm1. [2020-12-05T00:52:04.012Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.012Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:04.012Z] Selecting previously unselected package libx32itm1. [2020-12-05T00:52:04.012Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.012Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:04.012Z] Selecting previously unselected package lib32atomic1. [2020-12-05T00:52:04.012Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.012Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:04.012Z] Selecting previously unselected package libx32atomic1. [2020-12-05T00:52:04.012Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.012Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:04.012Z] Selecting previously unselected package lib32asan4. [2020-12-05T00:52:04.012Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.012Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:04.274Z] Selecting previously unselected package libx32asan4. [2020-12-05T00:52:04.274Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.274Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:04.274Z] Selecting previously unselected package lib32stdc++6. [2020-12-05T00:52:04.274Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.274Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:04.536Z] Selecting previously unselected package lib32ubsan0. [2020-12-05T00:52:04.536Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.536Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:04.536Z] Selecting previously unselected package libx32stdc++6. [2020-12-05T00:52:04.536Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.536Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:04.798Z] Selecting previously unselected package libx32ubsan0. [2020-12-05T00:52:04.798Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.798Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:04.798Z] Selecting previously unselected package lib32cilkrts5. [2020-12-05T00:52:04.798Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.798Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:04.798Z] Selecting previously unselected package libx32cilkrts5. [2020-12-05T00:52:04.798Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:04.798Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:05.060Z] Selecting previously unselected package lib32mpx2. [2020-12-05T00:52:05.060Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:05.060Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:05.060Z] Selecting previously unselected package lib32quadmath0. [2020-12-05T00:52:05.060Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:05.060Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:05.060Z] Selecting previously unselected package libx32quadmath0. [2020-12-05T00:52:05.060Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:05.060Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:05.060Z] Selecting previously unselected package lib32gcc-7-dev. [2020-12-05T00:52:05.060Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:05.060Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:05.321Z] Selecting previously unselected package libx32gcc-7-dev. [2020-12-05T00:52:05.321Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:05.321Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:05.584Z] Selecting previously unselected package gcc-7-multilib. [2020-12-05T00:52:05.584Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:05.584Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:05.584Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-12-05T00:52:05.584Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:05.584Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:05.847Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-12-05T00:52:05.847Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:05.847Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:06.109Z] Selecting previously unselected package g++-7-multilib. [2020-12-05T00:52:06.109Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-05T00:52:06.109Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:06.109Z] Selecting previously unselected package gcc-multilib. [2020-12-05T00:52:06.109Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-05T00:52:06.109Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-05T00:52:06.109Z] Selecting previously unselected package g++-multilib. [2020-12-05T00:52:06.109Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-05T00:52:06.109Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-05T00:52:06.371Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-05T00:52:06.371Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-05T00:52:06.371Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-05T00:52:06.371Z] Selecting previously unselected package liberror-perl. [2020-12-05T00:52:06.371Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-12-05T00:52:06.371Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-05T00:52:06.371Z] Selecting previously unselected package git-man. [2020-12-05T00:52:06.371Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-05T00:52:06.371Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-05T00:52:06.633Z] Selecting previously unselected package git. [2020-12-05T00:52:06.633Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-05T00:52:06.633Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-05T00:52:07.207Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-12-05T00:52:07.207Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-12-05T00:52:07.207Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-12-05T00:52:07.207Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-12-05T00:52:07.207Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-12-05T00:52:07.207Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-12-05T00:52:07.207Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-12-05T00:52:07.207Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-12-05T00:52:07.207Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-12-05T00:52:07.207Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-12-05T00:52:07.207Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-12-05T00:52:07.207Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-12-05T00:52:07.207Z] Selecting previously unselected package libnorm1:amd64. [2020-12-05T00:52:07.207Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-05T00:52:07.207Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-05T00:52:07.469Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-05T00:52:07.469Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-05T00:52:07.469Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-05T00:52:07.470Z] Selecting previously unselected package libsodium23:amd64. [2020-12-05T00:52:07.470Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-12-05T00:52:07.470Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-05T00:52:07.732Z] Selecting previously unselected package libzmq5:amd64. [2020-12-05T00:52:07.732Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-05T00:52:07.732Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-05T00:52:07.732Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-05T00:52:07.732Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-05T00:52:07.732Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-05T00:52:07.732Z] Selecting previously unselected package manpages-dev. [2020-12-05T00:52:07.732Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-12-05T00:52:07.732Z] Unpacking manpages-dev (4.15-1) ... [2020-12-05T00:52:08.306Z] Selecting previously unselected package pkg-config. [2020-12-05T00:52:08.306Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-05T00:52:08.306Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-05T00:52:08.306Z] Selecting previously unselected package unzip. [2020-12-05T00:52:08.306Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-12-05T00:52:08.306Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-12-05T00:52:08.306Z] Selecting previously unselected package zip. [2020-12-05T00:52:08.306Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-12-05T00:52:08.306Z] Unpacking zip (3.0-11build1) ... [2020-12-05T00:52:08.306Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:08.568Z] Setting up libc6-x32 (2.27-3ubuntu1.3) ... [2020-12-05T00:52:08.569Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:08.569Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-05T00:52:08.569Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:08.569Z] Setting up manpages (4.15-1) ... [2020-12-05T00:52:08.569Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-05T00:52:08.569Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:08.569Z] Setting up less (487-0.1) ... [2020-12-05T00:52:08.830Z] Setting up make (4.1-9.1ubuntu1) ... [2020-12-05T00:52:08.830Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:08.830Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-12-05T00:52:08.830Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-12-05T00:52:08.830Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-12-05T00:52:08.830Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-05T00:52:08.830Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:08.830Z] Setting up unzip (6.0-21ubuntu1) ... [2020-12-05T00:52:09.092Z] Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-05T00:52:09.092Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-12-05T00:52:09.092Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-12-05T00:52:09.092Z] Setting up libc6-i386 (2.27-3ubuntu1.3) ... [2020-12-05T00:52:09.092Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-05T00:52:09.092Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-12-05T00:52:09.092Z] Setting up zip (3.0-11build1) ... [2020-12-05T00:52:09.092Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.092Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.092Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.355Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-12-05T00:52:09.355Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.355Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-05T00:52:09.355Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:09.355Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.355Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-05T00:52:09.355Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-05T00:52:09.355Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.355Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-05T00:52:09.355Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-12-05T00:52:09.355Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.616Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-12-05T00:52:09.616Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-12-05T00:52:09.616Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-05T00:52:09.616Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-12-05T00:52:09.616Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.616Z] Setting up manpages-dev (4.15-1) ... [2020-12-05T00:52:09.616Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-05T00:52:09.616Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.616Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.616Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.616Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.616Z] Setting up netbase (5.4) ... [2020-12-05T00:52:09.877Z] Setting up libisl19:amd64 (0.19-1) ... [2020-12-05T00:52:09.877Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-05T00:52:09.877Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:09.877Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-05T00:52:09.877Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:09.877Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:09.877Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-05T00:52:09.877Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:09.877Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:09.877Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:09.877Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:09.877Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.138Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:10.138Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-05T00:52:10.138Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-12-05T00:52:10.138Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-12-05T00:52:10.138Z] 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-05T00:52:10.138Z] 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-05T00:52:10.138Z] 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-05T00:52:10.138Z] 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-05T00:52:10.138Z] 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-05T00:52:10.138Z] 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-05T00:52:10.138Z] 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-05T00:52:10.138Z] 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-05T00:52:10.138Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.138Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.138Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.138Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-05T00:52:10.138Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-05T00:52:10.138Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.138Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-12-05T00:52:10.138Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.401Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-12-05T00:52:10.401Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-12-05T00:52:10.401Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-05T00:52:10.401Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-05T00:52:10.401Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.401Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-05T00:52:10.401Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-12-05T00:52:10.401Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-12-05T00:52:10.401Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.662Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-05T00:52:10.662Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.662Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.662Z] Setting up liberror-perl (0.17025-1) ... [2020-12-05T00:52:10.662Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.663Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-05T00:52:10.663Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.663Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-05T00:52:10.663Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.663Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-05T00:52:10.663Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-12-05T00:52:10.663Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-05T00:52:10.924Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-12-05T00:52:10.924Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-05T00:52:10.924Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-12-05T00:52:10.924Z] 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-05T00:52:10.924Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-05T00:52:10.924Z] Setting up build-essential (12.4ubuntu1) ... [2020-12-05T00:52:10.924Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-05T00:52:10.924Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-05T00:52:10.924Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-05T00:52:10.924Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-05T00:52:11.187Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-12-05T00:52:12.575Z] binutils set to automatically installed. [2020-12-05T00:52:12.575Z] binutils-common set to automatically installed. [2020-12-05T00:52:12.575Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-12-05T00:52:12.575Z] build-essential set to automatically installed. [2020-12-05T00:52:12.575Z] cmake set to automatically installed. [2020-12-05T00:52:12.575Z] cmake-data set to automatically installed. [2020-12-05T00:52:12.575Z] cpp set to automatically installed. [2020-12-05T00:52:12.575Z] cpp-7 set to automatically installed. [2020-12-05T00:52:12.575Z] curl set to automatically installed. [2020-12-05T00:52:12.575Z] dpkg-dev set to automatically installed. [2020-12-05T00:52:12.575Z] fakeroot set to automatically installed. [2020-12-05T00:52:12.575Z] g++ set to automatically installed. [2020-12-05T00:52:12.575Z] g++-7 set to automatically installed. [2020-12-05T00:52:12.575Z] g++-7-multilib set to automatically installed. [2020-12-05T00:52:12.575Z] g++-multilib set to automatically installed. [2020-12-05T00:52:12.575Z] gcc set to automatically installed. [2020-12-05T00:52:12.575Z] gcc-7 set to automatically installed. [2020-12-05T00:52:12.575Z] gcc-7-base set to automatically installed. [2020-12-05T00:52:12.575Z] gcc-7-multilib set to automatically installed. [2020-12-05T00:52:12.575Z] gcc-multilib set to automatically installed. [2020-12-05T00:52:12.575Z] git set to automatically installed. [2020-12-05T00:52:12.575Z] git-man set to automatically installed. [2020-12-05T00:52:12.575Z] less set to automatically installed. [2020-12-05T00:52:12.575Z] lib32asan4 set to automatically installed. [2020-12-05T00:52:12.575Z] lib32atomic1 set to automatically installed. [2020-12-05T00:52:12.575Z] lib32cilkrts5 set to automatically installed. [2020-12-05T00:52:12.575Z] lib32gcc-7-dev set to automatically installed. [2020-12-05T00:52:12.575Z] lib32gcc1 set to automatically installed. [2020-12-05T00:52:12.575Z] lib32gomp1 set to automatically installed. [2020-12-05T00:52:12.575Z] lib32itm1 set to automatically installed. [2020-12-05T00:52:12.575Z] lib32mpx2 set to automatically installed. [2020-12-05T00:52:12.575Z] lib32quadmath0 set to automatically installed. [2020-12-05T00:52:12.575Z] lib32stdc++-7-dev set to automatically installed. [2020-12-05T00:52:12.575Z] lib32stdc++6 set to automatically installed. [2020-12-05T00:52:12.575Z] lib32ubsan0 set to automatically installed. [2020-12-05T00:52:12.575Z] libalgorithm-diff-perl set to automatically installed. [2020-12-05T00:52:12.575Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-12-05T00:52:12.575Z] libalgorithm-merge-perl set to automatically installed. [2020-12-05T00:52:12.575Z] libarchive13 set to automatically installed. [2020-12-05T00:52:12.575Z] libasan4 set to automatically installed. [2020-12-05T00:52:12.575Z] libatomic1 set to automatically installed. [2020-12-05T00:52:12.575Z] libbinutils set to automatically installed. [2020-12-05T00:52:12.575Z] libc-dev-bin set to automatically installed. [2020-12-05T00:52:12.575Z] libc6 set to automatically installed. [2020-12-05T00:52:12.575Z] libc6-dev set to automatically installed. [2020-12-05T00:52:12.575Z] libc6-dev-i386 set to automatically installed. [2020-12-05T00:52:12.575Z] libc6-dev-x32 set to automatically installed. [2020-12-05T00:52:12.575Z] libc6-i386 set to automatically installed. [2020-12-05T00:52:12.575Z] libc6-x32 set to automatically installed. [2020-12-05T00:52:12.575Z] libcc1-0 set to automatically installed. [2020-12-05T00:52:12.575Z] libcilkrts5 set to automatically installed. [2020-12-05T00:52:12.575Z] libcurl3-gnutls set to automatically installed. [2020-12-05T00:52:12.575Z] libdpkg-perl set to automatically installed. [2020-12-05T00:52:12.575Z] liberror-perl set to automatically installed. [2020-12-05T00:52:12.575Z] libfakeroot set to automatically installed. [2020-12-05T00:52:12.575Z] libfile-fcntllock-perl set to automatically installed. [2020-12-05T00:52:12.575Z] libgcc-7-dev set to automatically installed. [2020-12-05T00:52:12.575Z] libgdbm-compat4 set to automatically installed. [2020-12-05T00:52:12.575Z] libgdbm5 set to automatically installed. [2020-12-05T00:52:12.575Z] libgomp1 set to automatically installed. [2020-12-05T00:52:12.575Z] libisl19 set to automatically installed. [2020-12-05T00:52:12.575Z] libitm1 set to automatically installed. [2020-12-05T00:52:12.575Z] libjsoncpp1 set to automatically installed. [2020-12-05T00:52:12.575Z] liblocale-gettext-perl set to automatically installed. [2020-12-05T00:52:12.575Z] liblsan0 set to automatically installed. [2020-12-05T00:52:12.575Z] libmpc3 set to automatically installed. [2020-12-05T00:52:12.575Z] libmpfr6 set to automatically installed. [2020-12-05T00:52:12.575Z] libmpx2 set to automatically installed. [2020-12-05T00:52:12.575Z] libnorm1 set to automatically installed. [2020-12-05T00:52:12.575Z] libperl5.26 set to automatically installed. [2020-12-05T00:52:12.575Z] libpgm-5.2-0 set to automatically installed. [2020-12-05T00:52:12.575Z] libquadmath0 set to automatically installed. [2020-12-05T00:52:12.575Z] librhash0 set to automatically installed. [2020-12-05T00:52:12.575Z] libsodium23 set to automatically installed. [2020-12-05T00:52:12.575Z] libstdc++-7-dev set to automatically installed. [2020-12-05T00:52:12.575Z] libtsan0 set to automatically installed. [2020-12-05T00:52:12.575Z] libubsan0 set to automatically installed. [2020-12-05T00:52:12.575Z] libuv1 set to automatically installed. [2020-12-05T00:52:12.575Z] libx32asan4 set to automatically installed. [2020-12-05T00:52:12.575Z] libx32atomic1 set to automatically installed. [2020-12-05T00:52:12.836Z] libx32cilkrts5 set to automatically installed. [2020-12-05T00:52:12.836Z] libx32gcc-7-dev set to automatically installed. [2020-12-05T00:52:12.836Z] libx32gcc1 set to automatically installed. [2020-12-05T00:52:12.836Z] libx32gomp1 set to automatically installed. [2020-12-05T00:52:12.836Z] libx32itm1 set to automatically installed. [2020-12-05T00:52:12.836Z] libx32quadmath0 set to automatically installed. [2020-12-05T00:52:12.836Z] libx32stdc++-7-dev set to automatically installed. [2020-12-05T00:52:12.836Z] libx32stdc++6 set to automatically installed. [2020-12-05T00:52:12.836Z] libx32ubsan0 set to automatically installed. [2020-12-05T00:52:12.836Z] libzmq3-dev set to automatically installed. [2020-12-05T00:52:12.836Z] libzmq5 set to automatically installed. [2020-12-05T00:52:12.836Z] linux-libc-dev set to automatically installed. [2020-12-05T00:52:12.836Z] make set to automatically installed. [2020-12-05T00:52:12.836Z] manpages set to automatically installed. [2020-12-05T00:52:12.836Z] manpages-dev set to automatically installed. [2020-12-05T00:52:12.836Z] netbase set to automatically installed. [2020-12-05T00:52:12.836Z] patch set to automatically installed. [2020-12-05T00:52:12.836Z] perl set to automatically installed. [2020-12-05T00:52:12.836Z] perl-base set to automatically installed. [2020-12-05T00:52:12.836Z] perl-modules-5.26 set to automatically installed. [2020-12-05T00:52:12.836Z] pkg-config set to automatically installed. [2020-12-05T00:52:12.836Z] unzip set to automatically installed. [2020-12-05T00:52:12.836Z] zip set to automatically installed. [2020-12-05T00:52:12.836Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-12-05T00:52:12.836Z] Please ensure the environment is properly setup before continuing. [2020-12-05T00:52:12.836Z] Ignore this message if the appropriate measures have already been taken [2020-12-05T00:52:13.409Z] Pulling go-build-helper  [2020-12-05T00:52:14.360Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-12-05T00:52:14.360Z] Skipping pull go-build-helper (already ran) [2020-12-05T00:52:14.360Z] Building go-build-helper  [2020-12-05T00:52:16.911Z] Staging go-build-helper  [2020-12-05T00:52:17.856Z] Pulling go115  [2020-12-05T00:52:18.438Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-12-05T00:52:18.438Z] Skipping pull go115 (already ran) [2020-12-05T00:52:18.438Z] Building go115  [2020-12-05T00:52:18.438Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T00:52:18.438Z] Dload Upload Total Spent Left Speed [2020-12-05T00:52:20.397Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 115M 38 45.0M 0 0 51.5M 0 0:00:02 --:--:-- 0:00:02 51.4M 96 115M 96 111M 0 0 59.7M 0 0:00:01 0:00:01 --:--:-- 59.7M 100 115M 100 115M 0 0 59.8M 0 0:00:01 0:00:01 --:--:-- 59.8M [2020-12-05T00:52:20.968Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-05T00:52:26.276Z] Staging go115  [2020-12-05T00:52:27.141Z] 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-05T00:52:27.141Z] 14% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-05T00:52:27.402Z] 7% 38% 38% 38% 4% 4% 4% Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] [2020-12-05T00:52:27.664Z] 9% 9% 9% [Working] 9% [Working] 9% 9% 9% 9% Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-05T00:52:27.664Z] 9% 11% 11% Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1370 kB] [2020-12-05T00:52:27.664Z] 11% 3% [Working] 3% [Working] 3% Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-12-05T00:52:27.927Z] 3% 3% 3% 3% 3% [Working] 3% [Working] 3% Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-12-05T00:52:27.927Z] 3% 3% Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-12-05T00:52:28.188Z] 3% 3% 3% 5% Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1815 kB] [2020-12-05T00:52:28.188Z] 15% 15% 16% 29% Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [236 kB] [2020-12-05T00:52:28.448Z] 32% 32% 32% 35% 51% 51% 51% 55% Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-12-05T00:52:28.709Z] 71% 71% 72% 77% Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-12-05T00:52:28.709Z] 77% 78% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2134 kB] [2020-12-05T00:52:28.709Z] 78% 87% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2243 kB] [2020-12-05T00:52:28.709Z] 88% 98% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [265 kB] [2020-12-05T00:52:28.709Z] 98% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] [2020-12-05T00:52:28.709Z] 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-12-05T00:52:28.709Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-12-05T00:52:29.544Z] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 21.5 MB in 0s (0 B/s) [2020-12-05T00:52:32.105Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-05T00:52:32.366Z] 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-12-05T00:52:32.628Z] 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-05T00:52:32.888Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-12-05T00:52:33.150Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-05T00:52:33.411Z] 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-12-05T00:52:33.673Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-05T00:52:33.935Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-12-05T00:52:34.198Z] Pulling app-service-config  [2020-12-05T00:52:34.771Z] Cloning into '/build/parts/app-service-config/src'... [2020-12-05T00:52:35.032Z] remote: Enumerating objects: 22, done. [2020-12-05T00:52:35.032Z] remote: Counting objects: 4% (1/22) remote: Counting objects: 9% (2/22) remote: Counting objects: 13% (3/22) remote: Counting objects: 18% (4/22) remote: Counting objects: 22% (5/22) remote: Counting objects: 27% (6/22) remote: Counting objects: 31% (7/22) remote: Counting objects: 36% (8/22) remote: Counting objects: 40% (9/22) remote: Counting objects: 45% (10/22) remote: Counting objects: 50% (11/22) remote: Counting objects: 54% (12/22) remote: Counting objects: 59% (13/22) remote: Counting objects: 63% (14/22) remote: Counting objects: 68% (15/22) remote: Counting objects: 72% (16/22) remote: Counting objects: 77% (17/22) remote: Counting objects: 81% (18/22) remote: Counting objects: 86% (19/22) remote: Counting objects: 90% (20/22) remote: Counting objects: 95% (21/22) remote: Counting objects: 100% (22/22) remote: Counting objects: 100% (22/22), done. [2020-12-05T00:52:35.032Z] remote: Compressing objects: 10% (1/10) remote: Compressing objects: 20% (2/10) remote: Compressing objects: 30% (3/10) remote: Compressing objects: 40% (4/10) remote: Compressing objects: 50% (5/10) remote: Compressing objects: 60% (6/10) remote: Compressing objects: 70% (7/10) remote: Compressing objects: 80% (8/10) remote: Compressing objects: 90% (9/10) remote: Compressing objects: 100% (10/10) remote: Compressing objects: 100% (10/10), done. [2020-12-05T00:52:35.033Z] Receiving objects: 0% (1/924) Receiving objects: 1% (10/924) Receiving objects: 2% (19/924) Receiving objects: 3% (28/924) Receiving objects: 4% (37/924) Receiving objects: 5% (47/924) Receiving objects: 6% (56/924) Receiving objects: 7% (65/924) Receiving objects: 8% (74/924) Receiving objects: 9% (84/924) Receiving objects: 10% (93/924) Receiving objects: 11% (102/924) Receiving objects: 12% (111/924) Receiving objects: 13% (121/924) Receiving objects: 14% (130/924) Receiving objects: 15% (139/924) Receiving objects: 16% (148/924) Receiving objects: 17% (158/924) Receiving objects: 18% (167/924) Receiving objects: 19% (176/924) Receiving objects: 20% (185/924) Receiving objects: 21% (195/924) Receiving objects: 22% (204/924) Receiving objects: 23% (213/924) Receiving objects: 24% (222/924) Receiving objects: 25% (231/924) Receiving objects: 26% (241/924) Receiving objects: 27% (250/924) Receiving objects: 28% (259/924) Receiving objects: 29% (268/924) Receiving objects: 30% (278/924) Receiving objects: 31% (287/924) Receiving objects: 32% (296/924) Receiving objects: 33% (305/924) Receiving objects: 34% (315/924) Receiving objects: 35% (324/924) Receiving objects: 36% (333/924) Receiving objects: 37% (342/924) Receiving objects: 38% (352/924) Receiving objects: 39% (361/924) Receiving objects: 40% (370/924) Receiving objects: 41% (379/924) Receiving objects: 42% (389/924) Receiving objects: 43% (398/924) Receiving objects: 44% (407/924) Receiving objects: 45% (416/924) Receiving objects: 46% (426/924) Receiving objects: 47% (435/924) Receiving objects: 48% (444/924) Receiving objects: 49% (453/924) Receiving objects: 50% (462/924) Receiving objects: 51% (472/924) Receiving objects: 52% (481/924) Receiving objects: 53% (490/924) Receiving objects: 54% (499/924) Receiving objects: 55% (509/924) Receiving objects: 56% (518/924) Receiving objects: 57% (527/924) Receiving objects: 58% (536/924) Receiving objects: 59% (546/924) Receiving objects: 60% (555/924) Receiving objects: 61% (564/924) Receiving objects: 62% (573/924) Receiving objects: 63% (583/924) Receiving objects: 64% (592/924) Receiving objects: 65% (601/924) Receiving objects: 66% (610/924) Receiving objects: 67% (620/924) Receiving objects: 68% (629/924) Receiving objects: 69% (638/924) Receiving objects: 70% (647/924) Receiving objects: 71% (657/924) Receiving objects: 72% (666/924) Receiving objects: 73% (675/924) Receiving objects: 74% (684/924) Receiving objects: 75% (693/924) Receiving objects: 76% (703/924) Receiving objects: 77% (712/924) Receiving objects: 78% (721/924) Receiving objects: 79% (730/924) Receiving objects: 80% (740/924) Receiving objects: 81% (749/924) Receiving objects: 82% (758/924) Receiving objects: 83% (767/924) Receiving objects: 84% (777/924) Receiving objects: 85% (786/924) Receiving objects: 86% (795/924) Receiving objects: 87% (804/924) Receiving objects: 88% (814/924) Receiving objects: 89% (823/924) Receiving objects: 90% (832/924) Receiving objects: 91% (841/924) Receiving objects: 92% (851/924) Receiving objects: 93% (860/924) Receiving objects: 94% (869/924) Receiving objects: 95% (878/924) remote: Total 924 (delta 3), reused 21 (delta 3), pack-reused 902 [2020-12-05T00:52:35.033Z] Receiving objects: 96% (888/924) Receiving objects: 97% (897/924) Receiving objects: 98% (906/924) Receiving objects: 99% (915/924) Receiving objects: 100% (924/924) Receiving objects: 100% (924/924), 200.77 KiB | 4.46 MiB/s, done. [2020-12-05T00:52:35.033Z] Resolving deltas: 0% (0/342) Resolving deltas: 1% (4/342) Resolving deltas: 2% (8/342) Resolving deltas: 3% (12/342) Resolving deltas: 4% (14/342) Resolving deltas: 6% (21/342) Resolving deltas: 9% (33/342) Resolving deltas: 11% (38/342) Resolving deltas: 24% (83/342) Resolving deltas: 26% (91/342) Resolving deltas: 42% (145/342) Resolving deltas: 44% (153/342) Resolving deltas: 45% (156/342) Resolving deltas: 46% (159/342) Resolving deltas: 53% (182/342) Resolving deltas: 58% (200/342) Resolving deltas: 68% (233/342) Resolving deltas: 69% (238/342) Resolving deltas: 70% (241/342) Resolving deltas: 71% (243/342) Resolving deltas: 75% (257/342) Resolving deltas: 81% (280/342) Resolving deltas: 85% (291/342) Resolving deltas: 88% (301/342) Resolving deltas: 97% (334/342) Resolving deltas: 98% (337/342) Resolving deltas: 99% (340/342) Resolving deltas: 100% (342/342) Resolving deltas: 100% (342/342), done. [2020-12-05T00:52:35.294Z] Pulling config-common  [2020-12-05T00:52:36.239Z] Pulling consul  [2020-12-05T00:52:36.501Z] Cloning into '/build/parts/consul/src'... [2020-12-05T00:52:37.077Z] remote: Enumerating objects: 9433, done. [2020-12-05T00:52:37.077Z] 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-05T00:52:38.123Z] 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: 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: 70% (5344/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-05T00:52:40.119Z] 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: 20% (1887/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 21% (1981/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 22% (2076/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 23% (2170/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 24% (2264/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 25% (2359/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 26% (2453/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 27% (2547/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 28% (2642/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 29% (2736/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 30% (2830/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 31% (2925/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 32% (3019/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 33% (3113/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 34% (3208/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 35% (3302/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 36% (3396/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 37% (3491/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 38% (3585/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 39% (3679/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 40% (3774/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 41% (3868/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 42% (3962/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 43% (4057/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 44% (4151/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 45% (4245/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 46% (4340/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 47% (4434/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 48% (4528/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 49% (4623/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 49% (4632/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 50% (4717/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 51% (4811/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 52% (4906/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 53% (5000/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 54% (5094/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 55% (5189/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 56% (5283/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 57% (5377/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 58% (5472/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 59% (5566/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 60% (5660/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 61% (5755/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 62% (5849/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 63% (5943/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 64% (6038/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 65% (6132/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 66% (6226/9433), 612.00 KiB | 841.00 KiB/s Receiving objects: 67% (6321/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 68% (6415/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 69% (6509/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 70% (6604/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 71% (6698/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 72% (6792/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 73% (6887/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 74% (6981/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 75% (7075/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 76% (7170/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 77% (7264/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 78% (7358/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 79% (7453/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 80% (7547/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 81% (7641/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 82% (7736/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 83% (7830/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 84% (7924/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 85% (8019/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 86% (8113/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 87% (8207/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 88% (8302/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 89% (8396/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 90% (8490/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 91% (8585/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 92% (8679/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 93% (8773/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 94% (8868/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 95% (8962/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 96% (9056/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 97% (9151/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 98% (9245/9433), 8.99 MiB | 7.35 MiB/s Receiving objects: 99% (9339/9433), 17.87 MiB | 10.37 MiB/s remote: Total 9433 (delta 1882), reused 6084 (delta 1371), pack-reused 0 [2020-12-05T00:52:40.119Z] Receiving objects: 100% (9433/9433), 17.87 MiB | 10.37 MiB/s Receiving objects: 100% (9433/9433), 27.62 MiB | 13.91 MiB/s, done. [2020-12-05T00:52:40.119Z] Resolving deltas: 0% (0/1882) Resolving deltas: 1% (19/1882) Resolving deltas: 3% (64/1882) Resolving deltas: 4% (91/1882) Resolving deltas: 5% (96/1882) Resolving deltas: 6% (131/1882) Resolving deltas: 7% (135/1882) Resolving deltas: 8% (152/1882) Resolving deltas: 9% (170/1882) Resolving deltas: 10% (192/1882) Resolving deltas: 11% (213/1882) Resolving deltas: 12% (226/1882) Resolving deltas: 13% (245/1882) Resolving deltas: 14% (266/1882) Resolving deltas: 15% (284/1882) Resolving deltas: 16% (306/1882) Resolving deltas: 17% (322/1882) Resolving deltas: 18% (340/1882) Resolving deltas: 19% (358/1882) Resolving deltas: 20% (378/1882) Resolving deltas: 21% (396/1882) Resolving deltas: 22% (415/1882) Resolving deltas: 23% (433/1882) Resolving deltas: 24% (454/1882) Resolving deltas: 25% (473/1882) Resolving deltas: 26% (490/1882) Resolving deltas: 27% (510/1882) Resolving deltas: 28% (535/1882) Resolving deltas: 29% (551/1882) Resolving deltas: 30% (566/1882) Resolving deltas: 31% (585/1882) Resolving deltas: 32% (605/1882) Resolving deltas: 33% (626/1882) Resolving deltas: 34% (656/1882) Resolving deltas: 35% (662/1882) Resolving deltas: 37% (705/1882) Resolving deltas: 38% (717/1882) Resolving deltas: 39% (737/1882) Resolving deltas: 40% (753/1882) Resolving deltas: 41% (772/1882) Resolving deltas: 42% (795/1882) Resolving deltas: 43% (818/1882) Resolving deltas: 44% (829/1882) Resolving deltas: 45% (852/1882) Resolving deltas: 46% (873/1882) Resolving deltas: 47% (887/1882) Resolving deltas: 48% (906/1882) Resolving deltas: 49% (923/1882) Resolving deltas: 50% (941/1882) Resolving deltas: 51% (960/1882) Resolving deltas: 52% (979/1882) Resolving deltas: 53% (998/1882) Resolving deltas: 54% (1019/1882) Resolving deltas: 55% (1036/1882) Resolving deltas: 56% (1057/1882) Resolving deltas: 59% (1115/1882) Resolving deltas: 60% (1130/1882) Resolving deltas: 61% (1149/1882) Resolving deltas: 62% (1167/1882) Resolving deltas: 63% (1186/1882) Resolving deltas: 64% (1207/1882) Resolving deltas: 65% (1226/1882) Resolving deltas: 66% (1244/1882) Resolving deltas: 67% (1261/1882) Resolving deltas: 68% (1280/1882) Resolving deltas: 69% (1304/1882) Resolving deltas: 70% (1320/1882) Resolving deltas: 71% (1338/1882) Resolving deltas: 72% (1356/1882) Resolving deltas: 73% (1375/1882) Resolving deltas: 74% (1395/1882) Resolving deltas: 75% (1414/1882) Resolving deltas: 76% (1432/1882) Resolving deltas: 77% (1453/1882) Resolving deltas: 79% (1494/1882) Resolving deltas: 81% (1529/1882) Resolving deltas: 82% (1552/1882) Resolving deltas: 83% (1563/1882) Resolving deltas: 84% (1582/1882) Resolving deltas: 85% (1605/1882) Resolving deltas: 86% (1619/1882) Resolving deltas: 87% (1645/1882) Resolving deltas: 88% (1657/1882) Resolving deltas: 90% (1710/1882) Resolving deltas: 92% (1734/1882) Resolving deltas: 93% (1757/1882) Resolving deltas: 94% (1771/1882) Resolving deltas: 95% (1790/1882) Resolving deltas: 96% (1807/1882) Resolving deltas: 97% (1828/1882) Resolving deltas: 98% (1845/1882) Resolving deltas: 99% (1866/1882) Resolving deltas: 100% (1882/1882) Resolving deltas: 100% (1882/1882), done. [2020-12-05T00:52:40.380Z] Note: checking out '12b16df320052414244659e4dadda078f67849ed'. [2020-12-05T00:52:40.380Z] [2020-12-05T00:52:40.380Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-05T00:52:40.380Z] changes and commit them, and you can discard any commits you make in this [2020-12-05T00:52:40.380Z] state without impacting any branches by performing another checkout. [2020-12-05T00:52:40.380Z] [2020-12-05T00:52:40.380Z] If you want to create a new branch to retain commits you create, you may [2020-12-05T00:52:40.380Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-05T00:52:40.380Z] [2020-12-05T00:52:40.380Z] git checkout -b [2020-12-05T00:52:40.380Z] [2020-12-05T00:52:41.325Z] Pulling device-virtual-go  [2020-12-05T00:52:41.899Z] Cloning into '/build/parts/device-virtual-go/src'... [2020-12-05T00:52:42.162Z] remote: Enumerating objects: 39, done. [2020-12-05T00:52:42.162Z] 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-05T00:52:42.162Z] 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-05T00:52:42.162Z] remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 [2020-12-05T00:52:42.163Z] 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-05T00:52:42.163Z] Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. [2020-12-05T00:52:42.163Z] [2020-12-05T00:52:42.163Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-05T00:52:42.163Z] changes and commit them, and you can discard any commits you make in this [2020-12-05T00:52:42.163Z] state without impacting any branches by performing another checkout. [2020-12-05T00:52:42.163Z] [2020-12-05T00:52:42.163Z] If you want to create a new branch to retain commits you create, you may [2020-12-05T00:52:42.163Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-05T00:52:42.163Z] [2020-12-05T00:52:42.163Z] git checkout -b [2020-12-05T00:52:42.163Z] [2020-12-05T00:52:43.551Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-05T00:52:43.813Z] 0% [Working] 0% [Working] 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-05T00:52:43.813Z] 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-05T00:52:44.076Z] 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-05T00:52:44.076Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:52:46.641Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-05T00:52:46.641Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:52:46.903Z] 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-05T00:52:46.903Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:52:46.903Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-05T00:52:46.903Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:52:47.163Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-05T00:52:47.163Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:52:47.423Z] Pulling edgex-go  [2020-12-05T00:52:49.355Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-05T00:52:49.355Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-05T00:52:49.617Z] 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-05T00:52:49.617Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-05T00:52:49.883Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:52:52.258Z] Removing intermediate container fce9872fb168 [2020-12-05T00:52:52.258Z] ---> 5561d5edb20c [2020-12-05T00:52:52.258Z] [2020-12-05T00:52:52.258Z] Step 10/21 : FROM scratch [2020-12-05T00:52:52.258Z] ---> [2020-12-05T00:52:52.258Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T00:52:52.258Z] ---> Using cache [2020-12-05T00:52:52.258Z] ---> 6cf32b65a15a [2020-12-05T00:52:52.258Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-05T00:52:52.258Z] ---> Running in 3dd22bb333be [2020-12-05T00:52:52.258Z] Removing intermediate container 3dd22bb333be [2020-12-05T00:52:52.258Z] ---> cb6d036aa847 [2020-12-05T00:52:52.258Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-05T00:52:52.258Z] ---> Running in c914d8589f7b [2020-12-05T00:52:52.258Z] Removing intermediate container c914d8589f7b [2020-12-05T00:52:52.258Z] ---> 6f553e9751d4 [2020-12-05T00:52:52.258Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-05T00:52:52.258Z] ---> 01dca84f9d2e [2020-12-05T00:52:52.258Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-05T00:52:52.258Z] ---> bb1b4f8b6160 [2020-12-05T00:52:52.258Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-05T00:52:52.258Z] ---> d64d1194f826 [2020-12-05T00:52:52.258Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-05T00:52:52.258Z] ---> Running in 19097a914c03 [2020-12-05T00:52:52.258Z] Removing intermediate container 19097a914c03 [2020-12-05T00:52:52.258Z] ---> 1d1fd058b374 [2020-12-05T00:52:52.258Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:52:52.258Z] ---> Running in 445a983643f4 [2020-12-05T00:52:52.258Z] Removing intermediate container 445a983643f4 [2020-12-05T00:52:52.258Z] ---> 27dfdaae8585 [2020-12-05T00:52:52.258Z] Step 19/21 : LABEL arch=arm64 [2020-12-05T00:52:52.258Z] ---> Running in 55d2b2940c5b [2020-12-05T00:52:52.258Z] Removing intermediate container 55d2b2940c5b [2020-12-05T00:52:52.258Z] ---> a3ef299c0b67 [2020-12-05T00:52:52.258Z] Step 20/21 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:52:52.445Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-126.129_amd64.deb [989 kB] [2020-12-05T00:52:52.531Z] ---> Running in a837e6a1aa0f [2020-12-05T00:52:52.967Z] 1% 65% 100% [Working] Fetched 989 kB in 0s (0 B/s) [2020-12-05T00:52:52.967Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.3_amd64.deb [2586 kB] [2020-12-05T00:52:53.132Z] Removing intermediate container a837e6a1aa0f [2020-12-05T00:52:53.133Z] ---> 1a598fbdb23c [2020-12-05T00:52:53.133Z] Step 21/21 : LABEL version=0.0.0 [2020-12-05T00:52:53.405Z] ---> Running in 8e07906400d0 [2020-12-05T00:52:53.806Z] 0% 25% 100% [Working] Fetched 2586 kB in 0s (0 B/s) [2020-12-05T00:52:54.007Z] Removing intermediate container 8e07906400d0 [2020-12-05T00:52:54.007Z] ---> 3bd89bb6c27f [2020-12-05T00:52:54.007Z] [2020-12-05T00:52:54.068Z] 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-05T00:52:54.617Z] Successfully built 3bd89bb6c27f [2020-12-05T00:52:54.617Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-05T00:52:54.642Z] 0% 24% 100% [Working] Fetched 2762 kB in 0s (0 B/s) [2020-12-05T00:52:54.909Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zlib1g-dev_1.2.11.dfsg-0ubuntu2_amd64.deb [176 kB] [2020-12-05T00:52:55.171Z] 7% 100% [Working] Fetched 176 kB in 0s (0 B/s) [2020-12-05T00:52:55.435Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] [2020-12-05T00:52:56.271Z] 0% 18% 100% [Working] Fetched 3534 kB in 0s (0 B/s) [2020-12-05T00:52:56.271Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpcre3_8.39-9_amd64.deb [229 kB] [2020-12-05T00:52:56.852Z] 5% 100% [Working] Fetched 229 kB in 0s (0 B/s) [2020-12-05T00:52:57.117Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-12-05T00:52:57.117Z] 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) [2020-12-05T00:52:57.379Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.3_amd64.deb [71.8 kB] [2020-12-05T00:52:57.640Z] 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) [2020-12-05T00:52:57.640Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] [2020-12-05T00:52:58.213Z] 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) [2020-12-05T00:52:58.213Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-12-05T00:52:58.213Z] 99% 100% [Working] Fetched 6084 B in 0s (0 B/s) [2020-12-05T00:52:58.958Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-05T00:53:00.767Z] Copying needed target link from the system /lib/x86_64-linux-gnu/libz.so.1.2.11 [2020-12-05T00:53:01.346Z] Pulling kong  [2020-12-05T00:53:03.540Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-05T00:53:03.540Z] 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-05T00:53:03.540Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-05T00:53:03.803Z] 69% 85% [Working] 85% [Working] 85% Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-05T00:53:04.066Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:06.247Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-05T00:53:06.247Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:06.247Z] 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-05T00:53:06.247Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:06.507Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-05T00:53:06.507Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:06.507Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-05T00:53:06.507Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:06.767Z] Pulling kuiper  [2020-12-05T00:53:07.339Z] Cloning into '/build/parts/kuiper/src'... [2020-12-05T00:53:07.602Z] remote: Enumerating objects: 90, done. [2020-12-05T00:53:07.602Z] remote: Counting objects: 1% (1/90) remote: Counting objects: 2% (2/90) remote: Counting objects: 3% (3/90) remote: Counting objects: 4% (4/90) remote: Counting objects: 5% (5/90) remote: Counting objects: 6% (6/90) remote: Counting objects: 7% (7/90) remote: Counting objects: 8% (8/90) remote: Counting objects: 10% (9/90) remote: Counting objects: 11% (10/90) remote: Counting objects: 12% (11/90) remote: Counting objects: 13% (12/90) remote: Counting objects: 14% (13/90) remote: Counting objects: 15% (14/90) remote: Counting objects: 16% (15/90) remote: Counting objects: 17% (16/90) remote: Counting objects: 18% (17/90) remote: Counting objects: 20% (18/90) remote: Counting objects: 21% (19/90) remote: Counting objects: 22% (20/90) remote: Counting objects: 23% (21/90) remote: Counting objects: 24% (22/90) remote: Counting objects: 25% (23/90) remote: Counting objects: 26% (24/90) remote: Counting objects: 27% (25/90) remote: Counting objects: 28% (26/90) remote: Counting objects: 30% (27/90) remote: Counting objects: 31% (28/90) remote: Counting objects: 32% (29/90) remote: Counting objects: 33% (30/90) remote: Counting objects: 34% (31/90) remote: Counting objects: 35% (32/90) remote: Counting objects: 36% (33/90) remote: Counting objects: 37% (34/90) remote: Counting objects: 38% (35/90) remote: Counting objects: 40% (36/90) remote: Counting objects: 41% (37/90) remote: Counting objects: 42% (38/90) remote: Counting objects: 43% (39/90) remote: Counting objects: 44% (40/90) remote: Counting objects: 45% (41/90) remote: Counting objects: 46% (42/90) remote: Counting objects: 47% (43/90) remote: Counting objects: 48% (44/90) remote: Counting objects: 50% (45/90) remote: Counting objects: 51% (46/90) remote: Counting objects: 52% (47/90) remote: Counting objects: 53% (48/90) remote: Counting objects: 54% (49/90) remote: Counting objects: 55% (50/90) remote: Counting objects: 56% (51/90) remote: Counting objects: 57% (52/90) remote: Counting objects: 58% (53/90) remote: Counting objects: 60% (54/90) remote: Counting objects: 61% (55/90) remote: Counting objects: 62% (56/90) remote: Counting objects: 63% (57/90) remote: Counting objects: 64% (58/90) remote: Counting objects: 65% (59/90) remote: Counting objects: 66% (60/90) remote: Counting objects: 67% (61/90) remote: Counting objects: 68% (62/90) remote: Counting objects: 70% (63/90) remote: Counting objects: 71% (64/90) remote: Counting objects: 72% (65/90) remote: Counting objects: 73% (66/90) remote: Counting objects: 74% (67/90) remote: Counting objects: 75% (68/90) remote: Counting objects: 76% (69/90) remote: Counting objects: 77% (70/90) remote: Counting objects: 78% (71/90) remote: Counting objects: 80% (72/90) remote: Counting objects: 81% (73/90) remote: Counting objects: 82% (74/90) remote: Counting objects: 83% (75/90) remote: Counting objects: 84% (76/90) remote: Counting objects: 85% (77/90) remote: Counting objects: 86% (78/90) remote: Counting objects: 87% (79/90) remote: Counting objects: 88% (80/90) remote: Counting objects: 90% (81/90) remote: Counting objects: 91% (82/90) remote: Counting objects: 92% (83/90) remote: Counting objects: 93% (84/90) remote: Counting objects: 94% (85/90) remote: Counting objects: 95% (86/90) remote: Counting objects: 96% (87/90) remote: Counting objects: 97% (88/90) remote: Counting objects: 98% (89/90) remote: Counting objects: 100% (90/90) remote: Counting objects: 100% (90/90), done. [2020-12-05T00:53:07.603Z] remote: Compressing objects: 1% (1/79) remote: Compressing objects: 2% (2/79) remote: Compressing objects: 3% (3/79) remote: Compressing objects: 5% (4/79) remote: Compressing objects: 6% (5/79) remote: Compressing objects: 7% (6/79) remote: Compressing objects: 8% (7/79) remote: Compressing objects: 10% (8/79) remote: Compressing objects: 11% (9/79) remote: Compressing objects: 12% (10/79) remote: Compressing objects: 13% (11/79) remote: Compressing objects: 15% (12/79) remote: Compressing objects: 16% (13/79) remote: Compressing objects: 17% (14/79) remote: Compressing objects: 18% (15/79) remote: Compressing objects: 20% (16/79) remote: Compressing objects: 21% (17/79) remote: Compressing objects: 22% (18/79) remote: Compressing objects: 24% (19/79) remote: Compressing objects: 25% (20/79) remote: Compressing objects: 26% (21/79) remote: Compressing objects: 27% (22/79) remote: Compressing objects: 29% (23/79) remote: Compressing objects: 30% (24/79) remote: Compressing objects: 31% (25/79) remote: Compressing objects: 32% (26/79) remote: Compressing objects: 34% (27/79) remote: Compressing objects: 35% (28/79) remote: Compressing objects: 36% (29/79) remote: Compressing objects: 37% (30/79) remote: Compressing objects: 39% (31/79) remote: Compressing objects: 40% (32/79) remote: Compressing objects: 41% (33/79) remote: Compressing objects: 43% (34/79) remote: Compressing objects: 44% (35/79) remote: Compressing objects: 45% (36/79) remote: Compressing objects: 46% (37/79) remote: Compressing objects: 48% (38/79) remote: Compressing objects: 49% (39/79) remote: Compressing objects: 50% (40/79) remote: Compressing objects: 51% (41/79) remote: Compressing objects: 53% (42/79) remote: Compressing objects: 54% (43/79) remote: Compressing objects: 55% (44/79) remote: Compressing objects: 56% (45/79) remote: Compressing objects: 58% (46/79) remote: Compressing objects: 59% (47/79) remote: Compressing objects: 60% (48/79) remote: Compressing objects: 62% (49/79) remote: Compressing objects: 63% (50/79) remote: Compressing objects: 64% (51/79) remote: Compressing objects: 65% (52/79) remote: Compressing objects: 67% (53/79) remote: Compressing objects: 68% (54/79) remote: Compressing objects: 69% (55/79) remote: Compressing objects: 70% (56/79) remote: Compressing objects: 72% (57/79) remote: Compressing objects: 73% (58/79) remote: Compressing objects: 74% (59/79) remote: Compressing objects: 75% (60/79) remote: Compressing objects: 77% (61/79) remote: Compressing objects: 78% (62/79) remote: Compressing objects: 79% (63/79) remote: Compressing objects: 81% (64/79) remote: Compressing objects: 82% (65/79) remote: Compressing objects: 83% (66/79) remote: Compressing objects: 84% (67/79) remote: Compressing objects: 86% (68/79) remote: Compressing objects: 87% (69/79) remote: Compressing objects: 88% (70/79) remote: Compressing objects: 89% (71/79) remote: Compressing objects: 91% (72/79) remote: Compressing objects: 92% (73/79) remote: Compressing objects: 93% (74/79) remote: Compressing objects: 94% (75/79) remote: Compressing objects: 96% (76/79) remote: Compressing objects: 97% (77/79) remote: Compressing objects: 98% (78/79) remote: Compressing objects: 100% (79/79) remote: Compressing objects: 100% (79/79), done. [2020-12-05T00:53:12.628Z] Receiving objects: 0% (1/8181) Receiving objects: 1% (82/8181) Receiving objects: 2% (164/8181) Receiving objects: 3% (246/8181) Receiving objects: 4% (328/8181) Receiving objects: 5% (410/8181) Receiving objects: 6% (491/8181) Receiving objects: 7% (573/8181) Receiving objects: 8% (655/8181) Receiving objects: 9% (737/8181) Receiving objects: 10% (819/8181) Receiving objects: 11% (900/8181) Receiving objects: 12% (982/8181) Receiving objects: 13% (1064/8181) Receiving objects: 14% (1146/8181) Receiving objects: 15% (1228/8181) Receiving objects: 16% (1309/8181) Receiving objects: 17% (1391/8181) Receiving objects: 18% (1473/8181), 1.90 MiB | 3.76 MiB/s Receiving objects: 18% (1514/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 19% (1555/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 20% (1637/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 21% (1719/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 22% (1800/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 23% (1882/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 24% (1964/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 25% (2046/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 26% (2128/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 27% (2209/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 28% (2291/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 29% (2373/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 30% (2455/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 31% (2537/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 32% (2618/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 33% (2700/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 34% (2782/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 35% (2864/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 36% (2946/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 37% (3027/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 38% (3109/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 39% (3191/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 40% (3273/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 41% (3355/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 42% (3437/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 43% (3518/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 44% (3600/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 45% (3682/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 46% (3764/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 47% (3846/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 48% (3927/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 49% (4009/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 50% (4091/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 51% (4173/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 52% (4255/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 53% (4336/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 54% (4418/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 55% (4500/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 56% (4582/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 57% (4664/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 58% (4745/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 59% (4827/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 60% (4909/8181), 2.92 MiB | 2.89 MiB/s Receiving objects: 60% (4932/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 61% (4991/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 62% (5073/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 63% (5155/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 64% (5236/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 65% (5318/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 66% (5400/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 67% (5482/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 68% (5564/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 69% (5645/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 70% (5727/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 71% (5809/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 72% (5891/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 73% (5973/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 74% (6054/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 75% (6136/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 76% (6218/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 77% (6300/8181), 6.18 MiB | 3.08 MiB/s Receiving objects: 77% (6339/8181), 11.19 MiB | 3.72 MiB/s Receiving objects: 77% (6340/8181), 15.22 MiB | 3.79 MiB/s Receiving objects: 78% (6382/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 79% (6463/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 80% (6545/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 81% (6627/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 82% (6709/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 83% (6791/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 84% (6873/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 85% (6954/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 86% (7036/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 87% (7118/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 88% (7200/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 89% (7282/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 90% (7363/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 91% (7445/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 92% (7527/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 93% (7609/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 94% (7691/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 95% (7772/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 96% (7854/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 97% (7936/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 98% (8018/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 99% (8100/8181), 17.48 MiB | 3.87 MiB/s remote: Total 8181 (delta 16), reused 37 (delta 11), pack-reused 8091 [2020-12-05T00:53:12.628Z] Receiving objects: 100% (8181/8181), 17.48 MiB | 3.87 MiB/s Receiving objects: 100% (8181/8181), 19.30 MiB | 3.92 MiB/s, done. [2020-12-05T00:53:12.628Z] Resolving deltas: 0% (0/5239) Resolving deltas: 1% (62/5239) Resolving deltas: 2% (110/5239) Resolving deltas: 3% (171/5239) Resolving deltas: 4% (214/5239) Resolving deltas: 5% (263/5239) Resolving deltas: 6% (349/5239) Resolving deltas: 7% (367/5239) Resolving deltas: 8% (420/5239) Resolving deltas: 9% (479/5239) Resolving deltas: 10% (524/5239) Resolving deltas: 11% (578/5239) Resolving deltas: 12% (630/5239) Resolving deltas: 13% (682/5239) Resolving deltas: 14% (736/5239) Resolving deltas: 15% (787/5239) Resolving deltas: 16% (846/5239) Resolving deltas: 17% (915/5239) Resolving deltas: 18% (952/5239) Resolving deltas: 19% (1002/5239) Resolving deltas: 20% (1052/5239) Resolving deltas: 21% (1121/5239) Resolving deltas: 22% (1162/5239) Resolving deltas: 23% (1240/5239) Resolving deltas: 24% (1278/5239) Resolving deltas: 25% (1319/5239) Resolving deltas: 26% (1385/5239) Resolving deltas: 27% (1423/5239) Resolving deltas: 28% (1471/5239) Resolving deltas: 29% (1529/5239) Resolving deltas: 30% (1577/5239) Resolving deltas: 31% (1626/5239) Resolving deltas: 32% (1687/5239) Resolving deltas: 33% (1731/5239) Resolving deltas: 34% (1787/5239) Resolving deltas: 35% (1851/5239) Resolving deltas: 36% (1913/5239) Resolving deltas: 38% (1999/5239) Resolving deltas: 39% (2044/5239) Resolving deltas: 40% (2096/5239) Resolving deltas: 41% (2168/5239) Resolving deltas: 42% (2220/5239) Resolving deltas: 43% (2256/5239) Resolving deltas: 44% (2310/5239) Resolving deltas: 45% (2358/5239) Resolving deltas: 46% (2412/5239) Resolving deltas: 47% (2470/5239) Resolving deltas: 49% (2568/5239) Resolving deltas: 50% (2625/5239) Resolving deltas: 51% (2672/5239) Resolving deltas: 52% (2729/5239) Resolving deltas: 53% (2778/5239) Resolving deltas: 54% (2835/5239) Resolving deltas: 55% (2883/5239) Resolving deltas: 56% (2943/5239) Resolving deltas: 57% (3002/5239) Resolving deltas: 58% (3043/5239) Resolving deltas: 59% (3093/5239) Resolving deltas: 60% (3152/5239) Resolving deltas: 61% (3196/5239) Resolving deltas: 63% (3310/5239) Resolving deltas: 64% (3371/5239) Resolving deltas: 65% (3419/5239) Resolving deltas: 66% (3486/5239) Resolving deltas: 67% (3533/5239) Resolving deltas: 68% (3563/5239) Resolving deltas: 69% (3618/5239) Resolving deltas: 70% (3673/5239) Resolving deltas: 71% (3723/5239) Resolving deltas: 72% (3776/5239) Resolving deltas: 73% (3853/5239) Resolving deltas: 74% (3898/5239) Resolving deltas: 75% (3946/5239) Resolving deltas: 76% (3984/5239) Resolving deltas: 77% (4066/5239) Resolving deltas: 78% (4121/5239) Resolving deltas: 79% (4179/5239) Resolving deltas: 80% (4192/5239) Resolving deltas: 81% (4249/5239) Resolving deltas: 82% (4296/5239) Resolving deltas: 83% (4353/5239) Resolving deltas: 84% (4411/5239) Resolving deltas: 85% (4455/5239) Resolving deltas: 86% (4511/5239) Resolving deltas: 87% (4558/5239) Resolving deltas: 88% (4614/5239) Resolving deltas: 89% (4664/5239) Resolving deltas: 90% (4739/5239) Resolving deltas: 91% (4770/5239) Resolving deltas: 92% (4867/5239) Resolving deltas: 93% (4875/5239) Resolving deltas: 94% (4935/5239) Resolving deltas: 95% (4983/5239) Resolving deltas: 96% (5030/5239) Resolving deltas: 97% (5102/5239) Resolving deltas: 98% (5135/5239) Resolving deltas: 100% (5239/5239) Resolving deltas: 100% (5239/5239), done. [2020-12-05T00:53:12.628Z] Note: checking out 'bcea451070187c468cde9addf422af8edf09196d'. [2020-12-05T00:53:12.628Z] [2020-12-05T00:53:12.628Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-05T00:53:12.628Z] changes and commit them, and you can discard any commits you make in this [2020-12-05T00:53:12.628Z] state without impacting any branches by performing another checkout. [2020-12-05T00:53:12.628Z] [2020-12-05T00:53:12.628Z] If you want to create a new branch to retain commits you create, you may [2020-12-05T00:53:12.628Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-05T00:53:12.628Z] [2020-12-05T00:53:12.628Z] git checkout -b [2020-12-05T00:53:12.628Z] [2020-12-05T00:53:14.067Z] Removing intermediate container 0e2d7bbcda41 [2020-12-05T00:53:14.067Z] ---> 15d658a74d9f [2020-12-05T00:53:14.067Z] [2020-12-05T00:53:14.067Z] Step 10/24 : FROM alpine:3.10 [2020-12-05T00:53:14.067Z] 3.10: Pulling from library/alpine [2020-12-05T00:53:14.277Z] 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-05T00:53:14.277Z] 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-05T00:53:14.277Z] 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-05T00:53:14.340Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-05T00:53:14.340Z] Status: Downloaded newer image for alpine:3.10 [2020-12-05T00:53:14.340Z] ---> 536a684cf733 [2020-12-05T00:53:14.340Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-05T00:53:14.539Z] 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-05T00:53:14.801Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:15.781Z] ---> Running in 1df5413f3128 [2020-12-05T00:53:15.781Z] Removing intermediate container 9e73edc5102d [2020-12-05T00:53:15.781Z] ---> a95ebfe5e6da [2020-12-05T00:53:15.781Z] [2020-12-05T00:53:15.781Z] Step 10/22 : FROM scratch [2020-12-05T00:53:15.782Z] ---> [2020-12-05T00:53:15.782Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-05T00:53:16.060Z] Removing intermediate container ffe25aa1d5f4 [2020-12-05T00:53:16.060Z] ---> aca155f59d1b [2020-12-05T00:53:16.060Z] [2020-12-05T00:53:16.060Z] Step 10/22 : FROM alpine:3.10 [2020-12-05T00:53:16.060Z] ---> 536a684cf733 [2020-12-05T00:53:16.060Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-05T00:53:16.060Z] ---> Using cache [2020-12-05T00:53:16.060Z] ---> 6cf32b65a15a [2020-12-05T00:53:16.060Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-05T00:53:16.334Z] ---> Running in 5272a60803a2 [2020-12-05T00:53:16.334Z] ---> Running in a7f88c96c801 [2020-12-05T00:53:16.938Z] Removing intermediate container 5272a60803a2 [2020-12-05T00:53:16.938Z] ---> 267ba16dde5c [2020-12-05T00:53:16.938Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-05T00:53:17.244Z] ---> Running in 4560f727cbbf [2020-12-05T00:53:17.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:53:17.351Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-05T00:53:17.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:53:17.616Z] 13% 100% [Working] Fetched 96.5 kB in 0s (0 B/s) [2020-12-05T00:53:17.879Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-common_190ubuntu0.1_all.deb [157 kB] [2020-12-05T00:53:17.894Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-05T00:53:17.894Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-05T00:53:17.894Z] OK: 10169 distinct packages available [2020-12-05T00:53:17.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:53:18.140Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-12-05T00:53:18.200Z] Removing intermediate container 4560f727cbbf [2020-12-05T00:53:18.200Z] ---> 26bc205ecf1a [2020-12-05T00:53:18.200Z] Step 14/22 : WORKDIR / [2020-12-05T00:53:18.403Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 init-system-helpers_1.51_all.deb [37.3 kB] [2020-12-05T00:53:18.491Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:53:18.491Z] ---> Running in 13b5c276f167 [2020-12-05T00:53:18.491Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-05T00:53:18.664Z] 33% 100% [Working] Fetched 37.3 kB in 0s (0 B/s) [2020-12-05T00:53:18.767Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-05T00:53:18.767Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-05T00:53:18.767Z] (4/5) Installing curl (7.66.0-r1) [2020-12-05T00:53:18.767Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-05T00:53:18.767Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-05T00:53:18.767Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-05T00:53:18.767Z] OK: 10169 distinct packages available [2020-12-05T00:53:18.767Z] Executing busybox-1.30.1-r3.trigger [2020-12-05T00:53:18.767Z] Executing ca-certificates-20191127-r2.trigger [2020-12-05T00:53:18.930Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-05T00:53:19.054Z] OK: 7 MiB in 19 packages [2020-12-05T00:53:19.192Z] 4% 100% [Working] Fetched 279 kB in 0s (0 B/s) [2020-12-05T00:53:19.325Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-05T00:53:19.454Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-05T00:53:19.596Z] Removing intermediate container 13b5c276f167 [2020-12-05T00:53:19.596Z] ---> b755fb8a65d8 [2020-12-05T00:53:19.596Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-05T00:53:19.596Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-05T00:53:19.596Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-05T00:53:19.596Z] (4/5) Installing curl (7.66.0-r1) [2020-12-05T00:53:19.596Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-05T00:53:19.596Z] Executing busybox-1.30.1-r3.trigger [2020-12-05T00:53:19.596Z] Executing ca-certificates-20191127-r2.trigger [2020-12-05T00:53:19.716Z] 10% 100% [Working] Fetched 122 kB in 0s (0 B/s) [2020-12-05T00:53:19.878Z] OK: 7 MiB in 19 packages [2020-12-05T00:53:19.878Z] Removing intermediate container 54ad0f0934e9 [2020-12-05T00:53:19.878Z] ---> 620bb894d86e [2020-12-05T00:53:19.878Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-05T00:53:19.977Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-05T00:53:19.977Z] 100% [Working] Fetched 8848 B in 0s (0 B/s) [2020-12-05T00:53:20.156Z] ---> Running in c8c5fabb00f7 [2020-12-05T00:53:20.239Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-05T00:53:20.239Z] 26% 100% [Working] Fetched 47.8 kB in 0s (0 B/s) [2020-12-05T00:53:20.426Z] ---> df911f1bc9b0 [2020-12-05T00:53:20.426Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-05T00:53:20.501Z] 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-05T00:53:20.763Z] 84% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) [2020-12-05T00:53:20.763Z] 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-05T00:53:21.018Z] Removing intermediate container 1df5413f3128 [2020-12-05T00:53:21.018Z] ---> 1063d1bb7405 [2020-12-05T00:53:21.018Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-05T00:53:21.292Z] ---> Running in f7d7c45ce2b0 [2020-12-05T00:53:21.337Z] 8% 100% [Working] Fetched 155 kB in 0s (0 B/s) [2020-12-05T00:53:21.337Z] 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-05T00:53:21.911Z] 2% 100% [Working] Fetched 614 kB in 0s (0 B/s) [2020-12-05T00:53:22.174Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-05T00:53:22.174Z] 85% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) [2020-12-05T00:53:22.265Z] ---> 2023e9fea8c3 [2020-12-05T00:53:22.265Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-05T00:53:22.265Z] 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-05T00:53:22.265Z] Removing intermediate container f7d7c45ce2b0 [2020-12-05T00:53:22.265Z] ---> 21b0890e6ec0 [2020-12-05T00:53:22.265Z] Step 13/24 : WORKDIR / [2020-12-05T00:53:22.448Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-05T00:53:22.546Z] Removing intermediate container a7f88c96c801 [2020-12-05T00:53:22.546Z] ---> 5cff21b57615 [2020-12-05T00:53:22.546Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-05T00:53:22.546Z] ---> Running in 7e9668eeff5a [2020-12-05T00:53:22.546Z] ---> Running in 357bcd50e703 [2020-12-05T00:53:23.021Z] 2% 100% [Working] Fetched 499 kB in 0s (0 B/s) [2020-12-05T00:53:23.021Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libicu60_60.2-3ubuntu3.1_amd64.deb [8054 kB] [2020-12-05T00:53:23.142Z] ---> 99fdae8fc770 [2020-12-05T00:53:23.142Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-05T00:53:23.432Z] ---> Running in ba677d778129 [2020-12-05T00:53:23.432Z] Removing intermediate container 7e9668eeff5a [2020-12-05T00:53:23.432Z] ---> f9f2f8e821d3 [2020-12-05T00:53:23.432Z] 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-05T00:53:23.432Z] Removing intermediate container 357bcd50e703 [2020-12-05T00:53:23.432Z] ---> 36b2196c9fe3 [2020-12-05T00:53:23.432Z] Step 13/22 : WORKDIR / [2020-12-05T00:53:23.723Z] ---> Running in 1306cf7f19e6 [2020-12-05T00:53:23.864Z] 0% 8% 100% [Working] Fetched 8054 kB in 0s (0 B/s) [2020-12-05T00:53:23.995Z] Removing intermediate container ba677d778129 [2020-12-05T00:53:23.995Z] ---> 720403db79b7 [2020-12-05T00:53:23.995Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:53:24.127Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-05T00:53:24.268Z] ---> Running in 014dc22c539b [2020-12-05T00:53:24.389Z] 5% 100% [Working] Fetched 240 kB in 0s (0 B/s) [2020-12-05T00:53:24.551Z] ---> 60adde03add9 [2020-12-05T00:53:24.551Z] 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-05T00:53:24.551Z] Removing intermediate container 1306cf7f19e6 [2020-12-05T00:53:24.551Z] ---> 8f9eb960e418 [2020-12-05T00:53:24.551Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-05T00:53:24.661Z] 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-05T00:53:24.661Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:24.822Z] Removing intermediate container 014dc22c539b [2020-12-05T00:53:24.822Z] ---> c41c6d8f4823 [2020-12-05T00:53:24.822Z] Step 20/22 : LABEL arch=arm64 [2020-12-05T00:53:24.921Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-05T00:53:24.921Z] 43% 100% [Working] Fetched 29.3 kB in 0s (0 B/s) [2020-12-05T00:53:25.093Z] ---> Running in 53b5c7a6c0cb [2020-12-05T00:53:25.182Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 netbase_5.4_all.deb [12.7 kB] [2020-12-05T00:53:25.183Z] 99% 100% [Working] Fetched 12.7 kB in 0s (0 B/s) [2020-12-05T00:53:25.380Z] ---> 740951509a53 [2020-12-05T00:53:25.380Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-05T00:53:25.380Z] ---> fe2f7a2c3dcf [2020-12-05T00:53:25.380Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-05T00:53:25.444Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-05T00:53:25.653Z] Removing intermediate container c8c5fabb00f7 [2020-12-05T00:53:25.653Z] ---> 2092f35bf817 [2020-12-05T00:53:25.653Z] [2020-12-05T00:53:25.653Z] Step 11/27 : FROM docker:latest [2020-12-05T00:53:25.653Z] ---> 84e3a507c27b [2020-12-05T00:53:25.653Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-05T00:53:25.653Z] Removing intermediate container 53b5c7a6c0cb [2020-12-05T00:53:25.653Z] ---> 40a1a749da2a [2020-12-05T00:53:25.653Z] Step 21/22 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:53:25.787Z] 14% 100% [Working] Fetched 85.5 kB in 0s (0 B/s) [2020-12-05T00:53:25.930Z] ---> Running in 063e4afe8b8c [2020-12-05T00:53:25.930Z] ---> Running in 0f10e194e407 [2020-12-05T00:53:26.049Z] 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-05T00:53:26.049Z] 25% 100% [Working] Fetched 49.2 kB in 0s (0 B/s) [2020-12-05T00:53:26.310Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpq5_10.15-0ubuntu0.18.04.1_amd64.deb [108 kB] [2020-12-05T00:53:26.533Z] ---> 64f804aaaef3 [2020-12-05T00:53:26.533Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-05T00:53:26.575Z] 11% 100% [Working] Fetched 108 kB in 0s (0 B/s) [2020-12-05T00:53:26.805Z] Removing intermediate container 0f10e194e407 [2020-12-05T00:53:26.805Z] ---> 32ce94cb74fb [2020-12-05T00:53:26.805Z] Step 22/22 : LABEL version=0.0.0 [2020-12-05T00:53:26.839Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ssl-cert_1.0.39_all.deb [17.0 kB] [2020-12-05T00:53:26.839Z] 74% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) [2020-12-05T00:53:27.096Z] ---> aaacc5d6cb00 [2020-12-05T00:53:27.096Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-05T00:53:27.100Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] [2020-12-05T00:53:27.100Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:27.359Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-10_10.15-0ubuntu0.18.04.1_amd64.deb [3766 kB] [2020-12-05T00:53:27.366Z] ---> Running in 052b22d3e57f [2020-12-05T00:53:27.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:53:27.366Z] ---> f5b18547c744 [2020-12-05T00:53:27.366Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-05T00:53:27.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:53:27.909Z] Removing intermediate container 052b22d3e57f [2020-12-05T00:53:27.909Z] ---> 574e410f7510 [2020-12-05T00:53:27.909Z] [2020-12-05T00:53:27.932Z] 0% 18% 100% [Working] Fetched 3766 kB in 0s (0 B/s) [2020-12-05T00:53:28.199Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client_10+190ubuntu0.1_all.deb [5896 B] [2020-12-05T00:53:28.199Z] 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) [2020-12-05T00:53:28.201Z] (1/2) Installing readline (8.0.4-r0) [2020-12-05T00:53:28.201Z] (2/2) Installing bash (5.0.17-r0) [2020-12-05T00:53:28.461Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-05T00:53:28.472Z] Executing bash-5.0.17-r0.post-install [2020-12-05T00:53:28.473Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:53:28.473Z] Successfully built 574e410f7510 [2020-12-05T00:53:28.473Z] OK: 12 MiB in 22 packages [2020-12-05T00:53:28.473Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-05T00:53:28.473Z]  Building docker-core-command-go ... done  ---> 4aa9d451c9f7 [2020-12-05T00:53:28.473Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-05T00:53:28.724Z] 40% 100% [Working] Fetched 30.8 kB in 0s (0 B/s) [2020-12-05T00:53:28.724Z] 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-05T00:53:28.743Z] ---> 4a0cce98925d [2020-12-05T00:53:28.743Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-05T00:53:28.984Z] 73% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) [2020-12-05T00:53:29.246Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql_10+190ubuntu0.1_all.deb [5884 B] [2020-12-05T00:53:29.247Z] 99% 100% [Working] Fetched 5884 B in 0s (0 B/s) [2020-12-05T00:53:29.247Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-12-05T00:53:29.247Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:29.336Z] ---> 98a1a4094d7c [2020-12-05T00:53:29.336Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-05T00:53:29.508Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-05T00:53:29.608Z] ---> Running in e7a3478e80ab [2020-12-05T00:53:29.769Z] 14% 100% [Working] Fetched 85.9 kB in 0s (0 B/s) [2020-12-05T00:53:29.879Z] ---> ef6e207d4f31 [2020-12-05T00:53:29.879Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-05T00:53:29.879Z] Removing intermediate container 063e4afe8b8c [2020-12-05T00:53:29.879Z] ---> 36d411193141 [2020-12-05T00:53:29.879Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-05T00:53:30.032Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ucf_3.0038_all.deb [50.5 kB] [2020-12-05T00:53:30.032Z] 24% 100% [Working] Fetched 50.5 kB in 0s (0 B/s) [2020-12-05T00:53:30.151Z] ---> Running in 575ec9ac9ff5 [2020-12-05T00:53:30.151Z] ---> Running in 3a933c2d0a21 [2020-12-05T00:53:30.294Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-05T00:53:30.294Z] 100% [Working] Fetched 8720 B in 0s (0 B/s) [2020-12-05T00:53:30.562Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-contrib_10+190ubuntu0.1_all.deb [5896 B] [2020-12-05T00:53:30.562Z] 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) [2020-12-05T00:53:30.824Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-05T00:53:31.085Z] 9% 100% [Working] Fetched 137 kB in 0s (0 B/s) [2020-12-05T00:53:31.347Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-05T00:53:31.610Z] 11% 100% [Working] Fetched 109 kB in 0s (0 B/s) [2020-12-05T00:53:31.872Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb [663 kB] [2020-12-05T00:53:32.132Z] 1% 100% [Working] Fetched 663 kB in 0s (0 B/s) [2020-12-05T00:53:32.393Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-05T00:53:32.772Z] Removing intermediate container e7a3478e80ab [2020-12-05T00:53:32.772Z] ---> f353a4f186c3 [2020-12-05T00:53:32.772Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-05T00:53:32.772Z] ---> Running in ed2f8feccfd1 [2020-12-05T00:53:32.983Z] 1% 100% [Working] Fetched 645 kB in 0s (0 B/s) [2020-12-05T00:53:33.045Z] Removing intermediate container 3a933c2d0a21 [2020-12-05T00:53:33.045Z] ---> 453c13c78b7c [2020-12-05T00:53:33.045Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-05T00:53:33.045Z] Removing intermediate container 575ec9ac9ff5 [2020-12-05T00:53:33.045Z] ---> 1ff161d3ae7c [2020-12-05T00:53:33.045Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-05T00:53:33.045Z] ---> Running in 85265e69a202 [2020-12-05T00:53:33.045Z] Removing intermediate container ed2f8feccfd1 [2020-12-05T00:53:33.045Z] ---> 59882b5e2ef2 [2020-12-05T00:53:33.045Z] Step 20/22 : LABEL arch=arm64 [2020-12-05T00:53:33.264Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libedit2_3.1-20170329-1_amd64.deb [76.9 kB] [2020-12-05T00:53:33.315Z] ---> Running in 1eebbe227bd3 [2020-12-05T00:53:33.315Z] ---> Running in 463e658e8883 [2020-12-05T00:53:33.531Z] 16% 100% [Working] Fetched 76.9 kB in 0s (0 B/s) [2020-12-05T00:53:33.531Z] 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-05T00:53:33.589Z] Removing intermediate container 85265e69a202 [2020-12-05T00:53:33.589Z] ---> 61ef66a9a7d5 [2020-12-05T00:53:33.589Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-05T00:53:33.792Z] 30% 100% [Working] Fetched 41.3 kB in 0s (0 B/s) [2020-12-05T00:53:33.859Z] ---> Running in 73d1db59c581 [2020-12-05T00:53:33.859Z] Removing intermediate container 1eebbe227bd3 [2020-12-05T00:53:33.859Z] ---> 849edfc3fb96 [2020-12-05T00:53:33.859Z] Step 22/24 : LABEL arch=arm64 [2020-12-05T00:53:33.859Z] Removing intermediate container 463e658e8883 [2020-12-05T00:53:33.859Z] ---> c8858c8819ee [2020-12-05T00:53:33.859Z] Step 21/22 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:53:34.053Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] [2020-12-05T00:53:34.054Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:34.054Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-05T00:53:34.128Z] ---> Running in 0993af4149a7 [2020-12-05T00:53:34.128Z] ---> Running in a17b621f6ac5 [2020-12-05T00:53:34.314Z] 70% 100% [Working] Fetched 17.9 kB in 0s (0 B/s) [2020-12-05T00:53:34.404Z] Removing intermediate container 73d1db59c581 [2020-12-05T00:53:34.404Z] ---> d01cd904081c [2020-12-05T00:53:34.404Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-05T00:53:34.404Z] ---> Running in 65ef5c38d3ae [2020-12-05T00:53:34.577Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-05T00:53:34.679Z] Removing intermediate container a17b621f6ac5 [2020-12-05T00:53:34.679Z] ---> f5d484e96d55 [2020-12-05T00:53:34.679Z] Step 23/24 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:53:34.679Z] Removing intermediate container 0993af4149a7 [2020-12-05T00:53:34.679Z] ---> 5629e8d2692d [2020-12-05T00:53:34.679Z] Step 22/22 : LABEL version=0.0.0 [2020-12-05T00:53:34.838Z] 3% 100% [Working] Fetched 368 kB in 0s (0 B/s) [2020-12-05T00:53:34.950Z] ---> Running in 3d77a22d0fb8 [2020-12-05T00:53:34.950Z] ---> Running in 4cf0259d1a14 [2020-12-05T00:53:34.950Z] Removing intermediate container 65ef5c38d3ae [2020-12-05T00:53:34.950Z] ---> 6315732ddadb [2020-12-05T00:53:34.950Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-05T00:53:35.100Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-05T00:53:35.552Z] Removing intermediate container 4cf0259d1a14 [2020-12-05T00:53:35.552Z] ---> 80e7b38760ab [2020-12-05T00:53:35.552Z] Step 24/24 : LABEL version=0.0.0 [2020-12-05T00:53:35.552Z] Removing intermediate container 3d77a22d0fb8 [2020-12-05T00:53:35.552Z] ---> fccb3e3c5885 [2020-12-05T00:53:35.552Z] [2020-12-05T00:53:35.673Z] 6% 100% [Working] Fetched 187 kB in 0s (0 B/s) [2020-12-05T00:53:35.674Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-05T00:53:36.156Z] ---> Running in dca206cfe1c6 [2020-12-05T00:53:36.156Z] Successfully built fccb3e3c5885 [2020-12-05T00:53:36.156Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-05T00:53:36.156Z]  Building docker-security-bootstrap-redis-go ... done  ---> a8aa4142d0c1 [2020-12-05T00:53:36.156Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-05T00:53:36.253Z] 7% 100% [Working] Fetched 175 kB in 0s (0 B/s) [2020-12-05T00:53:36.253Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-05T00:53:36.433Z] Removing intermediate container dca206cfe1c6 [2020-12-05T00:53:36.433Z] ---> ee5e9efa0760 [2020-12-05T00:53:36.433Z] [2020-12-05T00:53:36.825Z] 6% 100% [Working] Fetched 206 kB in 0s (0 B/s) [2020-12-05T00:53:36.825Z] 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-05T00:53:37.026Z] Successfully built ee5e9efa0760 [2020-12-05T00:53:37.026Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-05T00:53:37.026Z]  Building docker-security-secretstore-setup-go ... done  ---> c792951fe179 [2020-12-05T00:53:37.026Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-05T00:53:37.620Z] ---> 53b4f417beac [2020-12-05T00:53:37.620Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-05T00:53:37.894Z] ---> Running in 037ef91a6a49 [2020-12-05T00:53:37.970Z] 0% 31% 100% [Working] Fetched 1301 kB in 0s (0 B/s) [2020-12-05T00:53:37.970Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-05T00:53:38.231Z] 34% 100% [Working] Fetched 36.2 kB in 0s (0 B/s) [2020-12-05T00:53:38.493Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-12-05T00:53:38.493Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:38.754Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-05T00:53:38.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:53:39.016Z] 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) [2020-12-05T00:53:39.140Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:53:39.278Z] 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-05T00:53:39.731Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-05T00:53:39.732Z] (2/33) Installing expat (2.2.9-r1) [2020-12-05T00:53:39.732Z] (3/33) Installing libffi (3.3-r2) [2020-12-05T00:53:39.732Z] (4/33) Installing gdbm (1.13-r1) [2020-12-05T00:53:39.732Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-05T00:53:39.732Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-05T00:53:39.732Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-05T00:53:39.851Z] 1% 67% 100% [Working] Fetched 939 kB in 0s (0 B/s) [2020-12-05T00:53:40.112Z] 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-05T00:53:40.112Z] 17% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) [2020-12-05T00:53:40.373Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb [150 kB] [2020-12-05T00:53:40.637Z] 8% 100% [Working] Fetched 150 kB in 0s (0 B/s) [2020-12-05T00:53:40.898Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-common_190ubuntu0.1_all.deb [29.6 kB] [2020-12-05T00:53:41.160Z] 42% 100% [Working] Fetched 29.6 kB in 0s (0 B/s) [2020-12-05T00:53:43.955Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-05T00:53:43.955Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-05T00:53:43.955Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-05T00:53:43.955Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-05T00:53:43.955Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-05T00:53:43.955Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-05T00:53:43.955Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-05T00:53:43.955Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-05T00:53:43.955Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-05T00:53:43.955Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-05T00:53:43.955Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-05T00:53:43.955Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-05T00:53:43.955Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-05T00:53:43.955Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-05T00:53:43.955Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-05T00:53:43.955Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-05T00:53:43.955Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-05T00:53:43.955Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-05T00:53:43.955Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-05T00:53:43.955Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-05T00:53:43.955Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-05T00:53:43.955Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-05T00:53:43.955Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-05T00:53:43.955Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-05T00:53:43.955Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-05T00:53:43.955Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-05T00:53:44.231Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:53:44.231Z] OK: 71 MiB in 55 packages [2020-12-05T00:53:47.338Z] Pulling postgres  [2020-12-05T00:53:47.338Z] Pulling redis  [2020-12-05T00:53:47.605Z] Cloning into '/build/parts/redis/src'... [2020-12-05T00:53:48.178Z] remote: Enumerating objects: 881, done. [2020-12-05T00:53:48.449Z] 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-05T00:53:48.710Z] 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-05T00:53:48.971Z] 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-05T00:53:48.971Z] Receiving objects: 98% (864/881) Receiving objects: 99% (873/881) Receiving objects: 100% (881/881) Receiving objects: 100% (881/881), 2.41 MiB | 10.90 MiB/s, done. [2020-12-05T00:53:48.971Z] Resolving deltas: 0% (0/101) Resolving deltas: 2% (3/101) Resolving deltas: 3% (4/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: 14% (15/101) Resolving deltas: 16% (17/101) Resolving deltas: 17% (18/101) Resolving deltas: 21% (22/101) Resolving deltas: 22% (23/101) Resolving deltas: 23% (24/101) Resolving deltas: 27% (28/101) Resolving deltas: 30% (31/101) Resolving deltas: 34% (35/101) Resolving deltas: 35% (36/101) Resolving deltas: 39% (40/101) Resolving deltas: 40% (41/101) Resolving deltas: 41% (42/101) Resolving deltas: 42% (43/101) Resolving deltas: 46% (47/101) Resolving deltas: 47% (48/101) Resolving deltas: 48% (49/101) Resolving deltas: 51% (52/101) Resolving deltas: 54% (55/101) Resolving deltas: 56% (57/101) Resolving deltas: 60% (61/101) Resolving deltas: 61% (62/101) Resolving deltas: 63% (64/101) Resolving deltas: 64% (65/101) Resolving deltas: 65% (66/101) Resolving deltas: 66% (67/101) Resolving deltas: 68% (69/101) Resolving deltas: 69% (70/101) Resolving deltas: 70% (71/101) Resolving deltas: 78% (79/101) Resolving deltas: 79% (80/101) Resolving deltas: 80% (81/101) Resolving deltas: 82% (83/101) Resolving deltas: 83% (84/101) Resolving deltas: 85% (86/101) Resolving deltas: 87% (88/101) Resolving deltas: 88% (89/101) Resolving deltas: 89% (90/101) Resolving deltas: 91% (92/101) Resolving deltas: 92% (93/101) Resolving deltas: 94% (95/101) Resolving deltas: 96% (97/101) Resolving deltas: 97% (98/101) Resolving deltas: 98% (99/101) Resolving deltas: 99% (100/101) Resolving deltas: 100% (101/101) Resolving deltas: 100% (101/101), done. [2020-12-05T00:53:48.971Z] Note: checking out '03b59cd5f0788a52039287daa83229d459641ff5'. [2020-12-05T00:53:48.971Z] [2020-12-05T00:53:48.971Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-05T00:53:48.971Z] changes and commit them, and you can discard any commits you make in this [2020-12-05T00:53:48.971Z] state without impacting any branches by performing another checkout. [2020-12-05T00:53:48.971Z] [2020-12-05T00:53:48.971Z] If you want to create a new branch to retain commits you create, you may [2020-12-05T00:53:48.971Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-05T00:53:48.971Z] [2020-12-05T00:53:48.971Z] git checkout -b [2020-12-05T00:53:48.971Z] [2020-12-05T00:53:50.632Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-05T00:53:50.632Z] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-05T00:53:50.632Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-05T00:53:50.632Z] 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-05T00:53:50.931Z] Removing intermediate container 037ef91a6a49 [2020-12-05T00:53:50.932Z] ---> d837cce7f85d [2020-12-05T00:53:50.932Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-05T00:53:50.932Z] ---> Running in e42b73579698 [2020-12-05T00:53:51.155Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:53:53.597Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] [2020-12-05T00:53:54.431Z] 3% 44% 100% [Working] Fetched 415 kB in 0s (0 B/s) [2020-12-05T00:53:54.692Z] 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-05T00:53:54.692Z] 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) [2020-12-05T00:53:54.953Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] [2020-12-05T00:53:54.953Z] 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) [2020-12-05T00:53:55.213Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.3_amd64.deb [2652 kB] [2020-12-05T00:53:56.058Z] 0% 19% 100% [Working] Fetched 2652 kB in 0s (0 B/s) [2020-12-05T00:53:56.322Z] Collecting docker-compose==1.23.2 [2020-12-05T00:53:56.322Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-05T00:53:56.592Z] Collecting docopt<0.7,>=0.6.1 [2020-12-05T00:53:56.592Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-05T00:53:56.631Z] Pulling snapcraft-preload  [2020-12-05T00:53:57.204Z] Cloning into '/build/parts/snapcraft-preload/src'... [2020-12-05T00:53:57.466Z] remote: Enumerating objects: 187, done. [2020-12-05T00:53:57.466Z] 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) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 [2020-12-05T00:53:57.466Z] 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) 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.83 MiB/s, done. [2020-12-05T00:53:57.467Z] Resolving deltas: 0% (0/112) Resolving deltas: 6% (7/112) Resolving deltas: 11% (13/112) Resolving deltas: 18% (21/112) Resolving deltas: 51% (58/112) Resolving deltas: 54% (61/112) Resolving deltas: 68% (77/112) Resolving deltas: 75% (84/112) Resolving deltas: 80% (90/112) Resolving deltas: 84% (95/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. [2020-12-05T00:53:57.729Z] From https://github.com/sergiusens/snapcraft-preload [2020-12-05T00:53:57.729Z] * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD [2020-12-05T00:53:57.729Z] Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. [2020-12-05T00:53:57.729Z] [2020-12-05T00:53:57.729Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-05T00:53:57.729Z] changes and commit them, and you can discard any commits you make in this [2020-12-05T00:53:57.729Z] state without impacting any branches by performing another checkout. [2020-12-05T00:53:57.729Z] [2020-12-05T00:53:57.729Z] If you want to create a new branch to retain commits you create, you may [2020-12-05T00:53:57.729Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-05T00:53:57.729Z] [2020-12-05T00:53:57.729Z] git checkout -b [2020-12-05T00:53:57.729Z] [2020-12-05T00:53:57.729Z] HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) [2020-12-05T00:53:59.115Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-05T00:53:59.196Z] Collecting cached-property<2,>=1.2.0 [2020-12-05T00:53:59.196Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-05T00:53:59.196Z] Collecting texttable<0.10,>=0.9.0 [2020-12-05T00:53:59.196Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-05T00:53:59.377Z] 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-05T00:53:59.377Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-05T00:53:59.640Z] 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-05T00:53:59.905Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:02.461Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-05T00:54:02.461Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:02.461Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-05T00:54:02.461Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:02.461Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-05T00:54:02.461Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:02.723Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-05T00:54:02.984Z] 16% 100% [Working] Fetched 77.8 kB in 0s (0 B/s) [2020-12-05T00:54:03.244Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-05T00:54:03.244Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:03.244Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-05T00:54:03.244Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:03.494Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-05T00:54:03.494Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-05T00:54:03.494Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-05T00:54:03.494Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-05T00:54:03.506Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-05T00:54:03.767Z] 19% 100% [Working] Fetched 45.6 kB in 0s (0 B/s) [2020-12-05T00:54:04.031Z] 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-05T00:54:04.032Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:04.085Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-05T00:54:04.085Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-05T00:54:04.293Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] [2020-12-05T00:54:04.868Z] 5% 100% [Working] Fetched 214 kB in 0s (0 B/s) [2020-12-05T00:54:04.868Z] 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-05T00:54:04.868Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:05.129Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-05T00:54:05.393Z] 24% 100% [Working] Fetched 50.6 kB in 0s (0 B/s) [2020-12-05T00:54:05.393Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-05T00:54:05.393Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:05.654Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-05T00:54:05.654Z] 32% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) [2020-12-05T00:54:05.915Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-05T00:54:05.915Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:06.176Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-05T00:54:06.689Z] Collecting jsonschema<3,>=2.5.1 [2020-12-05T00:54:06.689Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-05T00:54:06.749Z] 11% 100% [Working] Fetched 111 kB in 0s (0 B/s) [2020-12-05T00:54:06.749Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-05T00:54:06.749Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:06.749Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-05T00:54:06.749Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:07.012Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-05T00:54:07.012Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:07.273Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-05T00:54:07.273Z] 51% 100% [Working] Fetched 24.5 kB in 0s (0 B/s) [2020-12-05T00:54:07.281Z] Collecting PyYAML<4,>=3.10 [2020-12-05T00:54:07.536Z] 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-05T00:54:07.536Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:07.555Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-05T00:54:07.799Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-05T00:54:07.799Z] 23% 100% [Working] Fetched 54.2 kB in 0s (0 B/s) [2020-12-05T00:54:08.060Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-05T00:54:08.060Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:08.322Z] 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-05T00:54:08.322Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:08.584Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-05T00:54:08.584Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:08.584Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-05T00:54:08.584Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:08.847Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-05T00:54:08.847Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:09.107Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-05T00:54:09.369Z] 10% 100% [Working] Fetched 119 kB in 0s (0 B/s) [2020-12-05T00:54:09.631Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-05T00:54:09.631Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:09.893Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-05T00:54:09.893Z] 100% [Working] Fetched 11.1 kB in 0s (0 B/s) [2020-12-05T00:54:09.893Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-05T00:54:09.893Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:10.155Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-05T00:54:10.155Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:10.155Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-05T00:54:10.155Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:10.416Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-05T00:54:10.416Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:10.416Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-05T00:54:10.416Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:10.679Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-05T00:54:10.679Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:10.679Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-05T00:54:10.679Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:10.940Z] 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-05T00:54:10.940Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:11.202Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-05T00:54:11.203Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:11.465Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] [2020-12-05T00:54:11.842Z] Collecting docker<4.0,>=3.6.0 [2020-12-05T00:54:11.842Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-05T00:54:11.842Z] 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-05T00:54:11.842Z] 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-05T00:54:11.842Z] Collecting idna<2.8,>=2.5 [2020-12-05T00:54:11.842Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-05T00:54:12.037Z] 7% 100% [Working] Fetched 159 kB in 0s (0 B/s) [2020-12-05T00:54:12.113Z] 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-05T00:54:12.298Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-05T00:54:12.298Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:12.298Z] 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-05T00:54:12.298Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-05T00:54:12.705Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-05T00:54:12.705Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-05T00:54:12.974Z] Collecting docker-pycreds>=0.4.0 [2020-12-05T00:54:12.974Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-05T00:54:13.245Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-05T00:54:13.245Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-05T00:54:13.245Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-05T00:54:13.245Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-05T00:54:14.218Z] Installing collected packages: docopt, cached-property, texttable, idna, urllib3, requests, websocket-client, dockerpty, jsonschema, PyYAML, docker-pycreds, docker, docker-compose [2020-12-05T00:54:14.218Z] Running setup.py install for docopt: started [2020-12-05T00:54:14.304Z] Pulling static-packages  [2020-12-05T00:54:14.946Z] Pulling vault  [2020-12-05T00:54:15.532Z] Cloning into '/build/parts/vault/src'... [2020-12-05T00:54:16.184Z] Running setup.py install for docopt: finished with status 'done' [2020-12-05T00:54:16.460Z] Running setup.py install for texttable: started [2020-12-05T00:54:17.562Z] remote: Enumerating objects: 12795, done. [2020-12-05T00:54:17.562Z] 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-05T00:54:19.007Z] 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-05T00:54:19.089Z] Running setup.py install for texttable: finished with status 'done' [2020-12-05T00:54:19.089Z] Attempting uninstall: idna [2020-12-05T00:54:19.089Z] Found existing installation: idna 2.9 [2020-12-05T00:54:19.089Z] Uninstalling idna-2.9: [2020-12-05T00:54:19.089Z] Successfully uninstalled idna-2.9 [2020-12-05T00:54:19.680Z] Attempting uninstall: urllib3 [2020-12-05T00:54:19.680Z] Found existing installation: urllib3 1.25.9 [2020-12-05T00:54:19.680Z] Uninstalling urllib3-1.25.9: [2020-12-05T00:54:19.953Z] Successfully uninstalled urllib3-1.25.9 [2020-12-05T00:54:20.545Z] Attempting uninstall: requests [2020-12-05T00:54:20.545Z] Found existing installation: requests 2.23.0 [2020-12-05T00:54:20.545Z] Uninstalling requests-2.23.0: [2020-12-05T00:54:20.545Z] Successfully uninstalled requests-2.23.0 [2020-12-05T00:54:21.516Z] Running setup.py install for dockerpty: started [2020-12-05T00:54:24.120Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-05T00:54:24.120Z] Running setup.py install for PyYAML: started [2020-12-05T00:54:26.083Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-05T00:54:28.043Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-05T00:54:32.334Z] Removing intermediate container e42b73579698 [2020-12-05T00:54:32.334Z] ---> 38162e65a22c [2020-12-05T00:54:32.334Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-05T00:54:32.334Z] ---> Running in 17f223ada051 [2020-12-05T00:54:33.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-05T00:54:33.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-05T00:54:33.819Z] 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), 476.00 KiB | 927.00 KiB/s Receiving objects: 18% (2304/12795), 476.00 KiB | 927.00 KiB/s Receiving objects: 19% (2432/12795), 476.00 KiB | 927.00 KiB/s Receiving objects: 19% (2494/12795), 1.16 MiB | 1.14 MiB/s Receiving objects: 20% (2559/12795), 1.16 MiB | 1.14 MiB/s Receiving objects: 21% (2687/12795), 1.39 MiB | 925.00 KiB/s Receiving objects: 22% (2815/12795), 1.39 MiB | 925.00 KiB/s Receiving objects: 22% (2852/12795), 1.39 MiB | 925.00 KiB/s Receiving objects: 23% (2943/12795), 1.65 MiB | 826.00 KiB/s Receiving objects: 24% (3071/12795), 1.86 MiB | 748.00 KiB/s Receiving objects: 24% (3198/12795), 1.86 MiB | 748.00 KiB/s Receiving objects: 25% (3199/12795), 1.86 MiB | 748.00 KiB/s Receiving objects: 26% (3327/12795), 2.24 MiB | 747.00 KiB/s Receiving objects: 27% (3455/12795), 3.00 MiB | 858.00 KiB/s Receiving objects: 28% (3583/12795), 3.00 MiB | 858.00 KiB/s Receiving objects: 29% (3711/12795), 3.00 MiB | 858.00 KiB/s Receiving objects: 29% (3798/12795), 3.00 MiB | 858.00 KiB/s Receiving objects: 30% (3839/12795), 3.00 MiB | 858.00 KiB/s Receiving objects: 31% (3967/12795), 3.00 MiB | 858.00 KiB/s Receiving objects: 32% (4095/12795), 3.84 MiB | 966.00 KiB/s Receiving objects: 33% (4223/12795), 3.84 MiB | 966.00 KiB/s Receiving objects: 34% (4351/12795), 3.84 MiB | 966.00 KiB/s Receiving objects: 35% (4479/12795), 3.84 MiB | 966.00 KiB/s Receiving objects: 36% (4607/12795), 3.84 MiB | 966.00 KiB/s Receiving objects: 37% (4735/12795), 3.84 MiB | 966.00 KiB/s Receiving objects: 38% (4863/12795), 3.84 MiB | 966.00 KiB/s Receiving objects: 39% (4991/12795), 4.64 MiB | 1.01 MiB/s Receiving objects: 40% (5118/12795), 4.64 MiB | 1.01 MiB/s Receiving objects: 40% (5233/12795), 4.64 MiB | 1.01 MiB/s Receiving objects: 41% (5246/12795), 4.64 MiB | 1.01 MiB/s Receiving objects: 42% (5374/12795), 5.75 MiB | 1.16 MiB/s Receiving objects: 43% (5502/12795), 5.75 MiB | 1.16 MiB/s Receiving objects: 44% (5630/12795), 5.75 MiB | 1.16 MiB/s Receiving objects: 45% (5758/12795), 5.75 MiB | 1.16 MiB/s Receiving objects: 46% (5886/12795), 5.75 MiB | 1.16 MiB/s Receiving objects: 47% (6014/12795), 5.75 MiB | 1.16 MiB/s Receiving objects: 48% (6142/12795), 5.75 MiB | 1.16 MiB/s Receiving objects: 49% (6270/12795), 7.28 MiB | 1.34 MiB/s Receiving objects: 50% (6398/12795), 7.28 MiB | 1.34 MiB/s Receiving objects: 51% (6526/12795), 7.28 MiB | 1.34 MiB/s Receiving objects: 51% (6645/12795), 7.28 MiB | 1.34 MiB/s Receiving objects: 52% (6654/12795), 7.28 MiB | 1.34 MiB/s Receiving objects: 53% (6782/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 54% (6910/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 55% (7038/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 56% (7166/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 57% (7294/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 58% (7422/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 59% (7550/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 60% (7677/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 61% (7805/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 62% (7933/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 63% (8061/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 64% (8189/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 65% (8317/12795), 9.23 MiB | 1.72 MiB/s Receiving objects: 66% (8445/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 67% (8573/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 68% (8701/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 69% (8829/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 70% (8957/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 71% (9085/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 72% (9213/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 73% (9341/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 74% (9469/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 75% (9597/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 76% (9725/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 76% (9782/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 77% (9853/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 78% (9981/12795), 11.33 MiB | 2.13 MiB/s Receiving objects: 79% (10109/12795), 13.16 MiB | 2.48 MiB/s Receiving objects: 80% (10236/12795), 13.16 MiB | 2.48 MiB/s Receiving objects: 81% (10364/12795), 13.16 MiB | 2.48 MiB/s Receiving objects: 82% (10492/12795), 13.16 MiB | 2.48 MiB/s Receiving objects: 83% (10620/12795), 13.16 MiB | 2.48 MiB/s Receiving objects: 84% (10748/12795), 13.16 MiB | 2.48 MiB/s Receiving objects: 85% (10876/12795), 13.16 MiB | 2.48 MiB/s Receiving objects: 86% (11004/12795), 14.74 MiB | 2.74 MiB/s Receiving objects: 87% (11132/12795), 14.74 MiB | 2.74 MiB/s Receiving objects: 87% (11201/12795), 14.74 MiB | 2.74 MiB/s Receiving objects: 88% (11260/12795), 14.74 MiB | 2.74 MiB/s Receiving objects: 89% (11388/12795), 16.09 MiB | 2.88 MiB/s Receiving objects: 90% (11516/12795), 16.09 MiB | 2.88 MiB/s Receiving objects: 91% (11644/12795), 16.09 MiB | 2.88 MiB/s Receiving objects: 92% (11772/12795), 17.75 MiB | 3.05 MiB/s Receiving objects: 93% (11900/12795), 17.75 MiB | 3.05 MiB/s Receiving objects: 94% (12028/12795), 17.75 MiB | 3.05 MiB/s Receiving objects: 95% (12156/12795), 17.75 MiB | 3.05 MiB/s Receiving objects: 96% (12284/12795), 17.75 MiB | 3.05 MiB/s Receiving objects: 96% (12356/12795), 17.75 MiB | 3.05 MiB/s Receiving objects: 97% (12412/12795), 17.75 MiB | 3.05 MiB/s Receiving objects: 98% (12540/12795), 19.64 MiB | 3.30 MiB/s Receiving objects: 98% (12645/12795), 21.18 MiB | 3.40 MiB/s Receiving objects: 99% (12668/12795), 23.36 MiB | 3.10 MiB/s Receiving objects: 99% (12674/12795), 23.36 MiB | 3.10 MiB/s Receiving objects: 99% (12700/12795), 25.43 MiB | 2.70 MiB/s Receiving objects: 99% (12747/12795), 28.97 MiB | 2.84 MiB/s Receiving objects: 99% (12765/12795), 31.89 MiB | 2.69 MiB/s remote: Total 12795 (delta 1909), reused 8500 (delta 1333), pack-reused 0 [2020-12-05T00:54:33.819Z] Receiving objects: 100% (12795/12795), 33.74 MiB | 2.54 MiB/s Receiving objects: 100% (12795/12795), 34.13 MiB | 2.30 MiB/s, done. [2020-12-05T00:54:33.819Z] Resolving deltas: 0% (0/1909) Resolving deltas: 1% (20/1909) Resolving deltas: 2% (39/1909) Resolving deltas: 3% (58/1909) Resolving deltas: 4% (78/1909) Resolving deltas: 5% (101/1909) Resolving deltas: 6% (115/1909) Resolving deltas: 7% (144/1909) Resolving deltas: 8% (160/1909) Resolving deltas: 9% (173/1909) Resolving deltas: 10% (191/1909) Resolving deltas: 11% (211/1909) Resolving deltas: 12% (230/1909) Resolving deltas: 13% (249/1909) Resolving deltas: 14% (268/1909) Resolving deltas: 15% (287/1909) Resolving deltas: 16% (307/1909) Resolving deltas: 17% (326/1909) Resolving deltas: 18% (344/1909) Resolving deltas: 19% (364/1909) Resolving deltas: 20% (384/1909) Resolving deltas: 21% (401/1909) Resolving deltas: 22% (423/1909) Resolving deltas: 23% (440/1909) Resolving deltas: 24% (468/1909) Resolving deltas: 25% (485/1909) Resolving deltas: 26% (497/1909) Resolving deltas: 27% (516/1909) Resolving deltas: 28% (542/1909) Resolving deltas: 29% (557/1909) Resolving deltas: 30% (573/1909) Resolving deltas: 31% (592/1909) Resolving deltas: 32% (615/1909) Resolving deltas: 33% (634/1909) Resolving deltas: 34% (655/1909) Resolving deltas: 35% (670/1909) Resolving deltas: 36% (690/1909) Resolving deltas: 37% (715/1909) Resolving deltas: 39% (746/1909) Resolving deltas: 40% (764/1909) Resolving deltas: 41% (783/1909) Resolving deltas: 42% (802/1909) Resolving deltas: 43% (824/1909) Resolving deltas: 44% (841/1909) Resolving deltas: 45% (861/1909) Resolving deltas: 46% (879/1909) Resolving deltas: 47% (898/1909) Resolving deltas: 48% (920/1909) Resolving deltas: 49% (936/1909) Resolving deltas: 50% (955/1909) Resolving deltas: 51% (974/1909) Resolving deltas: 52% (993/1909) Resolving deltas: 53% (1013/1909) Resolving deltas: 54% (1031/1909) Resolving deltas: 55% (1050/1909) Resolving deltas: 56% (1071/1909) Resolving deltas: 57% (1092/1909) Resolving deltas: 58% (1108/1909) Resolving deltas: 59% (1131/1909) Resolving deltas: 60% (1146/1909) Resolving deltas: 61% (1171/1909) Resolving deltas: 62% (1185/1909) Resolving deltas: 63% (1203/1909) Resolving deltas: 64% (1222/1909) Resolving deltas: 65% (1241/1909) Resolving deltas: 66% (1264/1909) Resolving deltas: 68% (1314/1909) Resolving deltas: 69% (1334/1909) Resolving deltas: 70% (1337/1909) Resolving deltas: 71% (1373/1909) Resolving deltas: 72% (1389/1909) Resolving deltas: 73% (1396/1909) Resolving deltas: 74% (1418/1909) Resolving deltas: 75% (1437/1909) Resolving deltas: 77% (1478/1909) Resolving deltas: 78% (1501/1909) Resolving deltas: 79% (1510/1909) Resolving deltas: 80% (1528/1909) Resolving deltas: 81% (1548/1909) Resolving deltas: 82% (1567/1909) Resolving deltas: 83% (1585/1909) Resolving deltas: 84% (1605/1909) Resolving deltas: 85% (1623/1909) Resolving deltas: 86% (1643/1909) Resolving deltas: 87% (1661/1909) Resolving deltas: 88% (1680/1909) Resolving deltas: 89% (1702/1909) Resolving deltas: 90% (1726/1909) Resolving deltas: 91% (1739/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-05T00:54:34.081Z] Note: checking out '1a730771ec70149293efe91e1d283b10d255c6d1'. [2020-12-05T00:54:34.081Z] [2020-12-05T00:54:34.081Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-05T00:54:34.081Z] changes and commit them, and you can discard any commits you make in this [2020-12-05T00:54:34.081Z] state without impacting any branches by performing another checkout. [2020-12-05T00:54:34.081Z] [2020-12-05T00:54:34.081Z] If you want to create a new branch to retain commits you create, you may [2020-12-05T00:54:34.081Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-05T00:54:34.081Z] [2020-12-05T00:54:34.081Z] git checkout -b [2020-12-05T00:54:34.081Z] [2020-12-05T00:54:34.280Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-05T00:54:34.280Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-05T00:54:34.280Z] (3/3) Installing curl (7.69.1-r1) [2020-12-05T00:54:34.280Z] Executing busybox-1.31.1-r19.trigger [2020-12-05T00:54:34.280Z] OK: 71 MiB in 58 packages [2020-12-05T00:54:35.270Z] Removing intermediate container 17f223ada051 [2020-12-05T00:54:35.270Z] ---> 776e60821bac [2020-12-05T00:54:35.270Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-05T00:54:35.470Z] Pulling version  [2020-12-05T00:54:35.542Z] ---> Running in 179423337d54 [2020-12-05T00:54:36.041Z] Skipping build go-build-helper (already ran) [2020-12-05T00:54:36.041Z] Skipping build go115 (already ran) [2020-12-05T00:54:36.135Z] Removing intermediate container 179423337d54 [2020-12-05T00:54:36.135Z] ---> 9e7317c381fd [2020-12-05T00:54:36.135Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-05T00:54:36.135Z] ---> Running in 22102d351e8f [2020-12-05T00:54:36.301Z] Building app-service-config  [2020-12-05T00:54:36.301Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.3 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-12-05T00:54:36.726Z] Removing intermediate container 22102d351e8f [2020-12-05T00:54:36.726Z] ---> 0318281b259b [2020-12-05T00:54:36.726Z] Step 25/27 : LABEL arch=arm64 [2020-12-05T00:54:36.726Z] ---> Running in 20ec3aaac5cd [2020-12-05T00:54:37.247Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.3.1-dev.3 [2020-12-05T00:54:37.318Z] Removing intermediate container 20ec3aaac5cd [2020-12-05T00:54:37.318Z] ---> 29acc5b7ed37 [2020-12-05T00:54:37.318Z] Step 26/27 : LABEL git_sha=8bd3d7341d0f9bee45646d929c2f5cdb4bf5918a [2020-12-05T00:54:37.318Z] ---> Running in 88e205096781 [2020-12-05T00:54:37.511Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-05T00:54:37.511Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-05T00:54:37.511Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.115 [2020-12-05T00:54:37.511Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-05T00:54:37.511Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-05T00:54:37.511Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-05T00:54:37.511Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 [2020-12-05T00:54:37.511Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-05T00:54:37.511Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-05T00:54:37.511Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-05T00:54:37.511Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-05T00:54:37.511Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-05T00:54:37.511Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-05T00:54:37.511Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-05T00:54:37.511Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-12-05T00:54:37.511Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-05T00:54:37.511Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-05T00:54:37.511Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-05T00:54:37.511Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-05T00:54:37.511Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-05T00:54:37.511Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-12-05T00:54:37.511Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-05T00:54:37.773Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-05T00:54:37.773Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-05T00:54:37.773Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-05T00:54:37.773Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-05T00:54:37.773Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-05T00:54:37.773Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-05T00:54:37.773Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-05T00:54:37.773Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-05T00:54:37.773Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-05T00:54:37.773Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-05T00:54:37.773Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-05T00:54:37.773Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-05T00:54:37.911Z] Removing intermediate container 88e205096781 [2020-12-05T00:54:37.911Z] ---> f8d1016c3f11 [2020-12-05T00:54:37.911Z] Step 27/27 : LABEL version=0.0.0 [2020-12-05T00:54:37.911Z] ---> Running in 5fb9624ae261 [2020-12-05T00:54:38.034Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-05T00:54:38.034Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-05T00:54:38.034Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-12-05T00:54:38.034Z] go: downloading github.com/golang/snappy v0.0.1 [2020-12-05T00:54:38.034Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-12-05T00:54:38.034Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-12-05T00:54:38.034Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-12-05T00:54:38.034Z] go: downloading golang.org/x/text v0.3.2 [2020-12-05T00:54:38.034Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-05T00:54:38.034Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-05T00:54:38.034Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-05T00:54:38.506Z] Removing intermediate container 5fb9624ae261 [2020-12-05T00:54:38.506Z] ---> f553ee4b31ee [2020-12-05T00:54:38.506Z] [2020-12-05T00:54:38.777Z] Successfully built f553ee4b31ee [2020-12-05T00:54:39.055Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-05T00:54:39.071Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-05T00:54:39.068Z] $ docker stop --time=1 71face0cfd6fbb89f36937c0b4ea163dfaaf6e02e0ba4fd8d6ae3a46cd418c6b [2020-12-05T00:54:40.987Z] $ docker rm -f 71face0cfd6fbb89f36937c0b4ea163dfaaf6e02e0ba4fd8d6ae3a46cd418c6b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-05T00:54:41.673Z] + grep docker [2020-12-05T00:54:41.673Z] + docker images [2020-12-05T00:54:41.948Z] docker-sys-mgmt-agent-go-arm64 latest f553ee4b31ee 3 seconds ago 273MB [2020-12-05T00:54:41.948Z] docker-security-secretstore-setup-go-arm64 latest ee5e9efa0760 About a minute ago 23.5MB [2020-12-05T00:54:41.948Z] docker-security-bootstrap-redis-go-arm64 latest fccb3e3c5885 About a minute ago 15.2MB [2020-12-05T00:54:41.948Z] docker-core-command-go-arm64 latest 574e410f7510 About a minute ago 11.4MB [2020-12-05T00:54:41.948Z] docker-support-scheduler-go-arm64 latest 3bd89bb6c27f About a minute ago 11.5MB [2020-12-05T00:54:41.948Z] docker-core-data-go-arm64 latest ad7c902d243e 3 minutes ago 22.3MB [2020-12-05T00:54:41.948Z] docker-core-metadata-go-arm64 latest 2c76a5c7177e 4 minutes ago 13.6MB [2020-12-05T00:54:41.948Z] docker-support-notifications-go-arm64 latest f2ff93d11a66 4 minutes ago 12.9MB [2020-12-05T00:54:41.948Z] docker-security-proxy-setup-go-arm64 latest 0146b6cee9a3 4 minutes ago 23.4MB [2020-12-05T00:54:41.948Z] docker-security-secrets-setup-go-arm64 latest 4996020e3c8e 4 minutes ago 22.7MB [2020-12-05T00:54:41.948Z] docker latest 84e3a507c27b 3 days 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] } [2020-12-05T00:54:48.084Z] Building config-common  [2020-12-05T00:54:49.999Z] Building consul  [2020-12-05T00:54:53.304Z] go: downloading github.com/kardianos/govendor v1.0.9 [2020-12-05T00:54:53.564Z] go: github.com/kardianos/govendor upgrade => v1.0.9 [2020-12-05T00:54:53.564Z] go: finding module for package github.com/Bowery/prompt [2020-12-05T00:54:53.564Z] go: finding module for package github.com/google/shlex [2020-12-05T00:54:53.564Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-12-05T00:54:53.564Z] go: downloading golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 [2020-12-05T00:54:53.564Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-05T00:54:53.564Z] go: finding module for package github.com/dchest/safefile [2020-12-05T00:54:53.825Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-05T00:54:53.825Z] go: downloading github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 [2020-12-05T00:54:53.825Z] go: downloading github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 [2020-12-05T00:54:54.095Z] go: found github.com/Bowery/prompt in github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 [2020-12-05T00:54:54.095Z] go: found github.com/google/shlex in github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-05T00:54:54.095Z] go: found github.com/dchest/safefile in github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 [2020-12-05T00:54:54.357Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2020-12-05T00:54:54.619Z] go: golang.org/x/tools upgrade => v0.0.0-20201204222352-654352759326 [2020-12-05T00:54:54.619Z] go: golang.org/x/sys upgrade => v0.0.0-20201204225414-ed752295db88 [2020-12-05T00:54:54.619Z] go: gopkg.in/yaml.v2 upgrade => v2.4.0 [2020-12-05T00:54:54.619Z] go: github.com/pkg/errors upgrade => v0.9.1 [2020-12-05T00:54:54.882Z] go: downloading golang.org/x/sys v0.0.0-20201204225414-ed752295db88 [2020-12-05T00:54:54.882Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-05T00:54:54.882Z] go: downloading golang.org/x/tools v0.0.0-20201204222352-654352759326 [2020-12-05T00:54:54.882Z] go: downloading github.com/pkg/errors v0.9.1 [2020-12-05T00:55:07.146Z] go: downloading github.com/mitchellh/cli v1.1.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/mitchellh/mapstructure v1.3.3 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2020-12-05T00:55:07.146Z] go: downloading github.com/armon/go-metrics v0.3.4 [2020-12-05T00:55:07.146Z] go: downloading github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-12-05T00:55:07.146Z] go: downloading github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/envoyproxy/go-control-plane v0.9.5 [2020-12-05T00:55:07.146Z] go: downloading github.com/kr/text v0.1.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/bgentry/speakeasy v0.1.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2020-12-05T00:55:07.146Z] go: downloading google.golang.org/grpc v1.25.1 [2020-12-05T00:55:07.146Z] go: downloading github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-12-05T00:55:07.146Z] go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 [2020-12-05T00:55:07.146Z] go: downloading github.com/golang/protobuf v1.3.2 [2020-12-05T00:55:07.146Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-05T00:55:07.146Z] go: downloading golang.org/x/net v0.0.0-20201021035429-f5854403a974 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/go-discover v0.0.0-20200501174627-ad1e96bde088 [2020-12-05T00:55:07.146Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2020-12-05T00:55:07.146Z] go: downloading k8s.io/apimachinery v0.16.9 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/serf v0.9.4 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/go-bexpr v0.1.2 [2020-12-05T00:55:07.146Z] go: downloading google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 [2020-12-05T00:55:07.146Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2020-12-05T00:55:07.146Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-05T00:55:07.146Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/raft v1.1.2 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/google/gofuzz v1.0.0 [2020-12-05T00:55:07.146Z] go: downloading k8s.io/client-go v0.16.9 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/go-memdb v1.0.3 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2020-12-05T00:55:07.146Z] go: downloading github.com/imdario/mergo v0.3.6 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2020-12-05T00:55:07.146Z] go: downloading github.com/prometheus/client_golang v1.4.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d [2020-12-05T00:55:07.146Z] go: downloading github.com/mitchellh/go-testing-interface v1.14.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/NYTimes/gziphandler v1.0.1 [2020-12-05T00:55:07.146Z] go: downloading github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-12-05T00:55:07.146Z] go: downloading k8s.io/api v0.16.9 [2020-12-05T00:55:07.146Z] go: downloading k8s.io/klog v1.0.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/fatih/color v1.9.0 [2020-12-05T00:55:07.146Z] go: downloading golang.org/x/text v0.3.3 [2020-12-05T00:55:07.146Z] go: downloading github.com/prometheus/common v0.9.1 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2020-12-05T00:55:07.146Z] go: downloading github.com/rboyer/safeio v0.2.1 [2020-12-05T00:55:07.146Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/armon/go-radix v1.0.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/google/btree v1.0.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/aws/aws-sdk-go v1.25.41 [2020-12-05T00:55:07.146Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-05T00:55:07.146Z] go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-12-05T00:55:07.146Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-05T00:55:07.146Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2020-12-05T00:55:07.411Z] go: downloading github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-12-05T00:55:07.411Z] go: downloading github.com/posener/complete v1.2.3 [2020-12-05T00:55:07.411Z] go: downloading github.com/coredns/coredns v1.1.2 [2020-12-05T00:55:07.411Z] go: downloading github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-12-05T00:55:07.411Z] go: downloading github.com/stretchr/objx v0.1.1 [2020-12-05T00:55:07.675Z] go: downloading github.com/hashicorp/vault/api v1.0.4 [2020-12-05T00:55:07.675Z] go: downloading github.com/gophercloud/gophercloud v0.1.0 [2020-12-05T00:55:07.675Z] go: downloading github.com/Azure/go-autorest/autorest v0.10.0 [2020-12-05T00:55:07.675Z] go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 [2020-12-05T00:55:07.675Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-05T00:55:07.675Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.8.2 [2020-12-05T00:55:07.675Z] go: downloading k8s.io/utils v0.0.0-20190801114015-581e00157fb1 [2020-12-05T00:55:07.675Z] go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-12-05T00:55:07.675Z] go: downloading github.com/linode/linodego v0.7.1 [2020-12-05T00:55:07.675Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-05T00:55:07.675Z] go: downloading github.com/spf13/pflag v1.0.5 [2020-12-05T00:55:07.938Z] go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-12-05T00:55:07.938Z] go: downloading sigs.k8s.io/yaml v1.1.0 [2020-12-05T00:55:07.938Z] go: downloading github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-12-05T00:55:07.938Z] go: downloading github.com/hashicorp/go-syslog v1.0.0 [2020-12-05T00:55:07.938Z] go: downloading github.com/hashicorp/go-msgpack v0.5.5 [2020-12-05T00:55:07.938Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2020-12-05T00:55:07.938Z] go: downloading github.com/hashicorp/vault/sdk v0.1.13 [2020-12-05T00:55:07.938Z] go: downloading github.com/googleapis/gnostic v0.2.0 [2020-12-05T00:55:07.938Z] go: downloading github.com/docker/go-connections v0.3.0 [2020-12-05T00:55:07.938Z] go: downloading github.com/hashicorp/go-immutable-radix v1.2.0 [2020-12-05T00:55:07.938Z] go: downloading github.com/Azure/go-autorest/tracing v0.5.0 [2020-12-05T00:55:07.938Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 [2020-12-05T00:55:07.938Z] go: downloading github.com/hashicorp/go-connlimit v0.2.0 [2020-12-05T00:55:07.938Z] go: downloading github.com/hashicorp/go-raftchunking v0.6.1 [2020-12-05T00:55:08.201Z] go: downloading github.com/Azure/go-autorest/logger v0.1.0 [2020-12-05T00:55:08.201Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2020-12-05T00:55:08.201Z] go: downloading cloud.google.com/go v0.38.0 [2020-12-05T00:55:08.201Z] go: downloading google.golang.org/api v0.7.0 [2020-12-05T00:55:08.201Z] go: downloading github.com/ryanuber/columnize v2.1.0+incompatible [2020-12-05T00:55:08.201Z] go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-12-05T00:55:08.201Z] go: downloading github.com/boltdb/bolt v1.3.1 [2020-12-05T00:55:08.201Z] go: downloading github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 [2020-12-05T00:55:08.201Z] go: downloading github.com/hashicorp/mdns v1.0.1 [2020-12-05T00:55:08.201Z] go: downloading gopkg.in/resty.v1 v1.12.0 [2020-12-05T00:55:08.465Z] go: downloading github.com/prometheus/client_model v0.2.0 [2020-12-05T00:55:08.465Z] go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-12-05T00:55:08.465Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2020-12-05T00:55:08.726Z] go: downloading github.com/census-instrumentation/opencensus-proto v0.2.1 [2020-12-05T00:55:08.726Z] go: downloading github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-12-05T00:55:08.726Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 [2020-12-05T00:55:08.726Z] go: downloading github.com/circonus-labs/circonusllhist v0.1.3 [2020-12-05T00:55:08.726Z] go: downloading github.com/Azure/azure-sdk-for-go v40.3.0+incompatible [2020-12-05T00:55:08.726Z] go: downloading github.com/golang/snappy v0.0.1 [2020-12-05T00:55:08.726Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-12-05T00:55:08.987Z] go: downloading github.com/pierrec/lz4 v2.0.5+incompatible [2020-12-05T00:55:09.254Z] go: downloading github.com/mitchellh/pointerstructure v1.0.0 [2020-12-05T00:55:09.254Z] go: downloading github.com/prometheus/procfs v0.0.8 [2020-12-05T00:55:09.254Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-12-05T00:55:09.515Z] go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f [2020-12-05T00:55:09.515Z] go: downloading github.com/coreos/go-oidc v2.1.0+incompatible [2020-12-05T00:55:09.515Z] go: downloading github.com/beorn7/perks v1.0.1 [2020-12-05T00:55:09.515Z] go: downloading github.com/modern-go/reflect2 v1.0.1 [2020-12-05T00:55:09.515Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.1.0 [2020-12-05T00:55:09.515Z] go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-12-05T00:55:09.515Z] go: downloading github.com/dimchansky/utfbom v1.1.0 [2020-12-05T00:55:09.515Z] go: downloading github.com/vmware/govmomi v0.18.0 [2020-12-05T00:55:09.515Z] go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-12-05T00:55:09.515Z] go: downloading github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-12-05T00:55:09.515Z] go: downloading github.com/cespare/xxhash v1.1.0 [2020-12-05T00:55:09.515Z] go: downloading github.com/miekg/dns v1.1.26 [2020-12-05T00:55:09.515Z] go: downloading github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-12-05T00:55:09.515Z] go: downloading github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 [2020-12-05T00:55:09.515Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2020-12-05T00:55:09.775Z] go: downloading github.com/cespare/xxhash/v2 v2.1.1 [2020-12-05T00:55:09.775Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-12-05T00:55:09.775Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 [2020-12-05T00:55:09.775Z] go: downloading github.com/json-iterator/go v1.1.9 [2020-12-05T00:55:09.775Z] go: downloading github.com/hashicorp/go-retryablehttp v0.5.4 [2020-12-05T00:55:09.775Z] go: downloading github.com/digitalocean/godo v1.10.0 [2020-12-05T00:55:09.775Z] go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-12-05T00:55:09.775Z] go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible [2020-12-05T00:55:09.775Z] go: downloading github.com/google/go-querystring v1.0.0 [2020-12-05T00:55:10.036Z] go: downloading go.opencensus.io v0.22.0 [2020-12-05T00:55:10.980Z] go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-05T00:55:15.191Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.3.0 [2020-12-05T00:55:15.191Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.2.0 [2020-12-05T00:55:54.091Z] go: creating new go.mod: module consul-tools [2020-12-05T00:55:54.091Z] 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-05T00:55:54.091Z] go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1 [2020-12-05T00:55:54.091Z] go: downloading github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-12-05T00:55:54.091Z] go: downloading github.com/golangci/golangci-lint v1.23.6 [2020-12-05T00:55:54.091Z] go: found github.com/gogo/protobuf/protoc-gen-gofast in github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d [2020-12-05T00:55:54.091Z] go: found github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs in github.com/elazarl/go-bindata-assetfs v1.0.1 [2020-12-05T00:55:54.091Z] go: found golang.org/x/tools/cmd/stringer in golang.org/x/tools v0.0.0-20201204222352-654352759326 [2020-12-05T00:55:54.091Z] go: found golang.org/x/tools/cmd/cover in golang.org/x/tools v0.0.0-20201204222352-654352759326 [2020-12-05T00:55:54.091Z] go: downloading github.com/vektra/mockery v1.1.2 [2020-12-05T00:55:54.091Z] go: found github.com/hashicorp/go-bindata/go-bindata in github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-12-05T00:55:54.091Z] go: downloading github.com/hashicorp/protoc-gen-go-binary v0.0.0-20200316174223-e4c249d51dbb [2020-12-05T00:55:54.091Z] go: found github.com/vektra/mockery/cmd/mockery in github.com/vektra/mockery v1.1.2 [2020-12-05T00:55:54.091Z] go: github.com/hashicorp/protoc-gen-go-binary upgrade => v0.0.0-20200316174223-e4c249d51dbb [2020-12-05T00:55:54.091Z] go: found github.com/golangci/golangci-lint/cmd/golangci-lint in github.com/golangci/golangci-lint v1.23.6 [2020-12-05T00:55:54.091Z] go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-12-05T00:55:54.091Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.2 [2020-12-05T00:55:54.091Z] go: downloading github.com/spf13/viper v1.6.1 [2020-12-05T00:55:54.091Z] go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-05T00:55:54.091Z] go: downloading github.com/fatih/color v1.7.0 [2020-12-05T00:55:54.091Z] go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-05T00:55:54.092Z] go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-05T00:55:54.092Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2020-12-05T00:55:54.092Z] go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-05T00:55:54.092Z] go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-05T00:55:54.092Z] go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-05T00:55:54.092Z] go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-05T00:55:54.092Z] go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-05T00:55:54.092Z] go: downloading golang.org/x/mod v0.3.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-05T00:55:54.092Z] go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-05T00:55:54.092Z] go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-12-05T00:55:54.092Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-05T00:55:54.092Z] go: downloading github.com/spf13/afero v1.1.2 [2020-12-05T00:55:54.092Z] go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-05T00:55:54.092Z] go: downloading github.com/spf13/cobra v0.0.5 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-05T00:55:54.092Z] go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-05T00:55:54.092Z] go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-05T00:55:54.092Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-05T00:55:54.092Z] go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-05T00:55:54.092Z] go: downloading github.com/magiconair/properties v1.8.1 [2020-12-05T00:55:54.092Z] go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-05T00:55:54.092Z] go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/stretchr/testify v1.4.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-05T00:55:54.092Z] go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-05T00:55:54.092Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-05T00:55:54.092Z] go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-05T00:55:54.092Z] go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-05T00:55:54.092Z] go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-05T00:55:54.092Z] go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/ghodss/yaml v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-05T00:55:54.092Z] go: downloading golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f [2020-12-05T00:55:54.092Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-05T00:55:54.092Z] go: downloading github.com/spf13/cast v1.3.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-05T00:55:54.092Z] go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-05T00:55:54.092Z] go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-05T00:55:54.092Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-05T00:55:54.092Z] go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-05T00:55:54.092Z] go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-05T00:55:54.092Z] go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/gobwas/glob v0.2.3 [2020-12-05T00:55:54.092Z] go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-05T00:55:54.092Z] go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-05T00:55:54.092Z] go: downloading github.com/stretchr/objx v0.2.0 [2020-12-05T00:55:54.092Z] go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-05T00:55:54.092Z] golang.org/x/mod/semver [2020-12-05T00:55:54.092Z] golang.org/x/xerrors/internal [2020-12-05T00:55:54.092Z] golang.org/x/sys/internal/unsafeheader [2020-12-05T00:55:54.092Z] github.com/golangci/golangci-lint/pkg/exitcodes [2020-12-05T00:55:54.092Z] github.com/gobwas/glob/util/runes [2020-12-05T00:55:54.092Z] github.com/nbutton23/zxcvbn-go/match [2020-12-05T00:55:54.092Z] github.com/nbutton23/zxcvbn-go/utils/math [2020-12-05T00:55:54.092Z] honnef.co/go/tools/arg [2020-12-05T00:55:54.092Z] github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs [2020-12-05T00:55:54.092Z] github.com/hashicorp/go-bindata [2020-12-05T00:55:54.092Z] golang.org/x/tools/cover [2020-12-05T00:55:54.092Z] golang.org/x/tools/internal/event/label [2020-12-05T00:55:54.092Z] golang.org/x/xerrors [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/vanity [2020-12-05T00:55:54.092Z] golang.org/x/tools/internal/event/keys [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap [2020-12-05T00:55:54.092Z] golang.org/x/tools/cmd/cover [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/protoc-gen-gogo/plugin [2020-12-05T00:55:54.092Z] github.com/hashicorp/go-bindata/go-bindata [2020-12-05T00:55:54.092Z] github.com/golang/glog [2020-12-05T00:55:54.092Z] golang.org/x/tools/go/internal/gcimporter [2020-12-05T00:55:54.092Z] golang.org/x/tools/internal/typesinternal [2020-12-05T00:55:54.092Z] github.com/golang/protobuf/protoc-gen-go/plugin [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/protoc-gen-gogo/generator [2020-12-05T00:55:54.092Z] golang.org/x/tools/internal/event/core [2020-12-05T00:55:54.092Z] gopkg.in/yaml.v2 [2020-12-05T00:55:54.092Z] golang.org/x/tools/internal/event [2020-12-05T00:55:54.092Z] github.com/grpc-ecosystem/grpc-gateway/codegenerator [2020-12-05T00:55:54.092Z] golang.org/x/tools/internal/gocommand [2020-12-05T00:55:54.092Z] github.com/golang/protobuf/protoc-gen-go/generator/internal/remap [2020-12-05T00:55:54.092Z] github.com/golang/protobuf/protoc-gen-go/generator [2020-12-05T00:55:54.092Z] golang.org/x/tools/go/internal/packagesdriver [2020-12-05T00:55:54.092Z] golang.org/x/tools/internal/packagesinternal [2020-12-05T00:55:54.092Z] github.com/grpc-ecosystem/grpc-gateway/utilities [2020-12-05T00:55:54.092Z] google.golang.org/genproto/googleapis/api/annotations [2020-12-05T00:55:54.092Z] github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule [2020-12-05T00:55:54.092Z] golang.org/x/mod/module [2020-12-05T00:55:54.092Z] golang.org/x/tools/go/ast/astutil [2020-12-05T00:55:54.092Z] golang.org/x/tools/internal/fastwalk [2020-12-05T00:55:54.092Z] golang.org/x/sys/unix [2020-12-05T00:55:54.092Z] golang.org/x/tools/go/gcexportdata [2020-12-05T00:55:54.092Z] golang.org/x/tools/internal/gopathwalk [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/plugin/testgen [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/plugin/defaultcheck [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/plugin/embedcheck [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/plugin/enumstringer [2020-12-05T00:55:54.092Z] golang.org/x/tools/go/packages [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/plugin/marshalto [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/plugin/oneofcheck [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/plugin/populate [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/plugin/unmarshal [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/protoc-gen-gogo/grpc [2020-12-05T00:55:54.092Z] github.com/ghodss/yaml [2020-12-05T00:55:54.092Z] github.com/gogo/protobuf/plugin/compare [2020-12-05T00:55:54.358Z] github.com/gogo/protobuf/plugin/description [2020-12-05T00:55:54.358Z] github.com/gogo/protobuf/plugin/equal [2020-12-05T00:55:54.358Z] github.com/gogo/protobuf/plugin/face [2020-12-05T00:55:54.358Z] github.com/gogo/protobuf/plugin/gostring [2020-12-05T00:55:54.358Z] golang.org/x/tools/cmd/stringer [2020-12-05T00:55:54.358Z] github.com/gogo/protobuf/plugin/size [2020-12-05T00:55:54.629Z] github.com/gogo/protobuf/plugin/stringer [2020-12-05T00:55:54.629Z] github.com/gogo/protobuf/plugin/union [2020-12-05T00:55:54.629Z] github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor [2020-12-05T00:55:54.629Z] golang.org/x/tools/internal/imports [2020-12-05T00:55:54.629Z] github.com/mattn/go-isatty [2020-12-05T00:55:54.629Z] github.com/gofrs/flock [2020-12-05T00:55:54.890Z] github.com/mattn/go-colorable [2020-12-05T00:55:54.890Z] github.com/golangci/golangci-lint/internal/robustio [2020-12-05T00:55:54.890Z] github.com/pkg/errors [2020-12-05T00:55:54.890Z] github.com/fatih/color [2020-12-05T00:55:54.890Z] github.com/sirupsen/logrus [2020-12-05T00:55:54.890Z] github.com/golangci/golangci-lint/internal/renameio [2020-12-05T00:55:54.890Z] github.com/gogo/protobuf/vanity/command [2020-12-05T00:55:54.890Z] github.com/hashicorp/protoc-gen-go-binary/gen [2020-12-05T00:55:54.890Z] github.com/stretchr/objx [2020-12-05T00:55:54.890Z] github.com/golangci/golangci-lint/internal/cache [2020-12-05T00:55:54.890Z] github.com/stretchr/testify/assert [2020-12-05T00:55:54.890Z] github.com/hashicorp/protoc-gen-go-binary [2020-12-05T00:55:55.169Z] github.com/gogo/protobuf/protoc-gen-gofast [2020-12-05T00:55:55.169Z] github.com/go-toolsmith/astequal [2020-12-05T00:55:55.169Z] github.com/go-toolsmith/astp [2020-12-05T00:55:55.169Z] github.com/go-toolsmith/typep [2020-12-05T00:55:55.169Z] github.com/go-toolsmith/astfmt [2020-12-05T00:55:55.169Z] github.com/go-toolsmith/astcast [2020-12-05T00:55:55.169Z] golang.org/x/tools/imports [2020-12-05T00:55:55.169Z] github.com/go-toolsmith/astcopy [2020-12-05T00:55:55.169Z] github.com/go-lintpack/lintpack [2020-12-05T00:55:55.169Z] github.com/go-critic/go-critic/checkers/internal/lintutil [2020-12-05T00:55:55.169Z] github.com/go-toolsmith/strparse [2020-12-05T00:55:55.169Z] github.com/vektra/mockery/mockery [2020-12-05T00:55:55.169Z] github.com/fsnotify/fsnotify [2020-12-05T00:55:55.169Z] github.com/magiconair/properties [2020-12-05T00:55:55.169Z] github.com/stretchr/testify/mock [2020-12-05T00:55:55.434Z] github.com/go-lintpack/lintpack/astwalk [2020-12-05T00:55:55.434Z] github.com/mitchellh/mapstructure [2020-12-05T00:55:55.434Z] github.com/pelletier/go-toml [2020-12-05T00:55:55.434Z] github.com/vektra/mockery/cmd/mockery [2020-12-05T00:55:55.434Z] github.com/golangci/golangci-lint/pkg/logutils [2020-12-05T00:55:55.434Z] github.com/go-critic/go-critic/checkers [2020-12-05T00:55:55.434Z] github.com/spf13/afero/mem [2020-12-05T00:55:55.702Z] github.com/spf13/cast [2020-12-05T00:55:55.702Z] github.com/golangci/golangci-lint/pkg/timeutils [2020-12-05T00:55:55.702Z] github.com/golangci/golangci-lint/pkg/fsutils [2020-12-05T00:55:55.702Z] github.com/golangci/golangci-lint/internal/pkgcache [2020-12-05T00:55:55.702Z] github.com/spf13/afero [2020-12-05T00:55:55.702Z] github.com/spf13/jwalterweatherman [2020-12-05T00:55:55.702Z] github.com/subosito/gotenv [2020-12-05T00:55:55.702Z] gopkg.in/ini.v1 [2020-12-05T00:55:55.702Z] github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load [2020-12-05T00:55:55.702Z] github.com/golangci/golangci-lint/pkg/goutil [2020-12-05T00:55:55.702Z] github.com/golangci/golangci-lint/internal/errorutil [2020-12-05T00:55:55.702Z] github.com/golangci/golangci-lint/pkg/result [2020-12-05T00:55:55.970Z] github.com/gobwas/glob/util/strings [2020-12-05T00:55:55.970Z] github.com/gobwas/glob/syntax/lexer [2020-12-05T00:55:55.970Z] github.com/gobwas/glob/match [2020-12-05T00:55:55.970Z] golang.org/x/tools/go/buildutil [2020-12-05T00:55:55.970Z] golang.org/x/tools/go/internal/cgo [2020-12-05T00:55:55.970Z] github.com/gobwas/glob/syntax/ast [2020-12-05T00:55:55.970Z] github.com/bombsimon/wsl/v2 [2020-12-05T00:55:55.970Z] github.com/golangci/dupl/suffixtree [2020-12-05T00:55:55.970Z] golang.org/x/tools/go/loader [2020-12-05T00:55:55.970Z] github.com/gobwas/glob/syntax [2020-12-05T00:55:55.970Z] github.com/golangci/dupl/syntax [2020-12-05T00:55:55.970Z] github.com/golangci/goconst [2020-12-05T00:55:56.244Z] github.com/gobwas/glob/compiler [2020-12-05T00:55:56.244Z] github.com/spf13/viper [2020-12-05T00:55:56.244Z] github.com/golangci/dupl/syntax/golang [2020-12-05T00:55:56.244Z] github.com/golangci/dupl/printer [2020-12-05T00:55:56.244Z] github.com/golangci/gocyclo/pkg/gocyclo [2020-12-05T00:55:56.244Z] github.com/golangci/gofmt/gofmt [2020-12-05T00:55:56.244Z] github.com/golangci/check/cmd/structcheck [2020-12-05T00:55:56.244Z] github.com/golangci/check/cmd/varcheck [2020-12-05T00:55:56.244Z] github.com/golangci/errcheck/internal/errcheck [2020-12-05T00:55:56.244Z] github.com/golangci/go-misc/deadcode [2020-12-05T00:55:56.244Z] github.com/gobwas/glob [2020-12-05T00:55:56.244Z] github.com/OpenPeeDeeP/depguard [2020-12-05T00:55:56.244Z] github.com/golangci/gofmt/goimports [2020-12-05T00:55:56.244Z] github.com/golangci/golangci-lint/pkg/packages [2020-12-05T00:55:56.244Z] golang.org/x/tools/internal/lsp/fuzzy [2020-12-05T00:55:56.244Z] github.com/golangci/dupl/job [2020-12-05T00:55:56.244Z] golang.org/x/tools/go/types/objectpath [2020-12-05T00:55:56.244Z] github.com/golangci/ineffassign [2020-12-05T00:55:56.244Z] github.com/golangci/lint-1 [2020-12-05T00:55:56.244Z] github.com/golangci/maligned [2020-12-05T00:55:56.244Z] golang.org/x/tools/internal/analysisinternal [2020-12-05T00:55:56.244Z] github.com/golangci/golangci-lint/pkg/config [2020-12-05T00:55:56.244Z] github.com/golangci/dupl [2020-12-05T00:55:56.244Z] github.com/golangci/errcheck/golangci [2020-12-05T00:55:56.508Z] github.com/golangci/misspell [2020-12-05T00:55:56.508Z] github.com/golangci/prealloc [2020-12-05T00:55:56.508Z] github.com/kisielk/gotool/internal/load [2020-12-05T00:55:56.508Z] golang.org/x/text/width [2020-12-05T00:55:56.508Z] golang.org/x/tools/go/types/typeutil [2020-12-05T00:55:56.508Z] golang.org/x/tools/go/analysis [2020-12-05T00:55:56.508Z] github.com/golangci/golangci-lint/pkg/lint/linter [2020-12-05T00:55:56.508Z] golang.org/x/tools/go/ast/inspector [2020-12-05T00:55:56.508Z] github.com/kisielk/gotool [2020-12-05T00:55:56.508Z] github.com/matoous/godox [2020-12-05T00:55:56.508Z] github.com/golangci/golangci-lint/pkg/golinters/goanalysis [2020-12-05T00:55:56.508Z] github.com/securego/gosec [2020-12-05T00:55:56.508Z] golang.org/x/tools/go/ssa [2020-12-05T00:55:56.508Z] github.com/nbutton23/zxcvbn-go/data [2020-12-05T00:55:56.508Z] github.com/golangci/unconvert [2020-12-05T00:55:56.508Z] sourcegraph.com/sqs/pbtypes [2020-12-05T00:55:56.508Z] golang.org/x/tools/go/analysis/passes/inspect [2020-12-05T00:55:56.777Z] github.com/jirfag/go-printf-func-name/pkg/analyzer [2020-12-05T00:55:56.777Z] github.com/sourcegraph/go-diff/diff [2020-12-05T00:55:56.777Z] github.com/tommy-muehle/go-mnd/checks [2020-12-05T00:55:56.777Z] github.com/ultraware/funlen [2020-12-05T00:55:56.777Z] github.com/nbutton23/zxcvbn-go/adjacency [2020-12-05T00:55:56.777Z] github.com/nbutton23/zxcvbn-go/frequency [2020-12-05T00:55:56.777Z] github.com/nbutton23/zxcvbn-go/entropy [2020-12-05T00:55:56.777Z] github.com/ultraware/whitespace [2020-12-05T00:55:56.777Z] github.com/uudashr/gocognit [2020-12-05T00:55:56.777Z] golang.org/x/tools/go/analysis/passes/internal/analysisutil [2020-12-05T00:55:56.777Z] golang.org/x/tools/go/analysis/passes/composite [2020-12-05T00:55:56.777Z] github.com/tommy-muehle/go-mnd [2020-12-05T00:55:56.777Z] github.com/nbutton23/zxcvbn-go/matching [2020-12-05T00:55:56.777Z] github.com/nbutton23/zxcvbn-go/scoring [2020-12-05T00:55:56.777Z] golang.org/x/tools/go/analysis/passes/asmdecl [2020-12-05T00:55:56.777Z] golang.org/x/tools/go/analysis/passes/assign [2020-12-05T00:55:56.777Z] golang.org/x/tools/go/analysis/passes/atomic [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/atomicalign [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/bools [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/buildtag [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/cgocall [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/copylock [2020-12-05T00:55:57.045Z] github.com/nbutton23/zxcvbn-go [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/cfg [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/deepequalerrors [2020-12-05T00:55:57.045Z] github.com/securego/gosec/rules [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/errorsas [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/findcall [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/httpresponse [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/loopclosure [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/nilfunc [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/pkgfact [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/printf [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/shadow [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/shift [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/sortslice [2020-12-05T00:55:57.045Z] golang.org/x/tools/go/analysis/passes/stdmethods [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/ctrlflow [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/structtag [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/testinggoroutine [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/tests [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/unmarshal [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/unreachable [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/unsafeptr [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/lostcancel [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/unusedresult [2020-12-05T00:55:57.320Z] honnef.co/go/tools/ssa [2020-12-05T00:55:57.320Z] github.com/BurntSushi/toml [2020-12-05T00:55:57.320Z] honnef.co/go/tools/internal/renameio [2020-12-05T00:55:57.320Z] honnef.co/go/tools/loader [2020-12-05T00:55:57.320Z] github.com/gostaticanalysis/analysisutil [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/buildssa [2020-12-05T00:55:57.320Z] honnef.co/go/tools/internal/cache [2020-12-05T00:55:57.320Z] honnef.co/go/tools/version [2020-12-05T00:55:57.320Z] honnef.co/go/tools/deprecated [2020-12-05T00:55:57.320Z] golang.org/x/tools/go/analysis/passes/nilness [2020-12-05T00:55:57.320Z] honnef.co/go/tools/printf [2020-12-05T00:55:57.320Z] honnef.co/go/tools/go/types/typeutil [2020-12-05T00:55:57.320Z] github.com/jingyugao/rowserrcheck/passes/rowserr [2020-12-05T00:55:57.320Z] github.com/timakin/bodyclose/passes/bodyclose [2020-12-05T00:55:57.590Z] golang.org/x/tools/go/ssa/ssautil [2020-12-05T00:55:57.591Z] mvdan.cc/lint [2020-12-05T00:55:57.591Z] github.com/golangci/golangci-lint/pkg/report [2020-12-05T00:55:57.591Z] github.com/golangci/revgrep [2020-12-05T00:55:57.591Z] github.com/spf13/cobra [2020-12-05T00:55:57.591Z] mvdan.cc/unparam/check [2020-12-05T00:55:57.591Z] honnef.co/go/tools/config [2020-12-05T00:55:57.591Z] mvdan.cc/interfacer/check [2020-12-05T00:55:57.591Z] github.com/golangci/golangci-lint/pkg/printers [2020-12-05T00:55:57.858Z] honnef.co/go/tools/functions [2020-12-05T00:55:57.858Z] honnef.co/go/tools/internal/passes/buildssa [2020-12-05T00:55:57.858Z] honnef.co/go/tools/ssautil [2020-12-05T00:55:57.858Z] honnef.co/go/tools/facts [2020-12-05T00:55:58.121Z] honnef.co/go/tools/lint [2020-12-05T00:55:58.121Z] honnef.co/go/tools/lint/lintdsl [2020-12-05T00:55:58.121Z] honnef.co/go/tools/lint/lintutil/format [2020-12-05T00:55:58.121Z] honnef.co/go/tools/staticcheck/vrp [2020-12-05T00:55:58.121Z] honnef.co/go/tools/lint/lintutil [2020-12-05T00:55:58.392Z] honnef.co/go/tools/internal/sharedcheck [2020-12-05T00:55:58.392Z] honnef.co/go/tools/unused [2020-12-05T00:55:58.392Z] honnef.co/go/tools/stylecheck [2020-12-05T00:55:58.392Z] honnef.co/go/tools/simple [2020-12-05T00:55:58.652Z] honnef.co/go/tools/staticcheck [2020-12-05T00:55:58.920Z] github.com/golangci/golangci-lint/pkg/golinters [2020-12-05T00:55:59.181Z] github.com/golangci/golangci-lint/pkg/lint/lintersdb [2020-12-05T00:55:59.181Z] github.com/golangci/golangci-lint/pkg/result/processors [2020-12-05T00:55:59.441Z] github.com/golangci/golangci-lint/pkg/lint [2020-12-05T00:55:59.441Z] github.com/golangci/golangci-lint/pkg/commands [2020-12-05T00:55:59.441Z] github.com/golangci/golangci-lint/cmd/golangci-lint [2020-12-05T00:56:03.687Z] tput: No value for $TERM and no -T specified [2020-12-05T00:56:03.687Z] tput: No value for $TERM and no -T specified [2020-12-05T00:56:03.687Z] ==> Building Consul - OSes: linux, Architectures: amd64 [2020-12-05T00:56:03.687Z] tput: No value for $TERM and no -T specified [2020-12-05T00:56:03.687Z] tput: No value for $TERM and no -T specified [2020-12-05T00:56:03.687Z] tput: No value for $TERM and no -T specified [2020-12-05T00:56:03.687Z] Building sequentially with go install [2020-12-05T00:56:03.687Z] tput: No value for $TERM and no -T specified [2020-12-05T00:56:03.687Z] ---> linux/amd64 [2020-12-05T00:56:30.379Z] Building device-virtual-go  [2020-12-05T00:56:30.379Z] 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-05T00:56:30.951Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-12-05T00:56:30.951Z] go: downloading modernc.org/ql v1.0.0 [2020-12-05T00:56:30.952Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-12-05T00:56:30.952Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-12-05T00:56:30.952Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-12-05T00:56:30.952Z] go: downloading github.com/google/uuid v1.1.0 [2020-12-05T00:56:30.952Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-12-05T00:56:30.952Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-12-05T00:56:30.952Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-12-05T00:56:30.952Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-05T00:56:30.952Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-12-05T00:56:30.952Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-12-05T00:56:30.952Z] go: downloading modernc.org/mathutil v1.0.0 [2020-12-05T00:56:30.952Z] go: downloading modernc.org/golex v1.0.0 [2020-12-05T00:56:30.952Z] go: downloading modernc.org/b v1.0.0 [2020-12-05T00:56:30.952Z] go: downloading modernc.org/db v1.0.0 [2020-12-05T00:56:30.952Z] go: downloading modernc.org/internal v1.0.0 [2020-12-05T00:56:30.952Z] go: downloading modernc.org/strutil v1.0.0 [2020-12-05T00:56:30.952Z] go: downloading modernc.org/file v1.0.0 [2020-12-05T00:56:30.952Z] go: downloading modernc.org/lldb v1.0.0 [2020-12-05T00:56:31.213Z] go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-12-05T00:56:31.213Z] go: downloading github.com/edsrzf/mmap-go v1.0.0 [2020-12-05T00:56:31.213Z] go: downloading modernc.org/fileutil v1.0.0 [2020-12-05T00:56:31.213Z] go: downloading golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-12-05T00:56:31.213Z] go: downloading modernc.org/sortutil v1.0.0 [2020-12-05T00:56:31.213Z] go: downloading modernc.org/zappy v1.0.0 [2020-12-05T00:56:35.467Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-05T00:56:38.030Z] Building edgex-go  [2020-12-05T00:56:38.292Z] 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-05T00:56:38.872Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.119 [2020-12-05T00:56:38.872Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-05T00:56:38.872Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-05T00:56:38.872Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-05T00:56:38.872Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-05T00:56:38.872Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-05T00:56:43.101Z] 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-05T00:56:45.674Z] 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-05T00:56:47.063Z] 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-05T00:56:48.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-05T00:56:48.577Z] 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-05T00:56:48.577Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-05T00:56:48.842Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-05T00:56:48.842Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-05T00:56:49.785Z] 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-05T00:56:50.044Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-05T00:56:50.044Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-05T00:56:51.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-05T00:56:52.008Z] 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-05T00:56:52.008Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-05T00:56:53.392Z] 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-05T00:56:53.961Z] 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-05T00:56:54.903Z] 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-05T00:56:55.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-05T00:57:02.070Z] Building kong  [2020-12-05T00:57:02.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-05T00:57:02.070Z] Dload Upload Total Spent Left Speed [2020-12-05T00:57:02.902Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 [2020-12-05T00:57:03.163Z] 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 [2020-12-05T00:57:04.001Z] 2 24.8M 2 760k 0 0 450k 0 0:00:56 0:00:01 0:00:55 450k 97 24.8M 97 24.1M 0 0 10.9M 0 0:00:02 0:00:02 --:--:-- 44.7M [2020-12-05T00:57:04.001Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-12-05T00:57:04.001Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-12-05T00:57:07.336Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-05T00:57:08.377Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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-05T00:57:10.715Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T00:57:12.091Z] ---> package-listing.sh [2020-12-05T00:57:12.091Z] ++ facter osfamily [2020-12-05T00:57:12.091Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-05T00:57:12.091Z] + OS_FAMILY=redhat [2020-12-05T00:57:12.091Z] + workspace=/w/workspace/edgex-go/19 [2020-12-05T00:57:12.091Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-05T00:57:12.091Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-05T00:57:12.091Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-05T00:57:12.091Z] + PACKAGES=/tmp/packages_start.txt [2020-12-05T00:57:12.091Z] + '[' /w/workspace/edgex-go/19 ']' [2020-12-05T00:57:12.091Z] + PACKAGES=/tmp/packages_end.txt [2020-12-05T00:57:12.091Z] + case "${OS_FAMILY}" in [2020-12-05T00:57:12.092Z] + rpm -qa [2020-12-05T00:57:12.092Z] + sort [2020-12-05T00:57:18.752Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-05T00:57:18.752Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-05T00:57:18.752Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-05T00:57:18.752Z] + '[' /w/workspace/edgex-go/19 ']' [2020-12-05T00:57:18.752Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2020-12-05T00:57:18.752Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2020-12-05T00:57:18.775Z] 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-05T00:57:19.119Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:57:19.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-05T00:57:19.968Z] [2020-12-05T00:57:19.968Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-05T00:57:20.352Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-05T00:57:20.352Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-05T00:57:20.352Z] df20fa9351a1: Pulling fs layer [2020-12-05T00:57:20.352Z] 36b3adc4ff6f: Pulling fs layer [2020-12-05T00:57:20.352Z] 8ad3a11d3b57: Pulling fs layer [2020-12-05T00:57:20.352Z] 46f8f816bc3b: Pulling fs layer [2020-12-05T00:57:20.352Z] 93b61091891f: Pulling fs layer [2020-12-05T00:57:20.353Z] 93b9cdb0e59b: Pulling fs layer [2020-12-05T00:57:20.353Z] 93b61091891f: Waiting [2020-12-05T00:57:20.353Z] 93b9cdb0e59b: Waiting [2020-12-05T00:57:20.353Z] 5e14af77c1be: Pulling fs layer [2020-12-05T00:57:20.353Z] 01666e4c0597: Pulling fs layer [2020-12-05T00:57:20.353Z] 5e14af77c1be: Waiting [2020-12-05T00:57:20.353Z] 01666e4c0597: Waiting [2020-12-05T00:57:20.353Z] aa168da1d23b: Pulling fs layer [2020-12-05T00:57:20.353Z] 36b3adc4ff6f: Verifying Checksum [2020-12-05T00:57:20.353Z] 36b3adc4ff6f: Download complete [2020-12-05T00:57:20.626Z] 46f8f816bc3b: Verifying Checksum [2020-12-05T00:57:20.626Z] 46f8f816bc3b: Download complete [2020-12-05T00:57:20.626Z] df20fa9351a1: Download complete [2020-12-05T00:57:20.626Z] 93b9cdb0e59b: Verifying Checksum [2020-12-05T00:57:20.626Z] 93b9cdb0e59b: Download complete [2020-12-05T00:57:20.626Z] 93b61091891f: Verifying Checksum [2020-12-05T00:57:20.626Z] 93b61091891f: Download complete [2020-12-05T00:57:20.626Z] 5e14af77c1be: Verifying Checksum [2020-12-05T00:57:20.626Z] 5e14af77c1be: Download complete [2020-12-05T00:57:20.897Z] 01666e4c0597: Verifying Checksum [2020-12-05T00:57:20.897Z] 01666e4c0597: Download complete [2020-12-05T00:57:21.171Z] df20fa9351a1: Pull complete [2020-12-05T00:57:21.437Z] 8ad3a11d3b57: Verifying Checksum [2020-12-05T00:57:21.437Z] 8ad3a11d3b57: Download complete [2020-12-05T00:57:21.437Z] 36b3adc4ff6f: Pull complete [2020-12-05T00:57:22.893Z] 8ad3a11d3b57: Pull complete [2020-12-05T00:57:22.893Z] 46f8f816bc3b: Pull complete [2020-12-05T00:57:23.958Z] 93b61091891f: Pull complete [2020-12-05T00:57:23.958Z] 93b9cdb0e59b: Pull complete [2020-12-05T00:57:24.956Z] 5e14af77c1be: Pull complete [2020-12-05T00:57:25.233Z] aa168da1d23b: Verifying Checksum [2020-12-05T00:57:25.233Z] aa168da1d23b: Download complete [2020-12-05T00:57:27.174Z] 01666e4c0597: Pull complete [2020-12-05T00:57:39.556Z] aa168da1d23b: Pull complete [2020-12-05T00:57:39.556Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-05T00:57:39.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-05T00:57:39.556Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-05T00:57:40.141Z] prd-centos7-docker-4c-2g-14592 does not seem to be running inside a container [2020-12-05T00:57:40.269Z] $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-05T00:57:44.556Z] $ docker top 66c80b098bf402cd61b9668fbb26b630d27697fea844931d329b3399af2dae13 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-05T00:57:45.207Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-05T00:57:45.570Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-05T00:57:46.224Z] + ls /var/log/sa-host [2020-12-05T00:57:46.224Z] + sadf -c /var/log/sa-host/sa05 [2020-12-05T00:57:46.224Z] file_magic: OK [2020-12-05T00:57:46.224Z] HZ: Using current value: 100 [2020-12-05T00:57:46.224Z] file_header: OK [2020-12-05T00:57:46.224Z] 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-05T00:57:46.224Z] Statistics: [2020-12-05T00:57:46.224Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-05T00:57:46.224Z] File successfully converted to sysstat format version 12.2.1 [2020-12-05T00:57:46.224Z] + sadf -c /var/log/sa-host/sa23 [2020-12-05T00:57:46.224Z] file_magic: OK [2020-12-05T00:57:46.224Z] HZ: Using current value: 100 [2020-12-05T00:57:46.224Z] file_header: OK [2020-12-05T00:57:46.224Z] 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-05T00:57:46.224Z] Statistics: [2020-12-05T00:57:46.224Z] Hnuu...uuuununununu... [2020-12-05T00:57:46.224Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-05T00:57:46.902Z] provisioning config files... [2020-12-05T00:57:46.936Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config6943827768396641796tmp [Pipeline] { [Pipeline] echo [2020-12-05T00:57:46.997Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T00:57:47.314Z] ---> create-netrc.sh [Pipeline] } [2020-12-05T00:57:47.324Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-05T00:57:47.417Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T00:57:47.721Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-05T00:57:47.734Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T00:57:48.038Z] ---> sudo-logs.sh [2020-12-05T00:57:48.038Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-05T00:57:48.055Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T00:57:48.670Z] ---> job-cost.sh [2020-12-05T00:57:48.670Z] lf-activate-venv: SKIPPING [2020-12-05T00:57:48.670Z] INFO: No Stack... [2020-12-05T00:57:49.632Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-05T00:57:50.220Z] INFO: Archiving Costs [Pipeline] echo [2020-12-05T00:57:50.242Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-05T00:57:50.584Z] ---> logs-deploy.sh [2020-12-05T00:57:50.584Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/19 [2020-12-05T00:57:50.584Z] INFO: archiving workspace using pattern(s): [2020-12-05T00:57:53.175Z] Archives upload complete. [2020-12-05T00:57:53.175Z] INFO: archiving logs to Nexus [2020-12-05T00:57:54.628Z] ---> uname -a: [2020-12-05T00:57:54.628Z] Linux prd-centos7-docker-4c-2g-14592.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-05T00:57:54.628Z] [2020-12-05T00:57:54.628Z] [2020-12-05T00:57:54.628Z] ---> lscpu: [2020-12-05T00:57:54.628Z] Architecture: x86_64 [2020-12-05T00:57:54.628Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-05T00:57:54.628Z] Byte Order: Little Endian [2020-12-05T00:57:54.628Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-05T00:57:54.628Z] CPU(s): 4 [2020-12-05T00:57:54.628Z] On-line CPU(s) list: 0-3 [2020-12-05T00:57:54.628Z] Thread(s) per core: 1 [2020-12-05T00:57:54.628Z] Core(s) per socket: 1 [2020-12-05T00:57:54.628Z] Socket(s): 4 [2020-12-05T00:57:54.628Z] NUMA node(s): 1 [2020-12-05T00:57:54.628Z] Vendor ID: GenuineIntel [2020-12-05T00:57:54.628Z] CPU family: 6 [2020-12-05T00:57:54.628Z] Model: 44 [2020-12-05T00:57:54.628Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-05T00:57:54.628Z] Stepping: 1 [2020-12-05T00:57:54.628Z] CPU MHz: 2933.438 [2020-12-05T00:57:54.628Z] BogoMIPS: 5866.87 [2020-12-05T00:57:54.628Z] Virtualization: VT-x [2020-12-05T00:57:54.628Z] Hypervisor vendor: KVM [2020-12-05T00:57:54.628Z] Virtualization type: full [2020-12-05T00:57:54.628Z] L1d cache: 128 KiB [2020-12-05T00:57:54.628Z] L1i cache: 128 KiB [2020-12-05T00:57:54.628Z] L2 cache: 16 MiB [2020-12-05T00:57:54.628Z] L3 cache: 64 MiB [2020-12-05T00:57:54.628Z] NUMA node0 CPU(s): 0-3 [2020-12-05T00:57:54.628Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-05T00:57:54.628Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-05T00:57:54.628Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-05T00:57:54.628Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-05T00:57:54.628Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-05T00:57:54.628Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-05T00:57:54.628Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-05T00:57:54.628Z] Vulnerability Srbds: Not affected [2020-12-05T00:57:54.628Z] Vulnerability Tsx async abort: Not affected [2020-12-05T00:57:54.628Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-05T00:57:54.628Z] [2020-12-05T00:57:54.628Z] [2020-12-05T00:57:54.628Z] ---> nproc: [2020-12-05T00:57:54.628Z] 4 [2020-12-05T00:57:54.628Z] [2020-12-05T00:57:54.628Z]